]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Spanish EmbeddedObjects.lyx: update from Ignacio
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{grisclaro}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125 % en español
126 \floatname{algorithm}{Algoritmo}
127
128
129 % redefine the greyed out note
130 \renewenvironment{lyxgreyedout}
131  {\textcolor{blue}\bgroup}{\egroup}
132
133 % ------------------------------------
134 % used to check for needed LaTeX packages
135 \usepackage{ifthen}
136
137 % check for package arydshln
138 % used for tables with dashed lines
139 \newboolean{arydshln}
140 \IfFileExists{arydshln.sty}
141  {\usepackage{arydshln}
142   \setboolean{arydshln}{true}}
143  {\setboolean{arydshln}{false}}
144
145 % check for package marginnote
146 % used for margin notes
147 \newboolean{marginnote}
148 \IfFileExists{marginnote.sty}
149  {\usepackage{marginnote}
150   \let\marginpar\marginnote
151   \setboolean{marginnote}{true}}
152  {\setboolean{marginnote}{false}}
153
154 % check for package sidecap
155 % used for captions on the side
156 \newboolean{sidecap}
157 \IfFileExists{sidecap.sty}
158  {\usepackage{sidecap}
159   \let\marginpar\marginnote
160   \setboolean{sidecap}{true}}
161  {\setboolean{sidecap}{false}}
162
163 % redefine the \LyX macro for PDF bookmarks
164 \def\LyX{\texorpdfstring{%
165   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
166   {LyX}}
167
168 % to translate the listing label
169 % para traducir la etiqueta listing
170 \renewcommand{\lstlistingname}{Listado}
171 \end_preamble
172 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
173 \use_default_options false
174 \language spanish
175 \inputencoding auto
176 \font_roman default
177 \font_sans default
178 \font_typewriter default
179 \font_default_family default
180 \font_sc false
181 \font_osf false
182 \font_sf_scale 100
183 \font_tt_scale 100
184
185 \graphics default
186 \paperfontsize 12
187 \spacing single
188 \use_hyperref true
189 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
190 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
191 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
192 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
193 \pdf_bookmarks true
194 \pdf_bookmarksnumbered true
195 \pdf_bookmarksopen true
196 \pdf_bookmarksopenlevel 1
197 \pdf_breaklinks false
198 \pdf_pdfborder false
199 \pdf_colorlinks true
200 \pdf_backref false
201 \pdf_pdfusetitle false
202 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
203 \papersize default
204 \use_geometry false
205 \use_amsmath 2
206 \use_esint 0
207 \cite_engine basic
208 \use_bibtopic false
209 \paperorientation portrait
210 \secnumdepth 3
211 \tocdepth 3
212 \paragraph_separation skip
213 \defskip medskip
214 \quotes_language english
215 \papercolumns 1
216 \papersides 2
217 \paperpagestyle default
218 \bullet 1 1 34 -1
219 \bullet 2 2 35 -1
220 \bullet 3 2 7 -1
221 \tracking_changes false
222 \output_changes false
223 \author "" 
224 \author "" 
225 \end_header
226
227 \begin_body
228
229 \begin_layout Title
230 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
231  en LyX
232 \end_layout
233
234 \begin_layout Author
235 por el Equipo LyX
236 \begin_inset Foot
237 status collapsed
238
239 \begin_layout Plain Layout
240 \noindent
241 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
242  de Documentación de LyX: 
243 \begin_inset CommandInset href
244 LatexCommand href
245 name "lyx-docs@lists.lyx.org"
246 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
247 type "mailto:"
248
249 \end_inset
250
251
252 \end_layout
253
254 \end_inset
255
256
257 \begin_inset Note Note
258 status collapsed
259
260 \begin_layout Plain Layout
261 Autor: Uwe Stöhr
262 \end_layout
263
264 \end_inset
265
266
267 \begin_inset Note Note
268 status collapsed
269
270 \begin_layout Plain Layout
271 Traducción de: Ignacio García
272 \end_layout
273
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \begin_inset Newline newline
282 \end_inset
283
284
285 \family sans
286 Versión 1.6.x
287 \end_layout
288
289 \begin_layout Standard
290 \begin_inset CommandInset toc
291 LatexCommand tableofcontents
292
293 \end_inset
294
295
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset Note Note
300 status collapsed
301
302 \begin_layout Plain Layout
303 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
304  estar instalados los paquetes LaTeX 
305 \series bold
306 arydshln
307 \series default
308
309 \series bold
310 colortbl
311 \series default
312
313 \series bold
314 marginnote
315 \series default
316  y 
317 \series bold
318 sidecap
319 \series default
320 .
321  Si no están instalados, también podrás exportar el documento, pero las
322  secciones en que dichos paquetes son necesarios no aparecen en la salida.
323 \end_layout
324
325 \begin_layout Plain Layout
326 La última versión en PDF de este documento puede encontrarse aquí:
327 \series bold
328
329 \begin_inset Newline newline
330 \end_inset
331
332 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
333 \end_layout
334
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Chapter
341 Figuras
342 \begin_inset Index
343 status collapsed
344
345 \begin_layout Plain Layout
346 Figuras
347 \end_layout
348
349 \end_inset
350
351
352 \begin_inset Index
353 status collapsed
354
355 \begin_layout Plain Layout
356 Gráficos|see
357 \begin_inset ERT
358 status collapsed
359
360 \begin_layout Plain Layout
361
362 {
363 \end_layout
364
365 \end_inset
366
367 Figuras
368 \begin_inset ERT
369 status collapsed
370
371 \begin_layout Plain Layout
372
373 }
374 \end_layout
375
376 \end_inset
377
378
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Section
387 Diálogo de gráficos
388 \begin_inset CommandInset label
389 LatexCommand label
390 name "sec:Diálogo-Gráficos"
391
392 \end_inset
393
394
395 \begin_inset Index
396 status collapsed
397
398 \begin_layout Plain Layout
399 Figuras ! Diálogo de gráficos
400 \end_layout
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
409  texto que desees y haz clic en el icono 
410 \begin_inset Graphics
411         filename ../../images/dialog-show-new-inset_graphics.png
412         scale 85
413
414 \end_inset
415
416  o en el menú 
417 \family sans
418 Insertar\SpecialChar \menuseparator
419 Imagen
420 \family default
421 .
422  Aparecerá un diálogo para escoger el archivo a cargar.
423  La imagen aparecerá en el archivo de salida exactamente en la misma posición
424  en la que la has colocado.
425 \end_layout
426
427 \begin_layout Standard
428 El diálogo Gráficos puede 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 define como encabezado que aparecerá en 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 define como encabezado de la primera página
2829  de la tabla.
2830 \end_layout
2831
2832 \begin_layout Description
2833 Pie: La fila actual se define como pie que aparecerá en 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  
2851 \family default
2852 La fila actual se define como pie de la última página de la tabla.
2853 \end_layout
2854
2855 \begin_layout Description
2856 Leyenda: La fila actual contiene la leyenda de la tabla.
2857  La primera fila se reajusta como columna única y se inserta una leyenda.
2858  Más detalles sobre leyendas en tablas largas en la sec.
2859 \begin_inset space \thinspace{}
2860 \end_inset
2861
2862
2863 \begin_inset CommandInset ref
2864 LatexCommand ref
2865 reference "sub:Leyendas-en-Tablas"
2866
2867 \end_inset
2868
2869 .
2870 \end_layout
2871
2872 \begin_layout Standard
2873 También se puede especificar en el diálogo en qué fila se ha de cortar la
2874  tabla.
2875  La siguiente tabla muestra cómo funciona:
2876 \end_layout
2877
2878 \begin_layout Standard
2879
2880 \end_layout
2881
2882 \begin_layout Standard
2883 \align center
2884 \begin_inset Tabular
2885 <lyxtabular version="3" rows="69" columns="3">
2886 <features islongtable="true">
2887 <column alignment="left" valignment="top" width="0cm">
2888 <column alignment="left" valignment="top" width="0pt">
2889 <column alignment="right" valignment="top" width="0pt">
2890 <row endfirsthead="true">
2891 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895
2896 \series bold
2897 Ejemplo de lista telefónica (ignore los nombres)
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915
2916 \end_layout
2917
2918 \end_inset
2919 </cell>
2920 </row>
2921 <row endfirsthead="true">
2922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Plain Layout
2926
2927 \series bold
2928 NOMBRE
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946
2947 \series bold
2948 TEL.
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 </row>
2954 <row endhead="true">
2955 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2956 \begin_inset Text
2957
2958 \begin_layout Plain Layout
2959
2960 \series bold
2961 Ejemplo de lista telefónica
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 </row>
2985 <row endhead="true">
2986 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990
2991 \series bold
2992 NOMBRE
2993 \end_layout
2994
2995 \end_inset
2996 </cell>
2997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3007 \begin_inset Text
3008
3009 \begin_layout Plain Layout
3010
3011 \series bold
3012 TEL.
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 </row>
3018 <row endfoot="true">
3019 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023  continúa en la página siguiente
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 </row>
3047 <row>
3048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052
3053 \series bold
3054 Annovi
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 Silvia
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072 111
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 </row>
3078 <row>
3079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083
3084 \series bold
3085 Bertoli
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell alignment="center" valignment="top" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094 Stefano
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103 111
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 <row>
3110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \series bold
3116 Bozzi
3117 \end_layout
3118
3119 \end_inset
3120 </cell>
3121 <cell alignment="center" valignment="top" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125 Walter
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134 111
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 </row>
3140 <row>
3141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \series bold
3147 Cachia
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 <cell alignment="center" valignment="top" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156 Maria
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 111
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 </row>
3171 <row>
3172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \series bold
3178 Cachia
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell alignment="center" valignment="top" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187 Maurizio
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 111
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 </row>
3202 <row>
3203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207
3208 \series bold
3209 Cinquemani
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell alignment="center" valignment="top" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218 Giusi
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 111
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 </row>
3233 <row>
3234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \series bold
3240 Colin
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell alignment="center" valignment="top" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249 Bernard
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258 111
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 <row>
3265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \series bold
3271 Concli
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="center" valignment="top" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280 Gianfranco
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289 111
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 </row>
3295 <row>
3296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300
3301 \series bold
3302 Dal Bosco
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell alignment="center" valignment="top" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311 Carolina
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 111
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 </row>
3326 <row>
3327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331
3332 \series bold
3333 Dalpiaz
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 Annamaria
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 111
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 </row>
3357 <row>
3358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362
3363 \series bold
3364 Feliciello
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 Domenico
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 111
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 </row>
3388 <row>
3389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \series bold
3395 Focarelli
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell alignment="center" valignment="top" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404 Paola
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 111
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 </row>
3419 <row>
3420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424
3425 \series bold
3426 Galletti
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell alignment="center" valignment="top" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435 Oreste
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444 111
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 </row>
3450 <row>
3451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455
3456 \series bold
3457 Gasparini
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 Franca
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 111
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 </row>
3481 <row>
3482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486
3487 \series bold
3488 Rizzardi
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 Paola
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 111
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 </row>
3512 <row>
3513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517
3518 \series bold
3519 Lassini
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 Giancarlo
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 111
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row>
3544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \series bold
3550 Malfatti
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 Luciano
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 111
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row>
3575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579
3580 \series bold
3581 Malfatti
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 Valeriano
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 111
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 </row>
3605 <row>
3606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \series bold
3612 Meneguzzo
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 Roberto
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 111
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \series bold
3643 Mezzadra
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 Roberto
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 111
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 </row>
3667 <row>
3668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
3673 \series bold
3674 Pirpamer
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 Erich
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 111
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703
3704 \series bold
3705 Pochiesa
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 Paolo
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 111, 222
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734
3735 \series bold
3736 Radina
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 Claudio
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 111
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row>
3761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \series bold
3767 Stuffer
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 Oskar
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 111
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row>
3792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \series bold
3798 Tacchelli
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 Ugo
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 111
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \series bold
3829 Tezzele
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 Margit
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 111
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858
3859 \series bold
3860 Unterkalmsteiner
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 Frieda
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 111
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 </row>
3884 <row>
3885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889
3890 \series bold
3891 Vieider
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 Hilde
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 111
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 <row>
3916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920
3921 \series bold
3922 Vigna
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 Jürgen
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 111
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \series bold
3953 Weber
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 Maurizio
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 111
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984 Winkler
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 Franz
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 111
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013  
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 </row>
4037 <row>
4038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042
4043 \series bold
4044 Annovi
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 Silvia
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 555
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073
4074 \series bold
4075 Bertoli
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 Stefano
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 555
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \series bold
4106 Bozzi
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 Walter
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 555
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135
4136 \series bold
4137 Cachia
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 Maria
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 555
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 <row>
4162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166
4167 \series bold
4168 Cachia
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 Maurizio
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 555
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 </row>
4192 <row>
4193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197
4198 \series bold
4199 Cinquemani
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 Giusi
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 555
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228
4229 \series bold
4230 Colin
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Bernard
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 555
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \series bold
4261 Concli
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 Gianfranco
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 555
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \series bold
4292 Dal Bosco
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Carolina
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 555
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 <row>
4317 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321
4322 \series bold
4323 Dalpiaz
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 Annamaria
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 555
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352
4353 \series bold
4354 Feliciello
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 Domenico
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 555
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383
4384 \series bold
4385 Focarelli
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 Paola
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 555
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 </row>
4409 <row>
4410 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414
4415 \series bold
4416 Galletti
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 Oreste
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 555
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 </row>
4440 <row>
4441 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445
4446 \series bold
4447 Gasparini
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 Franca
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 555
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 </row>
4471 <row>
4472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476
4477 \series bold
4478 Rizzardi
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 Paola
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 555
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507
4508 \series bold
4509 Lassini
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 Giancarlo
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 555
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538
4539 \series bold
4540 Malfatti
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 Luciano
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 555
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569
4570 \series bold
4571 Malfatti
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 Valeriano
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 555
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 </row>
4595 <row>
4596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600
4601 \series bold
4602 Meneguzzo
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 Roberto
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 555
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 </row>
4626 <row>
4627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631
4632 \series bold
4633 Mezzadra
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 Roberto
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 555
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 </row>
4657 <row>
4658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662
4663 \series bold
4664 Pirpamer
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 Erich
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 555
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 <row>
4689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693
4694 \series bold
4695 Pochiesa
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 Paolo
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 555, 222
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 </row>
4719 <row>
4720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724
4725 \series bold
4726 Radina
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 Claudio
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 555
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 <row>
4751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755
4756 \series bold
4757 Stuffer
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 Oskar
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 555
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 <row>
4782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786
4787 \series bold
4788 Tacchelli
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 Ugo
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 555
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 </row>
4812 <row>
4813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817
4818 \series bold
4819 Tezzele
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 Margit
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 555
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 </row>
4843 <row>
4844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848
4849 \series bold
4850 Unterkalmsteiner
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 Frieda
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 555
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 </row>
4874 <row>
4875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879
4880 \series bold
4881 Vieider
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 Hilde
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 555
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 </row>
4905 <row>
4906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910
4911 \series bold
4912 Vigna
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 Jürgen
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 999
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 </row>
4936 <row>
4937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941
4942 \series bold
4943 Weber
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 Maurizio
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 555
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 </row>
4967 <row>
4968 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972
4973 \series bold
4974 Winkler
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 Franz
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 555
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 </row>
4998 <row endlastfoot="true">
4999 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 fin
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 </row>
5027 </lyxtabular>
5028
5029 \end_inset
5030
5031
5032 \begin_inset ERT
5033 status collapsed
5034
5035 \begin_layout Plain Layout
5036
5037
5038 \backslash
5039 addtocounter{table}{-1}
5040 \end_layout
5041
5042 \end_inset
5043
5044
5045 \begin_inset Note Note
5046 status collapsed
5047
5048 \begin_layout Plain Layout
5049 Para comprender el uso de este comando, lee al final de la sección
5050 \begin_inset space ~
5051 \end_inset
5052
5053
5054 \begin_inset CommandInset ref
5055 LatexCommand ref
5056 reference "sub:Leyendas-en-Tablas"
5057
5058 \end_inset
5059
5060  la primera nota resaltada en gris.
5061  
5062 \end_layout
5063
5064 \end_inset
5065
5066
5067 \end_layout
5068
5069 \begin_layout Subsection
5070 Notas al pie en tablas largas
5071 \begin_inset CommandInset label
5072 LatexCommand label
5073 name "sub:Notas-al-pie-en-Tablas-Largas"
5074
5075 \end_inset
5076
5077
5078 \begin_inset Index
5079 status collapsed
5080
5081 \begin_layout Plain Layout
5082 Tablas largas ! Notas al pie
5083 \end_layout
5084
5085 \end_inset
5086
5087
5088 \end_layout
5089
5090 \begin_layout Standard
5091 Se pueden insertar notas al pie en cada celda de una tabla larga.
5092  Las notas se muestran en la parte inferior de la página en la que esté
5093  la celda con la nota.
5094  La tabla
5095 \begin_inset space ~
5096 \end_inset
5097
5098
5099 \begin_inset CommandInset ref
5100 LatexCommand ref
5101 reference "tab:DifLeyendas"
5102
5103 \end_inset
5104
5105  tiene un ejemplo de nota al pie.
5106 \end_layout
5107
5108 \begin_layout Subsection
5109 Alineación de tablas largas
5110 \begin_inset Index
5111 status collapsed
5112
5113 \begin_layout Plain Layout
5114 Tablas largas ! Alineación
5115 \end_layout
5116
5117 \end_inset
5118
5119
5120 \end_layout
5121
5122 \begin_layout Standard
5123 Las tablas largas se centran por omisión.
5124  Al contrario de la alineación de filas y columnas, la alineación de una
5125  tabla no se puede cambiar por ahora en el diálogo de tablas.
5126  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5127  longitudes 
5128 \series bold
5129
5130 \backslash
5131 LTleft
5132 \series default
5133  y 
5134 \series bold
5135
5136 \backslash
5137 LTright 
5138 \series default
5139 insertando la línea siguiente en código TeX antes de la correspondiente
5140  tabla larga:
5141 \end_layout
5142
5143 \begin_layout Standard
5144
5145 \series bold
5146
5147 \backslash
5148 setlength{
5149 \backslash
5150 LTleft}{valor}
5151 \end_layout
5152
5153 \begin_layout Standard
5154 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5155 \begin_inset space ~
5156 \end_inset
5157
5158
5159 \begin_inset CommandInset ref
5160 LatexCommand ref
5161 reference "tab:Unidades"
5162
5163 \end_inset
5164
5165 .
5166  
5167 \series bold
5168
5169 \backslash
5170 LTlent 
5171 \series default
5172 controla la distancia entre el borde izquierdo de la página y la tabla.
5173  
5174 \series bold
5175
5176 \backslash
5177 LTright 
5178 \series default
5179 la distancia desde el lado derecho.
5180  El valor predeterminado para ambas longitudes es 
5181 \series bold
5182
5183 \backslash
5184 fill
5185 \series default
5186 , que en este caso es lo mismo que un relleno horizontal en LyX.
5187 \end_layout
5188
5189 \begin_layout Standard
5190 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5191 \series bold
5192
5193 \backslash
5194 LTleft
5195 \series default
5196  0 pt.
5197 \begin_inset ERT
5198 status collapsed
5199
5200 \begin_layout Plain Layout
5201
5202
5203 \backslash
5204 setlength{
5205 \backslash
5206 LTleft}{0pt}
5207 \end_layout
5208
5209 \end_inset
5210
5211
5212 \end_layout
5213
5214 \begin_layout Standard
5215 \begin_inset Tabular
5216 <lyxtabular version="3" rows="5" columns="5">
5217 <features islongtable="true">
5218 <column alignment="center" valignment="top" width="0">
5219 <column alignment="center" valignment="top" width="0">
5220 <column alignment="center" valignment="top" width="0">
5221 <column alignment="center" valignment="top" width="0">
5222 <column alignment="center" valignment="top" width="0">
5223 <row>
5224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 1
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 2
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 3
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 4
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 5
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 </row>
5270 <row>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 asd
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 s
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 s
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 s
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 asd
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 </row>
5317 <row>
5318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 asd
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331 s
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5337 \begin_inset Text
5338
5339 \begin_layout Plain Layout
5340 s
5341 \end_layout
5342
5343 \end_inset
5344 </cell>
5345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349 s
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 asd
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 </row>
5364 <row>
5365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 asd
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378 s
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387 s
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396 s
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 asd
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 </row>
5411 <row>
5412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 asd
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 asd
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 asd
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 asd
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 asd
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 </lyxtabular>
5459
5460 \end_inset
5461
5462
5463 \begin_inset ERT
5464 status collapsed
5465
5466 \begin_layout Plain Layout
5467
5468
5469 \backslash
5470 setlength{
5471 \backslash
5472 LTleft}{
5473 \backslash
5474 fill}
5475 \end_layout
5476
5477 \end_inset
5478
5479
5480 \begin_inset ERT
5481 status collapsed
5482
5483 \begin_layout Plain Layout
5484
5485
5486 \backslash
5487 addtocounter{table}{-1}
5488 \end_layout
5489
5490 \end_inset
5491
5492
5493 \begin_inset Note Note
5494 status collapsed
5495
5496 \begin_layout Plain Layout
5497 Para comprender el uso de este comando, lee al final de la sección
5498 \begin_inset space ~
5499 \end_inset
5500
5501
5502 \begin_inset CommandInset ref
5503 LatexCommand ref
5504 reference "sub:Leyendas-en-Tablas"
5505
5506 \end_inset
5507
5508  la primera nota resaltada en gris.
5509  
5510 \end_layout
5511
5512 \end_inset
5513
5514
5515 \end_layout
5516
5517 \begin_layout Subsection
5518 Leyendas en tablas largas
5519 \begin_inset Index
5520 status collapsed
5521
5522 \begin_layout Plain Layout
5523 Tablas largas ! Leyendas
5524 \end_layout
5525
5526 \end_inset
5527
5528
5529 \begin_inset CommandInset label
5530 LatexCommand label
5531 name "sub:Leyendas-en-Tablas"
5532
5533 \end_inset
5534
5535
5536 \end_layout
5537
5538 \begin_layout Standard
5539 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5540  estar en una página.
5541  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5542  utilizando para una fila de una tabla larga la opción 
5543 \family sans
5544 Leyenda
5545 \family default
5546 , como se explica en la sec.
5547 \begin_inset space \thinspace{}
5548 \end_inset
5549
5550
5551 \begin_inset CommandInset ref
5552 LatexCommand ref
5553 reference "sec:Tablas-Largas"
5554
5555 \end_inset
5556
5557 .
5558 \end_layout
5559
5560 \begin_layout Standard
5561 He aquí una pequeña tabla larga para mostrar cómo funciona:
5562 \end_layout
5563
5564 \begin_layout Standard
5565 \begin_inset Tabular
5566 <lyxtabular version="3" rows="6" columns="5">
5567 <features islongtable="true">
5568 <column alignment="center" valignment="top" width="0">
5569 <column alignment="center" valignment="top" width="0">
5570 <column alignment="center" valignment="top" width="0">
5571 <column alignment="center" valignment="top" width="0">
5572 <column alignment="center" valignment="top" width="0">
5573 <row caption="true">
5574 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 \begin_inset Caption
5579
5580 \begin_layout Plain Layout
5581 Tabla larga con leyenda
5582 \begin_inset OptArg
5583 status collapsed
5584
5585 \begin_layout Plain Layout
5586 Tabla larga
5587 \end_layout
5588
5589 \end_inset
5590
5591
5592 \end_layout
5593
5594 \end_inset
5595
5596
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 </row>
5638 <row>
5639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 1
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 2
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 3
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 4
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 5
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 </row>
5685 <row>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 asd
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699 s
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 s
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 s
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 asd
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 </row>
5732 <row>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 asd
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 s
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 s
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 s
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 asd
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 </row>
5779 <row>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 asd
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 s
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 s
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 s
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 asd
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 asd
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 asd
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 asd
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 asd
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 asd
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 </lyxtabular>
5874
5875 \end_inset
5876
5877
5878 \end_layout
5879
5880 \begin_layout Standard
5881 \begin_inset VSpace medskip
5882 \end_inset
5883
5884
5885 \begin_inset Note Greyedout
5886 status open
5887
5888 \begin_layout Plain Layout
5889
5890 \series bold
5891 Nota
5892 \begin_inset space ~
5893 \end_inset
5894
5895 1:
5896 \series default
5897  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5898  leyenda en alguna de ellas.
5899  Por esto podría suceder que, p.
5900 \begin_inset space \thinspace{}
5901 \end_inset
5902
5903 e., la tabla
5904 \begin_inset space ~
5905 \end_inset
5906
5907 2.4 siga a la tabla
5908 \begin_inset space ~
5909 \end_inset
5910
5911 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5912  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5913  en código TeX:
5914 \end_layout
5915
5916 \begin_layout Plain Layout
5917
5918 \series bold
5919
5920 \backslash
5921 addtocounter{table}{-1}
5922 \end_layout
5923
5924 \begin_layout Plain Layout
5925 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
5926  el siguiente código en el preámbulo del documento:
5927 \end_layout
5928
5929 \begin_layout Plain Layout
5930
5931 \series bold
5932
5933 \backslash
5934 let
5935 \backslash
5936 myEnd
5937 \backslash
5938 endlongtable
5939 \begin_inset Newline newline
5940 \end_inset
5941
5942
5943 \backslash
5944 renewcommand{
5945 \backslash
5946 endlongtable}{
5947 \backslash
5948 myEnd
5949 \backslash
5950 addtocounter{table}{-1}}
5951 \end_layout
5952
5953 \end_inset
5954
5955
5956 \end_layout
5957
5958 \begin_layout Standard
5959 \begin_inset Note Greyedout
5960 status open
5961
5962 \begin_layout Plain Layout
5963
5964 \series bold
5965 Nota
5966 \begin_inset space ~
5967 \end_inset
5968
5969 2:
5970 \series default
5971  Si utilizas 
5972 \series bold
5973 hyperref
5974 \series default
5975
5976 \begin_inset Index
5977 status collapsed
5978
5979 \begin_layout Plain Layout
5980 LaTeX-paquetes ! hyperref
5981 \end_layout
5982
5983 \end_inset
5984
5985  en las 
5986 \family sans
5987 Propiedades PDF 
5988 \family default
5989 del diálogo 
5990 \family sans
5991 Configuración del documento 
5992 \family default
5993 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
5994  llevan siempre al principio del documento.
5995 \end_layout
5996
5997 \end_inset
5998
5999
6000 \end_layout
6001
6002 \begin_layout Subsubsection
6003 Referencias a tablas largas
6004 \begin_inset Index
6005 status collapsed
6006
6007 \begin_layout Plain Layout
6008 Tablas largas ! Referencias a
6009 \end_layout
6010
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \begin_layout Standard
6017 \begin_inset Tabular
6018 <lyxtabular version="3" rows="6" columns="5">
6019 <features islongtable="true">
6020 <column alignment="center" valignment="top" width="0">
6021 <column alignment="center" valignment="top" width="0">
6022 <column alignment="center" valignment="top" width="0">
6023 <column alignment="center" valignment="top" width="0">
6024 <column alignment="center" valignment="top" width="0">
6025 <row caption="true">
6026 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 \begin_inset Caption
6031
6032 \begin_layout Plain Layout
6033 Tabla larga referenciada
6034 \begin_inset CommandInset label
6035 LatexCommand label
6036 name "tab:RefEjemplo"
6037
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \end_inset
6044
6045
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 </row>
6087 <row>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 1
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 2
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 3
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 4
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 5
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 </row>
6134 <row>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 asd
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 s
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 s
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 s
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 asd
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 </row>
6181 <row>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 asd
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 s
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 s
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 s
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 asd
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 <row>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 asd
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 s
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 s
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 s
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 asd
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 </row>
6275 <row>
6276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 asd
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 sad
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 asd
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 asd
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 asd
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 </row>
6322 </lyxtabular>
6323
6324 \end_inset
6325
6326
6327 \end_layout
6328
6329 \begin_layout Standard
6330 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6331  
6332 \end_layout
6333
6334 \begin_layout Standard
6335 Esto es una referencia a la tabla
6336 \begin_inset space ~
6337 \end_inset
6338
6339
6340 \begin_inset CommandInset ref
6341 LatexCommand ref
6342 reference "tab:RefEjemplo"
6343
6344 \end_inset
6345
6346 .
6347 \end_layout
6348
6349 \begin_layout Standard
6350 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6351  del documento mediante el paquete LaTeX 
6352 \series bold
6353 caption
6354 \series default
6355
6356 \begin_inset Index
6357 status collapsed
6358
6359 \begin_layout Plain Layout
6360 LaTeX-paquetes ! caption
6361 \end_layout
6362
6363 \end_inset
6364
6365 , véase sección
6366 \begin_inset space ~
6367 \end_inset
6368
6369
6370 \begin_inset CommandInset ref
6371 LatexCommand ref
6372 reference "sec:Formato-de-leyendas"
6373
6374 \end_inset
6375
6376 .
6377 \end_layout
6378
6379 \begin_layout Subsubsection
6380 Anchura de la leyenda
6381 \begin_inset Index
6382 status collapsed
6383
6384 \begin_layout Plain Layout
6385 Tablas largas ! Anchura de la leyenda
6386 \end_layout
6387
6388 \end_inset
6389
6390
6391 \end_layout
6392
6393 \begin_layout Standard
6394 La anchura máxima se define por la longitud 
6395 \series bold
6396
6397 \backslash
6398 LTcapwidth
6399 \series default
6400 .
6401  Por omisión es 4
6402 \begin_inset space \thinspace{}
6403 \end_inset
6404
6405 in (4
6406 \begin_inset space ~
6407 \end_inset
6408
6409 pulgadas).
6410  Para cambiarla añade el siguiente comando al preámbulo o en código TeX
6411  en el documento antes de la tabla larga a la que afecta
6412 \end_layout
6413
6414 \begin_layout Standard
6415
6416 \series bold
6417
6418 \backslash
6419 setlength{
6420 \backslash
6421 LTcapwidth}{anchura}
6422 \end_layout
6423
6424 \begin_layout Standard
6425 donde la anchura puede ser una de las unidades listadas en el apéndice
6426 \begin_inset space ~
6427 \end_inset
6428
6429
6430 \begin_inset CommandInset ref
6431 LatexCommand ref
6432 reference "cha:Unidades-disponibles-en"
6433
6434 \end_inset
6435
6436 .
6437 \end_layout
6438
6439 \begin_layout Standard
6440 Las tablas siguientes muestran la diferencia:
6441 \end_layout
6442
6443 \begin_layout Standard
6444 \begin_inset Tabular
6445 <lyxtabular version="3" rows="6" columns="5">
6446 <features islongtable="true">
6447 <column alignment="center" valignment="top" width="0">
6448 <column alignment="center" valignment="top" width="0">
6449 <column alignment="center" valignment="top" width="0">
6450 <column alignment="center" valignment="top" width="0">
6451 <column alignment="center" valignment="top" width="0">
6452 <row caption="true">
6453 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 \begin_inset Caption
6458
6459 \begin_layout Plain Layout
6460 Leyenda larga completa con anchura predeterminada leyenda larga completa
6461  con anchura predeterminada
6462 \begin_inset OptArg
6463 status collapsed
6464
6465 \begin_layout Plain Layout
6466 Leyenda con anchura predeterminada
6467 \end_layout
6468
6469 \end_inset
6470
6471
6472 \end_layout
6473
6474 \end_inset
6475
6476
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 </row>
6518 <row>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 1
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Plain Layout
6532 2
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 3
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 4
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 5
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 </row>
6565 <row>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 asd
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 s
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 s
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 s
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 asd
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 </row>
6612 <row>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 asd
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 s
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 s
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 s
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 asd
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 </row>
6659 <row>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 asd
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 s
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 s
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 s
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 asd
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 </row>
6706 <row>
6707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 asd
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 sad
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 asd
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 asd
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 asd
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 </row>
6753 </lyxtabular>
6754
6755 \end_inset
6756
6757
6758 \end_layout
6759
6760 \begin_layout Standard
6761 \begin_inset ERT
6762 status collapsed
6763
6764 \begin_layout Plain Layout
6765
6766
6767 \backslash
6768 setlength{
6769 \backslash
6770 LTcapwidth}{5cm}
6771 \end_layout
6772
6773 \end_inset
6774
6775
6776 \begin_inset Tabular
6777 <lyxtabular version="3" rows="6" columns="5">
6778 <features islongtable="true">
6779 <column alignment="center" valignment="top" width="0">
6780 <column alignment="center" valignment="top" width="0">
6781 <column alignment="center" valignment="top" width="0">
6782 <column alignment="center" valignment="top" width="0">
6783 <column alignment="center" valignment="top" width="0">
6784 <row caption="true">
6785 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 \begin_inset Caption
6790
6791 \begin_layout Plain Layout
6792 Leyenda larga completa con anchura de 5
6793 \begin_inset space \thinspace{}
6794 \end_inset
6795
6796 cm leyenda larga completa con anchura de 5
6797 \begin_inset space \thinspace{}
6798 \end_inset
6799
6800 cm leyenda larga completa con anchura de 5
6801 \begin_inset space \thinspace{}
6802 \end_inset
6803
6804 cm
6805 \begin_inset OptArg
6806 status collapsed
6807
6808 \begin_layout Plain Layout
6809 Leyenda con anchura
6810 \begin_inset space \thinspace{}
6811 \end_inset
6812
6813 =
6814 \begin_inset space \thinspace{}
6815 \end_inset
6816
6817 5
6818 \begin_inset space \thinspace{}
6819 \end_inset
6820
6821 cm
6822 \end_layout
6823
6824 \end_inset
6825
6826
6827 \end_layout
6828
6829 \end_inset
6830
6831
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 </row>
6873 <row>
6874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 1
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 2
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 3
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 4
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 5
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 </row>
6920 <row>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 asd
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 s
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 s
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 s
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 asd
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 </row>
6967 <row>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 asd
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 s
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 s
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 s
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 asd
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 </row>
7014 <row>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 asd
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 s
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 s
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 s
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 asd
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 </row>
7061 <row>
7062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 asd
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 sad
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 asd
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093 asd
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 asd
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 </row>
7108 </lyxtabular>
7109
7110 \end_inset
7111
7112
7113 \begin_inset ERT
7114 status collapsed
7115
7116 \begin_layout Plain Layout
7117
7118
7119 \backslash
7120 setlength{
7121 \backslash
7122 LTcapwidth}{4in}
7123 \end_layout
7124
7125 \end_inset
7126
7127
7128 \end_layout
7129
7130 \begin_layout Standard
7131 \begin_inset Note Greyedout
7132 status collapsed
7133
7134 \begin_layout Plain Layout
7135
7136 \series bold
7137 Nota: 
7138 \series default
7139 Si se usa el paquete LaTeX 
7140 \series bold
7141 caption
7142 \series default
7143
7144 \begin_inset Index
7145 status collapsed
7146
7147 \begin_layout Plain Layout
7148 LaTeX-paquetes ! caption
7149 \end_layout
7150
7151 \end_inset
7152
7153 , como en este documento, se usa la anchura de toda la página para el pie
7154  si utilizas el valor por omisión de 4
7155 \begin_inset space \thinspace{}
7156 \end_inset
7157
7158 in para 
7159 \series bold
7160
7161 \backslash
7162 LTcapwidth
7163 \series default
7164 .
7165  En este caso, para conseguir exactamente un pie de 4
7166 \begin_inset space \thinspace{}
7167 \end_inset
7168
7169 in, puedes poner un valor ligeramente diferente de 4.0
7170 \begin_inset space \thinspace{}
7171 \end_inset
7172
7173 in, p.
7174 \begin_inset space \thinspace{}
7175 \end_inset
7176
7177 e.
7178  3.99
7179 \begin_inset space \thinspace{}
7180 \end_inset
7181
7182 in, o el comando de LaTeX 
7183 \series bold
7184
7185 \backslash
7186 captionsetup{width=valor}
7187 \series default
7188 , suministrado por el paquete 
7189 \series bold
7190 caption
7191 \series default
7192 .
7193 \end_layout
7194
7195 \end_inset
7196
7197
7198 \end_layout
7199
7200 \begin_layout Subsubsection
7201 Leyendas distintas para cada página
7202 \begin_inset Index
7203 status collapsed
7204
7205 \begin_layout Plain Layout
7206 Tablas largas ! Leyendas distintas para cada página
7207 \end_layout
7208
7209 \end_inset
7210
7211
7212 \end_layout
7213
7214 \begin_layout Standard
7215 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7216  de la leyenda de la primera página de la tabla, se insertan con el comando
7217  en código TeX
7218 \end_layout
7219
7220 \begin_layout Standard
7221
7222 \series bold
7223
7224 \backslash
7225 caption*{texto de la leyenda}
7226 \backslash
7227
7228 \backslash
7229 %
7230 \end_layout
7231
7232 \begin_layout Standard
7233 en una fila postiza que se marca como encabezado.
7234  La tabla
7235 \begin_inset space ~
7236 \end_inset
7237
7238
7239 \begin_inset CommandInset ref
7240 LatexCommand ref
7241 reference "tab:DifLeyendas"
7242
7243 \end_inset
7244
7245  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7246  no incluye número de tabla.
7247 \end_layout
7248
7249 \begin_layout Standard
7250 \align center
7251 \begin_inset Tabular
7252 <lyxtabular version="3" rows="59" columns="3">
7253 <features islongtable="true" lastFootEmpty="true">
7254 <column alignment="left" valignment="top" width="0cm">
7255 <column alignment="left" valignment="top" width="0pt">
7256 <column alignment="right" valignment="top" width="0pt">
7257 <row caption="true">
7258 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 \begin_inset Caption
7263
7264 \begin_layout Plain Layout
7265 Ejemplo de lista telefónica
7266 \begin_inset CommandInset label
7267 LatexCommand label
7268 name "tab:DifLeyendas"
7269
7270 \end_inset
7271
7272
7273 \begin_inset OptArg
7274 status collapsed
7275
7276 \begin_layout Plain Layout
7277 Ejemplo de lista telefónica
7278 \end_layout
7279
7280 \end_inset
7281
7282
7283 \end_layout
7284
7285 \end_inset
7286
7287
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 </row>
7311 <row endfirsthead="true">
7312 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316
7317 \series bold
7318 Ejemplo de lista telefónica (ignore los nombres)
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 </row>
7342 <row endfirsthead="true">
7343 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347
7348 \series bold
7349 NOMBRE
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367
7368 \series bold
7369 TEL.
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 </row>
7375 <row endhead="true">
7376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 \begin_inset ERT
7381 status open
7382
7383 \begin_layout Plain Layout
7384
7385
7386 \backslash
7387 caption*{continúa Ejemplo de lista telefónica}
7388 \backslash
7389
7390 \backslash
7391 %
7392 \end_layout
7393
7394 \end_inset
7395
7396
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 </row>
7420 <row endhead="true">
7421 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425
7426 \series bold
7427 Ejemplo de lista telefónica
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 </row>
7451 <row endhead="true">
7452 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456
7457 \series bold
7458 NOMBRE
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476
7477 \series bold
7478 TEL.
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 </row>
7484 <row endfoot="true">
7485 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 continúa en página siguiente
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row>
7514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518
7519 \series bold
7520 Annovi
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 Silvia
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 111
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 </row>
7544 <row>
7545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549
7550 \series bold
7551 Bertoli
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 Stefano
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569 111
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 </row>
7575 <row>
7576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580
7581 \series bold
7582 Bozzi
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591 Walter
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Plain Layout
7600 111
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 </row>
7606 <row>
7607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611
7612 \series bold
7613 Cachia
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 Maria
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631 111
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 </row>
7637 <row>
7638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642
7643 \series bold
7644 Cachia
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653 Maurizio
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662 111
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 </row>
7668 <row>
7669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673
7674 \series bold
7675 Cinquemani
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684 Giusi
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Plain Layout
7693 111
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 </row>
7699 <row>
7700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704
7705 \series bold
7706 Colin
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715 Bernard
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724 111
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 </row>
7730 <row>
7731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735
7736 \series bold
7737 Concli
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746 Gianfranco
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755 111
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 </row>
7761 <row>
7762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \series bold
7768 Dal Bosco
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777 Carolina
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786 111
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row>
7793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \series bold
7799 Dalpiaz
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808 Annamaria
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817 111
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row>
7824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \series bold
7830 Feliciello
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 Domenico
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 111
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 </row>
7854 <row>
7855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \series bold
7861 Focarelli
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 Paola
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 111
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 <row>
7886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \series bold
7892 Galletti
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 Oreste
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 111
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \series bold
7923 Gasparini
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 Franca
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 111
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row>
7948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \series bold
7954 Rizzardi
7955 \series default
7956
7957 \begin_inset Foot
7958 status collapsed
7959
7960 \begin_layout Plain Layout
7961 Ejemplo de nota a pie de página
7962 \end_layout
7963
7964 \end_inset
7965
7966
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 Paola
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 111
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \series bold
7997 Lassini
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 Giancarlo
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 111
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row>
8022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \series bold
8028 Malfatti
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 Luciano
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 111
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \series bold
8059 Malfatti
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 Valeriano
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077 111
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 </row>
8083 <row>
8084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088
8089 \series bold
8090 Meneguzzo
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 Roberto
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 111
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 </row>
8114 <row>
8115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119
8120 \series bold
8121 Mezzadra
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 Roberto
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 111
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 </row>
8145 <row>
8146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150
8151 \series bold
8152 Pirpamer
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 Erich
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 111
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 </row>
8176 <row>
8177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181
8182 \series bold
8183 Pochiesa
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 Paolo
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 111, 222
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 </row>
8207 <row>
8208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212
8213 \series bold
8214 Radina
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 Claudio
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 111
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 </row>
8238 <row>
8239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243
8244 \series bold
8245 Stuffer
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 Oskar
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 111
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \series bold
8276 Tacchelli
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 Ugo
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 111
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \series bold
8307 Tezzele
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 Margit
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 111
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \series bold
8338 Unterkalmsteiner
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 Frieda
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 111
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 <row>
8363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \series bold
8369 Vieider
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 Hilde
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 111
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \series bold
8400 Vigna
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 Jürgen
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 111
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \series bold
8431 Weber
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 Maurizio
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 111
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \series bold
8462 Winkler
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 Franz
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 111
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491  
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \series bold
8522 Annovi
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 Silvia
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 555
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \series bold
8553 Bertoli
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 Stefano
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 555
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \series bold
8584 Bozzi
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Walter
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 555
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \series bold
8615 Cachia
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 Maria
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 555
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 <row>
8640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644
8645 \series bold
8646 Cachia
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 Maurizio
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 555
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675
8676 \series bold
8677 Cinquemani
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 Giusi
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 555
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 <row>
8702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706
8707 \series bold
8708 Colin
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 Bernard
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 555
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 </row>
8732 <row>
8733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737
8738 \series bold
8739 Concli
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 Gianfranco
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 555
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 </row>
8763 <row>
8764 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768
8769 \series bold
8770 Dal Bosco
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 Carolina
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 555
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 </row>
8794 <row>
8795 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799
8800 \series bold
8801 Dalpiaz
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 Annamaria
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 555
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row>
8826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \series bold
8832 Feliciello
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 Domenico
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 555
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 </row>
8856 <row>
8857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861
8862 \series bold
8863 Focarelli
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 Paola
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 555
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 <row>
8888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892
8893 \series bold
8894 Galletti
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Oreste
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 555
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 </row>
8918 <row>
8919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923
8924 \series bold
8925 Gasparini
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 Franca
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 555
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \series bold
8956 Rizzardi
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 Paola
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 555
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987 Lassini
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 Giancarlo
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 555
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018 Malfatti
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 Luciano
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 555
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \series bold
9049 Malfatti
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 Valeriano
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 555
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row>
9074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \series bold
9080 Meneguzzo
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 Roberto
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 555
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \series bold
9111 Mezzadra
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 Roberto
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 555
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 </lyxtabular>
9136
9137 \end_inset
9138
9139
9140 \end_layout
9141
9142 \begin_layout Section
9143 Particularidades de las tablas largas
9144 \end_layout
9145
9146 \begin_layout Subsection
9147 Cálculos
9148 \begin_inset Index
9149 status collapsed
9150
9151 \begin_layout Plain Layout
9152 Tablas largas ! Cálculos
9153 \end_layout
9154
9155 \end_inset
9156
9157
9158 \end_layout
9159
9160 \begin_layout Standard
9161 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9162  utilizando los denominados «trozos», que son partes de la tabla presentes
9163  en la memoria de LaTeX.
9164  El valor predeterminado está establecido a sólo 20 filas.
9165  Si estás usando tablas largas con muchas páginas, la generación del documento
9166  puede hacerse muy lenta.
9167  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9168  el siguiente comando en el preámbulo del documento:
9169 \end_layout
9170
9171 \begin_layout Standard
9172
9173 \series bold
9174
9175 \backslash
9176 setcounter{LTchunksize}{100}
9177 \end_layout
9178
9179 \begin_layout Subsection
9180 Flotantes y tablas largas
9181 \begin_inset Index
9182 status collapsed
9183
9184 \begin_layout Plain Layout
9185 Tablas largas ! Flotantes
9186 \end_layout
9187
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \begin_layout Standard
9194 Podría haber problemas si un flotante aparece en la misma página donde comienza
9195  una tabla larga.
9196  Para evitarlo, añade el comando 
9197 \series bold
9198
9199 \backslash
9200 clearpage
9201 \series default
9202  en código TeX antes de la tabla.
9203 \end_layout
9204
9205 \begin_layout Subsection
9206 Saltos de página forzados
9207 \begin_inset Index
9208 status collapsed
9209
9210 \begin_layout Plain Layout
9211 Tablas largas ! Saltos de página forzados
9212 \end_layout
9213
9214 \end_inset
9215
9216
9217 \end_layout
9218
9219 \begin_layout Standard
9220 Por omisión, las tablas sólo se cortan entre filas.
9221  Si tienes una celda con líneas múltiples y necesitas un salto de página
9222  dentro de la celda, inserta el comando de nueva línea «
9223 \series bold
9224
9225 \backslash
9226
9227 \backslash
9228
9229 \series default
9230 » en código TeX en el punto en que quieras cortar.
9231  Antes del comando «
9232 \series bold
9233
9234 \backslash
9235
9236 \backslash
9237
9238 \series default
9239 » debes insertar en código TeX tantos caracteres «
9240 \series bold
9241 &
9242 \series default
9243 » como columnas siguientes de la tabla.
9244  
9245 \series bold
9246 &
9247 \series default
9248  es el carácter para separar celdas.
9249  Escribe en código TeX después de cada 
9250 \series bold
9251 &
9252 \series default
9253  el contenido de la celda siguiente correspondiente y borra el contenido
9254  de esas celdas.
9255 \begin_inset Newline newline
9256 \end_inset
9257
9258 Detrás del comando 
9259 \series bold
9260
9261 \backslash
9262
9263 \backslash
9264
9265 \series default
9266 , inserta tantos 
9267 \series bold
9268 &
9269 \series default
9270  como columnas haya delante de la actual.
9271  En la tabla
9272 \begin_inset space ~
9273 \end_inset
9274
9275
9276 \begin_inset CommandInset ref
9277 LatexCommand ref
9278 reference "tab:Saltos de Página Forzados"
9279
9280 \end_inset
9281
9282  la celda que debería cortarse está en la segunda columna seguida de otra
9283  columna.
9284  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9285  de «
9286 \emph on
9287 Castelchiodato,
9288 \emph default
9289 »:
9290 \end_layout
9291
9292 \begin_layout Standard
9293
9294 \series bold
9295 & 111
9296 \backslash
9297
9298 \backslash
9299  
9300 \backslash
9301 newpage
9302 \begin_inset Newline newline
9303 \end_inset
9304
9305 &
9306 \end_layout
9307
9308 \begin_layout Standard
9309 El «111» en la tercera columna de la fila se ha borrado.
9310
9311 \series bold
9312  
9313 \backslash
9314 newpage 
9315 \series default
9316 es necesario solo si en esta posición debiera ir definitivamente un salto
9317  de página, de otro modo es sólamente una posibilidad de salto.
9318  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9319  superior pero quisieras una línea horizontal donde se corta la celda, usa
9320  este comando alternativo:
9321 \end_layout
9322
9323 \begin_layout Standard
9324
9325 \series bold
9326 & 111
9327 \backslash
9328
9329 \backslash
9330
9331 \begin_inset Newline newline
9332 \end_inset
9333
9334
9335 \backslash
9336 hline &
9337 \end_layout
9338
9339 \begin_layout Standard
9340 Cuando la celda a cortar está en la última columna, el comando
9341 \end_layout
9342
9343 \begin_layout Standard
9344
9345 \series bold
9346
9347 \backslash
9348 setlength{
9349 \backslash
9350 parfillskip}{0pt}
9351 \end_layout
9352
9353 \begin_layout Standard
9354 debe insertarse en código TeX al principio de la celda.
9355  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9356  aparecerá con toda su anchura.
9357 \end_layout
9358
9359 \begin_layout Standard
9360 \align center
9361 \begin_inset Tabular
9362 <lyxtabular version="3" rows="38" columns="3">
9363 <features islongtable="true" lastFootEmpty="true">
9364 <column alignment="left" valignment="top" width="0cm">
9365 <column alignment="left" valignment="top" width="3cm">
9366 <column alignment="right" valignment="top" width="0pt">
9367 <row caption="true">
9368 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 \begin_inset Caption
9373
9374 \begin_layout Plain Layout
9375 Tabla con salto de página forzado en celda
9376 \begin_inset CommandInset label
9377 LatexCommand label
9378 name "tab:Saltos de Página Forzados"
9379
9380 \end_inset
9381
9382
9383 \begin_inset OptArg
9384 status collapsed
9385
9386 \begin_layout Plain Layout
9387 Tabla con salto de página forzado en celda
9388 \end_layout
9389
9390 \end_inset
9391
9392
9393 \end_layout
9394
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 </row>
9421 <row endfirsthead="true">
9422 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \series bold
9428 Ejemplo de lista telefónica (ignore los nombres)
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 </row>
9452 <row endfirsthead="true">
9453 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \series bold
9459 NOMBRE
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477
9478 \series bold
9479 TEL.
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row endhead="true">
9486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 \begin_inset ERT
9491 status collapsed
9492
9493 \begin_layout Plain Layout
9494
9495
9496 \backslash
9497 caption*{continúa Tabla con salto de página forzado en celda}
9498 \backslash
9499
9500 \backslash
9501 %
9502 \end_layout
9503
9504 \end_inset
9505
9506
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row endhead="true">
9531 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535  
9536 \series bold
9537 Ejemplo de lista telefónica
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row endhead="true">
9562 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \series bold
9568 NOMBRE
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \series bold
9588 TEL.
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 </row>
9594 <row endfoot="true">
9595 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599 continúa en página siguiente
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 <row>
9624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \series bold
9630 Annovi
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639 Silvia
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 111
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 </row>
9654 <row>
9655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659
9660 \series bold
9661 Bertoli
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 Stefano
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 111
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 </row>
9685 <row>
9686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690
9691 \series bold
9692 Bozzi
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 Walter
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 111
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 </row>
9716 <row>
9717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721
9722 \series bold
9723 Cachia
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732 Maria
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 111
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 </row>
9747 <row>
9748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752
9753 \series bold
9754 Cachia
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763 Maurizio
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 111
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 </row>
9778 <row>
9779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783
9784 \series bold
9785 Cinquemani
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794 Giusi
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 111
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 <row>
9810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \series bold
9816 Colin
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825 Bernard
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 111
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 </row>
9840 <row>
9841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \series bold
9847 Concli
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856 Gianfranco
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 111
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 <row>
9872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \series bold
9878 Dal Bosco
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887 Carolina
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 111
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 </row>
9902 <row>
9903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907
9908 \series bold
9909 Dalpiaz
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918 Annamaria
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 111
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 <row>
9934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \series bold
9940 Feliciello
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 Domenico
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 111
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 </row>
9964 <row>
9965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \series bold
9971 Focarelli
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 Paola
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 111
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 </row>
9995 <row>
9996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \series bold
10002 Galletti
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011 Oreste
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 111
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 </row>
10026 <row>
10027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031
10032 \series bold
10033 Gasparini
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042 Franca
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 111
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 </row>
10057 <row>
10058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \series bold
10064 Lassini
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 Giancarlo, 11.
10074  Fürst von Montecompatri, 11.
10075  Fürst von Sulmona und Vivaro, 10.
10076  Fürst von Rossano, 5.
10077  Herzog von Canemorte, 11.
10078  Herzog von Palombara, 5.
10079  Herzog von Castelchiodato,
10080 \begin_inset ERT
10081 status collapsed
10082
10083 \begin_layout Plain Layout
10084
10085 & 111
10086 \backslash
10087
10088 \backslash
10089  
10090 \backslash
10091 newpage
10092 \end_layout
10093
10094 \begin_layout Plain Layout
10095
10096 &
10097 \end_layout
10098
10099 \end_inset
10100
10101  11.
10102  Herzog von Poggionativo, 11.
10103  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10104  Graf von Valinfreda, 11.
10105  Baron von Cropalati, 11.
10106  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 </row>
10121 <row>
10122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \series bold
10128 Malfatti
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 Luciano
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 111
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 <row>
10153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \series bold
10159 Malfatti
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 Valeriano
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 111
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 <row>
10184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \series bold
10190 Meneguzzo
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 Roberto
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 111
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 </row>
10214 <row>
10215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219
10220 \series bold
10221 Mezzadra
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 Roberto
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 111
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 <row>
10246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250
10251 \series bold
10252 Pirpamer
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 Erich
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 111
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 </row>
10276 <row>
10277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281
10282 \series bold
10283 Pochiesa
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 Paolo
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 111, 222
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 </row>
10307 <row>
10308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312
10313 \series bold
10314 Radina
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 Claudio
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 111
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 <row>
10339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343
10344 \series bold
10345 Rizzardi
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 Paolo
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 111
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \series bold
10376 Stuffer
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 Oskar
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 111
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 </row>
10400 <row>
10401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405
10406 \series bold
10407 Tacchelli
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 Ugo
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 111
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 </row>
10431 <row>
10432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436
10437 \series bold
10438 Tezzele
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 Margit
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 111
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \series bold
10469 Unterkalmsteiner
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 Frieda
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 111
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 </row>
10493 <row>
10494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498
10499 \series bold
10500 Vieider
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 Hilde
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 111
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 </row>
10524 <row>
10525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \series bold
10531 Vigna
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 Jürgen
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 111
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 </row>
10555 <row>
10556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560
10561 \series bold
10562 Weber
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 Maurizio
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 111
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 <row>
10587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \series bold
10593 Winkler
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 Franz
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 111
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 </lyxtabular>
10618
10619 \end_inset
10620
10621
10622 \end_layout
10623
10624 \begin_layout Section
10625 Líneas múltiples en columnas y filas
10626 \end_layout
10627
10628 \begin_layout Subsection
10629 Líneas múltiples en celdas
10630 \begin_inset CommandInset label
10631 LatexCommand label
10632 name "sub:Líneas-Múltiples-en"
10633
10634 \end_inset
10635
10636
10637 \begin_inset Index
10638 status collapsed
10639
10640 \begin_layout Plain Layout
10641 Lineas@Líneas múltiples en celdas
10642 \end_layout
10643
10644 \end_inset
10645
10646
10647 \begin_inset Index
10648 status collapsed
10649
10650 \begin_layout Plain Layout
10651 Tablas ! Saltos de línea
10652 \end_layout
10653
10654 \end_inset
10655
10656
10657 \end_layout
10658
10659 \begin_layout Standard
10660 \noindent
10661 \begin_inset Float table
10662 placement H
10663 wide false
10664 sideways false
10665 status open
10666
10667 \begin_layout Plain Layout
10668 \begin_inset Caption
10669
10670 \begin_layout Plain Layout
10671 \begin_inset CommandInset label
10672 LatexCommand label
10673 name "tab:Tabla-con-múltiples"
10674
10675 \end_inset
10676
10677 Tabla con líneas múltiples en celda
10678 \end_layout
10679
10680 \end_inset
10681
10682
10683 \end_layout
10684
10685 \begin_layout Plain Layout
10686 \align center
10687 \begin_inset Tabular
10688 <lyxtabular version="3" rows="3" columns="3">
10689 <features>
10690 <column alignment="center" valignment="middle" width="2.5cm">
10691 <column alignment="center" valignment="middle" width="0">
10692 <column alignment="center" valignment="middle" width="0">
10693 <row>
10694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 líneas
10699 \begin_inset Newline linebreak
10700 \end_inset
10701
10702 múltiples
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 b
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 c
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 </row>
10726 <row>
10727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 d
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 e
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 f
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 <row>
10756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 g
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 h
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 i
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 </row>
10784 </lyxtabular>
10785
10786 \end_inset
10787
10788
10789 \end_layout
10790
10791 \end_inset
10792
10793
10794 \end_layout
10795
10796 \begin_layout Standard
10797 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10798  párrafos con varias líneas y guionado.
10799 \end_layout
10800
10801 \begin_layout Standard
10802 Para generar la tabla
10803 \begin_inset space ~
10804 \end_inset
10805
10806
10807 \begin_inset CommandInset ref
10808 LatexCommand ref
10809 reference "tab:Tabla-con-múltiples"
10810
10811 \end_inset
10812
10813 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10814  En el diálogo que surge establece una anchura de 2.5
10815 \begin_inset space \thinspace{}
10816 \end_inset
10817
10818 cm y escoge centro en alineación vertical y horizontal.
10819  La alineación vertical se utiliza para todas las celdas de la fila.
10820  Como nuestro texto es menor de 2.5
10821 \begin_inset space \thinspace{}
10822 \end_inset
10823
10824 cm, sólo aparece una línea.
10825  Para poner dos añadimos un salto de línea justificado, (atajo 
10826 \family sans
10827 Ctrl+Mayúsculas+Retorno
10828 \family default
10829 ).
10830  Si el texto es más ancho que la celda será automáticamente dividido en
10831  líneas.
10832 \end_layout
10833
10834 \begin_layout Standard
10835 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10836  con guión si es la primera entrada.
10837  Por eso hay que insertar algo para que dicha palabra no sea la primera
10838  entrada: añade un espacio horizontal de 0
10839 \begin_inset space \thinspace{}
10840 \end_inset
10841
10842 pt delante de la palabra.
10843  Como el espacio es 0 la salida no cambia.
10844  El cuadro
10845 \begin_inset space ~
10846 \end_inset
10847
10848
10849 \begin_inset CommandInset ref
10850 LatexCommand ref
10851 reference "tab:Tabla-con-y"
10852
10853 \end_inset
10854
10855  muestra el efecto.
10856 \end_layout
10857
10858 \begin_layout Standard
10859 \begin_inset Float table
10860 placement b
10861 wide false
10862 sideways false
10863 status open
10864
10865 \begin_layout Plain Layout
10866 \begin_inset Caption
10867
10868 \begin_layout Plain Layout
10869 \begin_inset CommandInset label
10870 LatexCommand label
10871 name "tab:Tabla-con-y"
10872
10873 \end_inset
10874
10875 Tablas con y sin guión
10876 \end_layout
10877
10878 \end_inset
10879
10880
10881 \end_layout
10882
10883 \begin_layout Plain Layout
10884 \begin_inset space \hfill{}
10885 \end_inset
10886
10887
10888 \begin_inset Tabular
10889 <lyxtabular version="3" rows="3" columns="3">
10890 <features>
10891 <column alignment="center" valignment="middle" width="2.5cm">
10892 <column alignment="center" valignment="middle" width="0">
10893 <column alignment="center" valignment="middle" width="0">
10894 <row>
10895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 celdaconpalabramuylarga
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 b
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 c
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 </row>
10923 <row>
10924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 d
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 e
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 f
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 <row>
10953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 g
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 h
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 i
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 </row>
10981 </lyxtabular>
10982
10983 \end_inset
10984
10985
10986 \begin_inset space \hfill{}
10987 \end_inset
10988
10989
10990 \begin_inset Tabular
10991 <lyxtabular version="3" rows="3" columns="3">
10992 <features>
10993 <column alignment="center" valignment="middle" width="2.5cm">
10994 <column alignment="center" valignment="middle" width="0">
10995 <column alignment="center" valignment="middle" width="0">
10996 <row>
10997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 \begin_inset space \hspace{}
11002 \length 0pt
11003 \end_inset
11004
11005 celdaconpalabramuylarga
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 b
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 c
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row>
11030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 d
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 e
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 f
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 </row>
11058 <row>
11059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 g
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 h
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 i
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 </lyxtabular>
11088
11089 \end_inset
11090
11091
11092 \begin_inset space \hfill{}
11093 \end_inset
11094
11095
11096 \end_layout
11097
11098 \end_inset
11099
11100
11101 \end_layout
11102
11103 \begin_layout Subsection
11104 Multicolumnas
11105 \begin_inset CommandInset label
11106 LatexCommand label
11107 name "sub:Multicolumnas"
11108
11109 \end_inset
11110
11111
11112 \begin_inset Index
11113 status collapsed
11114
11115 \begin_layout Plain Layout
11116 Multicolumnas
11117 \end_layout
11118
11119 \end_inset
11120
11121
11122 \begin_inset Index
11123 status collapsed
11124
11125 \begin_layout Plain Layout
11126 Tablas ! Multicolumnas
11127 \end_layout
11128
11129 \end_inset
11130
11131
11132 \end_layout
11133
11134 \begin_layout Subsubsection
11135 Fundamentos de multicolumna
11136 \end_layout
11137
11138 \begin_layout Standard
11139 Para extender una celda sobre varias columnas, se marcan las celdas que
11140  se desee combinar y se usa el botón 
11141 \begin_inset Graphics
11142         filename ../../images/tabular-feature_multicolumn.png
11143         scale 85
11144
11145 \end_inset
11146
11147 , el menú 
11148 \family sans
11149 Editar\SpecialChar \menuseparator
11150 Tabla\SpecialChar \menuseparator
11151 Multicolumna
11152 \family default
11153 , o clic derecho sobre las celdas marcadas y se selecciona en el diálogo,
11154  bajo la solapa 
11155 \family sans
11156 Configuración
11157 \family default
11158 , la casilla Multicolumna.
11159 \end_layout
11160
11161 \begin_layout Standard
11162 Las multicolumnas tienen su propia configuración de celdas.
11163  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11164  multicolumna.
11165  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11166  última fila sin borde superior:
11167 \end_layout
11168
11169 \begin_layout Standard
11170 \align center
11171 \begin_inset Tabular
11172 <lyxtabular version="3" rows="3" columns="4">
11173 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11174 <column alignment="center" valignment="top" width="0pt">
11175 <column alignment="center" valignment="middle" width="0">
11176 <column alignment="center" valignment="top" width="0in">
11177 <column alignment="center" valignment="top" width="0pt">
11178 <row>
11179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 abc
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 def ghi
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 jkl
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 </row>
11216 <row>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221
11222 \family roman
11223 \series medium
11224 \shape up
11225 \size normal
11226 \emph off
11227 \bar no
11228 \noun off
11229 \color none
11230 A
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 B
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 C
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 D
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 <row>
11264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 1
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 2
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286 3
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 4
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 </row>
11301 </lyxtabular>
11302
11303 \end_inset
11304
11305
11306 \end_layout
11307
11308 \begin_layout Subsubsection
11309 Cálculos en multicolumnas
11310 \begin_inset CommandInset label
11311 LatexCommand label
11312 name "sub:Cálculos-en-Multicolumnas"
11313
11314 \end_inset
11315
11316
11317 \begin_inset Index
11318 status collapsed
11319
11320 \begin_layout Plain Layout
11321 Multicolumnas ! Cálculos
11322 \end_layout
11323
11324 \end_inset
11325
11326
11327 \end_layout
11328
11329 \begin_layout Standard
11330 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11331  la anchura de celda de las columnas combinadas en la celda multicolumna.
11332 \end_layout
11333
11334 \begin_layout Standard
11335 \begin_inset Float table
11336 placement h
11337 wide false
11338 sideways false
11339 status open
11340
11341 \begin_layout Plain Layout
11342 \begin_inset Caption
11343
11344 \begin_layout Plain Layout
11345 \begin_inset CommandInset label
11346 LatexCommand label
11347 name "tab:Tabla-con-centrado"
11348
11349 \end_inset
11350
11351 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11352 te la mitad de anchura que la celda multicolumna
11353 \begin_inset OptArg
11354 status collapsed
11355
11356 \begin_layout Plain Layout
11357 Tabla multicolumna perfecta
11358 \end_layout
11359
11360 \end_inset
11361
11362
11363 \end_layout
11364
11365 \end_inset
11366
11367
11368 \end_layout
11369
11370 \begin_layout Plain Layout
11371 \align center
11372 \begin_inset Tabular
11373 <lyxtabular version="3" rows="3" columns="3">
11374 <features>
11375 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11376 <column alignment="center" valignment="middle" width="0">
11377 <column alignment="center" valignment="top" width="0">
11378 <row>
11379 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 multicolumna línea múltiple
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 c
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 </row>
11407 <row>
11408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 d
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 e
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 f
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 </row>
11436 <row>
11437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 g
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 h
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 i
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 </row>
11465 </lyxtabular>
11466
11467 \end_inset
11468
11469
11470 \end_layout
11471
11472 \end_inset
11473
11474
11475 \end_layout
11476
11477 \begin_layout Standard
11478 Por ejemplo, para crear la tabla
11479 \begin_inset space ~
11480 \end_inset
11481
11482
11483 \begin_inset CommandInset ref
11484 LatexCommand ref
11485 reference "tab:Tabla-con-centrado"
11486
11487 \end_inset
11488
11489 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11490  clic derecho.
11491  En el diálogo marca 
11492 \emph on
11493 multicolumna
11494 \emph default
11495
11496 \emph on
11497 alineación centro
11498 \emph default
11499  y una anchura de 2.5
11500 \begin_inset space \thinspace{}
11501 \end_inset
11502
11503 cm.
11504  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11505  de la celda multicolumna, así que deberías ajustar 1.25
11506 \begin_inset space \thinspace{}
11507 \end_inset
11508
11509 cm para la primera columna.
11510  La segunda columna tendrá entonces automáticamente 1.25
11511 \begin_inset space \thinspace{}
11512 \end_inset
11513
11514 cm de anchura.
11515  Para la tabla
11516 \begin_inset space ~
11517 \end_inset
11518
11519
11520 \begin_inset CommandInset ref
11521 LatexCommand ref
11522 reference "tab:Tabla-sin-mitad"
11523
11524 \end_inset
11525
11526  se ha procedido de la siguiente manera:
11527 \end_layout
11528
11529 \begin_layout Standard
11530 \begin_inset Float table
11531 wide false
11532 sideways false
11533 status open
11534
11535 \begin_layout Plain Layout
11536 \begin_inset Caption
11537
11538 \begin_layout Plain Layout
11539 \begin_inset CommandInset label
11540 LatexCommand label
11541 name "tab:Tabla-sin-mitad"
11542
11543 \end_inset
11544
11545 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11546  anchura que la celda multicolumna
11547 \begin_inset OptArg
11548 status collapsed
11549
11550 \begin_layout Plain Layout
11551 Tabla multicolumna imperfecta
11552 \end_layout
11553
11554 \end_inset
11555
11556
11557 \end_layout
11558
11559 \end_inset
11560
11561
11562 \end_layout
11563
11564 \begin_layout Plain Layout
11565 \align center
11566 \begin_inset Tabular
11567 <lyxtabular version="3" rows="3" columns="3">
11568 <features>
11569 <column alignment="center" valignment="top" width="1.25cm">
11570 <column alignment="center" valignment="top" width="0">
11571 <column alignment="center" valignment="top" width="0">
11572 <row>
11573 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 multicolumna línea múltiple
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 c
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 </row>
11601 <row>
11602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 d
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 e
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 f
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 </row>
11630 <row>
11631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 g
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Plain Layout
11644 h
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 i
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 </row>
11659 </lyxtabular>
11660
11661 \end_inset
11662
11663
11664 \end_layout
11665
11666 \end_inset
11667
11668
11669 \end_layout
11670
11671 \begin_layout Standard
11672 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11673 a, es un poco mayor.
11674  La razón es que la anchura dada para una celda 
11675 \begin_inset Formula $W_{g}$
11676 \end_inset
11677
11678  no es su anchura total 
11679 \begin_inset Formula $W_{\mathrm{tot}}$
11680 \end_inset
11681
11682  porque una celda es siempre algo mayor que la anchura dada.
11683  El apéndice
11684 \begin_inset space ~
11685 \end_inset
11686
11687
11688 \begin_inset CommandInset ref
11689 LatexCommand eqref
11690 reference "cha:Explicación-de-la-Ecuación"
11691
11692 \end_inset
11693
11694  lo explica con detalle.
11695 \end_layout
11696
11697 \begin_layout Standard
11698 La anchura dada necesaria, 
11699 \begin_inset Formula $W_{g\, n}$
11700 \end_inset
11701
11702  para combinar 
11703 \emph on
11704 n
11705 \emph default
11706  columnas puede calcularse de manera que cada columna tenga una anchura
11707  total de 
11708 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11709 \end_inset
11710
11711 :
11712 \begin_inset Formula \begin{equation}
11713 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11714
11715 \end_inset
11716
11717
11718 \end_layout
11719
11720 \begin_layout Standard
11721 En nuestro caso tenemos 
11722 \begin_inset Formula $n=2$
11723 \end_inset
11724
11725
11726 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11727 \end_inset
11728
11729
11730 \begin_inset space \thinspace{}
11731 \end_inset
11732
11733 cm y los valores predeterminados para longitudes, así la ecuación
11734 \begin_inset space ~
11735 \end_inset
11736
11737
11738 \begin_inset CommandInset ref
11739 LatexCommand ref
11740 reference "eq:Wgn"
11741
11742 \end_inset
11743
11744  queda
11745 \begin_inset Formula \begin{equation}
11746 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11747
11748 \end_inset
11749
11750
11751 \end_layout
11752
11753 \begin_layout Standard
11754 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11755  
11756 \series bold
11757 calc
11758 \series default
11759  con la línea
11760 \begin_inset Index
11761 status collapsed
11762
11763 \begin_layout Plain Layout
11764 LaTeX-paquetes ! calc
11765 \end_layout
11766
11767 \end_inset
11768
11769
11770 \end_layout
11771
11772 \begin_layout Standard
11773
11774 \series bold
11775
11776 \backslash
11777 usepackage{calc}
11778 \end_layout
11779
11780 \begin_layout Standard
11781 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11782  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11783  He aquí un repaso de los argumentos:
11784 \end_layout
11785
11786 \begin_layout Itemize
11787
11788 \series bold
11789 p{ancho}
11790 \series default
11791  crea celdas con anchura fija, el texto alineado arriba
11792 \end_layout
11793
11794 \begin_layout Itemize
11795
11796 \series bold
11797 m{ancho}
11798 \series default
11799  crea celdas con anchura fija, el texto con alineación vertical centrada
11800  
11801 \end_layout
11802
11803 \begin_layout Itemize
11804
11805 \series bold
11806 b{ancho}
11807 \series default
11808  crea celdas con anchura fija, el texto alineado abajo
11809 \end_layout
11810
11811 \begin_layout Standard
11812 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11813  en el diálogo se ignoran.
11814 \end_layout
11815
11816 \begin_layout Standard
11817 \begin_inset Note Greyedout
11818 status open
11819
11820 \begin_layout Plain Layout
11821
11822 \series bold
11823 Nota:
11824 \series default
11825  Debido a un error, LyX muestra de todas formas estas propiedades.
11826 \end_layout
11827
11828 \end_inset
11829
11830  
11831 \end_layout
11832
11833 \begin_layout Standard
11834 El comando 
11835 \series bold
11836
11837 \backslash
11838 centering
11839 \series default
11840  centra horizontalmente el texto.
11841  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11842  columna extendida:
11843 \end_layout
11844
11845 \begin_layout Standard
11846
11847 \series bold
11848 >{
11849 \backslash
11850 centering}m{1.25cm-6.2pt}
11851 \end_layout
11852
11853 \begin_layout Standard
11854 El comando 
11855 \series bold
11856 >{ }
11857 \series default
11858  significa que los comandos entre llaves se aplican antes de crear la celda.
11859 \end_layout
11860
11861 \begin_layout Standard
11862 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11863 , aún está alineado a la izquierda.
11864  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11865  Así que para multicolumnas hemos de usar el argumento de LaTeX
11866 \end_layout
11867
11868 \begin_layout Standard
11869
11870 \series bold
11871 >{
11872 \backslash
11873 centering}m{2.5cm}
11874 \end_layout
11875
11876 \begin_layout Subsection
11877 Multifilas
11878 \begin_inset Index
11879 status collapsed
11880
11881 \begin_layout Plain Layout
11882 Multifilas
11883 \end_layout
11884
11885 \end_inset
11886
11887
11888 \begin_inset Index
11889 status collapsed
11890
11891 \begin_layout Plain Layout
11892 Tablas ! Multifilas
11893 \end_layout
11894
11895 \end_inset
11896
11897
11898 \end_layout
11899
11900 \begin_layout Standard
11901 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11902  hace falta un poco de código TeX.
11903  Hay que cargar el paquete de LaTeX 
11904 \series bold
11905 multirow
11906 \series default
11907
11908 \begin_inset Index
11909 status collapsed
11910
11911 \begin_layout Plain Layout
11912 LaTeX-paquetes ! multirow
11913 \end_layout
11914
11915 \end_inset
11916
11917  en el preámbulo del documento con el comando
11918 \end_layout
11919
11920 \begin_layout Standard
11921
11922 \series bold
11923
11924 \backslash
11925 usepackage{multirow}
11926 \end_layout
11927
11928 \begin_layout Standard
11929 Las multifilas se crean con el comando
11930 \end_layout
11931
11932 \begin_layout Standard
11933
11934 \series bold
11935
11936 \backslash
11937 multirow{número de filas}{ancho de celda}{entrada de celda}
11938 \end_layout
11939
11940 \begin_layout Standard
11941 Para crear la siguiente tabla:
11942 \end_layout
11943
11944 \begin_layout Standard
11945 \align center
11946 \begin_inset ERT
11947 status collapsed
11948
11949 \begin_layout Plain Layout
11950
11951
11952 \backslash
11953 renewcommand{
11954 \backslash
11955 multirowsetup}{
11956 \backslash
11957 centering}
11958 \end_layout
11959
11960 \end_inset
11961
11962
11963 \begin_inset Tabular
11964 <lyxtabular version="3" rows="3" columns="3">
11965 <features>
11966 <column alignment="center" valignment="top" width="0">
11967 <column alignment="center" valignment="top" width="0">
11968 <column alignment="center" valignment="top" width="0">
11969 <row>
11970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974 a
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 b
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 c
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 </row>
11998 <row>
11999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12000 \begin_inset Text
12001
12002 \begin_layout Plain Layout
12003 \begin_inset ERT
12004 status collapsed
12005
12006 \begin_layout Plain Layout
12007
12008
12009 \backslash
12010 multirow{2}{2.5cm}{
12011 \end_layout
12012
12013 \end_inset
12014
12015 entrada multifila
12016 \begin_inset ERT
12017 status collapsed
12018
12019 \begin_layout Plain Layout
12020
12021 }
12022 \end_layout
12023
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \end_inset
12030 </cell>
12031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12032 \begin_inset Text
12033
12034 \begin_layout Plain Layout
12035 e
12036 \end_layout
12037
12038 \end_inset
12039 </cell>
12040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044 f
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 </row>
12050 <row>
12051 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055
12056 \end_layout
12057
12058 \end_inset
12059 </cell>
12060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Plain Layout
12064 h
12065 \end_layout
12066
12067 \end_inset
12068 </cell>
12069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Plain Layout
12073 i
12074 \end_layout
12075
12076 \end_inset
12077 </cell>
12078 </row>
12079 </lyxtabular>
12080
12081 \end_inset
12082
12083
12084 \begin_inset ERT
12085 status collapsed
12086
12087 \begin_layout Plain Layout
12088
12089
12090 \backslash
12091 renewcommand{
12092 \backslash
12093 multirowsetup}{
12094 \backslash
12095 raggedright}
12096 \end_layout
12097
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \begin_layout Standard
12104 crea una tabla 3×3.
12105  Para quitar la línea sobre la última celda en la primera columna, se marca
12106  la celda como multicolumna y se quita el borde superior.
12107  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12108  ahí el comando
12109 \end_layout
12110
12111 \begin_layout Standard
12112
12113 \series bold
12114
12115 \backslash
12116 multirow{2}{2.5cm}{
12117 \end_layout
12118
12119 \begin_layout Standard
12120 en código TeX.
12121  Según los parámetros del comando la multifila se expande a dos filas y
12122  tiene de ancho 2.5
12123 \begin_inset space \thinspace{}
12124 \end_inset
12125
12126 cm.
12127  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12128  y el comando finaliza con llave derecha 
12129 \series bold
12130 }
12131 \series default
12132  en otro cuadro de código TeX tras el texto.
12133 \end_layout
12134
12135 \begin_layout Standard
12136
12137 \series bold
12138
12139 \backslash
12140 multirow
12141 \series default
12142  alinea su contenido a la izquierda por omisión.
12143  Para cambiarlo renombra el comando 
12144 \series bold
12145
12146 \backslash
12147 multirowsetup
12148 \series default
12149  con el comando
12150 \end_layout
12151
12152 \begin_layout Standard
12153
12154 \series bold
12155
12156 \backslash
12157 renewcommand{
12158 \backslash
12159 multirowsetup}{
12160 \backslash
12161 centering}
12162 \end_layout
12163
12164 \begin_layout Standard
12165 en el preámbulo del documento.
12166  Entonces se centran todas las entradas de celdas multifila en el documento.
12167  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12168  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12169  Si el texto debe estar alineado a la derecha, reemplaza 
12170 \series bold
12171
12172 \backslash
12173 centering
12174 \series default
12175  por 
12176 \series bold
12177
12178 \backslash
12179 raggedleft
12180 \series default
12181 .
12182  Para volver a alineado a la izquierda usa 
12183 \series bold
12184
12185 \backslash
12186 raggedright
12187 \series default
12188 .
12189 \end_layout
12190
12191 \begin_layout Section
12192 Tablas formales
12193 \begin_inset CommandInset label
12194 LatexCommand label
12195 name "sec:Tablas-Formales"
12196
12197 \end_inset
12198
12199
12200 \begin_inset Index
12201 status collapsed
12202
12203 \begin_layout Plain Layout
12204 Tablas ! Formales
12205 \end_layout
12206
12207 \end_inset
12208
12209  
12210 \end_layout
12211
12212 \begin_layout Standard
12213 En los libros, las tablas se suelen presentar en un formato como el de la
12214  tabla 
12215 \begin_inset space ~
12216 \end_inset
12217
12218
12219 \begin_inset CommandInset ref
12220 LatexCommand ref
12221 reference "tab:Ejemplo-tabla-formal"
12222
12223 \end_inset
12224
12225 .
12226  Se denominan tablas 
12227 \emph on
12228 formales
12229 \emph default
12230 .
12231  Para hacer tablas con este diseño, elige 
12232 \family sans
12233 Estilo
12234 \family default
12235
12236 \begin_inset space ~
12237 \end_inset
12238
12239
12240 \family sans
12241 Formal
12242 \family default
12243  en la solapa 
12244 \family sans
12245 Bordes
12246 \family default
12247  del cuadro de diálogo de tablas.
12248 \end_layout
12249
12250 \begin_layout Standard
12251 \begin_inset Float table
12252 placement h
12253 wide false
12254 sideways false
12255 status open
12256
12257 \begin_layout Plain Layout
12258 \begin_inset Caption
12259
12260 \begin_layout Plain Layout
12261 \begin_inset CommandInset label
12262 LatexCommand label
12263 name "tab:Ejemplo-tabla-formal"
12264
12265 \end_inset
12266
12267 Ejemplo de tabla formal
12268 \end_layout
12269
12270 \end_inset
12271
12272
12273 \end_layout
12274
12275 \begin_layout Plain Layout
12276 \align center
12277 \begin_inset Tabular
12278 <lyxtabular version="3" rows="8" columns="4">
12279 <features booktabs="true">
12280 <column alignment="center" valignment="top" width="0">
12281 <column alignment="center" valignment="top" width="0">
12282 <column alignment="center" valignment="top" width="0">
12283 <column alignment="center" valignment="top" width="0">
12284 <row>
12285 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12286 \begin_inset Text
12287
12288 \begin_layout Plain Layout
12289 System
12290 \end_layout
12291
12292 \end_inset
12293 </cell>
12294 <cell alignment="center" valignment="top" topline="true" usebox="none">
12295 \begin_inset Text
12296
12297 \begin_layout Plain Layout
12298 Medipix
12299 \begin_inset space \thinspace{}
12300 \end_inset
12301
12302 1
12303 \end_layout
12304
12305 \end_inset
12306 </cell>
12307 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Plain Layout
12311 Medipix
12312 \begin_inset space \thinspace{}
12313 \end_inset
12314
12315 2
12316 \end_layout
12317
12318 \end_inset
12319 </cell>
12320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12321 \begin_inset Text
12322
12323 \begin_layout Plain Layout
12324
12325 \end_layout
12326
12327 \end_inset
12328 </cell>
12329 </row>
12330 <row>
12331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Plain Layout
12335 \begin_inset ERT
12336 status collapsed
12337
12338 \begin_layout Plain Layout
12339
12340
12341 \backslash
12342 cmidrule(r){2-2}
12343 \end_layout
12344
12345 \end_inset
12346
12347
12348 \begin_inset ERT
12349 status collapsed
12350
12351 \begin_layout Plain Layout
12352
12353
12354 \backslash
12355 cmidrule(l){3-4}
12356 \end_layout
12357
12358 \end_inset
12359
12360 Detector thickness [µm]
12361 \end_layout
12362
12363 \end_inset
12364 </cell>
12365 <cell alignment="center" valignment="top" usebox="none">
12366 \begin_inset Text
12367
12368 \begin_layout Plain Layout
12369 300
12370 \end_layout
12371
12372 \end_inset
12373 </cell>
12374 <cell alignment="center" valignment="top" usebox="none">
12375 \begin_inset Text
12376
12377 \begin_layout Plain Layout
12378 300
12379 \end_layout
12380
12381 \end_inset
12382 </cell>
12383 <cell alignment="center" valignment="top" usebox="none">
12384 \begin_inset Text
12385
12386 \begin_layout Plain Layout
12387 700
12388 \end_layout
12389
12390 \end_inset
12391 </cell>
12392 </row>
12393 <row>
12394 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12395 \begin_inset Text
12396
12397 \begin_layout Plain Layout
12398 Edge angle [°]
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 <cell alignment="center" valignment="top" topline="true" usebox="none">
12404 \begin_inset Text
12405
12406 \begin_layout Plain Layout
12407 3.55
12408 \end_layout
12409
12410 \end_inset
12411 </cell>
12412 <cell alignment="center" valignment="top" topline="true" usebox="none">
12413 \begin_inset Text
12414
12415 \begin_layout Plain Layout
12416 2.71
12417 \end_layout
12418
12419 \end_inset
12420 </cell>
12421 <cell alignment="center" valignment="top" topline="true" usebox="none">
12422 \begin_inset Text
12423
12424 \begin_layout Plain Layout
12425 7.99
12426 \end_layout
12427
12428 \end_inset
12429 </cell>
12430 </row>
12431 <row topspace="default">
12432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12433 \begin_inset Text
12434
12435 \begin_layout Plain Layout
12436 Spatial resolution [µm]
12437 \end_layout
12438
12439 \end_inset
12440 </cell>
12441 <cell alignment="center" valignment="top" usebox="none">
12442 \begin_inset Text
12443
12444 \begin_layout Plain Layout
12445 4.26
12446 \end_layout
12447
12448 \end_inset
12449 </cell>
12450 <cell alignment="center" valignment="top" usebox="none">
12451 \begin_inset Text
12452
12453 \begin_layout Plain Layout
12454 10.17
12455 \end_layout
12456
12457 \end_inset
12458 </cell>
12459 <cell alignment="center" valignment="top" usebox="none">
12460 \begin_inset Text
12461
12462 \begin_layout Plain Layout
12463 10.56
12464 \end_layout
12465
12466 \end_inset
12467 </cell>
12468 </row>
12469 <row topspace="default">
12470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Plain Layout
12474 MTF at 
12475 \begin_inset Formula $f_{\mathrm{max}}$
12476 \end_inset
12477
12478
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 <cell alignment="center" valignment="top" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487 0.53
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 0.37
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 0.39
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 </row>
12511 <row topspace="default">
12512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 \begin_inset ERT
12517 status collapsed
12518
12519 \begin_layout Plain Layout
12520
12521
12522 \backslash
12523 cmidrule(l{10pt}){1-1}
12524 \end_layout
12525
12526 \end_inset
12527
12528 LSF-spatial resolution
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 <cell alignment="center" valignment="top" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell alignment="center" valignment="top" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 </row>
12561 <row>
12562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566 in µm
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 129.7
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell alignment="center" valignment="top" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584 52.75
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 50.78
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 <row>
12600 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 in % of pixel size
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 76.3
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 95.9
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 92.3
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 </row>
12637 </lyxtabular>
12638
12639 \end_inset
12640
12641
12642 \end_layout
12643
12644 \end_inset
12645
12646
12647 \end_layout
12648
12649 \begin_layout Standard
12650 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12651  correspondientes que se encuentran en la solapa 
12652 \family sans
12653 Bordes 
12654 \family default
12655 del diálogo
12656 \family sans
12657  Configuración
12658 \begin_inset space ~
12659 \end_inset
12660
12661 de
12662 \begin_inset space ~
12663 \end_inset
12664
12665 la
12666 \begin_inset space ~
12667 \end_inset
12668
12669 tabla
12670 \family default
12671 , como se explica en la sección
12672 \begin_inset space ~
12673 \end_inset
12674
12675
12676 \begin_inset CommandInset ref
12677 LatexCommand ref
12678 reference "sub:Espacio-adicional"
12679
12680 \end_inset
12681
12682
12683 \end_layout
12684
12685 \begin_layout Standard
12686 A diferencia de las tablas normales, las tablas formales no tienen líneas
12687  verticales.
12688  Las líneas horizontales se pueden poner o no como en las tablas normales,
12689  pero en la salida se mostrarán con distinto grosor:
12690 \begin_inset Newline newline
12691 \end_inset
12692
12693 Las líneas primera y última tienen un grosor predeterminado de 0.08
12694 \begin_inset space \thinspace{}
12695 \end_inset
12696
12697 em, las demás tienen un grosor predeterminado de 0.05
12698 \begin_inset space \thinspace{}
12699 \end_inset
12700
12701 em.
12702 \end_layout
12703
12704 \begin_layout Standard
12705 Estos valores predeterminados se pueden cambiar
12706 \series bold
12707  
12708 \series default
12709 con las líneas de preámbulo:
12710 \end_layout
12711
12712 \begin_layout Standard
12713
12714 \series bold
12715
12716 \backslash
12717 let
12718 \backslash
12719 mytoprule
12720 \backslash
12721 toprule
12722 \begin_inset Newline newline
12723 \end_inset
12724
12725
12726 \backslash
12727 renewcommand{
12728 \backslash
12729 toprule}{
12730 \backslash
12731 mytoprule[grosor]}
12732 \end_layout
12733
12734 \begin_layout Standard
12735 Este ejemplo es para la primera línea, la denominada 
12736 \series bold
12737 toprule
12738 \series default
12739 .
12740  Si quieres cambiar el grosor de la última línea, reemplaza 
12741 \series bold
12742 toprule
12743 \series default
12744  por 
12745 \series bold
12746 bottomrule
12747 \series default
12748 .
12749  Y para cambiar el grosor de las demás líneas cambia 
12750 \series bold
12751 toprule
12752 \series default
12753  por 
12754 \series bold
12755 midrule
12756 \series default
12757 .
12758  Puedes usar cualquiera de las unidades listadas en el apéndice
12759 \begin_inset space ~
12760 \end_inset
12761
12762
12763 \begin_inset CommandInset ref
12764 LatexCommand ref
12765 reference "cha:Unidades-disponibles-en"
12766
12767 \end_inset
12768
12769  para establecer el grosor.
12770 \end_layout
12771
12772 \begin_layout Standard
12773 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12774  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12775  LyX empleará internamente el comando 
12776 \series bold
12777
12778 \backslash
12779 cmidrule
12780 \series default
12781  para dibujar la línea.
12782  El esquema completo es
12783 \end_layout
12784
12785 \begin_layout Standard
12786
12787 \series bold
12788
12789 \backslash
12790 cmidrule[grosor](recorte){inicol-fincol}
12791 \end_layout
12792
12793 \begin_layout Standard
12794 Por el momento, LyX no soporta las opciones de 
12795 \series bold
12796
12797 \backslash
12798 cmidrule
12799 \series default
12800 , así que para usarlas hay que emplear código TeX.
12801  Las líneas 
12802 \series bold
12803
12804 \backslash
12805 cmidrule
12806 \series default
12807  se pueden insertar manualmente con el comando en código TeX como primera
12808  entrada de la primera celda de una fila.
12809  En la salida se dibujará la línea sobre dicha fila.
12810 \end_layout
12811
12812 \begin_layout Standard
12813 El grosor predeterminado es 0.03
12814 \begin_inset space \thinspace{}
12815 \end_inset
12816
12817 em.
12818  
12819 \series bold
12820 inicol
12821 \series default
12822  es el número de la columna en la que comienza la línea y 
12823 \series bold
12824 fincol
12825 \series default
12826  es el número de la columna en la que acaba la línea.
12827  El valor 
12828 \series bold
12829 fincol
12830 \series default
12831  debe especificarse siempre, aunque la línea se extienda sobre una sola
12832  columna.
12833  El parámetro opcional 
12834 \series bold
12835 recorte
12836 \series default
12837  debe ser 
12838 \emph on
12839 l{recorte}
12840 \emph default
12841  o 
12842 \emph on
12843 r{recorte}
12844 \emph default
12845 , donde 
12846 \emph on
12847 recorte
12848 \emph default
12849  también es opcional.
12850  Por ejemplo, el parámetro 
12851 \emph on
12852 l{2pt}
12853 \emph default
12854  significa que la línea se recorta 2
12855 \begin_inset space \thinspace{}
12856 \end_inset
12857
12858 pt por su izquierda.
12859  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12860 \begin_inset space \thinspace{}
12861 \end_inset
12862
12863 em.
12864
12865 \series bold
12866  
12867 \end_layout
12868
12869 \begin_layout Standard
12870
12871 \end_layout
12872
12873 \begin_layout Standard
12874 \begin_inset VSpace bigskip
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \begin_layout Standard
12881 La tabla
12882 \begin_inset space ~
12883 \end_inset
12884
12885
12886 \begin_inset CommandInset ref
12887 LatexCommand ref
12888 reference "tab:Ejemplo-tabla-formal"
12889
12890 \end_inset
12891
12892  se ha creado con los comandos
12893 \end_layout
12894
12895 \begin_layout Standard
12896
12897 \series bold
12898
12899 \backslash
12900 cmidrule(r){2-2}
12901 \backslash
12902 cmidrule(l){3-4}
12903 \end_layout
12904
12905 \begin_layout Standard
12906 en la segunda fila, 
12907 \series bold
12908
12909 \backslash
12910 midrule
12911 \series default
12912  en la tercera, y
12913 \end_layout
12914
12915 \begin_layout Standard
12916
12917 \series bold
12918
12919 \backslash
12920 cmidrule(l{10pt}){1-1}
12921 \end_layout
12922
12923 \begin_layout Standard
12924 en la sexta fila.
12925 \end_layout
12926
12927 \begin_layout Standard
12928 \begin_inset VSpace bigskip
12929 \end_inset
12930
12931
12932 \end_layout
12933
12934 \begin_layout Standard
12935 Quizá quieras superponer líneas 
12936 \series bold
12937
12938 \backslash
12939 cmidrules
12940 \series default
12941  como en la tabla
12942 \begin_inset space ~
12943 \end_inset
12944
12945
12946 \begin_inset CommandInset ref
12947 LatexCommand ref
12948 reference "tab:Tabla-formal-especial"
12949
12950 \end_inset
12951
12952 .
12953  Esto se consigue con el comando en código TeX
12954 \end_layout
12955
12956 \begin_layout Standard
12957
12958 \series bold
12959
12960 \backslash
12961 morecmidrules
12962 \end_layout
12963
12964 \begin_layout Standard
12965 El comando que se ha utilizado para la segunda fila de la tabla
12966 \begin_inset space ~
12967 \end_inset
12968
12969
12970 \begin_inset CommandInset ref
12971 LatexCommand ref
12972 reference "tab:Tabla-formal-especial"
12973
12974 \end_inset
12975
12976  es
12977 \end_layout
12978
12979 \begin_layout Standard
12980
12981 \series bold
12982
12983 \backslash
12984 cmidrule(r){2-2}
12985 \backslash
12986 cmidrule(l){3-4}
12987 \backslash
12988 morecmidrules
12989 \backslash
12990 cmidrule{2-4}
12991 \end_layout
12992
12993 \begin_layout Standard
12994 El comando para la sexta fila es
12995 \end_layout
12996
12997 \begin_layout Standard
12998
12999 \series bold
13000
13001 \backslash
13002 midrule
13003 \backslash
13004 morecmidrules
13005 \backslash
13006 cmidrule{3-4}
13007 \series default
13008
13009 \begin_inset VSpace bigskip
13010 \end_inset
13011
13012
13013 \end_layout
13014
13015 \begin_layout Standard
13016 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13017  el siguiente comando para dibujar líneas que se extienden sobre todas las
13018  columnas
13019 \end_layout
13020
13021 \begin_layout Standard
13022
13023 \series bold
13024
13025 \backslash
13026 specialrule{anchura}{espacio superior}{espacio inferior}
13027 \end_layout
13028
13029 \begin_layout Standard
13030 Para más información sobre estas características especiales, acude al manual
13031  del paquete LaTeX 
13032 \series bold
13033 booktabs
13034 \series default
13035
13036 \begin_inset CommandInset citation
13037 LatexCommand cite
13038 key "booktabs"
13039
13040 \end_inset
13041
13042 .
13043 \begin_inset Index
13044 status collapsed
13045
13046 \begin_layout Plain Layout
13047 LaTeX-paquetes ! booktabs
13048 \end_layout
13049
13050 \end_inset
13051
13052  
13053 \begin_inset VSpace bigskip
13054 \end_inset
13055
13056
13057 \end_layout
13058
13059 \begin_layout Standard
13060 \begin_inset Float table
13061 placement h
13062 wide false
13063 sideways false
13064 status open
13065
13066 \begin_layout Plain Layout
13067 \begin_inset Caption
13068
13069 \begin_layout Plain Layout
13070 \begin_inset CommandInset label
13071 LatexCommand label
13072 name "tab:Tabla-formal-especial"
13073
13074 \end_inset
13075
13076 Tabla formal especial
13077 \end_layout
13078
13079 \end_inset
13080
13081
13082 \end_layout
13083
13084 \begin_layout Plain Layout
13085 \align center
13086 \begin_inset Tabular
13087 <lyxtabular version="3" rows="8" columns="4">
13088 <features booktabs="true">
13089 <column alignment="center" valignment="top" width="0">
13090 <column alignment="center" valignment="top" width="0">
13091 <column alignment="center" valignment="top" width="0">
13092 <column alignment="center" valignment="top" width="0">
13093 <row>
13094 <cell alignment="center" valignment="top" topline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098 System
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 Medipix
13108 \begin_inset space \thinspace{}
13109 \end_inset
13110
13111 1
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 Medipix
13121 \begin_inset space \thinspace{}
13122 \end_inset
13123
13124 2
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 </row>
13139 <row>
13140 <cell alignment="center" valignment="top" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 \begin_inset ERT
13145 status collapsed
13146
13147 \begin_layout Plain Layout
13148
13149
13150 \backslash
13151 cmidrule(r){2-2}
13152 \end_layout
13153
13154 \end_inset
13155
13156
13157 \begin_inset ERT
13158 status collapsed
13159
13160 \begin_layout Plain Layout
13161
13162
13163 \backslash
13164 cmidrule(l){3-4}
13165 \end_layout
13166
13167 \end_inset
13168
13169
13170 \begin_inset ERT
13171 status collapsed
13172
13173 \begin_layout Plain Layout
13174
13175
13176 \backslash
13177 morecmidrules 
13178 \end_layout
13179
13180 \end_inset
13181
13182
13183 \begin_inset ERT
13184 status collapsed
13185
13186 \begin_layout Plain Layout
13187
13188
13189 \backslash
13190 cmidrule{2-4}
13191 \end_layout
13192
13193 \end_inset
13194
13195 Detector thickness [µm]
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 <cell alignment="center" valignment="top" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 300
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 <cell alignment="center" valignment="top" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 300
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 700
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 </row>
13228 <row>
13229 <cell alignment="center" valignment="top" topline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 Edge angle [°]
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 <cell alignment="center" valignment="top" topline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 3.55
13243 \end_layout
13244
13245 \end_inset
13246 </cell>
13247 <cell alignment="center" valignment="top" topline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 2.71
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" topline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 7.99
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 </row>
13266 <row topspace="default">
13267 <cell alignment="center" valignment="top" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 Spatial resolution [µm]
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 4.26
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 <cell alignment="center" valignment="top" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 10.17
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 10.56
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 </row>
13304 <row topspace="default">
13305 <cell alignment="center" valignment="top" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 MTF at 
13310 \begin_inset Formula $f_{\mathrm{max}}$
13311 \end_inset
13312
13313
13314 \end_layout
13315
13316 \end_inset
13317 </cell>
13318 <cell alignment="center" valignment="top" usebox="none">
13319 \begin_inset Text
13320
13321 \begin_layout Plain Layout
13322 0.53
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 <cell alignment="center" valignment="top" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Plain Layout
13331 0.37
13332 \end_layout
13333
13334 \end_inset
13335 </cell>
13336 <cell alignment="center" valignment="top" usebox="none">
13337 \begin_inset Text
13338
13339 \begin_layout Plain Layout
13340 0.39
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 </row>
13346 <row>
13347 <cell alignment="center" valignment="top" topline="true" usebox="none">
13348 \begin_inset Text
13349
13350 \begin_layout Plain Layout
13351 \begin_inset ERT
13352 status collapsed
13353
13354 \begin_layout Plain Layout
13355
13356
13357 \backslash
13358 morecmidrules 
13359 \end_layout
13360
13361 \end_inset
13362
13363
13364 \begin_inset ERT
13365 status collapsed
13366
13367 \begin_layout Plain Layout
13368
13369
13370 \backslash
13371 cmidrule{3-4}
13372 \end_layout
13373
13374 \end_inset
13375
13376 LSF-spatial resolution
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" topline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" topline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" topline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 </row>
13409 <row>
13410 <cell alignment="center" valignment="top" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 in µm
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 129.7
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 52.75
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 <cell alignment="center" valignment="top" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 50.78
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 </row>
13447 <row>
13448 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 in % of pixel size
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461 76.3
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 95.9
13471 \end_layout
13472
13473 \end_inset
13474 </cell>
13475 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13476 \begin_inset Text
13477
13478 \begin_layout Plain Layout
13479 92.3
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 </row>
13485 </lyxtabular>
13486
13487 \end_inset
13488
13489
13490 \end_layout
13491
13492 \end_inset
13493
13494
13495 \end_layout
13496
13497 \begin_layout Section
13498 Alineación vertical de tablas
13499 \begin_inset Index
13500 status collapsed
13501
13502 \begin_layout Plain Layout
13503 Tablas ! Alineación vertical
13504 \end_layout
13505
13506 \end_inset
13507
13508
13509 \end_layout
13510
13511 \begin_layout Standard
13512 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13513  en un cuadro.
13514  Entonces el cuadro se puede alinear verticalmente como se describe en la
13515  sección
13516 \begin_inset space ~
13517 \end_inset
13518
13519
13520 \begin_inset CommandInset ref
13521 LatexCommand ref
13522 reference "sec:Diálogo-Cuadros"
13523
13524 \end_inset
13525
13526 .
13527  
13528 \end_layout
13529
13530 \begin_layout Standard
13531 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13532 \begin_inset Foot
13533 status collapsed
13534
13535 \begin_layout Plain Layout
13536 Las minipáginas se describen en la sección
13537 \begin_inset space ~
13538 \end_inset
13539
13540
13541 \begin_inset CommandInset ref
13542 LatexCommand ref
13543 reference "sec:Minipáginas"
13544
13545 \end_inset
13546
13547 .
13548 \end_layout
13549
13550 \end_inset
13551
13552  que tiene una anchura del 15
13553 \begin_inset space \thinspace{}
13554 \end_inset
13555
13556 % de columna:
13557 \end_layout
13558
13559 \begin_layout Itemize
13560 test 
13561 \begin_inset Box Frameless
13562 position "t"
13563 hor_pos "c"
13564 has_inner_box 1
13565 inner_pos "c"
13566 use_parbox 0
13567 width "15col%"
13568 special "none"
13569 height "1in"
13570 height_special "totalheight"
13571 status collapsed
13572
13573 \begin_layout Plain Layout
13574 \begin_inset Tabular
13575 <lyxtabular version="3" rows="3" columns="3">
13576 <features>
13577 <column alignment="center" valignment="top" width="0">
13578 <column alignment="center" valignment="top" width="0">
13579 <column alignment="center" valignment="top" width="0">
13580 <row>
13581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585 a
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594 d
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 g
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 </row>
13609 <row>
13610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 b
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13620 \begin_inset Text
13621
13622 \begin_layout Plain Layout
13623 e
13624 \end_layout
13625
13626 \end_inset
13627 </cell>
13628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 h
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 </row>
13638 <row>
13639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 c
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 f
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661 i
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 </row>
13667 </lyxtabular>
13668
13669 \end_inset
13670
13671
13672 \end_layout
13673
13674 \end_inset
13675
13676  test 
13677 \begin_inset ERT
13678 status collapsed
13679
13680 \begin_layout Plain Layout
13681
13682
13683 \backslash
13684 raisebox{0.85
13685 \backslash
13686 baselineskip}{
13687 \end_layout
13688
13689 \end_inset
13690
13691
13692 \begin_inset Box Frameless
13693 position "t"
13694 hor_pos "c"
13695 has_inner_box 1
13696 inner_pos "c"
13697 use_parbox 0
13698 width "15col%"
13699 special "none"
13700 height "1in"
13701 height_special "totalheight"
13702 status collapsed
13703
13704 \begin_layout Plain Layout
13705 \begin_inset Tabular
13706 <lyxtabular version="3" rows="3" columns="3">
13707 <features>
13708 <column alignment="center" valignment="top" width="0">
13709 <column alignment="center" valignment="top" width="0">
13710 <column alignment="center" valignment="top" width="0">
13711 <row>
13712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 a
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 d
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 g
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 </row>
13740 <row>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 b
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 e
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 h
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 </row>
13769 <row>
13770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 c
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 f
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 i
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 </row>
13798 </lyxtabular>
13799
13800 \end_inset
13801
13802
13803 \end_layout
13804
13805 \end_inset
13806
13807
13808 \begin_inset ERT
13809 status collapsed
13810
13811 \begin_layout Plain Layout
13812
13813 }
13814 \end_layout
13815
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \begin_layout Itemize
13822 test 
13823 \begin_inset Box Frameless
13824 position "c"
13825 hor_pos "c"
13826 has_inner_box 1
13827 inner_pos "c"
13828 use_parbox 0
13829 width "15col%"
13830 special "none"
13831 height "1in"
13832 height_special "totalheight"
13833 status collapsed
13834
13835 \begin_layout Plain Layout
13836 \begin_inset Tabular
13837 <lyxtabular version="3" rows="3" columns="3">
13838 <features>
13839 <column alignment="center" valignment="top" width="0">
13840 <column alignment="center" valignment="top" width="0">
13841 <column alignment="center" valignment="top" width="0">
13842 <row>
13843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 a
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 d
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 g
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 </row>
13871 <row>
13872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 b
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 e
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 h
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 </row>
13900 <row>
13901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 c
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 f
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 i
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 </row>
13929 </lyxtabular>
13930
13931 \end_inset
13932
13933
13934 \end_layout
13935
13936 \end_inset
13937
13938
13939 \end_layout
13940
13941 \begin_layout Itemize
13942 test 
13943 \begin_inset Box Frameless
13944 position "b"
13945 hor_pos "c"
13946 has_inner_box 1
13947 inner_pos "c"
13948 use_parbox 0
13949 width "15col%"
13950 special "none"
13951 height "1in"
13952 height_special "totalheight"
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956 \begin_inset Tabular
13957 <lyxtabular version="3" rows="3" columns="3">
13958 <features>
13959 <column alignment="center" valignment="top" width="0">
13960 <column alignment="center" valignment="top" width="0">
13961 <column alignment="center" valignment="top" width="0">
13962 <row>
13963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 a
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 d
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 g
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 </row>
13991 <row>
13992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13993 \begin_inset Text
13994
13995 \begin_layout Plain Layout
13996 b
13997 \end_layout
13998
13999 \end_inset
14000 </cell>
14001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 e
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 h
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 </row>
14020 <row>
14021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 c
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 f
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 i
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 </row>
14049 </lyxtabular>
14050
14051 \end_inset
14052
14053
14054 \end_layout
14055
14056 \end_inset
14057
14058  test 
14059 \begin_inset ERT
14060 status collapsed
14061
14062 \begin_layout Plain Layout
14063
14064
14065 \backslash
14066 raisebox{-0.32
14067 \backslash
14068 baselineskip}{
14069 \end_layout
14070
14071 \end_inset
14072
14073
14074 \begin_inset Box Frameless
14075 position "b"
14076 hor_pos "c"
14077 has_inner_box 1
14078 inner_pos "c"
14079 use_parbox 0
14080 width "15col%"
14081 special "none"
14082 height "1in"
14083 height_special "totalheight"
14084 status collapsed
14085
14086 \begin_layout Plain Layout
14087 \begin_inset Tabular
14088 <lyxtabular version="3" rows="3" columns="3">
14089 <features>
14090 <column alignment="center" valignment="top" width="0">
14091 <column alignment="center" valignment="top" width="0">
14092 <column alignment="center" valignment="top" width="0">
14093 <row>
14094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098 a
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 d
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 g
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 </row>
14122 <row>
14123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 b
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 e
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 h
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 </row>
14151 <row>
14152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 c
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165 f
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 i
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 </row>
14180 </lyxtabular>
14181
14182 \end_inset
14183
14184
14185 \end_layout
14186
14187 \end_inset
14188
14189
14190 \begin_inset ERT
14191 status collapsed
14192
14193 \begin_layout Plain Layout
14194
14195 }
14196 \end_layout
14197
14198 \end_inset
14199
14200
14201 \end_layout
14202
14203 \begin_layout Standard
14204 Como ves, los contenidos de la primera y última filas no se alinean correctament
14205 e con la línea de texto donde está la tabla.
14206  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14207  un cuadro elevado («raisebox»
14208 \begin_inset Foot
14209 status collapsed
14210
14211 \begin_layout Plain Layout
14212 El uso del comando 
14213 \series bold
14214
14215 \backslash
14216 raisebox
14217 \series default
14218  se explica en la sección
14219 \begin_inset space ~
14220 \end_inset
14221
14222
14223 \begin_inset CommandInset ref
14224 LatexCommand ref
14225 reference "sub:Alineación-Vertical"
14226
14227 \end_inset
14228
14229 .
14230 \end_layout
14231
14232 \end_inset
14233
14234 ).
14235  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14236  usando el comando en código TeX
14237 \end_layout
14238
14239 \begin_layout Standard
14240
14241 \series bold
14242
14243 \backslash
14244 raisebox{0.85
14245 \backslash
14246 baselineskip}{
14247 \end_layout
14248
14249 \begin_layout Standard
14250 antes del cuadro.
14251  Tras él, se pone la llave de cierre 
14252 \series bold
14253 }
14254 \series default
14255  también en código TeX.
14256  Para la segunda tabla en el tercer ítem se usa el comando 
14257 \end_layout
14258
14259 \begin_layout Standard
14260
14261 \series bold
14262
14263 \backslash
14264 raisebox{-0.32
14265 \backslash
14266 baselineskip}{
14267 \end_layout
14268
14269 \begin_layout Standard
14270 \begin_inset Note Greyedout
14271 status open
14272
14273 \begin_layout Plain Layout
14274
14275 \series bold
14276 Not
14277 \series default
14278 a: La alineación del contenido de la fila con la línea del texto adyacente
14279  no es exacta.
14280  El factor necesario del comando 
14281 \series bold
14282
14283 \backslash
14284 raisebox
14285 \series default
14286  para este alineamiento depende de la fuente del documento, del tamaño de
14287  la fuente y del grosor de línea de la tabla.
14288 \end_layout
14289
14290 \end_inset
14291
14292
14293 \end_layout
14294
14295 \begin_layout Section
14296 Tablas coloreadas
14297 \begin_inset CommandInset label
14298 LatexCommand label
14299 name "sec:Tablas-Coloreadas"
14300
14301 \end_inset
14302
14303
14304 \end_layout
14305
14306 \begin_layout Subsection
14307 Celdas coloreadas
14308 \begin_inset Index
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312 Tablas ! Coloreadas ! Celdas
14313 \end_layout
14314
14315 \end_inset
14316
14317
14318 \begin_inset Index
14319 status collapsed
14320
14321 \begin_layout Plain Layout
14322 Color ! en celdas de tablas
14323 \end_layout
14324
14325 \end_inset
14326
14327
14328 \end_layout
14329
14330 \begin_layout Standard
14331 \begin_inset Float table
14332 placement h
14333 wide false
14334 sideways false
14335 status open
14336
14337 \begin_layout Plain Layout
14338 \begin_inset Caption
14339
14340 \begin_layout Plain Layout
14341 \begin_inset CommandInset label
14342 LatexCommand label
14343 name "tab:Tabla-coloreada-sin"
14344
14345 \end_inset
14346
14347 Tabla coloreada sin usar el paquete 
14348 \series bold
14349 colortbl
14350 \series default
14351
14352 \begin_inset OptArg
14353 status collapsed
14354
14355 \begin_layout Plain Layout
14356 Tabla sin colortbl
14357 \end_layout
14358
14359 \end_inset
14360
14361
14362 \end_layout
14363
14364 \end_inset
14365
14366
14367 \end_layout
14368
14369 \begin_layout Plain Layout
14370 \align center
14371 \begin_inset Tabular
14372 <lyxtabular version="3" rows="3" columns="3">
14373 <features>
14374 <column alignment="center" valignment="top" width="0">
14375 <column alignment="center" valignment="top" width="0">
14376 <column alignment="center" valignment="top" width="0">
14377 <row>
14378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14379 \begin_inset Text
14380
14381 \begin_layout Plain Layout
14382
14383 \color green
14384 a
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393
14394 \color red
14395 b
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404
14405 \color red
14406 c
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 </row>
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417
14418 \color green
14419 d
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428
14429 \color blue
14430 e
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439
14440 \color blue
14441 f
14442 \end_layout
14443
14444 \end_inset
14445 </cell>
14446 </row>
14447 <row>
14448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Plain Layout
14452
14453 \color green
14454 g
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463
14464 \color blue
14465 h
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474
14475 \color blue
14476 i
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 </row>
14482 </lyxtabular>
14483
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \end_inset
14490
14491
14492 \end_layout
14493
14494 \begin_layout Standard
14495 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14496  el menú 
14497 \family sans
14498 Editar\SpecialChar \menuseparator
14499 Estilo
14500 \begin_inset space ~
14501 \end_inset
14502
14503 del
14504 \begin_inset space ~
14505 \end_inset
14506
14507 Texto
14508 \family default
14509 .
14510  Esto se ha hecho en la tabla
14511 \begin_inset space ~
14512 \end_inset
14513
14514
14515 \begin_inset CommandInset ref
14516 LatexCommand ref
14517 reference "tab:Tabla-coloreada-sin"
14518
14519 \end_inset
14520
14521 .
14522  En cualquier otro caso hay que usar el paquete LaTeX 
14523 \series bold
14524 colortbl
14525 \series default
14526 .
14527 \begin_inset Index
14528 status collapsed
14529
14530 \begin_layout Plain Layout
14531 LaTeX-paquetes ! colortbl
14532 \end_layout
14533
14534 \end_inset
14535
14536
14537 \end_layout
14538
14539 \begin_layout Standard
14540 \begin_inset ERT
14541 status collapsed
14542
14543 \begin_layout Plain Layout
14544
14545
14546 \backslash
14547 ifcolortbl
14548 \end_layout
14549
14550 \end_inset
14551
14552
14553 \begin_inset Note Note
14554 status collapsed
14555
14556 \begin_layout Plain Layout
14557 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14558  LaTeX 
14559 \series bold
14560 colortbl
14561 \series default
14562 .
14563 \end_layout
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \begin_layout Standard
14571 Para crear tablas coloreadas, 
14572 \series bold
14573 colortbl
14574 \series default
14575  debe cargarse en el preámbulo con la línea
14576 \end_layout
14577
14578 \begin_layout Standard
14579
14580 \series bold
14581
14582 \backslash
14583 usepackage{colortbl}
14584 \end_layout
14585
14586 \begin_layout Standard
14587 El color de una columna se define con el comando
14588 \end_layout
14589
14590 \begin_layout Standard
14591
14592 \series bold
14593
14594 \backslash
14595 columncolor{nombre del color}
14596 \end_layout
14597
14598 \begin_layout Standard
14599 dentro del comando 
14600 \series bold
14601 >{ }
14602 \series default
14603 .
14604  Más sobre el comando 
14605 \series bold
14606 >{}
14607 \series default
14608  se explica en la sección
14609 \begin_inset space ~
14610 \end_inset
14611
14612
14613 \begin_inset CommandInset ref
14614 LatexCommand ref
14615 reference "sub:Cálculos-en-Multicolumnas"
14616
14617 \end_inset
14618
14619 .
14620 \end_layout
14621
14622 \begin_layout Standard
14623 Los siguientes nombres de color están predefinidos:
14624 \end_layout
14625
14626 \begin_layout Standard
14627
14628 \family sans
14629 red
14630 \family default
14631
14632 \family sans
14633 green
14634 \family default
14635
14636 \family sans
14637 yellow, blue
14638 \family default
14639
14640 \family sans
14641 cyan
14642 \family default
14643 \series bold
14644 ,
14645 \series default
14646  
14647 \family sans
14648 magenta, black
14649 \family default
14650
14651 \family sans
14652 white
14653 \end_layout
14654
14655 \begin_layout Standard
14656 \begin_inset VSpace medskip
14657 \end_inset
14658
14659
14660 \end_layout
14661
14662 \begin_layout Standard
14663 Puedes definir tus propios colores con el comando
14664 \end_layout
14665
14666 \begin_layout Standard
14667
14668 \series bold
14669
14670 \backslash
14671 definecolor{nombre del color}{modelo de color}{valores de color}
14672 \end_layout
14673
14674 \begin_layout Standard
14675 El modelo de color puede ser
14676 \end_layout
14677
14678 \begin_layout Labeling
14679 \labelwidthstring 00.00.0000
14680 cmyk: cyan, magenta, yellow, black
14681 \end_layout
14682
14683 \begin_layout Labeling
14684 \labelwidthstring 00.00.0000
14685 rgb: red, green, blue
14686 \end_layout
14687
14688 \begin_layout Labeling
14689 \labelwidthstring 00.00.0000
14690 gray: gray
14691 \end_layout
14692
14693 \begin_layout Standard
14694 y los valores de color son números separados por comas entre 0 y 1 que describen
14695  el factor para el color correspondiente del modelo de color.
14696 \end_layout
14697
14698 \begin_layout Standard
14699 Por ejemplo, puedes definir el color
14700 \series bold
14701  
14702 \series default
14703 «
14704 \emph on
14705 verde oscuro
14706 \emph default
14707 » en el preámbulo con
14708 \end_layout
14709
14710 \begin_layout Standard
14711
14712 \series bold
14713
14714 \backslash
14715 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14716 \end_layout
14717
14718 \begin_layout Standard
14719 y el color «
14720 \emph on
14721 gris claro
14722 \emph default
14723 » con
14724 \end_layout
14725
14726 \begin_layout Standard
14727
14728 \series bold
14729
14730 \backslash
14731 definecolor{grisclaro}{gray}{0.8}
14732 \end_layout
14733
14734 \begin_layout Standard
14735 \begin_inset VSpace medskip
14736 \end_inset
14737
14738
14739 \end_layout
14740
14741 \begin_layout Standard
14742 Las líneas se colorean con el comando
14743 \end_layout
14744
14745 \begin_layout Standard
14746
14747 \series bold
14748
14749 \backslash
14750 rowcolor{nombre del color}
14751 \end_layout
14752
14753 \begin_layout Standard
14754 y las celdas se colorean con el comando
14755 \end_layout
14756
14757 \begin_layout Standard
14758
14759 \series bold
14760
14761 \backslash
14762 cellcolor{nombre del color}
14763 \end_layout
14764
14765 \begin_layout Standard
14766 Ambos comandos se insertan al principio de una celda en código TeX.
14767 \end_layout
14768
14769 \begin_layout Standard
14770 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14771 \family sans
14772 Editar\SpecialChar \menuseparator
14773 Estilo
14774 \begin_inset space ~
14775 \end_inset
14776
14777 del
14778 \begin_inset space ~
14779 \end_inset
14780
14781 Texto
14782 \family default
14783 .
14784  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14785  TeX en color puede ocasionar errores de LaTeX.
14786 \end_layout
14787
14788 \begin_layout Standard
14789 \begin_inset VSpace bigskip
14790 \end_inset
14791
14792
14793 \end_layout
14794
14795 \begin_layout Standard
14796 Para crear la tabla
14797 \begin_inset space ~
14798 \end_inset
14799
14800
14801 \begin_inset CommandInset ref
14802 LatexCommand ref
14803 reference "tab:Tabla-coloreada-con"
14804
14805 \end_inset
14806
14807  haz lo siguiente: el color de la primera columna debe ser 
14808 \emph on
14809 verde oscuro
14810 \emph default
14811 , entonces inserta
14812 \end_layout
14813
14814 \begin_layout Standard
14815
14816 \series bold
14817 >{
14818 \backslash
14819 columncolor{verdeoscuro}
14820 \backslash
14821 centering}c
14822 \end_layout
14823
14824 \begin_layout Standard
14825 como argumento LaTeX para esta columna.
14826  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14827 \end_layout
14828
14829 \begin_layout Standard
14830
14831 \series bold
14832
14833 \backslash
14834 rowcolow{cyan}
14835 \end_layout
14836
14837 \begin_layout Standard
14838 en la primera celda de esta fila.
14839  Observa que esto sobreescribe el color de la columna para la primera celda.
14840  La última celda de la última fila se colorea magenta insertando el comando
14841  en código TeX
14842 \end_layout
14843
14844 \begin_layout Standard
14845
14846 \series bold
14847
14848 \backslash
14849 cellcolor{magenta}
14850 \end_layout
14851
14852 \begin_layout Standard
14853 Ahora podrían colorearse los caracteres usando el menú 
14854 \family sans
14855 Editar\SpecialChar \menuseparator
14856 Estilo
14857 \begin_inset space ~
14858 \end_inset
14859
14860 del
14861 \begin_inset space ~
14862 \end_inset
14863
14864 Texto
14865 \family default
14866 .
14867 \end_layout
14868
14869 \begin_layout Standard
14870 \begin_inset Float table
14871 placement h
14872 wide false
14873 sideways false
14874 status open
14875
14876 \begin_layout Plain Layout
14877 \begin_inset Caption
14878
14879 \begin_layout Plain Layout
14880 \begin_inset CommandInset label
14881 LatexCommand label
14882 name "tab:Tabla-coloreada-con"
14883
14884 \end_inset
14885
14886 Tabla coloreada con el paquete 
14887 \series bold
14888 colortbl
14889 \series default
14890
14891 \begin_inset OptArg
14892 status collapsed
14893
14894 \begin_layout Plain Layout
14895 Tabla con 
14896 \series bold
14897 colortbl
14898 \end_layout
14899
14900 \end_inset
14901
14902
14903 \end_layout
14904
14905 \end_inset
14906
14907
14908 \end_layout
14909
14910 \begin_layout Plain Layout
14911 \align center
14912 \begin_inset Tabular
14913 <lyxtabular version="3" rows="3" columns="3">
14914 <features>
14915 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14916 <column alignment="center" valignment="top" width="0">
14917 <column alignment="center" valignment="top" width="0">
14918 <row>
14919 <cell alignment="center" valignment="top" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Plain Layout
14923 \begin_inset ERT
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927
14928
14929 \backslash
14930 rowcolor{cyan}
14931 \end_layout
14932
14933 \end_inset
14934
14935
14936 \color magenta
14937 a
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell alignment="center" valignment="top" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946
14947 \color red
14948 b
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 <cell alignment="center" valignment="top" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957
14958 \color red
14959 c
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 </row>
14965 <row>
14966 <cell alignment="center" valignment="top" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970
14971 \color yellow
14972 d
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981
14982 \color blue
14983 e
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992
14993 \color blue
14994 f
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 </row>
15000 <row>
15001 <cell alignment="center" valignment="top" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \color yellow
15007 g
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016
15017 \color blue
15018 h
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 <cell alignment="center" valignment="top" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027 \begin_inset ERT
15028 status collapsed
15029
15030 \begin_layout Plain Layout
15031
15032
15033 \backslash
15034 cellcolor{magenta}
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \color green
15041 i
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 </row>
15047 </lyxtabular>
15048
15049 \end_inset
15050
15051
15052 \end_layout
15053
15054 \end_inset
15055
15056
15057 \end_layout
15058
15059 \begin_layout Standard
15060 \begin_inset ERT
15061 status collapsed
15062
15063 \begin_layout Plain Layout
15064
15065
15066 \backslash
15067 else
15068 \end_layout
15069
15070 \end_inset
15071
15072
15073 \begin_inset Note Note
15074 status collapsed
15075
15076 \begin_layout Plain Layout
15077 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15078  
15079 \series bold
15080 colortbl
15081 \series default
15082 .
15083 \end_layout
15084
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \begin_layout Standard
15091 Debes instalar el paquete LaTeX 
15092 \series bold
15093 colortbl
15094 \series default
15095  para ver la parte siguiente en la salida.
15096 \end_layout
15097
15098 \begin_layout Standard
15099 \begin_inset ERT
15100 status collapsed
15101
15102 \begin_layout Plain Layout
15103
15104
15105 \backslash
15106 fi
15107 \end_layout
15108
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \begin_layout Subsection
15115 Líneas coloreadas
15116 \begin_inset Index
15117 status collapsed
15118
15119 \begin_layout Plain Layout
15120 Tablas ! Coloreadas ! Líneas
15121 \end_layout
15122
15123 \end_inset
15124
15125
15126 \begin_inset Index
15127 status collapsed
15128
15129 \begin_layout Plain Layout
15130 Color ! en bordes de tabla
15131 \end_layout
15132
15133 \end_inset
15134
15135
15136 \end_layout
15137
15138 \begin_layout Standard
15139 Como se describe en la sección
15140 \begin_inset space ~
15141 \end_inset
15142
15143
15144 \begin_inset CommandInset ref
15145 LatexCommand ref
15146 reference "sub:Grosor-de-Líneas"
15147
15148 \end_inset
15149
15150 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15151  
15152 \series bold
15153
15154 \backslash
15155 arrayrulewidth
15156 \series default
15157 .
15158  Se ha puesto 1.5
15159 \begin_inset space \thinspace{}
15160 \end_inset
15161
15162 pt para todas las tablas de esta sección.
15163 \begin_inset ERT
15164 status collapsed
15165
15166 \begin_layout Plain Layout
15167
15168
15169 \backslash
15170 setlength{
15171 \backslash
15172 arrayrulewidth}{1.5pt}
15173 \end_layout
15174
15175 \end_inset
15176
15177
15178 \end_layout
15179
15180 \begin_layout Standard
15181 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15182  el preámbulo del documento el siguiente formato de columna, de acuerdo
15183  a lo descrito en la sección
15184 \begin_inset space ~
15185 \end_inset
15186
15187
15188 \begin_inset CommandInset ref
15189 LatexCommand ref
15190 reference "sub:Formato-Personalizado"
15191
15192 \end_inset
15193
15194 :
15195 \end_layout
15196
15197 \begin_layout Standard
15198
15199 \series bold
15200
15201 \backslash
15202 newcolumntype{W}{!{
15203 \backslash
15204 color{green}
15205 \backslash
15206 vline}}
15207 \end_layout
15208
15209 \begin_layout Standard
15210 Para la tabla
15211 \begin_inset space ~
15212 \end_inset
15213
15214
15215 \begin_inset CommandInset ref
15216 LatexCommand ref
15217 reference "tab:Tabla-con-verticales-coloreadas"
15218
15219 \end_inset
15220
15221  se usó el argumento LaTeX
15222 \series bold
15223  WcW
15224 \series default
15225  para la última columna y
15226 \series bold
15227  Wc
15228 \series default
15229  para las demás.
15230 \end_layout
15231
15232 \begin_layout Standard
15233 Si quieres tener varios colores, define más formatos de columna.
15234 \end_layout
15235
15236 \begin_layout Standard
15237 \begin_inset Float table
15238 placement h
15239 wide false
15240 sideways false
15241 status open
15242
15243 \begin_layout Plain Layout
15244 \begin_inset Caption
15245
15246 \begin_layout Plain Layout
15247 \begin_inset CommandInset label
15248 LatexCommand label
15249 name "tab:Tabla-con-verticales-coloreadas"
15250
15251 \end_inset
15252
15253 Tabla con líneas verticales coloreadas
15254 \end_layout
15255
15256 \end_inset
15257
15258
15259 \end_layout
15260
15261 \begin_layout Plain Layout
15262 \align center
15263 \begin_inset Tabular
15264 <lyxtabular version="3" rows="3" columns="3">
15265 <features>
15266 <column alignment="center" valignment="top" width="0" special="Wc">
15267 <column alignment="center" valignment="top" width="0" special="Wc">
15268 <column alignment="center" valignment="top" width="0" special="WcW">
15269 <row>
15270 <cell alignment="center" valignment="top" topline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274 sd
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" topline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 <cell alignment="center" valignment="top" topline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Plain Layout
15292
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 </row>
15298 <row>
15299 <cell alignment="center" valignment="top" topline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 <cell alignment="center" valignment="top" topline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312 sd
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" topline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 </row>
15327 <row>
15328 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15338 \begin_inset Text
15339
15340 \begin_layout Plain Layout
15341
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 sd
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 </row>
15356 </lyxtabular>
15357
15358 \end_inset
15359
15360
15361 \end_layout
15362
15363 \end_inset
15364
15365
15366 \end_layout
15367
15368 \begin_layout Standard
15369 \begin_inset VSpace bigskip
15370 \end_inset
15371
15372 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15373 \begin_inset space ~
15374 \end_inset
15375
15376
15377 \begin_inset CommandInset ref
15378 LatexCommand ref
15379 reference "tab:Tabla-con-horizontales-coloreadas"
15380
15381 \end_inset
15382
15383 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15384 \end_layout
15385
15386 \begin_layout Standard
15387
15388 \series bold
15389
15390 \backslash
15391 let
15392 \backslash
15393 myHlineC
15394 \backslash
15395 hline
15396 \begin_inset Newline newline
15397 \end_inset
15398
15399
15400 \backslash
15401 renewcommand{
15402 \backslash
15403 hline}
15404 \begin_inset Newline newline
15405 \end_inset
15406
15407
15408 \begin_inset ERT
15409 status collapsed
15410
15411 \begin_layout Plain Layout
15412
15413
15414 \backslash
15415 hphantom{ }
15416 \end_layout
15417
15418 \end_inset
15419
15420 {
15421 \backslash
15422 arrayrulecolor{red}
15423 \backslash
15424 myHlineC
15425 \backslash
15426 arrayrulecolor{black}}
15427 \end_layout
15428
15429 \begin_layout Standard
15430 \begin_inset ERT
15431 status collapsed
15432
15433 \begin_layout Plain Layout
15434
15435
15436 \backslash
15437 let
15438 \backslash
15439 myHlineC
15440 \backslash
15441 hline
15442 \end_layout
15443
15444 \begin_layout Plain Layout
15445
15446
15447 \backslash
15448 renewcommand{
15449 \backslash
15450 hline}
15451 \end_layout
15452
15453 \begin_layout Plain Layout
15454
15455  {
15456 \backslash
15457 arrayrulecolor{red}
15458 \backslash
15459 myHlineC
15460 \backslash
15461 arrayrulecolor{black}}
15462 \end_layout
15463
15464 \end_inset
15465
15466
15467 \begin_inset Float table
15468 placement h
15469 wide false
15470 sideways false
15471 status open
15472
15473 \begin_layout Plain Layout
15474 \begin_inset Caption
15475
15476 \begin_layout Plain Layout
15477 \begin_inset CommandInset label
15478 LatexCommand label
15479 name "tab:Tabla-con-horizontales-coloreadas"
15480
15481 \end_inset
15482
15483 Tabla con líneas horizontales coloreadas
15484 \end_layout
15485
15486 \end_inset
15487
15488
15489 \end_layout
15490
15491 \begin_layout Plain Layout
15492 \align center
15493 \begin_inset Tabular
15494 <lyxtabular version="3" rows="3" columns="3">
15495 <features>
15496 <column alignment="center" valignment="top" width="0">
15497 <column alignment="center" valignment="top" width="0">
15498 <column alignment="center" valignment="top" width="0">
15499 <row>
15500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504 sd
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 </row>
15528 <row>
15529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542 sd
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 </row>
15557 <row>
15558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Plain Layout
15571
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580 sd
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 </row>
15586 </lyxtabular>
15587
15588 \end_inset
15589
15590
15591 \end_layout
15592
15593 \end_inset
15594
15595
15596 \end_layout
15597
15598 \begin_layout Standard
15599 Para volver al color de línea negro predeterminado inserta este comando
15600  en código TeX detrás de la tabla o el flotante:
15601 \end_layout
15602
15603 \begin_layout Standard
15604
15605 \series bold
15606
15607 \backslash
15608 renewcommand{
15609 \backslash
15610 hline}{
15611 \backslash
15612 myHlineC}
15613 \end_layout
15614
15615 \begin_layout Standard
15616 La tabla
15617 \begin_inset space ~
15618 \end_inset
15619
15620
15621 \begin_inset CommandInset ref
15622 LatexCommand ref
15623 reference "tab:Tabla-con-líneas-coloreadas"
15624
15625 \end_inset
15626
15627  es un ejemplo con líneas verticales y horizontales coloreadas.
15628 \end_layout
15629
15630 \begin_layout Standard
15631 \begin_inset Float table
15632 placement h
15633 wide false
15634 sideways false
15635 status open
15636
15637 \begin_layout Plain Layout
15638 \begin_inset Caption
15639
15640 \begin_layout Plain Layout
15641 \begin_inset CommandInset label
15642 LatexCommand label
15643 name "tab:Tabla-con-líneas-coloreadas"
15644
15645 \end_inset
15646
15647 Tabla con líneas coloreadas
15648 \end_layout
15649
15650 \end_inset
15651
15652
15653 \end_layout
15654
15655 \begin_layout Plain Layout
15656 \align center
15657 \begin_inset Tabular
15658 <lyxtabular version="3" rows="3" columns="3">
15659 <features>
15660 <column alignment="center" valignment="top" width="0" special="Wc">
15661 <column alignment="center" valignment="top" width="0" special="Wc">
15662 <column alignment="center" valignment="top" width="0" special="WcW">
15663 <row>
15664 <cell alignment="center" valignment="top" topline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668 sd
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 <cell alignment="center" valignment="top" topline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 <cell alignment="center" valignment="top" topline="true" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Plain Layout
15686
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 </row>
15692 <row>
15693 <cell alignment="center" valignment="top" topline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 <cell alignment="center" valignment="top" topline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706 sd
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 <cell alignment="center" valignment="top" topline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 </row>
15721 <row>
15722 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Plain Layout
15744 sd
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 </row>
15750 </lyxtabular>
15751
15752 \end_inset
15753
15754
15755 \end_layout
15756
15757 \end_inset
15758
15759
15760 \end_layout
15761
15762 \begin_layout Standard
15763 \begin_inset ERT
15764 status collapsed
15765
15766 \begin_layout Plain Layout
15767
15768
15769 \backslash
15770 renewcommand{
15771 \backslash
15772 hline}{
15773 \backslash
15774 myHlineC}
15775 \end_layout
15776
15777 \end_inset
15778
15779
15780 \end_layout
15781
15782 \begin_layout Standard
15783 \begin_inset ERT
15784 status collapsed
15785
15786 \begin_layout Plain Layout
15787
15788
15789 \backslash
15790 setlength{
15791 \backslash
15792 arrayrulewidth}{0.4pt}
15793 \end_layout
15794
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \begin_layout Section
15801 Personalización de tablas
15802 \begin_inset Index
15803 status collapsed
15804
15805 \begin_layout Plain Layout
15806 Personalización de tablas
15807 \end_layout
15808
15809 \end_inset
15810
15811
15812 \begin_inset Index
15813 status collapsed
15814
15815 \begin_layout Plain Layout
15816 Tablas ! Personalización
15817 \end_layout
15818
15819 \end_inset
15820
15821
15822 \end_layout
15823
15824 \begin_layout Subsection
15825 Espacio adicional en filas
15826 \begin_inset CommandInset label
15827 LatexCommand label
15828 name "sub:Espacio-adicional"
15829
15830 \end_inset
15831
15832
15833 \begin_inset Index
15834 status collapsed
15835
15836 \begin_layout Plain Layout
15837 Personalización de tablas ! Espacio adicional en filas
15838 \end_layout
15839
15840 \end_inset
15841
15842
15843 \end_layout
15844
15845 \begin_layout Standard
15846 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15847  
15848 \family sans
15849 Bordes,
15850 \family default
15851  del diálogo de configuración de tablas.
15852  En el marco 
15853 \family sans
15854 Espacio
15855 \begin_inset space ~
15856 \end_inset
15857
15858 adicional
15859 \family default
15860  dispones de tres posibilidades:
15861 \end_layout
15862
15863 \begin_layout Description
15864 Superior
15865 \begin_inset space ~
15866 \end_inset
15867
15868 de
15869 \begin_inset space ~
15870 \end_inset
15871
15872 la
15873 \begin_inset space ~
15874 \end_inset
15875
15876 fila añade espacio sobre los caracteres de la fila.
15877  Si la tabla es de estilo formal
15878 \begin_inset Foot
15879 status collapsed
15880
15881 \begin_layout Plain Layout
15882 Las tablas formales se explican en la sección
15883 \begin_inset space ~
15884 \end_inset
15885
15886
15887 \begin_inset CommandInset ref
15888 LatexCommand ref
15889 reference "sec:Tablas-Formales"
15890
15891 \end_inset
15892
15893
15894 \end_layout
15895
15896 \end_inset
15897
15898  LyX insertará 0.5
15899 \begin_inset space \thinspace{}
15900 \end_inset
15901
15902 em por omisión.
15903  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15904  verticales, como se ve en la tabla siguiente:
15905 \begin_inset VSpace medskip
15906 \end_inset
15907
15908
15909 \begin_inset Newline newline
15910 \end_inset
15911
15912
15913 \begin_inset space \hspace*{}
15914 \length 0pt
15915 \end_inset
15916
15917
15918 \begin_inset space \hfill{}
15919 \end_inset
15920
15921
15922 \begin_inset Tabular
15923 <lyxtabular version="3" rows="3" columns="1">
15924 <features>
15925 <column alignment="center" valignment="top" width="0">
15926 <row>
15927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 A
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 </row>
15937 <row topspace="3mm">
15938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 3
15943 \begin_inset space \thinspace{}
15944 \end_inset
15945
15946 mm sobre la fila
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 </row>
15952 <row>
15953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 C
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 </lyxtabular>
15964
15965 \end_inset
15966
15967
15968 \begin_inset space \hfill{}
15969 \end_inset
15970
15971
15972 \begin_inset space \hspace*{}
15973 \length 0pt
15974 \end_inset
15975
15976
15977 \begin_inset VSpace medskip
15978 \end_inset
15979
15980
15981 \begin_inset Newline newline
15982 \end_inset
15983
15984 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
15985  sin líneas verticales.
15986 \end_layout
15987
15988 \begin_layout Description
15989 Inferior
15990 \begin_inset space ~
15991 \end_inset
15992
15993 de
15994 \begin_inset space ~
15995 \end_inset
15996
15997 la
15998 \begin_inset space ~
15999 \end_inset
16000
16001 fila añade espacio bajo los caracteres de la fila.
16002  Si la tabla es formal LyX inserta por omisión 0.5
16003 \begin_inset space \thinspace{}
16004 \end_inset
16005
16006 em; si la tabla es normal inserta 2
16007 \begin_inset space \thinspace{}
16008 \end_inset
16009
16010 pt.
16011  
16012 \end_layout
16013
16014 \begin_layout Description
16015 Entre
16016 \begin_inset space ~
16017 \end_inset
16018
16019 las
16020 \begin_inset space ~
16021 \end_inset
16022
16023 filas añade espacio entre la fila actual y la siguiente.
16024  Si la tabla es formal LyX inserta 0.5
16025 \begin_inset space \thinspace{}
16026 \end_inset
16027
16028 em por omisión.
16029  En tablas normales, el espacio adicional destruirá las líneas verticales
16030  de la tabla, como se ve en la siguiente:
16031 \begin_inset VSpace medskip
16032 \end_inset
16033
16034
16035 \begin_inset Newline newline
16036 \end_inset
16037
16038
16039 \begin_inset space \hspace*{}
16040 \length 0pt
16041 \end_inset
16042
16043
16044 \begin_inset space \hfill{}
16045 \end_inset
16046
16047
16048 \begin_inset Tabular
16049 <lyxtabular version="3" rows="3" columns="1">
16050 <features>
16051 <column alignment="center" valignment="top" width="0">
16052 <row>
16053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 A
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 </row>
16063 <row interlinespace="3mm">
16064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 \begin_inset Formula $\downarrow$
16069 \end_inset
16070
16071  3
16072 \begin_inset space \thinspace{}
16073 \end_inset
16074
16075 mm entre las filas
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 </row>
16081 <row>
16082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086 \begin_inset Formula $\uparrow$
16087 \end_inset
16088
16089  3
16090 \begin_inset space \thinspace{}
16091 \end_inset
16092
16093 mm entre las filas 
16094 \begin_inset Formula $\uparrow$
16095 \end_inset
16096
16097
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 </row>
16103 </lyxtabular>
16104
16105 \end_inset
16106
16107
16108 \begin_inset space \hfill{}
16109 \end_inset
16110
16111
16112 \begin_inset space \hspace*{}
16113 \length 0pt
16114 \end_inset
16115
16116
16117 \begin_inset VSpace medskip
16118 \end_inset
16119
16120
16121 \begin_inset Newline newline
16122 \end_inset
16123
16124 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16125  para tablas sin líneas verticales.
16126 \end_layout
16127
16128 \begin_layout Standard
16129 \begin_inset VSpace bigskip
16130 \end_inset
16131
16132 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16133  utiliza los siguientes comandos en el preámbulo:
16134 \end_layout
16135
16136 \begin_layout Standard
16137
16138 \series bold
16139
16140 \backslash
16141 @ifundefined{extrarowheight}
16142 \begin_inset Newline newline
16143 \end_inset
16144
16145
16146 \begin_inset ERT
16147 status collapsed
16148
16149 \begin_layout Plain Layout
16150
16151
16152 \backslash
16153 hphantom{ }
16154 \end_layout
16155
16156 \end_inset
16157
16158 {
16159 \backslash
16160 usepackage{array}}{}
16161 \begin_inset Newline newline
16162 \end_inset
16163
16164
16165 \backslash
16166 setlength{
16167 \backslash
16168 extrarowheight}{altura}
16169 \end_layout
16170
16171 \begin_layout Standard
16172 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16173  centrado en vertical.
16174  (Lyx cargará automáticamente el paquete 
16175 \series bold
16176 array
16177 \series default
16178  cuando uses formatos de tabla autodefinidos.
16179  Para evitar que sea cargado dos veces se pone al principio el comando 
16180 \series bold
16181
16182 \backslash
16183 @ifundefined
16184 \series default
16185 .)
16186 \end_layout
16187
16188 \begin_layout Standard
16189 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16190  la tabla están a veces demasiado cerca de las letras.
16191  Esto se puede corregir insertando el comando 
16192 \series bold
16193
16194 \backslash
16195 strut
16196 \series default
16197  en código TeX al principio de la fila de la tabla.
16198  La tabla
16199 \begin_inset space ~
16200 \end_inset
16201
16202
16203 \begin_inset CommandInset label
16204 LatexCommand label
16205 name "Alineación-vertical"
16206
16207 \end_inset
16208
16209  muestra el efecto:
16210 \end_layout
16211
16212 \begin_layout Standard
16213 \noindent
16214 \begin_inset Float table
16215 placement h
16216 wide false
16217 sideways false
16218 status open
16219
16220 \begin_layout Plain Layout
16221 \begin_inset Caption
16222
16223 \begin_layout Plain Layout
16224 \begin_inset CommandInset label
16225 LatexCommand label
16226 name "tab:Alineación-vertical"
16227
16228 \end_inset
16229
16230 Alineación vertical de texto con fuentes grandes
16231 \end_layout
16232
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \begin_layout Plain Layout
16239 \begin_inset space \hfill{}
16240 \end_inset
16241
16242
16243 \begin_inset Float table
16244 wide false
16245 sideways false
16246 status collapsed
16247
16248 \begin_layout Plain Layout
16249 \begin_inset Caption
16250
16251 \begin_layout Plain Layout
16252 Tabla normal
16253 \end_layout
16254
16255 \end_inset
16256
16257
16258 \end_layout
16259
16260 \begin_layout Plain Layout
16261 \noindent
16262 \align center
16263 \begin_inset Tabular
16264 <lyxtabular version="3" rows="6" columns="1">
16265 <features>
16266 <column alignment="left" valignment="top" width="0">
16267 <row>
16268 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Plain Layout
16272 Normal, g
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 </row>
16278 <row>
16279 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283
16284 \size large
16285 Grande
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 </row>
16291 <row>
16292 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296
16297 \size larger
16298 Más grande
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 </row>
16304 <row>
16305 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309
16310 \size largest
16311 Grandísima
16312 \end_layout
16313
16314 \end_inset
16315 </cell>
16316 </row>
16317 <row>
16318 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322
16323 \size huge
16324 Enorme
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 </row>
16330 <row>
16331 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335
16336 \size huge
16337 Más enorme
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 </row>
16343 </lyxtabular>
16344
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351
16352
16353 \begin_inset space \hfill{}
16354 \end_inset
16355
16356
16357 \begin_inset Float table
16358 wide false
16359 sideways false
16360 status collapsed
16361
16362 \begin_layout Plain Layout
16363 \begin_inset Caption
16364
16365 \begin_layout Plain Layout
16366 Tabla con comando 
16367 \series bold
16368
16369 \backslash
16370 strut
16371 \end_layout
16372
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \begin_layout Plain Layout
16379 \noindent
16380 \align center
16381 \begin_inset Tabular
16382 <lyxtabular version="3" rows="6" columns="1">
16383 <features>
16384 <column alignment="left" valignment="top" width="0">
16385 <row>
16386 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 Normal, g
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 </row>
16396 <row>
16397 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401
16402 \size large
16403 \begin_inset ERT
16404 status collapsed
16405
16406 \begin_layout Plain Layout
16407
16408
16409 \backslash
16410 strut 
16411 \end_layout
16412
16413 \end_inset
16414
16415 Grande
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 </row>
16421 <row>
16422 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426
16427 \size larger
16428 \begin_inset ERT
16429 status collapsed
16430
16431 \begin_layout Plain Layout
16432
16433
16434 \backslash
16435 strut 
16436 \end_layout
16437
16438 \end_inset
16439
16440 Más grande
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 </row>
16446 <row>
16447 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451
16452 \size largest
16453 \begin_inset ERT
16454 status collapsed
16455
16456 \begin_layout Plain Layout
16457
16458
16459 \backslash
16460 strut 
16461 \end_layout
16462
16463 \end_inset
16464
16465 Grandísima
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 </row>
16471 <row>
16472 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476
16477 \size huge
16478 \begin_inset ERT
16479 status collapsed
16480
16481 \begin_layout Plain Layout
16482
16483
16484 \backslash
16485 strut 
16486 \end_layout
16487
16488 \end_inset
16489
16490 Enorme
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 </row>
16496 <row>
16497 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501
16502 \size giant
16503 \begin_inset ERT
16504 status collapsed
16505
16506 \begin_layout Plain Layout
16507
16508
16509 \backslash
16510 strut 
16511 \end_layout
16512
16513 \end_inset
16514
16515
16516 \size huge
16517 Más enorme
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 </row>
16523 </lyxtabular>
16524
16525 \end_inset
16526
16527
16528 \end_layout
16529
16530 \end_inset
16531
16532
16533 \begin_inset space \hfill{}
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \begin_layout Subsection
16545 Alineación especial de celdas
16546 \begin_inset Index
16547 status collapsed
16548
16549 \begin_layout Plain Layout
16550 Personalización de tablas ! Alineación especial de celdas
16551 \end_layout
16552
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \begin_layout Standard
16559 A veces mejora la presentación si las entradas en las celdas de una columna
16560  se alinean con un carácter determinado, p.
16561 \begin_inset space \thinspace{}
16562 \end_inset
16563
16564 e.
16565 \begin_inset space ~
16566 \end_inset
16567
16568 el separador decimal, como en la tabla
16569 \begin_inset space ~
16570 \end_inset
16571
16572
16573 \begin_inset CommandInset ref
16574 LatexCommand ref
16575 reference "tab:Tabla-con-celdas-de"
16576
16577 \end_inset
16578
16579 .
16580 \end_layout
16581
16582 \begin_layout Standard
16583 \begin_inset Float table
16584 wide false
16585 sideways false
16586 status open
16587
16588 \begin_layout Plain Layout
16589 \begin_inset Caption
16590
16591 \begin_layout Plain Layout
16592 \begin_inset CommandInset label
16593 LatexCommand label
16594 name "tab:Tabla-con-celdas-de"
16595
16596 \end_inset
16597
16598 Tabla con celdas alineadas con el separador decimal.
16599 \end_layout
16600
16601 \end_inset
16602
16603
16604 \end_layout
16605
16606 \begin_layout Plain Layout
16607 \align center
16608 \begin_inset Tabular
16609 <lyxtabular version="3" rows="4" columns="2">
16610 <features>
16611 <column alignment="right" valignment="top" width="0">
16612 <column alignment="left" valignment="top" width="0" special="@{}l">
16613 <row>
16614 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 leyenda
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 </row>
16633 <row>
16634 <cell alignment="center" valignment="top" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 12.
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 6
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row>
16654 <cell alignment="center" valignment="top" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 0.
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 68
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 </row>
16673 <row>
16674 <cell alignment="center" valignment="top" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 -123.
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 0
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 </row>
16693 </lyxtabular>
16694
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \end_inset
16701
16702
16703 \end_layout
16704
16705 \begin_layout Standard
16706 Esta es una tabla 4×2.
16707  La leyenda es una multicolumna centrada.
16708  La primera columna está alineada a la derecha y contiene el punto decimal
16709  y los dígitos anteriores.
16710  La segunda columna está alineada a la izquierda y contiene los dígitos
16711  posteriores al punto decimal.
16712  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16713  argumento LaTeX para la segunda columna:
16714 \end_layout
16715
16716 \begin_layout Standard
16717
16718 \series bold
16719 @{}l
16720 \end_layout
16721
16722 \begin_layout Standard
16723 La tabla
16724 \begin_inset space ~
16725 \end_inset
16726
16727
16728 \begin_inset CommandInset ref
16729 LatexCommand ref
16730 reference "tab:Varias-alineaciones"
16731
16732 \end_inset
16733
16734  muestra varios ejemplos de alineación.
16735  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16736 o más pequeño al comienzo de la última columna para conseguir el espacio
16737  adecuado alrededor del signo.
16738 \end_layout
16739
16740 \begin_layout Standard
16741 \begin_inset Float table
16742 wide false
16743 sideways false
16744 status open
16745
16746 \begin_layout Plain Layout
16747 \begin_inset Caption
16748
16749 \begin_layout Plain Layout
16750 \begin_inset CommandInset label
16751 LatexCommand label
16752 name "tab:Varias-alineaciones"
16753
16754 \end_inset
16755
16756 Tabla con varias alineaciones.
16757 \end_layout
16758
16759 \end_inset
16760
16761
16762 \end_layout
16763
16764 \begin_layout Plain Layout
16765 \align center
16766 \begin_inset Tabular
16767 <lyxtabular version="3" rows="4" columns="6">
16768 <features>
16769 <column alignment="right" valignment="top" width="0">
16770 <column alignment="left" valignment="top" width="0" special="@{}l">
16771 <column alignment="right" valignment="top" width="0">
16772 <column alignment="left" valignment="top" width="0" special="@{}l">
16773 <column alignment="right" valignment="top" width="0">
16774 <column alignment="left" valignment="top" width="0" special="@{}l">
16775 <row>
16776 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 unidades
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 exponentes
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 relaciones
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 12×
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845 24
16846 \begin_inset space \thinspace{}
16847 \end_inset
16848
16849 bottles
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 \begin_inset Formula $10\cdot$
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 \begin_inset Formula $10^{\mbox{-}17}$
16871 \end_inset
16872
16873
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882 \begin_inset Formula $\Gamma(t)\propto$
16883 \end_inset
16884
16885
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell alignment="center" valignment="top" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 \begin_inset Formula $\:\Upsilon(t)$
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 </row>
16903 <row>
16904 <cell alignment="center" valignment="top" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908 1024×
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917 768
16918 \begin_inset space \thinspace{}
16919 \end_inset
16920
16921 Pixels
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 <cell alignment="center" valignment="top" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930 \begin_inset Formula $5.78\cdot$
16931 \end_inset
16932
16933
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 \begin_inset Formula $10^{7}$
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Formula $A\ne$
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset Formula $\: B_{\mathrm{red}}$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 <row>
16976 <cell alignment="center" valignment="top" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 32×
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 6
16990 \begin_inset space \thinspace{}
16991 \end_inset
16992
16993 cm
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 -
17003 \begin_inset Formula $33.5\cdot$
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015 \begin_inset Formula $10^{4}$
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 <cell alignment="center" valignment="top" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027 \begin_inset Formula $\sen(\alpha)\ge$
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 \begin_inset Formula $\:\sen(\beta)$
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 </row>
17048 </lyxtabular>
17049
17050 \end_inset
17051
17052
17053 \end_layout
17054
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \begin_layout Standard
17061 \begin_inset VSpace bigskip
17062 \end_inset
17063
17064 También hay un paquete LaTeX, 
17065 \series bold
17066 dcolumn
17067 \series default
17068
17069 \begin_inset Index
17070 status collapsed
17071
17072 \begin_layout Plain Layout
17073 LaTeX-paquetes ! dcolumn
17074 \end_layout
17075
17076 \end_inset
17077
17078 , que permite alinear el contenido de las celdas.
17079  Pero desgraciadamente trata las entradas de celda en modo matemático y
17080  no permite fórmulas en celdas: la primera columna de la tabla
17081 \begin_inset space ~
17082 \end_inset
17083
17084
17085 \begin_inset CommandInset ref
17086 LatexCommand ref
17087 reference "tab:Varias-alineaciones"
17088
17089 \end_inset
17090
17091  se verá con 
17092 \series bold
17093 dcolumn
17094 \series default
17095  como la primera columna en la tabla
17096 \begin_inset space ~
17097 \end_inset
17098
17099
17100 \begin_inset CommandInset ref
17101 LatexCommand ref
17102 reference "tab:Alineaciones-con-el"
17103
17104 \end_inset
17105
17106  y sólo con algunos trucos se consigue lo que se espera.
17107  La alineación de la segunda y tercera columnas de la tabla
17108 \begin_inset space ~
17109 \end_inset
17110
17111
17112 \begin_inset CommandInset ref
17113 LatexCommand ref
17114 reference "tab:Varias-alineaciones"
17115
17116 \end_inset
17117
17118  no es posible con 
17119 \series bold
17120 dcolumn
17121 \series default
17122 .
17123 \end_layout
17124
17125 \begin_layout Standard
17126 \begin_inset Float table
17127 placement h
17128 wide false
17129 sideways false
17130 status open
17131
17132 \begin_layout Plain Layout
17133 \begin_inset Caption
17134
17135 \begin_layout Plain Layout
17136 \begin_inset CommandInset label
17137 LatexCommand label
17138 name "tab:Alineaciones-con-el"
17139
17140 \end_inset
17141
17142
17143 \begin_inset OptArg
17144 status collapsed
17145
17146 \begin_layout Plain Layout
17147 Tabla alineada con 
17148 \series bold
17149 dcolumn
17150 \end_layout
17151
17152 \end_inset
17153
17154 Alineaciones con el paquete LaTeX 
17155 \series bold
17156 dcolumn
17157 \series default
17158 .
17159  Se han tenido que usar unos trucos para la alineación de las columnas en
17160  la salida.
17161 \end_layout
17162
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \begin_layout Plain Layout
17169 \align center
17170 \begin_inset Tabular
17171 <lyxtabular version="3" rows="4" columns="3">
17172 <features>
17173 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17174 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17175 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17176 <row>
17177 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 unidades
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190 unidades
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199 unidades
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 <row>
17206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 12x24
17211 \begin_inset space \thinspace{}
17212 \end_inset
17213
17214 bottles
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 12x24
17224 \begin_inset space \thinspace{}
17225 \end_inset
17226
17227
17228 \begin_inset Formula $\mbox{bottles}$
17229 \end_inset
17230
17231
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 12
17241 \begin_inset ERT
17242 status collapsed
17243
17244 \begin_layout Plain Layout
17245
17246
17247 \backslash
17248 times
17249 \end_layout
17250
17251 \end_inset
17252
17253 24~
17254 \begin_inset Formula $\mbox{bottles}$
17255 \end_inset
17256
17257
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 </row>
17263 <row>
17264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 1024x768
17269 \begin_inset space \thinspace{}
17270 \end_inset
17271
17272 Pixels
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281 1024x768
17282 \begin_inset space \thinspace{}
17283 \end_inset
17284
17285
17286 \begin_inset Formula $\mbox{Pixels}$
17287 \end_inset
17288
17289
17290 \end_layout
17291
17292 \end_inset
17293 </cell>
17294 <cell alignment="center" valignment="top" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298 1024
17299 \begin_inset ERT
17300 status collapsed
17301
17302 \begin_layout Plain Layout
17303
17304
17305 \backslash
17306 times
17307 \end_layout
17308
17309 \end_inset
17310
17311 768~
17312 \begin_inset Formula $\mbox{Pixels}$
17313 \end_inset
17314
17315  
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 </row>
17321 <row>
17322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326 32x6
17327 \begin_inset space \thinspace{}
17328 \end_inset
17329
17330 cm
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17336 \begin_inset Text
17337
17338 \begin_layout Plain Layout
17339 32x6
17340 \begin_inset space \thinspace{}
17341 \end_inset
17342
17343
17344 \begin_inset Formula $\mbox{cm}$
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 <cell alignment="center" valignment="top" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 32
17357 \begin_inset ERT
17358 status collapsed
17359
17360 \begin_layout Plain Layout
17361
17362
17363 \backslash
17364 times
17365 \end_layout
17366
17367 \end_inset
17368
17369 6~
17370 \begin_inset Formula $\mbox{cm}$
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 </lyxtabular>
17380
17381 \end_inset
17382
17383
17384 \end_layout
17385
17386 \end_inset
17387
17388
17389 \end_layout
17390
17391 \begin_layout Subsection
17392 Formato personalizado de celda/columna
17393 \begin_inset CommandInset label
17394 LatexCommand label
17395 name "sub:Formato-Personalizado"
17396
17397 \end_inset
17398
17399
17400 \begin_inset Index
17401 status collapsed
17402
17403 \begin_layout Plain Layout
17404 Personalización de tablas ! Formato de celda/columna
17405 \end_layout
17406
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \begin_layout Standard
17413 El cálculo de la anchura necesaria para columnas extendidas descrito en
17414  la sección
17415 \begin_inset space ~
17416 \end_inset
17417
17418
17419 \begin_inset CommandInset ref
17420 LatexCommand ref
17421 reference "sub:Cálculos-en-Multicolumnas"
17422
17423 \end_inset
17424
17425  es muy pesado si tienes varias tablas con multicolumnas.
17426  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17427 mna aplicable a todas las tablas del documento.
17428  El formato se define con el comando
17429 \end_layout
17430
17431 \begin_layout Standard
17432
17433 \series bold
17434
17435 \backslash
17436 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17437 \end_layout
17438
17439 \begin_layout Standard
17440 El nombre de formato puede ser una sola letra.
17441  Las letras 
17442 \emph on
17443 b, c, l, m, p
17444 \emph default
17445  y 
17446 \emph on
17447 r
17448 \emph default
17449  están predefinidas y no pueden usarse.
17450  Pero se permiten todas las mayúsculas.
17451 \end_layout
17452
17453 \begin_layout Standard
17454 \begin_inset VSpace medskip
17455 \end_inset
17456
17457
17458 \end_layout
17459
17460 \begin_layout Standard
17461 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17462  fija puedes definir el formato de celda
17463 \end_layout
17464
17465 \begin_layout Standard
17466
17467 \series bold
17468
17469 \backslash
17470 newcolumntype{M}[1]{>{
17471 \backslash
17472 centering
17473 \backslash
17474 hspace{0pt}}m{#1}}
17475 \end_layout
17476
17477 \begin_layout Standard
17478 donde 
17479 \series bold
17480
17481 \backslash
17482 hspace{0pt}
17483 \series default
17484  evita el problema de partir con guión la primera palabra, como se describe
17485  en la sección
17486 \begin_inset space ~
17487 \end_inset
17488
17489
17490 \begin_inset CommandInset ref
17491 LatexCommand ref
17492 reference "sub:Líneas-Múltiples-en"
17493
17494 \end_inset
17495
17496 .
17497  Ahora puedes introducir simplemente
17498 \end_layout
17499
17500 \begin_layout Standard
17501
17502 \series bold
17503 M{ancho}
17504 \end_layout
17505
17506 \begin_layout Standard
17507 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17508 \end_layout
17509
17510 \begin_layout Standard
17511 \begin_inset VSpace bigskip
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \begin_layout Standard
17518 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17519 \end_layout
17520
17521 \begin_layout Standard
17522
17523 \series bold
17524
17525 \backslash
17526 newcolumntype{S}[2]{>{
17527 \backslash
17528 centering
17529 \backslash
17530 hspace{0pt}}
17531 \begin_inset Newline newline
17532 \end_inset
17533
17534
17535 \begin_inset ERT
17536 status collapsed
17537
17538 \begin_layout Plain Layout
17539
17540
17541 \backslash
17542 phantom{
17543 \end_layout
17544
17545 \end_inset
17546
17547
17548 \backslash
17549 newcolumntype
17550 \begin_inset ERT
17551 status collapsed
17552
17553 \begin_layout Plain Layout
17554
17555 }
17556 \end_layout
17557
17558 \end_inset
17559
17560 m{(#1+(2
17561 \backslash
17562 tabcolsep+
17563 \backslash
17564 arrayrulewidth)*(1-#2))/#2}}
17565 \end_layout
17566
17567 \begin_layout Standard
17568 Este formato usa la ecuación 
17569 \begin_inset CommandInset ref
17570 LatexCommand eqref
17571 reference "eq:Wgn"
17572
17573 \end_inset
17574
17575  para calcular la anchura necesaria para que cada celda extendida tenga
17576  la misma anchura.
17577 \end_layout
17578
17579 \begin_layout Standard
17580 Ahora puedes introducir
17581 \end_layout
17582
17583 \begin_layout Standard
17584
17585 \series bold
17586 S{ancho de la celda multicolumna}{número de columnas extendidas}
17587 \end_layout
17588
17589 \begin_layout Standard
17590 como argumento LaTeX de la columna.
17591 \end_layout
17592
17593 \begin_layout Standard
17594 \begin_inset VSpace bigskip
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \begin_layout Standard
17601 Para columnas coloreadas puedes definir
17602 \end_layout
17603
17604 \begin_layout Standard
17605
17606 \series bold
17607
17608 \backslash
17609 newcolumntype{K}[1]{>{
17610 \backslash
17611 columncolor{#1}
17612 \backslash
17613 hspace{0pt}}c}
17614 \end_layout
17615
17616 \begin_layout Standard
17617 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17618  horizontalmente.
17619  Ahora puedes introducir
17620 \end_layout
17621
17622 \begin_layout Standard
17623
17624 \series bold
17625 K{nombre del color}
17626 \end_layout
17627
17628 \begin_layout Standard
17629 como argumento LaTeX.
17630 \end_layout
17631
17632 \begin_layout Standard
17633 \begin_inset VSpace bigskip
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \begin_layout Standard
17640 Para crear la tabla
17641 \begin_inset space ~
17642 \end_inset
17643
17644
17645 \begin_inset CommandInset ref
17646 LatexCommand ref
17647 reference "tab:Tabla-con-formatos-definidos-por"
17648
17649 \end_inset
17650
17651  usa los argumentos LaTeX
17652 \end_layout
17653
17654 \begin_layout Standard
17655
17656 \series bold
17657 M{2.5cm}
17658 \end_layout
17659
17660 \begin_layout Standard
17661 para la primera columna y la multicolumna,
17662 \end_layout
17663
17664 \begin_layout Standard
17665
17666 \series bold
17667 K{red}
17668 \end_layout
17669
17670 \begin_layout Standard
17671 para la última columna y
17672 \end_layout
17673
17674 \begin_layout Standard
17675
17676 \series bold
17677 S{2.5cm}{2}
17678 \end_layout
17679
17680 \begin_layout Standard
17681 para las celdas en la segunda columna.
17682 \end_layout
17683
17684 \begin_layout Standard
17685 \begin_inset Float table
17686 placement h
17687 wide false
17688 sideways false
17689 status open
17690
17691 \begin_layout Plain Layout
17692 \begin_inset Caption
17693
17694 \begin_layout Plain Layout
17695 \begin_inset CommandInset label
17696 LatexCommand label
17697 name "tab:Tabla-con-formatos-definidos-por"
17698
17699 \end_inset
17700
17701 Tabla con formatos definidos por el usuario
17702 \end_layout
17703
17704 \end_inset
17705
17706
17707 \end_layout
17708
17709 \begin_layout Plain Layout
17710 \align center
17711 \begin_inset Tabular
17712 <lyxtabular version="3" rows="3" columns="4">
17713 <features>
17714 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17715 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17716 <column alignment="center" valignment="middle" width="0">
17717 <column alignment="center" valignment="middle" width="0" special="K{red}">
17718 <row>
17719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17720 \begin_inset Text
17721
17722 \begin_layout Plain Layout
17723 palabramuylargaenceldadetabla
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 multicolumna línea múltiple
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750 c
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 </row>
17756 <row>
17757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761 d
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770 e
17771 \end_layout
17772
17773 \end_inset
17774 </cell>
17775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779 f
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788 g
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 </row>
17794 <row>
17795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17796 \begin_inset Text
17797
17798 \begin_layout Plain Layout
17799 h
17800 \end_layout
17801
17802 \end_inset
17803 </cell>
17804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17805 \begin_inset Text
17806
17807 \begin_layout Plain Layout
17808 i
17809 \end_layout
17810
17811 \end_inset
17812 </cell>
17813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817 j
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 k
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 </row>
17832 </lyxtabular>
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \end_inset
17840
17841
17842 \end_layout
17843
17844 \begin_layout Subsection
17845 Grosor de líneas
17846 \begin_inset CommandInset label
17847 LatexCommand label
17848 name "sub:Grosor-de-Líneas"
17849
17850 \end_inset
17851
17852
17853 \begin_inset Index
17854 status collapsed
17855
17856 \begin_layout Plain Layout
17857 Personalización de tablas ! Grosor de línea
17858 \end_layout
17859
17860 \end_inset
17861
17862
17863 \end_layout
17864
17865 \begin_layout Standard
17866 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17867  
17868 \series bold
17869
17870 \backslash
17871 arrayrulewidth
17872 \series default
17873 .
17874  Por ejemplo, para poner un grosor de línea de 1.5
17875 \begin_inset space \thinspace{}
17876 \end_inset
17877
17878 pt, como en la tabla
17879 \begin_inset space ~
17880 \end_inset
17881
17882
17883 \begin_inset CommandInset ref
17884 LatexCommand ref
17885 reference "tab:Tabla-con-líneas"
17886
17887 \end_inset
17888
17889 , inserta el comando
17890 \end_layout
17891
17892 \begin_layout Standard
17893
17894 \series bold
17895
17896 \backslash
17897 setlength{
17898 \backslash
17899 arrayrulewidth}{1.5pt}
17900 \end_layout
17901
17902 \begin_layout Standard
17903 en código TeX antes de la tabla o flotante.
17904  Este cambio es válido para todas las siguientes tablas.
17905  Para volver al valor predeterminado, define 
17906 \series bold
17907
17908 \backslash
17909 arrayrulewidth
17910 \series default
17911  a 0.4
17912 \begin_inset space \thinspace{}
17913 \end_inset
17914
17915 pt en código TeX detrás de la tabla o flotante.
17916 \end_layout
17917
17918 \begin_layout Standard
17919 \begin_inset ERT
17920 status collapsed
17921
17922 \begin_layout Plain Layout
17923
17924
17925 \backslash
17926 setlength{
17927 \backslash
17928 arrayrulewidth}{1.5pt}
17929 \end_layout
17930
17931 \end_inset
17932
17933
17934 \begin_inset Float table
17935 wide false
17936 sideways false
17937 status open
17938
17939 \begin_layout Plain Layout
17940 \begin_inset Caption
17941
17942 \begin_layout Plain Layout
17943 \begin_inset CommandInset label
17944 LatexCommand label
17945 name "tab:Tabla-con-líneas"
17946
17947 \end_inset
17948
17949 Tabla con líneas de grosor 1.5
17950 \begin_inset space \thinspace{}
17951 \end_inset
17952
17953 pt
17954 \end_layout
17955
17956 \end_inset
17957
17958
17959 \end_layout
17960
17961 \begin_layout Plain Layout
17962 \align center
17963 \begin_inset Tabular
17964 <lyxtabular version="3" rows="3" columns="3">
17965 <features>
17966 <column alignment="center" valignment="top" width="0">
17967 <column alignment="center" valignment="top" width="0">
17968 <column alignment="center" valignment="top" width="0">
17969 <row>
17970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 sd
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 <row>
17999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 sd
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 </row>
18027 <row>
18028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 sd
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 </row>
18056 </lyxtabular>
18057
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \end_inset
18064
18065
18066 \begin_inset ERT
18067 status collapsed
18068
18069 \begin_layout Plain Layout
18070
18071
18072 \backslash
18073 setlength{
18074 \backslash
18075 arrayrulewidth}{0.4pt}
18076 \end_layout
18077
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \begin_layout Standard
18084 \begin_inset VSpace bigskip
18085 \end_inset
18086
18087 Para definir un grosor de 1.5
18088 \begin_inset space \thinspace{}
18089 \end_inset
18090
18091 pt sólo para líneas horizontales, como en la tabla
18092 \begin_inset space ~
18093 \end_inset
18094
18095
18096 \begin_inset CommandInset ref
18097 LatexCommand ref
18098 reference "tab:Tabla-con-horizontales"
18099
18100 \end_inset
18101
18102 , inserta estos comandos en código TeX antes de la tabla o flotante:
18103 \end_layout
18104
18105 \begin_layout Standard
18106
18107 \series bold
18108
18109 \backslash
18110 let
18111 \backslash
18112 myHline
18113 \backslash
18114 hline
18115 \begin_inset Newline newline
18116 \end_inset
18117
18118
18119 \backslash
18120 renewcommand{
18121 \backslash
18122 hline}
18123 \begin_inset Newline newline
18124 \end_inset
18125
18126  {
18127 \backslash
18128 noalign{
18129 \backslash
18130 global
18131 \backslash
18132 arrayrulewidth 1.5pt}
18133 \begin_inset Newline newline
18134 \end_inset
18135
18136   
18137 \backslash
18138 myHline
18139 \backslash
18140 noalign{
18141 \backslash
18142 global
18143 \backslash
18144 arrayrulewidth 0.4pt}}
18145 \end_layout
18146
18147 \begin_layout Standard
18148 Para volver al grosor predeterminado, inserta este comando en código TeX
18149  detrás de la tabla o flotante:
18150 \end_layout
18151
18152 \begin_layout Standard
18153
18154 \series bold
18155
18156 \backslash
18157 renewcommand{
18158 \backslash
18159 hline}{
18160 \backslash
18161 myHline}
18162 \end_layout
18163
18164 \begin_layout Standard
18165 \begin_inset ERT
18166 status collapsed
18167
18168 \begin_layout Plain Layout
18169
18170
18171 \backslash
18172 let
18173 \backslash
18174 myHline
18175 \backslash
18176 hline
18177 \end_layout
18178
18179 \begin_layout Plain Layout
18180
18181
18182 \backslash
18183 renewcommand{
18184 \backslash
18185 hline}
18186 \end_layout
18187
18188 \begin_layout Plain Layout
18189
18190  {
18191 \backslash
18192 noalign{
18193 \backslash
18194 global
18195 \backslash
18196 arrayrulewidth 1.5pt}
18197 \end_layout
18198
18199 \begin_layout Plain Layout
18200
18201   
18202 \backslash
18203 myHline
18204 \backslash
18205 noalign{
18206 \backslash
18207 global
18208 \backslash
18209 arrayrulewidth 0.4pt}}
18210 \end_layout
18211
18212 \end_inset
18213
18214
18215 \begin_inset Float table
18216 wide false
18217 sideways false
18218 status open
18219
18220 \begin_layout Plain Layout
18221 \begin_inset Caption
18222
18223 \begin_layout Plain Layout
18224 \begin_inset CommandInset label
18225 LatexCommand label
18226 name "tab:Tabla-con-horizontales"
18227
18228 \end_inset
18229
18230 Tabla con líneas horizontales de 1.5
18231 \begin_inset space \thinspace{}
18232 \end_inset
18233
18234 pt
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \begin_layout Plain Layout
18243 \align center
18244 \begin_inset Tabular
18245 <lyxtabular version="3" rows="3" columns="3">
18246 <features>
18247 <column alignment="center" valignment="top" width="0">
18248 <column alignment="center" valignment="top" width="0">
18249 <column alignment="center" valignment="top" width="0">
18250 <row>
18251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 sd
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 </row>
18279 <row>
18280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293 sd
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18299 \begin_inset Text
18300
18301 \begin_layout Plain Layout
18302
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 </row>
18308 <row>
18309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 sd
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 </row>
18337 </lyxtabular>
18338
18339 \end_inset
18340
18341
18342 \end_layout
18343
18344 \end_inset
18345
18346
18347 \begin_inset ERT
18348 status collapsed
18349
18350 \begin_layout Plain Layout
18351
18352
18353 \backslash
18354 renewcommand{
18355 \backslash
18356 hline}{
18357 \backslash
18358 myHline}
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \end_layout
18365
18366 \begin_layout Standard
18367 \begin_inset VSpace bigskip
18368 \end_inset
18369
18370 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18371  siguiente formato de columna en el preámbulo del documento, de acuerdo
18372  con lo descrito en la sección
18373 \begin_inset space ~
18374 \end_inset
18375
18376
18377 \begin_inset CommandInset ref
18378 LatexCommand ref
18379 reference "sub:Formato-Personalizado"
18380
18381 \end_inset
18382
18383 :
18384 \end_layout
18385
18386 \begin_layout Standard
18387
18388 \series bold
18389
18390 \backslash
18391 newcolumntype{V}{!{
18392 \backslash
18393 vrule width 1.5pt}}
18394 \end_layout
18395
18396 \begin_layout Standard
18397 Para la tabla
18398 \begin_inset space ~
18399 \end_inset
18400
18401
18402 \begin_inset CommandInset ref
18403 LatexCommand ref
18404 reference "tab:Tabla-con-verticales"
18405
18406 \end_inset
18407
18408  se usó el argumento LaTeX
18409 \end_layout
18410
18411 \begin_layout Standard
18412
18413 \series bold
18414 VcV
18415 \end_layout
18416
18417 \begin_layout Standard
18418 para la última columna y
18419 \end_layout
18420
18421 \begin_layout Standard
18422
18423 \series bold
18424 Vc
18425 \end_layout
18426
18427 \begin_layout Standard
18428 para las otras.
18429 \end_layout
18430
18431 \begin_layout Standard
18432 \begin_inset Float table
18433 wide false
18434 sideways false
18435 status open
18436
18437 \begin_layout Plain Layout
18438 \begin_inset Caption
18439
18440 \begin_layout Plain Layout
18441 \begin_inset CommandInset label
18442 LatexCommand label
18443 name "tab:Tabla-con-verticales"
18444
18445 \end_inset
18446
18447 Tabla con líneas verticales de 1.5
18448 \begin_inset space \thinspace{}
18449 \end_inset
18450
18451 pt de grosor
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \begin_layout Plain Layout
18460 \align center
18461 \begin_inset Tabular
18462 <lyxtabular version="3" rows="3" columns="3">
18463 <features>
18464 <column alignment="center" valignment="top" width="0" special="Vc">
18465 <column alignment="center" valignment="top" width="0" special="Vc">
18466 <column alignment="center" valignment="top" width="0" special="VcV">
18467 <row>
18468 <cell alignment="center" valignment="top" topline="true" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472 sd
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" topline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" topline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 </row>
18496 <row>
18497 <cell alignment="center" valignment="top" topline="true" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Plain Layout
18501
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 <cell alignment="center" valignment="top" topline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510 sd
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 <cell alignment="center" valignment="top" topline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 </row>
18525 <row>
18526 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539
18540 \end_layout
18541
18542 \end_inset
18543 </cell>
18544 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548 sd
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 </row>
18554 </lyxtabular>
18555
18556 \end_inset
18557
18558
18559 \end_layout
18560
18561 \end_inset
18562
18563
18564 \end_layout
18565
18566 \begin_layout Subsection
18567 Líneas de trazos
18568 \begin_inset Index
18569 status collapsed
18570
18571 \begin_layout Plain Layout
18572 Personalización de tablas ! Líneas de trazos
18573 \end_layout
18574
18575 \end_inset
18576
18577
18578 \end_layout
18579
18580 \begin_layout Standard
18581 \begin_inset ERT
18582 status collapsed
18583
18584 \begin_layout Plain Layout
18585
18586
18587 \backslash
18588 ifarydshln
18589 \end_layout
18590
18591 \end_inset
18592
18593
18594 \begin_inset Note Note
18595 status collapsed
18596
18597 \begin_layout Plain Layout
18598 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18599  LaTeX 
18600 \series bold
18601 arydshln
18602 \series default
18603 .
18604 \end_layout
18605
18606 \end_inset
18607
18608
18609 \end_layout
18610
18611 \begin_layout Standard
18612 \begin_inset Float table
18613 placement H
18614 wide false
18615 sideways false
18616 status open
18617
18618 \begin_layout Plain Layout
18619 \begin_inset Caption
18620
18621 \begin_layout Plain Layout
18622 \begin_inset CommandInset label
18623 LatexCommand label
18624 name "tab:Tabla-con-trazos"
18625
18626 \end_inset
18627
18628 Tabla con líneas de trazos
18629 \end_layout
18630
18631 \end_inset
18632
18633
18634 \end_layout
18635
18636 \begin_layout Plain Layout
18637 \align center
18638 \begin_inset Tabular
18639 <lyxtabular version="3" rows="5" columns="5">
18640 <features>
18641 <column alignment="center" valignment="top" width="0">
18642 <column alignment="center" valignment="top" width="0">
18643 <column alignment="center" valignment="top" width="0" special=":c">
18644 <column alignment="center" valignment="top" width="0">
18645 <column alignment="center" valignment="top" width="0">
18646 <row>
18647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651 a
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660 b
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669 c
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678 d
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687 e
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 </row>
18693 <row>
18694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Plain Layout
18698 f
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707 g
18708 \end_layout
18709
18710 \end_inset
18711 </cell>
18712 <cell alignment="center" valignment="top" topline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716 h
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725 i
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 j
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 </row>
18740 <row>
18741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745 \begin_inset ERT
18746 status collapsed
18747
18748 \begin_layout Plain Layout
18749
18750
18751 \backslash
18752 hdashline 
18753 \end_layout
18754
18755 \end_inset
18756
18757 k
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766 l
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 <cell alignment="center" valignment="top" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775 m
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784 n
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793 o
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 </row>
18799 <row>
18800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 \begin_inset ERT
18805 status collapsed
18806
18807 \begin_layout Plain Layout
18808
18809
18810 \backslash
18811 cdashline{4-5}
18812 \end_layout
18813
18814 \end_inset
18815
18816 p
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825 q
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834 r
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843 s
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 </row>
18858 <row>
18859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863 t
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 u
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 v
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 w
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 x
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 </row>
18905 </lyxtabular>
18906
18907 \end_inset
18908
18909
18910 \end_layout
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \begin_layout Standard
18918 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18919  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18920 \series bold
18921 arydshln
18922 \series default
18923
18924 \begin_inset Index
18925 status collapsed
18926
18927 \begin_layout Plain Layout
18928 LaTeX-paquetes ! arydshln
18929 \end_layout
18930
18931 \end_inset
18932
18933  
18934 \end_layout
18935
18936 \begin_layout Standard
18937
18938 \series bold
18939
18940 \backslash
18941 usepackage{arydshln}
18942 \end_layout
18943
18944 \begin_layout Standard
18945 Para hacer una línea vertical a trazos, introduce dos puntos «
18946 \series bold
18947 :
18948 \series default
18949 » junto con el carácter para alineación horizontal como argumento LaTeX
18950  en el diálogo de celda de tabla.
18951 \end_layout
18952
18953 \begin_layout Standard
18954 Para una línea de trazos horizontal añade el comando
18955 \end_layout
18956
18957 \begin_layout Standard
18958
18959 \series bold
18960
18961 \backslash
18962 hdashline
18963 \end_layout
18964
18965 \begin_layout Standard
18966 en código TeX como primer elemento de la primera celda en la fila.
18967 \end_layout
18968
18969 \begin_layout Standard
18970 Para líneas de trazos en multicolumna usa el comando
18971 \end_layout
18972
18973 \begin_layout Standard
18974
18975 \series bold
18976
18977 \backslash
18978 cdashline{número de líneas}
18979 \end_layout
18980
18981 \begin_layout Standard
18982 en código TeX como primer elemento de la primera celda en la fila.
18983  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18984  4 y quieres una línea de trazos por encima, añade el comando
18985 \end_layout
18986
18987 \begin_layout Standard
18988
18989 \series bold
18990
18991 \backslash
18992 cdashline{2-4}
18993 \end_layout
18994
18995 \begin_layout Standard
18996 como primer elemento de la primera celda en la fila de la multicolumna.
18997 \end_layout
18998
18999 \begin_layout Standard
19000 \begin_inset VSpace bigskip
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \begin_layout Standard
19007 La tabla
19008 \begin_inset space ~
19009 \end_inset
19010
19011
19012 \begin_inset CommandInset ref
19013 LatexCommand ref
19014 reference "tab:Tabla-con-trazos"
19015
19016 \end_inset
19017
19018  se ha hecho usando «
19019 \series bold
19020 :c
19021 \series default
19022 » como argumento LaTeX de la tercera columna.
19023  El comando en código TeX 
19024 \series bold
19025
19026 \backslash
19027 hdashline
19028 \series default
19029  se ha insertado en la primera celda de la tercera fila y el comando en
19030  código TeX
19031 \begin_inset Newline newline
19032 \end_inset
19033
19034
19035 \series bold
19036
19037 \backslash
19038 cdashline{4-5}
19039 \series default
19040  en la primera celda de la cuarta fila.
19041 \end_layout
19042
19043 \begin_layout Standard
19044 \begin_inset Note Greyedout
19045 status open
19046
19047 \begin_layout Plain Layout
19048
19049 \series bold
19050 Nota:
19051 \series default
19052  Aparentemente el paquete LaTeX 
19053 \series bold
19054 arydshln
19055 \series default
19056  no es compatible con el paquete LaTeX 
19057 \series bold
19058 colortbl
19059 \series default
19060
19061 \begin_inset Index
19062 status collapsed
19063
19064 \begin_layout Plain Layout
19065 LaTeX-paquetes ! colortbl
19066 \end_layout
19067
19068 \end_inset
19069
19070  que se usa para tablas coloreadas en la sección
19071 \begin_inset space ~
19072 \end_inset
19073
19074
19075 \begin_inset CommandInset ref
19076 LatexCommand ref
19077 reference "sec:Tablas-Coloreadas"
19078
19079 \end_inset
19080
19081 .
19082  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19083 \end_layout
19084
19085 \end_inset
19086
19087
19088 \end_layout
19089
19090 \begin_layout Standard
19091 \begin_inset ERT
19092 status collapsed
19093
19094 \begin_layout Plain Layout
19095
19096
19097 \backslash
19098 else
19099 \end_layout
19100
19101 \end_inset
19102
19103
19104 \begin_inset Note Note
19105 status collapsed
19106
19107 \begin_layout Plain Layout
19108 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19109  
19110 \series bold
19111 arydshln
19112 \series default
19113 .
19114 \end_layout
19115
19116 \end_inset
19117
19118
19119 \end_layout
19120
19121 \begin_layout Standard
19122 Debes instalar el paquete LaTeX 
19123 \series bold
19124 arydshln
19125 \series default
19126  para ver la parte siguiente en la salida.
19127 \end_layout
19128
19129 \begin_layout Standard
19130 \begin_inset ERT
19131 status collapsed
19132
19133 \begin_layout Plain Layout
19134
19135
19136 \backslash
19137 fi
19138 \end_layout
19139
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \begin_layout Chapter
19146 Flotantes
19147 \begin_inset Index
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 Flotantes
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Section
19160 Introducción
19161 \begin_inset CommandInset label
19162 LatexCommand label
19163 name "sec:Introducción-Flotantes"
19164
19165 \end_inset
19166
19167
19168 \begin_inset Index
19169 status collapsed
19170
19171 \begin_layout Plain Layout
19172 Flotantes ! Introducción
19173 \end_layout
19174
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \begin_layout Standard
19181 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19182  no tiene posición fija.
19183  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19184  Las 
19185 \family sans
19186 Notas
19187 \begin_inset space ~
19188 \end_inset
19189
19190 al
19191 \begin_inset space ~
19192 \end_inset
19193
19194 pie
19195 \family default
19196  y 
19197 \family sans
19198 Notas
19199 \begin_inset space ~
19200 \end_inset
19201
19202 al
19203 \begin_inset space ~
19204 \end_inset
19205
19206 margen
19207 \family default
19208  también son flotantes, porque pueden flotar a la página siguiente cuando
19209  hay demasiadas notas en la página.
19210 \end_layout
19211
19212 \begin_layout Standard
19213 Los flotantes permiten composiciones de alta calidad.
19214  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19215  impedir espacios en blanco y páginas sin texto.
19216  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19217  cada flotante puede ser referenciado en el texto.
19218  Por lo tanto los flotantes están numerados.
19219  Las referencias se describen en la sección
19220 \begin_inset space ~
19221 \end_inset
19222
19223
19224 \begin_inset CommandInset ref
19225 LatexCommand ref
19226 reference "sec:Referencias-a-Flotantes"
19227
19228 \end_inset
19229
19230 .
19231 \end_layout
19232
19233 \begin_layout Standard
19234 Para insertar un flotante, usa el menú 
19235 \family sans
19236 Insertar\SpecialChar \menuseparator
19237 Flotante
19238 \family default
19239 .
19240  Esto inserta una 
19241 \family sans
19242 Leyenda,
19243 \family default
19244  un cuadro con una etiqueta.
19245  La etiqueta se traducirá automáticamente al idioma del documento.
19246  Tras la etiqueta puedes insertar el texto de la leyenda.
19247  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19248  separado dentro del flotante.
19249  La colocación de leyendas se describe en la sección
19250 \begin_inset space ~
19251 \end_inset
19252
19253
19254 \begin_inset CommandInset ref
19255 LatexCommand ref
19256 reference "sec:Colocación-de-leyendas"
19257
19258 \end_inset
19259
19260 .
19261  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19262  con clic izquierdo sobre él.
19263  Un cuadro cerrado se muestra así: 
19264 \begin_inset Graphics
19265         filename clipart/flotanteQt4.png
19266         scale 70
19267
19268 \end_inset
19269
19270  —un cuadro gris con etiqueta en rojo—.
19271 \end_layout
19272
19273 \begin_layout Standard
19274 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19275  errores de LaTeX si el texto circundante se formatea de modo especial.
19276 \end_layout
19277
19278 \begin_layout Standard
19279 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19280  y pinchando el botón correspondiente de la barra de herramientas para un
19281  flotante nuevo.
19282 \end_layout
19283
19284 \begin_layout Section
19285 Tipos de flotantes
19286 \end_layout
19287
19288 \begin_layout Standard
19289 Además de los flotantes de imagen y de tabla que se describen en la sección
19290 \begin_inset space ~
19291 \end_inset
19292
19293
19294 \begin_inset CommandInset ref
19295 LatexCommand ref
19296 reference "sec:Figuras-Flotantes"
19297
19298 \end_inset
19299
19300  y 
19301 \begin_inset CommandInset ref
19302 LatexCommand ref
19303 reference "sec:Tablas-Flotantes"
19304
19305 \end_inset
19306
19307 , respectivamente, LyX ofrece los tipos 
19308 \series bold
19309 Algoritmo
19310 \series default
19311  y 
19312 \series bold
19313 Envoltorio
19314 \series default
19315 .
19316 \end_layout
19317
19318 \begin_layout Subsection
19319 Algoritmos flotantes
19320 \begin_inset Index
19321 status collapsed
19322
19323 \begin_layout Plain Layout
19324 Flotantes ! Algoritmos
19325 \end_layout
19326
19327 \end_inset
19328
19329
19330 \begin_inset CommandInset label
19331 LatexCommand label
19332 name "sub:Algoritmos-Flotantes"
19333
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \begin_layout Standard
19340 \begin_inset Float algorithm
19341 placement h
19342 wide false
19343 sideways false
19344 status open
19345
19346 \begin_layout Plain Layout
19347 \begin_inset Caption
19348
19349 \begin_layout Plain Layout
19350 \begin_inset CommandInset label
19351 LatexCommand label
19352 name "alg:Ejemplo-de-Algoritmo-flotante"
19353
19354 \end_inset
19355
19356 Ejemplo de algoritmo flotante
19357 \end_layout
19358
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \begin_layout LyX-Code
19365 for I in 1..N loop
19366 \begin_inset Newline newline
19367 \end_inset
19368
19369  Sum:= Sum + A(I); /*comment*/
19370 \begin_inset Newline newline
19371 \end_inset
19372
19373 end loop
19374 \begin_inset VSpace -4mm
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \begin_layout Standard
19386 Este tipo de flotante se inserta con el menú 
19387 \family sans
19388 Insertar\SpecialChar \menuseparator
19389 Flotante\SpecialChar \menuseparator
19390 Algoritmo
19391 \family default
19392 .
19393  Se usa para códigos y descripciones de algoritmos.
19394  Un posible entorno para algoritmos es 
19395 \family sans
19396 Código-LyX
19397 \family default
19398 , descrito en la 
19399 \emph on
19400 Guía del usuario
19401 \emph default
19402  de LyX.
19403  El algoritmo
19404 \begin_inset space ~
19405 \end_inset
19406
19407
19408 \begin_inset CommandInset ref
19409 LatexCommand ref
19410 reference "alg:Ejemplo-de-Algoritmo-flotante"
19411
19412 \end_inset
19413
19414  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19415  vertical de -4
19416 \begin_inset space \thinspace{}
19417 \end_inset
19418
19419 mm al final para tener la línea inferior exactamente bajo la última línea
19420  de texto.
19421 \end_layout
19422
19423 \begin_layout Standard
19424 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19425  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19426 \end_layout
19427
19428 \begin_layout Standard
19429
19430 \series bold
19431
19432 \backslash
19433 floatname{algorithm}{nombre}
19434 \end_layout
19435
19436 \begin_layout Standard
19437 donde 
19438 \family sans
19439 nombre
19440 \family default
19441  es la palabra «
19442 \emph on
19443 algorithm
19444 \emph default
19445 » en el lenguaje deseado.
19446 \end_layout
19447
19448 \begin_layout Standard
19449 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19450  
19451 \family sans
19452 Insertar\SpecialChar \menuseparator
19453 Lista
19454 \begin_inset space \thinspace{}
19455 \end_inset
19456
19457 /
19458 \begin_inset space \thinspace{}
19459 \end_inset
19460
19461 Índice\SpecialChar \menuseparator
19462 Lista de algoritmos
19463 \family default
19464  como en documentos en inglés.
19465  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19466 \end_layout
19467
19468 \begin_layout Standard
19469
19470 \series bold
19471
19472 \backslash
19473 listof{algorithm}{nombre}
19474 \end_layout
19475
19476 \begin_layout Standard
19477 donde 
19478 \family sans
19479 nombre
19480 \family default
19481  es «
19482 \emph on
19483 List of algorithms
19484 \emph default
19485 » en tu idioma.
19486 \end_layout
19487
19488 \begin_layout Standard
19489 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19490  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19491 tmo».
19492  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19493  documento:
19494 \end_layout
19495
19496 \begin_layout Standard
19497
19498 \series bold
19499
19500 \backslash
19501 numberwithin{algorithm}{chapter}
19502 \end_layout
19503
19504 \begin_layout Standard
19505 Para poder usar el comando 
19506 \series bold
19507
19508 \backslash
19509 numberwithin
19510 \series default
19511 , marca la opción 
19512 \family sans
19513 Usar
19514 \begin_inset space ~
19515 \end_inset
19516
19517 el
19518 \begin_inset space ~
19519 \end_inset
19520
19521 paquete
19522 \begin_inset space ~
19523 \end_inset
19524
19525 AMS
19526 \family default
19527  en el menú 
19528 \family sans
19529 Documento\SpecialChar \menuseparator
19530 Configuración\SpecialChar \menuseparator
19531 Opciones para ecuaciones
19532 \family default
19533 .
19534 \end_layout
19535
19536 \begin_layout Subsection
19537 Flotantes envueltos
19538 \begin_inset Index
19539 status collapsed
19540
19541 \begin_layout Plain Layout
19542 Flotantes ! Envoltorio
19543 \end_layout
19544
19545 \end_inset
19546
19547
19548 \end_layout
19549
19550 \begin_layout Standard
19551 \begin_inset Wrap figure
19552 lines 0
19553 placement l
19554 overhang 1cm
19555 width "40col%"
19556 status open
19557
19558 \begin_layout Plain Layout
19559 \begin_inset Graphics
19560         filename ../clipart/mobius.eps
19561         width 40col%
19562         rotateOrigin center
19563
19564 \end_inset
19565
19566
19567 \end_layout
19568
19569 \begin_layout Plain Layout
19570 \begin_inset Caption
19571
19572 \begin_layout Plain Layout
19573 \begin_inset CommandInset label
19574 LatexCommand label
19575 name "fig:Envoltorio-de-figura"
19576
19577 \end_inset
19578
19579 Figura envuelta en el texto
19580 \end_layout
19581
19582 \end_inset
19583
19584
19585 \end_layout
19586
19587 \end_inset
19588
19589  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19590  de modo que ocupe sólo una parte del ancho de columna.
19591  Se inserta con el menú 
19592 \family sans
19593 Insertar\SpecialChar \menuseparator
19594 Flotante\SpecialChar \menuseparator
19595 Figura
19596 \begin_inset space ~
19597 \end_inset
19598
19599 envuelta
19600 \family default
19601
19602 \begin_inset space \thinspace{}
19603 \end_inset
19604
19605 /
19606 \begin_inset space \thinspace{}
19607 \end_inset
19608
19609
19610 \family sans
19611 Tabla
19612 \begin_inset space ~
19613 \end_inset
19614
19615 envuelta
19616 \family default
19617  si está instalado el paquete LaTeX 
19618 \series bold
19619 wrapfig
19620 \series default
19621
19622 \begin_inset Index
19623 status collapsed
19624
19625 \begin_layout Plain Layout
19626 LaTeX-paquetes ! wrapfig
19627 \begin_inset ERT
19628 status collapsed
19629
19630 \begin_layout Plain Layout
19631
19632
19633 \backslash
19634 vspace{4mm}
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \end_inset
19643
19644 .
19645 \begin_inset Foot
19646 status collapsed
19647
19648 \begin_layout Plain Layout
19649 La instalación de paquetes LaTeX se explica en el manual 
19650 \emph on
19651 Configuración de LaTeX
19652 \emph default
19653 .
19654 \end_layout
19655
19656 \end_inset
19657
19658  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19659  con clic derecho sobre el cuadro del flotante.
19660  Son obligatorias la 
19661 \family sans
19662 Ubicación
19663 \family default
19664  y la 
19665 \family sans
19666 Anchura
19667 \family default
19668 .
19669  Son opcionales 
19670 \family sans
19671 Extensión al margen
19672 \family default
19673 , que especifica la anchura de invasión del margen, y 
19674 \family sans
19675 Extender
19676 \begin_inset space ~
19677 \end_inset
19678
19679 a
19680 \begin_inset space ~
19681 \end_inset
19682
19683 líneas
19684 \family default
19685 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19686  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19687  opción sólo si encuentras problemas en la colocación del flotante.
19688  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19689  del párrafo o en los párrafos adyacentes.
19690  La figura
19691 \begin_inset space ~
19692 \end_inset
19693
19694
19695 \begin_inset CommandInset ref
19696 LatexCommand ref
19697 reference "fig:Envoltorio-de-figura"
19698
19699 \end_inset
19700
19701  es un ejemplo de envoltorio con una anchura de columna del 40
19702 \begin_inset space \thinspace{}
19703 \end_inset
19704
19705 %, ubicado a la izquierda y 1
19706 \begin_inset space \thinspace{}
19707 \end_inset
19708
19709 cm de invasión de margen.
19710 \begin_inset Foot
19711 status collapsed
19712
19713 \begin_layout Plain Layout
19714 Consulta las unidades disponibles en el apéndice
19715 \begin_inset space ~
19716 \end_inset
19717
19718
19719 \begin_inset CommandInset ref
19720 LatexCommand ref
19721 reference "cha:Unidades-disponibles-en"
19722
19723 \end_inset
19724
19725 .
19726 \end_layout
19727
19728 \end_inset
19729
19730
19731 \end_layout
19732
19733 \begin_layout Standard
19734 \begin_inset Note Greyedout
19735 status open
19736
19737 \begin_layout Plain Layout
19738
19739 \series bold
19740 Nota:
19741 \series default
19742  ¡Los flotantes envueltos son frágiles! P.
19743 \begin_inset space \thinspace{}
19744 \end_inset
19745
19746 e.
19747 \begin_inset space ~
19748 \end_inset
19749
19750 si una figura está demasiado cerca de la parte inferior de la página se
19751  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19752  o situarse junto a otro texto.
19753 \end_layout
19754
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \begin_layout Standard
19761 En general:
19762 \end_layout
19763
19764 \begin_layout Itemize
19765 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19766  salto de página.
19767  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19768  esté casi listo y puedas prever los saltos de página.
19769 \end_layout
19770
19771 \begin_layout Itemize
19772 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19773  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19774 \end_layout
19775
19776 \begin_layout Itemize
19777 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19778  que procura que haya un párrafo de texto entre ellos.
19779 \end_layout
19780
19781 \begin_layout Itemize
19782 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19783 \end_layout
19784
19785 \begin_layout Section
19786 Numeración de flotantes
19787 \begin_inset Index
19788 status collapsed
19789
19790 \begin_layout Plain Layout
19791 Flotantes ! Numeración
19792 \end_layout
19793
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \begin_layout Standard
19800 En general, los flotantes se numeran independientemente de las secciones
19801  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19802  dependiendo de la clase de documento utilizada.
19803 \end_layout
19804
19805 \begin_layout Standard
19806 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19807  comando en el preámbulo del documento:
19808 \end_layout
19809
19810 \begin_layout Standard
19811
19812 \series bold
19813
19814 \backslash
19815 renewcommand{
19816 \backslash
19817 thetable}{
19818 \backslash
19819 roman{table}}
19820 \end_layout
19821
19822 \begin_layout Standard
19823
19824 \series bold
19825
19826 \backslash
19827 thetable 
19828 \series default
19829 es el comando que imprime el número de la tabla, para figuras flotantes
19830  el comando sería 
19831 \series bold
19832
19833 \backslash
19834 thefigure
19835 \series default
19836 .
19837  El comando 
19838 \series bold
19839
19840 \backslash
19841 roman
19842 \series default
19843  imprime el número de tabla en números romanos en minúscula.
19844 \end_layout
19845
19846 \begin_layout Standard
19847 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19848  usa este comando en el preámbulo:
19849 \end_layout
19850
19851 \begin_layout Standard
19852
19853 \series bold
19854
19855 \backslash
19856 numberwithin{table}{subsection}
19857 \end_layout
19858
19859 \begin_layout Standard
19860 Para poder usar el comando 
19861 \series bold
19862
19863 \backslash
19864 numberwithin
19865 \series default
19866 , debes marcar la opción 
19867 \family sans
19868 Usar
19869 \begin_inset space ~
19870 \end_inset
19871
19872 el
19873 \begin_inset space ~
19874 \end_inset
19875
19876 paquete
19877 \begin_inset space ~
19878 \end_inset
19879
19880 AMS 
19881 \family default
19882 en el apartado 
19883 \family sans
19884 Opciones para ecuaciones 
19885 \family default
19886 de las preferencias del documento.
19887 \end_layout
19888
19889 \begin_layout Standard
19890 Puedes ver más detalles y notas importantes sobre comandos de numeración
19891  en la sección
19892 \begin_inset space ~
19893 \end_inset
19894
19895
19896 \begin_inset CommandInset ref
19897 LatexCommand ref
19898 reference "sub:Numeración-de-Notas-al-Pie"
19899
19900 \end_inset
19901
19902 .
19903 \end_layout
19904
19905 \begin_layout Section
19906 Referencias a flotantes
19907 \begin_inset CommandInset label
19908 LatexCommand label
19909 name "sec:Referencias-a-Flotantes"
19910
19911 \end_inset
19912
19913
19914 \begin_inset Index
19915 status collapsed
19916
19917 \begin_layout Plain Layout
19918 Flotantes ! Referencias
19919 \end_layout
19920
19921 \end_inset
19922
19923
19924 \begin_inset Index
19925 status collapsed
19926
19927 \begin_layout Plain Layout
19928 Referencias
19929 \end_layout
19930
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \begin_layout Standard
19937 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19938  menú 
19939 \family sans
19940 Insertar\SpecialChar \menuseparator
19941 Etiqueta
19942 \family default
19943  o el botón 
19944 \begin_inset Graphics
19945         filename ../../images/label-insert.png
19946         scale 85
19947
19948 \end_inset
19949
19950 .
19951  Aparece una ventana esperando la introducción del texto de la etiqueta
19952  y se inserta un cuadro gris como este: 
19953 \begin_inset Graphics
19954         filename clipart/etiquetaQt4.png
19955         scale 85
19956
19957 \end_inset
19958
19959 .
19960  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19961  El prefijo depende del tipo de flotante, p.
19962 \begin_inset space \thinspace{}
19963 \end_inset
19964
19965 e.
19966 \begin_inset space ~
19967 \end_inset
19968
19969 para figuras el prefijo será «
19970 \family sans
19971 fig:
19972 \family default
19973 ».
19974 \end_layout
19975
19976 \begin_layout Standard
19977 La etiqueta se usa como ancla y el nombre para la referencia.
19978  Puedes referenciar la etiqueta usando el menú 
19979 \family sans
19980 Insertar\SpecialChar \menuseparator
19981 Referencia
19982 \family default
19983
19984 \begin_inset space ~
19985 \end_inset
19986
19987
19988 \family sans
19989 cruzada
19990 \family default
19991  o el botón 
19992 \begin_inset Graphics
19993         filename ../../images/dialog-show-new-inset_ref.png
19994         scale 85
19995
19996 \end_inset
19997
19998 .
19999  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20000  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20001  trabajando de la lista desplegable de la parte superior del diálogo.
20002  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20003  Se inserta un cuadro gris como este: 
20004 \begin_inset Graphics
20005         filename clipart/referenciaQt4.png
20006         scale 85
20007
20008 \end_inset
20009
20010 .
20011  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20012 \end_layout
20013
20014 \begin_layout Standard
20015 Se recomienda poner un espacio protegido entre el nombre de la referencia
20016  cruzada y su número para evitar saltos de línea entre ellos.
20017  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20018  dos interrogaciones en la salida.
20019 \end_layout
20020
20021 \begin_layout Standard
20022 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20023  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20024  al texto de la etiqueta nueva, no te ocupes por eso.
20025 \end_layout
20026
20027 \begin_layout Standard
20028 El botón 
20029 \family sans
20030 Ir
20031 \begin_inset space ~
20032 \end_inset
20033
20034 a
20035 \begin_inset space ~
20036 \end_inset
20037
20038 la
20039 \begin_inset space ~
20040 \end_inset
20041
20042 etiqueta
20043 \family default
20044  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20045  y el texto del botón cambia a 
20046 \family sans
20047 Volver
20048 \family default
20049 , con el que se puede retornar a la referencia.
20050  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20051  hasta la etiqueta pero sin opción de volver.
20052 \end_layout
20053
20054 \begin_layout Subsection
20055 Formatos de referencia cruzada
20056 \begin_inset CommandInset label
20057 LatexCommand label
20058 name "sub:Formatos-referencia-cruzada"
20059
20060 \end_inset
20061
20062
20063 \begin_inset Index
20064 status collapsed
20065
20066 \begin_layout Plain Layout
20067 Referencias ! Formatos
20068 \end_layout
20069
20070 \end_inset
20071
20072
20073 \end_layout
20074
20075 \begin_layout Standard
20076 Hay seis variedades de referencias cruzadas:
20077 \end_layout
20078
20079 \begin_layout Description
20080 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20081  
20082 \begin_inset CommandInset ref
20083 LatexCommand ref
20084 reference "fig:Dos-imágenes-distorsionadas"
20085
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \begin_layout Description
20092 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20093  habitual para referirse a fórmulas, especialmente si se omite el nombre
20094  «Ecuación»: 
20095 \begin_inset CommandInset ref
20096 LatexCommand eqref
20097 reference "eq:Wgn"
20098
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \begin_layout Description
20105 <página>: imprime el número de página: Página
20106 \begin_inset space ~
20107 \end_inset
20108
20109
20110 \begin_inset CommandInset ref
20111 LatexCommand pageref
20112 reference "fig:Dos-imágenes-distorsionadas"
20113
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \begin_layout Description
20120 en
20121 \begin_inset space ~
20122 \end_inset
20123
20124 página
20125 \begin_inset space ~
20126 \end_inset
20127
20128 <página>: imprime el texto «en la página» y el número de página: 
20129 \begin_inset CommandInset ref
20130 LatexCommand vpageref
20131 reference "fig:Dos-imágenes-distorsionadas"
20132
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \begin_layout Description
20139 <referencia>
20140 \begin_inset space ~
20141 \end_inset
20142
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 número flotante, el texto «en la página» y el número
20152  de página: 
20153 \begin_inset CommandInset ref
20154 LatexCommand vref
20155 reference "fig:Dos-imágenes-distorsionadas"
20156
20157 \end_inset
20158
20159
20160 \end_layout
20161
20162 \begin_layout Description
20163 Referencia
20164 \begin_inset space ~
20165 \end_inset
20166
20167 con
20168 \begin_inset space ~
20169 \end_inset
20170
20171 formato: imprime un formato personalizado.
20172  
20173 \begin_inset Note Greyedout
20174 status open
20175
20176 \begin_layout Plain Layout
20177
20178 \series bold
20179 Nota:
20180 \series default
20181  Esta característica sólo está disponible si está instalado el paquete LaTeX
20182  
20183 \series bold
20184 prettyref
20185 \series default
20186 .
20187 \end_layout
20188
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \begin_layout Standard
20195 Ten en cuenta que el estilo <página>
20196 \begin_inset space \thinspace{}
20197 \end_inset
20198
20199  no imprime el número si la etiqueta está en la misma página, en la anterior
20200  o en la siguiente.
20201  En su lugar verás p.
20202 \begin_inset space \thinspace{}
20203 \end_inset
20204
20205 e.
20206 \begin_inset space ~
20207 \end_inset
20208
20209 el texto «
20210 \family sans
20211 en esta página
20212 \family default
20213 ».
20214 \end_layout
20215
20216 \begin_layout Standard
20217 El número y página actual de la parte del documento referida es automáticamente
20218  calculado por LaTeX en la salida.
20219  Las variedades se ajustan en el campo 
20220 \family sans
20221 Formato
20222 \family default
20223  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20224 \end_layout
20225
20226 \begin_layout Subsection
20227 Designación automática de referencias
20228 \begin_inset Index
20229 status collapsed
20230
20231 \begin_layout Plain Layout
20232 Referencias ! Designación automática
20233 \end_layout
20234
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \begin_layout Standard
20241 El paquete LaTeX 
20242 \series bold
20243 hyperref
20244 \series default
20245
20246 \begin_inset Index
20247 status collapsed
20248
20249 \begin_layout Plain Layout
20250 LaTeX-paquetes ! hyperref
20251 \end_layout
20252
20253 \end_inset
20254
20255 , que se habilita en 
20256 \family sans
20257 Propiedades PDF
20258 \family default
20259  del diálogo 
20260 \family sans
20261 Documento\SpecialChar \menuseparator
20262 Configuración
20263 \family default
20264 , dispone de una característica muy útil que permite incluir automáticamente
20265  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20266  de texto como 
20267 \emph on
20268 sección
20269 \emph default
20270 ).
20271  Así, p.
20272 \begin_inset space \thinspace{}
20273 \end_inset
20274
20275 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20276  a una figura.
20277  Para usar esta característica habilita el soporte para 
20278 \series bold
20279 hyperref
20280 \series default
20281  e inserta la siguiente línea en el preámbulo LaTeX:
20282 \end_layout
20283
20284 \begin_layout Standard
20285
20286 \series bold
20287
20288 \backslash
20289 AtBeginDocument{
20290 \backslash
20291 renewcommand{
20292 \backslash
20293 ref}[1]{
20294 \backslash
20295 mbox{
20296 \backslash
20297 autoref{#1}}}}
20298 \end_layout
20299
20300 \begin_layout Standard
20301 Si prefieres otros nombres para las referencias distintos de los predeterminados
20302 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20303  lo siguiente en el preámbulo:
20304 \end_layout
20305
20306 \begin_layout Standard
20307
20308 \series bold
20309
20310 \backslash
20311 addto
20312 \backslash
20313 extrasenglish{
20314 \backslash
20315 renewcommand{
20316 \backslash
20317 sectionautorefname}
20318 \begin_inset Newline newline
20319 \end_inset
20320
20321
20322 \begin_inset ERT
20323 status collapsed
20324
20325 \begin_layout Plain Layout
20326
20327
20328 \backslash
20329 hphantom{ }
20330 \end_layout
20331
20332 \end_inset
20333
20334 {sec.
20335 \backslash
20336 negthinspace}}
20337 \end_layout
20338
20339 \begin_layout Standard
20340 Si estás usando un idioma de documento distinto del inglés, reemplaza
20341 \begin_inset Newline newline
20342 \end_inset
20343
20344  
20345 \series bold
20346
20347 \backslash
20348 extrasenglish
20349 \series default
20350  por
20351 \series bold
20352  
20353 \backslash
20354 extras***
20355 \series default
20356 , donde *** es el nombre del idioma utilizado.
20357 \end_layout
20358
20359 \begin_layout Standard
20360 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20361  por ejemplo no para ecuaciones, usa este código de preámbulo:
20362 \end_layout
20363
20364 \begin_layout Standard
20365
20366 \series bold
20367
20368 \backslash
20369 newlength{
20370 \backslash
20371 abc}
20372 \begin_inset Newline newline
20373 \end_inset
20374
20375
20376 \backslash
20377 settowidth{
20378 \backslash
20379 abc}{
20380 \backslash
20381 space}
20382 \begin_inset Newline newline
20383 \end_inset
20384
20385
20386 \backslash
20387 addto
20388 \backslash
20389 extrasenglish{
20390 \backslash
20391 renewcommand{
20392 \backslash
20393 equationautorefname}
20394 \begin_inset Newline newline
20395 \end_inset
20396
20397
20398 \begin_inset ERT
20399 status collapsed
20400
20401 \begin_layout Plain Layout
20402
20403
20404 \backslash
20405 hphantom{ }
20406 \end_layout
20407
20408 \end_inset
20409
20410 {
20411 \backslash
20412 hspace{-
20413 \backslash
20414 abc}}
20415 \end_layout
20416
20417 \begin_layout Standard
20418 En la documentación de 
20419 \series bold
20420 hyperref
20421 \series default
20422  
20423 \begin_inset CommandInset citation
20424 LatexCommand cite
20425 key "hyperref"
20426
20427 \end_inset
20428
20429  puedes encontrar más información.
20430
20431 \series bold
20432  
20433 \end_layout
20434
20435 \begin_layout Standard
20436 \begin_inset Note Greyedout
20437 status open
20438
20439 \begin_layout Plain Layout
20440
20441 \series bold
20442 Nota:
20443 \series default
20444  La designación automática de referencias no puede usarse en el estilo 
20445 \family sans
20446 Referencia
20447 \begin_inset space ~
20448 \end_inset
20449
20450 con
20451 \begin_inset space ~
20452 \end_inset
20453
20454 formato
20455 \family default
20456 , descrita en la sección
20457 \begin_inset space ~
20458 \end_inset
20459
20460
20461 \begin_inset CommandInset ref
20462 LatexCommand ref
20463 reference "sub:Formatos-referencia-cruzada"
20464
20465 \end_inset
20466
20467 .
20468 \end_layout
20469
20470 \end_inset
20471
20472
20473 \end_layout
20474
20475 \begin_layout Standard
20476 El manual 
20477 \emph on
20478 Ecuaciones
20479 \emph default
20480  es un ejemplo de documento en el que se ha utilizado designación automática
20481  de referencias.
20482 \end_layout
20483
20484 \begin_layout Subsection
20485 Colocación de referencias
20486 \begin_inset CommandInset label
20487 LatexCommand label
20488 name "sub:Colocación-de-Referencias"
20489
20490 \end_inset
20491
20492
20493 \begin_inset Index
20494 status collapsed
20495
20496 \begin_layout Plain Layout
20497 Referencias ! Colocación
20498 \end_layout
20499
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \begin_layout Standard
20506 Si usas 
20507 \series bold
20508 hyperref
20509 \series default
20510
20511 \begin_inset Index
20512 status collapsed
20513
20514 \begin_layout Plain Layout
20515 LaTeX-paquetes ! hyperref
20516 \end_layout
20517
20518 \end_inset
20519
20520 , en las 
20521 \family sans
20522 Preferencias PDF 
20523 \family default
20524 del diálogo 
20525 \family sans
20526 Documento\SpecialChar \menuseparator
20527 Configuración
20528 \family default
20529 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20530  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20531  La leyenda será la primera parte del texto en pantalla, de forma que para
20532  ver la imagen debes deslizar.
20533  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20534  Usando el paquete 
20535 \series bold
20536 hypcap
20537 \series default
20538
20539 \begin_inset Index
20540 status collapsed
20541
20542 \begin_layout Plain Layout
20543 LaTeX-paquetes ! hypcap
20544 \end_layout
20545
20546 \end_inset
20547
20548 , que forma parte del paquete LaTeX 
20549 \series bold
20550 oberdiek
20551 \series default
20552
20553 \begin_inset Index
20554 status collapsed
20555
20556 \begin_layout Plain Layout
20557 LaTeX-paquetes ! oberdiek
20558 \end_layout
20559
20560 \end_inset
20561
20562 , el ancla de enlace se sitúa al comienzo de un flotante.
20563  Para usar esta característica para figuras flotantes carga 
20564 \series bold
20565 hypcap
20566 \series default
20567  en el preámbulo con
20568 \end_layout
20569
20570 \begin_layout Standard
20571
20572 \series bold
20573
20574 \backslash
20575 usepackage[figure]{hypcap}
20576 \end_layout
20577
20578 \begin_layout Standard
20579 Puedes usar 
20580 \series bold
20581 hypcap
20582 \series default
20583  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20584  Más información en el manual de 
20585 \series bold
20586 hypcap
20587 \series default
20588  
20589 \begin_inset CommandInset citation
20590 LatexCommand cite
20591 key "hypcap"
20592
20593 \end_inset
20594
20595 .
20596 \end_layout
20597
20598 \begin_layout Standard
20599 \begin_inset Note Greyedout
20600 status open
20601
20602 \begin_layout Plain Layout
20603
20604 \series bold
20605 Nota:
20606 \series default
20607  
20608 \series bold
20609 hypcap
20610 \series default
20611  no funciona para las referencias a subfiguras.
20612 \end_layout
20613
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \begin_layout Section
20620 Colocación de flotantes
20621 \begin_inset CommandInset label
20622 LatexCommand label
20623 name "sec:Colocación-de-Flotantes"
20624
20625 \end_inset
20626
20627
20628 \begin_inset Index
20629 status collapsed
20630
20631 \begin_layout Plain Layout
20632 Flotantes ! Colocación
20633 \end_layout
20634
20635 \end_inset
20636
20637
20638 \end_layout
20639
20640 \begin_layout Standard
20641 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20642  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20643  los flotantes.
20644 \begin_inset Newline newline
20645 \end_inset
20646
20647 La opción 
20648 \family sans
20649 Extender
20650 \begin_inset space ~
20651 \end_inset
20652
20653 columnas
20654 \family default
20655  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20656  abarcará ambas columnas en lugar de una sola.
20657 \begin_inset Newline newline
20658 \end_inset
20659
20660 La opción 
20661 \family sans
20662 Girar
20663 \begin_inset space ~
20664 \end_inset
20665
20666 a
20667 \begin_inset space ~
20668 \end_inset
20669
20670 un
20671 \begin_inset space ~
20672 \end_inset
20673
20674 lado
20675 \family default
20676  sirve para girar flotantes, véase sección
20677 \begin_inset space ~
20678 \end_inset
20679
20680
20681 \begin_inset CommandInset ref
20682 LatexCommand ref
20683 reference "sec:Rotación-de-Flotantes"
20684
20685 \end_inset
20686
20687 .
20688  
20689 \end_layout
20690
20691 \begin_layout Standard
20692 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20693  la posición de un flotante si desmarcas la opción 
20694 \family sans
20695 Usar
20696 \begin_inset space ~
20697 \end_inset
20698
20699 ubicación
20700 \begin_inset space ~
20701 \end_inset
20702
20703 predeterminada
20704 \family default
20705 :
20706 \end_layout
20707
20708 \begin_layout Description
20709
20710 \family sans
20711 \series bold
20712 Aquí
20713 \begin_inset space ~
20714 \end_inset
20715
20716 si
20717 \begin_inset space ~
20718 \end_inset
20719
20720 es
20721 \begin_inset space ~
20722 \end_inset
20723
20724 posible
20725 \family default
20726 \series default
20727  intenta situar el flotante en la posición en la que se inserta
20728 \end_layout
20729
20730 \begin_layout Description
20731
20732 \family sans
20733 \series bold
20734 Principio
20735 \begin_inset space ~
20736 \end_inset
20737
20738 de
20739 \begin_inset space ~
20740 \end_inset
20741
20742 página
20743 \family default
20744 \series default
20745  intenta situar el flotante al principio de la página actual
20746 \end_layout
20747
20748 \begin_layout Description
20749
20750 \family sans
20751 \series bold
20752 Fin
20753 \begin_inset space ~
20754 \end_inset
20755
20756 de
20757 \begin_inset space ~
20758 \end_inset
20759
20760 página
20761 \family default
20762 \series default
20763  intenta situar el flotante al final de la página actual
20764 \end_layout
20765
20766 \begin_layout Description
20767
20768 \family sans
20769 \series bold
20770 Página
20771 \begin_inset space ~
20772 \end_inset
20773
20774 de
20775 \begin_inset space ~
20776 \end_inset
20777
20778 flotantes
20779 \family default
20780 \series default
20781  intenta situar el flotante en una página propia 
20782 \end_layout
20783
20784 \begin_layout Standard
20785 LaTeX usa 
20786 \emph on
20787 siempre
20788 \emph default
20789  ese orden de opciones.
20790  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20791  lugar 
20792 \family sans
20793 Aquí
20794 \begin_inset space ~
20795 \end_inset
20796
20797 si
20798 \begin_inset space ~
20799 \end_inset
20800
20801 es
20802 \begin_inset space ~
20803 \end_inset
20804
20805 posible
20806 \family default
20807 , luego 
20808 \family sans
20809 Principio
20810 \begin_inset space ~
20811 \end_inset
20812
20813 de
20814 \begin_inset space ~
20815 \end_inset
20816
20817 página
20818 \family default
20819 , y después las otras.
20820  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20821  pero en dicho orden.
20822  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20823  pero intenta poner el flotante en la página siguiente.
20824 \end_layout
20825
20826 \begin_layout Standard
20827 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20828 \end_layout
20829
20830 \begin_layout Labeling
20831 \labelwidthstring 00.00.0000
20832
20833 \family sans
20834 Principio
20835 \begin_inset space ~
20836 \end_inset
20837
20838 de
20839 \begin_inset space ~
20840 \end_inset
20841
20842 página:
20843 \family default
20844  sólo si el flotante ocupa menos del 70
20845 \begin_inset space \thinspace{}
20846 \end_inset
20847
20848 % de la página puede ubicarse al principio de página (
20849 \series bold
20850
20851 \backslash
20852 topfraction
20853 \series default
20854 )
20855 \end_layout
20856
20857 \begin_layout Labeling
20858 \labelwidthstring 00.00.0000
20859
20860 \family sans
20861 Fin
20862 \begin_inset space ~
20863 \end_inset
20864
20865 de
20866 \begin_inset space ~
20867 \end_inset
20868
20869 página:
20870 \family default
20871  sólo si el flotante ocupa menos del 30
20872 \begin_inset space \thinspace{}
20873 \end_inset
20874
20875 % de la página puede ubicarse al fin de página.
20876  (
20877 \series bold
20878
20879 \backslash
20880 bottomfraction
20881 \series default
20882 )
20883 \end_layout
20884
20885 \begin_layout Labeling
20886 \labelwidthstring 00.00.0000
20887
20888 \family sans
20889 Página
20890 \begin_inset space ~
20891 \end_inset
20892
20893 de
20894 \begin_inset space ~
20895 \end_inset
20896
20897 flotantes:
20898 \family default
20899  sólo si más del 50
20900 \begin_inset space \thinspace{}
20901 \end_inset
20902
20903 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20904  página.
20905  (
20906 \series bold
20907
20908 \backslash
20909 floatpagefraction
20910 \series default
20911 )
20912 \end_layout
20913
20914 \begin_layout Standard
20915 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20916  
20917 \family sans
20918 Ignorar
20919 \begin_inset space ~
20920 \end_inset
20921
20922 reglas
20923 \begin_inset space ~
20924 \end_inset
20925
20926 de
20927 \begin_inset space ~
20928 \end_inset
20929
20930 LaTeX
20931 \family default
20932 .
20933 \begin_inset Newline newline
20934 \end_inset
20935
20936 También puedes redefinir las reglas con los comandos LaTeX que van entre
20937  paréntesis tras la descripción de las reglas anteriores.
20938  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20939  la regla 
20940 \family sans
20941 Fin
20942 \family default
20943
20944 \begin_inset space ~
20945 \end_inset
20946
20947
20948 \family sans
20949 de
20950 \family default
20951
20952 \begin_inset space ~
20953 \end_inset
20954
20955
20956 \family sans
20957 página
20958 \family default
20959  al 50
20960 \begin_inset space \thinspace{}
20961 \end_inset
20962
20963 %, añade esta línea en el preámbulo:
20964 \end_layout
20965
20966 \begin_layout Standard
20967
20968 \series bold
20969
20970 \backslash
20971 renewcommand{
20972 \backslash
20973 bottomfraction}{0.5}
20974 \end_layout
20975
20976 \begin_layout Standard
20977 En determinados casos podrías necesitar ubicar un flotante exactamente en
20978  la posición en la que se inserta.
20979  Para esto puedes usar la opción 
20980 \family sans
20981 Aquí
20982 \begin_inset space ~
20983 \end_inset
20984
20985 definitivamente
20986 \family default
20987 .
20988  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20989  porque el flotante ya no podrá «flotar» y si haces cambios al documento
20990  se podría estropear el diseño de la página.
20991 \end_layout
20992
20993 \begin_layout Standard
20994 No hay opciones de ubicación para envoltorios flotantes porque siempre están
20995  rodeados por texto de un párrafo determinado.
20996 \begin_inset VSpace bigskip
20997 \end_inset
20998
20999
21000 \end_layout
21001
21002 \begin_layout Standard
21003 A veces surge el problema de que un flotante se sitúa al principio de la
21004  página mientras que su sección correspondiente empieza en mitad de la página,
21005  así que el lector podría creer que el flotante forma parte de la sección
21006  anterior.
21007  Para evitarlo puede emplearse el comando LaTeX 
21008 \series bold
21009
21010 \backslash
21011 suppressfloats
21012 \series default
21013 , que suprime la ubicación de un flotante dado en la página donde se inserta
21014  y además puede servir para evitar que el flotante se coloque antes del
21015  inicio de sección.
21016  Para ello, añade estos comandos al preámbulo:
21017 \end_layout
21018
21019 \begin_layout Standard
21020
21021 \series bold
21022
21023 \backslash
21024 let
21025 \backslash
21026 mySection
21027 \backslash
21028 section
21029 \begin_inset Newline newline
21030 \end_inset
21031
21032
21033 \backslash
21034 renewcommand{
21035 \backslash
21036 section}{
21037 \backslash
21038 suppressfloats[t]
21039 \backslash
21040 mySection}
21041 \end_layout
21042
21043 \begin_layout Standard
21044 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21045  subsecciones.
21046  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21047  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21048 \end_layout
21049
21050 \begin_layout Standard
21051 \begin_inset VSpace bigskip
21052 \end_inset
21053
21054 En ciertos casos se quieren tener todas las figuras/tablas al final del
21055  documento.
21056  Para estos casos está el paquete LaTeX 
21057 \series bold
21058 endfloat
21059 \series default
21060
21061 \begin_inset Index
21062 status collapsed
21063
21064 \begin_layout Plain Layout
21065 LaTeX-paquetes ! endfloat
21066 \end_layout
21067
21068 \end_inset
21069
21070 .
21071  Pone todas las figuras y tablas flotantes al final del documento en secciones
21072  propias.
21073  En la posición original del flotante se inserta una indicación como «
21074 \family sans
21075 [Figure
21076 \begin_inset space ~
21077 \end_inset
21078
21079 3.2 about here.]
21080 \family default
21081 ».
21082  El paquete 
21083 \series bold
21084 endfloat
21085 \series default
21086  se carga en el preámbulo con la línea
21087 \end_layout
21088
21089 \begin_layout Standard
21090
21091 \series bold
21092
21093 \backslash
21094 usepackage[options]{endfloat}
21095 \end_layout
21096
21097 \begin_layout Standard
21098 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21099  Para más información véase la documentación 
21100 \begin_inset CommandInset citation
21101 LatexCommand cite
21102 key "endfloat"
21103
21104 \end_inset
21105
21106 .
21107 \begin_inset Newline newline
21108 \end_inset
21109
21110
21111 \begin_inset Note Greyedout
21112 status open
21113
21114 \begin_layout Plain Layout
21115
21116 \series bold
21117 Nota: endfloat
21118 \series default
21119  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21120  véase sección
21121 \begin_inset space ~
21122 \end_inset
21123
21124 4 en 
21125 \begin_inset CommandInset citation
21126 LatexCommand cite
21127 key "endfloat"
21128
21129 \end_inset
21130
21131 .
21132 \end_layout
21133
21134 \end_inset
21135
21136
21137 \begin_inset Newline newline
21138 \end_inset
21139
21140
21141 \begin_inset Note Greyedout
21142 status open
21143
21144 \begin_layout Plain Layout
21145
21146 \series bold
21147 Nota:
21148 \series default
21149  Actualmente hay un error en 
21150 \series bold
21151 endfloat
21152 \series default
21153  cuando la leyenda contiene el carácter alemán «ß».
21154  Usa en ese caso el comando «
21155 \series bold
21156
21157 \backslash
21158 ss
21159 \series default
21160 » en código TeX en vez de «ß».
21161 \end_layout
21162
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \begin_layout Standard
21169 \begin_inset VSpace bigskip
21170 \end_inset
21171
21172 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21173 \begin_inset CommandInset citation
21174 LatexCommand cite
21175 key "latexcompanion,latexguide,latexbook"
21176
21177 \end_inset
21178
21179 .
21180 \end_layout
21181
21182 \begin_layout Section
21183 Rotación de flotantes
21184 \begin_inset CommandInset label
21185 LatexCommand label
21186 name "sec:Rotación-de-Flotantes"
21187
21188 \end_inset
21189
21190
21191 \begin_inset Index
21192 status collapsed
21193
21194 \begin_layout Plain Layout
21195 Flotantes ! Rotación
21196 \end_layout
21197
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \begin_layout Standard
21204 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21205  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21206  la opción 
21207 \family sans
21208 Girar
21209 \begin_inset space ~
21210 \end_inset
21211
21212 a
21213 \begin_inset space ~
21214 \end_inset
21215
21216 un
21217 \begin_inset space ~
21218 \end_inset
21219
21220 lado
21221 \family default
21222 .
21223 \end_layout
21224
21225 \begin_layout Standard
21226 Los flotantes girados son puestos siempre en su propia página (o columna
21227  si el documento es de dos columnas).
21228  Se les puede permitir abarcar varias columnas con la opción de configuración
21229  
21230 \family sans
21231 Extender
21232 \begin_inset space ~
21233 \end_inset
21234
21235 columnas
21236 \family default
21237 .
21238  Se rotan de forma que puedes leerlos desde el margen externo.
21239  Para forzar determinada dirección de rotación para todas las páginas, puedes
21240  añadir una de las opciones 
21241 \series bold
21242 figuresleft
21243 \series default
21244  o 
21245 \series bold
21246 figuresright
21247 \series default
21248  a las opciones de clase del documento.
21249 \end_layout
21250
21251 \begin_layout Standard
21252 Los flotantes girados se refieren igual que los normales, y el formato de
21253  la leyenda también es el mismo: un ejemplo es la tabla
21254 \begin_inset space ~
21255 \end_inset
21256
21257
21258 \begin_inset CommandInset ref
21259 LatexCommand ref
21260 reference "tab:Tabla-girada"
21261
21262 \end_inset
21263
21264 .
21265 \end_layout
21266
21267 \begin_layout Standard
21268 \begin_inset Note Greyedout
21269 status open
21270
21271 \begin_layout Plain Layout
21272
21273 \series bold
21274 Nota:
21275 \series default
21276  No todos los visores DVI pueden mostrar tablas giradas.
21277 \end_layout
21278
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \begin_layout Standard
21285 \begin_inset Float table
21286 wide false
21287 sideways true
21288 status open
21289
21290 \begin_layout Plain Layout
21291 \begin_inset Caption
21292
21293 \begin_layout Plain Layout
21294 \begin_inset CommandInset label
21295 LatexCommand label
21296 name "tab:Tabla-girada"
21297
21298 \end_inset
21299
21300 Tabla girada
21301 \end_layout
21302
21303 \end_inset
21304
21305
21306 \end_layout
21307
21308 \begin_layout Plain Layout
21309 \align center
21310 \begin_inset Tabular
21311 <lyxtabular version="3" rows="1" columns="5">
21312 <features>
21313 <column alignment="center" valignment="top" width="0">
21314 <column alignment="center" valignment="top" width="0">
21315 <column alignment="center" valignment="top" width="0">
21316 <column alignment="center" valignment="top" width="0">
21317 <column alignment="center" valignment="top" width="0">
21318 <row>
21319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 test
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 b
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21338 \begin_inset Text
21339
21340 \begin_layout Plain Layout
21341 c
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350 d
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 e
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 </row>
21365 </lyxtabular>
21366
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \end_inset
21373
21374
21375 \end_layout
21376
21377 \begin_layout Section
21378 Flotantes adosados
21379 \begin_inset Index
21380 status collapsed
21381
21382 \begin_layout Plain Layout
21383 Flotantes ! Adosados
21384 \end_layout
21385
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \begin_layout Standard
21392 Para colocar flotantes unos junto a otros, como en la figura
21393 \begin_inset space ~
21394 \end_inset
21395
21396
21397 \begin_inset CommandInset ref
21398 LatexCommand ref
21399 reference "fig:Flotante-izquierda"
21400
21401 \end_inset
21402
21403  y 
21404 \begin_inset CommandInset ref
21405 LatexCommand ref
21406 reference "fig:Flotante-derecha"
21407
21408 \end_inset
21409
21410 , se pone 
21411 \emph on
21412 un
21413 \emph default
21414  solo flotante.
21415  En él se insertan dos cuadros tipo minipágina.
21416 \begin_inset Foot
21417 status collapsed
21418
21419 \begin_layout Plain Layout
21420 Las minipáginas se explican en la sección
21421 \begin_inset space ~
21422 \end_inset
21423
21424
21425 \begin_inset CommandInset ref
21426 LatexCommand ref
21427 reference "sec:Minipáginas"
21428
21429 \end_inset
21430
21431 .
21432 \end_layout
21433
21434 \end_inset
21435
21436  La anchura de la columna se establece en 45-50
21437 \begin_inset space \thinspace{}
21438 \end_inset
21439
21440 % y la alineación en 
21441 \family sans
21442 Inferior
21443 \family default
21444  para cada minipágina.
21445  Las minipáginas contienen la imagen y su título, de igual forma que en
21446  los flotantes.
21447  La única diferencia es que el 
21448 \family sans
21449 Ancho
21450 \begin_inset space ~
21451 \end_inset
21452
21453 de
21454 \begin_inset space ~
21455 \end_inset
21456
21457 columna
21458 \begin_inset space ~
21459 \end_inset
21460
21461 %
21462 \family default
21463  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21464 \end_layout
21465
21466 \begin_layout Standard
21467 \begin_inset Float figure
21468 placement h
21469 wide false
21470 sideways false
21471 status open
21472
21473 \begin_layout Plain Layout
21474 \begin_inset Box Frameless
21475 position "b"
21476 hor_pos "c"
21477 has_inner_box 1
21478 inner_pos "t"
21479 use_parbox 0
21480 width "45col%"
21481 special "none"
21482 height "1in"
21483 height_special "totalheight"
21484 status open
21485
21486 \begin_layout Plain Layout
21487 \align center
21488 \begin_inset Graphics
21489         filename ../clipart/mobius.eps
21490         lyxscale 50
21491         width 100col%
21492         scaleBeforeRotation
21493
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \begin_layout Plain Layout
21500 \begin_inset Caption
21501
21502 \begin_layout Plain Layout
21503 \begin_inset CommandInset label
21504 LatexCommand label
21505 name "fig:Flotante-izquierda"
21506
21507 \end_inset
21508
21509 Flotante en el lado izquierdo.
21510 \end_layout
21511
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518
21519
21520 \begin_inset space \hfill{}
21521 \end_inset
21522
21523
21524 \begin_inset Box Frameless
21525 position "b"
21526 hor_pos "c"
21527 has_inner_box 1
21528 inner_pos "t"
21529 use_parbox 0
21530 width "45col%"
21531 special "none"
21532 height "1in"
21533 height_special "totalheight"
21534 status open
21535
21536 \begin_layout Plain Layout
21537 \align center
21538 \begin_inset Graphics
21539         filename ../clipart/platypus.eps
21540         lyxscale 50
21541         width 100col%
21542         scaleBeforeRotation
21543
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \begin_layout Plain Layout
21550 \begin_inset Caption
21551
21552 \begin_layout Plain Layout
21553 \begin_inset CommandInset label
21554 LatexCommand label
21555 name "fig:Flotante-derecha"
21556
21557 \end_inset
21558
21559 Flotante en el lado derecho.
21560 \end_layout
21561
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \begin_layout Section
21578 Formato de las leyendas
21579 \begin_inset Index
21580 status collapsed
21581
21582 \begin_layout Plain Layout
21583 Leyendas ! Formato
21584 \end_layout
21585
21586 \end_inset
21587
21588
21589 \begin_inset Index
21590 status collapsed
21591
21592 \begin_layout Plain Layout
21593 Flotantes ! Formato de las leyendas
21594 \end_layout
21595
21596 \end_inset
21597
21598
21599 \begin_inset CommandInset label
21600 LatexCommand label
21601 name "sec:Formato-de-leyendas"
21602
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \begin_layout Standard
21609 El entorno 
21610 \family sans
21611 Leyenda
21612 \family default
21613  es el predeterminado para los 
21614 \family sans
21615 Flotantes
21616 \family default
21617 .
21618  En LyX las leyendas se muestran como etiqueta, p.
21619 \begin_inset space \thinspace{}
21620 \end_inset
21621
21622 e.
21623 \begin_inset space ~
21624 \end_inset
21625
21626 «
21627 \family sans
21628 Figura #
21629 \family default
21630 :» seguida por el texto.
21631  «#» es el número real de referencia.
21632  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21633  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21634  del texto.
21635  El entorno leyenda no es apropiado para todos los tipos de documento.
21636  
21637 \end_layout
21638
21639 \begin_layout Standard
21640 Para cambiar el formato predeterminado carga el paquete LaTeX 
21641 \series bold
21642 caption
21643 \series default
21644
21645 \begin_inset Index
21646 status collapsed
21647
21648 \begin_layout Plain Layout
21649 LaTeX-paquetes ! caption
21650 \end_layout
21651
21652 \end_inset
21653
21654  en el preámbulo del documento con la línea:
21655 \end_layout
21656
21657 \begin_layout Standard
21658
21659 \series bold
21660
21661 \backslash
21662 usepackage[definición de formato]{caption}
21663 \end_layout
21664
21665 \begin_layout Standard
21666 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21667  las leyendas de tabla siempre sobre ella como en este documento, usa el
21668  comando:
21669 \end_layout
21670
21671 \begin_layout Standard
21672
21673 \series bold
21674
21675 \backslash
21676 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21677 \end_layout
21678
21679 \begin_layout Standard
21680 También puedes definir distintos formatos de leyenda para los distintos
21681  tipos de flotantes.
21682  En ese caso carga el paquete 
21683 \series bold
21684 caption
21685 \series default
21686  sin opciones específicas y define los distintos formatos con ayuda del
21687  comando
21688 \end_layout
21689
21690 \begin_layout Standard
21691
21692 \series bold
21693
21694 \backslash
21695 captionsetup[tipo de flotante]{definición de formato}
21696 \end_layout
21697
21698 \begin_layout Standard
21699 en el preámbulo del documento.
21700  Por ejemplo las leyendas de la Figura
21701 \begin_inset space ~
21702 \end_inset
21703
21704
21705 \begin_inset CommandInset ref
21706 LatexCommand ref
21707 reference "fig:Esto-es-una-fig"
21708
21709 \end_inset
21710
21711  y la tabla
21712 \begin_inset space ~
21713 \end_inset
21714
21715
21716 \begin_inset CommandInset ref
21717 LatexCommand ref
21718 reference "tab:Esto-es-una-tab"
21719
21720 \end_inset
21721
21722  pueden crearse usando los siguientes comandos en el preámbulo:
21723 \end_layout
21724
21725 \begin_layout Standard
21726
21727 \series bold
21728
21729 \backslash
21730 usepackage[tableposition=top]{caption}
21731 \series default
21732
21733 \begin_inset Newline newline
21734 \end_inset
21735
21736
21737 \series bold
21738
21739 \backslash
21740 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21741 \begin_inset Newline newline
21742 \end_inset
21743
21744
21745 \begin_inset ERT
21746 status collapsed
21747
21748 \begin_layout Plain Layout
21749
21750
21751 \backslash
21752 hphantom{
21753 \backslash
21754
21755 \backslash
21756 captionsetup[figure]
21757 \backslash
21758 {}
21759 \end_layout
21760
21761 \end_inset
21762
21763  labelsep=period}
21764 \begin_inset Newline newline
21765 \end_inset
21766
21767
21768 \backslash
21769 captionsetup[table]{labelfont={bf,sf}}
21770 \end_layout
21771
21772 \begin_layout Standard
21773 \begin_inset Note Greyedout
21774 status open
21775
21776 \begin_layout Plain Layout
21777
21778 \series bold
21779 Nota: 
21780 \series default
21781 La opción 
21782 \series bold
21783 tableposition=top
21784 \series default
21785  no tiene efecto si se usa una clase de documento 
21786 \series bold
21787 koma-script
21788 \series default
21789 .
21790  En este caso debe utilizarse la opción de clase de documento 
21791 \series bold
21792 tablecaptionabove
21793 \series default
21794 .
21795  
21796 \end_layout
21797
21798 \end_inset
21799
21800
21801 \end_layout
21802
21803 \begin_layout Standard
21804 Para más información sobre el paquete 
21805 \series bold
21806 caption
21807 \series default
21808  acude a su documentación 
21809 \begin_inset CommandInset citation
21810 LatexCommand cite
21811 key "caption"
21812
21813 \end_inset
21814
21815 .
21816 \end_layout
21817
21818 \begin_layout Standard
21819 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21820 \begin_inset space \thinspace{}
21821 \end_inset
21822
21823 e., usa el siguiente comando de preámbulo:
21824 \end_layout
21825
21826 \begin_layout Standard
21827
21828 \series bold
21829
21830 \backslash
21831 renewcommand{
21832 \backslash
21833 fnum@figure}{Imagen~
21834 \backslash
21835 thefigure}
21836 \end_layout
21837
21838 \begin_layout Standard
21839 donde 
21840 \series bold
21841
21842 \backslash
21843 thefigure
21844 \series default
21845  inserta el número de figura y «~» genera un espacio protegido.
21846
21847 \series bold
21848  
21849 \end_layout
21850
21851 \begin_layout Standard
21852 \begin_inset VSpace bigskip
21853 \end_inset
21854
21855 Si estás usando la clase de documento 
21856 \series bold
21857 koma-script
21858 \series default
21859
21860 \begin_inset Index
21861 status collapsed
21862
21863 \begin_layout Plain Layout
21864 LaTeX-paquetes ! koma-script
21865 \end_layout
21866
21867 \end_inset
21868
21869  (
21870 \family sans
21871 article (koma-script)
21872 \family default
21873
21874 \family sans
21875 book (koma-script)
21876 \family default
21877
21878 \family sans
21879 letter (koma-script)
21880 \family default
21881 , o 
21882 \family sans
21883 report (koma-script)
21884 \family default
21885
21886 \begin_inset space \thinspace{}
21887 \end_inset
21888
21889 ), puedes emplear en vez del paquete 
21890 \series bold
21891 caption
21892 \series default
21893  el comando 
21894 \series bold
21895
21896 \backslash
21897 setkomafont
21898 \series default
21899  incluido en 
21900 \series bold
21901 koma-script
21902 \series default
21903 .
21904  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21905  comando en el preámbulo del documento:
21906 \end_layout
21907
21908 \begin_layout Standard
21909
21910 \series bold
21911
21912 \backslash
21913 setkomafont{captionlabel}{
21914 \backslash
21915 bfseries}
21916 \end_layout
21917
21918 \begin_layout Standard
21919 Más información sobre 
21920 \series bold
21921
21922 \backslash
21923 setkomafont
21924 \series default
21925  en la documentación de 
21926 \series bold
21927 koma-script
21928 \series default
21929  
21930 \begin_inset CommandInset citation
21931 LatexCommand cite
21932 key "koma-script"
21933
21934 \end_inset
21935
21936 .
21937 \end_layout
21938
21939 \begin_layout Standard
21940 \begin_inset ERT
21941 status collapsed
21942
21943 \begin_layout Plain Layout
21944
21945
21946 \backslash
21947 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21948 }
21949 \end_layout
21950
21951 \end_inset
21952
21953
21954 \begin_inset Note Note
21955 status collapsed
21956
21957 \begin_layout Plain Layout
21958 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21959 \end_layout
21960
21961 \end_inset
21962
21963
21964 \end_layout
21965
21966 \begin_layout Standard
21967 \begin_inset Float figure
21968 placement !p
21969 wide false
21970 sideways false
21971 status open
21972
21973 \begin_layout Plain Layout
21974 \align center
21975 \begin_inset Graphics
21976         filename ../clipart/mobius.eps
21977         lyxscale 50
21978         scale 50
21979
21980 \end_inset
21981
21982
21983 \end_layout
21984
21985 \begin_layout Plain Layout
21986 \begin_inset Caption
21987
21988 \begin_layout Plain Layout
21989 \begin_inset CommandInset label
21990 LatexCommand label
21991 name "fig:Esto-es-una-fig"
21992
21993 \end_inset
21994
21995
21996 \begin_inset OptArg
21997 status collapsed
21998
21999 \begin_layout Plain Layout
22000 Figura con leyenda muy larga
22001 \end_layout
22002
22003 \end_inset
22004
22005 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22006  mostrar el formato diferente.
22007  Aquí se usa una leyenda personalizada.
22008 \end_layout
22009
22010 \end_inset
22011
22012
22013 \end_layout
22014
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \begin_layout Standard
22021 \begin_inset ERT
22022 status collapsed
22023
22024 \begin_layout Plain Layout
22025
22026
22027 \backslash
22028 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22029 on}
22030 \end_layout
22031
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \begin_layout Standard
22038 \begin_inset Float table
22039 placement !p
22040 wide false
22041 sideways false
22042 status collapsed
22043
22044 \begin_layout Plain Layout
22045 \begin_inset Caption
22046
22047 \begin_layout Plain Layout
22048 \begin_inset CommandInset label
22049 LatexCommand label
22050 name "tab:Esto-es-una-tab"
22051
22052 \end_inset
22053
22054
22055 \begin_inset OptArg
22056 status collapsed
22057
22058 \begin_layout Plain Layout
22059 Tabla con leyenda muy larga
22060 \end_layout
22061
22062 \end_inset
22063
22064 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22065  el formato diferente.
22066  Aquí se usa el formato de leyenda estándar para las tablas.
22067 \end_layout
22068
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \begin_layout Plain Layout
22075 \align center
22076 \begin_inset Tabular
22077 <lyxtabular version="3" rows="1" columns="5">
22078 <features>
22079 <column alignment="center" valignment="top" width="0">
22080 <column alignment="center" valignment="top" width="0">
22081 <column alignment="center" valignment="top" width="0">
22082 <column alignment="center" valignment="top" width="0">
22083 <column alignment="center" valignment="top" width="0">
22084 <row>
22085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 a
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098 b
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 c
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 d
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125 e
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 </row>
22131 </lyxtabular>
22132
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \begin_layout Section
22144 Colocación de leyendas
22145 \begin_inset Index
22146 status collapsed
22147
22148 \begin_layout Plain Layout
22149 Leyendas ! Colocación
22150 \end_layout
22151
22152 \end_inset
22153
22154
22155 \begin_inset Index
22156 status collapsed
22157
22158 \begin_layout Plain Layout
22159 Flotantes ! Colocación de leyendas
22160 \end_layout
22161
22162 \end_inset
22163
22164
22165 \begin_inset CommandInset label
22166 LatexCommand label
22167 name "sec:Colocación-de-leyendas"
22168
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \begin_layout Standard
22175 La norma habitual para colocar las leyendas es:
22176 \end_layout
22177
22178 \begin_layout Description
22179 Figura: La leyenda al pie de la figura
22180 \end_layout
22181
22182 \begin_layout Description
22183 Tabla: La leyenda sobre la tabla
22184 \end_layout
22185
22186 \begin_layout Standard
22187 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22188  la tabla.
22189  Esto implica que si usas las clases de documento 
22190 \family sans
22191 article
22192 \family default
22193
22194 \family sans
22195 book
22196 \family default
22197
22198 \family sans
22199 letter
22200 \family default
22201 , o 
22202 \family sans
22203 report
22204 \family default
22205  no habrá espacio entre la leyenda y la tabla.
22206  Para insertar el espacio adecuado añade la siguiente opción al comando
22207  del paquete LaTeX 
22208 \series bold
22209 caption
22210 \series default
22211  en el preámbulo del documento:
22212 \begin_inset Foot
22213 status collapsed
22214
22215 \begin_layout Plain Layout
22216 Véase la sección
22217 \begin_inset space ~
22218 \end_inset
22219
22220
22221 \begin_inset CommandInset ref
22222 LatexCommand ref
22223 reference "sec:Formato-de-leyendas"
22224
22225 \end_inset
22226
22227  para más información sobre el paquete 
22228 \series bold
22229 caption
22230 \series default
22231 .
22232 \end_layout
22233
22234 \end_inset
22235
22236
22237 \end_layout
22238
22239 \begin_layout Standard
22240
22241 \series bold
22242 tableposition=top
22243 \end_layout
22244
22245 \begin_layout Standard
22246 Si estás usando la clase 
22247 \series bold
22248 koma-script
22249 \series default
22250
22251 \begin_inset Index
22252 status collapsed
22253
22254 \begin_layout Plain Layout
22255 LaTeX-paquetes ! koma-script
22256 \end_layout
22257
22258 \end_inset
22259
22260  (
22261 \family sans
22262 article (koma-script)
22263 \family default
22264
22265 \family sans
22266 book (koma-script)
22267 \family default
22268
22269 \family sans
22270 letter (koma-script)
22271 \family default
22272 , o 
22273 \family sans
22274 report (koma-script)
22275 \family default
22276
22277 \begin_inset space \thinspace{}
22278 \end_inset
22279
22280 ), en vez de 
22281 \series bold
22282 caption
22283 \series default
22284  puedes poner la opción 
22285 \series bold
22286 tablecaptionabove
22287 \series default
22288  de la clase de documento.
22289 \end_layout
22290
22291 \begin_layout Standard
22292 \begin_inset VSpace bigskip
22293 \end_inset
22294
22295 También es posible poner la leyenda junto a una figura o tabla.
22296  Para conseguirlo hay que cargar el paquete LaTeX 
22297 \series bold
22298 sidecap
22299 \series default
22300
22301 \begin_inset Index
22302 status collapsed
22303
22304 \begin_layout Plain Layout
22305 LaTeX-paquetes ! sidecap
22306 \end_layout
22307
22308 \end_inset
22309
22310  añadiendo en el preámbulo del documento la línea
22311 \end_layout
22312
22313 \begin_layout Standard
22314
22315 \series bold
22316
22317 \backslash
22318 usepackage[option]{sidecap}
22319 \end_layout
22320
22321 \begin_layout Standard
22322 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22323  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
22324  Puedes cambiar la colocación al margen interno con la opción 
22325 \series bold
22326 innercaption
22327 \series default
22328 .
22329  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22330  opciones 
22331 \series bold
22332 rightcaption
22333 \series default
22334  o 
22335 \series bold
22336 leftcaption
22337 \series default
22338 , respectivamente.
22339 \end_layout
22340
22341 \begin_layout Standard
22342 \begin_inset ERT
22343 status collapsed
22344
22345 \begin_layout Plain Layout
22346
22347
22348 \backslash
22349 ifsidecap
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \begin_inset Note Note
22356 status collapsed
22357
22358 \begin_layout Plain Layout
22359 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22360  LaTeX 
22361 \series bold
22362 sidecap
22363 \series default
22364 .
22365 \end_layout
22366
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \begin_layout Standard
22373 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22374  estos comandos al preámbulo del documento:
22375 \end_layout
22376
22377 \begin_layout Standard
22378
22379 \lyxline
22380
22381 \end_layout
22382
22383 \begin_layout Standard
22384
22385 \series bold
22386
22387 \backslash
22388 newcommand{
22389 \backslash
22390 TabBesBeg}{%
22391 \begin_inset Newline newline
22392 \end_inset
22393
22394
22395 \begin_inset ERT
22396 status collapsed
22397
22398 \begin_layout Plain Layout
22399
22400
22401 \backslash
22402 hphantom{ }
22403 \end_layout
22404
22405 \end_inset
22406
22407
22408 \backslash
22409 let
22410 \backslash
22411 MyTable
22412 \backslash
22413 table
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 MyEndtable
22435 \backslash
22436 endtable
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 renewenvironment{table}{
22456 \backslash
22457 begin{SCtable}}{
22458 \backslash
22459 end{SCtable}}}
22460 \end_layout
22461
22462 \begin_layout Standard
22463
22464 \series bold
22465
22466 \backslash
22467 newcommand{
22468 \backslash
22469 TabBesEnd}{%
22470 \begin_inset Newline newline
22471 \end_inset
22472
22473
22474 \begin_inset ERT
22475 status collapsed
22476
22477 \begin_layout Plain Layout
22478
22479
22480 \backslash
22481 hphantom{ }
22482 \end_layout
22483
22484 \end_inset
22485
22486
22487 \backslash
22488 let
22489 \backslash
22490 table
22491 \backslash
22492 MyTable
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 endtable
22514 \backslash
22515 MyEndtable
22516 \end_layout
22517
22518 \begin_layout Standard
22519
22520 \series bold
22521
22522 \backslash
22523 newcommand{
22524 \backslash
22525 FigBesBeg}{%
22526 \begin_inset Newline newline
22527 \end_inset
22528
22529
22530 \begin_inset ERT
22531 status collapsed
22532
22533 \begin_layout Plain Layout
22534
22535
22536 \backslash
22537 hphantom{ }
22538 \end_layout
22539
22540 \end_inset
22541
22542
22543 \backslash
22544 let
22545 \backslash
22546 MyFigure
22547 \backslash
22548 figure
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 MyEndfigure
22570 \backslash
22571 endfigure
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 renewenvironment{figure}{
22591 \backslash
22592 begin{SCfigure}}{
22593 \backslash
22594 end{SCfigure}}}
22595 \end_layout
22596
22597 \begin_layout Standard
22598
22599 \series bold
22600
22601 \backslash
22602 newcommand{
22603 \backslash
22604 FigBesEnd}{%
22605 \begin_inset Newline newline
22606 \end_inset
22607
22608
22609 \begin_inset ERT
22610 status collapsed
22611
22612 \begin_layout Plain Layout
22613
22614
22615 \backslash
22616 hphantom{ }
22617 \end_layout
22618
22619 \end_inset
22620
22621
22622 \backslash
22623 let
22624 \backslash
22625 figure
22626 \backslash
22627 MyFigure
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 endfigure
22649 \backslash
22650 MyEndfigure}
22651 \end_layout
22652
22653 \begin_layout Standard
22654
22655 \lyxline
22656
22657 \end_layout
22658
22659 \begin_layout Standard
22660 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22661  en un lado.
22662  Para figuras flotantes usa el comando
22663 \end_layout
22664
22665 \begin_layout Standard
22666
22667 \series bold
22668
22669 \backslash
22670 FigBesBeg
22671 \end_layout
22672
22673 \begin_layout Standard
22674 en código TeX antes del flotante.
22675  Detrás del flotante inserta
22676 \end_layout
22677
22678 \begin_layout Standard
22679
22680 \series bold
22681
22682 \backslash
22683 FigBesEnd
22684 \end_layout
22685
22686 \begin_layout Standard
22687 en código TeX para volver a la definición original de flotantes.
22688 \end_layout
22689
22690 \begin_layout Standard
22691 Para tablas flotantes usa los comandos correspondientes
22692 \end_layout
22693
22694 \begin_layout Standard
22695
22696 \series bold
22697
22698 \backslash
22699 TabBesBeg
22700 \series default
22701  y 
22702 \series bold
22703
22704 \backslash
22705 TabBesEnd
22706 \end_layout
22707
22708 \begin_layout Standard
22709 La figura
22710 \begin_inset space ~
22711 \end_inset
22712
22713
22714 \begin_inset CommandInset ref
22715 LatexCommand ref
22716 reference "fig:encab-al-lado"
22717
22718 \end_inset
22719
22720  y la tabla
22721 \begin_inset space ~
22722 \end_inset
22723
22724
22725 \begin_inset CommandInset ref
22726 LatexCommand ref
22727 reference "tab:encab-al-lado"
22728
22729 \end_inset
22730
22731  son ejemplos en los que el título se sitúa al lado.
22732 \end_layout
22733
22734 \begin_layout Standard
22735 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22736  en tablas flotantes y debajo en las figuras flotantes.
22737  Para cambiarlo, puedes usar el comando
22738 \end_layout
22739
22740 \begin_layout Standard
22741
22742 \series bold
22743
22744 \backslash
22745 sidecaptionvpos{tipo de flotante}{colocación}
22746 \end_layout
22747
22748 \begin_layout Standard
22749 en el preámbulo o en código TeX antes del flotante.
22750  El tipo de flotante es 
22751 \family sans
22752 figure
22753 \family default
22754  o 
22755 \family sans
22756 table
22757 \family default
22758 , la colocación puede ser «
22759 \family sans
22760 t
22761 \family default
22762 » por «top» (arriba), «
22763 \family sans
22764 c
22765 \family default
22766 » por «center» (centro), o «
22767 \family sans
22768 b
22769 \family default
22770 » por «bottom» (abajo).
22771  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22772  usa el comando
22773 \end_layout
22774
22775 \begin_layout Standard
22776
22777 \series bold
22778
22779 \backslash
22780 sidecaptionvpos{figure}{c}
22781 \end_layout
22782
22783 \begin_layout Standard
22784 Esto se ha hecho en la figura
22785 \begin_inset space ~
22786 \end_inset
22787
22788
22789 \begin_inset CommandInset ref
22790 LatexCommand ref
22791 reference "fig:encab-al-lado-de-fig"
22792
22793 \end_inset
22794
22795 .
22796 \end_layout
22797
22798 \begin_layout Standard
22799 \begin_inset VSpace medskip
22800 \end_inset
22801
22802 Más información sobre el paquete 
22803 \series bold
22804 sidecap
22805 \series default
22806  en su documentación 
22807 \begin_inset CommandInset citation
22808 LatexCommand cite
22809 key "sidecap"
22810
22811 \end_inset
22812
22813 .
22814 \end_layout
22815
22816 \begin_layout Standard
22817 \begin_inset Note Greyedout
22818 status open
22819
22820 \begin_layout Plain Layout
22821
22822 \series bold
22823 Nota:
22824 \series default
22825  El paquete LaTeX 
22826 \series bold
22827 hypcap
22828 \series default
22829
22830 \begin_inset Index
22831 status collapsed
22832
22833 \begin_layout Plain Layout
22834 LaTeX-paquetes ! hypcap
22835 \end_layout
22836
22837 \end_inset
22838
22839 , descrito en la sección
22840 \begin_inset space ~
22841 \end_inset
22842
22843
22844 \begin_inset CommandInset ref
22845 LatexCommand ref
22846 reference "sub:Colocación-de-Referencias"
22847
22848 \end_inset
22849
22850 , no afecta a flotantes con la leyenda al lado.
22851 \end_layout
22852
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \begin_layout Standard
22859 \begin_inset ERT
22860 status collapsed
22861
22862 \begin_layout Plain Layout
22863
22864
22865 \backslash
22866 FigBesBeg 
22867 \end_layout
22868
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \begin_layout Standard
22875 \begin_inset Float figure
22876 wide false
22877 sideways false
22878 status open
22879
22880 \begin_layout Plain Layout
22881 \begin_inset Graphics
22882         filename ../clipart/escher-lsd.eps
22883         scale 75
22884
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \begin_layout Plain Layout
22891 \begin_inset Caption
22892
22893 \begin_layout Plain Layout
22894 \begin_inset CommandInset label
22895 LatexCommand label
22896 name "fig:encab-al-lado"
22897
22898 \end_inset
22899
22900 Leyenda al lado de una figura.
22901 \end_layout
22902
22903 \end_inset
22904
22905
22906 \end_layout
22907
22908 \end_inset
22909
22910
22911 \end_layout
22912
22913 \begin_layout Standard
22914 \begin_inset ERT
22915 status collapsed
22916
22917 \begin_layout Plain Layout
22918
22919
22920 \backslash
22921 TabBesBeg 
22922 \end_layout
22923
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \begin_layout Standard
22930 \begin_inset Float table
22931 wide false
22932 sideways false
22933 status open
22934
22935 \begin_layout Plain Layout
22936 \begin_inset Caption
22937
22938 \begin_layout Plain Layout
22939 \begin_inset CommandInset label
22940 LatexCommand label
22941 name "tab:encab-al-lado"
22942
22943 \end_inset
22944
22945 Leyenda al lado de una tabla.
22946 \end_layout
22947
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \begin_layout Plain Layout
22954 \begin_inset Tabular
22955 <lyxtabular version="3" rows="4" columns="5">
22956 <features>
22957 <column alignment="center" valignment="top" width="0">
22958 <column alignment="center" valignment="top" width="0">
22959 <column alignment="center" valignment="top" width="0">
22960 <column alignment="center" valignment="top" width="0">
22961 <column alignment="center" valignment="top" width="0">
22962 <row>
22963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 a
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 b
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003 c
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 </row>
23009 <row>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 d
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041 e
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 </row>
23056 <row>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 f
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079 g
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 h
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 </row>
23103 <row>
23104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117 i
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 j
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 </row>
23150 </lyxtabular>
23151
23152 \end_inset
23153
23154
23155 \end_layout
23156
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \begin_layout Standard
23163 \begin_inset ERT
23164 status collapsed
23165
23166 \begin_layout Plain Layout
23167
23168
23169 \backslash
23170 TabBesEnd
23171 \end_layout
23172
23173 \end_inset
23174
23175
23176 \end_layout
23177
23178 \begin_layout Standard
23179 \begin_inset ERT
23180 status collapsed
23181
23182 \begin_layout Plain Layout
23183
23184
23185 \backslash
23186 sidecaptionvpos{figure}{c}
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \begin_inset Float figure
23193 wide false
23194 sideways false
23195 status open
23196
23197 \begin_layout Plain Layout
23198 \begin_inset Graphics
23199         filename ../clipart/escher-lsd.eps
23200         scale 75
23201
23202 \end_inset
23203
23204
23205 \end_layout
23206
23207 \begin_layout Plain Layout
23208 \begin_inset Caption
23209
23210 \begin_layout Plain Layout
23211 \begin_inset CommandInset label
23212 LatexCommand label
23213 name "fig:encab-al-lado-de-fig"
23214
23215 \end_inset
23216
23217 Leyenda centrada verticalmente junto a una figura.
23218 \end_layout
23219
23220 \end_inset
23221
23222
23223 \end_layout
23224
23225 \end_inset
23226
23227
23228 \end_layout
23229
23230 \begin_layout Standard
23231 \begin_inset ERT
23232 status collapsed
23233
23234 \begin_layout Plain Layout
23235
23236
23237 \backslash
23238 FigBesEnd
23239 \end_layout
23240
23241 \end_inset
23242
23243
23244 \end_layout
23245
23246 \begin_layout Standard
23247 \begin_inset ERT
23248 status collapsed
23249
23250 \begin_layout Plain Layout
23251
23252
23253 \backslash
23254 else
23255 \end_layout
23256
23257 \end_inset
23258
23259
23260 \begin_inset Note Note
23261 status collapsed
23262
23263 \begin_layout Plain Layout
23264 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23265  
23266 \series bold
23267 sidecap
23268 \series default
23269 .
23270 \end_layout
23271
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \begin_layout Standard
23278 Debes instalar el paquete LaTeX 
23279 \series bold
23280 sidecap
23281 \series default
23282  para ver la parte siguiente en la salida.
23283 \end_layout
23284
23285 \begin_layout Standard
23286 \begin_inset ERT
23287 status collapsed
23288
23289 \begin_layout Plain Layout
23290
23291
23292 \backslash
23293 fi
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \end_layout
23300
23301 \begin_layout Section
23302 Lista de flotantes
23303 \begin_inset Index
23304 status collapsed
23305
23306 \begin_layout Plain Layout
23307 Flotantes ! Lista de
23308 \end_layout
23309
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \begin_layout Standard
23316 Igual que en el índice general se listan las secciones del documento, hay
23317  listas para todos los tipos de flotantes, como las figuras.
23318  Se pueden insertar mediante los submenús 
23319 \family sans
23320 Insertar\SpecialChar \menuseparator
23321 Lista
23322 \begin_inset space \thinspace{}
23323 \end_inset
23324
23325 /
23326 \begin_inset space \thinspace{}
23327 \end_inset
23328
23329 Índice
23330 \family default
23331 .
23332 \end_layout
23333
23334 \begin_layout Standard
23335 Las entradas de la lista son los títulos del flotante o su título corto,
23336  el número de flotante, y el número de la página del documento en la que
23337  aparecen.
23338 \end_layout
23339
23340 \begin_layout Standard
23341 Puedes encontrar las listas de figuras y tablas al final de este documento.
23342 \end_layout
23343
23344 \begin_layout Chapter
23345 Notas
23346 \end_layout
23347
23348 \begin_layout Section
23349 Notas en LyX
23350 \begin_inset Index
23351 status collapsed
23352
23353 \begin_layout Plain Layout
23354 Notas ! en LyX
23355 \end_layout
23356
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \begin_layout Standard
23363 Las notas se insertan con el botón 
23364 \begin_inset Graphics
23365         filename ../../images/note-insert.png
23366         scale 85
23367
23368 \end_inset
23369
23370  o con el menú 
23371 \family sans
23372 Insertar\SpecialChar \menuseparator
23373 Nota
23374 \family default
23375 .
23376  Hay cinco tipos de notas:
23377 \end_layout
23378
23379 \begin_layout Description
23380 Nota
23381 \begin_inset space ~
23382 \end_inset
23383
23384 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23385  Su cuadro se muestra como este:
23386 \begin_inset Newline newline
23387 \end_inset
23388
23389
23390 \begin_inset Newline newline
23391 \end_inset
23392
23393
23394 \begin_inset Graphics
23395         filename clipart/NotaLyXImagenQt4.png
23396         display false
23397         scale 75
23398
23399 \end_inset
23400
23401  
23402 \begin_inset Note Note
23403 status collapsed
23404
23405 \begin_layout Plain Layout
23406 Este es un texto en un recuadro que no se muestra en la salida.
23407 \end_layout
23408
23409 \end_inset
23410
23411
23412 \end_layout
23413
23414 \begin_layout Description
23415 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23416  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23417 \family sans
23418 Archivo\SpecialChar \menuseparator
23419 Exportar\SpecialChar \menuseparator
23420 LaTeX (pdflatex) / (plain)
23421 \family default
23422 .
23423  Su recuadro se ve así:
23424 \begin_inset Newline newline
23425 \end_inset
23426
23427
23428 \begin_inset Newline newline
23429 \end_inset
23430
23431
23432 \begin_inset Graphics
23433         filename clipart/ComentNotaImagenQt4.png
23434         display false
23435         scale 75
23436
23437 \end_inset
23438
23439  
23440 \begin_inset Note Comment
23441 status collapsed
23442
23443 \begin_layout Plain Layout
23444 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23445 \end_layout
23446
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \begin_layout Description
23453 Resaltado
23454 \begin_inset space ~
23455 \end_inset
23456
23457 en
23458 \begin_inset space ~
23459 \end_inset
23460
23461 gris Esta nota aparece en la salida como texto resaltado en gris.
23462  Su recuadro se parece a este:
23463 \begin_inset Newline newline
23464 \end_inset
23465
23466
23467 \begin_inset Newline newline
23468 \end_inset
23469
23470
23471 \begin_inset Graphics
23472         filename clipart/GrisNotaImagenQt4.png
23473         display false
23474         scale 75
23475
23476 \end_inset
23477
23478
23479 \begin_inset Newline newline
23480 \end_inset
23481
23482
23483 \begin_inset ERT
23484 status collapsed
23485
23486 \begin_layout Plain Layout
23487
23488
23489 \backslash
23490 renewenvironment{lyxgreyedout}
23491 \end_layout
23492
23493 \begin_layout Plain Layout
23494
23495 {
23496 \backslash
23497 textcolor[gray]{0.8}
23498 \backslash
23499 bgroup}{
23500 \backslash
23501 egroup}
23502 \end_layout
23503
23504 \end_inset
23505
23506
23507 \begin_inset Note Greyedout
23508 status open
23509
23510 \begin_layout Plain Layout
23511 Este es el texto
23512 \begin_inset Foot
23513 status collapsed
23514
23515 \begin_layout Plain Layout
23516 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23517 \end_layout
23518
23519 \end_inset
23520
23521  de un comentario que se muestra resaltado en gris.
23522 \end_layout
23523
23524 \end_inset
23525
23526
23527 \begin_inset ERT
23528 status collapsed
23529
23530 \begin_layout Plain Layout
23531
23532
23533 \backslash
23534 renewenvironment{lyxgreyedout}
23535 \end_layout
23536
23537 \begin_layout Plain Layout
23538
23539 {
23540 \backslash
23541 textcolor{blue}
23542 \backslash
23543 bgroup}{
23544 \backslash
23545 egroup}
23546 \end_layout
23547
23548 \end_inset
23549
23550
23551 \begin_inset Note Note
23552 status collapsed
23553
23554 \begin_layout Plain Layout
23555 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23556  original de LyX, ya que en el preámbulo de este documento se han redefinido
23557  estas notas para que salgan en azul, como se indica más adelante.
23558 \end_layout
23559
23560 \end_inset
23561
23562
23563 \begin_inset Newline newline
23564 \end_inset
23565
23566
23567 \begin_inset Newline newline
23568 \end_inset
23569
23570 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23571  está un poco sangrada, y por otra parte pueden tener notas al pie.
23572 \end_layout
23573
23574 \begin_layout Standard
23575 \begin_inset VSpace bigskip
23576 \end_inset
23577
23578 Si usas el botón de la barra de herramientas 
23579 \begin_inset Graphics
23580         filename ../../images/note-insert.png
23581         scale 85
23582
23583 \end_inset
23584
23585  para insertar notas, se inserta una 
23586 \family sans
23587 Nota
23588 \begin_inset space ~
23589 \end_inset
23590
23591 LyX
23592 \family default
23593 .
23594  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
23595  recuadro.
23596  
23597 \family roman
23598 \series medium
23599 \bar no
23600 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23601  botón de herramienta 
23602 \family sans
23603 \series default
23604 \bar default
23605 Nota
23606 \family default
23607 .
23608  Para cambiar una nota a texto, pulsa la tecla 
23609 \family sans
23610 Retroceso
23611 \family default
23612  cuando el cursor está en la primera posición de una nota, o la tecla 
23613 \family sans
23614 Supr
23615 \family default
23616  cuando el cursor está en la última posición de la nota, respectivamente.
23617 \end_layout
23618
23619 \begin_layout Standard
23620 \begin_inset VSpace bigskip
23621 \end_inset
23622
23623 Se puede cambiar el color del 
23624 \family sans
23625 Resaltado en gris
23626 \family default
23627  poniendo en el preámbulo el comando:
23628 \end_layout
23629
23630 \begin_layout Standard
23631
23632 \series bold
23633
23634 \backslash
23635 renewenvironment{lyxgreyedout}
23636 \begin_inset Newline newline
23637 \end_inset
23638
23639
23640 \begin_inset ERT
23641 status collapsed
23642
23643 \begin_layout Plain Layout
23644
23645
23646 \backslash
23647 hphantom{ }
23648 \end_layout
23649
23650 \end_inset
23651
23652 {
23653 \backslash
23654 textcolor{color}
23655 \backslash
23656 bgroup}{
23657 \backslash
23658 egroup}
23659 \end_layout
23660
23661 \begin_layout Standard
23662 Los colores disponibles y el método para definir nuestros propios colores
23663  se explica en la sección
23664 \begin_inset space ~
23665 \end_inset
23666
23667
23668 \begin_inset CommandInset ref
23669 LatexCommand ref
23670 reference "sec:Tablas-Coloreadas"
23671
23672 \end_inset
23673
23674 .
23675 \end_layout
23676
23677 \begin_layout Standard
23678 Las notas en azul en este documento se han hecho con notas del tipo 
23679 \family sans
23680 Resaltado en gris
23681 \family default
23682  pero definiendo el color del texto en azul.
23683 \end_layout
23684
23685 \begin_layout Section
23686 Notas al pie
23687 \begin_inset CommandInset label
23688 LatexCommand label
23689 name "sec:Notas-al-pie"
23690
23691 \end_inset
23692
23693
23694 \begin_inset Index
23695 status collapsed
23696
23697 \begin_layout Plain Layout
23698 Notas ! al pie
23699 \end_layout
23700
23701 \end_inset
23702
23703
23704 \begin_inset Index
23705 status collapsed
23706
23707 \begin_layout Plain Layout
23708 Notas al pie
23709 \end_layout
23710
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \begin_layout Standard
23717 Las notas al pie se insertan con el botón 
23718 \begin_inset Graphics
23719         filename ../../images/footnote-insert.png
23720         scale 85
23721
23722 \end_inset
23723
23724  o el menú 
23725 \family sans
23726 Insertar\SpecialChar \menuseparator
23727 Nota
23728 \begin_inset space ~
23729 \end_inset
23730
23731 al
23732 \begin_inset space ~
23733 \end_inset
23734
23735 pie
23736 \family default
23737 .
23738  
23739 \family roman
23740 \series medium
23741 \bar no
23742 Aparece un recuadro como este:
23743 \family default
23744 \series default
23745 \bar default
23746  
23747 \begin_inset Graphics
23748         filename clipart/notapieQt4.png
23749         scale 80
23750
23751 \end_inset
23752
23753  
23754 \family roman
23755 \series medium
23756 \bar no
23757 donde puedes introducir el texto.
23758  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23759  sobre el
23760 \family default
23761 \series default
23762 \bar default
23763  
23764 \family roman
23765 \series medium
23766 \bar no
23767 botón
23768 \family default
23769 \series default
23770 \bar default
23771 .
23772  Para cambiar una nota al pie a texto, pulsa la tecla 
23773 \family sans
23774 Retroceso
23775 \family default
23776  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23777  
23778 \family sans
23779 Supr
23780 \family default
23781  cuando el cursor está en la última posición de la nota, respectivamente.
23782 \end_layout
23783
23784 \begin_layout Standard
23785 Aquí hay un ejemplo de nota al pie:
23786 \family roman
23787 \series medium
23788 \bar no
23789
23790 \begin_inset Foot
23791 status collapsed
23792
23793 \begin_layout Plain Layout
23794 \begin_inset CommandInset label
23795 LatexCommand label
23796 name "pie:Esto-es-una"
23797
23798 \end_inset
23799
23800 Ejemplo de nota al pie.
23801 \end_layout
23802
23803 \end_inset
23804
23805
23806 \family default
23807 \series default
23808 \bar default
23809
23810 \begin_inset ERT
23811 status collapsed
23812
23813 \begin_layout Plain Layout
23814
23815
23816 \backslash
23817 newcounter{MyRepeatFoot}
23818 \end_layout
23819
23820 \begin_layout Plain Layout
23821
23822
23823 \backslash
23824 setcounter{MyRepeatFoot}{
23825 \backslash
23826 thefootnote}
23827 \end_layout
23828
23829 \end_inset
23830
23831
23832 \end_layout
23833
23834 \begin_layout Standard
23835 En la salida, el pie se muestra como número voladito en el lugar del texto
23836  donde se coloca el recuadro.
23837  El texto se coloca al final de la página actual.
23838  Los números de las notas son calculados por LaTeX, y son consecutivos.
23839  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23840 \end_layout
23841
23842 \begin_layout Standard
23843 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23844  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23845  se describe en la sección
23846 \begin_inset space ~
23847 \end_inset
23848
23849
23850 \begin_inset CommandInset ref
23851 LatexCommand ref
23852 reference "sec:Referencias-a-Flotantes"
23853
23854 \end_inset
23855
23856 .
23857 \begin_inset Newline newline
23858 \end_inset
23859
23860 Esto es una referencia cruzada a la Nota al pie
23861 \begin_inset space ~
23862 \end_inset
23863
23864
23865 \begin_inset CommandInset ref
23866 LatexCommand ref
23867 reference "pie:Esto-es-una"
23868
23869 \end_inset
23870
23871 .
23872 \begin_inset Newline newline
23873 \end_inset
23874
23875
23876 \begin_inset Note Greyedout
23877 status open
23878
23879 \begin_layout Plain Layout
23880
23881 \series bold
23882 Nota:
23883 \series default
23884  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23885  de insertar un prefijo, p.
23886 \begin_inset space \thinspace{}
23887 \end_inset
23888
23889 e.
23890 \begin_inset space ~
23891 \end_inset
23892
23893 «
23894 \family sans
23895 pie:
23896 \family default
23897 » manualmente cuando quieras usar el estilo 
23898 \family sans
23899 Referencia
23900 \begin_inset space ~
23901 \end_inset
23902
23903 con
23904 \begin_inset space ~
23905 \end_inset
23906
23907 formato
23908 \family default
23909 .
23910 \end_layout
23911
23912 \end_inset
23913
23914
23915 \end_layout
23916
23917 \begin_layout Standard
23918 \begin_inset VSpace defskip
23919 \end_inset
23920
23921 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23922 \begin_inset space ~
23923 \end_inset
23924
23925
23926 \begin_inset CommandInset ref
23927 LatexCommand ref
23928 reference "sec:Minipáginas"
23929
23930 \end_inset
23931
23932 .
23933  Los pies en tablas largas en la sección
23934 \begin_inset space ~
23935 \end_inset
23936
23937
23938 \begin_inset CommandInset ref
23939 LatexCommand ref
23940 reference "sub:Notas-al-pie-en-Tablas-Largas"
23941
23942 \end_inset
23943
23944 .
23945 \end_layout
23946
23947 \begin_layout Standard
23948 \begin_inset VSpace defskip
23949 \end_inset
23950
23951 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23952 \series bold
23953
23954 \backslash
23955 footnotemark[número]
23956 \series default
23957  en código TeX.
23958  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23959  no quieres imprimir el pie cada vez.
23960 \begin_inset Newline newline
23961 \end_inset
23962
23963 Como no sabes el número del pie que se repite mientras escribes el texto,
23964  tienes que guardarlo.
23965  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23966  en código TeX detrás de Nota
23967 \begin_inset space ~
23968 \end_inset
23969
23970 al
23971 \begin_inset space ~
23972 \end_inset
23973
23974 pie
23975 \begin_inset space ~
23976 \end_inset
23977
23978
23979 \begin_inset CommandInset ref
23980 LatexCommand ref
23981 reference "pie:Esto-es-una"
23982
23983 \end_inset
23984
23985  para guardar el número de pie:
23986 \end_layout
23987
23988 \begin_layout Standard
23989
23990 \series bold
23991
23992 \backslash
23993 newcounter{MyRepeatFoot}
23994 \begin_inset Newline newline
23995 \end_inset
23996
23997
23998 \backslash
23999 setcounter{MyRepeatFoot}{
24000 \backslash
24001 thefootnote}
24002 \end_layout
24003
24004 \begin_layout Standard
24005 La marca de pie se crea entonces con el comando:
24006 \end_layout
24007
24008 \begin_layout Standard
24009
24010 \series bold
24011
24012 \backslash
24013 footnotemark[
24014 \backslash
24015 theMyRepeatFoot]
24016 \end_layout
24017
24018 \begin_layout Standard
24019 Aquí hay un ejemplo de marca de pie:
24020 \family roman
24021 \series medium
24022 \bar no
24023
24024 \begin_inset ERT
24025 status collapsed
24026
24027 \begin_layout Plain Layout
24028
24029
24030 \backslash
24031 footnotemark[
24032 \backslash
24033 theMyRepeatFoot]
24034 \end_layout
24035
24036 \end_inset
24037
24038
24039 \end_layout
24040
24041 \begin_layout Subsection
24042 Numeración de notas al pie
24043 \begin_inset CommandInset label
24044 LatexCommand label
24045 name "sub:Numeración-de-Notas-al-Pie"
24046
24047 \end_inset
24048
24049
24050 \begin_inset Index
24051 status collapsed
24052
24053 \begin_layout Plain Layout
24054 Notas al pie ! Numeración
24055 \end_layout
24056
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \begin_layout Standard
24063 Para reiniciar el número de pie a 1 en cada sección añade
24064 \family roman
24065  en el preámbulo el comando:
24066 \end_layout
24067
24068 \begin_layout Standard
24069
24070 \series bold
24071
24072 \backslash
24073 @addtoreset{footnote}{section}
24074 \end_layout
24075
24076 \begin_layout Standard
24077 \begin_inset VSpace bigskip
24078 \end_inset
24079
24080 El siguiente comando en el preámbulo cambia el estilo de numeración del
24081  pie a números romanos en minúsculas:
24082 \end_layout
24083
24084 \begin_layout Standard
24085
24086 \series bold
24087
24088 \backslash
24089 renewcommand{
24090 \backslash
24091 thefootnote}{
24092 \backslash
24093 roman{footnote}}
24094 \end_layout
24095
24096 \begin_layout Standard
24097 \begin_inset ERT
24098 status collapsed
24099
24100 \begin_layout Plain Layout
24101
24102
24103 \backslash
24104 renewcommand{
24105 \backslash
24106 thefootnote}{
24107 \backslash
24108 roman{footnote}}
24109 \end_layout
24110
24111 \end_inset
24112
24113  Nota al pie en números romanos:
24114 \begin_inset Foot
24115 status collapsed
24116
24117 \begin_layout Plain Layout
24118 Ejemplo de nota al pie en números romanos.
24119 \end_layout
24120
24121 \end_inset
24122
24123
24124 \begin_inset ERT
24125 status collapsed
24126
24127 \begin_layout Plain Layout
24128
24129
24130 \backslash
24131 renewcommand{
24132 \backslash
24133 thefootnote}{
24134 \backslash
24135 arabic{footnote}}
24136 \end_layout
24137
24138 \end_inset
24139
24140
24141 \end_layout
24142
24143 \begin_layout Standard
24144 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24145  
24146 \series bold
24147
24148 \backslash
24149 roman
24150 \series default
24151  por 
24152 \series bold
24153
24154 \backslash
24155 Roman
24156 \series default
24157 .
24158  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24159 \series bold
24160
24161 \backslash
24162 Alph
24163 \series default
24164  o 
24165 \series bold
24166
24167 \backslash
24168 alph
24169 \series default
24170 , respectivamente.
24171  Para ordenar las notas al pie con símbolos usa 
24172 \series bold
24173
24174 \backslash
24175 fnsymbol
24176 \series default
24177 .
24178 \end_layout
24179
24180 \begin_layout Standard
24181 \begin_inset Note Greyedout
24182 status open
24183
24184 \begin_layout Plain Layout
24185
24186 \series bold
24187 Nota:
24188 \series default
24189  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24190  simples.
24191 \end_layout
24192
24193 \end_inset
24194
24195
24196 \begin_inset Newline newline
24197 \end_inset
24198
24199
24200 \begin_inset Note Greyedout
24201 status open
24202
24203 \begin_layout Plain Layout
24204
24205 \series bold
24206 Nota:
24207 \series default
24208  sólo puedes ordenar hasta 9 pies con símbolos.
24209 \end_layout
24210
24211 \end_inset
24212
24213
24214 \end_layout
24215
24216 \begin_layout Standard
24217 Para volver al estilo de numeración predeterminado cuando has cambiado a
24218  otro estilo, usa 
24219 \series bold
24220
24221 \backslash
24222 arabic
24223 \series default
24224  en vez de 
24225 \series bold
24226
24227 \backslash
24228 roman
24229 \series default
24230  en el comando anterior.
24231 \begin_inset ERT
24232 status collapsed
24233
24234 \begin_layout Plain Layout
24235
24236
24237 \backslash
24238 renewcommand{
24239 \backslash
24240 thefootnote}{
24241 \backslash
24242 arabic{footnote}}
24243 \end_layout
24244
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \begin_layout Standard
24251 \begin_inset VSpace bigskip
24252 \end_inset
24253
24254
24255 \end_layout
24256
24257 \begin_layout Standard
24258 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
24259  comando al preámbulo del documento:
24260 \end_layout
24261
24262 \begin_layout Standard
24263
24264 \series bold
24265
24266 \backslash
24267 numberwithin{footnote}{chapter}
24268 \end_layout
24269
24270 \begin_layout Standard
24271 Para poder usar el comando 
24272 \series bold
24273
24274 \backslash
24275 numberwithin
24276 \series default
24277 , marca la opción 
24278 \family sans
24279 Usar
24280 \family default
24281
24282 \begin_inset space ~
24283 \end_inset
24284
24285
24286 \family sans
24287 el
24288 \family default
24289
24290 \begin_inset space ~
24291 \end_inset
24292
24293
24294 \family sans
24295 paquete
24296 \family default
24297
24298 \begin_inset space ~
24299 \end_inset
24300
24301
24302 \family sans
24303 AMS
24304 \family default
24305  en la sección 
24306 \family sans
24307 Opciones para ecuaciones
24308 \family default
24309  de la configuración del documento.
24310 \end_layout
24311
24312 \begin_layout Standard
24313 \begin_inset ERT
24314 status collapsed
24315
24316 \begin_layout Plain Layout
24317
24318
24319 \backslash
24320 numberwithin{footnote}{chapter}
24321 \end_layout
24322
24323 \end_inset
24324
24325 Esto es otro ejemplo de nota al pie:
24326 \series bold
24327
24328 \begin_inset Foot
24329 status collapsed
24330
24331 \begin_layout Plain Layout
24332 Nota al pie numerada en el esquema 
24333 \begin_inset Quotes eld
24334 \end_inset
24335
24336 capítulo.nota
24337 \begin_inset Quotes erd
24338 \end_inset
24339
24340 .
24341 \end_layout
24342
24343 \end_inset
24344
24345
24346 \series default
24347
24348 \begin_inset ERT
24349 status collapsed
24350
24351 \begin_layout Plain Layout
24352
24353
24354 \backslash
24355 renewcommand{
24356 \backslash
24357 thefootnote}{
24358 \backslash
24359 arabic{footnote}}
24360 \end_layout
24361
24362 \end_inset
24363
24364
24365 \end_layout
24366
24367 \begin_layout Standard
24368 \begin_inset Note Greyedout
24369 status open
24370
24371 \begin_layout Plain Layout
24372
24373 \series bold
24374 Nota: 
24375 \backslash
24376 numberwithin 
24377 \series default
24378 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24379  previas para obtener números no arábigos se sobreescriben.
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \begin_layout Standard
24388 Así, para obtener por ejemplo el esquema «capítulo.
24389 \backslash
24390 Roman{footnote}», usa este comando en vez de 
24391 \series bold
24392
24393 \backslash
24394 numberwithin
24395 \series default
24396 :
24397 \end_layout
24398
24399 \begin_layout Standard
24400
24401 \series bold
24402
24403 \backslash
24404 renewcommand{
24405 \backslash
24406 thefootnote}{
24407 \backslash
24408 thechapter.
24409 \backslash
24410 Roman{footnote}}
24411 \end_layout
24412
24413 \begin_layout Subsection
24414 Colocación de notas al pie
24415 \begin_inset Index
24416 status collapsed
24417
24418 \begin_layout Plain Layout
24419 Notas al pie ! Colocación
24420 \end_layout
24421
24422 \end_inset
24423
24424
24425 \end_layout
24426
24427 \begin_layout Standard
24428 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24429  entre ellas al final de la página.
24430  Para hacerlas más legibles puedes añadir 1.5
24431 \begin_inset space \thinspace{}
24432 \end_inset
24433
24434 mm, p.
24435 \begin_inset space \thinspace{}
24436 \end_inset
24437
24438 e., con el comando siguiente en el preámbulo:
24439 \end_layout
24440
24441 \begin_layout Standard
24442
24443 \series bold
24444
24445 \backslash
24446 let
24447 \backslash
24448 myFoot
24449 \backslash
24450 footnote
24451 \begin_inset Newline newline
24452 \end_inset
24453
24454
24455 \backslash
24456 renewcommand{
24457 \backslash
24458 footnote}[1]{
24459 \backslash
24460 myFoot{#1
24461 \backslash
24462 vspace{1.5mm}}}
24463 \end_layout
24464
24465 \begin_layout Standard
24466 \begin_inset VSpace bigskip
24467 \end_inset
24468
24469 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24470  véase la figura
24471 \begin_inset space ~
24472 \end_inset
24473
24474
24475 \begin_inset CommandInset ref
24476 LatexCommand ref
24477 reference "fig:Colocación-standard-del-pie"
24478
24479 \end_inset
24480
24481 .
24482  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24483  en la figura
24484 \begin_inset space ~
24485 \end_inset
24486
24487
24488 \begin_inset CommandInset ref
24489 LatexCommand ref
24490 reference "fig:Colocación-del-pie-en"
24491
24492 \end_inset
24493
24494 , usa el paquete LaTeX 
24495 \series bold
24496 ftnright
24497 \series default
24498
24499 \begin_inset Index
24500 status collapsed
24501
24502 \begin_layout Plain Layout
24503 LaTeX-paquetes ! ftnright
24504 \end_layout
24505
24506 \end_inset
24507
24508  con este comando en el preámbulo:
24509 \end_layout
24510
24511 \begin_layout Standard
24512
24513 \series bold
24514
24515 \backslash
24516 usepackage{ftnright}
24517 \end_layout
24518
24519 \begin_layout Standard
24520 \begin_inset Float figure
24521 placement !h
24522 wide false
24523 sideways false
24524 status open
24525
24526 \begin_layout Plain Layout
24527 \begin_inset ERT
24528 status collapsed
24529
24530 \begin_layout Plain Layout
24531
24532
24533 \backslash
24534 framebox{
24535 \end_layout
24536
24537 \end_inset
24538
24539
24540 \begin_inset Graphics
24541         filename ../clipart/without_fntright.pdf
24542         width 100col%
24543
24544 \end_inset
24545
24546
24547 \begin_inset ERT
24548 status collapsed
24549
24550 \begin_layout Plain Layout
24551
24552 }
24553 \end_layout
24554
24555 \end_inset
24556
24557
24558 \end_layout
24559
24560 \begin_layout Plain Layout
24561 \begin_inset Caption
24562
24563 \begin_layout Plain Layout
24564 \begin_inset CommandInset label
24565 LatexCommand label
24566 name "fig:Colocación-standard-del-pie"
24567
24568 \end_inset
24569
24570 Colocación estándar de notas al pie en documentos a dos columnas.
24571 \end_layout
24572
24573 \end_inset
24574
24575
24576 \end_layout
24577
24578 \end_inset
24579
24580
24581 \end_layout
24582
24583 \begin_layout Standard
24584 \begin_inset Float figure
24585 placement !h
24586 wide false
24587 sideways false
24588 status open
24589
24590 \begin_layout Plain Layout
24591 \begin_inset ERT
24592 status collapsed
24593
24594 \begin_layout Plain Layout
24595
24596
24597 \backslash
24598 framebox{
24599 \end_layout
24600
24601 \end_inset
24602
24603
24604 \begin_inset Graphics
24605         filename ../clipart/with_fntright.pdf
24606         width 100col%
24607
24608 \end_inset
24609
24610
24611 \begin_inset ERT
24612 status collapsed
24613
24614 \begin_layout Plain Layout
24615
24616 }
24617 \end_layout
24618
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \begin_layout Plain Layout
24625 \begin_inset Caption
24626
24627 \begin_layout Plain Layout
24628 \begin_inset CommandInset label
24629 LatexCommand label
24630 name "fig:Colocación-del-pie-en"
24631
24632 \end_inset
24633
24634 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24635  el paquete LaTeX 
24636 \series bold
24637 ftnright
24638 \series default
24639 .
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \end_inset
24648
24649
24650 \end_layout
24651
24652 \begin_layout Standard
24653 \begin_inset VSpace bigskip
24654 \end_inset
24655
24656 En alguna literatura científica es habitual reunir las notas para imprimirlas
24657  en un párrafo separado al final de la sección, como en la figura
24658 \begin_inset space ~
24659 \end_inset
24660
24661
24662 \begin_inset CommandInset ref
24663 LatexCommand ref
24664 reference "fig:Notas-al-pie-al-final"
24665
24666 \end_inset
24667
24668 .
24669  Para reunir las notas al final
24670 \begin_inset Index
24671 status collapsed
24672
24673 \begin_layout Plain Layout
24674 Notas ! al final
24675 \end_layout
24676
24677 \end_inset
24678
24679  en vez de al pie, carga el paquete LaTeX 
24680 \series bold
24681 endnotes
24682 \series default
24683
24684 \begin_inset Index
24685 status collapsed
24686
24687 \begin_layout Plain Layout
24688 LaTeX-paquetes ! endnotes
24689 \end_layout
24690
24691 \end_inset
24692
24693  con las siguientes líneas en el preámbulo:
24694 \end_layout
24695
24696 \begin_layout Standard
24697
24698 \series bold
24699
24700 \backslash
24701 usepackage{endnotes}
24702 \begin_inset Newline newline
24703 \end_inset
24704
24705
24706 \backslash
24707 let
24708 \backslash
24709 footnote
24710 \backslash
24711 endnote
24712 \end_layout
24713
24714 \begin_layout Standard
24715 Para insertar la colección de notas, escribe el comando
24716 \end_layout
24717
24718 \begin_layout Standard
24719
24720 \series bold
24721
24722 \backslash
24723 theendnotes
24724 \end_layout
24725
24726 \begin_layout Standard
24727 en código TeX al final de una sección o capítulo.
24728 \end_layout
24729
24730 \begin_layout Standard
24731 \begin_inset Float figure
24732 wide false
24733 sideways false
24734 status open
24735
24736 \begin_layout Plain Layout
24737 \align center
24738 \begin_inset ERT
24739 status collapsed
24740
24741 \begin_layout Plain Layout
24742
24743
24744 \backslash
24745 framebox{
24746 \end_layout
24747
24748 \end_inset
24749
24750
24751 \begin_inset Graphics
24752         filename ../clipart/endnotes.pdf
24753
24754 \end_inset
24755
24756
24757 \begin_inset ERT
24758 status collapsed
24759
24760 \begin_layout Plain Layout
24761
24762 }
24763 \end_layout
24764
24765 \end_inset
24766
24767
24768 \end_layout
24769
24770 \begin_layout Plain Layout
24771 \begin_inset Caption
24772
24773 \begin_layout Plain Layout
24774 \begin_inset CommandInset label
24775 LatexCommand label
24776 name "fig:Notas-al-pie-al-final"
24777
24778 \end_inset
24779
24780 Notas al final: notas impresas en párrafo separado al final de la sección
24781  o del capítulo.
24782 \end_layout
24783
24784 \end_inset
24785
24786
24787 \end_layout
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Standard
24795 \begin_inset VSpace medskip
24796 \end_inset
24797
24798 La cabecera de párrafo para las notas finales no se traduce automáticamente
24799  al lenguaje del documento, hay que hacerlo manualmente.
24800   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24801  al español «Notas»:
24802 \end_layout
24803
24804 \begin_layout Standard
24805
24806 \series bold
24807
24808 \backslash
24809 renewcommand{
24810 \backslash
24811 notesname}{Notas}
24812 \end_layout
24813
24814 \begin_layout Standard
24815 \begin_inset VSpace medskip
24816 \end_inset
24817
24818 La numeración de notas finales puede cambiarse como la de las notas al pie,
24819  como se describe en la sección
24820 \begin_inset space ~
24821 \end_inset
24822
24823
24824 \begin_inset CommandInset ref
24825 LatexCommand ref
24826 reference "sub:Numeración-de-Notas-al-Pie"
24827
24828 \end_inset
24829
24830 ; sólo hay que reemplazar el comando 
24831 \series bold
24832
24833 \backslash
24834 thefootnote
24835 \series default
24836  por 
24837 \series bold
24838
24839 \backslash
24840 theendnote
24841 \series default
24842 .
24843  Para restablecer la numeración usa el comando 
24844 \series bold
24845
24846 \backslash
24847 @addtoreset
24848 \series default
24849  como se describe en la sección
24850 \begin_inset space ~
24851 \end_inset
24852
24853
24854 \begin_inset CommandInset ref
24855 LatexCommand ref
24856 reference "sub:Numeración-de-Notas-al-Pie"
24857
24858 \end_inset
24859
24860  y sustituye el parámetro de comando 
24861 \series bold
24862 footnote
24863 \series default
24864  por 
24865 \series bold
24866 endnote
24867 \series default
24868 .
24869 \end_layout
24870
24871 \begin_layout Standard
24872 Para crear sólo una marca para una nota final, usa el comando 
24873 \series bold
24874
24875 \backslash
24876 endnotemark[número]
24877 \series default
24878  similar al comando 
24879 \series bold
24880
24881 \backslash
24882 footnotemark
24883 \series default
24884 , descrito en la sección
24885 \begin_inset space ~
24886 \end_inset
24887
24888
24889 \begin_inset CommandInset ref
24890 LatexCommand ref
24891 reference "sec:Notas-al-pie"
24892
24893 \end_inset
24894
24895 .
24896 \end_layout
24897
24898 \begin_layout Standard
24899 \begin_inset VSpace bigskip
24900 \end_inset
24901
24902 Las notas al pie también pueden colocarse al margen de la página y la alineación
24903  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24904 \series bold
24905 footmisc
24906 \series default
24907
24908 \begin_inset Index
24909 status collapsed
24910
24911 \begin_layout Plain Layout
24912 LaTeX-paquetes ! footmisc
24913 \end_layout
24914
24915 \end_inset
24916
24917  
24918 \begin_inset CommandInset citation
24919 LatexCommand cite
24920 key "footmisc"
24921
24922 \end_inset
24923
24924  para más información.
24925 \end_layout
24926
24927 \begin_layout Standard
24928 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24929  
24930 \begin_inset CommandInset citation
24931 LatexCommand cite
24932 key "latexcompanion,latexguide,latexbook"
24933
24934 \end_inset
24935
24936 .
24937 \end_layout
24938
24939 \begin_layout Section
24940 Notas al margen
24941 \begin_inset Index
24942 status collapsed
24943
24944 \begin_layout Plain Layout
24945 Notas ! al margen
24946 \end_layout
24947
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \begin_layout Standard
24954 Las notas al margen se ven y se comportan en LyX como notas al pie.
24955  Se insertan con el menú 
24956 \family sans
24957 Insertar\SpecialChar \menuseparator
24958 Nota
24959 \begin_inset space ~
24960 \end_inset
24961
24962 al
24963 \begin_inset space ~
24964 \end_inset
24965
24966 margen
24967 \family default
24968  o con el botón 
24969 \begin_inset Graphics
24970         filename ../../images/marginalnote-insert.png
24971         scale 85
24972
24973 \end_inset
24974
24975 .
24976  Aparece un cuadro gris con la etiqueta 
24977 \family roman
24978 \series medium
24979 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
24980 \end_layout
24981
24982 \begin_layout Standard
24983 Al lado hay un ejemplo de nota al margen.
24984
24985 \family roman
24986 \series medium
24987  
24988 \begin_inset Marginal
24989 status open
24990
24991 \begin_layout Plain Layout
24992 Esto es una nota al margen.
24993 \end_layout
24994
24995 \end_inset
24996
24997
24998 \end_layout
24999
25000 \begin_layout Standard
25001 Estas notas salen en el margen derecho en documentos a una cara.
25002  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25003  en páginas pares, derecho en páginas impares—.
25004  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25005  a la derecha si la nota aparece en el margen izquierdo—.
25006  La primera línea de la nota se sitúa en la posición de la línea del texto
25007  en la que se inserta en el documento.
25008 \end_layout
25009
25010 \begin_layout Standard
25011 \begin_inset VSpace bigskip
25012 \end_inset
25013
25014 Para colocar la nota en el margen interno añade el comando
25015 \end_layout
25016
25017 \begin_layout Standard
25018
25019 \series bold
25020
25021 \backslash
25022 reversemarginpar
25023 \end_layout
25024
25025 \begin_layout Standard
25026 en código TeX antes de la nota.
25027  La nueva colocación es válida para todas las siguientes notas al margen.
25028  
25029 \begin_inset ERT
25030 status collapsed
25031
25032 \begin_layout Plain Layout
25033
25034
25035 \backslash
25036 reversemarginpar 
25037 \end_layout
25038
25039 \end_inset
25040
25041
25042 \begin_inset Marginal
25043 status open
25044
25045 \begin_layout Plain Layout
25046 Esto es una nota en el margen interno.
25047 \end_layout
25048
25049 \end_inset
25050
25051
25052 \series bold
25053
25054 \begin_inset Newline newline
25055 \end_inset
25056
25057
25058 \series default
25059
25060 \begin_inset Note Greyedout
25061 status open
25062
25063 \begin_layout Plain Layout
25064
25065 \series bold
25066 Nota:
25067 \series default
25068  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25069  no se mostrará correctamente en la salida.
25070 \end_layout
25071
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \begin_layout Standard
25078 Para volver a la ubicación predeterminada inserta en código TeX el comando
25079 \begin_inset ERT
25080 status collapsed
25081
25082 \begin_layout Plain Layout
25083
25084
25085 \backslash
25086 normalmarginpar 
25087 \end_layout
25088
25089 \end_inset
25090
25091
25092 \end_layout
25093
25094 \begin_layout Standard
25095
25096 \series bold
25097
25098 \backslash
25099 normalmarginpar
25100 \end_layout
25101
25102 \begin_layout Standard
25103 \begin_inset Note Greyedout
25104 status open
25105
25106 \begin_layout Plain Layout
25107
25108 \series bold
25109 Nota:
25110 \series default
25111  El comando se ignora si en el mismo párrafo está también presente el comando
25112  
25113 \series bold
25114
25115 \backslash
25116 reversemarginpar
25117 \series default
25118 .
25119 \end_layout
25120
25121 \end_inset
25122
25123
25124 \end_layout
25125
25126 \begin_layout Standard
25127 \begin_inset VSpace bigskip
25128 \end_inset
25129
25130
25131 \family roman
25132 \series medium
25133
25134 \begin_inset Marginal
25135 status open
25136
25137 \begin_layout Plain Layout
25138 PalabraMuyLargaAlMargen no partida con guión.
25139 \end_layout
25140
25141 \end_inset
25142
25143
25144 \family default
25145 \series default
25146  Como en el caso descrito en la sección
25147 \begin_inset space ~
25148 \end_inset
25149
25150
25151 \begin_inset CommandInset ref
25152 LatexCommand ref
25153 reference "sub:Líneas-Múltiples-en"
25154
25155 \end_inset
25156
25157 , una palabra larga no puede partirse con guión cuando es la primera en
25158  la nota al margen.
25159  Para evitar esto, inserta un espacio horizontal de 0
25160 \begin_inset space \thinspace{}
25161 \end_inset
25162
25163 pt antes de la palabra
25164 \family roman
25165 \series medium
25166 .
25167  
25168 \begin_inset Marginal
25169 status open
25170
25171 \begin_layout Plain Layout
25172 \begin_inset ERT
25173 status collapsed
25174
25175 \begin_layout Plain Layout
25176
25177
25178 \backslash
25179 hspace{0pt}
25180 \end_layout
25181
25182 \end_inset
25183
25184 PalabraMuyLargaAlMargen partida con guión.
25185 \end_layout
25186
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \begin_layout Standard
25193 \begin_inset VSpace bigskip
25194 \end_inset
25195
25196
25197 \end_layout
25198
25199 \begin_layout Standard
25200 \begin_inset Note Greyedout
25201 status open
25202
25203 \begin_layout Plain Layout
25204
25205 \series bold
25206 Nota:
25207 \series default
25208  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25209  notas al pie.
25210 \end_layout
25211
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Standard
25218 \begin_inset VSpace bigskip
25219 \end_inset
25220
25221
25222 \end_layout
25223
25224 \begin_layout Standard
25225 \begin_inset ERT
25226 status collapsed
25227
25228 \begin_layout Plain Layout
25229
25230
25231 \backslash
25232 ifmarginnote
25233 \end_layout
25234
25235 \end_inset
25236
25237
25238 \begin_inset Note Note
25239 status collapsed
25240
25241 \begin_layout Plain Layout
25242 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25243  LaTeX 
25244 \series bold
25245 marginnote
25246 \series default
25247 .
25248 \end_layout
25249
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \begin_layout Standard
25256 Esta restricción se puede salvar con el paquete LaTeX 
25257 \series bold
25258 marginnote
25259 \series default
25260
25261 \begin_inset Index
25262 status collapsed
25263
25264 \begin_layout Plain Layout
25265 LaTeX-paquetes ! marginnote
25266 \end_layout
25267
25268 \end_inset
25269
25270 .
25271  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25272  notas al margen es redefinido para usar el comando proporcionado por el
25273  paquete 
25274 \series bold
25275 marginnote
25276 \series default
25277 :
25278 \end_layout
25279
25280 \begin_layout Standard
25281
25282 \series bold
25283
25284 \backslash
25285 usepackage{marginnote}
25286 \begin_inset Newline newline
25287 \end_inset
25288
25289
25290 \backslash
25291 let
25292 \backslash
25293 marginpar
25294 \backslash
25295 marginnote
25296 \end_layout
25297
25298 \begin_layout Standard
25299 Esto se ha utilizado en el presente documento porque 
25300 \series bold
25301 marginnote
25302 \series default
25303  tiene una característica adicional útil: Puedes establecer un desplazamiento
25304  vertical a la nota.
25305  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25306  diseño de la página.
25307  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25308  en código TeX
25309 \end_layout
25310
25311 \begin_layout Standard
25312
25313 \series bold
25314 [desplazamiento]
25315 \end_layout
25316
25317 \begin_layout Standard
25318 donde desplazamiento es una longitud en una de las unidades de la tabla
25319 \begin_inset space ~
25320 \end_inset
25321
25322
25323 \begin_inset CommandInset ref
25324 LatexCommand ref
25325 reference "tab:Unidades"
25326
25327 \end_inset
25328
25329 .
25330  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25331  abajo.
25332  
25333 \family roman
25334 \series medium
25335 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25336 \begin_inset space \thinspace{}
25337 \end_inset
25338
25339 cm arriba con el comando en código TeX 
25340 \begin_inset Quotes eld
25341 \end_inset
25342
25343
25344 \family default
25345 \series bold
25346 [-1.5cm]
25347 \family roman
25348 \series medium
25349
25350 \begin_inset Quotes erd
25351 \end_inset
25352
25353
25354 \begin_inset Marginal
25355 status collapsed
25356
25357 \begin_layout Plain Layout
25358 Esta nota está 1.5
25359 \begin_inset space \thinspace{}
25360 \end_inset
25361
25362 cm por encima de su posición original.
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \family default
25369 \series default
25370
25371 \begin_inset ERT
25372 status collapsed
25373
25374 \begin_layout Plain Layout
25375
25376 [-1.5cm]
25377 \end_layout
25378
25379 \end_inset
25380
25381
25382 \end_layout
25383
25384 \begin_layout Standard
25385 \begin_inset VSpace medskip
25386 \end_inset
25387
25388 Con 
25389 \series bold
25390 marginnote
25391 \series default
25392  también puedes cambiar la alineación del texto en el margen.
25393  Por ejemplo los comandos
25394 \end_layout
25395
25396 \begin_layout Standard
25397
25398 \series bold
25399
25400 \backslash
25401 renewcommand*{
25402 \backslash
25403 raggedleftmarginnote}{
25404 \backslash
25405 centering}
25406 \begin_inset Newline newline
25407 \end_inset
25408
25409
25410 \backslash
25411 renewcommand*{
25412 \backslash
25413 raggedrightmarginnote}{
25414 \backslash
25415 centering}
25416 \end_layout
25417
25418 \begin_layout Standard
25419 producen alineación centrada.
25420  
25421 \series bold
25422
25423 \backslash
25424 raggedleftmarginnote
25425 \series default
25426  identifica las notas que aparecen al lado izquierdo.
25427 \family roman
25428 \series medium
25429
25430 \begin_inset ERT
25431 status collapsed
25432
25433 \begin_layout Plain Layout
25434
25435
25436 \backslash
25437 renewcommand*{
25438 \backslash
25439 raggedleftmarginnote}{
25440 \backslash
25441 centering}
25442 \end_layout
25443
25444 \begin_layout Plain Layout
25445
25446
25447 \backslash
25448 renewcommand*{
25449 \backslash
25450 raggedrightmarginnote}{
25451 \backslash
25452 centering}
25453 \end_layout
25454
25455 \end_inset
25456
25457
25458 \begin_inset Marginal
25459 status open
25460
25461 \begin_layout Plain Layout
25462 El texto de esta nota está centrado.
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \family default
25469 \series default
25470  El valor predeterminado es 
25471 \end_layout
25472
25473 \begin_layout Standard
25474
25475 \series bold
25476
25477 \backslash
25478 renewcommand*{
25479 \backslash
25480 raggedleftmarginnote}{
25481 \backslash
25482 raggedleft}
25483 \begin_inset Newline newline
25484 \end_inset
25485
25486
25487 \backslash
25488 renewcommand*{
25489 \backslash
25490 raggedrightmarginnote}{
25491 \backslash
25492 raggedright}
25493 \family roman
25494 \series medium
25495
25496 \begin_inset ERT
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500
25501
25502 \backslash
25503 renewcommand*{
25504 \backslash
25505 raggedleftmarginnote}{
25506 \backslash
25507 raggedleft}
25508 \end_layout
25509
25510 \begin_layout Plain Layout
25511
25512
25513 \backslash
25514 renewcommand*{
25515 \backslash
25516 raggedrightmarginnote}{
25517 \backslash
25518 raggedright}
25519 \end_layout
25520
25521 \end_inset
25522
25523
25524 \end_layout
25525
25526 \begin_layout Standard
25527 \begin_inset VSpace medskip
25528 \end_inset
25529
25530 Para otras características de 
25531 \series bold
25532 marginnote
25533 \series default
25534  mira en su documentación 
25535 \begin_inset CommandInset citation
25536 LatexCommand cite
25537 key "marginnote"
25538
25539 \end_inset
25540
25541 .
25542 \end_layout
25543
25544 \begin_layout Standard
25545 \begin_inset VSpace bigskip
25546 \end_inset
25547
25548 El diseño de las notas al margen puede ser redefinido.
25549  Por ejemplo, para crear una cabecera para todas las notas con el texto
25550  
25551 \begin_inset Quotes eld
25552 \end_inset
25553
25554
25555 \series bold
25556 \bar under
25557 ¡
25558 \family sans
25559 Atención
25560 \family default
25561 !
25562 \series default
25563 \bar default
25564
25565 \begin_inset Quotes erd
25566 \end_inset
25567
25568 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25569 \end_layout
25570
25571 \begin_layout Standard
25572
25573 \series bold
25574
25575 \backslash
25576 let
25577 \backslash
25578 myMarginpar
25579 \backslash
25580 marginpar
25581 \begin_inset Newline newline
25582 \end_inset
25583
25584
25585 \backslash
25586 renewcommand{
25587 \backslash
25588 marginpar}[1]{
25589 \backslash
25590 myMarginpar{%
25591 \begin_inset Newline newline
25592 \end_inset
25593
25594
25595 \begin_inset ERT
25596 status collapsed
25597
25598 \begin_layout Plain Layout
25599
25600
25601 \backslash
25602 hphantom{ }
25603 \end_layout
25604
25605 \end_inset
25606
25607
25608 \backslash
25609 hspace{0pt}
25610 \backslash
25611 textsf{
25612 \backslash
25613 textbf{
25614 \backslash
25615 underbar{¡Atención!}}}%
25616 \begin_inset Newline newline
25617 \end_inset
25618
25619
25620 \begin_inset ERT
25621 status collapsed
25622
25623 \begin_layout Plain Layout
25624
25625
25626 \backslash
25627 hphantom{ }
25628 \end_layout
25629
25630 \end_inset
25631
25632
25633 \backslash
25634 vspace{1.5mm}
25635 \backslash
25636
25637 \backslash
25638 #1}}
25639 \end_layout
25640
25641 \begin_layout Standard
25642
25643 \family roman
25644 \series medium
25645 \begin_inset ERT
25646 status collapsed
25647
25648 \begin_layout Plain Layout
25649
25650
25651 \backslash
25652 let
25653 \backslash
25654 myMarginpar
25655 \backslash
25656 marginpar
25657 \end_layout
25658
25659 \begin_layout Plain Layout
25660
25661
25662 \backslash
25663 renewcommand{
25664 \backslash
25665 marginpar}[1]{
25666 \backslash
25667 myMarginpar{%
25668 \end_layout
25669
25670 \begin_layout Plain Layout
25671
25672    
25673 \backslash
25674 textsf{
25675 \backslash
25676 textbf{
25677 \backslash
25678 underbar{¡Atención!}}}%
25679 \end_layout
25680
25681 \begin_layout Plain Layout
25682
25683    
25684 \backslash
25685 vspace{1.5mm}
25686 \backslash
25687
25688 \backslash
25689 #1}}
25690 \end_layout
25691
25692 \end_inset
25693
25694
25695 \begin_inset Marginal
25696 status open
25697
25698 \begin_layout Plain Layout
25699 Esta es una nota con una cabecera definida.
25700 \end_layout
25701
25702 \end_inset
25703
25704
25705 \family default
25706 \series default
25707
25708 \begin_inset ERT
25709 status collapsed
25710
25711 \begin_layout Plain Layout
25712
25713 [-1.5cm]
25714 \end_layout
25715
25716 \end_inset
25717
25718
25719 \family roman
25720 \series medium
25721
25722 \begin_inset ERT
25723 status collapsed
25724
25725 \begin_layout Plain Layout
25726
25727
25728 \backslash
25729 renewcommand{
25730 \backslash
25731 marginpar}[1]{
25732 \backslash
25733 myMarginpar{#1}}
25734 \end_layout
25735
25736 \end_inset
25737
25738
25739 \family default
25740 \series default
25741
25742 \begin_inset Note Note
25743 status collapsed
25744
25745 \begin_layout Plain Layout
25746 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25747 \end_layout
25748
25749 \end_inset
25750
25751
25752 \end_layout
25753
25754 \begin_layout Standard
25755 \begin_inset ERT
25756 status collapsed
25757
25758 \begin_layout Plain Layout
25759
25760
25761 \backslash
25762 else
25763 \end_layout
25764
25765 \end_inset
25766
25767
25768 \begin_inset Note Note
25769 status collapsed
25770
25771 \begin_layout Plain Layout
25772 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25773  
25774 \series bold
25775 marginnote
25776 \series default
25777 .
25778 \end_layout
25779
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \begin_layout Standard
25786 Debes instalar el paquete LaTeX 
25787 \series bold
25788 marginnote
25789 \series default
25790  para ver la parte siguiente en la salida.
25791 \end_layout
25792
25793 \begin_layout Standard
25794 \begin_inset ERT
25795 status collapsed
25796
25797 \begin_layout Plain Layout
25798
25799
25800 \backslash
25801 fi
25802 \end_layout
25803
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \begin_layout Chapter
25810 Cuadros
25811 \end_layout
25812
25813 \begin_layout Section
25814 Introducción
25815 \begin_inset Index
25816 status collapsed
25817
25818 \begin_layout Plain Layout
25819 Cuadros ! Introducción
25820 \end_layout
25821
25822 \end_inset
25823
25824
25825 \end_layout
25826
25827 \begin_layout Standard
25828 Los cuadros se emplean para dar formato a bloques de texto.
25829  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25830 \begin_inset space ~
25831 \end_inset
25832
25833
25834 \begin_inset CommandInset ref
25835 LatexCommand ref
25836 reference "sec:Minipáginas"
25837
25838 \end_inset
25839
25840 , enmarcar textos, véase sección
25841 \begin_inset space ~
25842 \end_inset
25843
25844
25845 \begin_inset CommandInset ref
25846 LatexCommand ref
25847 reference "sec:Cuadros-Enmarcados"
25848
25849 \end_inset
25850
25851 , evitar la división de palabras, véase sección
25852 \begin_inset space ~
25853 \end_inset
25854
25855
25856 \begin_inset CommandInset ref
25857 LatexCommand ref
25858 reference "sec:Evitar-la-Partición"
25859
25860 \end_inset
25861
25862 , alinear texto, véase sección
25863 \begin_inset space ~
25864 \end_inset
25865
25866
25867 \begin_inset CommandInset ref
25868 LatexCommand ref
25869 reference "sub:Alineación-Vertical"
25870
25871 \end_inset
25872
25873 , o para poner color de fondo a un texto, véase sección
25874 \begin_inset space ~
25875 \end_inset
25876
25877
25878 \begin_inset CommandInset ref
25879 LatexCommand ref
25880 reference "sec:Cuadros-Coloreados"
25881
25882 \end_inset
25883
25884 .
25885 \end_layout
25886
25887 \begin_layout Standard
25888 Se insertan con el menú 
25889 \family sans
25890 Insertar\SpecialChar \menuseparator
25891 Cuadro
25892 \family default
25893  o con el botón 
25894 \begin_inset Graphics
25895         filename ../../images/box-insert.png
25896         scale 85
25897
25898 \end_inset
25899
25900 .
25901  Surge un recuadro gris con la etiqueta 
25902 \family sans
25903 Cuadro (Minipágina)
25904 \family default
25905
25906 \begin_inset Graphics
25907         filename clipart/CuadroMinipagQt4.png
25908         scale 75
25909         keepAspectRatio
25910
25911 \end_inset
25912
25913 .
25914  El tipo de cuadro se puede elegir al hacer clic derecho sobre él.
25915  Sale un diálogo en el que 
25916 \family sans
25917 Cuadro
25918 \family default
25919
25920 \begin_inset space ~
25921 \end_inset
25922
25923
25924 \family sans
25925 interior
25926 \family default
25927  permite escoger los tipos 
25928 \family sans
25929 Párrafo
25930 \family default
25931  y 
25932 \family sans
25933 Minipágina
25934 \family default
25935 .
25936  
25937 \family sans
25938 Minipágina
25939 \family default
25940  es el predeterminado para nuevos cuadros y se explica en la sección
25941 \begin_inset space ~
25942 \end_inset
25943
25944
25945 \begin_inset CommandInset ref
25946 LatexCommand ref
25947 reference "sec:Minipáginas"
25948
25949 \end_inset
25950
25951 ; el tipo 
25952 \family sans
25953 Párrafo
25954 \family default
25955  se describe en la sección
25956 \begin_inset space ~
25957 \end_inset
25958
25959
25960 \begin_inset CommandInset ref
25961 LatexCommand ref
25962 reference "sec:Cuadros-de-Párrafo"
25963
25964 \end_inset
25965
25966 .
25967 \end_layout
25968
25969 \begin_layout Standard
25970 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25971  flotantes o las notas al pie.
25972 \end_layout
25973
25974 \begin_layout Standard
25975 \begin_inset Note Greyedout
25976 status open
25977
25978 \begin_layout Plain Layout
25979
25980 \series bold
25981 Nota:
25982 \series default
25983  Los cuadros no deben ser el ítem en un entorno 
25984 \family sans
25985 Enumeración*
25986 \family default
25987  o 
25988 \family sans
25989 Descripción
25990 \family default
25991 .
25992 \end_layout
25993
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \begin_layout Standard
26000 \begin_inset Note Greyedout
26001 status open
26002
26003 \begin_layout Plain Layout
26004
26005 \series bold
26006 Nota:
26007 \series default
26008  Por razones desconocidas sólo se puede poner el tipo 
26009 \family sans
26010 Cuadro
26011 \begin_inset space ~
26012 \end_inset
26013
26014 interior
26015 \family default
26016  en 
26017 \family sans
26018 Ninguno
26019 \family default
26020  cuando se emplea un cuadro enmarcado.
26021  Los cuadros sin ningún tipo de 
26022 \family sans
26023 Cuadro
26024 \begin_inset space ~
26025 \end_inset
26026
26027 interior
26028 \family default
26029  y sin marcos se explican en la sección
26030 \begin_inset space ~
26031 \end_inset
26032
26033
26034 \begin_inset CommandInset ref
26035 LatexCommand ref
26036 reference "sec:Evitar-la-Partición"
26037
26038 \end_inset
26039
26040 .
26041 \end_layout
26042
26043 \end_inset
26044
26045
26046 \end_layout
26047
26048 \begin_layout Section
26049 Diálogo de cuadros
26050 \begin_inset CommandInset label
26051 LatexCommand label
26052 name "sec:Diálogo-Cuadros"
26053
26054 \end_inset
26055
26056
26057 \begin_inset Index
26058 status collapsed
26059
26060 \begin_layout Plain Layout
26061 Cuadros ! Configuración
26062 \end_layout
26063
26064 \end_inset
26065
26066
26067 \end_layout
26068
26069 \begin_layout Subsection
26070 Tamaño
26071 \begin_inset Index
26072 status collapsed
26073
26074 \begin_layout Plain Layout
26075 Cuadros ! Tamaño
26076 \end_layout
26077
26078 \end_inset
26079
26080
26081 \end_layout
26082
26083 \begin_layout Standard
26084 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26085 \family sans
26086 Ancho
26087 \family default
26088  y 
26089 \family sans
26090 Alto
26091 \family default
26092 .
26093  Las unidades disponibles para la geometría se describen en la tabla
26094 \begin_inset space ~
26095 \end_inset
26096
26097
26098 \begin_inset CommandInset ref
26099 LatexCommand ref
26100 reference "tab:Unidades"
26101
26102 \end_inset
26103
26104 .
26105  El campo 
26106 \family sans
26107 Alto
26108 \family default
26109  ofrece los siguientes tamaños adicionales:
26110 \end_layout
26111
26112 \begin_layout Description
26113 Profundidad Este es el texto plano «alto».
26114  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26115  cuadro:
26116 \begin_inset Newline newline
26117 \end_inset
26118
26119
26120 \begin_inset Newline newline
26121 \end_inset
26122
26123
26124 \begin_inset Newline newline
26125 \end_inset
26126
26127
26128 \begin_inset Box Boxed
26129 position "c"
26130 hor_pos "c"
26131 has_inner_box 1
26132 inner_pos "c"
26133 use_parbox 0
26134 width "12col%"
26135 special "none"
26136 height "1in"
26137 height_special "depth"
26138 status open
26139
26140 \begin_layout Plain Layout
26141 \align center
26142 Cuadro con altura establecida en 1
26143 \begin_inset space \thinspace{}
26144 \end_inset
26145
26146 Profundidad
26147 \end_layout
26148
26149 \end_inset
26150
26151
26152 \begin_inset Newline newline
26153 \end_inset
26154
26155
26156 \begin_inset Newline newline
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \begin_layout Description
26163 Alto Es la altura del texto que está dentro del cuadro.
26164  Un valor de, p.
26165 \begin_inset space \thinspace{}
26166 \end_inset
26167
26168 e.
26169 \begin_inset space ~
26170 \end_inset
26171
26172 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26173  
26174 \begin_inset Box Boxed
26175 position "c"
26176 hor_pos "c"
26177 has_inner_box 1
26178 inner_pos "c"
26179 use_parbox 0
26180 width "20col%"
26181 special "none"
26182 height "2in"
26183 height_special "height"
26184 status open
26185
26186 \begin_layout Plain Layout
26187 \align center
26188 Cuadro con altura puesta en 2
26189 \begin_inset space \thinspace{}
26190 \end_inset
26191
26192 Alto
26193 \end_layout
26194
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \begin_layout Description
26201 Alto
26202 \begin_inset space ~
26203 \end_inset
26204
26205 total Esto es el Alto
26206 \begin_inset space \thinspace{}
26207 \end_inset
26208
26209 +
26210 \begin_inset space \thinspace{}
26211 \end_inset
26212
26213 Profundidad: 
26214 \begin_inset Box Boxed
26215 position "c"
26216 hor_pos "c"
26217 has_inner_box 1
26218 inner_pos "c"
26219 use_parbox 0
26220 width "20col%"
26221 special "none"
26222 height "1in"
26223 height_special "totalheight"
26224 status open
26225
26226 \begin_layout Plain Layout
26227 \align center
26228 Cuadro con altura puesta a 1
26229 \begin_inset space \thinspace{}
26230 \end_inset
26231
26232 Alto
26233 \begin_inset space ~
26234 \end_inset
26235
26236 total
26237 \end_layout
26238
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \begin_layout Description
26245 Ancho Esto determina al ancho del cuadro como altura: 
26246 \begin_inset Box Boxed
26247 position "c"
26248 hor_pos "c"
26249 has_inner_box 1
26250 inner_pos "c"
26251 use_parbox 0
26252 width "12col%"
26253 special "none"
26254 height "1in"
26255 height_special "width"
26256 status open
26257
26258 \begin_layout Plain Layout
26259 \align center
26260 Cuadro con altura puesta en 1
26261 \begin_inset space \thinspace{}
26262 \end_inset
26263
26264 Ancho
26265 \end_layout
26266
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \begin_layout Subsection
26273 Alineación
26274 \begin_inset Index
26275 status collapsed
26276
26277 \begin_layout Plain Layout
26278 Cuadros ! Alineación
26279 \end_layout
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \begin_layout Standard
26287 Si has elegido un 
26288 \family sans
26289 Cuadro
26290 \begin_inset space ~
26291 \end_inset
26292
26293 interior
26294 \family default
26295 , la alineación vertical del cuadro puede ser:
26296 \end_layout
26297
26298 \begin_layout Description
26299 Superior Ejemplo de línea de texto.
26300  
26301 \begin_inset Box Boxed
26302 position "t"
26303 hor_pos "c"
26304 has_inner_box 1
26305 inner_pos "c"
26306 use_parbox 0
26307 width "12col%"
26308 special "none"
26309 height "1in"
26310 height_special "totalheight"
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314 \align center
26315 Cuadro alineado arriba.
26316 \end_layout
26317
26318 \end_inset
26319
26320  Ejemplo de línea de texto.
26321 \end_layout
26322
26323 \begin_layout Description
26324 Medio Ejemplo de línea de texto.
26325  
26326 \begin_inset Box Boxed
26327 position "c"
26328 hor_pos "c"
26329 has_inner_box 1
26330 inner_pos "c"
26331 use_parbox 0
26332 width "12col%"
26333 special "none"
26334 height "1in"
26335 height_special "totalheight"
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339 \align center
26340 Cuadro alineado en medio.
26341 \end_layout
26342
26343 \end_inset
26344
26345  Ejemplo de línea de texto.
26346 \end_layout
26347
26348 \begin_layout Description
26349 Inferior Ejemplo de línea de texto.
26350  
26351 \begin_inset Box Boxed
26352 position "b"
26353 hor_pos "c"
26354 has_inner_box 1
26355 inner_pos "c"
26356 use_parbox 0
26357 width "12col%"
26358 special "none"
26359 height "1in"
26360 height_special "totalheight"
26361 status collapsed
26362
26363 \begin_layout Plain Layout
26364 \align center
26365 Cuadro alineado abajo.
26366 \end_layout
26367
26368 \end_inset
26369
26370  Ejemplo de línea de texto.
26371 \end_layout
26372
26373 \begin_layout Standard
26374 \begin_inset Note Greyedout
26375 status open
26376
26377 \begin_layout Plain Layout
26378
26379 \series bold
26380 Nota:
26381 \series default
26382  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26383  en una línea y, p.
26384 \begin_inset space \thinspace{}
26385 \end_inset
26386
26387 e., uno de ellos tiene sombreado y el otro no.
26388 \end_layout
26389
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \begin_layout Standard
26396 La alineación horizontal del cuadro puede establecerse en el diálogo de
26397  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26398 \end_layout
26399
26400 \begin_layout Standard
26401 \begin_inset VSpace bigskip
26402 \end_inset
26403
26404 Si has escogido un 
26405 \family sans
26406 Cuadro
26407 \begin_inset space ~
26408 \end_inset
26409
26410 interior
26411 \family default
26412 , el contenido puede alinearse verticalmente a:
26413 \end_layout
26414
26415 \begin_layout Description
26416 Superior Ejemplo de línea de texto.
26417  
26418 \begin_inset Box Boxed
26419 position "c"
26420 hor_pos "c"
26421 has_inner_box 1
26422 inner_pos "t"
26423 use_parbox 0
26424 width "12col%"
26425 special "none"
26426 height "1.5in"
26427 height_special "totalheight"
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431 \align center
26432 Cuadro con texto alineado arriba.
26433 \end_layout
26434
26435 \end_inset
26436
26437  Ejemplo de línea de texto.
26438 \end_layout
26439
26440 \begin_layout Description
26441 Medio Ejemplo de línea de texto.
26442  
26443 \begin_inset Box Boxed
26444 position "c"
26445 hor_pos "c"
26446 has_inner_box 1
26447 inner_pos "c"
26448 use_parbox 0
26449 width "12col%"
26450 special "none"
26451 height "1.5in"
26452 height_special "totalheight"
26453 status collapsed
26454
26455 \begin_layout Plain Layout
26456 \align center
26457 Cuadro con texto alineado en medio.
26458 \end_layout
26459
26460 \end_inset
26461
26462  Ejemplo de línea de texto.
26463 \end_layout
26464
26465 \begin_layout Description
26466 Inferior Ejemplo de línea de texto.
26467  
26468 \begin_inset Box Boxed
26469 position "c"
26470 hor_pos "c"
26471 has_inner_box 1
26472 inner_pos "b"
26473 use_parbox 0
26474 width "12col%"
26475 special "none"
26476 height "1.5in"
26477 height_special "totalheight"
26478 status collapsed
26479
26480 \begin_layout Plain Layout
26481 \align center
26482 Cuadro con texto alineado abajo.
26483 \end_layout
26484
26485 \end_inset
26486
26487  Ejemplo de línea de texto.
26488 \end_layout
26489
26490 \begin_layout Description
26491 Estirado Ejemplo de línea de texto.
26492  
26493 \begin_inset Box Boxed
26494 position "c"
26495 hor_pos "c"
26496 has_inner_box 1
26497 inner_pos "s"
26498 use_parbox 0
26499 width "12col%"
26500 special "none"
26501 height "1.5in"
26502 height_special "totalheight"
26503 status collapsed
26504
26505 \begin_layout Plain Layout
26506 \align center
26507 Este texto
26508 \end_layout
26509
26510 \begin_layout Plain Layout
26511 \align center
26512 está
26513 \end_layout
26514
26515 \begin_layout Plain Layout
26516 \align center
26517 estirado.
26518 \end_layout
26519
26520 \end_inset
26521
26522  Ejemplo de línea de texto.
26523 \end_layout
26524
26525 \begin_layout Standard
26526 Para estirar el contenido debe tener más de un párrafo.
26527  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26528 \end_layout
26529
26530 \begin_layout Standard
26531 \begin_inset VSpace bigskip
26532 \end_inset
26533
26534 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26535  LyX cuando hayas escogido un 
26536 \family sans
26537 Cuadro
26538 \begin_inset space ~
26539 \end_inset
26540
26541 interior
26542 \family default
26543 .
26544 \end_layout
26545
26546 \begin_layout Standard
26547 \align center
26548 \begin_inset Box Boxed
26549 position "c"
26550 hor_pos "c"
26551 has_inner_box 1
26552 inner_pos "s"
26553 use_parbox 0
26554 width "15col%"
26555 special "none"
26556 height "1.25in"
26557 height_special "totalheight"
26558 status collapsed
26559
26560 \begin_layout Plain Layout
26561 \align left
26562 Cuadro
26563 \end_layout
26564
26565 \begin_layout Plain Layout
26566 \align center
26567 con texto
26568 \end_layout
26569
26570 \begin_layout Plain Layout
26571 \align right
26572 estirado
26573 \end_layout
26574
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \begin_layout Standard
26581 Si no has establecido un 
26582 \family sans
26583 Cuadro
26584 \begin_inset space ~
26585 \end_inset
26586
26587 interior
26588 \family default
26589 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26590  cuadro.
26591 \end_layout
26592
26593 \begin_layout Standard
26594 \align center
26595 \begin_inset Box Boxed
26596 position "c"
26597 hor_pos "s"
26598 has_inner_box 0
26599 inner_pos "s"
26600 use_parbox 0
26601 width "90col%"
26602 special "none"
26603 height "1.25in"
26604 height_special "totalheight"
26605 status collapsed
26606
26607 \begin_layout Plain Layout
26608 \align left
26609 Texto estirado horizontalmente.
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \begin_layout Subsection
26618 Cuadros enmarcados
26619 \begin_inset CommandInset label
26620 LatexCommand label
26621 name "sec:Cuadros-Enmarcados"
26622
26623 \end_inset
26624
26625
26626 \begin_inset Index
26627 status collapsed
26628
26629 \begin_layout Plain Layout
26630 Cuadros ! Marcos
26631 \end_layout
26632
26633 \end_inset
26634
26635
26636 \end_layout
26637
26638 \begin_layout Standard
26639 El estilo de marco del cuadro se puede determinar en la lista desplegable
26640  
26641 \family sans
26642 Tipo
26643 \family default
26644  del diálogo de cuadros.
26645  Son posibles los siguientes marcos:
26646 \end_layout
26647
26648 \begin_layout Description
26649 Marco
26650 \begin_inset space ~
26651 \end_inset
26652
26653 sencillo Dibuja un marco rectangular alrededor del cuadro.
26654  El grosor del marco depende de 
26655 \series bold
26656
26657 \backslash
26658 fboxrule
26659 \series default
26660 .
26661  
26662 \begin_inset Box Boxed
26663 position "c"
26664 hor_pos "c"
26665 has_inner_box 1
26666 inner_pos "c"
26667 use_parbox 0
26668 width "25col%"
26669 special "none"
26670 height "1in"
26671 height_special "totalheight"
26672 status open
26673
26674 \begin_layout Plain Layout
26675 \align center
26676 Cuadro rectangular
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \begin_layout Description
26685 Marco
26686 \begin_inset space ~
26687 \end_inset
26688
26689 sencillo
26690 \begin_inset space ~
26691 \end_inset
26692
26693 con
26694 \begin_inset space ~
26695 \end_inset
26696
26697 salto
26698 \begin_inset space ~
26699 \end_inset
26700
26701 de
26702 \begin_inset space ~
26703 \end_inset
26704
26705 página Si usas la decoración 
26706 \family sans
26707 marco sencillo rectangular
26708 \family default
26709  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26710  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26711  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26712  propio y 
26713 \series bold
26714
26715 \backslash
26716 fboxrule
26717 \series default
26718  y 
26719 \series bold
26720
26721 \backslash
26722 fboxsep
26723 \series default
26724  no funcionan.
26725  El grosor del marco tiene el tamaño de 
26726 \series bold
26727
26728 \backslash
26729 FrameRule
26730 \series default
26731 .
26732 \begin_inset Box Framed
26733 position "t"
26734 hor_pos "c"
26735 has_inner_box 0
26736 inner_pos "t"
26737 use_parbox 0
26738 width "100col%"
26739 special "none"
26740 height "1in"
26741 height_special "totalheight"
26742 status collapsed
26743
26744 \begin_layout Plain Layout
26745 Cuadro que permite saltos de página
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \end_layout
26752
26753 \begin_layout Description
26754 Marco
26755 \begin_inset space ~
26756 \end_inset
26757
26758 ovalado,
26759 \begin_inset space ~
26760 \end_inset
26761
26762 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26763 \begin_inset space \thinspace{}
26764 \end_inset
26765
26766 pt.
26767  
26768 \begin_inset Box ovalbox
26769 position "c"
26770 hor_pos "c"
26771 has_inner_box 1
26772 inner_pos "c"
26773 use_parbox 0
26774 width "25col%"
26775 special "none"
26776 height "1in"
26777 height_special "totalheight"
26778 status open
26779
26780 \begin_layout Plain Layout
26781 \align center
26782 Marco ovalado, fino
26783 \end_layout
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \begin_layout Description
26791 Marco
26792 \begin_inset space ~
26793 \end_inset
26794
26795 ovalado,
26796 \begin_inset space ~
26797 \end_inset
26798
26799 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26800 \begin_inset space \thinspace{}
26801 \end_inset
26802
26803 pt.
26804  
26805 \begin_inset Box Ovalbox
26806 position "c"
26807 hor_pos "c"
26808 has_inner_box 1
26809 inner_pos "c"
26810 use_parbox 0
26811 width "30col%"
26812 special "none"
26813 height "1in"
26814 height_special "totalheight"
26815 status open
26816
26817 \begin_layout Plain Layout
26818 \align center
26819 Cuadro ovalado, grueso
26820 \end_layout
26821
26822 \end_inset
26823
26824
26825 \end_layout
26826
26827 \begin_layout Description
26828 Marco
26829 \begin_inset space ~
26830 \end_inset
26831
26832 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
26833  El grosor de la línea tiene el tamaño dado por 
26834 \series bold
26835
26836 \backslash
26837 fboxrule
26838 \series default
26839 , la sombra tiene una anchura de 4
26840 \begin_inset space \thinspace{}
26841 \end_inset
26842
26843 pt.
26844  
26845 \begin_inset Box Shadowbox
26846 position "c"
26847 hor_pos "c"
26848 has_inner_box 1
26849 inner_pos "c"
26850 use_parbox 0
26851 width "20col%"
26852 special "none"
26853 height "1in"
26854 height_special "totalheight"
26855 status open
26856
26857 \begin_layout Plain Layout
26858 \align center
26859 Marco sombrado
26860 \end_layout
26861
26862 \end_inset
26863
26864
26865 \end_layout
26866
26867 \begin_layout Description
26868 Fondo
26869 \begin_inset space ~
26870 \end_inset
26871
26872 sombreado Dibuja un cuadro con fondo de color rojo.
26873  A diferencia de los cuadros coloreados,
26874 \begin_inset Foot
26875 status collapsed
26876
26877 \begin_layout Plain Layout
26878 véase sec.
26879  
26880 \begin_inset CommandInset ref
26881 LatexCommand ref
26882 reference "sec:Cuadros-Coloreados"
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \end_inset
26890
26891  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26892 \begin_inset Box Shaded
26893 position "t"
26894 hor_pos "c"
26895 has_inner_box 0
26896 inner_pos "t"
26897 use_parbox 0
26898 width "50col%"
26899 special "none"
26900 height "1in"
26901 height_special "totalheight"
26902 status open
26903
26904 \begin_layout Plain Layout
26905 Cuadro con fondo sombreado
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Description
26914 Marco
26915 \begin_inset space ~
26916 \end_inset
26917
26918 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26919  El grosor de la línea interior es 0.75
26920 \begin_inset space \thinspace{}
26921 \end_inset
26922
26923
26924 \series bold
26925
26926 \backslash
26927 fboxrule
26928 \series default
26929 , el de la línea exterior es 1.5
26930 \begin_inset space \thinspace{}
26931 \end_inset
26932
26933
26934 \series bold
26935
26936 \backslash
26937 fboxrule
26938 \series default
26939 .
26940  La distancia entre líneas es 1.5
26941 \begin_inset space \thinspace{}
26942 \end_inset
26943
26944
26945 \series bold
26946
26947 \backslash
26948 fboxrule
26949 \series default
26950
26951 \begin_inset space \thinspace{}
26952 \end_inset
26953
26954 +
26955 \begin_inset space \thinspace{}
26956 \end_inset
26957
26958 0.5
26959 \begin_inset space \thinspace{}
26960 \end_inset
26961
26962 pt.
26963  
26964 \begin_inset Box Doublebox
26965 position "c"
26966 hor_pos "c"
26967 has_inner_box 1
26968 inner_pos "c"
26969 use_parbox 0
26970 width "20col%"
26971 special "none"
26972 height "1in"
26973 height_special "totalheight"
26974 status open
26975
26976 \begin_layout Plain Layout
26977 \align center
26978 Marco doble
26979 \end_layout
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \begin_layout Standard
26987 \begin_inset VSpace bigskip
26988 \end_inset
26989
26990 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
26991  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26992  LaTeX 
26993 \series bold
26994 fancybox
26995 \series default
26996
26997 \begin_inset Index
26998 status collapsed
26999
27000 \begin_layout Plain Layout
27001 LaTeX-paquetes ! fancybox
27002 \end_layout
27003
27004 \end_inset
27005
27006 .
27007 \end_layout
27008
27009 \begin_layout Section
27010 Personalización de cuadros
27011 \begin_inset Index
27012 status collapsed
27013
27014 \begin_layout Plain Layout
27015 Cuadros ! Personalizar
27016 \end_layout
27017
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \begin_layout Standard
27024 El valor predeterminado por 
27025 \series bold
27026
27027 \backslash
27028 fboxrule
27029 \series default
27030  es 0.4
27031 \begin_inset space \thinspace{}
27032 \end_inset
27033
27034 pt.
27035  Puede cambiarse con el siguiente comando en código TeX, p.
27036 \begin_inset space \thinspace{}
27037 \end_inset
27038
27039 e.
27040 \begin_inset space ~
27041 \end_inset
27042
27043 a
27044 \begin_inset space ~
27045 \end_inset
27046
27047 2
27048 \begin_inset space \thinspace{}
27049 \end_inset
27050
27051 pt:
27052 \end_layout
27053
27054 \begin_layout Standard
27055
27056 \series bold
27057
27058 \backslash
27059 setlength{
27060 \backslash
27061 fboxrule}{2pt}
27062 \end_layout
27063
27064 \begin_layout Standard
27065 \begin_inset ERT
27066 status collapsed
27067
27068 \begin_layout Plain Layout
27069
27070
27071 \backslash
27072 setlength{
27073 \backslash
27074 fboxrule}{2pt}
27075 \end_layout
27076
27077 \end_inset
27078
27079
27080 \begin_inset Box Boxed
27081 position "c"
27082 hor_pos "c"
27083 has_inner_box 1
27084 inner_pos "c"
27085 use_parbox 0
27086 width "25col%"
27087 special "none"
27088 height "1in"
27089 height_special "totalheight"
27090 status open
27091
27092 \begin_layout Plain Layout
27093 \align center
27094 Cuadro rectangular con 
27095 \series bold
27096
27097 \backslash
27098 fboxrule
27099 \series default
27100
27101 \begin_inset space \thinspace{}
27102 \end_inset
27103
27104 =
27105 \begin_inset space \thinspace{}
27106 \end_inset
27107
27108 2
27109 \begin_inset space \thinspace{}
27110 \end_inset
27111
27112 pt
27113 \end_layout
27114
27115 \end_inset
27116
27117
27118 \begin_inset ERT
27119 status collapsed
27120
27121 \begin_layout Plain Layout
27122
27123
27124 \backslash
27125 setlength{
27126 \backslash
27127 fboxrule}{0.4pt}
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \end_layout
27134
27135 \begin_layout Standard
27136 \begin_inset VSpace bigskip
27137 \end_inset
27138
27139 El espacio entre el marco y el contenido del cuadro es 3
27140 \begin_inset space \thinspace{}
27141 \end_inset
27142
27143 pt por omisión para todos los estilos.
27144  Se puede cambiar mediante la longitud 
27145 \series bold
27146
27147 \backslash
27148 fboxsep
27149 \series default
27150 .
27151  Por ejemplo el comando
27152 \end_layout
27153
27154 \begin_layout Standard
27155
27156 \series bold
27157
27158 \backslash
27159 setlength{
27160 \backslash
27161 fboxsep}{10pt}
27162 \end_layout
27163
27164 \begin_layout Standard
27165 determina un valor de 10
27166 \begin_inset space \thinspace{}
27167 \end_inset
27168
27169 pt, como en el siguiente cuadro:
27170 \end_layout
27171
27172 \begin_layout Standard
27173 \begin_inset ERT
27174 status collapsed
27175
27176 \begin_layout Plain Layout
27177
27178
27179 \backslash
27180 setlength{
27181 \backslash
27182 fboxsep}{10pt}
27183 \end_layout
27184
27185 \end_inset
27186
27187
27188 \begin_inset Box Boxed
27189 position "c"
27190 hor_pos "c"
27191 has_inner_box 1
27192 inner_pos "c"
27193 use_parbox 0
27194 width "25col%"
27195 special "none"
27196 height "1in"
27197 height_special "totalheight"
27198 status open
27199
27200 \begin_layout Plain Layout
27201 \align center
27202 Cuadro rectangular con 
27203 \series bold
27204
27205 \backslash
27206 fboxsep
27207 \series default
27208
27209 \begin_inset space \thinspace{}
27210 \end_inset
27211
27212 =
27213 \begin_inset space \thinspace{}
27214 \end_inset
27215
27216 10
27217 \begin_inset space \thinspace{}
27218 \end_inset
27219
27220 pt
27221 \end_layout
27222
27223 \end_inset
27224
27225
27226 \begin_inset ERT
27227 status collapsed
27228
27229 \begin_layout Plain Layout
27230
27231
27232 \backslash
27233 setlength{
27234 \backslash
27235 fboxsep}{3pt}
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \end_layout
27242
27243 \begin_layout Standard
27244 \begin_inset VSpace bigskip
27245 \end_inset
27246
27247 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27248  el comando 
27249 \series bold
27250
27251 \backslash
27252 cornersize
27253 \series default
27254 .
27255  El comando
27256 \end_layout
27257
27258 \begin_layout Standard
27259
27260 \series bold
27261
27262 \backslash
27263 cornersize*{1cm}
27264 \end_layout
27265
27266 \begin_layout Standard
27267 establece un diámetro de 1
27268 \begin_inset space \thinspace{}
27269 \end_inset
27270
27271 cm.
27272  El comando
27273 \end_layout
27274
27275 \begin_layout Standard
27276
27277 \series bold
27278
27279 \backslash
27280 cornersize{num}
27281 \end_layout
27282
27283 \begin_layout Standard
27284 fija el diámetro en 
27285 \family sans
27286 num
27287 \begin_inset space \thinspace{}
27288 \end_inset
27289
27290 ×
27291 \begin_inset space \thinspace{}
27292 \end_inset
27293
27294 mínimo
27295 \family default
27296  
27297 \family sans
27298 (ancho y alto del cuadro)
27299 \family default
27300 .
27301  Por omisión es 
27302 \series bold
27303
27304 \backslash
27305 cornersize{0.5}
27306 \series default
27307 .
27308 \end_layout
27309
27310 \begin_layout Standard
27311 \begin_inset ERT
27312 status collapsed
27313
27314 \begin_layout Plain Layout
27315
27316
27317 \backslash
27318 cornersize*{1.5cm}
27319 \end_layout
27320
27321 \end_inset
27322
27323
27324 \begin_inset Box Ovalbox
27325 position "c"
27326 hor_pos "c"
27327 has_inner_box 1
27328 inner_pos "c"
27329 use_parbox 0
27330 width "28col%"
27331 special "none"
27332 height "1in"
27333 height_special "totalheight"
27334 status open
27335
27336 \begin_layout Plain Layout
27337 \align center
27338 Cuadro ovalado con 
27339 \series bold
27340
27341 \backslash
27342 cornersize
27343 \series default
27344
27345 \begin_inset space \thinspace{}
27346 \end_inset
27347
27348 =
27349 \begin_inset space \thinspace{}
27350 \end_inset
27351
27352 1.5
27353 \begin_inset space \thinspace{}
27354 \end_inset
27355
27356 cm
27357 \end_layout
27358
27359 \end_inset
27360
27361
27362 \begin_inset ERT
27363 status collapsed
27364
27365 \begin_layout Plain Layout
27366
27367
27368 \backslash
27369 cornersize{0.5}
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \end_layout
27376
27377 \begin_layout Standard
27378 \begin_inset VSpace bigskip
27379 \end_inset
27380
27381 El tamaño de la sombra se puede ajustar cambiando la longitud 
27382 \series bold
27383
27384 \backslash
27385 shadowsize
27386 \series default
27387 .
27388  Este comando la ajusta a 2
27389 \begin_inset space \thinspace{}
27390 \end_inset
27391
27392 pt en el cuadro siguiente:
27393 \end_layout
27394
27395 \begin_layout Standard
27396
27397 \series bold
27398
27399 \backslash
27400 setlength{
27401 \backslash
27402 shadowsize}{2pt}
27403 \end_layout
27404
27405 \begin_layout Standard
27406 \begin_inset ERT
27407 status collapsed
27408
27409 \begin_layout Plain Layout
27410
27411
27412 \backslash
27413 setlength{
27414 \backslash
27415 shadowsize}{2pt}
27416 \end_layout
27417
27418 \end_inset
27419
27420
27421 \begin_inset Box Shadowbox
27422 position "c"
27423 hor_pos "c"
27424 has_inner_box 1
27425 inner_pos "c"
27426 use_parbox 0
27427 width "28col%"
27428 special "none"
27429 height "1in"
27430 height_special "totalheight"
27431 status open
27432
27433 \begin_layout Plain Layout
27434 \align center
27435 Cuadro sombreado con 
27436 \series bold
27437
27438 \backslash
27439 shadowsize
27440 \series default
27441
27442 \begin_inset space \thinspace{}
27443 \end_inset
27444
27445 =
27446 \begin_inset space \thinspace{}
27447 \end_inset
27448
27449 2
27450 \begin_inset space \thinspace{}
27451 \end_inset
27452
27453 pt
27454 \end_layout
27455
27456 \end_inset
27457
27458
27459 \begin_inset ERT
27460 status collapsed
27461
27462 \begin_layout Plain Layout
27463
27464
27465 \backslash
27466 setlength{
27467 \backslash
27468 shadowsize}{4pt}
27469 \end_layout
27470
27471 \end_inset
27472
27473
27474 \end_layout
27475
27476 \begin_layout Standard
27477 \begin_inset VSpace bigskip
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \begin_layout Standard
27484 Por omisión, el tamaño 
27485 \series bold
27486
27487 \backslash
27488 FrameRule
27489 \series default
27490  es 0,4
27491 \begin_inset space \thinspace{}
27492 \end_inset
27493
27494 pt.
27495  El espacio por omisión entre el contenido de la nota y el marco es 9
27496 \begin_inset space \thinspace{}
27497 \end_inset
27498
27499 pt; puede cambiarse con el valor de 
27500 \series bold
27501
27502 \backslash
27503 FrameSep
27504 \series default
27505 .
27506  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27507  en código TeX
27508 \end_layout
27509
27510 \begin_layout Standard
27511
27512 \series bold
27513
27514 \backslash
27515 setlength{
27516 \backslash
27517 FrameRule}{5pt}
27518 \begin_inset Newline newline
27519 \end_inset
27520
27521
27522 \backslash
27523 setlength{
27524 \backslash
27525 FrameSep}{0.5cm}
27526 \end_layout
27527
27528 \begin_layout Standard
27529 \begin_inset ERT
27530 status collapsed
27531
27532 \begin_layout Plain Layout
27533
27534
27535 \backslash
27536 setlength{
27537 \backslash
27538 FrameRule}{5pt}
27539 \end_layout
27540
27541 \begin_layout Plain Layout
27542
27543
27544 \backslash
27545 setlength{
27546 \backslash
27547 FrameSep}{0.5cm}
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \begin_inset Box Framed
27554 position "t"
27555 hor_pos "c"
27556 has_inner_box 0
27557 inner_pos "t"
27558 use_parbox 0
27559 width "100col%"
27560 special "none"
27561 height "1in"
27562 height_special "totalheight"
27563 status open
27564
27565 \begin_layout Plain Layout
27566 Texto en un 
27567 \family sans
27568 marco
27569 \begin_inset space ~
27570 \end_inset
27571
27572 sencillo
27573 \begin_inset space ~
27574 \end_inset
27575
27576 con
27577 \begin_inset space ~
27578 \end_inset
27579
27580 salto
27581 \begin_inset space ~
27582 \end_inset
27583
27584 de
27585 \begin_inset space ~
27586 \end_inset
27587
27588 página
27589 \family default
27590 .
27591 \end_layout
27592
27593 \end_inset
27594
27595
27596 \begin_inset ERT
27597 status collapsed
27598
27599 \begin_layout Plain Layout
27600
27601
27602 \backslash
27603 setlength{
27604 \backslash
27605 FrameRule}{0.4pt}
27606 \end_layout
27607
27608 \begin_layout Plain Layout
27609
27610
27611 \backslash
27612 setlength{
27613 \backslash
27614 FrameSep}{9pt}
27615 \end_layout
27616
27617 \end_inset
27618
27619
27620 \end_layout
27621
27622 \begin_layout Standard
27623 \begin_inset VSpace bigskip
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \begin_layout Standard
27630 Para los cuadros con 
27631 \family sans
27632 fondo
27633 \begin_inset space ~
27634 \end_inset
27635
27636 sombreado
27637 \family default
27638  el espacio por omisión entre el contenido y el marco es 3
27639 \begin_inset space \thinspace{}
27640 \end_inset
27641
27642 pt; se puede cambiar con el valor de 
27643 \series bold
27644
27645 \backslash
27646 fboxsep
27647 \series default
27648 .
27649  El color rojo predeterminado se puede cambiar en el sitio con el comando
27650  
27651 \series bold
27652
27653 \backslash
27654 definecolor{shadebox}
27655 \series default
27656  o globalmente con el menú 
27657 \family sans
27658 Herramientas
27659 \family default
27660 \SpecialChar \menuseparator
27661
27662 \family sans
27663 Preferencias
27664 \family default
27665 \SpecialChar \menuseparator
27666
27667 \family sans
27668 Colores
27669 \family default
27670 \SpecialChar \menuseparator
27671
27672 \family sans
27673 cuadro
27674 \begin_inset space ~
27675 \end_inset
27676
27677 sombreado
27678 \family default
27679 .
27680  El esquema del comando 
27681 \series bold
27682
27683 \backslash
27684 definecolor
27685 \series default
27686  se explica en la sección
27687 \begin_inset space ~
27688 \end_inset
27689
27690
27691 \begin_inset CommandInset ref
27692 LatexCommand ref
27693 reference "sec:Tablas-Coloreadas"
27694
27695 \end_inset
27696
27697 .
27698 \begin_inset Foot
27699 status collapsed
27700
27701 \begin_layout Plain Layout
27702 El comando 
27703 \series bold
27704
27705 \backslash
27706 definecolor
27707 \series default
27708  requiere el paquete LaTeX 
27709 \series bold
27710 color
27711 \series default
27712  en el preámbulo, véase la sección
27713 \begin_inset space ~
27714 \end_inset
27715
27716
27717 \begin_inset CommandInset ref
27718 LatexCommand ref
27719 reference "sec:Cuadros-Coloreados"
27720
27721 \end_inset
27722
27723 .
27724 \end_layout
27725
27726 \end_inset
27727
27728  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27729 \end_layout
27730
27731 \begin_layout Standard
27732
27733 \series bold
27734
27735 \backslash
27736 setlength{
27737 \backslash
27738 fboxsep}{0.5cm}
27739 \series default
27740
27741 \begin_inset Newline newline
27742 \end_inset
27743
27744
27745 \series bold
27746
27747 \backslash
27748 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27749 \end_layout
27750
27751 \begin_layout Standard
27752 \begin_inset ERT
27753 status collapsed
27754
27755 \begin_layout Plain Layout
27756
27757
27758 \backslash
27759 setlength{
27760 \backslash
27761 fboxsep}{0.5cm}
27762 \end_layout
27763
27764 \begin_layout Plain Layout
27765
27766
27767 \backslash
27768 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27769 \end_layout
27770
27771 \end_inset
27772
27773
27774 \begin_inset Box Shaded
27775 position "t"
27776 hor_pos "c"
27777 has_inner_box 0
27778 inner_pos "t"
27779 use_parbox 0
27780 width "100col%"
27781 special "none"
27782 height "1in"
27783 height_special "totalheight"
27784 status open
27785
27786 \begin_layout Plain Layout
27787
27788 \color yellow
27789 Texto amarillo en un cuadro con 
27790 \family sans
27791 fondo sombreado 
27792 \family default
27793  en color verde oscuro.
27794 \end_layout
27795
27796 \end_inset
27797
27798
27799 \begin_inset ERT
27800 status collapsed
27801
27802 \begin_layout Plain Layout
27803
27804
27805 \backslash
27806 setlength{
27807 \backslash
27808 fboxsep}{3pt}
27809 \end_layout
27810
27811 \begin_layout Plain Layout
27812
27813
27814 \backslash
27815 definecolor{shadecolor}{rgb}{1,0,0}
27816 \end_layout
27817
27818 \end_inset
27819
27820
27821 \end_layout
27822
27823 \begin_layout Standard
27824 \begin_inset VSpace bigskip
27825 \end_inset
27826
27827 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27828  a los comandos.
27829 \end_layout
27830
27831 \begin_layout Section
27832 Minipáginas
27833 \begin_inset CommandInset label
27834 LatexCommand label
27835 name "sec:Minipáginas"
27836
27837 \end_inset
27838
27839
27840 \begin_inset Index
27841 status collapsed
27842
27843 \begin_layout Plain Layout
27844 Cuadros ! Minipáginas
27845 \end_layout
27846
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \begin_layout Standard
27853 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27854  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27855 \end_layout
27856
27857 \begin_layout Standard
27858 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27859 \end_layout
27860
27861 \begin_layout Standard
27862 A continuación hay dos ejemplos de minipáginas adosadas.
27863  Su anchura está puesta en 45
27864 \begin_inset space \thinspace{}
27865 \end_inset
27866
27867 % y separadas por un relleno horizontal, insertado vía el menú 
27868 \family sans
27869 Insertar\SpecialChar \menuseparator
27870 Formato\SpecialChar \menuseparator
27871 Relleno
27872 \begin_inset space ~
27873 \end_inset
27874
27875 horizontal
27876 \family default
27877 .
27878 \end_layout
27879
27880 \begin_layout Standard
27881 \begin_inset Box Frameless
27882 position "t"
27883 hor_pos "c"
27884 has_inner_box 1
27885 inner_pos "c"
27886 use_parbox 0
27887 width "45col%"
27888 special "none"
27889 height "1in"
27890 height_special "totalheight"
27891 status open
27892
27893 \begin_layout Plain Layout
27894
27895 \lang german
27896 Dies ist ein deutscher Text.
27897  Dies ist ein deutscher Text.
27898  Dies ist ein deutscher Text.
27899  Dies ist ein deutscher Text.
27900  Dies ist ein deutscher Text.
27901  Dies ist ein deutscher Text.
27902  Dies ist ein deutscher Text.
27903  Dies ist ein deutscher Text.
27904  Dies ist ein deutscher Text.
27905  Dies ist ein deutscher Text.
27906  Dies ist ein deutscher Text.
27907  Dies ist ein deutscher Text.
27908  Dies ist ein deutscher Text
27909 \begin_inset Foot
27910 status collapsed
27911
27912 \begin_layout Plain Layout
27913
27914 \lang german
27915 Dies ist eine deutsche Fußnote.
27916 \end_layout
27917
27918 \end_inset
27919
27920 .
27921  Dies ist ein deutscher Text.
27922  Dies ist ein deutscher Text.
27923 \end_layout
27924
27925 \end_inset
27926
27927
27928 \begin_inset space \hfill{}
27929 \end_inset
27930
27931
27932 \begin_inset Box Frameless
27933 position "t"
27934 hor_pos "c"
27935 has_inner_box 1
27936 inner_pos "c"
27937 use_parbox 0
27938 width "45col%"
27939 special "none"
27940 height "1in"
27941 height_special "totalheight"
27942 status open
27943
27944 \begin_layout Plain Layout
27945 This is an English Text.
27946  This is an English Text.
27947  This is an English Text.
27948  This is an English Text.
27949  This is an English Text.
27950  This is an English Text.
27951  This is an English Text.
27952  This is an English Text.
27953  This is an English Text.
27954  This is an English Text.
27955  This is an English Text.
27956  This is an English Text.
27957  This is an English Text.
27958  This is an English Text.
27959  This is an English Text.
27960  This is an English Text.
27961 \begin_inset Foot
27962 status collapsed
27963
27964 \begin_layout Plain Layout
27965 This is an English footnote.
27966 \end_layout
27967
27968 \end_inset
27969
27970  This is an English Text.
27971  
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \begin_layout Standard
27980 \begin_inset VSpace bigskip
27981 \end_inset
27982
27983 Otra aplicación de los cuadros son las notas a pie en tablas.
27984  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27985  al final de la página actual.
27986  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27987  en la parte inferior, ordenadas con letras.
27988  La ordenación de las notas al pie se restablece en cada minipágina pero
27989  no fuera de las minipáginas.
27990 \end_layout
27991
27992 \begin_layout Standard
27993 La nota al pie en esta tabla no aparece: 
27994 \begin_inset Tabular
27995 <lyxtabular version="3" rows="3" columns="4">
27996 <features>
27997 <column alignment="center" valignment="top" width="0pt">
27998 <column alignment="center" valignment="top" width="0pt">
27999 <column alignment="center" valignment="top" width="0pt">
28000 <column alignment="center" valignment="top" width="0pt">
28001 <row>
28002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28003 \begin_inset Text
28004
28005 \begin_layout Plain Layout
28006 1
28007 \end_layout
28008
28009 \end_inset
28010 </cell>
28011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28012 \begin_inset Text
28013
28014 \begin_layout Plain Layout
28015 2
28016 \end_layout
28017
28018 \end_inset
28019 </cell>
28020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28021 \begin_inset Text
28022
28023 \begin_layout Plain Layout
28024 3
28025 \begin_inset Foot
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029 Nota al pie en una tabla.
28030 \end_layout
28031
28032 \end_inset
28033
28034
28035 \end_layout
28036
28037 \end_inset
28038 </cell>
28039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28040 \begin_inset Text
28041
28042 \begin_layout Plain Layout
28043 4
28044 \end_layout
28045
28046 \end_inset
28047 </cell>
28048 </row>
28049 <row>
28050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28051 \begin_inset Text
28052
28053 \begin_layout Plain Layout
28054 a
28055 \end_layout
28056
28057 \end_inset
28058 </cell>
28059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28060 \begin_inset Text
28061
28062 \begin_layout Plain Layout
28063 b
28064 \end_layout
28065
28066 \end_inset
28067 </cell>
28068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28069 \begin_inset Text
28070
28071 \begin_layout Plain Layout
28072 c
28073 \end_layout
28074
28075 \end_inset
28076 </cell>
28077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28078 \begin_inset Text
28079
28080 \begin_layout Plain Layout
28081 d
28082 \end_layout
28083
28084 \end_inset
28085 </cell>
28086 </row>
28087 <row>
28088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28089 \begin_inset Text
28090
28091 \begin_layout Plain Layout
28092 e
28093 \end_layout
28094
28095 \end_inset
28096 </cell>
28097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28098 \begin_inset Text
28099
28100 \begin_layout Plain Layout
28101 f
28102 \end_layout
28103
28104 \end_inset
28105 </cell>
28106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28107 \begin_inset Text
28108
28109 \begin_layout Plain Layout
28110 g
28111 \end_layout
28112
28113 \end_inset
28114 </cell>
28115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28116 \begin_inset Text
28117
28118 \begin_layout Plain Layout
28119 h
28120 \end_layout
28121
28122 \end_inset
28123 </cell>
28124 </row>
28125 </lyxtabular>
28126
28127 \end_inset
28128
28129
28130 \end_layout
28131
28132 \begin_layout Standard
28133 \align center
28134 \begin_inset Box Frameless
28135 position "t"
28136 hor_pos "c"
28137 has_inner_box 1
28138 inner_pos "c"
28139 use_parbox 0
28140 width "30col%"
28141 special "none"
28142 height "1in"
28143 height_special "totalheight"
28144 status open
28145
28146 \begin_layout Plain Layout
28147 \align center
28148 \begin_inset Tabular
28149 <lyxtabular version="3" rows="3" columns="4">
28150 <features>
28151 <column alignment="center" valignment="top" width="0pt">
28152 <column alignment="center" valignment="top" width="0pt">
28153 <column alignment="center" valignment="top" width="0pt">
28154 <column alignment="center" valignment="top" width="0pt">
28155 <row>
28156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28157 \begin_inset Text
28158
28159 \begin_layout Plain Layout
28160 1
28161 \end_layout
28162
28163 \end_inset
28164 </cell>
28165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28166 \begin_inset Text
28167
28168 \begin_layout Plain Layout
28169 2
28170 \end_layout
28171
28172 \end_inset
28173 </cell>
28174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28175 \begin_inset Text
28176
28177 \begin_layout Plain Layout
28178 3
28179 \begin_inset Foot
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 Nota al pie en una tabla..
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \end_inset
28192 </cell>
28193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28194 \begin_inset Text
28195
28196 \begin_layout Plain Layout
28197 4
28198 \end_layout
28199
28200 \end_inset
28201 </cell>
28202 </row>
28203 <row>
28204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28205 \begin_inset Text
28206
28207 \begin_layout Plain Layout
28208 a
28209 \end_layout
28210
28211 \end_inset
28212 </cell>
28213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28214 \begin_inset Text
28215
28216 \begin_layout Plain Layout
28217 b
28218 \end_layout
28219
28220 \end_inset
28221 </cell>
28222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28223 \begin_inset Text
28224
28225 \begin_layout Plain Layout
28226 c
28227 \end_layout
28228
28229 \end_inset
28230 </cell>
28231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28232 \begin_inset Text
28233
28234 \begin_layout Plain Layout
28235 d
28236 \end_layout
28237
28238 \end_inset
28239 </cell>
28240 </row>
28241 <row>
28242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28243 \begin_inset Text
28244
28245 \begin_layout Plain Layout
28246 e
28247 \end_layout
28248
28249 \end_inset
28250 </cell>
28251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28252 \begin_inset Text
28253
28254 \begin_layout Plain Layout
28255 f
28256 \end_layout
28257
28258 \end_inset
28259 </cell>
28260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28261 \begin_inset Text
28262
28263 \begin_layout Plain Layout
28264 g
28265 \end_layout
28266
28267 \end_inset
28268 </cell>
28269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28270 \begin_inset Text
28271
28272 \begin_layout Plain Layout
28273 h
28274 \end_layout
28275
28276 \end_inset
28277 </cell>
28278 </row>
28279 </lyxtabular>
28280
28281 \end_inset
28282
28283
28284 \end_layout
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Standard
28292 \begin_inset VSpace bigskip
28293 \end_inset
28294
28295 La configuración global de párrafos se ignora en las minipáginas.
28296  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28297  pongas p.
28298 \begin_inset space \thinspace{}
28299 \end_inset
28300
28301 e.
28302 \begin_inset space ~
28303 \end_inset
28304
28305
28306 \family sans
28307 Salto
28308 \begin_inset space ~
28309 \end_inset
28310
28311 medio
28312 \family default
28313  en la configuración del documento.
28314 \end_layout
28315
28316 \begin_layout Standard
28317 Las minipáginas también sirven para poner un color de fondo para partes
28318  de texto, véase sección
28319 \begin_inset space ~
28320 \end_inset
28321
28322
28323 \begin_inset CommandInset ref
28324 LatexCommand ref
28325 reference "sub:Color-en-Párrafos"
28326
28327 \end_inset
28328
28329 .
28330 \end_layout
28331
28332 \begin_layout Standard
28333 \begin_inset Note Greyedout
28334 status open
28335
28336 \begin_layout Plain Layout
28337
28338 \series bold
28339 Nota:
28340 \series default
28341  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28342  tener minipáginas en tablas, flotantes, y otros cuadros.
28343 \end_layout
28344
28345 \end_inset
28346
28347
28348 \end_layout
28349
28350 \begin_layout Section
28351 Cuadros de párrafo
28352 \begin_inset CommandInset label
28353 LatexCommand label
28354 name "sec:Cuadros-de-Párrafo"
28355
28356 \end_inset
28357
28358
28359 \begin_inset Index
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363 Cuadros ! de párrafo
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \end_layout
28370
28371 \begin_layout Standard
28372 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28373  de que no pueden contener notas al pie.
28374   La diferencia principal es que las minipáginas no son verdaderos cuadros
28375  sino entornos de LaTeX.
28376 \end_layout
28377
28378 \begin_layout Standard
28379 \align center
28380 \begin_inset Box Frameless
28381 position "t"
28382 hor_pos "c"
28383 has_inner_box 1
28384 inner_pos "t"
28385 use_parbox 1
28386 width "33col%"
28387 special "none"
28388 height "1in"
28389 height_special "totalheight"
28390 status collapsed
28391
28392 \begin_layout Plain Layout
28393 Texto en un cuadro de párrafo.
28394  Texto en un cuadro de párrafo.
28395  Esta nota no aparece:
28396 \begin_inset Foot
28397 status collapsed
28398
28399 \begin_layout Plain Layout
28400 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28401 \end_layout
28402
28403 \end_inset
28404
28405
28406 \end_layout
28407
28408 \end_inset
28409
28410
28411 \end_layout
28412
28413 \begin_layout Section
28414 Cuadros para palabras y caracteres
28415 \begin_inset Index
28416 status collapsed
28417
28418 \begin_layout Plain Layout
28419 Cuadros ! para palabras y caracteres
28420 \end_layout
28421
28422 \end_inset
28423
28424
28425 \end_layout
28426
28427 \begin_layout Subsection
28428 Evitar la partición de palabras
28429 \begin_inset CommandInset label
28430 LatexCommand label
28431 name "sec:Evitar-la-Partición"
28432
28433 \end_inset
28434
28435
28436 \begin_inset Index
28437 status collapsed
28438
28439 \begin_layout Plain Layout
28440 Cuadros ! para evitar la partición de palabras
28441 \end_layout
28442
28443 \end_inset
28444
28445
28446 \end_layout
28447
28448 \begin_layout Standard
28449 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28450  con guión.
28451 \begin_inset Newline newline
28452 \end_inset
28453
28454 He aquí un ejemplo:
28455 \end_layout
28456
28457 \begin_layout Standard
28458 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28459 palabra».
28460 \end_layout
28461
28462 \begin_layout Standard
28463 Para evitar su división usa el comando
28464 \end_layout
28465
28466 \begin_layout Standard
28467
28468 \series bold
28469
28470 \backslash
28471 mbox{
28472 \end_layout
28473
28474 \begin_layout Standard
28475 en código TeX antes de la palabra.
28476  Tras ella inserta una llave de cierre «
28477 \series bold
28478 }
28479 \series default
28480 » en código TeX.
28481 \end_layout
28482
28483 \begin_layout Standard
28484 Este es el resultado:
28485 \end_layout
28486
28487 \begin_layout Standard
28488 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28489 \begin_inset ERT
28490 status collapsed
28491
28492 \begin_layout Plain Layout
28493
28494
28495 \backslash
28496 mbox{
28497 \end_layout
28498
28499 \end_inset
28500
28501 «estalarguísimapalabra».
28502 \begin_inset ERT
28503 status collapsed
28504
28505 \begin_layout Plain Layout
28506
28507 }
28508 \end_layout
28509
28510 \end_inset
28511
28512
28513 \end_layout
28514
28515 \begin_layout Standard
28516 Como alternativa puedes poner el comando «
28517 \series bold
28518
28519 \backslash
28520 -
28521 \series default
28522 » en código TeX directamente antes de la palabra:
28523 \end_layout
28524
28525 \begin_layout Standard
28526 Esta línea es un ejemplo para mostrar cómo evitar la división de «
28527 \begin_inset ERT
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531
28532
28533 \backslash
28534 -
28535 \end_layout
28536
28537 \end_inset
28538
28539 estalarguísimapalabra».
28540 \end_layout
28541
28542 \begin_layout Standard
28543 Por supuesto, la palabra sobresale del margen.
28544  Para evitarlo añade, con el menú 
28545 \family sans
28546 Insertar\SpecialChar \menuseparator
28547 Formato\SpecialChar \menuseparator
28548 Salto
28549 \begin_inset space ~
28550 \end_inset
28551
28552 de
28553 \begin_inset space ~
28554 \end_inset
28555
28556
28557 \family default
28558 línea (atajo 
28559 \family sans
28560 Ctrl+Retorno
28561 \family default
28562 ), un salto de línea antes de la palabra:
28563 \end_layout
28564
28565 \begin_layout Standard
28566 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28567 \begin_inset Newline newline
28568 \end_inset
28569
28570
28571 \begin_inset ERT
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575
28576
28577 \backslash
28578 mbox{
28579 \end_layout
28580
28581 \end_inset
28582
28583 «estalarguísimapalabra».
28584 \begin_inset ERT
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588
28589 }
28590 \end_layout
28591
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \begin_layout Subsection
28598 Alineación vertical
28599 \begin_inset CommandInset label
28600 LatexCommand label
28601 name "sub:Alineación-Vertical"
28602
28603 \end_inset
28604
28605
28606 \begin_inset Index
28607 status collapsed
28608
28609 \begin_layout Plain Layout
28610 Cuadros ! para alineación vertical
28611 \end_layout
28612
28613 \end_inset
28614
28615
28616 \end_layout
28617
28618 \begin_layout Standard
28619 Con ayuda del comando 
28620 \series bold
28621
28622 \backslash
28623 raisebox
28624 \series default
28625  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28626  
28627 \series bold
28628
28629 \backslash
28630 raisebox
28631 \series default
28632  se utiliza según el esquema:
28633 \end_layout
28634
28635 \begin_layout Standard
28636
28637 \series bold
28638
28639 \backslash
28640 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28641 \end_layout
28642
28643 \begin_layout Standard
28644 La elevación puede ser un valor positivo para subir el cuadro o negativo
28645  para bajarlo.
28646 \end_layout
28647
28648 \begin_layout Standard
28649 Para alinear una palabra, p.
28650 \begin_inset space \thinspace{}
28651 \end_inset
28652
28653 e
28654 \begin_inset space ~
28655 \end_inset
28656
28657 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28658  en la línea de base, inserta el comando
28659 \end_layout
28660
28661 \begin_layout Standard
28662
28663 \series bold
28664
28665 \backslash
28666 raisebox{
28667 \backslash
28668 depth}{
28669 \end_layout
28670
28671 \begin_layout Standard
28672 en código TeX antes de la palabra.
28673  Detrás de la palabra inserta una llave de cierre «
28674 \series bold
28675 }
28676 \series default
28677 » en código TeX.
28678 \begin_inset Newline newline
28679 \end_inset
28680
28681 Este es el resultado:
28682 \end_layout
28683
28684 \begin_layout Standard
28685 Esto es una línea de texto con la palabra 
28686 \begin_inset ERT
28687 status collapsed
28688
28689 \begin_layout Plain Layout
28690
28691
28692 \backslash
28693 raisebox{
28694 \backslash
28695 depth}{
28696 \end_layout
28697
28698 \end_inset
28699
28700 «prevención»
28701 \begin_inset ERT
28702 status collapsed
28703
28704 \begin_layout Plain Layout
28705
28706 }
28707 \end_layout
28708
28709 \end_inset
28710
28711  elevada.
28712 \end_layout
28713
28714 \begin_layout Standard
28715 \begin_inset VSpace bigskip
28716 \end_inset
28717
28718 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28719 \end_layout
28720
28721 \begin_layout Standard
28722 Esto es una línea de texto con la palabra 
28723 \begin_inset ERT
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727
28728
28729 \backslash
28730 raisebox{-
28731 \backslash
28732 depth}{
28733 \end_layout
28734
28735 \end_inset
28736
28737 «prevención»
28738 \begin_inset ERT
28739 status collapsed
28740
28741 \begin_layout Plain Layout
28742
28743 }
28744 \end_layout
28745
28746 \end_inset
28747
28748  bajada.
28749 \begin_inset Newline newline
28750 \end_inset
28751
28752 Esto es una línea de texto con la palabra 
28753 \begin_inset ERT
28754 status collapsed
28755
28756 \begin_layout Plain Layout
28757
28758
28759 \backslash
28760 raisebox{0.5cm}{
28761 \end_layout
28762
28763 \end_inset
28764
28765 «testigo»
28766 \begin_inset ERT
28767 status collapsed
28768
28769 \begin_layout Plain Layout
28770
28771 }
28772 \end_layout
28773
28774 \end_inset
28775
28776  elevada.
28777 \end_layout
28778
28779 \begin_layout Standard
28780 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28781  Por ejemplo
28782 \end_layout
28783
28784 \begin_layout Standard
28785
28786 \series bold
28787
28788 \backslash
28789 raisebox{-
28790 \backslash
28791 depth}[0pt]{
28792 \end_layout
28793
28794 \begin_layout Standard
28795 Esto es una línea de texto con la palabra 
28796 \begin_inset ERT
28797 status collapsed
28798
28799 \begin_layout Plain Layout
28800
28801
28802 \backslash
28803 raisebox{-
28804 \backslash
28805 depth}[0pt]{
28806 \end_layout
28807
28808 \end_inset
28809
28810 «prevención»
28811 \begin_inset ERT
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815
28816 }
28817 \end_layout
28818
28819 \end_inset
28820
28821  bajada.
28822 \begin_inset Newline newline
28823 \end_inset
28824
28825 Esto es una línea de texto con la palabra 
28826 \begin_inset ERT
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830
28831
28832 \backslash
28833 raisebox{0.5cm}[0pt]{
28834 \end_layout
28835
28836 \end_inset
28837
28838 «testigo»
28839 \begin_inset ERT
28840 status collapsed
28841
28842 \begin_layout Plain Layout
28843
28844 }
28845 \end_layout
28846
28847 \end_inset
28848
28849  elevada.
28850 \end_layout
28851
28852 \begin_layout Section
28853 Cuadros coloreados
28854 \begin_inset CommandInset label
28855 LatexCommand label
28856 name "sec:Cuadros-Coloreados"
28857
28858 \end_inset
28859
28860
28861 \begin_inset Index
28862 status collapsed
28863
28864 \begin_layout Plain Layout
28865 Cuadros ! Color
28866 \end_layout
28867
28868 \end_inset
28869
28870
28871 \end_layout
28872
28873 \begin_layout Subsection
28874 Color en texto
28875 \begin_inset Index
28876 status collapsed
28877
28878 \begin_layout Plain Layout
28879 Color ! en texto
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \end_layout
28886
28887 \begin_layout Standard
28888 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28889  Esto requiere cargar el paquete LaTeX 
28890 \series bold
28891 color
28892 \series default
28893
28894 \begin_inset Index
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898 LaTeX-paquetes ! color
28899 \end_layout
28900
28901 \end_inset
28902
28903  en el preámbulo del documento con
28904 \end_layout
28905
28906 \begin_layout Standard
28907
28908 \series bold
28909
28910 \backslash
28911 @ifundef\SpecialChar \textcompwordmark{}
28912 ined{textcolor}
28913 \begin_inset Newline newline
28914 \end_inset
28915
28916
28917 \begin_inset ERT
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921
28922
28923 \backslash
28924 hphantom{ }
28925 \end_layout
28926
28927 \end_inset
28928
28929 {
28930 \backslash
28931 usepackage{color}}{}
28932 \end_layout
28933
28934 \begin_layout Standard
28935 LyX cargará automáticamente el paquete 
28936 \series bold
28937 color
28938 \series default
28939  cuando colorees texto.
28940 \begin_inset Foot
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944 Para evitar cargarlo dos veces se usa el comando 
28945 \series bold
28946
28947 \backslash
28948 @ifundef\SpecialChar \textcompwordmark{}
28949 ined
28950 \series default
28951 .
28952 \end_layout
28953
28954 \end_inset
28955
28956
28957 \end_layout
28958
28959 \begin_layout Standard
28960 \begin_inset VSpace medskip
28961 \end_inset
28962
28963 Los cuadros coloreados se crean con el comando 
28964 \series bold
28965
28966 \backslash
28967 colorbox
28968 \series default
28969 , de acuerdo con el siguiente esquema:
28970 \end_layout
28971
28972 \begin_layout Standard
28973
28974 \series bold
28975
28976 \backslash
28977 colorbox{color}{contenido del cuadro}
28978 \end_layout
28979
28980 \begin_layout Standard
28981 El contenido también puede ser un cuadro y los cuadros coloreados también
28982  pueden estar en otros cuadros.
28983 \end_layout
28984
28985 \begin_layout Standard
28986 Los siguientes colores están predefinidos:
28987 \begin_inset Newline newline
28988 \end_inset
28989
28990
28991 \family sans
28992 red
28993 \family default
28994
28995 \family sans
28996 green
28997 \family default
28998
28999 \family sans
29000 yellow, blue
29001 \family default
29002
29003 \family sans
29004 cyan
29005 \family default
29006 \series bold
29007 ,
29008 \series default
29009  
29010 \family sans
29011 magenta, black
29012 \family default
29013
29014 \family sans
29015 white
29016 \family default
29017 .
29018 \begin_inset Newline newline
29019 \end_inset
29020
29021 También puedes definir tus propios colores según se explica en la sección
29022 \begin_inset space ~
29023 \end_inset
29024
29025
29026 \begin_inset CommandInset ref
29027 LatexCommand ref
29028 reference "sec:Tablas-Coloreadas"
29029
29030 \end_inset
29031
29032 .
29033 \end_layout
29034
29035 \begin_layout Standard
29036 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29037 \end_layout
29038
29039 \begin_layout Standard
29040
29041 \series bold
29042
29043 \backslash
29044 colorbox{red}{
29045 \end_layout
29046
29047 \begin_layout Standard
29048 en código TeX antes de la palabra.
29049  Tras la palabra inserta una llave de cierre «
29050 \series bold
29051 }
29052 \series default
29053 » en código TeX.
29054 \begin_inset Newline newline
29055 \end_inset
29056
29057 Este es el resultado:
29058 \end_layout
29059
29060 \begin_layout Standard
29061 Línea en la que la palabra 
29062 \begin_inset ERT
29063 status collapsed
29064
29065 \begin_layout Plain Layout
29066
29067
29068 \backslash
29069 colorbox{red}{
29070 \end_layout
29071
29072 \end_inset
29073
29074 «¡Atención!»
29075 \begin_inset ERT
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079
29080 }
29081 \end_layout
29082
29083 \end_inset
29084
29085  tiene fondo rojo.
29086 \end_layout
29087
29088 \begin_layout Standard
29089 \begin_inset VSpace bigskip
29090 \end_inset
29091
29092 Si quieres un marco de distinto color, puedes emplear el comando 
29093 \series bold
29094
29095 \backslash
29096 fcolorbox
29097 \series default
29098  con el esquema siguiente:
29099 \end_layout
29100
29101 \begin_layout Standard
29102
29103 \series bold
29104
29105 \backslash
29106 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29107 \end_layout
29108
29109 \begin_layout Standard
29110
29111 \series bold
29112
29113 \backslash
29114 fcolorbox
29115 \series default
29116  es una extensión de 
29117 \series bold
29118
29119 \backslash
29120 colorbox
29121 \series default
29122 .
29123  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29124  con las longitudes 
29125 \series bold
29126
29127 \backslash
29128 fboxrule
29129 \series default
29130  y 
29131 \series bold
29132
29133 \backslash
29134 fboxsep
29135 \series default
29136 , respectivamente, como se describe en la sección
29137 \begin_inset space ~
29138 \end_inset
29139
29140
29141 \begin_inset CommandInset ref
29142 LatexCommand ref
29143 reference "sec:Cuadros-Enmarcados"
29144
29145 \end_inset
29146
29147 .
29148 \end_layout
29149
29150 \begin_layout Standard
29151 Para el ejemplo siguiente se ha utilizado el comando
29152 \end_layout
29153
29154 \begin_layout Standard
29155
29156 \series bold
29157
29158 \backslash
29159 fcolorbox{cyan}{magenta}{
29160 \end_layout
29161
29162 \begin_layout Standard
29163 Este es un ejemplo en el que se ha puesto un grosor de 1
29164 \begin_inset space \thinspace{}
29165 \end_inset
29166
29167 mm para la línea del marco:
29168 \begin_inset Newline newline
29169 \end_inset
29170
29171
29172 \begin_inset ERT
29173 status collapsed
29174
29175 \begin_layout Plain Layout
29176
29177
29178 \backslash
29179 fboxrule 1mm 
29180 \backslash
29181 fboxsep 1mm
29182 \end_layout
29183
29184 \end_inset
29185
29186
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192
29193 \backslash
29194 fcolorbox{cyan}{magenta}{
29195 \end_layout
29196
29197 \end_inset
29198
29199 Texto en un marco coloreado y enmarcado.
29200 \begin_inset ERT
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204
29205 }
29206 \end_layout
29207
29208 \end_inset
29209
29210
29211 \end_layout
29212
29213 \begin_layout Standard
29214 \begin_inset VSpace bigskip
29215 \end_inset
29216
29217 Por supuesto también puedes colorear el texto en un marco coloreado:
29218 \begin_inset Newline newline
29219 \end_inset
29220
29221
29222 \begin_inset ERT
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226
29227
29228 \backslash
29229 fcolorbox{cyan}{magenta}{
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \color yellow
29236 Texto coloreado en un marco sombreado y coloreado.
29237 \color none
29238
29239 \begin_inset ERT
29240 status collapsed
29241
29242 \begin_layout Plain Layout
29243
29244 }
29245 \end_layout
29246
29247 \end_inset
29248
29249
29250 \begin_inset ERT
29251 status collapsed
29252
29253 \begin_layout Plain Layout
29254
29255
29256 \backslash
29257 fboxrule 0.4pt 
29258 \backslash
29259 fboxsep 3pt
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \end_layout
29266
29267 \begin_layout Standard
29268
29269 \series bold
29270 \begin_inset VSpace medskip
29271 \end_inset
29272
29273
29274 \end_layout
29275
29276 \begin_layout Standard
29277 \begin_inset Note Greyedout
29278 status open
29279
29280 \begin_layout Plain Layout
29281
29282 \series bold
29283 Nota:
29284 \series default
29285  El texto en cuadros coloreados no puede tener saltos de línea.
29286  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29287  coloreado como se describe a continuación.
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \end_layout
29294
29295 \begin_layout Subsection
29296 Color en párrafos
29297 \begin_inset CommandInset label
29298 LatexCommand label
29299 name "sub:Color-en-Párrafos"
29300
29301 \end_inset
29302
29303
29304 \begin_inset Index
29305 status collapsed
29306
29307 \begin_layout Plain Layout
29308 Color ! en párrafos
29309 \end_layout
29310
29311 \end_inset
29312
29313
29314 \end_layout
29315
29316 \begin_layout Standard
29317 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29318  Antes de la minipágina inserta el comando 
29319 \series bold
29320
29321 \backslash
29322 colorbox
29323 \end_layout
29324
29325 \begin_layout Standard
29326
29327 \series bold
29328
29329 \backslash
29330 colorbox{color}{
29331 \end_layout
29332
29333 \begin_layout Standard
29334 en código TeX.
29335  Detrás de la minipágina inserta una llave de cierre «
29336 \series bold
29337 }
29338 \series default
29339 » en código TeX.
29340 \end_layout
29341
29342 \begin_layout Standard
29343 \begin_inset ERT
29344 status collapsed
29345
29346 \begin_layout Plain Layout
29347
29348
29349 \backslash
29350 colorbox{grisclaro}{
29351 \end_layout
29352
29353 \end_inset
29354
29355
29356 \begin_inset Box Frameless
29357 position "t"
29358 hor_pos "c"
29359 has_inner_box 1
29360 inner_pos "t"
29361 use_parbox 0
29362 width "100col%"
29363 special "none"
29364 height "1in"
29365 height_special "totalheight"
29366 status collapsed
29367
29368 \begin_layout Plain Layout
29369 Texto con color de fondo.
29370  Texto con color de fondo.
29371 \end_layout
29372
29373 \begin_layout Plain Layout
29374 \begin_inset VSpace defskip
29375 \end_inset
29376
29377 El texto puede tener notas al pie
29378 \begin_inset Foot
29379 status collapsed
29380
29381 \begin_layout Plain Layout
29382 Otro ejemplo de nota
29383 \end_layout
29384
29385 \end_inset
29386
29387  y puede incluir tablas y figuras.
29388 \end_layout
29389
29390 \begin_layout Plain Layout
29391 \align center
29392 \begin_inset Tabular
29393 <lyxtabular version="3" rows="3" columns="3">
29394 <features>
29395 <column alignment="center" valignment="top" width="0">
29396 <column alignment="center" valignment="top" width="0">
29397 <column alignment="center" valignment="top" width="0">
29398 <row>
29399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29400 \begin_inset Text
29401
29402 \begin_layout Plain Layout
29403 a
29404 \end_layout
29405
29406 \end_inset
29407 </cell>
29408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29409 \begin_inset Text
29410
29411 \begin_layout Plain Layout
29412 !
29413 \end_layout
29414
29415 \end_inset
29416 </cell>
29417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29418 \begin_inset Text
29419
29420 \begin_layout Plain Layout
29421 3
29422 \end_layout
29423
29424 \end_inset
29425 </cell>
29426 </row>
29427 <row>
29428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29429 \begin_inset Text
29430
29431 \begin_layout Plain Layout
29432 <
29433 \end_layout
29434
29435 \end_inset
29436 </cell>
29437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29438 \begin_inset Text
29439
29440 \begin_layout Plain Layout
29441 b2
29442 \begin_inset Quotes erd
29443 \end_inset
29444
29445 |
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29451 \begin_inset Text
29452
29453 \begin_layout Plain Layout
29454 >
29455 \end_layout
29456
29457 \end_inset
29458 </cell>
29459 </row>
29460 <row>
29461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29462 \begin_inset Text
29463
29464 \begin_layout Plain Layout
29465 1
29466 \end_layout
29467
29468 \end_inset
29469 </cell>
29470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29471 \begin_inset Text
29472
29473 \begin_layout Plain Layout
29474 §
29475 \end_layout
29476
29477 \end_inset
29478 </cell>
29479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29480 \begin_inset Text
29481
29482 \begin_layout Plain Layout
29483 c
29484 \end_layout
29485
29486 \end_inset
29487 </cell>
29488 </row>
29489 </lyxtabular>
29490
29491 \end_inset
29492
29493
29494 \end_layout
29495
29496 \end_inset
29497
29498
29499 \begin_inset ERT
29500 status collapsed
29501
29502 \begin_layout Plain Layout
29503
29504 }
29505 \end_layout
29506
29507 \end_inset
29508
29509
29510 \end_layout
29511
29512 \begin_layout Section
29513 Cuadros rotados y escalados
29514 \end_layout
29515
29516 \begin_layout Standard
29517 Para poder usar los comandos descritos en esta sección hay que cargar el
29518  paquete LaTeX 
29519 \series bold
29520 graphicx
29521 \series default
29522
29523 \begin_inset Index
29524 status collapsed
29525
29526 \begin_layout Plain Layout
29527 LaTeX-paquetes ! graphicx
29528 \end_layout
29529
29530 \end_inset
29531
29532  en el preámbulo del documento, con el comando
29533 \end_layout
29534
29535 \begin_layout Standard
29536
29537 \series bold
29538
29539 \backslash
29540 @ifundefined{rotatebox}
29541 \begin_inset Newline newline
29542 \end_inset
29543
29544
29545 \begin_inset ERT
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549
29550
29551 \backslash
29552 hphantom{ }
29553 \end_layout
29554
29555 \end_inset
29556
29557 {
29558 \backslash
29559 usepackage{graphicx}}{}
29560 \end_layout
29561
29562 \begin_layout Standard
29563 \begin_inset Note Greyedout
29564 status open
29565
29566 \begin_layout Plain Layout
29567
29568 \series bold
29569 Nota: 
29570 \series default
29571 Algunos visores DVI no pueden mostrar material rotado o escalado.
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \begin_layout Standard
29580 \begin_inset Note Greyedout
29581 status open
29582
29583 \begin_layout Plain Layout
29584
29585 \series bold
29586 Nota:
29587 \series default
29588  Los cuadros rotados o escalados no pueden contener flotantes.
29589 \end_layout
29590
29591 \end_inset
29592
29593
29594 \end_layout
29595
29596 \begin_layout Subsection
29597 Cuadros rotados
29598 \begin_inset Index
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602 Cuadros ! Rotar
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \begin_inset Index
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612 Material rotado
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \begin_inset Index
29619 status collapsed
29620
29621 \begin_layout Plain Layout
29622 Figuras ! Rotar
29623 \end_layout
29624
29625 \end_inset
29626
29627
29628 \begin_inset Index
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632 Tablas ! Rotar
29633 \end_layout
29634
29635 \end_inset
29636
29637
29638 \end_layout
29639
29640 \begin_layout Standard
29641 Para rotar material debes ponerlo en un cuadro rotado.
29642  Los cuadros rotados se crean con el comando 
29643 \series bold
29644
29645 \backslash
29646 rotatebox
29647 \series default
29648  en código TeX, según el esquema:
29649 \end_layout
29650
29651 \begin_layout Standard
29652
29653 \series bold
29654
29655 \backslash
29656 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29657 \end_layout
29658
29659 \begin_layout Standard
29660 El origen de rotación se especifica en la forma 
29661 \series bold
29662 origin=position
29663 \series default
29664 .
29665  Son posibles las posiciones siguientes: 
29666 \emph on
29667 c
29668 \emph default
29669  (center), 
29670 \emph on
29671 l
29672 \emph default
29673  (left), 
29674 \emph on
29675 r
29676 \emph default
29677  (right), 
29678 \emph on
29679 b
29680 \emph default
29681  (bottom), 
29682 \emph on
29683 t
29684 \emph default
29685  (top), así como combinaciones adecuadas de las posiciones básicas.
29686  Por ejemplo, 
29687 \emph on
29688 lt
29689 \emph default
29690  significa que el origen de rotación es la esquina superior izquierda del
29691  cuadro.
29692  Si no se especifica origen de rotación se usará la posición 
29693 \emph on
29694 l
29695 \emph default
29696 .
29697  El ángulo de rotación es un número de grados, y puede ser negativo.
29698  El sentido de giro es contrario al de las agujas del reloj.
29699 \end_layout
29700
29701 \begin_layout Standard
29702 En el siguiente ejemplo se ha insertado el comando 
29703 \series bold
29704
29705 \backslash
29706 rotatebox[origin=c]{60}{ 
29707 \series default
29708 como código TeX delante del texto «con rotación»; después del texto, el
29709  cuadro se ha cerrado con llave de cierre en código TeX.
29710 \end_layout
29711
29712 \begin_layout Standard
29713 Esta línea contiene texto 
29714 \begin_inset ERT
29715 status collapsed
29716
29717 \begin_layout Plain Layout
29718
29719
29720 \backslash
29721 rotatebox[origin=c]{60}{
29722 \end_layout
29723
29724 \end_inset
29725
29726 con rotación
29727 \begin_inset ERT
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731
29732 }
29733 \end_layout
29734
29735 \end_inset
29736
29737 .
29738 \end_layout
29739
29740 \begin_layout Standard
29741 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29742  línea:
29743 \end_layout
29744
29745 \begin_layout Standard
29746 En esta línea hay texto enmarcado 
29747 \begin_inset ERT
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751
29752
29753 \backslash
29754 rotatebox[origin=r]{-60}{
29755 \end_layout
29756
29757 \end_inset
29758
29759
29760 \begin_inset Box Doublebox
29761 position "c"
29762 hor_pos "c"
29763 has_inner_box 0
29764 inner_pos "c"
29765 use_parbox 0
29766 width "1in"
29767 special "width"
29768 height "1in"
29769 height_special "totalheight"
29770 status open
29771
29772 \begin_layout Plain Layout
29773 con rotación
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \begin_inset ERT
29780 status collapsed
29781
29782 \begin_layout Plain Layout
29783
29784 }
29785 \end_layout
29786
29787 \end_inset
29788
29789  y 
29790 \begin_inset ERT
29791 status collapsed
29792
29793 \begin_layout Plain Layout
29794
29795
29796 \backslash
29797 rotatebox[origin=lb]{60}{
29798 \end_layout
29799
29800 \end_inset
29801
29802
29803 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29804 \end_inset
29805
29806
29807 \begin_inset ERT
29808 status collapsed
29809
29810 \begin_layout Plain Layout
29811
29812 }
29813 \end_layout
29814
29815 \end_inset
29816
29817  una ecuación.
29818 \end_layout
29819
29820 \begin_layout Standard
29821 O una imagen o una tabla:
29822 \end_layout
29823
29824 \begin_layout Standard
29825 Aquí hay una imagen girada 
29826 \begin_inset ERT
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830
29831
29832 \backslash
29833 rotatebox[origin=lb]{90}{
29834 \end_layout
29835
29836 \end_inset
29837
29838
29839 \begin_inset Graphics
29840         filename ../clipart/platypus.eps
29841         lyxscale 50
29842         width 25col%
29843
29844 \end_inset
29845
29846
29847 \begin_inset ERT
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851
29852 }
29853 \end_layout
29854
29855 \end_inset
29856
29857  y una tabla girada 
29858 \begin_inset ERT
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862
29863
29864 \backslash
29865 rotatebox[origin=l]{-90}{
29866 \end_layout
29867
29868 \end_inset
29869
29870
29871 \begin_inset Tabular
29872 <lyxtabular version="3" rows="2" columns="2">
29873 <features>
29874 <column alignment="center" valignment="top" width="0">
29875 <column alignment="center" valignment="top" width="0">
29876 <row>
29877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29878 \begin_inset Text
29879
29880 \begin_layout Plain Layout
29881 q
29882 \end_layout
29883
29884 \end_inset
29885 </cell>
29886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29887 \begin_inset Text
29888
29889 \begin_layout Plain Layout
29890 w
29891 \end_layout
29892
29893 \end_inset
29894 </cell>
29895 </row>
29896 <row>
29897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29898 \begin_inset Text
29899
29900 \begin_layout Plain Layout
29901 e
29902 \end_layout
29903
29904 \end_inset
29905 </cell>
29906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29907 \begin_inset Text
29908
29909 \begin_layout Plain Layout
29910 r
29911 \end_layout
29912
29913 \end_inset
29914 </cell>
29915 </row>
29916 </lyxtabular>
29917
29918 \end_inset
29919
29920
29921 \begin_inset ERT
29922 status collapsed
29923
29924 \begin_layout Plain Layout
29925
29926 }
29927 \end_layout
29928
29929 \end_inset
29930
29931
29932 \end_layout
29933
29934 \begin_layout Subsection
29935 Cuadros escalados
29936 \begin_inset Index
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940 Cuadros ! Escalar
29941 \end_layout
29942
29943 \end_inset
29944
29945
29946 \begin_inset Index
29947 status collapsed
29948
29949 \begin_layout Plain Layout
29950 Material escalado
29951 \end_layout
29952
29953 \end_inset
29954
29955
29956 \begin_inset Index
29957 status collapsed
29958
29959 \begin_layout Plain Layout
29960 Figuras ! Escalar
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \begin_inset Index
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970 Tablas ! Escalar
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \end_layout
29977
29978 \begin_layout Standard
29979 Para escalar material se pueden usar los comandos 
29980 \series bold
29981
29982 \backslash
29983 scalebox
29984 \series default
29985  y 
29986 \series bold
29987
29988 \backslash
29989 resizebox 
29990 \series default
29991 en código TeX.
29992 \end_layout
29993
29994 \begin_layout Standard
29995
29996 \series bold
29997
29998 \backslash
29999 scalebox
30000 \series default
30001  se usa con el esquema siguiente:
30002 \end_layout
30003
30004 \begin_layout Standard
30005
30006 \series bold
30007
30008 \backslash
30009 scalebox{horizontal}[vertical]{contenido del cuadro}
30010 \end_layout
30011
30012 \begin_layout Standard
30013 Horizontal y vertical son los factores de escala correspondientes.
30014  Si no se especifica factor vertical, su valor será el mismo que el factor
30015  de escala horizontal.
30016  
30017 \end_layout
30018
30019 \begin_layout Standard
30020 Por ejemplo, el comando 
30021 \series bold
30022
30023 \backslash
30024 scalebox{2}{Hola} 
30025 \series default
30026 crea un 
30027 \begin_inset ERT
30028 status collapsed
30029
30030 \begin_layout Plain Layout
30031
30032
30033 \backslash
30034 scalebox{2}{
30035 \end_layout
30036
30037 \end_inset
30038
30039 Hola
30040 \begin_inset ERT
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044
30045 }
30046 \end_layout
30047
30048 \end_inset
30049
30050  de doble tamaño que el texto normal del documento.
30051 \end_layout
30052
30053 \begin_layout Standard
30054 El comando 
30055 \series bold
30056
30057 \backslash
30058 scalebox{2}[1]{Hola} 
30059 \series default
30060 distorsiona el 
30061 \begin_inset ERT
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065
30066
30067 \backslash
30068 scalebox{2}[1]{
30069 \end_layout
30070
30071 \end_inset
30072
30073 Hola
30074 \begin_inset ERT
30075 status collapsed
30076
30077 \begin_layout Plain Layout
30078
30079 }
30080 \end_layout
30081
30082 \end_inset
30083
30084 .
30085 \end_layout
30086
30087 \begin_layout Standard
30088 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30089  Por eso el comando 
30090 \series bold
30091
30092 \backslash
30093 scalebox{-1}[1]{Hola} 
30094 \series default
30095 puede usarse para reflejar un texto: 
30096 \begin_inset ERT
30097 status collapsed
30098
30099 \begin_layout Plain Layout
30100
30101
30102 \backslash
30103 scalebox{-1}[1]{
30104 \end_layout
30105
30106 \end_inset
30107
30108 Hola
30109 \begin_inset ERT
30110 status collapsed
30111
30112 \begin_layout Plain Layout
30113
30114 }
30115 \end_layout
30116
30117 \end_inset
30118
30119 .
30120 \end_layout
30121
30122 \begin_layout Standard
30123
30124 \series bold
30125
30126 \backslash
30127 scalebox{1}[-1]{Hola} 
30128 \series default
30129 refleja el 
30130 \begin_inset ERT
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134
30135
30136 \backslash
30137 scalebox{1}[-1]{
30138 \end_layout
30139
30140 \end_inset
30141
30142 Hola
30143 \begin_inset ERT
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147
30148 }
30149 \end_layout
30150
30151 \end_inset
30152
30153  sobre la base.
30154 \end_layout
30155
30156 \begin_layout Standard
30157 El comando 
30158 \series bold
30159
30160 \backslash
30161 scalebox{-1}[1]{contenido del cuadro} 
30162 \series default
30163 puede sustituirse por 
30164 \series bold
30165
30166 \begin_inset Newline newline
30167 \end_inset
30168
30169
30170 \backslash
30171 reflectbox{contenido del cuadro}
30172 \begin_inset VSpace defskip
30173 \end_inset
30174
30175
30176 \end_layout
30177
30178 \begin_layout Standard
30179 El comando 
30180 \series bold
30181
30182 \backslash
30183 resizebox
30184 \series default
30185  sirve para escalar el cuadro a una altura y anchura definidas, según el
30186  esquema:
30187 \end_layout
30188
30189 \begin_layout Standard
30190
30191 \series bold
30192
30193 \backslash
30194 resizebox{anchura}{altura}{contenido del cuadro}
30195 \end_layout
30196
30197 \begin_layout Standard
30198 Si uno de los argumentos del comando es un signo de exclamación, 
30199 \series bold
30200 !
30201 \series default
30202 , la escala se produce de forma que se mantiene la relación de las dimensiones
30203  originales del contenido del cuadro.
30204  
30205 \end_layout
30206
30207 \begin_layout Standard
30208 El comando 
30209 \series bold
30210
30211 \backslash
30212 resizebox{2cm}{1cm}{Hola}
30213 \series default
30214  genera: 
30215 \begin_inset ERT
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219
30220
30221 \backslash
30222 resizebox{2cm}{1cm}{
30223 \end_layout
30224
30225 \end_inset
30226
30227 Hola
30228 \begin_inset ERT
30229 status collapsed
30230
30231 \begin_layout Plain Layout
30232
30233 }
30234 \end_layout
30235
30236 \end_inset
30237
30238
30239 \begin_inset Newline newline
30240 \end_inset
30241
30242 El comando 
30243 \series bold
30244
30245 \backslash
30246 resizebox{2cm}{!}{Hola}
30247 \series default
30248  genera: 
30249 \begin_inset ERT
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253
30254
30255 \backslash
30256 resizebox{2cm}{!}{
30257 \end_layout
30258
30259 \end_inset
30260
30261 Hola
30262 \begin_inset ERT
30263 status collapsed
30264
30265 \begin_layout Plain Layout
30266
30267 }
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \begin_layout Standard
30276 \begin_inset VSpace defskip
30277 \end_inset
30278
30279
30280 \end_layout
30281
30282 \begin_layout Standard
30283 \begin_inset Note Greyedout
30284 status open
30285
30286 \begin_layout Plain Layout
30287
30288 \series bold
30289 Nota: 
30290 \series default
30291 Si los argumentos de 
30292 \series bold
30293
30294 \backslash
30295 scalebox
30296 \series default
30297  o 
30298 \series bold
30299
30300 \backslash
30301 resizebox
30302 \series default
30303  son cero, no se generan errores de LaTeX al exportar el documento, pero
30304  puede suceder que la salida no se muestre o que sea incompleta.
30305  
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \begin_inset VSpace defskip
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 Los cuadros se pueden combinar en cualquier orden.
30319  Por ejemplo, el comando
30320 \series bold
30321
30322 \begin_inset Newline newline
30323 \end_inset
30324
30325
30326 \backslash
30327 rotatebox[origin=c]{-45}{
30328 \backslash
30329 resizebox{2cm}{!}{
30330 \backslash
30331 reflectbox{Hola}}}
30332 \begin_inset Newline newline
30333 \end_inset
30334
30335
30336 \series default
30337 genera:
30338 \end_layout
30339
30340 \begin_layout Standard
30341 \noindent
30342 \align center
30343 \begin_inset ERT
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347
30348
30349 \backslash
30350 rotatebox[origin=c]{-45}{
30351 \backslash
30352 resizebox{2cm}{!}{
30353 \backslash
30354 reflectbox{
30355 \end_layout
30356
30357 \end_inset
30358
30359 Hola
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365 }}}
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \begin_layout Standard
30374 \noindent
30375 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30376 \end_layout
30377
30378 \begin_layout Standard
30379 \noindent
30380
30381 \end_layout
30382
30383 \begin_layout Standard
30384 \align center
30385 \begin_inset ERT
30386 status collapsed
30387
30388 \begin_layout Plain Layout
30389
30390
30391 \backslash
30392 rotatebox[origin=c]{-30}{
30393 \backslash
30394 resizebox{2cm}{!}{
30395 \backslash
30396 reflectbox{
30397 \end_layout
30398
30399 \end_inset
30400
30401
30402 \begin_inset Graphics
30403         filename ../clipart/platypus.eps
30404         lyxscale 50
30405         width 25col%
30406
30407 \end_inset
30408
30409
30410 \begin_inset ERT
30411 status collapsed
30412
30413 \begin_layout Plain Layout
30414
30415 }}}
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \begin_inset ERT
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425
30426
30427 \backslash
30428 rotatebox[origin=c]{-45}{
30429 \backslash
30430 resizebox{2cm}{!}{
30431 \backslash
30432 reflectbox{
30433 \end_layout
30434
30435 \end_inset
30436
30437
30438 \begin_inset Tabular
30439 <lyxtabular version="3" rows="2" columns="2">
30440 <features>
30441 <column alignment="center" valignment="top" width="0">
30442 <column alignment="center" valignment="top" width="0">
30443 <row>
30444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30445 \begin_inset Text
30446
30447 \begin_layout Plain Layout
30448 q
30449 \end_layout
30450
30451 \end_inset
30452 </cell>
30453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30454 \begin_inset Text
30455
30456 \begin_layout Plain Layout
30457 w
30458 \end_layout
30459
30460 \end_inset
30461 </cell>
30462 </row>
30463 <row>
30464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30465 \begin_inset Text
30466
30467 \begin_layout Plain Layout
30468 e
30469 \end_layout
30470
30471 \end_inset
30472 </cell>
30473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30474 \begin_inset Text
30475
30476 \begin_layout Plain Layout
30477 r
30478 \end_layout
30479
30480 \end_inset
30481 </cell>
30482 </row>
30483 </lyxtabular>
30484
30485 \end_inset
30486
30487
30488 \begin_inset ERT
30489 status collapsed
30490
30491 \begin_layout Plain Layout
30492
30493 }}}
30494 \end_layout
30495
30496 \end_inset
30497
30498
30499 \begin_inset ERT
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503
30504
30505 \backslash
30506 rotatebox[origin=c]{-45}{
30507 \backslash
30508 resizebox{2cm}{!}{
30509 \backslash
30510 reflectbox{
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30517 \end_inset
30518
30519
30520 \begin_inset ERT
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524
30525 }}}
30526 \end_layout
30527
30528 \end_inset
30529
30530
30531 \end_layout
30532
30533 \begin_layout Standard
30534 Si se usa el estilo global 
30535 \series bold
30536 fleqn
30537 \series default
30538  para las ecuaciones del documento,
30539 \begin_inset Foot
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543 Si «fleqn» se añade a las opciones de clase del documento.
30544 \end_layout
30545
30546 \end_inset
30547
30548  también pueden escalarse las ecuaciones en estilo presentación.
30549 \end_layout
30550
30551 \begin_layout Chapter
30552 Archivos externos
30553 \begin_inset Index
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557 Archivos externos
30558 \end_layout
30559
30560 \end_inset
30561
30562
30563 \end_layout
30564
30565 \begin_layout Standard
30566 Con el menú 
30567 \family sans
30568 Insertar\SpecialChar \menuseparator
30569 Archivo 
30570 \family default
30571 se pueden insertar archivos externos en un documento.
30572  Estos pueden ser:
30573 \end_layout
30574
30575 \begin_layout Description
30576 Documento
30577 \begin_inset space ~
30578 \end_inset
30579
30580 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30581 \end_layout
30582
30583 \begin_layout Description
30584 Texto
30585 \begin_inset space ~
30586 \end_inset
30587
30588 simple Un documento de texto; cada línea del mismo se inserta en tu documento
30589  como párrafo propio.
30590 \end_layout
30591
30592 \begin_layout Description
30593 Texto
30594 \begin_inset space ~
30595 \end_inset
30596
30597 simple,
30598 \begin_inset space ~
30599 \end_inset
30600
30601 unir
30602 \begin_inset space ~
30603 \end_inset
30604
30605 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
30606  Las líneas vacías generan un nuevo párrafo en tu documento.
30607 \end_layout
30608
30609 \begin_layout Description
30610 Material
30611 \begin_inset space ~
30612 \end_inset
30613
30614 externo Archivos en diversos formatos.
30615 \end_layout
30616
30617 \begin_layout Description
30618 Documento
30619 \begin_inset space ~
30620 \end_inset
30621
30622 hijo Documentos LyX, LaTeX o texto simple.
30623 \end_layout
30624
30625 \begin_layout Section
30626 Material externo
30627 \begin_inset Index
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631 Material externo
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \end_layout
30638
30639 \begin_layout Standard
30640 Esta característica te permite insertar archivos en tu documento sin convertirlo
30641 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30642  las necesarias conversiones.
30643  Esto es parecido a la inserción de imágenes en diversos formatos en los
30644  documentos LyX.
30645  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
30646  en 
30647 \family sans
30648 Apariencia
30649 \family default
30650 \SpecialChar \menuseparator
30651 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
30652  en LyX.
30653 \end_layout
30654
30655 \begin_layout Standard
30656 El material externo se puede insertar mediante el diálogo que surge a partir
30657  del menú 
30658 \family sans
30659 Insertar\SpecialChar \menuseparator
30660 Archivo\SpecialChar \menuseparator
30661 Material
30662 \begin_inset space ~
30663 \end_inset
30664
30665 externo
30666 \family default
30667 .
30668  Actualmente se permiten los siguientes tipos de archivo (
30669 \family sans
30670 Plantillas
30671 \family default
30672 ):
30673 \end_layout
30674
30675 \begin_layout Description
30676 Diagrama
30677 \begin_inset space ~
30678 \end_inset
30679
30680 de
30681 \begin_inset space ~
30682 \end_inset
30683
30684 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30685  con el programa 
30686 \series bold
30687
30688 \begin_inset CommandInset href
30689 LatexCommand href
30690 name "XBoard"
30691 target "http://en.wikipedia.org/wiki/XBoard"
30692
30693 \end_inset
30694
30695
30696 \series default
30697 .
30698 \end_layout
30699
30700 \begin_layout Description
30701 Dia Esta plantilla soporta diagramas creados con el programa 
30702 \series bold
30703
30704 \begin_inset CommandInset href
30705 LatexCommand href
30706 name "Dia"
30707 target "http://en.wikipedia.org/wiki/Dia_(software)"
30708
30709 \end_inset
30710
30711
30712 \series default
30713 .
30714 \end_layout
30715
30716 \begin_layout Description
30717 Fecha Esta inserta la fecha en el formato 
30718 \emph on
30719 Día-Mes-Año.
30720
30721 \emph default
30722  A continuación hay una fecha insertada como material externo: 
30723 \begin_inset External
30724         template Date
30725         filename ...
30726
30727 \end_inset
30728
30729
30730 \begin_inset space ~
30731 \end_inset
30732
30733
30734 \begin_inset Note Note
30735 status collapsed
30736
30737 \begin_layout Plain Layout
30738 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
30739 \end_layout
30740
30741 \end_inset
30742
30743
30744 \begin_inset Newline newline
30745 \end_inset
30746
30747 La fecha no se muestra en LyX, sólo en la salida.
30748  Hay otros dos métodos de insertar una fecha, con el menú 
30749 \family sans
30750 Insertar\SpecialChar \menuseparator
30751 Fecha
30752 \family default
30753  y con el comando LaTeX 
30754 \series bold
30755
30756 \backslash
30757 today
30758 \series default
30759  en código TeX.
30760  Los distintos métodos se comparan en la tabla
30761 \begin_inset space ~
30762 \end_inset
30763
30764
30765 \begin_inset CommandInset ref
30766 LatexCommand ref
30767 reference "tab:Comparación-de"
30768
30769 \end_inset
30770
30771 .
30772 \end_layout
30773
30774 \begin_layout Description
30775 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30776 \begin_inset Newline linebreak
30777 \end_inset
30778
30779
30780 \series bold
30781
30782 \begin_inset CommandInset href
30783 LatexCommand href
30784 name "LilyPond"
30785 target "http://en.wikipedia.org/wiki/LilyPond"
30786
30787 \end_inset
30788
30789
30790 \series default
30791 .
30792 \end_layout
30793
30794 \begin_layout Description
30795 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
30796  Para insertar algunas o todas las páginas de un documento PDF, utiliza
30797  la opción 
30798 \emph on
30799 pages
30800 \emph default
30801  en el campo 
30802 \family sans
30803 Opción
30804 \family default
30805  de la pestaña 
30806 \family sans
30807 Opciones de LaTeX y LyX
30808 \family default
30809 , según la descripción de la plantilla en el diálogo.
30810  Si no se usa la opción 
30811 \emph on
30812 pages
30813 \emph default
30814 , sólo se inserta la primera página del PDF.
30815 \end_layout
30816
30817 \begin_layout Description
30818 RasterImage Sirve para insertar imágenes bitmap.
30819  Casi todos los formatos populares de imágenes están soportados.
30820  Las imágenes se pueden tratar en el diálogo 
30821 \family sans
30822 Material Externo
30823 \family default
30824  como las que habitualmente se incluyen mediante el diálogo 
30825 \family sans
30826 Gráficos
30827 \family default
30828 , tal como se explica en la sección
30829 \begin_inset space ~
30830 \end_inset
30831
30832
30833 \begin_inset CommandInset ref
30834 LatexCommand ref
30835 reference "sec:Diálogo-Gráficos"
30836
30837 \end_inset
30838
30839 .
30840  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30841  PDF y EPS no están soportadas.
30842 \end_layout
30843
30844 \begin_layout Description
30845 XFig Esta plantilla soporta imágenes creadas con el programa 
30846 \series bold
30847
30848 \begin_inset CommandInset href
30849 LatexCommand href
30850 name "Xfig"
30851 target "http://en.wikipedia.org/wiki/Xfig"
30852
30853 \end_inset
30854
30855
30856 \series default
30857 .
30858 \end_layout
30859
30860 \begin_layout Standard
30861 \begin_inset Float table
30862 placement h
30863 wide false
30864 sideways false
30865 status open
30866
30867 \begin_layout Plain Layout
30868 \begin_inset Caption
30869
30870 \begin_layout Plain Layout
30871 \begin_inset CommandInset label
30872 LatexCommand label
30873 name "tab:Comparación-de"
30874
30875 \end_inset
30876
30877 Comparación de los métodos de inserción de fecha.
30878 \end_layout
30879
30880 \end_inset
30881
30882
30883 \end_layout
30884
30885 \begin_layout Plain Layout
30886 \align center
30887 \begin_inset Tabular
30888 <lyxtabular version="3" rows="4" columns="4">
30889 <features>
30890 <column alignment="center" valignment="top" width="0">
30891 <column alignment="center" valignment="top" width="0">
30892 <column alignment="center" valignment="top" width="0">
30893 <column alignment="center" valignment="top" width="0">
30894 <row>
30895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30896 \begin_inset Text
30897
30898 \begin_layout Plain Layout
30899 Documento
30900 \end_layout
30901
30902 \end_inset
30903 </cell>
30904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30905 \begin_inset Text
30906
30907 \begin_layout Plain Layout
30908
30909 \family sans
30910 Material externo\SpecialChar \menuseparator
30911 Fecha
30912 \end_layout
30913
30914 \end_inset
30915 </cell>
30916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30917 \begin_inset Text
30918
30919 \begin_layout Plain Layout
30920
30921 \family sans
30922 Insertar\SpecialChar \menuseparator
30923 Fecha
30924 \end_layout
30925
30926 \end_inset
30927 </cell>
30928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30929 \begin_inset Text
30930
30931 \begin_layout Plain Layout
30932 comando 
30933 \series bold
30934
30935 \backslash
30936 today
30937 \end_layout
30938
30939 \end_inset
30940 </cell>
30941 </row>
30942 <row>
30943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30944 \begin_inset Text
30945
30946 \begin_layout Plain Layout
30947 LyX
30948 \end_layout
30949
30950 \end_inset
30951 </cell>
30952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30953 \begin_inset Text
30954
30955 \begin_layout Plain Layout
30956 como cuadro
30957 \end_layout
30958
30959 \end_inset
30960 </cell>
30961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30962 \begin_inset Text
30963
30964 \begin_layout Plain Layout
30965 como fecha
30966 \end_layout
30967
30968 \end_inset
30969 </cell>
30970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30971 \begin_inset Text
30972
30973 \begin_layout Plain Layout
30974 como cuadro código TeX
30975 \end_layout
30976
30977 \end_inset
30978 </cell>
30979 </row>
30980 <row>
30981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30982 \begin_inset Text
30983
30984 \begin_layout Plain Layout
30985 LaTeX
30986 \end_layout
30987
30988 \end_inset
30989 </cell>
30990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30991 \begin_inset Text
30992
30993 \begin_layout Plain Layout
30994 como fecha
30995 \end_layout
30996
30997 \end_inset
30998 </cell>
30999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31000 \begin_inset Text
31001
31002 \begin_layout Plain Layout
31003 como fecha
31004 \end_layout
31005
31006 \end_inset
31007 </cell>
31008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31009 \begin_inset Text
31010
31011 \begin_layout Plain Layout
31012 como comando
31013 \end_layout
31014
31015 \end_inset
31016 </cell>
31017 </row>
31018 <row>
31019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31020 \begin_inset Text
31021
31022 \begin_layout Plain Layout
31023 DVI, PDF, PS
31024 \end_layout
31025
31026 \end_inset
31027 </cell>
31028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31029 \begin_inset Text
31030
31031 \begin_layout Plain Layout
31032 como fecha
31033 \end_layout
31034
31035 \end_inset
31036 </cell>
31037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31038 \begin_inset Text
31039
31040 \begin_layout Plain Layout
31041 como fecha
31042 \end_layout
31043
31044 \end_inset
31045 </cell>
31046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31047 \begin_inset Text
31048
31049 \begin_layout Plain Layout
31050 como fecha
31051 \end_layout
31052
31053 \end_inset
31054 </cell>
31055 </row>
31056 </lyxtabular>
31057
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Standard
31069 Si utilizas la opción 
31070 \family sans
31071 Borrador
31072 \family default
31073  en la solapa 
31074 \family sans
31075 Archivo
31076 \family default
31077  del diálogo 
31078 \family sans
31079 Material Externo
31080 \family default
31081 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31082 \family sans
31083
31084 \begin_inset Newline newline
31085 \end_inset
31086
31087
31088 \family default
31089 El material externo se muestra en LyX como un cuadro del tipo:
31090 \family sans
31091  
31092 \family default
31093
31094 \begin_inset Graphics
31095         filename clipart/MaterialExternoQt4.png
31096         scale 80
31097
31098 \end_inset
31099
31100  o como imagen, dependiendo de si se marca la opción 
31101 \family sans
31102 Mostrar en LyX 
31103 \family default
31104 de la pestaña 
31105 \family sans
31106 Opciones de LaTeX y LyX
31107 \family default
31108  del diálogo
31109 \family sans
31110 .
31111 \end_layout
31112
31113 \begin_layout Standard
31114 En el manual 
31115 \emph on
31116 Personalización
31117 \emph default
31118  se explica cómo definir tus propias plantillas.
31119 \end_layout
31120
31121 \begin_layout Section
31122 Documento hijo
31123 \begin_inset CommandInset label
31124 LatexCommand label
31125 name "sec:Documento-Hijo"
31126
31127 \end_inset
31128
31129
31130 \begin_inset Index
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134 Documento hijo
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \begin_layout Standard
31143 Los documentos hijos se emplean en el caso de tener un documento extenso
31144  compuesto por varias partes o secciones más grandes.
31145  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31146  en varios archivos que pueden ser revisados por separado.
31147  Estos archivos se conocen como documentos hijos, y el llamado documento
31148  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31149  Un documento hijo hereda contenidos de su maestro, por ejemplo la bibliografía
31150  y las etiquetas de las referencias cruzadas.
31151 \end_layout
31152
31153 \begin_layout Standard
31154 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31155  en el menú 
31156 \family sans
31157 Documento\SpecialChar \menuseparator
31158 Configuración\SpecialChar \menuseparator
31159 Clase del documento
31160 \family default
31161  del documento hijo especifica el documento maestro predeterminado.
31162  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31163  el documento hijo.
31164 \end_layout
31165
31166 \begin_layout Standard
31167 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31168  cuadros del tipo: 
31169 \begin_inset Graphics
31170         filename clipart/DocumentoHijoQt4.png
31171         scale 80
31172
31173 \end_inset
31174
31175 .
31176  Para incluir documentos hijos en un documento maestro utiliza el menú 
31177 \family sans
31178 Insertar
31179 \family default
31180 \SpecialChar \menuseparator
31181
31182 \family sans
31183 Archivo
31184 \family default
31185 \SpecialChar \menuseparator
31186
31187 \family sans
31188 Documento
31189 \begin_inset space ~
31190 \end_inset
31191
31192 hijo
31193 \family default
31194 .
31195  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31196 \end_layout
31197
31198 \begin_layout Description
31199 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31200  Al pulsar el botón 
31201 \family sans
31202 Cargar
31203 \family default
31204  en el diálogo 
31205 \family sans
31206 Documento hijo
31207 \family default
31208 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31209  la ventana de LyX y así puedes modificarlos si quieres.
31210 \end_layout
31211
31212 \begin_layout Standard
31213 Aquí hay un archivo insertado con el método 
31214 \family sans
31215 Incluir
31216 \family default
31217
31218 \begin_inset CommandInset include
31219 LatexCommand include
31220 filename "DocumentoPostizo1.lyx"
31221
31222 \end_inset
31223
31224
31225 \end_layout
31226
31227 \begin_layout Standard
31228 La numeración de secciones tiene en cuenta las secciones de los archivos
31229  incluidos en el orden en que están insertados en el documento maestro.
31230  El documento incluido de ejemplo tiene una subsección que se numera como
31231  subsección de la presente sección.
31232  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31233 \begin_inset space ~
31234 \end_inset
31235
31236
31237 \begin_inset CommandInset ref
31238 LatexCommand ref
31239 reference "sub:Subsección-Externa-1"
31240
31241 \end_inset
31242
31243 .
31244 \end_layout
31245
31246 \begin_layout Standard
31247 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31248  del documento maestro.
31249  Los documentos incluidos se insertan comenzando una página nueva y acabando
31250  con un salto de página.
31251 \end_layout
31252
31253 \begin_layout Standard
31254 Con el comando LaTeX 
31255 \series bold
31256
31257 \backslash
31258 includeonly
31259 \series default
31260  puedes determinar qué documentos hijos serán procesados al generar la salida.
31261  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31262  un extenso documento y quieres ahorrar tiempo de compilación.
31263  
31264 \series bold
31265
31266 \backslash
31267 includeonly 
31268 \series default
31269 se inserta en el preámbulo del documento maestro, poniendo como argumento
31270  una lista de los nombres de archivo separados con comas, p.
31271 \begin_inset space \thinspace{}
31272 \end_inset
31273
31274 e.
31275  la orden:
31276 \end_layout
31277
31278 \begin_layout Standard
31279
31280 \series bold
31281
31282 \backslash
31283 includeonly{capítulo1,capítulo5}
31284 \end_layout
31285
31286 \begin_layout Standard
31287 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
31288 » (o «capítulo1.tex») y «capítulo5.lyx».
31289 \end_layout
31290
31291 \begin_layout Standard
31292 \begin_inset Note Greyedout
31293 status open
31294
31295 \begin_layout Plain Layout
31296
31297 \series bold
31298 Nota:
31299 \series default
31300  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31301  a la del documento maestro, recibirás una advertencia al exportar/ver el
31302  documento, ya que esto podría dar resultados inesperados.
31303 \end_layout
31304
31305 \end_inset
31306
31307
31308 \end_layout
31309
31310 \begin_layout Description
31311 Entrada Este método es muy parecido al método 
31312 \family sans
31313 Incluir
31314 \family default
31315 .
31316  Las diferencias son:
31317 \end_layout
31318
31319 \begin_deeper
31320 \begin_layout Itemize
31321 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31322  un salto de página.
31323 \end_layout
31324
31325 \begin_layout Itemize
31326 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31327 \family sans
31328 Vista
31329 \begin_inset space ~
31330 \end_inset
31331
31332 preliminar
31333 \begin_inset space ~
31334 \end_inset
31335
31336 inmediata 
31337 \family default
31338 está activada en el diálogo 
31339 \family sans
31340 Herramientas\SpecialChar \menuseparator
31341 Preferencias
31342 \family default
31343 , apartado 
31344 \family sans
31345 Apariencia\SpecialChar \menuseparator
31346 Gráficos
31347 \family default
31348 .
31349 \end_layout
31350
31351 \begin_layout Itemize
31352 No se puede utilizar el comando LaTeX 
31353 \series bold
31354
31355 \backslash
31356 includeonly
31357 \series default
31358 .
31359 \end_layout
31360
31361 \end_deeper
31362 \begin_layout Standard
31363 Aquí hay un documento hijo insertado con el método 
31364 \family sans
31365 Entrada
31366 \family default
31367 :
31368 \end_layout
31369
31370 \begin_layout Standard
31371 \begin_inset CommandInset include
31372 LatexCommand input
31373 filename "DocumentoPostizo2.lyx"
31374
31375 \end_inset
31376
31377
31378 \end_layout
31379
31380 \begin_layout Description
31381 Literal Con este método se puede incluir todo archivo de texto.
31382  El archivo aparece en la salida con su código fuente, y si contiene comandos
31383  no se ejecutan.
31384  Con la opción 
31385 \family sans
31386 Marcar espacios en la salida
31387 \family default
31388  cada espacio en el código fuente se muestra en la salida con el carácter
31389  «
31390 \begin_inset ERT
31391 status collapsed
31392
31393 \begin_layout Plain Layout
31394
31395
31396 \backslash
31397 textvisiblespace
31398 \end_layout
31399
31400 \end_inset
31401
31402 ».
31403  La diferencia con el método de inserción mediante el menú 
31404 \family sans
31405 Insertar
31406 \family default
31407 \SpecialChar \menuseparator
31408
31409 \family sans
31410 Archivo
31411 \family default
31412 \SpecialChar \menuseparator
31413
31414 \family sans
31415 Texto
31416 \begin_inset space ~
31417 \end_inset
31418
31419 simple
31420 \family default
31421  es que en este caso el contenido del archivo se ve en LyX, mientras que
31422  en modo 
31423 \family sans
31424 Literal 
31425 \family default
31426 no se muestra el contenido, sino un recuadro con el nombre.
31427
31428 \family sans
31429  
31430 \end_layout
31431
31432 \begin_layout Standard
31433 Aquí se inserta un documento hijo en modo Literal:
31434 \begin_inset CommandInset include
31435 LatexCommand verbatiminput
31436 filename "DocumentoTextoPostizo.txt"
31437
31438 \end_inset
31439
31440
31441 \begin_inset VSpace bigskip
31442 \end_inset
31443
31444
31445 \end_layout
31446
31447 \begin_layout Standard
31448 Aquí se inserta un documento hijo en modo Literal con la opción 
31449 \family sans
31450 Marcar espacios en la salida
31451 \family default
31452 :
31453 \begin_inset CommandInset include
31454 LatexCommand verbatiminput*
31455 filename "DocumentoTextoPostizo.txt"
31456
31457 \end_inset
31458
31459
31460 \begin_inset VSpace bigskip
31461 \end_inset
31462
31463
31464 \end_layout
31465
31466 \begin_layout Standard
31467 \begin_inset Note Greyedout
31468 status open
31469
31470 \begin_layout Plain Layout
31471
31472 \series bold
31473 Nota:
31474 \series default
31475  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31476  incluidos en modo 
31477 \family sans
31478 literal
31479 \family default
31480  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31481  archivo de texto.
31482 \end_layout
31483
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \begin_layout Description
31490 Listado
31491 \begin_inset space ~
31492 \end_inset
31493
31494 de
31495 \begin_inset space ~
31496 \end_inset
31497
31498 programa Este tipo se describe en el capítulo
31499 \begin_inset space ~
31500 \end_inset
31501
31502
31503 \begin_inset CommandInset ref
31504 LatexCommand ref
31505 reference "cha:Listado-de-programa"
31506
31507 \end_inset
31508
31509 .
31510 \end_layout
31511
31512 \begin_layout Standard
31513 \begin_inset Note Greyedout
31514 status open
31515
31516 \begin_layout Plain Layout
31517
31518 \series bold
31519 Nota:
31520 \series default
31521  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31522  problemas en LaTeX.
31523 \end_layout
31524
31525 \end_inset
31526
31527
31528 \end_layout
31529
31530 \begin_layout Chapter
31531 Listado de programa
31532 \begin_inset CommandInset label
31533 LatexCommand label
31534 name "cha:Listado-de-programa"
31535
31536 \end_inset
31537
31538
31539 \begin_inset Index
31540 status collapsed
31541
31542 \begin_layout Plain Layout
31543 Listado de programa
31544 \end_layout
31545
31546 \end_inset
31547
31548
31549 \begin_inset Index
31550 status collapsed
31551
31552 \begin_layout Plain Layout
31553 Código de programa
31554 \end_layout
31555
31556 \end_inset
31557
31558
31559 \begin_inset Index
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563 Flotantes ! Listado de programa
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \begin_layout Standard
31572 Para incluir y tipografiar código de programación puedes usar la opción
31573  de menú disponible en 
31574 \family sans
31575 Insertar\SpecialChar \menuseparator
31576 Listado
31577 \begin_inset space ~
31578 \end_inset
31579
31580 de
31581 \begin_inset space ~
31582 \end_inset
31583
31584 programa.
31585  
31586 \family default
31587 El paquete LaTeX 
31588 \series bold
31589 listings
31590 \series default
31591
31592 \begin_inset Index
31593 status collapsed
31594
31595 \begin_layout Plain Layout
31596 LaTeX-paquetes ! listings
31597 \end_layout
31598
31599 \end_inset
31600
31601  provee un mecanismo potente y flexible para insertar código fuente en tu
31602  documento.
31603 \end_layout
31604
31605 \begin_layout Standard
31606 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
31607  incorporado en el que puedes configurar su formato.
31608 \end_layout
31609
31610 \begin_layout Standard
31611 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31612  La opción de ubicación 
31613 \family sans
31614 Listado
31615 \begin_inset space ~
31616 \end_inset
31617
31618 en
31619 \begin_inset space ~
31620 \end_inset
31621
31622 línea
31623 \family default
31624  lo imprime en la línea, como este ejemplo: 
31625 \begin_inset listings
31626 lstparams "language={C++}"
31627 inline true
31628 status open
31629
31630 \begin_layout Plain Layout
31631
31632 int a=5;
31633 \end_layout
31634
31635 \end_inset
31636
31637
31638 \family sans
31639
31640 \begin_inset Newline newline
31641 \end_inset
31642
31643
31644 \family default
31645 La opción 
31646 \family sans
31647 Flotante
31648 \family default
31649  crea un listado flotante cuya colocación se puede especificar mediante
31650  las opciones «
31651 \family sans
31652 h
31653 \family default
31654 », «
31655 \family sans
31656 t
31657 \family default
31658 », «
31659 \family sans
31660 b
31661 \family default
31662 » y «
31663 \family sans
31664 p
31665 \family default
31666 », correspondientes a las opciones de colocación de flotantes descritas
31667  en la sección
31668 \family sans
31669
31670 \begin_inset space ~
31671 \end_inset
31672
31673
31674 \begin_inset CommandInset ref
31675 LatexCommand ref
31676 reference "sec:Colocación-de-Flotantes"
31677
31678 \end_inset
31679
31680
31681 \family default
31682 .
31683  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31684  p.
31685 \family sans
31686
31687 \begin_inset space \thinspace{}
31688 \end_inset
31689
31690
31691 \family default
31692 e.
31693 \begin_inset space ~
31694 \end_inset
31695
31696 «
31697 \family sans
31698 htbp
31699 \family default
31700 ».
31701  La opción «
31702 \family sans
31703 h
31704 \family default
31705 » a veces no tiene efecto, pero no necesitas usar la opción 
31706 \family sans
31707 Flotante
31708 \family default
31709  en ese caso puesto que los listados de programa no flotantes también pueden
31710  tener leyendas y ser referenciadas.
31711 \end_layout
31712
31713 \begin_layout Standard
31714 Se puede añadir una leyenda a un listado de programa con el menú 
31715 \family sans
31716 Insertar\SpecialChar \menuseparator
31717 Leyenda
31718 \family default
31719
31720 \begin_inset Foot
31721 status collapsed
31722
31723 \begin_layout Plain Layout
31724 Para traducir la etiqueta 
31725 \begin_inset Quotes eld
31726 \end_inset
31727
31728 Listado
31729 \begin_inset Quotes erd
31730 \end_inset
31731
31732  de la leyenda, se añade al preámbulo del documento el comando 
31733 \series bold
31734
31735 \backslash
31736 renewcommand{
31737 \backslash
31738 lstlistingname}{Listado}
31739 \series default
31740 .
31741  (
31742 \emph on
31743 N.
31744 \begin_inset space \thinspace{}
31745 \end_inset
31746
31747 del t.
31748 \emph default
31749 )
31750 \end_layout
31751
31752 \end_inset
31753
31754 .
31755  Los listados de programa se pueden referenciar como los flotantes: Listado
31756 \begin_inset space ~
31757 \end_inset
31758
31759
31760 \begin_inset CommandInset ref
31761 LatexCommand ref
31762 reference "lst:Ejemplo-de-listado-de-programa"
31763
31764 \end_inset
31765
31766
31767 \end_layout
31768
31769 \begin_layout Standard
31770 \begin_inset listings
31771 lstparams "language=Python"
31772 inline false
31773 status open
31774
31775 \begin_layout Plain Layout
31776
31777 \begin_inset Caption
31778
31779 \begin_layout Plain Layout
31780 \begin_inset CommandInset label
31781 LatexCommand label
31782 name "lst:Ejemplo-de-listado-de-programa"
31783
31784 \end_inset
31785
31786 Ejemplo de listado de programa flotante
31787 \end_layout
31788
31789 \end_inset
31790
31791 # Ejemplo de listado flotante
31792 \end_layout
31793
31794 \begin_layout Plain Layout
31795
31796 def func(param):
31797 \end_layout
31798
31799 \begin_layout Plain Layout
31800
31801     'this is a python function'
31802 \end_layout
31803
31804 \begin_layout Plain Layout
31805
31806     pass
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \begin_layout Standard
31815 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31816  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31817  y tipografiadas de manera especial en la salida.
31818  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31819  negrita.
31820 \end_layout
31821
31822 \begin_layout Standard
31823 \begin_inset Note Greyedout
31824 status open
31825
31826 \begin_layout Plain Layout
31827
31828 \series bold
31829 Nota:
31830 \series default
31831  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31832  debe probablemente a que dicha fuente no suministra negritas.
31833  En este caso selecciona una fuente distinta en el menú 
31834 \family sans
31835 Documento
31836 \family default
31837 \SpecialChar \menuseparator
31838
31839 \family sans
31840 Configuración
31841 \family default
31842 \SpecialChar \menuseparator
31843
31844 \family sans
31845 Fuentes.
31846  
31847 \family default
31848 (Las fuentes 
31849 \emph on
31850 LuxiMono, BeraMono
31851 \emph default
31852  y 
31853 \emph on
31854 Courier 
31855 \emph default
31856 suministran negritas.)
31857 \end_layout
31858
31859 \end_inset
31860
31861
31862 \end_layout
31863
31864 \begin_layout Standard
31865 En la sección 
31866 \family sans
31867 Numeración
31868 \begin_inset space ~
31869 \end_inset
31870
31871 de
31872 \begin_inset space ~
31873 \end_inset
31874
31875 líneas
31876 \family default
31877  del diálogo puedes elegir el estilo de numeración de las líneas.
31878  En el campo 
31879 \family sans
31880 Paso 
31881 \family default
31882 puedes insertar un número para determinar qué líneas se numeran.
31883  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31884  
31885 \end_layout
31886
31887 \begin_layout Standard
31888 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31889  en la salida.
31890  La opción 
31891 \family sans
31892 Tabla
31893 \begin_inset space ~
31894 \end_inset
31895
31896 de
31897 \begin_inset space ~
31898 \end_inset
31899
31900 caracteres
31901 \begin_inset space ~
31902 \end_inset
31903
31904 extendida
31905 \family default
31906  debería emplearse si se usan en el código caracteres nacionales como la
31907  diéresis alemana.
31908 \begin_inset Newline newline
31909 \end_inset
31910
31911 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31912  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31913  y «Espacio como símbolo», rango de líneas 3-8:
31914 \begin_inset listings
31915 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31916 inline false
31917 status open
31918
31919 \begin_layout Plain Layout
31920
31921 def func(param):
31922 \end_layout
31923
31924 \begin_layout Plain Layout
31925
31926     'this is a python function'
31927 \end_layout
31928
31929 \begin_layout Plain Layout
31930
31931     pass
31932 \end_layout
31933
31934 \begin_layout Plain Layout
31935
31936 def func(param):
31937 \end_layout
31938
31939 \begin_layout Plain Layout
31940
31941 'This is a German word: Tschüß'
31942 \end_layout
31943
31944 \begin_layout Plain Layout
31945
31946 pass
31947 \end_layout
31948
31949 \begin_layout Plain Layout
31950
31951 def func(param):
31952 \end_layout
31953
31954 \begin_layout Plain Layout
31955
31956 'this is a python function'
31957 \end_layout
31958
31959 \begin_layout Plain Layout
31960
31961 pass
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \end_layout
31968
31969 \begin_layout Standard
31970 \begin_inset Note Greyedout
31971 status open
31972
31973 \begin_layout Plain Layout
31974
31975 \series bold
31976 Nota:
31977 \series default
31978  Debido a un error en el paquete 
31979 \series bold
31980 listings
31981 \series default
31982  la numeración de líneas cambia en una línea por cada listado previo.
31983  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31984  3 y 6.
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \end_layout
31991
31992 \begin_layout Standard
31993 \begin_inset VSpace bigskip
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \begin_layout Standard
32000 También es posible imprimir como listado de programa líneas de un archivo.
32001  Para hacer esto, usa el menú 
32002 \family sans
32003 Insertar\SpecialChar \menuseparator
32004 Archivo\SpecialChar \menuseparator
32005 Documento
32006 \begin_inset space ~
32007 \end_inset
32008
32009 hijo 
32010 \family default
32011 y elige el tipo 
32012 \family sans
32013 Listado de programa
32014 \family default
32015 .
32016 \begin_inset Foot
32017 status collapsed
32018
32019 \begin_layout Plain Layout
32020 Los restantes tipos de documento hijo se describen en la sección
32021 \begin_inset space ~
32022 \end_inset
32023
32024
32025 \begin_inset CommandInset ref
32026 LatexCommand ref
32027 reference "sec:Documento-Hijo"
32028
32029 \end_inset
32030
32031 .
32032 \end_layout
32033
32034 \end_inset
32035
32036  En el diálogo de documento hijo puedes especificar los parámetros del listado
32037  en el cuadro de texto.
32038  Para ver una lista de los parámetros disponibles teclea una interrogación
32039  «?» en el cuadro.
32040 \end_layout
32041
32042 \begin_layout Standard
32043 Para referenciar un documento hijo tipo listado, escribe el texto de la
32044  etiqueta en el campo correspondiente del diálogo de documento hijo.
32045  Después se puede referenciar la etiqueta con el menú 
32046 \family sans
32047 Insertar\SpecialChar \menuseparator
32048 Referencia cruzada.
32049 \end_layout
32050
32051 \begin_layout Standard
32052 A continuación hay un ejemplo, Listado
32053 \begin_inset space ~
32054 \end_inset
32055
32056
32057 \begin_inset CommandInset ref
32058 LatexCommand ref
32059 reference "lst:archivo-listado"
32060
32061 \end_inset
32062
32063 , de inserción de líneas de un archivo; en él se incluye el rango de las
32064  líneas 10
32065 \begin_inset space \thinspace{}
32066 \end_inset
32067
32068 -
32069 \begin_inset space \thinspace{}
32070 \end_inset
32071
32072 15 de este archivo LyX.
32073 \end_layout
32074
32075 \begin_layout Standard
32076 \begin_inset CommandInset include
32077 LatexCommand lstinputlisting
32078 filename "EmbeddedObjects.lyx"
32079 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32080
32081 \end_inset
32082
32083
32084 \begin_inset VSpace bigskip
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \begin_layout Standard
32091 Las preferencias globales se pueden establecer en el diálogo 
32092 \family sans
32093 Documento\SpecialChar \menuseparator
32094 Configuración\SpecialChar \menuseparator
32095 Diseño
32096 \begin_inset space ~
32097 \end_inset
32098
32099 del
32100 \begin_inset space ~
32101 \end_inset
32102
32103 texto.
32104  
32105 \family default
32106 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32107  «?» en el campo de texto.
32108 \end_layout
32109
32110 \begin_layout Standard
32111 Para más información sobre el paquete 
32112 \series bold
32113 listings
32114 \series default
32115 , consulta su documentación
32116 \begin_inset space ~
32117 \end_inset
32118
32119
32120 \begin_inset CommandInset citation
32121 LatexCommand cite
32122 key "listings"
32123
32124 \end_inset
32125
32126 .
32127 \end_layout
32128
32129 \begin_layout Standard
32130 \begin_inset Newpage newpage
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Chapter
32137 \start_of_appendix
32138 Unidades disponibles en LyX
32139 \begin_inset Index
32140 status collapsed
32141
32142 \begin_layout Plain Layout
32143 Unidades
32144 \end_layout
32145
32146 \end_inset
32147
32148
32149 \begin_inset CommandInset label
32150 LatexCommand label
32151 name "cha:Unidades-disponibles-en"
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Standard
32159 Para comprender las unidades utilizadas en este manual, el cuadro
32160 \begin_inset space ~
32161 \end_inset
32162
32163
32164 \begin_inset CommandInset ref
32165 LatexCommand ref
32166 reference "tab:Unidades"
32167
32168 \end_inset
32169
32170  describe todas las unidades disponibles en LyX.
32171 \end_layout
32172
32173 \begin_layout Standard
32174 \begin_inset Float table
32175 placement h
32176 wide false
32177 sideways false
32178 status open
32179
32180 \begin_layout Plain Layout
32181 \begin_inset Caption
32182
32183 \begin_layout Plain Layout
32184 \begin_inset CommandInset label
32185 LatexCommand label
32186 name "tab:Unidades"
32187
32188 \end_inset
32189
32190 Unidades
32191 \end_layout
32192
32193 \end_inset
32194
32195
32196 \end_layout
32197
32198 \begin_layout Plain Layout
32199 \begin_inset VSpace medskip
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Plain Layout
32206 \align center
32207 \begin_inset Tabular
32208 <lyxtabular version="3" rows="20" columns="2">
32209 <features>
32210 <column alignment="center" valignment="top" width="0">
32211 <column alignment="center" valignment="top" width="0">
32212 <row>
32213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32214 \begin_inset Text
32215
32216 \begin_layout Plain Layout
32217 unidad
32218 \end_layout
32219
32220 \end_inset
32221 </cell>
32222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32223 \begin_inset Text
32224
32225 \begin_layout Plain Layout
32226 nombre/descripción
32227 \end_layout
32228
32229 \end_inset
32230 </cell>
32231 </row>
32232 <row>
32233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32234 \begin_inset Text
32235
32236 \begin_layout Plain Layout
32237 mm
32238 \end_layout
32239
32240 \end_inset
32241 </cell>
32242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32243 \begin_inset Text
32244
32245 \begin_layout Plain Layout
32246 milímetro
32247 \end_layout
32248
32249 \end_inset
32250 </cell>
32251 </row>
32252 <row>
32253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32254 \begin_inset Text
32255
32256 \begin_layout Plain Layout
32257 cm
32258 \end_layout
32259
32260 \end_inset
32261 </cell>
32262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32263 \begin_inset Text
32264
32265 \begin_layout Plain Layout
32266 centímetro
32267 \end_layout
32268
32269 \end_inset
32270 </cell>
32271 </row>
32272 <row>
32273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32274 \begin_inset Text
32275
32276 \begin_layout Plain Layout
32277 in
32278 \end_layout
32279
32280 \end_inset
32281 </cell>
32282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32283 \begin_inset Text
32284
32285 \begin_layout Plain Layout
32286 pulgada
32287 \end_layout
32288
32289 \end_inset
32290 </cell>
32291 </row>
32292 <row>
32293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32294 \begin_inset Text
32295
32296 \begin_layout Plain Layout
32297 pt
32298 \end_layout
32299
32300 \end_inset
32301 </cell>
32302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32303 \begin_inset Text
32304
32305 \begin_layout Plain Layout
32306 punto (72.27
32307 \begin_inset space \thinspace{}
32308 \end_inset
32309
32310 pt = 1
32311 \begin_inset space \thinspace{}
32312 \end_inset
32313
32314 in)
32315 \end_layout
32316
32317 \end_inset
32318 </cell>
32319 </row>
32320 <row>
32321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32322 \begin_inset Text
32323
32324 \begin_layout Plain Layout
32325 pc
32326 \end_layout
32327
32328 \end_inset
32329 </cell>
32330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32331 \begin_inset Text
32332
32333 \begin_layout Plain Layout
32334 pica (1
32335 \begin_inset space \thinspace{}
32336 \end_inset
32337
32338 pc = 12
32339 \begin_inset space \thinspace{}
32340 \end_inset
32341
32342 pt)
32343 \end_layout
32344
32345 \end_inset
32346 </cell>
32347 </row>
32348 <row>
32349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32350 \begin_inset Text
32351
32352 \begin_layout Plain Layout
32353 sp
32354 \end_layout
32355
32356 \end_inset
32357 </cell>
32358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32359 \begin_inset Text
32360
32361 \begin_layout Plain Layout
32362 punto escalado (65536
32363 \begin_inset space \thinspace{}
32364 \end_inset
32365
32366 sp = 1
32367 \begin_inset space \thinspace{}
32368 \end_inset
32369
32370 pt)
32371 \end_layout
32372
32373 \end_inset
32374 </cell>
32375 </row>
32376 <row>
32377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32378 \begin_inset Text
32379
32380 \begin_layout Plain Layout
32381 bp
32382 \end_layout
32383
32384 \end_inset
32385 </cell>
32386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32387 \begin_inset Text
32388
32389 \begin_layout Plain Layout
32390 punto grande (72
32391 \begin_inset space \thinspace{}
32392 \end_inset
32393
32394 bp = 1
32395 \begin_inset space \thinspace{}
32396 \end_inset
32397
32398 in)
32399 \end_layout
32400
32401 \end_inset
32402 </cell>
32403 </row>
32404 <row>
32405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32406 \begin_inset Text
32407
32408 \begin_layout Plain Layout
32409 dd
32410 \end_layout
32411
32412 \end_inset
32413 </cell>
32414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32415 \begin_inset Text
32416
32417 \begin_layout Plain Layout
32418 didot (1
32419 \begin_inset space \thinspace{}
32420 \end_inset
32421
32422 dd 
32423 \begin_inset Formula $\approx$
32424 \end_inset
32425
32426  0.376
32427 \begin_inset space \thinspace{}
32428 \end_inset
32429
32430 mm)
32431 \end_layout
32432
32433 \end_inset
32434 </cell>
32435 </row>
32436 <row>
32437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32438 \begin_inset Text
32439
32440 \begin_layout Plain Layout
32441 cc
32442 \end_layout
32443
32444 \end_inset
32445 </cell>
32446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32447 \begin_inset Text
32448
32449 \begin_layout Plain Layout
32450 cicero (1
32451 \begin_inset space \thinspace{}
32452 \end_inset
32453
32454 cc = 12
32455 \begin_inset space \thinspace{}
32456 \end_inset
32457
32458 dd)
32459 \end_layout
32460
32461 \end_inset
32462 </cell>
32463 </row>
32464 <row>
32465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32466 \begin_inset Text
32467
32468 \begin_layout Plain Layout
32469 escala
32470 \begin_inset space \thinspace{}
32471 \end_inset
32472
32473 %
32474 \end_layout
32475
32476 \end_inset
32477 </cell>
32478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32479 \begin_inset Text
32480
32481 \begin_layout Plain Layout
32482 % del tamaño original de la imagen
32483 \end_layout
32484
32485 \end_inset
32486 </cell>
32487 </row>
32488 <row>
32489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32490 \begin_inset Text
32491
32492 \begin_layout Plain Layout
32493 texto
32494 \begin_inset space \thinspace{}
32495 \end_inset
32496
32497 %
32498 \end_layout
32499
32500 \end_inset
32501 </cell>
32502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32503 \begin_inset Text
32504
32505 \begin_layout Plain Layout
32506 % de anchura de texto
32507 \end_layout
32508
32509 \end_inset
32510 </cell>
32511 </row>
32512 <row>
32513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32514 \begin_inset Text
32515
32516 \begin_layout Plain Layout
32517 columna
32518 \begin_inset space \thinspace{}
32519 \end_inset
32520
32521 %
32522 \end_layout
32523
32524 \end_inset
32525 </cell>
32526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32527 \begin_inset Text
32528
32529 \begin_layout Plain Layout
32530 % de anchura de columna
32531 \end_layout
32532
32533 \end_inset
32534 </cell>
32535 </row>
32536 <row>
32537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32538 \begin_inset Text
32539
32540 \begin_layout Plain Layout
32541 página
32542 \begin_inset space \thinspace{}
32543 \end_inset
32544
32545 %
32546 \end_layout
32547
32548 \end_inset
32549 </cell>
32550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32551 \begin_inset Text
32552
32553 \begin_layout Plain Layout
32554 % de anchura de página
32555 \end_layout
32556
32557 \end_inset
32558 </cell>
32559 </row>
32560 <row>
32561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32562 \begin_inset Text
32563
32564 \begin_layout Plain Layout
32565 línea
32566 \begin_inset space \thinspace{}
32567 \end_inset
32568
32569 %
32570 \end_layout
32571
32572 \end_inset
32573 </cell>
32574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32575 \begin_inset Text
32576
32577 \begin_layout Plain Layout
32578 % de anchura de línea
32579 \end_layout
32580
32581 \end_inset
32582 </cell>
32583 </row>
32584 <row>
32585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32586 \begin_inset Text
32587
32588 \begin_layout Plain Layout
32589 alt.
32590  texto
32591 \begin_inset space \thinspace{}
32592 \end_inset
32593
32594 %
32595 \end_layout
32596
32597 \end_inset
32598 </cell>
32599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32600 \begin_inset Text
32601
32602 \begin_layout Plain Layout
32603 % de altura de texto
32604 \end_layout
32605
32606 \end_inset
32607 </cell>
32608 </row>
32609 <row>
32610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32611 \begin_inset Text
32612
32613 \begin_layout Plain Layout
32614 alt.
32615  pág.
32616 \begin_inset space \thinspace{}
32617 \end_inset
32618
32619 %
32620 \end_layout
32621
32622 \end_inset
32623 </cell>
32624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32625 \begin_inset Text
32626
32627 \begin_layout Plain Layout
32628 % de altura de página
32629 \end_layout
32630
32631 \end_inset
32632 </cell>
32633 </row>
32634 <row>
32635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32636 \begin_inset Text
32637
32638 \begin_layout Plain Layout
32639 ex
32640 \end_layout
32641
32642 \end_inset
32643 </cell>
32644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32645 \begin_inset Text
32646
32647 \begin_layout Plain Layout
32648 altura de la letra 
32649 \emph on
32650 x
32651 \emph default
32652  en la fuente actual
32653 \end_layout
32654
32655 \end_inset
32656 </cell>
32657 </row>
32658 <row>
32659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32660 \begin_inset Text
32661
32662 \begin_layout Plain Layout
32663 em
32664 \end_layout
32665
32666 \end_inset
32667 </cell>
32668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32669 \begin_inset Text
32670
32671 \begin_layout Plain Layout
32672 anchura de la letra 
32673 \emph on
32674 M
32675 \emph default
32676  en la fuente actual
32677 \end_layout
32678
32679 \end_inset
32680 </cell>
32681 </row>
32682 <row>
32683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32684 \begin_inset Text
32685
32686 \begin_layout Plain Layout
32687 mu
32688 \end_layout
32689
32690 \end_inset
32691 </cell>
32692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32693 \begin_inset Text
32694
32695 \begin_layout Plain Layout
32696 unidad matemática (1
32697 \begin_inset space \thinspace{}
32698 \end_inset
32699
32700 mu = 1/18
32701 \begin_inset space \thinspace{}
32702 \end_inset
32703
32704 em)
32705 \end_layout
32706
32707 \end_inset
32708 </cell>
32709 </row>
32710 </lyxtabular>
32711
32712 \end_inset
32713
32714
32715 \end_layout
32716
32717 \end_inset
32718
32719
32720 \end_layout
32721
32722 \begin_layout Chapter
32723 Formatos de archivos de salida con gráficos
32724 \begin_inset CommandInset label
32725 LatexCommand label
32726 name "cha:Formatos-de-Archivos-de-Salida"
32727
32728 \end_inset
32729
32730
32731 \end_layout
32732
32733 \begin_layout Section
32734 DVI
32735 \begin_inset Index
32736 status collapsed
32737
32738 \begin_layout Plain Layout
32739 Formatos de archivo ! DVI
32740 \end_layout
32741
32742 \end_inset
32743
32744
32745 \begin_inset Index
32746 status collapsed
32747
32748 \begin_layout Plain Layout
32749 DVI|see
32750 \begin_inset ERT
32751 status collapsed
32752
32753 \begin_layout Plain Layout
32754
32755 {
32756 \end_layout
32757
32758 \end_inset
32759
32760 Formatos de archivo
32761 \begin_inset ERT
32762 status collapsed
32763
32764 \begin_layout Plain Layout
32765
32766 }
32767 \end_layout
32768
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \end_inset
32775
32776
32777 \end_layout
32778
32779 \begin_layout Standard
32780 Este tipo de archivo tiene la extensión «
32781 \family typewriter
32782 .dvi
32783 \family default
32784 ».
32785  Se denomina «device-independent» (DVI), porque es completamente portable;
32786  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32787  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32788  Los DVI se usan para vistas preliminares rápidas y como preparación para
32789  otros formatos de salida como PostScript.
32790 \end_layout
32791
32792 \begin_layout Standard
32793 \begin_inset Note Greyedout
32794 status open
32795
32796 \begin_layout Plain Layout
32797
32798 \series bold
32799 Nota:
32800 \series default
32801  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32802 \end_layout
32803
32804 \end_inset
32805
32806  Por tanto no debes olvidar esto si mueves archivos 
32807 \family typewriter
32808 .dvi
32809 \family default
32810  a otro ordenador.
32811  Esta característica también puede retardar la visualización del archivo,
32812  porque el visor DVI tiene que convertir la imagen en segundo plano para
32813  hacerla visible al deslizar el visor.
32814  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32815 \end_layout
32816
32817 \begin_layout Standard
32818 Un documento se exporta a DVI con el menú 
32819 \family sans
32820 Archivo\SpecialChar \menuseparator
32821 Exportar\SpecialChar \menuseparator
32822 DVI
32823 \family default
32824 .
32825  Puedes ver la salida del documento en DVI con el menú 
32826 \family sans
32827 Ver\SpecialChar \menuseparator
32828 DVI 
32829 \family default
32830 o con el botón
32831 \begin_inset space ~
32832 \end_inset
32833
32834
32835 \begin_inset Graphics
32836         filename ../../images/buffer-view_dvi.png
32837         scale 85
32838
32839 \end_inset
32840
32841 .
32842 \end_layout
32843
32844 \begin_layout Section
32845 PostScript
32846 \begin_inset CommandInset label
32847 LatexCommand label
32848 name "sec:PostScript"
32849
32850 \end_inset
32851
32852
32853 \begin_inset Index
32854 status collapsed
32855
32856 \begin_layout Plain Layout
32857 Formatos de archivo ! PostScript
32858 \end_layout
32859
32860 \end_inset
32861
32862
32863 \begin_inset Index
32864 status collapsed
32865
32866 \begin_layout Plain Layout
32867 PostScript|see
32868 \begin_inset ERT
32869 status collapsed
32870
32871 \begin_layout Plain Layout
32872
32873 {
32874 \end_layout
32875
32876 \end_inset
32877
32878 Formatos de archivo
32879 \begin_inset ERT
32880 status collapsed
32881
32882 \begin_layout Plain Layout
32883
32884 }
32885 \end_layout
32886
32887 \end_inset
32888
32889
32890 \end_layout
32891
32892 \end_inset
32893
32894
32895 \end_layout
32896
32897 \begin_layout Standard
32898 Este tipo de archivo tiene la extensión «
32899 \family typewriter
32900 .ps
32901 \family default
32902 ».
32903  PostScript fue desarrollado por la compañía 
32904 \family typewriter
32905 Adobe
32906 \family default
32907  como lenguaje para impresoras.
32908  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32909  PostScript puede considerarse como un «lenguaje de programación»; con él
32910  puedes calcular y dibujar imágenes y diagramas.
32911 \begin_inset Foot
32912 status collapsed
32913
32914 \begin_layout Plain Layout
32915 Si estás interesado en este tema acude al paquete LaTeX 
32916 \series bold
32917 PSTricks
32918 \series default
32919  
32920 \begin_inset CommandInset citation
32921 LatexCommand cite
32922 key "pstricks"
32923
32924 \end_inset
32925
32926 .
32927 \end_layout
32928
32929 \end_inset
32930
32931  Por esto los archivos suelen ser más grandes que los PDF.
32932 \end_layout
32933
32934 \begin_layout Standard
32935 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32936 d PostScript» (EPS, extensión «
32937 \family typewriter
32938 .eps
32939 \family default
32940 »).
32941  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32942  en segundo plano para convertir las imágenes a EPS.
32943  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32944  cada vez que veas o exportes el documento.
32945  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32946  puedes evitar el problema insertando las imágenes directamente en EPS.
32947 \end_layout
32948
32949 \begin_layout Standard
32950 El documento se puede exportar a PostScript con el menú 
32951 \family sans
32952 Archivo\SpecialChar \menuseparator
32953 Exportar\SpecialChar \menuseparator
32954 Postscript
32955 \family default
32956 .
32957  Se puede ver la salida en PostScript con el menú 
32958 \family sans
32959 Ver\SpecialChar \menuseparator
32960 Postscript 
32961 \family default
32962 o con el botón
32963 \begin_inset space ~
32964 \end_inset
32965
32966
32967 \begin_inset Graphics
32968         filename ../../images/buffer-view_ps.png
32969
32970 \end_inset
32971
32972 .
32973 \end_layout
32974
32975 \begin_layout Section
32976 PDF
32977 \begin_inset Index
32978 status collapsed
32979
32980 \begin_layout Plain Layout
32981 Formatos de archivo ! PDF
32982 \end_layout
32983
32984 \end_inset
32985
32986
32987 \begin_inset Index
32988 status collapsed
32989
32990 \begin_layout Plain Layout
32991 PDF
32992 \end_layout
32993
32994 \end_inset
32995
32996
32997 \end_layout
32998
32999 \begin_layout Standard
33000 Este tipo de archivo tiene la extensión «
33001 \family typewriter
33002 .pdf
33003 \family default
33004 ».
33005  El formato «Portable Document Format» (PDF) fue desarrollado por 
33006 \family typewriter
33007 Adobe
33008 \family default
33009  como derivado de PostScript.
33010  Es más comprimido y utiliza muchos menos comandos que PostScript.
33011  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33012  operativo y la salida impresa se muestra exactamente igual.
33013 \end_layout
33014
33015 \begin_layout Standard
33016 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33017  Photographic Experts Group» (JPG, extensión «
33018 \family typewriter
33019 .jpg
33020 \family default
33021 » o «
33022 \family typewriter
33023 .jpeg
33024 \family default
33025 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33026 \family typewriter
33027 .png
33028 \family default
33029 »).
33030  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33031  en segundo plano a alguno de los anteriores.
33032  Pero como se ha comentado en la sección sobre PostScript, la conversión
33033  de gráficos ralentiza el trabajo.
33034  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33035  mencionados.
33036 \end_layout
33037
33038 \begin_layout Standard
33039 Un documento se puede exportar a PDF con el menú 
33040 \family sans
33041 Archivo\SpecialChar \menuseparator
33042 Exportar
33043 \family default
33044  en tres modos diferentes:
33045 \end_layout
33046
33047 \begin_layout Description
33048 PDF
33049 \begin_inset space ~
33050 \end_inset
33051
33052 (ps2pdf) Este utiliza el programa 
33053 \family typewriter
33054 ps2pdf
33055 \family default
33056  que crea un PDF a partir de una versión PostScript del archivo.
33057  La versión PostScript es producida por el programa 
33058 \family typewriter
33059 dvips
33060 \family default
33061  que usa una versión DVI como paso intermedio.
33062  Así que este modo de exportación consta de tres conversiones.
33063 \end_layout
33064
33065 \begin_layout Description
33066 PDF
33067 \begin_inset space ~
33068 \end_inset
33069
33070 (dvipdfm) Este utiliza el programa 
33071 \family typewriter
33072 dvipdfm
33073 \family default
33074  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33075  PDF.
33076 \end_layout
33077
33078 \begin_layout Description
33079 PDF
33080 \begin_inset space ~
33081 \end_inset
33082
33083 (pdflatex) Este utiliza el programa 
33084 \family typewriter
33085 pdftex
33086 \family default
33087  que convierte directamente el archivo a PDF.
33088 \end_layout
33089
33090 \begin_layout Standard
33091 Se recomienda usar 
33092 \family sans
33093 PDF
33094 \begin_inset space ~
33095 \end_inset
33096
33097 (pdflatex)
33098 \family default
33099  porque 
33100 \family typewriter
33101 pdftex
33102 \family default
33103  soporta todas las características de las versiones actuales de PDF, es
33104  rápido y estable.
33105  El programa 
33106 \family typewriter
33107 dvipdfm
33108 \family default
33109  ya no se desarrolla y está un poco obsoleto.
33110 \end_layout
33111
33112 \begin_layout Standard
33113 La salida en formato PDF se puede ver con el menú 
33114 \family sans
33115 Ver 
33116 \family default
33117 o con el botón
33118 \begin_inset space ~
33119 \end_inset
33120
33121
33122 \begin_inset Graphics
33123         filename ../../images/buffer-view_pdf2.png
33124         scale 85
33125
33126 \end_inset
33127
33128  (que usa 
33129 \family sans
33130 PDF
33131 \begin_inset space ~
33132 \end_inset
33133
33134 (pdflatex)
33135 \family default
33136 ).
33137 \end_layout
33138
33139 \begin_layout Chapter
33140 Explicación de la ecuación
33141 \begin_inset space ~
33142 \end_inset
33143
33144
33145 \begin_inset CommandInset ref
33146 LatexCommand eqref
33147 reference "eq:Wgn"
33148
33149 \end_inset
33150
33151
33152 \begin_inset CommandInset label
33153 LatexCommand label
33154 name "cha:Explicación-de-la-Ecuación"
33155
33156 \end_inset
33157
33158
33159 \end_layout
33160
33161 \begin_layout Standard
33162 La anchura total de 
33163 \emph on
33164 n
33165 \emph default
33166  celdas de una tabla 
33167 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33168 \end_inset
33169
33170  puede calcularse con
33171 \end_layout
33172
33173 \begin_layout Standard
33174 \begin_inset Formula \begin{equation}
33175 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}
33176
33177 \end_inset
33178
33179
33180 \end_layout
33181
33182 \begin_layout Standard
33183 donde 
33184 \begin_inset Formula $W_{g\, n}$
33185 \end_inset
33186
33187  es el ancho dado de todas las celdas.
33188  
33189 \series bold
33190
33191 \backslash
33192 tabcolsep
33193 \series default
33194  es la longitud LaTeX entre el texto y el borde de la celda, 6
33195 \begin_inset space \thinspace{}
33196 \end_inset
33197
33198 pt por omisión.
33199  
33200 \series bold
33201
33202 \backslash
33203 arrayrulewidth
33204 \series default
33205  es el grosor de línea del borde, 0.4
33206 \begin_inset space \thinspace{}
33207 \end_inset
33208
33209 pt por omisión.
33210 \end_layout
33211
33212 \begin_layout Standard
33213 Procediendo como en la ecuación
33214 \begin_inset space ~
33215 \end_inset
33216
33217
33218 \begin_inset CommandInset ref
33219 LatexCommand eqref
33220 reference "eq:Wtot_n"
33221
33222 \end_inset
33223
33224 , el ancho total de una multicolumna, 
33225 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33226 \end_inset
33227
33228  es
33229 \end_layout
33230
33231 \begin_layout Standard
33232 \begin_inset Formula \begin{equation}
33233 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33234
33235 \end_inset
33236
33237
33238 \end_layout
33239
33240 \begin_layout Standard
33241 Igualando las ecuaciones
33242 \begin_inset space ~
33243 \end_inset
33244
33245
33246 \begin_inset CommandInset ref
33247 LatexCommand eqref
33248 reference "eq:Wtot_n"
33249
33250 \end_inset
33251
33252  y 
33253 \begin_inset CommandInset ref
33254 LatexCommand eqref
33255 reference "eq:Wtot_mult"
33256
33257 \end_inset
33258
33259  podemos calcular el ancho dado necesario 
33260 \begin_inset Formula $W_{g\, n}$
33261 \end_inset
33262
33263  cuando se expanden 
33264 \emph on
33265 n
33266 \emph default
33267  columnas, de forma que cada una de ellas tiene una anchura total  
33268 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33269 \end_inset
33270
33271 :
33272 \end_layout
33273
33274 \begin_layout Standard
33275 \begin_inset Formula \begin{equation}
33276 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33277
33278 \end_inset
33279
33280
33281 \end_layout
33282
33283 \begin_layout Bibliography
33284 \begin_inset CommandInset bibitem
33285 LatexCommand bibitem
33286 key "latexcompanion"
33287
33288 \end_inset
33289
33290 Frank Mittelbach and Michel Goossens: 
33291 \emph on
33292 The LaTeX Companion Second Edition.
33293
33294 \emph default
33295  Addison-Wesley, 2004
33296 \end_layout
33297
33298 \begin_layout Bibliography
33299 \begin_inset CommandInset bibitem
33300 LatexCommand bibitem
33301 key "latexguide"
33302
33303 \end_inset
33304
33305 Helmut Kopka and Patrick W.
33306  Daly: 
33307 \emph on
33308 A Guide to LaTeX Fourth Edition.
33309
33310 \emph default
33311  Addison-Wesley, 2003
33312 \end_layout
33313
33314 \begin_layout Bibliography
33315 \begin_inset CommandInset bibitem
33316 LatexCommand bibitem
33317 key "latexbook"
33318
33319 \end_inset
33320
33321 Leslie Lamport: 
33322 \emph on
33323 LaTeX: A Document Preparation System.
33324
33325 \emph default
33326  Addison-Wesley, second edition, 1994
33327 \end_layout
33328
33329 \begin_layout Bibliography
33330 \begin_inset CommandInset bibitem
33331 LatexCommand bibitem
33332 key "booktabs"
33333
33334 \end_inset
33335
33336 Documentación del paquete LaTeX 
33337 \series bold
33338
33339 \begin_inset CommandInset href
33340 LatexCommand href
33341 name "booktabs"
33342 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33343
33344 \end_inset
33345
33346
33347 \series default
33348
33349 \begin_inset Index
33350 status collapsed
33351
33352 \begin_layout Plain Layout
33353 LaTeX-paquetes ! booktabs
33354 \end_layout
33355
33356 \end_inset
33357
33358
33359 \end_layout
33360
33361 \begin_layout Bibliography
33362 \begin_inset CommandInset bibitem
33363 LatexCommand bibitem
33364 key "caption"
33365
33366 \end_inset
33367
33368 Documentación del paquete LaTeX 
33369 \series bold
33370
33371 \begin_inset CommandInset href
33372 LatexCommand href
33373 name "caption"
33374 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33375
33376 \end_inset
33377
33378
33379 \series default
33380
33381 \begin_inset Index
33382 status collapsed
33383
33384 \begin_layout Plain Layout
33385 LaTeX-paquetes ! caption
33386 \end_layout
33387
33388 \end_inset
33389
33390
33391 \end_layout
33392
33393 \begin_layout Bibliography
33394 \begin_inset CommandInset bibitem
33395 LatexCommand bibitem
33396 key "endfloat"
33397
33398 \end_inset
33399
33400 Documentación del paquete LaTeX 
33401 \series bold
33402
33403 \begin_inset CommandInset href
33404 LatexCommand href
33405 name "endfloat"
33406 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33407
33408 \end_inset
33409
33410
33411 \series default
33412
33413 \begin_inset Index
33414 status collapsed
33415
33416 \begin_layout Plain Layout
33417 LaTeX-paquetes ! endfloat
33418 \end_layout
33419
33420 \end_inset
33421
33422
33423 \end_layout
33424
33425 \begin_layout Bibliography
33426 \begin_inset CommandInset bibitem
33427 LatexCommand bibitem
33428 key "wrapfig"
33429
33430 \end_inset
33431
33432 Documentación del paquete LaTeX 
33433 \series bold
33434
33435 \begin_inset CommandInset href
33436 LatexCommand href
33437 name "wrapfig"
33438 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33439
33440 \end_inset
33441
33442
33443 \series default
33444
33445 \begin_inset Index
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449 LaTeX-paquetes ! wrapfig
33450 \begin_inset ERT
33451 status collapsed
33452
33453 \begin_layout Plain Layout
33454
33455
33456 \backslash
33457 vspace{4mm}
33458 \end_layout
33459
33460 \end_inset
33461
33462
33463 \end_layout
33464
33465 \end_inset
33466
33467
33468 \end_layout
33469
33470 \begin_layout Bibliography
33471 \begin_inset CommandInset bibitem
33472 LatexCommand bibitem
33473 key "footmisc"
33474
33475 \end_inset
33476
33477 Documentación del paquete LaTeX 
33478 \series bold
33479
33480 \begin_inset CommandInset href
33481 LatexCommand href
33482 name "footmisc"
33483 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33484
33485 \end_inset
33486
33487
33488 \series default
33489
33490 \begin_inset Index
33491 status collapsed
33492
33493 \begin_layout Plain Layout
33494 LaTeX-paquetes ! footmisc
33495 \end_layout
33496
33497 \end_inset
33498
33499
33500 \end_layout
33501
33502 \begin_layout Bibliography
33503 \begin_inset CommandInset bibitem
33504 LatexCommand bibitem
33505 key "hypcap"
33506
33507 \end_inset
33508
33509 Documentación del paquete LaTeX 
33510 \series bold
33511
33512 \begin_inset CommandInset href
33513 LatexCommand href
33514 name "hypcap"
33515 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33516
33517 \end_inset
33518
33519
33520 \series default
33521
33522 \begin_inset Index
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526 LaTeX-paquetes ! hyperref
33527 \end_layout
33528
33529 \end_inset
33530
33531
33532 \end_layout
33533
33534 \begin_layout Bibliography
33535 \begin_inset CommandInset bibitem
33536 LatexCommand bibitem
33537 key "hyperref"
33538
33539 \end_inset
33540
33541 Documentación del paquete LaTeX 
33542 \series bold
33543
33544 \begin_inset CommandInset href
33545 LatexCommand href
33546 name "hyperref"
33547 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33548
33549 \end_inset
33550
33551
33552 \series default
33553
33554 \begin_inset Index
33555 status collapsed
33556
33557 \begin_layout Plain Layout
33558 LaTeX-paquetes ! hyperref
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \end_layout
33565
33566 \begin_layout Bibliography
33567 \begin_inset CommandInset bibitem
33568 LatexCommand bibitem
33569 key "koma-script"
33570
33571 \end_inset
33572
33573 Documentación del paquete LaTeX 
33574 \series bold
33575
33576 \begin_inset CommandInset href
33577 LatexCommand href
33578 name "koma-script"
33579 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33580
33581 \end_inset
33582
33583
33584 \series default
33585
33586 \begin_inset Index
33587 status collapsed
33588
33589 \begin_layout Plain Layout
33590 LaTeX-paquetes ! koma-script
33591 \end_layout
33592
33593 \end_inset
33594
33595
33596 \end_layout
33597
33598 \begin_layout Bibliography
33599 \begin_inset CommandInset bibitem
33600 LatexCommand bibitem
33601 key "listings"
33602
33603 \end_inset
33604
33605 Documentación del paquete LaTeX 
33606 \series bold
33607
33608 \begin_inset CommandInset href
33609 LatexCommand href
33610 name "listings"
33611 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33612
33613 \end_inset
33614
33615
33616 \series default
33617
33618 \begin_inset Index
33619 status collapsed
33620
33621 \begin_layout Plain Layout
33622 LaTeX-paquetes ! listings
33623 \end_layout
33624
33625 \end_inset
33626
33627
33628 \end_layout
33629
33630 \begin_layout Bibliography
33631 \begin_inset CommandInset bibitem
33632 LatexCommand bibitem
33633 key "marginnote"
33634
33635 \end_inset
33636
33637 Documentación del paquete LaTeX 
33638 \series bold
33639
33640 \begin_inset CommandInset href
33641 LatexCommand href
33642 name "marginnote"
33643 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33644
33645 \end_inset
33646
33647
33648 \series default
33649
33650 \begin_inset Index
33651 status collapsed
33652
33653 \begin_layout Plain Layout
33654 LaTeX-paquetes ! marginnote
33655 \end_layout
33656
33657 \end_inset
33658
33659
33660 \end_layout
33661
33662 \begin_layout Bibliography
33663 \begin_inset CommandInset bibitem
33664 LatexCommand bibitem
33665 key "pstricks"
33666
33667 \end_inset
33668
33669 Página web del paquete LaTeX 
33670 \series bold
33671
33672 \begin_inset CommandInset href
33673 LatexCommand href
33674 name "PSTricks"
33675 target "http://tug.org/PSTricks/"
33676
33677 \end_inset
33678
33679
33680 \series default
33681
33682 \begin_inset Index
33683 status collapsed
33684
33685 \begin_layout Plain Layout
33686 LaTeX-paquetes ! PSTricks
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \begin_layout Bibliography
33695 \begin_inset CommandInset bibitem
33696 LatexCommand bibitem
33697 key "sidecap"
33698
33699 \end_inset
33700
33701 Documentación del paquete LaTeX 
33702 \series bold
33703
33704 \begin_inset CommandInset href
33705 LatexCommand href
33706 name "sidecap"
33707 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33708
33709 \end_inset
33710
33711
33712 \series default
33713
33714 \begin_inset Index
33715 status collapsed
33716
33717 \begin_layout Plain Layout
33718 LaTeX-paquetes ! sidecap
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Bibliography
33727 \begin_inset CommandInset bibitem
33728 LatexCommand bibitem
33729 key "NewInLyX16"
33730
33731 \end_inset
33732
33733
33734 \begin_inset CommandInset href
33735 LatexCommand href
33736 name "Página wiki"
33737 target "http://wiki.lyx.org/LyX/NewInLyX16"
33738
33739 \end_inset
33740
33741  sobre características nuevas para la versión 
33742 \family sans
33743 LyX
33744 \begin_inset space ~
33745 \end_inset
33746
33747 1.6.0
33748 \family default
33749 .
33750 \end_layout
33751
33752 \begin_layout Standard
33753 \begin_inset CommandInset index_print
33754 LatexCommand printindex
33755
33756 \end_inset
33757
33758
33759 \end_layout
33760
33761 \begin_layout Standard
33762 \begin_inset FloatList figure
33763
33764 \end_inset
33765
33766
33767 \end_layout
33768
33769 \begin_layout Standard
33770 \begin_inset FloatList table
33771
33772 \end_inset
33773
33774
33775 \end_layout
33776
33777 \begin_layout Standard
33778 \begin_inset ERT
33779 status collapsed
33780
33781 \begin_layout Plain Layout
33782
33783
33784 \backslash
33785 listof{algorithm}{Lista de algoritmos}
33786 \end_layout
33787
33788 \end_inset
33789
33790
33791 \begin_inset Note Note
33792 status collapsed
33793
33794 \begin_layout Plain Layout
33795 Véase la sección
33796 \begin_inset space ~
33797 \end_inset
33798
33799
33800 \begin_inset CommandInset ref
33801 LatexCommand ref
33802 reference "sub:Algoritmos-Flotantes"
33803
33804 \end_inset
33805
33806  para una descripción.
33807 \end_layout
33808
33809 \end_inset
33810
33811
33812 \end_layout
33813
33814 \end_body
33815 \end_document