]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx:
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 404
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}]{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 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
157
158 % redefine the \LyX macro for PDF bookmarks
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX}}
162
163 % to translate the listing label
164 % para traducir la etiqueta listing
165 \renewcommand{\lstlistingname}{Listado}
166 \end_preamble
167 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
168 \use_default_options false
169 \maintain_unincluded_children false
170 \language spanish
171 \inputencoding auto
172 \fontencoding global
173 \font_roman default
174 \font_sans default
175 \font_typewriter default
176 \font_default_family default
177 \use_xetex false
178 \font_sc false
179 \font_osf false
180 \font_sf_scale 100
181 \font_tt_scale 100
182
183 \graphics default
184 \default_output_format default
185 \output_sync 0
186 \bibtex_command default
187 \index_command default
188 \paperfontsize 12
189 \spacing single
190 \use_hyperref true
191 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
192 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
193 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
194 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
195 \pdf_bookmarks true
196 \pdf_bookmarksnumbered true
197 \pdf_bookmarksopen true
198 \pdf_bookmarksopenlevel 1
199 \pdf_breaklinks false
200 \pdf_pdfborder false
201 \pdf_colorlinks true
202 \pdf_backref false
203 \pdf_pdfusetitle false
204 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
205 \papersize default
206 \use_geometry false
207 \use_amsmath 2
208 \use_esint 0
209 \use_mhchem 1
210 \use_mathdots 1
211 \cite_engine basic
212 \use_bibtopic false
213 \use_indices false
214 \paperorientation portrait
215 \suppress_date false
216 \use_refstyle 0
217 \notefontcolor #0000ff
218 \index Índice
219 \shortcut idx
220 \color #008000
221 \end_index
222 \secnumdepth 3
223 \tocdepth 3
224 \paragraph_separation skip
225 \defskip medskip
226 \quotes_language french
227 \papercolumns 1
228 \papersides 2
229 \paperpagestyle default
230 \bullet 1 1 34 -1
231 \bullet 2 2 35 -1
232 \bullet 3 2 7 -1
233 \tracking_changes false
234 \output_changes false
235 \html_math_output 0
236 \html_be_strict false
237 \end_header
238
239 \begin_body
240
241 \begin_layout Title
242 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
243  en LyX
244 \end_layout
245
246 \begin_layout Author
247 por el Equipo LyX
248 \begin_inset Foot
249 status collapsed
250
251 \begin_layout Plain Layout
252 \noindent
253 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
254  de Documentación de LyX: 
255 \begin_inset CommandInset href
256 LatexCommand href
257 name "lyx-docs@lists.lyx.org"
258 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
259 type "mailto:"
260
261 \end_inset
262
263
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Note Note
270 status collapsed
271
272 \begin_layout Plain Layout
273 Autor: Uwe Stöhr
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Note Note
280 status collapsed
281
282 \begin_layout Plain Layout
283 Traducción de: Ignacio García
284 \end_layout
285
286 \end_inset
287
288
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \family sans
298 Versión 2.0.x
299 \end_layout
300
301 \begin_layout Standard
302 \begin_inset CommandInset toc
303 LatexCommand tableofcontents
304
305 \end_inset
306
307
308 \end_layout
309
310 \begin_layout Standard
311 \begin_inset Note Note
312 status collapsed
313
314 \begin_layout Plain Layout
315 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
316  estar instalados los paquetes LaTeX 
317 \series bold
318 arydshln
319 \series default
320
321 \series bold
322 colortbl
323 \series default
324
325 \series bold
326 marginnote
327 \series default
328  y 
329 \series bold
330 sidecap
331 \series default
332 .
333  Si no están instalados, también podrás exportar el documento, pero las
334  secciones en que dichos paquetes son necesarios no aparecen en la salida.
335 \end_layout
336
337 \begin_layout Plain Layout
338 La última versión en PDF de este documento puede encontrarse aquí:
339 \series bold
340
341 \begin_inset Newline newline
342 \end_inset
343
344 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
345 \end_layout
346
347 \end_inset
348
349
350 \end_layout
351
352 \begin_layout Chapter
353 Figuras
354 \begin_inset Index idx
355 status collapsed
356
357 \begin_layout Plain Layout
358 Figuras
359 \end_layout
360
361 \end_inset
362
363
364 \begin_inset Index idx
365 status collapsed
366
367 \begin_layout Plain Layout
368 Gráficos|see
369 \begin_inset ERT
370 status collapsed
371
372 \begin_layout Plain Layout
373
374 {
375 \end_layout
376
377 \end_inset
378
379 Figuras
380 \begin_inset ERT
381 status collapsed
382
383 \begin_layout Plain Layout
384
385 }
386 \end_layout
387
388 \end_inset
389
390
391 \end_layout
392
393 \end_inset
394
395
396 \end_layout
397
398 \begin_layout Section
399 Diálogo de gráficos
400 \begin_inset CommandInset label
401 LatexCommand label
402 name "sec:Diálogo-Gráficos"
403
404 \end_inset
405
406
407 \begin_inset Index idx
408 status collapsed
409
410 \begin_layout Plain Layout
411 Figuras ! Diálogo de gráficos
412 \end_layout
413
414 \end_inset
415
416
417 \end_layout
418
419 \begin_layout Standard
420 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
421  texto que desees y haz clic en el icono 
422 \begin_inset Graphics
423         filename ../../images/dialog-show-new-inset_graphics.png
424         scale 85
425
426 \end_inset
427
428  o en el menú 
429 \family sans
430 Insertar\SpecialChar \menuseparator
431 Imagen
432 \family default
433 .
434  Aparecerá un diálogo para escoger el archivo a cargar.
435  La imagen aparecerá en el archivo de salida exactamente en la misma posición
436  en la que la has colocado.
437 \end_layout
438
439 \begin_layout Standard
440 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
441  una imagen.
442  Este diálogo tiene tres pestañas:
443 \end_layout
444
445 \begin_layout Description
446 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
447  presentación en LyX y en la salida.
448  En el apéndice
449 \begin_inset space ~
450 \end_inset
451
452
453 \begin_inset CommandInset ref
454 LatexCommand ref
455 reference "cap:Unidades-disponibles-en"
456
457 \end_inset
458
459  se detallan las unidades disponibles para el tamaño del gráfico.
460 \begin_inset Newline newline
461 \end_inset
462
463
464 \begin_inset Index idx
465 status collapsed
466
467 \begin_layout Plain Layout
468 Figuras ! Rotar
469 \end_layout
470
471 \end_inset
472
473 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
474  un ángulo y un origen de rotación.
475  La imagen también gira en LyX.
476 \begin_inset Newline newline
477 \end_inset
478
479
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Figuras ! Escalar
485 \end_layout
486
487 \end_inset
488
489 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
490  la altura y la anchura.
491  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
492  automáticamente.
493  Si fijas ambas dimensiones
494 \family sans
495 ,
496 \family default
497  la imagen se adaptará a ellas, posiblemente distorsionada.
498  Para evitar distorsión en la imagen marca la opción 
499 \family sans
500 Mantener
501 \begin_inset space ~
502 \end_inset
503
504 proporción
505 \family default
506 .
507  En ese caso la imagen será escalada de forma que su anchura y su altura
508  no excedan de las dimensiones especificadas.
509 \begin_inset Newline newline
510 \end_inset
511
512 Las imágenes se pueden abrir en el programa de tu elección con la entrada
513  
514 \family sans
515  Editar
516 \begin_inset space ~
517 \end_inset
518
519  externamente
520 \family default
521  del menú contextual que aparece al hacer clic derecho sobre la imagen.
522  Los programas visor y editor para cada formato de imagen se pueden establecer
523  en la configuración de formatos de archivo de las preferencias de LyX.
524 \end_layout
525
526 \begin_layout Description
527 Recorte Alternativamente al escalado, es posible establecer las coordenadas
528  de la imagen para ajustar su altura y anchura en la salida.
529  Además, las coordenadas se pueden calcular automáticamente pinchando el
530  botón 
531 \family sans
532 Obtener
533 \begin_inset space ~
534 \end_inset
535
536 de
537 \begin_inset space ~
538 \end_inset
539
540 archivo
541 \family default
542 .
543  El botón 
544 \family sans
545 Recortar
546 \begin_inset space ~
547 \end_inset
548
549 al
550 \begin_inset space ~
551 \end_inset
552
553 cuadro
554 \begin_inset space ~
555 \end_inset
556
557 delimitador
558 \family default
559  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
560 as.
561  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
562 \end_layout
563
564 \begin_layout Description
565 Opciones
566 \begin_inset space ~
567 \end_inset
568
569 de
570 \begin_inset space ~
571 \end_inset
572
573 LaTeX
574 \begin_inset space ~
575 \end_inset
576
577 y
578 \begin_inset space ~
579 \end_inset
580
581 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
582  si eres experto en LaTeX, especificar 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 idx
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 explican 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 idx
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 idx
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 ornitorrinco 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 idx
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:Ornitorrinco"
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:Ornitorrinco"
1138
1139 \end_inset
1140
1141 Ornitorrinco
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 idx
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 idx
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 "cap: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 typewriter
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 "cap: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 «
1290 \family typewriter
1291 .gif
1292 \family default
1293 »)
1294 \begin_inset Index idx
1295 status collapsed
1296
1297 \begin_layout Plain Layout
1298 GIF|see
1299 \begin_inset ERT
1300 status collapsed
1301
1302 \begin_layout Plain Layout
1303
1304 {
1305 \end_layout
1306
1307 \end_inset
1308
1309 Formatos de imagen
1310 \begin_inset ERT
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314
1315 }
1316 \end_layout
1317
1318 \end_inset
1319
1320
1321 \end_layout
1322
1323 \end_inset
1324
1325 , «Portable Network Graphics» (PNG, extensión «
1326 \family typewriter
1327 .png
1328 \family default
1329 »)
1330 \begin_inset Index idx
1331 status collapsed
1332
1333 \begin_layout Plain Layout
1334 PNG|see
1335 \begin_inset ERT
1336 status collapsed
1337
1338 \begin_layout Plain Layout
1339
1340 {
1341 \end_layout
1342
1343 \end_inset
1344
1345 Formatos de imagen
1346 \begin_inset ERT
1347 status collapsed
1348
1349 \begin_layout Plain Layout
1350
1351 }
1352 \end_layout
1353
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \end_inset
1360
1361 , y «Joint Photographic Experts Group» (JPG, extensión «
1362 \family typewriter
1363 .jpg
1364 \family default
1365 » o «
1366 \family typewriter
1367 .jpeg
1368 \family default
1369 »)
1370 \begin_inset Index idx
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374 JPG|see
1375 \begin_inset ERT
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379
1380 {
1381 \end_layout
1382
1383 \end_inset
1384
1385 Formatos de imagen
1386 \begin_inset ERT
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390
1391 }
1392 \end_layout
1393
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \end_inset
1400
1401 .
1402 \end_layout
1403
1404 \begin_layout Description
1405 Imágenes
1406 \begin_inset space ~
1407 \end_inset
1408
1409 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1410 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1411  La posibilidad de escalado hace falta para crear presentaciones, porque
1412  éstas siempre son escaladas por el proyector.
1413  El escalado también es útil en los documentos en línea para permitir el
1414  zoom en diagramas.
1415 \begin_inset Newline newline
1416 \end_inset
1417
1418 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1419  extensión «
1420 \family typewriter
1421 .svg
1422 \family default
1423 »)
1424 \begin_inset Index idx
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428 SVG|see
1429 \begin_inset ERT
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433
1434 {
1435 \end_layout
1436
1437 \end_inset
1438
1439 Formatos de imagen
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 }
1446 \end_layout
1447
1448 \end_inset
1449
1450
1451 \end_layout
1452
1453 \end_inset
1454
1455 , «Encapsulated PostScript» (EPS, extensión «
1456 \family typewriter
1457 .eps
1458 \family default
1459 »)
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 EPS|see
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 {
1471 \end_layout
1472
1473 \end_inset
1474
1475 Formatos de imagen
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 }
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \end_inset
1490
1491 , «Portable Document Format» (PDF, extensión «
1492 \family typewriter
1493 .pdf
1494 \family default
1495 »)
1496 \begin_inset Index idx
1497 status collapsed
1498
1499 \begin_layout Plain Layout
1500 PDF|see
1501 \begin_inset ERT
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505
1506 {
1507 \end_layout
1508
1509 \end_inset
1510
1511 Formatos de imagen
1512 \begin_inset ERT
1513 status collapsed
1514
1515 \begin_layout Plain Layout
1516
1517 }
1518 \end_layout
1519
1520 \end_inset
1521
1522
1523 \end_layout
1524
1525 \end_inset
1526
1527 , y «Windows Metafile» (WMF, extensión «
1528 \family typewriter
1529 .wmf
1530 \family default
1531 »)
1532 \begin_inset Index idx
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536 WMF|see
1537 \begin_inset ERT
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541
1542 {
1543 \end_layout
1544
1545 \end_inset
1546
1547 Formatos de imagen
1548 \begin_inset ERT
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552
1553 }
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \end_inset
1562
1563 .
1564  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1565  a PDF o EPS y el resultado será todavía una imagen bitmap.
1566  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1567  a la imagen original.
1568 \begin_inset Foot
1569 status collapsed
1570
1571 \begin_layout Plain Layout
1572 En el caso de PDF, además se comprime la imagen original.
1573 \end_layout
1574
1575 \end_inset
1576
1577  Por ejemplo, los archivos PDF generados por 
1578 \family typewriter
1579 Adobe Photoshop
1580 \family default
1581  son imágenes bitmap.
1582 \end_layout
1583
1584 \begin_layout Standard
1585 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1586  al contrario.
1587  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1588  archivos de salida PDF y PostScript, respectivamente.
1589  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1590  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1591 \begin_inset Formula $\to$
1592 \end_inset
1593
1594  PDF/EPS.
1595 \end_layout
1596
1597 \begin_layout Chapter
1598 Tablas
1599 \begin_inset Index idx
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603 Tablas
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \begin_layout Section
1612 Introducción
1613 \begin_inset Index idx
1614 status collapsed
1615
1616 \begin_layout Plain Layout
1617 Tablas ! Introducción
1618 \end_layout
1619
1620 \end_inset
1621
1622
1623 \end_layout
1624
1625 \begin_layout Standard
1626 Puede insertarse una tabla mediante el botón 
1627 \begin_inset Graphics
1628         filename ../../images/tabular-insert.png
1629         scale 85
1630
1631 \end_inset
1632
1633  o el menú 
1634 \family sans
1635 Insertar\SpecialChar \menuseparator
1636 Tabla
1637 \family default
1638 .
1639  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1640  el número de filas y de columnas de la tabla.
1641  Si usas el menú aparece un diálogo en el que se pide el número de filas
1642  y columnas.
1643  
1644 \begin_inset Newline newline
1645 \end_inset
1646
1647 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1648  fila aparece separada por una línea doble: la línea inferior de la primera
1649  fila y la línea superior de la segunda fila.
1650  Ejemplo de tabla:
1651 \end_layout
1652
1653 \begin_layout Standard
1654 \align center
1655 \begin_inset Tabular
1656 <lyxtabular version="3" rows="4" columns="4">
1657 <features tabularvalignment="middle">
1658 <column alignment="center" valignment="top" width="0">
1659 <column alignment="center" valignment="top" width="0pt">
1660 <column alignment="center" valignment="top" width="0in">
1661 <column alignment="center" valignment="top" width="0pt">
1662 <row>
1663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1664 \begin_inset Text
1665
1666 \begin_layout Plain Layout
1667
1668 \end_layout
1669
1670 \end_inset
1671 </cell>
1672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1673 \begin_inset Text
1674
1675 \begin_layout Plain Layout
1676
1677 \family roman
1678 \series medium
1679 \shape up
1680 \size normal
1681 \emph off
1682 \bar no
1683 \noun off
1684 \color none
1685 1
1686 \end_layout
1687
1688 \end_inset
1689 </cell>
1690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1691 \begin_inset Text
1692
1693 \begin_layout Plain Layout
1694 2
1695 \end_layout
1696
1697 \end_inset
1698 </cell>
1699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1700 \begin_inset Text
1701
1702 \begin_layout Plain Layout
1703 3
1704 \end_layout
1705
1706 \end_inset
1707 </cell>
1708 </row>
1709 <row>
1710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1711 \begin_inset Text
1712
1713 \begin_layout Plain Layout
1714
1715 \family roman
1716 \series medium
1717 \shape up
1718 \size normal
1719 \emph off
1720 \bar no
1721 \noun off
1722 \color none
1723 A
1724 \end_layout
1725
1726 \end_inset
1727 </cell>
1728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1729 \begin_inset Text
1730
1731 \begin_layout Plain Layout
1732
1733 \end_layout
1734
1735 \end_inset
1736 </cell>
1737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1738 \begin_inset Text
1739
1740 \begin_layout Plain Layout
1741
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1747 \begin_inset Text
1748
1749 \begin_layout Plain Layout
1750
1751 \end_layout
1752
1753 \end_inset
1754 </cell>
1755 </row>
1756 <row>
1757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1758 \begin_inset Text
1759
1760 \begin_layout Plain Layout
1761
1762 \family roman
1763 \series medium
1764 \shape up
1765 \size normal
1766 \emph off
1767 \bar no
1768 \noun off
1769 \color none
1770 B
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \size normal
1790 \noun off
1791 \color none
1792  
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 </row>
1807 <row>
1808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \family roman
1814 \series medium
1815 \shape up
1816 \size normal
1817 \emph off
1818 \bar no
1819 \noun off
1820 \color none
1821 C
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 </lyxtabular>
1855
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \begin_layout Section
1862 Diálogo de tablas
1863 \begin_inset Index idx
1864 status collapsed
1865
1866 \begin_layout Plain Layout
1867 Tablas ! Diálogo
1868 \end_layout
1869
1870 \end_inset
1871
1872
1873 \end_layout
1874
1875 \begin_layout Standard
1876 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1877  pinchar sobre ella con el botón derecho del ratón.
1878  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1879  encuentra el cursor.
1880  La mayoría de opciones también trabajan sobre una selección de celdas,
1881  de filas o de columnas.
1882  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1883  su 
1884 \emph on
1885 contenido
1886 \emph default
1887 .
1888  En el cuadro de diálogo aparecen las siguientes solapas:
1889 \end_layout
1890
1891 \begin_layout Description
1892
1893 \family sans
1894 Configuración
1895 \begin_inset space ~
1896 \end_inset
1897
1898 de
1899 \begin_inset space ~
1900 \end_inset
1901
1902 la
1903 \begin_inset space ~
1904 \end_inset
1905
1906 tabla
1907 \family default
1908  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1909  actual.
1910  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1911  Una anchura determinada permite tener saltos de línea y distintos párrafos
1912  de texto, véase sección
1913 \begin_inset space ~
1914 \end_inset
1915
1916
1917 \begin_inset CommandInset ref
1918 LatexCommand ref
1919 reference "sub:Líneas-Múltiples-en"
1920
1921 \end_inset
1922
1923 .
1924  Si no estableces anchura, la columna será tan ancha como el contenido de
1925  la celda más ancha.
1926 \begin_inset Newline newline
1927 \end_inset
1928
1929 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1930  véase sección
1931 \begin_inset space ~
1932 \end_inset
1933
1934
1935 \begin_inset CommandInset ref
1936 LatexCommand ref
1937 reference "sub:Multicolumnas"
1938
1939 \end_inset
1940
1941  
1942 \lang english
1943 or the cells of one column as multirow cell
1944 \lang spanish
1945 , véase sección
1946 \begin_inset space ~
1947 \end_inset
1948
1949
1950 \lang english
1951 ??
1952 \lang spanish
1953 ..
1954 \begin_inset Newline newline
1955 \end_inset
1956
1957 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1958  90º en el sentido de las agujas del reloj.
1959  La rotación no se ve en LyX, sí en la salida.
1960 \begin_inset Newline newline
1961 \end_inset
1962
1963
1964 \begin_inset Note Greyedout
1965 status open
1966
1967 \begin_layout Plain Layout
1968
1969 \series bold
1970 Nota:
1971 \series default
1972  no todos los visores DVI pueden mostrar rotaciones.
1973 \end_layout
1974
1975 \end_inset
1976
1977
1978 \begin_inset Newline newline
1979 \end_inset
1980
1981 También es posible introducir argumentos LaTeX necesarios para formatos
1982  especiales, véanse las secciones
1983 \begin_inset space ~
1984 \end_inset
1985
1986
1987 \begin_inset CommandInset ref
1988 LatexCommand ref
1989 reference "sub:Cálculos-en-Multicolumnas"
1990
1991 \end_inset
1992
1993  y
1994 \begin_inset space ~
1995 \end_inset
1996
1997
1998 \begin_inset CommandInset ref
1999 LatexCommand ref
2000 reference "sec:Tablas-Coloreadas"
2001
2002 \end_inset
2003
2004 .
2005 \end_layout
2006
2007 \begin_layout Description
2008
2009 \family sans
2010 Bordes
2011 \family default
2012  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2013  Puedes elegir para la tabla un estilo 
2014 \family sans
2015 Formal
2016 \family default
2017 , como se describe en la sección
2018 \begin_inset space ~
2019 \end_inset
2020
2021
2022 \begin_inset CommandInset ref
2023 LatexCommand ref
2024 reference "sec:Tablas-Formales"
2025
2026 \end_inset
2027
2028 .
2029 \begin_inset Newline newline
2030 \end_inset
2031
2032 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2033  se describe en la sección
2034 \begin_inset space ~
2035 \end_inset
2036
2037
2038 \begin_inset CommandInset ref
2039 LatexCommand ref
2040 reference "sub:Espacio-adicional"
2041
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \begin_layout Description
2048
2049 \family sans
2050 Tabla
2051 \begin_inset space ~
2052 \end_inset
2053
2054 larga
2055 \family default
2056  Para hacer 
2057 \emph on
2058 tablas largas
2059 \emph default
2060  que pueden extenderse por varias páginas.
2061  Las secciones
2062 \begin_inset space ~
2063 \end_inset
2064
2065
2066 \begin_inset CommandInset ref
2067 LatexCommand ref
2068 reference "sec:Tablas-Largas"
2069
2070 \end_inset
2071
2072  y 
2073 \begin_inset CommandInset ref
2074 LatexCommand ref
2075 reference "sec:Particularidades-tablas-largas"
2076
2077 \end_inset
2078
2079  describen sus características en detalle.
2080 \end_layout
2081
2082 \begin_layout Standard
2083 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2084  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2085  aparecerá inmediatamente en el diálogo.
2086 \end_layout
2087
2088 \begin_layout Section
2089 Barra de herramientas de tabla
2090 \begin_inset Index idx
2091 status collapsed
2092
2093 \begin_layout Plain Layout
2094 Tablas ! Barra de herramientas
2095 \end_layout
2096
2097 \end_inset
2098
2099
2100 \end_layout
2101
2102 \begin_layout Standard
2103 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2104  para cambiar las tablas de manera más rápida.
2105  Normalmente debería aparecer en la parte inferior de la ventana principal
2106  de LyX cuando el cursor está dentro de una tabla.
2107  En cualquier momento se puede presentar esta barra pinchando con el botón
2108  derecho del ratón en cualquier punto de la barra principal de menú.
2109 \end_layout
2110
2111 \begin_layout Standard
2112 La barra de herramientas tiene los siguientes iconos:
2113 \end_layout
2114
2115 \begin_layout Labeling
2116 \labelwidthstring 00.00.0000
2117 \begin_inset Graphics
2118         filename ../../images/tabular-feature_append-row.png
2119
2120 \end_inset
2121
2122  añade una fila bajo la celda actual o selección
2123 \end_layout
2124
2125 \begin_layout Labeling
2126 \labelwidthstring 00.00.0000
2127 \begin_inset Graphics
2128         filename ../../images/tabular-feature_append-column.png
2129
2130 \end_inset
2131
2132  añade una columna a la derecha de la celda actual o selección
2133 \end_layout
2134
2135 \begin_layout Labeling
2136 \labelwidthstring 00.00.0000
2137 \begin_inset Graphics
2138         filename ../../images/tabular-feature_delete-row.png
2139
2140 \end_inset
2141
2142  borra la fila actual o selección
2143 \end_layout
2144
2145 \begin_layout Labeling
2146 \labelwidthstring 00.00.0000
2147 \begin_inset Graphics
2148         filename ../../images/tabular-feature_delete-column.png
2149
2150 \end_inset
2151
2152  borra la columna actual o selección
2153 \end_layout
2154
2155 \begin_layout Labeling
2156 \labelwidthstring 00.00.0000
2157 \begin_inset Graphics
2158         filename ../../images/tabular-feature_toggle-line-top.png
2159
2160 \end_inset
2161
2162  añade una línea sobre la celda/fila actual o la selección
2163 \end_layout
2164
2165 \begin_layout Labeling
2166 \labelwidthstring 00.00.0000
2167 \begin_inset Graphics
2168         filename ../../images/tabular-feature_toggle-line-bottom.png
2169
2170 \end_inset
2171
2172  añade una línea bajo la celda/fila actual o la selección
2173 \end_layout
2174
2175 \begin_layout Labeling
2176 \labelwidthstring 00.00.0000
2177 \begin_inset Graphics
2178         filename ../../images/tabular-feature_toggle-line-left.png
2179
2180 \end_inset
2181
2182  añade una línea a la izquierda de la celda/fila actual o la selección
2183 \end_layout
2184
2185 \begin_layout Labeling
2186 \labelwidthstring 00.00.0000
2187 \begin_inset Graphics
2188         filename ../../images/tabular-feature_toggle-line-right.png
2189
2190 \end_inset
2191
2192  añade una línea a la derecha de la celda/fila actual o la selección
2193 \end_layout
2194
2195 \begin_layout Labeling
2196 \labelwidthstring 00.00.0000
2197 \begin_inset Graphics
2198         filename ../../images/tabular-feature_set-all-lines.png
2199
2200 \end_inset
2201
2202  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2203  actual no es multicolumna esto afecta también a la fila y a la columna)
2204 \end_layout
2205
2206 \begin_layout Labeling
2207 \labelwidthstring 00.00.0000
2208 \begin_inset Graphics
2209         filename ../../images/tabular-feature_unset-all-lines.png
2210
2211 \end_inset
2212
2213  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2214  actual no es multicolumna esto afecta también a la fila y a la columna)
2215 \end_layout
2216
2217 \begin_layout Labeling
2218 \labelwidthstring 00.00.0000
2219 \begin_inset Graphics
2220         filename ../../images/tabular-feature_m-align-left.png
2221
2222 \end_inset
2223
2224  alinea a la izquierda el contenido de la celda/columna
2225 \end_layout
2226
2227 \begin_layout Labeling
2228 \labelwidthstring 00.00.0000
2229 \begin_inset Graphics
2230         filename ../../images/tabular-feature_m-align-center.png
2231
2232 \end_inset
2233
2234  centra el contenido de la celda/columna horizontalmente
2235 \end_layout
2236
2237 \begin_layout Labeling
2238 \labelwidthstring 00.00.0000
2239 \begin_inset Graphics
2240         filename ../../images/tabular-feature_m-align-right.png
2241
2242 \end_inset
2243
2244  alinea a la derecha el contenido de la celda/columna
2245 \end_layout
2246
2247 \begin_layout Labeling
2248 \labelwidthstring 00.00.0000
2249 \begin_inset Graphics
2250         filename ../../images/tabular-feature_align-decimal.png
2251         scaleBeforeRotation
2252
2253 \end_inset
2254
2255  alinea el contenido de la celda/columna 
2256 \lang english
2257 at a character
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../../images/tabular-feature_m-valign-top.png
2264
2265 \end_inset
2266
2267  alinea arriba el contenido de la celda
2268 \end_layout
2269
2270 \begin_layout Labeling
2271 \labelwidthstring 00.00.0000
2272 \begin_inset Graphics
2273         filename ../../images/tabular-feature_m-valign-middle.png
2274
2275 \end_inset
2276
2277  centra verticalmente el contenido de la celda
2278 \end_layout
2279
2280 \begin_layout Labeling
2281 \labelwidthstring 00.00.0000
2282 \begin_inset Graphics
2283         filename ../../images/tabular-feature_m-valign-bottom.png
2284
2285 \end_inset
2286
2287  alinea abajo el contenido de la celda
2288 \end_layout
2289
2290 \begin_layout Labeling
2291 \labelwidthstring 00.00.0000
2292 \begin_inset Graphics
2293         filename ../../images/tabular-feature_set-rotate-cell.png
2294
2295 \end_inset
2296
2297  gira la celda o selección 90° como las agujas de reloj
2298 \end_layout
2299
2300 \begin_layout Labeling
2301 \labelwidthstring 00.00.0000
2302 \begin_inset Graphics
2303         filename ../../images/tabular-feature_set-rotate-tabular.png
2304
2305 \end_inset
2306
2307  gira toda la tabla 90° como agujas del reloj
2308 \end_layout
2309
2310 \begin_layout Labeling
2311 \labelwidthstring 00.00.0000
2312 \begin_inset Graphics
2313         filename ../../images/tabular-feature_multicolumn.png
2314
2315 \end_inset
2316
2317  establece la celda actual o selección como multicolumna
2318 \end_layout
2319
2320 \begin_layout Labeling
2321 \labelwidthstring 00.00.0000
2322 \begin_inset Graphics
2323         filename ../../images/tabular-feature_multirow.png
2324         scaleBeforeRotation
2325
2326 \end_inset
2327
2328  establece la celda actual o selección como 
2329 \lang english
2330 multirow
2331 \end_layout
2332
2333 \begin_layout Standard
2334 \begin_inset Note Greyedout
2335 status open
2336
2337 \begin_layout Plain Layout
2338
2339 \series bold
2340 Nota:
2341 \series default
2342  En la salida se emplea la alineación vertical de la primera celda de una
2343  fila para todas las celdas restantes de la fila.
2344 \end_layout
2345
2346 \end_inset
2347
2348
2349 \end_layout
2350
2351 \begin_layout Section
2352 Menú Editar Tabla
2353 \begin_inset Index idx
2354 status collapsed
2355
2356 \begin_layout Plain Layout
2357 Tablas ! Editar
2358 \end_layout
2359
2360 \end_inset
2361
2362
2363 \end_layout
2364
2365 \begin_layout Standard
2366 Además del diálogo y la barra de herramientas, el menú 
2367 \family sans
2368 Editar\SpecialChar \menuseparator
2369 Tabla
2370 \family default
2371  permite añadir y borrar bordes para la fila/columna actual y establecer
2372  la selección como multicolumna.
2373  El menú sólo está disponible si el cursor está en la tabla.
2374 \end_layout
2375
2376 \begin_layout Section
2377 Tablas flotantes
2378 \begin_inset CommandInset label
2379 LatexCommand label
2380 name "sec:Tablas-Flotantes"
2381
2382 \end_inset
2383
2384
2385 \begin_inset Index idx
2386 status collapsed
2387
2388 \begin_layout Plain Layout
2389 Flotantes ! Tablas
2390 \end_layout
2391
2392 \end_inset
2393
2394
2395 \begin_inset Index idx
2396 status collapsed
2397
2398 \begin_layout Plain Layout
2399 Tablas ! Flotantes
2400 \end_layout
2401
2402 \end_inset
2403
2404
2405 \end_layout
2406
2407 \begin_layout Standard
2408 Para una explicación general sobre flotantes, echa un vistazo a la sección
2409 \begin_inset space ~
2410 \end_inset
2411
2412
2413 \begin_inset CommandInset ref
2414 LatexCommand ref
2415 reference "sec:Introducción-Flotantes"
2416
2417 \end_inset
2418
2419 .
2420 \end_layout
2421
2422 \begin_layout Standard
2423 \begin_inset Float table
2424 placement h
2425 wide false
2426 sideways false
2427 status collapsed
2428
2429 \begin_layout Plain Layout
2430 \begin_inset Caption
2431
2432 \begin_layout Plain Layout
2433 \begin_inset CommandInset label
2434 LatexCommand label
2435 name "tab:una tabla flotante"
2436
2437 \end_inset
2438
2439 Una tabla flotante.
2440 \end_layout
2441
2442 \end_inset
2443
2444
2445 \end_layout
2446
2447 \begin_layout Plain Layout
2448 \align center
2449 \begin_inset Tabular
2450 <lyxtabular version="3" rows="3" columns="3">
2451 <features tabularvalignment="middle">
2452 <column alignment="center" valignment="top" width="0pt">
2453 <column alignment="center" valignment="top" width="0pt">
2454 <column alignment="center" valignment="top" width="0pt">
2455 <row>
2456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2457 \begin_inset Text
2458
2459 \begin_layout Plain Layout
2460
2461 \family roman
2462 \series medium
2463 \shape up
2464 \size normal
2465 \emph off
2466 \bar no
2467 \noun off
2468 \color none
2469 1
2470 \end_layout
2471
2472 \end_inset
2473 </cell>
2474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2475 \begin_inset Text
2476
2477 \begin_layout Plain Layout
2478
2479 \family roman
2480 \series medium
2481 \shape up
2482 \size normal
2483 \emph off
2484 \bar no
2485 \noun off
2486 \color none
2487 2
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Plain Layout
2496
2497 \family roman
2498 \series medium
2499 \shape up
2500 \size normal
2501 \emph off
2502 \bar no
2503 \noun off
2504 \color none
2505 3
2506 \end_layout
2507
2508 \end_inset
2509 </cell>
2510 </row>
2511 <row>
2512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2513 \begin_inset Text
2514
2515 \begin_layout Plain Layout
2516
2517 \family roman
2518 \series medium
2519 \shape up
2520 \size normal
2521 \emph off
2522 \bar no
2523 \noun off
2524 \color none
2525 Pepe
2526 \end_layout
2527
2528 \end_inset
2529 </cell>
2530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Plain Layout
2534
2535 \family roman
2536 \series medium
2537 \shape up
2538 \size normal
2539 \emph off
2540 \bar no
2541 \noun off
2542 \color none
2543 Mari
2544 \end_layout
2545
2546 \end_inset
2547 </cell>
2548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2549 \begin_inset Text
2550
2551 \begin_layout Plain Layout
2552
2553 \family roman
2554 \series medium
2555 \shape up
2556 \size normal
2557 \emph off
2558 \bar no
2559 \noun off
2560 \color none
2561 Teo
2562 \end_layout
2563
2564 \end_inset
2565 </cell>
2566 </row>
2567 <row>
2568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2569 \begin_inset Text
2570
2571 \begin_layout Plain Layout
2572
2573 \family roman
2574 \series medium
2575 \shape up
2576 \size normal
2577 \emph off
2578 \bar no
2579 \noun off
2580 \color none
2581 \begin_inset Formula $\int x^{2}dx$
2582 \end_inset
2583
2584
2585 \end_layout
2586
2587 \end_inset
2588 </cell>
2589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2590 \begin_inset Text
2591
2592 \begin_layout Plain Layout
2593
2594 \family roman
2595 \series medium
2596 \shape up
2597 \size normal
2598 \emph off
2599 \bar no
2600 \noun off
2601 \color none
2602 \begin_inset Formula $\left[\begin{array}{cc}
2603 a & b\\
2604 c & d
2605 \end{array}\right]$
2606 \end_inset
2607
2608
2609 \end_layout
2610
2611 \end_inset
2612 </cell>
2613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2614 \begin_inset Text
2615
2616 \begin_layout Plain Layout
2617
2618 \family roman
2619 \series medium
2620 \shape up
2621 \size normal
2622 \emph off
2623 \bar no
2624 \noun off
2625 \color none
2626 \begin_inset Formula $1+1=2$
2627 \end_inset
2628
2629
2630 \end_layout
2631
2632 \end_inset
2633 </cell>
2634 </row>
2635 </lyxtabular>
2636
2637 \end_inset
2638
2639
2640 \end_layout
2641
2642 \end_inset
2643
2644
2645 \end_layout
2646
2647 \begin_layout Standard
2648 Las tablas flotantes pueden insertarse con el menú 
2649 \family sans
2650 Insertar\SpecialChar \menuseparator
2651 Flotante\SpecialChar \menuseparator
2652 Tabla
2653 \family default
2654  o con el botón 
2655 \begin_inset Graphics
2656         filename ../../images/float-insert_table.png
2657         scale 85
2658
2659 \end_inset
2660
2661 .
2662 \end_layout
2663
2664 \begin_layout Standard
2665 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2666 \begin_inset space ~
2667 \end_inset
2668
2669 #:» (# es el número actual).
2670  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2671  Para insertar una tabla en el flotante se sitúa el cursor al final del
2672  texto del encabezado y se pulsa 
2673 \family sans
2674 Retorno
2675 \family default
2676 .
2677  La leyenda se imprime encima de la tabla.
2678 \end_layout
2679
2680 \begin_layout Standard
2681 La tabla
2682 \begin_inset space ~
2683 \end_inset
2684
2685
2686 \begin_inset CommandInset ref
2687 LatexCommand ref
2688 reference "tab:una tabla flotante"
2689
2690 \end_inset
2691
2692  es un ejemplo de tabla flotante.
2693 \end_layout
2694
2695 \begin_layout Standard
2696 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2697  no es soportado en las clases estándar de LaTeX.
2698  Esto significa que si estás usando las clases de documento 
2699 \family sans
2700 article
2701 \family default
2702
2703 \family sans
2704 book
2705 \family default
2706
2707 \family sans
2708 letter
2709 \family default
2710  o 
2711 \family sans
2712 report
2713 \family default
2714  no habrá espacio entre la leyenda y la tabla.
2715  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2716  del documento la siguiente opción al comando del paquete LaTeX 
2717 \series bold
2718 caption
2719 \series default
2720
2721 \begin_inset Index idx
2722 status collapsed
2723
2724 \begin_layout Plain Layout
2725 LaTeX-paquetes ! caption
2726 \end_layout
2727
2728 \end_inset
2729
2730 :
2731 \begin_inset Foot
2732 status collapsed
2733
2734 \begin_layout Plain Layout
2735 Para más información ve a la sección
2736 \begin_inset space ~
2737 \end_inset
2738
2739
2740 \begin_inset CommandInset ref
2741 LatexCommand ref
2742 reference "sec:Colocación-de-leyendas"
2743
2744 \end_inset
2745
2746 .
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \end_layout
2753
2754 \begin_layout Standard
2755
2756 \series bold
2757 tableposition=top
2758 \end_layout
2759
2760 \begin_layout Standard
2761 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2762 \series bold
2763 caption
2764 \series default
2765  como se describe en la sección
2766 \begin_inset space ~
2767 \end_inset
2768
2769
2770 \begin_inset CommandInset ref
2771 LatexCommand ref
2772 reference "sec:Formato-de-leyendas"
2773
2774 \end_inset
2775
2776 .
2777  
2778 \end_layout
2779
2780 \begin_layout Standard
2781 \begin_inset Index idx
2782 status collapsed
2783
2784 \begin_layout Plain Layout
2785 Referencias ! a tablas
2786 \end_layout
2787
2788 \end_inset
2789
2790 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2791  etiqueta.
2792  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2793 \family sans
2794 Insertar\SpecialChar \menuseparator
2795 Etiqueta
2796 \family default
2797  o con el botón 
2798 \begin_inset Graphics
2799         filename ../../images/label-insert.png
2800         scale 85
2801
2802 \end_inset
2803
2804 .
2805  Ahora puedes referenciar la etiqueta con el menú 
2806 \family sans
2807 Insertar\SpecialChar \menuseparator
2808 Referencia
2809 \begin_inset space ~
2810 \end_inset
2811
2812 cruzada
2813 \family default
2814  o con el botón 
2815 \begin_inset Graphics
2816         filename ../../images/dialog-show-new-inset_ref.png
2817         scale 85
2818
2819 \end_inset
2820
2821 .
2822 \begin_inset Newline newline
2823 \end_inset
2824
2825 Las referencias se explican con detalle en la sección
2826 \begin_inset space ~
2827 \end_inset
2828
2829
2830 \begin_inset CommandInset ref
2831 LatexCommand ref
2832 reference "sec:Referencias-a-Flotantes"
2833
2834 \end_inset
2835
2836 .
2837 \end_layout
2838
2839 \begin_layout Section
2840 Tablas largas
2841 \begin_inset CommandInset label
2842 LatexCommand label
2843 name "sec:Tablas-Largas"
2844
2845 \end_inset
2846
2847
2848 \begin_inset Index idx
2849 status collapsed
2850
2851 \begin_layout Plain Layout
2852 Tablas largas
2853 \end_layout
2854
2855 \end_inset
2856
2857
2858 \begin_inset Index idx
2859 status collapsed
2860
2861 \begin_layout Plain Layout
2862 Tablas ! Largas|see
2863 \begin_inset ERT
2864 status collapsed
2865
2866 \begin_layout Plain Layout
2867
2868 {
2869 \end_layout
2870
2871 \end_inset
2872
2873 Tablas largas
2874 \begin_inset ERT
2875 status collapsed
2876
2877 \begin_layout Plain Layout
2878
2879 }
2880 \end_layout
2881
2882 \end_inset
2883
2884
2885 \end_layout
2886
2887 \end_inset
2888
2889
2890 \end_layout
2891
2892 \begin_layout Standard
2893 Si la tabla es demasiado larga para una página, puedes usar la opción 
2894 \family sans
2895 Usar
2896 \begin_inset space ~
2897 \end_inset
2898
2899 tabla
2900 \begin_inset space ~
2901 \end_inset
2902
2903 larga
2904 \family default
2905  en la solapa 
2906 \family sans
2907 Tabla
2908 \begin_inset space ~
2909 \end_inset
2910
2911 larga
2912 \family default
2913  del diálogo de tablas, para repartir automáticamente la tabla en varias
2914  páginas.
2915  Al hacerlo se habilitan las siguientes opciones:
2916 \end_layout
2917
2918 \begin_layout Description
2919 Encabezado: La fila actual se define como encabezado que aparecerá en todas
2920  las páginas de la tabla, excepto para la primera página si 
2921 \family sans
2922 Primer
2923 \begin_inset space ~
2924 \end_inset
2925
2926 encabezado
2927 \family default
2928  está definido.
2929  Este se denomina encabezado principal.
2930 \end_layout
2931
2932 \begin_layout Description
2933 Primer
2934 \begin_inset space ~
2935 \end_inset
2936
2937 encabezado: La fila actual se define como encabezado de la primera página
2938  de la tabla.
2939 \end_layout
2940
2941 \begin_layout Description
2942 Pie: La fila actual se define como pie que aparecerá en todas las páginas
2943  de la tabla, excepto para la última página si se define 
2944 \family sans
2945 Último
2946 \begin_inset space ~
2947 \end_inset
2948
2949 pie.
2950 \end_layout
2951
2952 \begin_layout Description
2953 Último
2954 \begin_inset space ~
2955 \end_inset
2956
2957 pie:
2958 \family sans
2959  
2960 \family default
2961 La fila actual se define como pie de la última página de la tabla.
2962 \end_layout
2963
2964 \begin_layout Description
2965 Leyenda: La fila actual contiene la leyenda de la tabla.
2966  La primera fila se reajusta como columna única y se inserta una leyenda.
2967  Más detalles sobre leyendas en tablas largas en la sec.
2968 \begin_inset space \thinspace{}
2969 \end_inset
2970
2971
2972 \begin_inset CommandInset ref
2973 LatexCommand ref
2974 reference "sub:Leyendas-en-Tablas"
2975
2976 \end_inset
2977
2978 .
2979 \end_layout
2980
2981 \begin_layout Standard
2982 También se puede especificar en el diálogo en qué fila se ha de cortar la
2983  tabla.
2984  La siguiente tabla muestra cómo funciona:
2985 \end_layout
2986
2987 \begin_layout Standard
2988
2989 \end_layout
2990
2991 \begin_layout Standard
2992 \align center
2993 \begin_inset Tabular
2994 <lyxtabular version="3" rows="69" columns="3">
2995 <features islongtable="true" longtabularalignment="center">
2996 <column alignment="left" valignment="top" width="0cm">
2997 <column alignment="left" valignment="top" width="0pt">
2998 <column alignment="right" valignment="top" width="0pt">
2999 <row endfirsthead="true">
3000 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004
3005 \series bold
3006 Ejemplo de lista telefónica (ignore los nombres)
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 <row endfirsthead="true">
3031 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035
3036 \series bold
3037 NOMBRE
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3043 \begin_inset Text
3044
3045 \begin_layout Plain Layout
3046
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055
3056 \series bold
3057 TEL.
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 </row>
3063 <row endhead="true">
3064 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068
3069 \series bold
3070 Ejemplo de lista telefónica
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3076 \begin_inset Text
3077
3078 \begin_layout Plain Layout
3079
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 </row>
3094 <row endhead="true">
3095 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3096 \begin_inset Text
3097
3098 \begin_layout Plain Layout
3099
3100 \series bold
3101 NOMBRE
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Plain Layout
3119
3120 \series bold
3121 TEL.
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 </row>
3127 <row endfoot="true">
3128 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132  continúa en la página siguiente
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 </row>
3156 <row>
3157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161
3162 \series bold
3163 Annovi
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 <cell alignment="center" valignment="top" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172 Silvia
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181 111
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 </row>
3187 <row>
3188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Plain Layout
3192
3193 \series bold
3194 Bertoli
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell alignment="center" valignment="top" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203 Stefano
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212 111
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 </row>
3218 <row>
3219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3220 \begin_inset Text
3221
3222 \begin_layout Plain Layout
3223
3224 \series bold
3225 Bozzi
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 <cell alignment="center" valignment="top" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234 Walter
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243 111
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 </row>
3249 <row>
3250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254
3255 \series bold
3256 Cachia
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 <cell alignment="center" valignment="top" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265 Maria
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274 111
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 </row>
3280 <row>
3281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285
3286 \series bold
3287 Cachia
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 <cell alignment="center" valignment="top" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296 Maurizio
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305 111
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 </row>
3311 <row>
3312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \series bold
3318 Cinquemani
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell alignment="center" valignment="top" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327 Giusi
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 111
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 </row>
3342 <row>
3343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \series bold
3349 Colin
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 Bernard
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 111
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 </row>
3373 <row>
3374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \series bold
3380 Concli
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 Gianfranco
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 111
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 </row>
3404 <row>
3405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409
3410 \series bold
3411 Dal Bosco
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 Carolina
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 111
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 </row>
3435 <row>
3436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440
3441 \series bold
3442 Dalpiaz
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 Annamaria
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 111
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 </row>
3466 <row>
3467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471
3472 \series bold
3473 Feliciello
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 Domenico
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 111
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 </row>
3497 <row>
3498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502
3503 \series bold
3504 Focarelli
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513 Paola
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522 111
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 </row>
3528 <row>
3529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533
3534 \series bold
3535 Galletti
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 Oreste
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 111
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 </row>
3559 <row>
3560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564
3565 \series bold
3566 Gasparini
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 Franca
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 111
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 </row>
3590 <row>
3591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595
3596 \series bold
3597 Rizzardi
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 Paola
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 111
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 </row>
3621 <row>
3622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626
3627 \series bold
3628 Lassini
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 Giancarlo
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 111
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 </row>
3652 <row>
3653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657
3658 \series bold
3659 Malfatti
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 Luciano
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 111
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 </row>
3683 <row>
3684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688
3689 \series bold
3690 Malfatti
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 Valeriano
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 111
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 </row>
3714 <row>
3715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719
3720 \series bold
3721 Meneguzzo
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell alignment="center" valignment="top" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730 Roberto
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 111
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 </row>
3745 <row>
3746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750
3751 \series bold
3752 Mezzadra
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 Roberto
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 111
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 </row>
3776 <row>
3777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781
3782 \series bold
3783 Pirpamer
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 Erich
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 111
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 </row>
3807 <row>
3808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812
3813 \series bold
3814 Pochiesa
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 Paolo
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 111, 222
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 </row>
3838 <row>
3839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843
3844 \series bold
3845 Radina
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 Claudio
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 111
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 </row>
3869 <row>
3870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874
3875 \series bold
3876 Stuffer
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 Oskar
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 111
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 </row>
3900 <row>
3901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905
3906 \series bold
3907 Tacchelli
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 Ugo
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 111
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 </row>
3931 <row>
3932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936
3937 \series bold
3938 Tezzele
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 Margit
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 111
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 </row>
3962 <row>
3963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967
3968 \series bold
3969 Unterkalmsteiner
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978 Frieda
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 111
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 </row>
3993 <row>
3994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998
3999 \series bold
4000 Vieider
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009 Hilde
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 111
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 </row>
4024 <row>
4025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029
4030 \series bold
4031 Vigna
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 Jürgen
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 111
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 </row>
4055 <row>
4056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060
4061 \series bold
4062 Weber
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 Maurizio
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 111
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 </row>
4086 <row>
4087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091
4092 \series bold
4093 Winkler
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 Franz
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 111
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 </row>
4117 <row>
4118 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122  
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 </row>
4146 <row>
4147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151
4152 \series bold
4153 Annovi
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 Silvia
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171 555
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 </row>
4177 <row>
4178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182
4183 \series bold
4184 Bertoli
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 Stefano
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 555
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 </row>
4208 <row>
4209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213
4214 \series bold
4215 Bozzi
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 Walter
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233 555
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 </row>
4239 <row>
4240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244
4245 \series bold
4246 Cachia
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 Maria
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 555
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 </row>
4270 <row>
4271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275
4276 \series bold
4277 Cachia
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 Maurizio
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 555
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 </row>
4301 <row>
4302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306
4307 \series bold
4308 Cinquemani
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 Giusi
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 555
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 </row>
4332 <row>
4333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337
4338 \series bold
4339 Colin
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 Bernard
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 555
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 </row>
4363 <row>
4364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368
4369 \series bold
4370 Concli
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 Gianfranco
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 555
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 </row>
4394 <row>
4395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399
4400 \series bold
4401 Dal Bosco
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 Carolina
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 555
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 </row>
4425 <row>
4426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430
4431 \series bold
4432 Dalpiaz
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 Annamaria
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 555
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 </row>
4456 <row>
4457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461
4462 \series bold
4463 Feliciello
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 Domenico
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 555
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 </row>
4487 <row>
4488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492
4493 \series bold
4494 Focarelli
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 Paola
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 555
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 </row>
4518 <row>
4519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523
4524 \series bold
4525 Galletti
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 Oreste
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 555
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 </row>
4549 <row>
4550 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554
4555 \series bold
4556 Gasparini
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 Franca
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 555
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 </row>
4580 <row>
4581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585
4586 \series bold
4587 Rizzardi
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 Paola
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 555
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 </row>
4611 <row>
4612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616
4617 \series bold
4618 Lassini
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 Giancarlo
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 555
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 </row>
4642 <row>
4643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647
4648 \series bold
4649 Malfatti
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 Luciano
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 555
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 </row>
4673 <row>
4674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678
4679 \series bold
4680 Malfatti
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 Valeriano
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 555
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 </row>
4704 <row>
4705 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709
4710 \series bold
4711 Meneguzzo
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 Roberto
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 555
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 </row>
4735 <row>
4736 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740
4741 \series bold
4742 Mezzadra
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 Roberto
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 555
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 </row>
4766 <row>
4767 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771
4772 \series bold
4773 Pirpamer
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 Erich
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 555
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 </row>
4797 <row>
4798 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802
4803 \series bold
4804 Pochiesa
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 Paolo
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 555, 222
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 </row>
4828 <row>
4829 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833
4834 \series bold
4835 Radina
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 Claudio
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 555
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 </row>
4859 <row>
4860 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864
4865 \series bold
4866 Stuffer
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 Oskar
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 555
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 </row>
4890 <row>
4891 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895
4896 \series bold
4897 Tacchelli
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 Ugo
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 555
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 </row>
4921 <row>
4922 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926
4927 \series bold
4928 Tezzele
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937 Margit
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 555
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 </row>
4952 <row>
4953 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957
4958 \series bold
4959 Unterkalmsteiner
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968 Frieda
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 555
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 </row>
4983 <row>
4984 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988
4989 \series bold
4990 Vieider
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 Hilde
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 555
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 </row>
5014 <row>
5015 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019
5020 \series bold
5021 Vigna
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 <cell alignment="center" valignment="top" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030 Jürgen
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 999
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 </row>
5045 <row>
5046 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050
5051 \series bold
5052 Weber
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 Maurizio
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 555
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 </row>
5076 <row>
5077 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081
5082 \series bold
5083 Winkler
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 Franz
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 555
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 </row>
5107 <row endlastfoot="true">
5108 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 fin
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 </row>
5136 </lyxtabular>
5137
5138 \end_inset
5139
5140
5141 \begin_inset ERT
5142 status collapsed
5143
5144 \begin_layout Plain Layout
5145
5146
5147 \backslash
5148 addtocounter{table}{-1}
5149 \end_layout
5150
5151 \end_inset
5152
5153
5154 \begin_inset Note Note
5155 status collapsed
5156
5157 \begin_layout Plain Layout
5158 Para comprender el uso de este comando, lee al final de la sección
5159 \begin_inset space ~
5160 \end_inset
5161
5162
5163 \begin_inset CommandInset ref
5164 LatexCommand ref
5165 reference "sub:Leyendas-en-Tablas"
5166
5167 \end_inset
5168
5169  la primera nota resaltada en gris.
5170  
5171 \end_layout
5172
5173 \end_inset
5174
5175
5176 \end_layout
5177
5178 \begin_layout Subsection
5179 Notas al pie en tablas largas
5180 \begin_inset CommandInset label
5181 LatexCommand label
5182 name "sub:Notas-al-pie-en-Tablas-Largas"
5183
5184 \end_inset
5185
5186
5187 \begin_inset Index idx
5188 status collapsed
5189
5190 \begin_layout Plain Layout
5191 Tablas largas ! Notas al pie
5192 \end_layout
5193
5194 \end_inset
5195
5196
5197 \end_layout
5198
5199 \begin_layout Standard
5200 Se pueden insertar notas al pie en cada celda de una tabla larga.
5201  Las notas se muestran en la parte inferior de la página en la que esté
5202  la celda con la nota.
5203  La tabla
5204 \begin_inset space ~
5205 \end_inset
5206
5207
5208 \begin_inset CommandInset ref
5209 LatexCommand ref
5210 reference "tab:DifLeyendas"
5211
5212 \end_inset
5213
5214  tiene un ejemplo de nota al pie.
5215 \end_layout
5216
5217 \begin_layout Subsection
5218 Alineación de tablas largas
5219 \begin_inset Index idx
5220 status collapsed
5221
5222 \begin_layout Plain Layout
5223 Tablas largas ! Alineación
5224 \end_layout
5225
5226 \end_inset
5227
5228
5229 \end_layout
5230
5231 \begin_layout Standard
5232
5233 \lang english
5234 The horizontal alignment of longtables can be set in the table settings
5235  dialog.
5236  For left- and right-alignment the table will be directly at the page border.
5237  To add space between the table and the border one has to set the alignment
5238  to center
5239 \lang spanish
5240  y cambiar el valor de las longitudes 
5241 \series bold
5242
5243 \backslash
5244 LTleft
5245 \series default
5246  y 
5247 \series bold
5248
5249 \backslash
5250 LTright 
5251 \series default
5252 insertando la línea siguiente en código TeX antes de la correspondiente
5253  tabla larga:
5254 \end_layout
5255
5256 \begin_layout Standard
5257
5258 \series bold
5259
5260 \backslash
5261 setlength{
5262 \backslash
5263 LTleft}{valor}
5264 \end_layout
5265
5266 \begin_layout Standard
5267 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5268 \begin_inset space ~
5269 \end_inset
5270
5271
5272 \begin_inset CommandInset ref
5273 LatexCommand ref
5274 reference "tab:Unidades"
5275
5276 \end_inset
5277
5278 .
5279  
5280 \series bold
5281
5282 \backslash
5283 LTlent 
5284 \series default
5285 controla la distancia entre el borde izquierdo de la página y la tabla.
5286  
5287 \series bold
5288
5289 \backslash
5290 LTright 
5291 \series default
5292 la distancia desde el lado derecho.
5293  El valor predeterminado para ambas longitudes es 
5294 \series bold
5295
5296 \backslash
5297 fill
5298 \series default
5299 , que en este caso es lo mismo que un relleno horizontal en LyX.
5300 \end_layout
5301
5302 \begin_layout Standard
5303 La siguiente tabla larga se ha alineado 
5304 \lang english
5305 centered
5306 \lang spanish
5307  y 
5308 \series bold
5309
5310 \backslash
5311 LTleft
5312 \series default
5313  
5314 \lang english
5315 set to
5316 \lang spanish
5317  
5318 \family sans
5319 0.1
5320 \backslash
5321 columnwidth
5322 \family default
5323 :
5324 \begin_inset ERT
5325 status collapsed
5326
5327 \begin_layout Plain Layout
5328
5329
5330 \backslash
5331 setlength{
5332 \backslash
5333 LTleft}{0.1
5334 \backslash
5335 columnwidth}
5336 \end_layout
5337
5338 \end_inset
5339
5340
5341 \end_layout
5342
5343 \begin_layout Standard
5344 \begin_inset Tabular
5345 <lyxtabular version="3" rows="5" columns="5">
5346 <features islongtable="true" longtabularalignment="center">
5347 <column alignment="center" valignment="top" width="0">
5348 <column alignment="center" valignment="top" width="0">
5349 <column alignment="center" valignment="top" width="0">
5350 <column alignment="center" valignment="top" width="0">
5351 <column alignment="center" valignment="top" width="0">
5352 <row>
5353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357 1
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 2
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 3
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 4
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 5
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 </row>
5399 <row>
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 asd
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 s
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 s
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 s
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 asd
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 </row>
5446 <row>
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 asd
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 s
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 s
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 s
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 asd
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 </row>
5493 <row>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 asd
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 s
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 s
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 s
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 asd
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 </row>
5540 <row>
5541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 asd
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 asd
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 asd
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 asd
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 asd
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 </row>
5587 </lyxtabular>
5588
5589 \end_inset
5590
5591
5592 \begin_inset ERT
5593 status collapsed
5594
5595 \begin_layout Plain Layout
5596
5597
5598 \backslash
5599 setlength{
5600 \backslash
5601 LTleft}{
5602 \backslash
5603 fill}
5604 \end_layout
5605
5606 \end_inset
5607
5608
5609 \begin_inset ERT
5610 status collapsed
5611
5612 \begin_layout Plain Layout
5613
5614
5615 \backslash
5616 addtocounter{table}{-1}
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \begin_inset Note Note
5623 status collapsed
5624
5625 \begin_layout Plain Layout
5626 Para comprender el uso de este comando, lee al final de la sección
5627 \begin_inset space ~
5628 \end_inset
5629
5630
5631 \begin_inset CommandInset ref
5632 LatexCommand ref
5633 reference "sub:Leyendas-en-Tablas"
5634
5635 \end_inset
5636
5637  la primera nota resaltada en gris.
5638  
5639 \end_layout
5640
5641 \end_inset
5642
5643
5644 \end_layout
5645
5646 \begin_layout Subsection
5647 Leyendas en tablas largas
5648 \begin_inset Index idx
5649 status collapsed
5650
5651 \begin_layout Plain Layout
5652 Tablas largas ! Leyendas
5653 \end_layout
5654
5655 \end_inset
5656
5657
5658 \begin_inset CommandInset label
5659 LatexCommand label
5660 name "sub:Leyendas-en-Tablas"
5661
5662 \end_inset
5663
5664
5665 \end_layout
5666
5667 \begin_layout Standard
5668 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5669  estar en una página.
5670  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5671  utilizando para una fila de una tabla larga la opción 
5672 \family sans
5673 Leyenda
5674 \family default
5675 , como se explica en la sec.
5676 \begin_inset space \thinspace{}
5677 \end_inset
5678
5679
5680 \begin_inset CommandInset ref
5681 LatexCommand ref
5682 reference "sec:Tablas-Largas"
5683
5684 \end_inset
5685
5686 .
5687  Sólo una fila puede contener la leyenda.
5688 \end_layout
5689
5690 \begin_layout Standard
5691 He aquí una pequeña tabla larga para mostrar cómo funciona:
5692 \end_layout
5693
5694 \begin_layout Standard
5695 \begin_inset Tabular
5696 <lyxtabular version="3" rows="6" columns="5">
5697 <features islongtable="true" longtabularalignment="center">
5698 <column alignment="center" valignment="top" width="0">
5699 <column alignment="center" valignment="top" width="0">
5700 <column alignment="center" valignment="top" width="0">
5701 <column alignment="center" valignment="top" width="0">
5702 <column alignment="center" valignment="top" width="0">
5703 <row caption="true">
5704 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 \begin_inset Caption
5709
5710 \begin_layout Plain Layout
5711 Tabla larga con leyenda
5712 \begin_inset Argument
5713 status collapsed
5714
5715 \begin_layout Plain Layout
5716 Tabla larga
5717 \end_layout
5718
5719 \end_inset
5720
5721
5722 \end_layout
5723
5724 \end_inset
5725
5726
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 </row>
5768 <row>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 1
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 2
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 3
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 4
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 5
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 </row>
5815 <row>
5816 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 s
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 s
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 s
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 asd
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 </row>
5862 <row>
5863 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 s
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 s
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 s
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 asd
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 </row>
5909 <row>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 asd
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923 s
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 s
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 s
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 asd
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 </row>
5956 <row>
5957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 asd
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 asd
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 asd
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 asd
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 asd
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 </row>
6003 </lyxtabular>
6004
6005 \end_inset
6006
6007
6008 \end_layout
6009
6010 \begin_layout Standard
6011 \begin_inset VSpace medskip
6012 \end_inset
6013
6014
6015 \begin_inset Note Greyedout
6016 status open
6017
6018 \begin_layout Plain Layout
6019
6020 \series bold
6021 Nota
6022 \begin_inset space ~
6023 \end_inset
6024
6025 1:
6026 \series default
6027  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
6028  leyenda en alguna de ellas.
6029  Por esto podría suceder que, p.
6030 \begin_inset space \thinspace{}
6031 \end_inset
6032
6033 e., la tabla
6034 \begin_inset space ~
6035 \end_inset
6036
6037 2.4 siga a la tabla
6038 \begin_inset space ~
6039 \end_inset
6040
6041 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
6042  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
6043  en código TeX:
6044 \end_layout
6045
6046 \begin_layout Plain Layout
6047
6048 \series bold
6049
6050 \backslash
6051 addtocounter{table}{-1}
6052 \end_layout
6053
6054 \begin_layout Plain Layout
6055 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
6056  el siguiente código en el preámbulo del documento:
6057 \end_layout
6058
6059 \begin_layout Plain Layout
6060
6061 \series bold
6062
6063 \backslash
6064 let
6065 \backslash
6066 myEnd
6067 \backslash
6068 endlongtable
6069 \begin_inset Newline newline
6070 \end_inset
6071
6072
6073 \backslash
6074 renewcommand{
6075 \backslash
6076 endlongtable}{
6077 \backslash
6078 myEnd
6079 \backslash
6080 addtocounter{table}{-1}}
6081 \end_layout
6082
6083 \end_inset
6084
6085
6086 \end_layout
6087
6088 \begin_layout Standard
6089 \begin_inset Note Greyedout
6090 status open
6091
6092 \begin_layout Plain Layout
6093
6094 \series bold
6095 Nota
6096 \begin_inset space ~
6097 \end_inset
6098
6099 2:
6100 \series default
6101  Si utilizas 
6102 \series bold
6103 hyperref
6104 \series default
6105
6106 \begin_inset Index idx
6107 status collapsed
6108
6109 \begin_layout Plain Layout
6110 LaTeX-paquetes ! hyperref
6111 \end_layout
6112
6113 \end_inset
6114
6115  en las 
6116 \family sans
6117 Propiedades PDF 
6118 \family default
6119 del diálogo 
6120 \family sans
6121 Configuración del documento 
6122 \family default
6123 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6124  llevan siempre al principio del documento.
6125 \end_layout
6126
6127 \end_inset
6128
6129
6130 \end_layout
6131
6132 \begin_layout Subsubsection
6133 Referencias a tablas largas
6134 \begin_inset Index idx
6135 status collapsed
6136
6137 \begin_layout Plain Layout
6138 Tablas largas ! Referencias a
6139 \end_layout
6140
6141 \end_inset
6142
6143
6144 \end_layout
6145
6146 \begin_layout Standard
6147 \begin_inset Tabular
6148 <lyxtabular version="3" rows="6" columns="5">
6149 <features islongtable="true" longtabularalignment="center">
6150 <column alignment="center" valignment="top" width="0">
6151 <column alignment="center" valignment="top" width="0">
6152 <column alignment="center" valignment="top" width="0">
6153 <column alignment="center" valignment="top" width="0">
6154 <column alignment="center" valignment="top" width="0">
6155 <row caption="true">
6156 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 \begin_inset Caption
6161
6162 \begin_layout Plain Layout
6163 Tabla larga referenciada
6164 \begin_inset CommandInset label
6165 LatexCommand label
6166 name "tab:RefEjemplo"
6167
6168 \end_inset
6169
6170
6171 \end_layout
6172
6173 \end_inset
6174
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 </row>
6217 <row>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 1
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 2
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 3
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 4
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 5
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 </row>
6264 <row>
6265 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 s
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 s
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 s
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 asd
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 </row>
6311 <row>
6312 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 s
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 s
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 s
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 asd
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 </row>
6358 <row>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 asd
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 s
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 s
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 s
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 asd
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 </row>
6405 <row>
6406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 asd
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 sad
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 asd
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 asd
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 asd
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 </row>
6452 </lyxtabular>
6453
6454 \end_inset
6455
6456
6457 \end_layout
6458
6459 \begin_layout Standard
6460 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6461  
6462 \end_layout
6463
6464 \begin_layout Standard
6465 Esto es una referencia a la tabla
6466 \begin_inset space ~
6467 \end_inset
6468
6469
6470 \begin_inset CommandInset ref
6471 LatexCommand ref
6472 reference "tab:RefEjemplo"
6473
6474 \end_inset
6475
6476 .
6477 \end_layout
6478
6479 \begin_layout Standard
6480 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6481  del documento mediante el paquete LaTeX 
6482 \series bold
6483 caption
6484 \series default
6485
6486 \begin_inset Index idx
6487 status collapsed
6488
6489 \begin_layout Plain Layout
6490 LaTeX-paquetes ! caption
6491 \end_layout
6492
6493 \end_inset
6494
6495 , véase sección
6496 \begin_inset space ~
6497 \end_inset
6498
6499
6500 \begin_inset CommandInset ref
6501 LatexCommand ref
6502 reference "sec:Formato-de-leyendas"
6503
6504 \end_inset
6505
6506 .
6507 \end_layout
6508
6509 \begin_layout Subsubsection
6510 Anchura de la leyenda
6511 \begin_inset Index idx
6512 status collapsed
6513
6514 \begin_layout Plain Layout
6515 Tablas largas ! Anchura de la leyenda
6516 \end_layout
6517
6518 \end_inset
6519
6520
6521 \end_layout
6522
6523 \begin_layout Standard
6524 La anchura máxima de la leyenda se define por la longitud 
6525 \series bold
6526
6527 \backslash
6528 LTcapwidth
6529 \series default
6530 .
6531  Por omisión, su valor es 4
6532 \begin_inset space \thinspace{}
6533 \end_inset
6534
6535 in (4
6536 \begin_inset space ~
6537 \end_inset
6538
6539 pulgadas).
6540  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6541  en el propio documento antes de la tabla larga a la que deba afectar
6542 \end_layout
6543
6544 \begin_layout Standard
6545
6546 \series bold
6547
6548 \backslash
6549 setlength{
6550 \backslash
6551 LTcapwidth}{anchura}
6552 \end_layout
6553
6554 \begin_layout Standard
6555 donde la anchura puede ser una de las unidades listadas en el apéndice
6556 \begin_inset space ~
6557 \end_inset
6558
6559
6560 \begin_inset CommandInset ref
6561 LatexCommand ref
6562 reference "cap:Unidades-disponibles-en"
6563
6564 \end_inset
6565
6566 .
6567 \end_layout
6568
6569 \begin_layout Standard
6570 Las tablas siguientes muestran la diferencia:
6571 \end_layout
6572
6573 \begin_layout Standard
6574 \begin_inset Tabular
6575 <lyxtabular version="3" rows="6" columns="5">
6576 <features islongtable="true" longtabularalignment="center">
6577 <column alignment="center" valignment="top" width="0">
6578 <column alignment="center" valignment="top" width="0">
6579 <column alignment="center" valignment="top" width="0">
6580 <column alignment="center" valignment="top" width="0">
6581 <column alignment="center" valignment="top" width="0">
6582 <row caption="true">
6583 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 \begin_inset Caption
6588
6589 \begin_layout Plain Layout
6590 Leyenda larga completa con anchura predeterminada leyenda larga completa
6591  con anchura predeterminada
6592 \begin_inset Argument
6593 status collapsed
6594
6595 \begin_layout Plain Layout
6596 Leyenda con anchura predeterminada
6597 \end_layout
6598
6599 \end_inset
6600
6601
6602 \end_layout
6603
6604 \end_inset
6605
6606
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 </row>
6648 <row>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 1
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 2
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 3
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 4
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689 5
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 </row>
6695 <row>
6696 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 s
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 s
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 s
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 asd
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 </row>
6742 <row>
6743 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 s
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 s
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 s
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 asd
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 </row>
6789 <row>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 asd
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 s
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 s
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 s
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 asd
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 asd
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 sad
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 asd
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 asd
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 asd
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 </lyxtabular>
6884
6885 \end_inset
6886
6887
6888 \end_layout
6889
6890 \begin_layout Standard
6891 \begin_inset ERT
6892 status collapsed
6893
6894 \begin_layout Plain Layout
6895
6896
6897 \backslash
6898 setlength{
6899 \backslash
6900 LTcapwidth}{5cm}
6901 \end_layout
6902
6903 \end_inset
6904
6905
6906 \begin_inset Tabular
6907 <lyxtabular version="3" rows="6" columns="5">
6908 <features islongtable="true" longtabularalignment="center">
6909 <column alignment="center" valignment="top" width="0">
6910 <column alignment="center" valignment="top" width="0">
6911 <column alignment="center" valignment="top" width="0">
6912 <column alignment="center" valignment="top" width="0">
6913 <column alignment="center" valignment="top" width="0">
6914 <row caption="true">
6915 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 \begin_inset Caption
6920
6921 \begin_layout Plain Layout
6922 Leyenda larga completa con una anchura de 5
6923 \begin_inset space \thinspace{}
6924 \end_inset
6925
6926 cm leyenda larga completa con una anchura de 5
6927 \begin_inset space \thinspace{}
6928 \end_inset
6929
6930 cm 
6931 \begin_inset Argument
6932 status collapsed
6933
6934 \begin_layout Plain Layout
6935 Leyenda con anchura
6936 \begin_inset space \thinspace{}
6937 \end_inset
6938
6939 =
6940 \begin_inset space \thinspace{}
6941 \end_inset
6942
6943 5
6944 \begin_inset space \thinspace{}
6945 \end_inset
6946
6947 cm
6948 \end_layout
6949
6950 \end_inset
6951
6952
6953 \end_layout
6954
6955 \end_inset
6956
6957
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 </row>
6999 <row>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 1
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 2
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 3
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 4
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 5
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 </row>
7046 <row>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 asd
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 s
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 s
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 s
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 asd
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 </row>
7093 <row>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 asd
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 s
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 s
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 s
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 asd
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 </row>
7140 <row>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 asd
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 s
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 s
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 s
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 asd
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 </row>
7187 <row>
7188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 asd
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 sad
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 asd
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 asd
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 asd
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 </row>
7234 </lyxtabular>
7235
7236 \end_inset
7237
7238
7239 \begin_inset ERT
7240 status collapsed
7241
7242 \begin_layout Plain Layout
7243
7244
7245 \backslash
7246 setlength{
7247 \backslash
7248 LTcapwidth}{4in}
7249 \end_layout
7250
7251 \end_inset
7252
7253
7254 \end_layout
7255
7256 \begin_layout Standard
7257 \begin_inset Note Greyedout
7258 status collapsed
7259
7260 \begin_layout Plain Layout
7261
7262 \series bold
7263 Nota: 
7264 \series default
7265 Si se usa el paquete LaTeX 
7266 \series bold
7267 caption
7268 \series default
7269
7270 \begin_inset Index idx
7271 status collapsed
7272
7273 \begin_layout Plain Layout
7274 LaTeX-paquetes ! caption
7275 \end_layout
7276
7277 \end_inset
7278
7279 , como en este documento, para la leyenda se utiliza toda la anchura de
7280  la página cuando se deja el valor por omisión de 4
7281 \begin_inset space \thinspace{}
7282 \end_inset
7283
7284 in para 
7285 \series bold
7286
7287 \backslash
7288 LTcapwidth
7289 \series default
7290 .
7291  En este caso, para conseguir una leyenda de 4
7292 \begin_inset space \thinspace{}
7293 \end_inset
7294
7295 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7296 \begin_inset space \thinspace{}
7297 \end_inset
7298
7299 in, p.
7300 \begin_inset space \thinspace{}
7301 \end_inset
7302
7303 e.
7304  3.99
7305 \begin_inset space \thinspace{}
7306 \end_inset
7307
7308 in, o bien emplear el comando LaTeX 
7309 \series bold
7310
7311 \backslash
7312 captionsetup{width=valor}
7313 \series default
7314 , suministrado por el paquete 
7315 \series bold
7316 caption
7317 \series default
7318 .
7319 \end_layout
7320
7321 \end_inset
7322
7323
7324 \end_layout
7325
7326 \begin_layout Subsubsection
7327 Leyendas distintas para cada página
7328 \begin_inset Index idx
7329 status collapsed
7330
7331 \begin_layout Plain Layout
7332 Tablas largas ! Leyendas distintas para cada página
7333 \end_layout
7334
7335 \end_inset
7336
7337
7338 \end_layout
7339
7340 \begin_layout Standard
7341 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7342  de la leyenda de la primera página de la tabla, se insertan con el comando
7343  en código TeX
7344 \end_layout
7345
7346 \begin_layout Standard
7347
7348 \series bold
7349
7350 \backslash
7351 caption*{texto de la leyenda}
7352 \backslash
7353
7354 \backslash
7355 %
7356 \end_layout
7357
7358 \begin_layout Standard
7359 en una fila postiza que se marca como encabezado.
7360  La tabla
7361 \begin_inset space ~
7362 \end_inset
7363
7364
7365 \begin_inset CommandInset ref
7366 LatexCommand ref
7367 reference "tab:DifLeyendas"
7368
7369 \end_inset
7370
7371  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7372  no incluye número de tabla.
7373 \end_layout
7374
7375 \begin_layout Standard
7376 \align center
7377 \begin_inset Tabular
7378 <lyxtabular version="3" rows="59" columns="3">
7379 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7380 <column alignment="left" valignment="top" width="0cm">
7381 <column alignment="left" valignment="top" width="0pt">
7382 <column alignment="right" valignment="top" width="0pt">
7383 <row caption="true">
7384 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 \begin_inset Caption
7389
7390 \begin_layout Plain Layout
7391 Ejemplo de lista telefónica
7392 \begin_inset CommandInset label
7393 LatexCommand label
7394 name "tab:DifLeyendas"
7395
7396 \end_inset
7397
7398
7399 \begin_inset Argument
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403 Ejemplo de lista telefónica
7404 \end_layout
7405
7406 \end_inset
7407
7408
7409 \end_layout
7410
7411 \end_inset
7412
7413
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 </row>
7437 <row endfirsthead="true">
7438 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442
7443 \series bold
7444 Ejemplo de lista telefónica (ignore los nombres)
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 </row>
7468 <row endfirsthead="true">
7469 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473
7474 \series bold
7475 NOMBRE
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493
7494 \series bold
7495 TEL.
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 </row>
7501 <row endhead="true">
7502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 \begin_inset ERT
7507 status open
7508
7509 \begin_layout Plain Layout
7510
7511
7512 \backslash
7513 caption*{continúa Ejemplo de lista telefónica}
7514 \backslash
7515
7516 \backslash
7517 %
7518 \end_layout
7519
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 </row>
7546 <row endhead="true">
7547 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551
7552 \series bold
7553 Ejemplo de lista telefónica
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 </row>
7577 <row endhead="true">
7578 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582
7583 \series bold
7584 NOMBRE
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602
7603 \series bold
7604 TEL.
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 </row>
7610 <row endfoot="true">
7611 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 continúa en página siguiente
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 </row>
7639 <row>
7640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \series bold
7646 Annovi
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 Silvia
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 111
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 </row>
7670 <row>
7671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675
7676 \series bold
7677 Bertoli
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 Stefano
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 111
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 </row>
7701 <row>
7702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706
7707 \series bold
7708 Bozzi
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 Walter
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 111
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 </row>
7732 <row>
7733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737
7738 \series bold
7739 Cachia
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 Maria
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757 111
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 </row>
7763 <row>
7764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768
7769 \series bold
7770 Cachia
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 Maurizio
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788 111
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 </row>
7794 <row>
7795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799
7800 \series bold
7801 Cinquemani
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 Giusi
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 111
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 <row>
7826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \series bold
7832 Colin
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 Bernard
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 111
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 <row>
7857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861
7862 \series bold
7863 Concli
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 Gianfranco
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881 111
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 </row>
7887 <row>
7888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \series bold
7894 Dal Bosco
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 Carolina
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 111
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row>
7919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \series bold
7925 Dalpiaz
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 Annamaria
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 111
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 </row>
7949 <row>
7950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954
7955 \series bold
7956 Feliciello
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 Domenico
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 111
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 </row>
7980 <row>
7981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \series bold
7987 Focarelli
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 Paola
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 111
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 </row>
8011 <row>
8012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016
8017 \series bold
8018 Galletti
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 Oreste
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 111
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \series bold
8049 Gasparini
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 Franca
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 111
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 </row>
8073 <row>
8074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \series bold
8080 Rizzardi
8081 \series default
8082
8083 \begin_inset Foot
8084 status collapsed
8085
8086 \begin_layout Plain Layout
8087 Ejemplo de nota a pie de página
8088 \end_layout
8089
8090 \end_inset
8091
8092
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 Paola
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 111
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \series bold
8123 Lassini
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 Giancarlo
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 111
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \series bold
8154 Malfatti
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 Luciano
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 111
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \series bold
8185 Malfatti
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 Valeriano
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 111
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214
8215 \series bold
8216 Meneguzzo
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 Roberto
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 111
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 </row>
8240 <row>
8241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245
8246 \series bold
8247 Mezzadra
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 Roberto
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 111
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \series bold
8278 Pirpamer
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Erich
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 111
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 <row>
8303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307
8308 \series bold
8309 Pochiesa
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 Paolo
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 111, 222
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \series bold
8340 Radina
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 Claudio
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 111
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369
8370 \series bold
8371 Stuffer
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 Oskar
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 111
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \series bold
8402 Tacchelli
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 Ugo
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 111
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 </row>
8426 <row>
8427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \series bold
8433 Tezzele
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Margit
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 111
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \series bold
8464 Unterkalmsteiner
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Frieda
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 111
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \series bold
8495 Vieider
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Hilde
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 111
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \series bold
8526 Vigna
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 Jürgen
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 111
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 <row>
8551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555
8556 \series bold
8557 Weber
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 Maurizio
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 111
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \series bold
8588 Winkler
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 Franz
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 111
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 <row>
8613 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617  
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \series bold
8648 Annovi
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Silvia
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 555
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679 Bertoli
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Stefano
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 555
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \series bold
8710 Bozzi
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 Walter
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 555
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741 Cachia
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Maria
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 555
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \series bold
8772 Cachia
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Maurizio
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 555
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801
8802 \series bold
8803 Cinquemani
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 Giusi
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 555
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 <row>
8828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832
8833 \series bold
8834 Colin
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 Bernard
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 555
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863
8864 \series bold
8865 Concli
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 Gianfranco
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 555
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 </row>
8889 <row>
8890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894
8895 \series bold
8896 Dal Bosco
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 Carolina
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 555
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 </row>
8920 <row>
8921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925
8926 \series bold
8927 Dalpiaz
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 Annamaria
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 555
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 </row>
8951 <row>
8952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956
8957 \series bold
8958 Feliciello
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 Domenico
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 555
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \series bold
8989 Focarelli
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 Paola
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 555
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \series bold
9020 Galletti
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 Oreste
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 555
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \series bold
9051 Gasparini
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 Franca
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 555
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \series bold
9082 Rizzardi
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 Paola
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 555
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \series bold
9113 Lassini
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 Giancarlo
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 555
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142
9143 \series bold
9144 Malfatti
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 Luciano
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 555
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \series bold
9175 Malfatti
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Valeriano
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 555
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row>
9200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204
9205 \series bold
9206 Meneguzzo
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 Roberto
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 555
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 <row>
9231 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \series bold
9237 Mezzadra
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 Roberto
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 555
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 </lyxtabular>
9262
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \begin_layout Section
9269 Particularidades de las tablas largas
9270 \begin_inset CommandInset label
9271 LatexCommand label
9272 name "sec:Particularidades-tablas-largas"
9273
9274 \end_inset
9275
9276
9277 \end_layout
9278
9279 \begin_layout Subsection
9280 Cálculos
9281 \begin_inset Index idx
9282 status collapsed
9283
9284 \begin_layout Plain Layout
9285 Tablas largas ! Cálculos
9286 \end_layout
9287
9288 \end_inset
9289
9290
9291 \end_layout
9292
9293 \begin_layout Standard
9294 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9295  utilizando los denominados «trozos», que son partes de la tabla presentes
9296  en la memoria de LaTeX.
9297  El valor predeterminado está establecido a sólo 20 filas.
9298  Si estás usando tablas largas con muchas páginas, la generación del documento
9299  puede hacerse muy lenta.
9300  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9301  el siguiente comando en el preámbulo del documento:
9302 \end_layout
9303
9304 \begin_layout Standard
9305
9306 \series bold
9307
9308 \backslash
9309 setcounter{LTchunksize}{100}
9310 \end_layout
9311
9312 \begin_layout Subsection
9313 Flotantes y tablas largas
9314 \begin_inset Index idx
9315 status collapsed
9316
9317 \begin_layout Plain Layout
9318 Tablas largas ! Flotantes
9319 \end_layout
9320
9321 \end_inset
9322
9323
9324 \end_layout
9325
9326 \begin_layout Standard
9327 Podría haber problemas si un flotante aparece en la misma página donde comienza
9328  una tabla larga.
9329  Para evitarlo, añade un 
9330 \begin_inset Quotes fld
9331 \end_inset
9332
9333 salto de página limpia
9334 \begin_inset Quotes frd
9335 \end_inset
9336
9337  (menú 
9338 \family sans
9339 Insertar\SpecialChar \menuseparator
9340 Formato\SpecialChar \menuseparator
9341 Limpiar
9342 \begin_inset space ~
9343 \end_inset
9344
9345 página
9346 \family default
9347 ) antes de la tabla.
9348 \end_layout
9349
9350 \begin_layout Subsection
9351 Saltos de página forzados
9352 \begin_inset Index idx
9353 status collapsed
9354
9355 \begin_layout Plain Layout
9356 Tablas largas ! Saltos de página forzados
9357 \end_layout
9358
9359 \end_inset
9360
9361
9362 \end_layout
9363
9364 \begin_layout Standard
9365 Por omisión, las tablas sólo se cortan entre filas.
9366  Si tienes una celda con líneas múltiples y necesitas un salto de página
9367  dentro de la celda, inserta el comando de nueva línea «
9368 \series bold
9369
9370 \backslash
9371
9372 \backslash
9373
9374 \series default
9375 » en código TeX en el punto en que quieras cortar.
9376  Antes del comando «
9377 \series bold
9378
9379 \backslash
9380
9381 \backslash
9382
9383 \series default
9384 » debes insertar en código TeX tantos caracteres «
9385 \series bold
9386 &
9387 \series default
9388 » como columnas siguientes de la tabla.
9389  
9390 \series bold
9391 &
9392 \series default
9393  es el carácter para separar celdas.
9394  Escribe en código TeX después de cada 
9395 \series bold
9396 &
9397 \series default
9398  el contenido de la celda siguiente correspondiente y borra el contenido
9399  de esas celdas.
9400 \begin_inset Newline newline
9401 \end_inset
9402
9403 Detrás del comando 
9404 \series bold
9405
9406 \backslash
9407
9408 \backslash
9409
9410 \series default
9411 , inserta tantos 
9412 \series bold
9413 &
9414 \series default
9415  como columnas haya delante de la actual.
9416  En la tabla
9417 \begin_inset space ~
9418 \end_inset
9419
9420
9421 \begin_inset CommandInset ref
9422 LatexCommand ref
9423 reference "tab:Saltos de Página Forzados"
9424
9425 \end_inset
9426
9427  la celda que debería cortarse está en la segunda columna seguida de otra
9428  columna.
9429  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9430  de «
9431 \emph on
9432 Castelchiodato,
9433 \emph default
9434 »:
9435 \end_layout
9436
9437 \begin_layout Standard
9438
9439 \series bold
9440 & 111
9441 \backslash
9442
9443 \backslash
9444  
9445 \backslash
9446 newpage
9447 \begin_inset Newline newline
9448 \end_inset
9449
9450 &
9451 \end_layout
9452
9453 \begin_layout Standard
9454 El «111» en la tercera columna de la fila se ha borrado.
9455
9456 \series bold
9457  
9458 \backslash
9459 newpage 
9460 \series default
9461 es necesario solo si en esta posición debiera ir definitivamente un salto
9462  de página, de otro modo es sólamente una posibilidad de salto.
9463  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9464  superior pero quisieras una línea horizontal donde se corta la celda, usa
9465  este comando alternativo:
9466 \end_layout
9467
9468 \begin_layout Standard
9469
9470 \series bold
9471 & 111
9472 \backslash
9473
9474 \backslash
9475
9476 \begin_inset Newline newline
9477 \end_inset
9478
9479
9480 \backslash
9481 hline &
9482 \end_layout
9483
9484 \begin_layout Standard
9485 Cuando la celda a cortar está en la última columna, el comando
9486 \end_layout
9487
9488 \begin_layout Standard
9489
9490 \series bold
9491
9492 \backslash
9493 setlength{
9494 \backslash
9495 parfillskip}{0pt}
9496 \end_layout
9497
9498 \begin_layout Standard
9499 debe insertarse en código TeX al principio de la celda.
9500  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9501  aparecerá con toda su anchura.
9502 \end_layout
9503
9504 \begin_layout Standard
9505 \align center
9506 \begin_inset Tabular
9507 <lyxtabular version="3" rows="38" columns="3">
9508 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9509 <column alignment="left" valignment="top" width="0cm">
9510 <column alignment="left" valignment="top" width="3cm">
9511 <column alignment="right" valignment="top" width="0pt">
9512 <row caption="true">
9513 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517 \begin_inset Caption
9518
9519 \begin_layout Plain Layout
9520 Tabla con salto de página forzado en celda
9521 \begin_inset CommandInset label
9522 LatexCommand label
9523 name "tab:Saltos de Página Forzados"
9524
9525 \end_inset
9526
9527
9528 \begin_inset Argument
9529 status collapsed
9530
9531 \begin_layout Plain Layout
9532 Tabla con salto de página forzado en celda
9533 \end_layout
9534
9535 \end_inset
9536
9537
9538 \end_layout
9539
9540 \end_inset
9541
9542
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 </row>
9566 <row endfirsthead="true">
9567 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571
9572 \series bold
9573 Ejemplo de lista telefónica (ignore los nombres)
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 </row>
9597 <row endfirsthead="true">
9598 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602
9603 \series bold
9604 NOMBRE
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622
9623 \series bold
9624 TEL.
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 </row>
9630 <row endhead="true">
9631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 \begin_inset ERT
9636 status collapsed
9637
9638 \begin_layout Plain Layout
9639
9640
9641 \backslash
9642 caption*{continúa Ejemplo de lista telefónica}
9643 \backslash
9644
9645 \backslash
9646 %
9647 \end_layout
9648
9649 \end_inset
9650
9651
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 </row>
9675 <row endhead="true">
9676 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680  
9681 \series bold
9682 Ejemplo de lista telefónica
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 </row>
9706 <row endhead="true">
9707 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711
9712 \series bold
9713 NOMBRE
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731
9732 \series bold
9733 TEL.
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 </row>
9739 <row endfoot="true">
9740 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744 continúa en página siguiente
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 </row>
9768 <row>
9769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773
9774 \series bold
9775 Annovi
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784 Silvia
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793 111
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 </row>
9799 <row>
9800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804
9805 \series bold
9806 Bertoli
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815 Stefano
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824 111
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row>
9831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835
9836 \series bold
9837 Bozzi
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846 Walter
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855 111
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 <row>
9862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866
9867 \series bold
9868 Cachia
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 Maria
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886 111
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 </row>
9892 <row>
9893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897
9898 \series bold
9899 Cachia
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908 Maurizio
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 111
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 </row>
9923 <row>
9924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \series bold
9930 Cinquemani
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 Giusi
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 111
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row>
9955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \series bold
9961 Colin
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 Bernard
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979 111
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row>
9986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \series bold
9992 Concli
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 Gianfranco
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010 111
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 </row>
10016 <row>
10017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021
10022 \series bold
10023 Dal Bosco
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 Carolina
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041 111
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row>
10048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \series bold
10054 Dalpiaz
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 Annamaria
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 111
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row>
10079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \series bold
10085 Feliciello
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 Domenico
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 111
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row>
10110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \series bold
10116 Focarelli
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 Paola
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 111
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row>
10141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \series bold
10147 Galletti
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 Oreste
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 111
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 <row>
10172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \series bold
10178 Gasparini
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 Franca
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 111
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 </row>
10202 <row>
10203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \series bold
10209 Lassini
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 Giancarlo
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 </row>
10233 <row>
10234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238
10239 \series bold
10240 Malfatti
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 Luciano
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 111
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 </row>
10264 <row>
10265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269
10270 \series bold
10271 Malfatti
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 Valeriano
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 111
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 </row>
10295 <row>
10296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300
10301 \series bold
10302 Meneguzzo
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 Roberto
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 111
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \series bold
10333 Mezzadra
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 Roberto
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 111
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \series bold
10364 Pirpamer
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 Erich
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 111
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row>
10389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393
10394 \series bold
10395 Pochiesa
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 Paolo
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 111, 222
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 <row>
10420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424
10425 \series bold
10426 Radina
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 Claudio
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 111
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 </row>
10450 <row>
10451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455
10456 \series bold
10457 Rizzardi
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 Paolo, 11.
10467  Fürst von Montecompatri, 11.
10468  Fürst von Sulmona und Vivaro, 10.
10469  Fürst von Rossano, 5.
10470  Herzog von Canemorte, 11.
10471  Herzog von Palombara, 5.
10472  Herzog von Castelchiodato,
10473 \begin_inset ERT
10474 status open
10475
10476 \begin_layout Plain Layout
10477
10478 & 111
10479 \backslash
10480
10481 \backslash
10482  
10483 \backslash
10484 newpage
10485 \end_layout
10486
10487 \begin_layout Plain Layout
10488
10489 &
10490 \end_layout
10491
10492 \end_inset
10493
10494  11.
10495  Herzog von Poggionativo, 11.
10496  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10497  Graf von Valinfreda, 11.
10498  Baron von Cropalati, 11.
10499  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 111
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 <row>
10515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519
10520 \series bold
10521 Stuffer
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 Oskar
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 111
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \series bold
10552 Tacchelli
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 Ugo
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 111
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \series bold
10583 Tezzele
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 Margit
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 111
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 </row>
10607 <row>
10608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612
10613 \series bold
10614 Unterkalmsteiner
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 Frieda
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 111
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 </row>
10638 <row>
10639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643
10644 \series bold
10645 Vieider
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 Hilde
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 111
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 </row>
10669 <row>
10670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674
10675 \series bold
10676 Vigna
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685 Jürgen
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 111
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 </row>
10700 <row>
10701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \series bold
10707 Weber
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 Maurizio
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 111
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 </row>
10731 <row>
10732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \series bold
10738 Winkler
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747 Franz
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 111
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 </lyxtabular>
10763
10764 \end_inset
10765
10766
10767 \end_layout
10768
10769 \begin_layout Section
10770 Líneas múltiples en columnas y filas
10771 \end_layout
10772
10773 \begin_layout Subsection
10774 Líneas múltiples en celdas
10775 \begin_inset CommandInset label
10776 LatexCommand label
10777 name "sub:Líneas-Múltiples-en"
10778
10779 \end_inset
10780
10781
10782 \begin_inset Index idx
10783 status collapsed
10784
10785 \begin_layout Plain Layout
10786 Lineas@Líneas múltiples en celdas
10787 \end_layout
10788
10789 \end_inset
10790
10791
10792 \begin_inset Index idx
10793 status collapsed
10794
10795 \begin_layout Plain Layout
10796 Tablas ! Saltos de línea
10797 \end_layout
10798
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \begin_layout Standard
10805 \noindent
10806 \begin_inset Float table
10807 placement H
10808 wide false
10809 sideways false
10810 status open
10811
10812 \begin_layout Plain Layout
10813 \begin_inset Caption
10814
10815 \begin_layout Plain Layout
10816 \begin_inset CommandInset label
10817 LatexCommand label
10818 name "tab:Tabla-con-múltiples"
10819
10820 \end_inset
10821
10822 Tabla con líneas múltiples en celda
10823 \end_layout
10824
10825 \end_inset
10826
10827
10828 \end_layout
10829
10830 \begin_layout Plain Layout
10831 \align center
10832 \begin_inset Tabular
10833 <lyxtabular version="3" rows="3" columns="3">
10834 <features tabularvalignment="middle">
10835 <column alignment="center" valignment="middle" width="2.5cm">
10836 <column alignment="center" valignment="middle" width="0">
10837 <column alignment="center" valignment="middle" width="0">
10838 <row>
10839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 líneas
10844 \begin_inset Newline linebreak
10845 \end_inset
10846
10847 múltiples
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 b
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865 c
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 </row>
10871 <row>
10872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876 d
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 e
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894 f
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 </row>
10900 <row>
10901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905 g
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 h
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 i
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 </row>
10929 </lyxtabular>
10930
10931 \end_inset
10932
10933
10934 \end_layout
10935
10936 \end_inset
10937
10938
10939 \end_layout
10940
10941 \begin_layout Standard
10942 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10943  párrafos con varias líneas y guionado.
10944 \end_layout
10945
10946 \begin_layout Standard
10947 Para generar la tabla
10948 \begin_inset space ~
10949 \end_inset
10950
10951
10952 \begin_inset CommandInset ref
10953 LatexCommand ref
10954 reference "tab:Tabla-con-múltiples"
10955
10956 \end_inset
10957
10958 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10959  En el diálogo que surge establece una anchura de 2.5
10960 \begin_inset space \thinspace{}
10961 \end_inset
10962
10963 cm y escoge centro en alineación vertical y horizontal.
10964  La alineación vertical se utiliza para todas las celdas de la fila.
10965  Como nuestro texto es menor de 2.5
10966 \begin_inset space \thinspace{}
10967 \end_inset
10968
10969 cm, sólo aparece una línea.
10970  Para poner dos añadimos un salto de línea justificado, (atajo 
10971 \family sans
10972 Ctrl+Mayúsculas+Retorno
10973 \family default
10974 ).
10975  Si el texto es más ancho que la celda será automáticamente dividido en
10976  líneas.
10977 \end_layout
10978
10979 \begin_layout Standard
10980 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10981  con guión si es la primera entrada.
10982  Por eso hay que insertar algo para que dicha palabra no sea la primera
10983  entrada: añade un espacio horizontal de 0
10984 \begin_inset space \thinspace{}
10985 \end_inset
10986
10987 pt delante de la palabra.
10988  Como el espacio es 0 la salida no cambia.
10989  El cuadro
10990 \begin_inset space ~
10991 \end_inset
10992
10993
10994 \begin_inset CommandInset ref
10995 LatexCommand ref
10996 reference "tab:Tabla-con-y"
10997
10998 \end_inset
10999
11000  muestra el efecto.
11001 \end_layout
11002
11003 \begin_layout Standard
11004 \begin_inset Float table
11005 placement b
11006 wide false
11007 sideways false
11008 status open
11009
11010 \begin_layout Plain Layout
11011 \begin_inset Caption
11012
11013 \begin_layout Plain Layout
11014 \begin_inset CommandInset label
11015 LatexCommand label
11016 name "tab:Tabla-con-y"
11017
11018 \end_inset
11019
11020 Tablas con y sin guión
11021 \end_layout
11022
11023 \end_inset
11024
11025
11026 \end_layout
11027
11028 \begin_layout Plain Layout
11029 \begin_inset space \hfill{}
11030 \end_inset
11031
11032
11033 \begin_inset Tabular
11034 <lyxtabular version="3" rows="3" columns="3">
11035 <features tabularvalignment="middle">
11036 <column alignment="center" valignment="middle" width="2.5cm">
11037 <column alignment="center" valignment="middle" width="0">
11038 <column alignment="center" valignment="middle" width="0">
11039 <row>
11040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 celdaconpalabramuylarga
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 b
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 c
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 <row>
11069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 d
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 e
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091 f
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 </row>
11097 <row>
11098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 g
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 h
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 i
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 </row>
11126 </lyxtabular>
11127
11128 \end_inset
11129
11130
11131 \begin_inset space \hfill{}
11132 \end_inset
11133
11134
11135 \begin_inset Tabular
11136 <lyxtabular version="3" rows="3" columns="3">
11137 <features tabularvalignment="middle">
11138 <column alignment="center" valignment="middle" width="2.5cm">
11139 <column alignment="center" valignment="middle" width="0">
11140 <column alignment="center" valignment="middle" width="0">
11141 <row>
11142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 \begin_inset space \hspace{}
11147 \length 0pt
11148 \end_inset
11149
11150 celdaconpalabramuylarga
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 b
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 c
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 </row>
11174 <row>
11175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 d
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 e
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 f
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 </row>
11203 <row>
11204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 g
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 h
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 i
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 </row>
11232 </lyxtabular>
11233
11234 \end_inset
11235
11236
11237 \begin_inset space \hfill{}
11238 \end_inset
11239
11240
11241 \end_layout
11242
11243 \end_inset
11244
11245
11246 \end_layout
11247
11248 \begin_layout Subsection
11249 Multicolumnas
11250 \begin_inset CommandInset label
11251 LatexCommand label
11252 name "sub:Multicolumnas"
11253
11254 \end_inset
11255
11256
11257 \begin_inset Index idx
11258 status collapsed
11259
11260 \begin_layout Plain Layout
11261 Multicolumnas
11262 \end_layout
11263
11264 \end_inset
11265
11266
11267 \begin_inset Index idx
11268 status collapsed
11269
11270 \begin_layout Plain Layout
11271 Tablas ! Multicolumnas
11272 \end_layout
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Subsubsection
11280 Fundamentos de multicolumna
11281 \end_layout
11282
11283 \begin_layout Standard
11284 Para extender una celda sobre varias columnas, se marcan las celdas que
11285  se desee combinar y se usa el botón 
11286 \begin_inset Graphics
11287         filename ../../images/tabular-feature_multicolumn.png
11288         scale 85
11289
11290 \end_inset
11291
11292 , el menú 
11293 \family sans
11294 Editar\SpecialChar \menuseparator
11295 Tabla\SpecialChar \menuseparator
11296 Multicolumna
11297 \family default
11298 , o clic derecho sobre las celdas marcadas y elige 
11299 \family sans
11300 Multicolumna 
11301 \family default
11302 en el menú contextual emergente.
11303 \end_layout
11304
11305 \begin_layout Standard
11306 Las multicolumnas tienen su propia configuración de celdas.
11307  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11308  multicolumna.
11309  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11310  última fila sin borde superior:
11311 \end_layout
11312
11313 \begin_layout Standard
11314 \align center
11315 \begin_inset Tabular
11316 <lyxtabular version="3" rows="3" columns="4">
11317 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11318 <column alignment="center" valignment="top" width="0pt">
11319 <column alignment="center" valignment="middle" width="0">
11320 <column alignment="center" valignment="top" width="0in">
11321 <column alignment="center" valignment="top" width="0pt">
11322 <row>
11323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327 abc
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 def ghi
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 jkl
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 </row>
11360 <row>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365
11366 \family roman
11367 \series medium
11368 \shape up
11369 \size normal
11370 \emph off
11371 \bar no
11372 \noun off
11373 \color none
11374 A
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 B
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 C
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 D
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 </row>
11407 <row>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 1
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 2
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 3
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 4
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 </row>
11445 </lyxtabular>
11446
11447 \end_inset
11448
11449
11450 \end_layout
11451
11452 \begin_layout Subsubsection
11453 Cálculos en multicolumnas
11454 \begin_inset CommandInset label
11455 LatexCommand label
11456 name "sub:Cálculos-en-Multicolumnas"
11457
11458 \end_inset
11459
11460
11461 \begin_inset Index idx
11462 status collapsed
11463
11464 \begin_layout Plain Layout
11465 Multicolumnas ! Cálculos
11466 \end_layout
11467
11468 \end_inset
11469
11470
11471 \end_layout
11472
11473 \begin_layout Standard
11474 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11475  la anchura de celda de las columnas combinadas en la celda multicolumna.
11476 \end_layout
11477
11478 \begin_layout Standard
11479 \begin_inset Float table
11480 placement h
11481 wide false
11482 sideways false
11483 status open
11484
11485 \begin_layout Plain Layout
11486 \begin_inset Caption
11487
11488 \begin_layout Plain Layout
11489 \begin_inset CommandInset label
11490 LatexCommand label
11491 name "tab:Tabla-con-centrado"
11492
11493 \end_inset
11494
11495 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11496 te la mitad de anchura que la celda multicolumna
11497 \begin_inset Argument
11498 status collapsed
11499
11500 \begin_layout Plain Layout
11501 Tabla multicolumna perfecta
11502 \end_layout
11503
11504 \end_inset
11505
11506
11507 \end_layout
11508
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \begin_layout Plain Layout
11515 \align center
11516 \begin_inset Tabular
11517 <lyxtabular version="3" rows="3" columns="3">
11518 <features tabularvalignment="middle">
11519 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11520 <column alignment="center" valignment="middle" width="0">
11521 <column alignment="center" valignment="top" width="0">
11522 <row>
11523 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 multicolumna línea múltiple
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 c
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 </row>
11551 <row>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 d
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 e
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574 f
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 </row>
11580 <row>
11581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 g
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 h
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 i
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 </row>
11609 </lyxtabular>
11610
11611 \end_inset
11612
11613
11614 \end_layout
11615
11616 \end_inset
11617
11618
11619 \end_layout
11620
11621 \begin_layout Standard
11622 Por ejemplo, para crear la tabla
11623 \begin_inset space ~
11624 \end_inset
11625
11626
11627 \begin_inset CommandInset ref
11628 LatexCommand ref
11629 reference "tab:Tabla-con-centrado"
11630
11631 \end_inset
11632
11633 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11634  clic derecho.
11635  En el diálogo marca 
11636 \emph on
11637 multicolumna
11638 \emph default
11639
11640 \emph on
11641 alineación centro
11642 \emph default
11643  y una anchura de 2.5
11644 \begin_inset space \thinspace{}
11645 \end_inset
11646
11647 cm.
11648  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11649  de la celda multicolumna, así que deberías ajustar 1.25
11650 \begin_inset space \thinspace{}
11651 \end_inset
11652
11653 cm para la primera columna.
11654  La segunda columna tendrá entonces automáticamente 1.25
11655 \begin_inset space \thinspace{}
11656 \end_inset
11657
11658 cm de anchura.
11659  Para la tabla
11660 \begin_inset space ~
11661 \end_inset
11662
11663
11664 \begin_inset CommandInset ref
11665 LatexCommand ref
11666 reference "tab:Tabla-sin-mitad"
11667
11668 \end_inset
11669
11670  se ha procedido de la siguiente manera:
11671 \end_layout
11672
11673 \begin_layout Standard
11674 \begin_inset Float table
11675 wide false
11676 sideways false
11677 status open
11678
11679 \begin_layout Plain Layout
11680 \begin_inset Caption
11681
11682 \begin_layout Plain Layout
11683 \begin_inset CommandInset label
11684 LatexCommand label
11685 name "tab:Tabla-sin-mitad"
11686
11687 \end_inset
11688
11689 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11690  anchura que la celda multicolumna
11691 \begin_inset Argument
11692 status collapsed
11693
11694 \begin_layout Plain Layout
11695 Tabla multicolumna imperfecta
11696 \end_layout
11697
11698 \end_inset
11699
11700
11701 \end_layout
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Plain Layout
11709 \align center
11710 \begin_inset Tabular
11711 <lyxtabular version="3" rows="3" columns="3">
11712 <features tabularvalignment="middle">
11713 <column alignment="center" valignment="top" width="1.25cm">
11714 <column alignment="center" valignment="top" width="0">
11715 <column alignment="center" valignment="top" width="0">
11716 <row>
11717 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 multicolumna línea múltiple
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 c
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 </row>
11745 <row>
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 d
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Plain Layout
11759 e
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768 f
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 </row>
11774 <row>
11775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 g
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 h
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797 i
11798 \end_layout
11799
11800 \end_inset
11801 </cell>
11802 </row>
11803 </lyxtabular>
11804
11805 \end_inset
11806
11807
11808 \end_layout
11809
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \begin_layout Standard
11816 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11817 a, es un poco mayor.
11818  La razón es que la anchura dada para una celda 
11819 \begin_inset Formula $W_{g}$
11820 \end_inset
11821
11822  no es su anchura total 
11823 \begin_inset Formula $W_{\mathrm{tot}}$
11824 \end_inset
11825
11826  porque una celda es siempre algo mayor que la anchura dada.
11827  El apéndice
11828 \begin_inset space ~
11829 \end_inset
11830
11831
11832 \begin_inset CommandInset ref
11833 LatexCommand eqref
11834 reference "cap:Explicación-de-la-Ecuación"
11835
11836 \end_inset
11837
11838  lo explica con detalle.
11839 \end_layout
11840
11841 \begin_layout Standard
11842 La anchura dada 
11843 \begin_inset Formula $W_{g\, n}$
11844 \end_inset
11845
11846  necesaria para combinar 
11847 \emph on
11848 n
11849 \emph default
11850  columnas puede calcularse de manera que cada columna tenga una anchura
11851  total de 
11852 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11853 \end_inset
11854
11855 :
11856 \begin_inset Formula \begin{equation}
11857 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11858
11859 \end_inset
11860
11861
11862 \end_layout
11863
11864 \begin_layout Standard
11865 En nuestro caso tenemos 
11866 \begin_inset Formula $n=2$
11867 \end_inset
11868
11869
11870 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11871 \end_inset
11872
11873
11874 \begin_inset space \thinspace{}
11875 \end_inset
11876
11877 cm y los valores predeterminados para longitudes, así la ecuación
11878 \begin_inset space ~
11879 \end_inset
11880
11881
11882 \begin_inset CommandInset ref
11883 LatexCommand ref
11884 reference "eq:Wgn"
11885
11886 \end_inset
11887
11888  queda
11889 \begin_inset Formula \begin{equation}
11890 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11891
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \begin_layout Standard
11898 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11899  
11900 \series bold
11901 calc
11902 \series default
11903  con la línea
11904 \begin_inset Index idx
11905 status collapsed
11906
11907 \begin_layout Plain Layout
11908 LaTeX-paquetes ! calc
11909 \end_layout
11910
11911 \end_inset
11912
11913
11914 \end_layout
11915
11916 \begin_layout Standard
11917
11918 \series bold
11919
11920 \backslash
11921 usepackage{calc}
11922 \end_layout
11923
11924 \begin_layout Standard
11925 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11926  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11927  He aquí un repaso de los argumentos:
11928 \end_layout
11929
11930 \begin_layout Itemize
11931
11932 \series bold
11933 p{ancho}
11934 \series default
11935  crea celdas con anchura fija, el texto alineado arriba
11936 \end_layout
11937
11938 \begin_layout Itemize
11939
11940 \series bold
11941 m{ancho}
11942 \series default
11943  crea celdas con anchura fija, el texto con alineación vertical centrada
11944  
11945 \end_layout
11946
11947 \begin_layout Itemize
11948
11949 \series bold
11950 b{ancho}
11951 \series default
11952  crea celdas con anchura fija, el texto alineado abajo
11953 \end_layout
11954
11955 \begin_layout Standard
11956 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11957  en el diálogo se ignoran.
11958 \end_layout
11959
11960 \begin_layout Standard
11961 \begin_inset Note Greyedout
11962 status open
11963
11964 \begin_layout Plain Layout
11965
11966 \series bold
11967 Nota:
11968 \series default
11969  Debido a un error, LyX muestra de todas formas estas propiedades.
11970 \end_layout
11971
11972 \end_inset
11973
11974  
11975 \end_layout
11976
11977 \begin_layout Standard
11978 El comando 
11979 \series bold
11980
11981 \backslash
11982 centering
11983 \series default
11984  centra horizontalmente el texto.
11985  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11986  columna extendida:
11987 \end_layout
11988
11989 \begin_layout Standard
11990
11991 \series bold
11992 >{
11993 \backslash
11994 centering}m{1.25cm-6.2pt}
11995 \end_layout
11996
11997 \begin_layout Standard
11998 El comando 
11999 \series bold
12000 >{ }
12001 \series default
12002  significa que los comandos entre llaves se aplican antes de crear la celda.
12003 \end_layout
12004
12005 \begin_layout Standard
12006 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12007 , aún está alineado a la izquierda.
12008  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12009  Así que para multicolumnas hemos de usar el argumento de LaTeX
12010 \end_layout
12011
12012 \begin_layout Standard
12013
12014 \series bold
12015 >{
12016 \backslash
12017 centering}m{2.5cm}
12018 \end_layout
12019
12020 \begin_layout Subsection
12021 Multifilas
12022 \begin_inset Index idx
12023 status collapsed
12024
12025 \begin_layout Plain Layout
12026 Multifilas
12027 \end_layout
12028
12029 \end_inset
12030
12031
12032 \begin_inset Index idx
12033 status collapsed
12034
12035 \begin_layout Plain Layout
12036 Tablas ! Multifilas
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \begin_layout Standard
12045 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
12046  hace falta un poco de código TeX.
12047  Hay que cargar el paquete de LaTeX 
12048 \series bold
12049 multirow
12050 \series default
12051
12052 \begin_inset Index idx
12053 status collapsed
12054
12055 \begin_layout Plain Layout
12056 LaTeX-paquetes ! multirow
12057 \end_layout
12058
12059 \end_inset
12060
12061  en el preámbulo del documento con el comando
12062 \end_layout
12063
12064 \begin_layout Standard
12065
12066 \series bold
12067
12068 \backslash
12069 usepackage{multirow}
12070 \end_layout
12071
12072 \begin_layout Standard
12073 Las multifilas se crean con el comando
12074 \end_layout
12075
12076 \begin_layout Standard
12077
12078 \series bold
12079
12080 \backslash
12081 multirow{número de filas}{ancho de celda}{entrada de celda}
12082 \end_layout
12083
12084 \begin_layout Standard
12085 Para crear la siguiente tabla:
12086 \end_layout
12087
12088 \begin_layout Standard
12089 \align center
12090 \begin_inset ERT
12091 status collapsed
12092
12093 \begin_layout Plain Layout
12094
12095
12096 \backslash
12097 renewcommand{
12098 \backslash
12099 multirowsetup}{
12100 \backslash
12101 centering}
12102 \end_layout
12103
12104 \end_inset
12105
12106
12107 \begin_inset Tabular
12108 <lyxtabular version="3" rows="3" columns="3">
12109 <features tabularvalignment="middle">
12110 <column alignment="center" valignment="top" width="0">
12111 <column alignment="center" valignment="top" width="0">
12112 <column alignment="center" valignment="top" width="0">
12113 <row>
12114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12115 \begin_inset Text
12116
12117 \begin_layout Plain Layout
12118 a
12119 \end_layout
12120
12121 \end_inset
12122 </cell>
12123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127 b
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 c
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 </row>
12142 <row>
12143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Plain Layout
12147 \begin_inset ERT
12148 status collapsed
12149
12150 \begin_layout Plain Layout
12151
12152
12153 \backslash
12154 multirow{2}{2.5cm}{
12155 \end_layout
12156
12157 \end_inset
12158
12159 entrada multifila
12160 \begin_inset ERT
12161 status collapsed
12162
12163 \begin_layout Plain Layout
12164
12165 }
12166 \end_layout
12167
12168 \end_inset
12169
12170
12171 \end_layout
12172
12173 \end_inset
12174 </cell>
12175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12176 \begin_inset Text
12177
12178 \begin_layout Plain Layout
12179 e
12180 \end_layout
12181
12182 \end_inset
12183 </cell>
12184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188 f
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 </row>
12194 <row>
12195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 h
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Plain Layout
12217 i
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 </row>
12223 </lyxtabular>
12224
12225 \end_inset
12226
12227
12228 \begin_inset ERT
12229 status collapsed
12230
12231 \begin_layout Plain Layout
12232
12233
12234 \backslash
12235 renewcommand{
12236 \backslash
12237 multirowsetup}{
12238 \backslash
12239 raggedright}
12240 \end_layout
12241
12242 \end_inset
12243
12244
12245 \end_layout
12246
12247 \begin_layout Standard
12248 crea una tabla 3×3.
12249  Elimina el borde superior de la última celda en la primera columna.
12250  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12251  ahí el comando
12252 \end_layout
12253
12254 \begin_layout Standard
12255
12256 \series bold
12257
12258 \backslash
12259 multirow{2}{2.5cm}{
12260 \end_layout
12261
12262 \begin_layout Standard
12263 en código TeX.
12264  Según los parámetros del comando la multifila se expande a dos filas y
12265  tiene de ancho 2.5
12266 \begin_inset space \thinspace{}
12267 \end_inset
12268
12269 cm.
12270  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12271  y el comando finaliza con llave derecha 
12272 \series bold
12273 }
12274 \series default
12275  en otro cuadro de código TeX tras el texto.
12276 \end_layout
12277
12278 \begin_layout Standard
12279
12280 \series bold
12281
12282 \backslash
12283 multirow
12284 \series default
12285  alinea su contenido a la izquierda por omisión.
12286  Para cambiarlo renombra el comando 
12287 \series bold
12288
12289 \backslash
12290 multirowsetup
12291 \series default
12292  con el comando
12293 \end_layout
12294
12295 \begin_layout Standard
12296
12297 \series bold
12298
12299 \backslash
12300 renewcommand{
12301 \backslash
12302 multirowsetup}{
12303 \backslash
12304 centering}
12305 \end_layout
12306
12307 \begin_layout Standard
12308 en el preámbulo del documento.
12309  Entonces se centran todas las entradas de celdas multifila en el documento.
12310  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12311  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12312  Si el texto debe estar alineado a la derecha, reemplaza 
12313 \series bold
12314
12315 \backslash
12316 centering
12317 \series default
12318  por 
12319 \series bold
12320
12321 \backslash
12322 raggedleft
12323 \series default
12324 .
12325  Para volver a alineado a la izquierda usa 
12326 \series bold
12327
12328 \backslash
12329 raggedright
12330 \series default
12331 .
12332 \end_layout
12333
12334 \begin_layout Section
12335 Tablas formales
12336 \begin_inset CommandInset label
12337 LatexCommand label
12338 name "sec:Tablas-Formales"
12339
12340 \end_inset
12341
12342
12343 \begin_inset Index idx
12344 status collapsed
12345
12346 \begin_layout Plain Layout
12347 Tablas ! Formales
12348 \end_layout
12349
12350 \end_inset
12351
12352  
12353 \end_layout
12354
12355 \begin_layout Standard
12356 En los libros, las tablas se suelen presentar en un formato como el de la
12357  tabla 
12358 \begin_inset space ~
12359 \end_inset
12360
12361
12362 \begin_inset CommandInset ref
12363 LatexCommand ref
12364 reference "tab:Ejemplo-tabla-formal"
12365
12366 \end_inset
12367
12368 .
12369  Se denominan tablas 
12370 \emph on
12371 formales
12372 \emph default
12373 .
12374  Para hacer tablas con este diseño, elige 
12375 \family sans
12376 Estilo
12377 \family default
12378
12379 \begin_inset space ~
12380 \end_inset
12381
12382
12383 \family sans
12384 Formal
12385 \family default
12386  en la solapa 
12387 \family sans
12388 Bordes
12389 \family default
12390  del cuadro de diálogo de tablas.
12391 \end_layout
12392
12393 \begin_layout Standard
12394 \begin_inset Float table
12395 placement h
12396 wide false
12397 sideways false
12398 status open
12399
12400 \begin_layout Plain Layout
12401 \begin_inset Caption
12402
12403 \begin_layout Plain Layout
12404 \begin_inset CommandInset label
12405 LatexCommand label
12406 name "tab:Ejemplo-tabla-formal"
12407
12408 \end_inset
12409
12410 Ejemplo de tabla formal
12411 \end_layout
12412
12413 \end_inset
12414
12415
12416 \end_layout
12417
12418 \begin_layout Plain Layout
12419 \align center
12420 \begin_inset Tabular
12421 <lyxtabular version="3" rows="8" columns="4">
12422 <features booktabs="true" tabularvalignment="middle">
12423 <column alignment="center" valignment="top" width="0">
12424 <column alignment="center" valignment="top" width="0">
12425 <column alignment="center" valignment="top" width="0">
12426 <column alignment="center" valignment="top" width="0">
12427 <row>
12428 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12429 \begin_inset Text
12430
12431 \begin_layout Plain Layout
12432 System
12433 \end_layout
12434
12435 \end_inset
12436 </cell>
12437 <cell alignment="center" valignment="top" topline="true" usebox="none">
12438 \begin_inset Text
12439
12440 \begin_layout Plain Layout
12441 Chip
12442 \begin_inset space \thinspace{}
12443 \end_inset
12444
12445 1
12446 \end_layout
12447
12448 \end_inset
12449 </cell>
12450 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12451 \begin_inset Text
12452
12453 \begin_layout Plain Layout
12454 Chip
12455 \begin_inset space \thinspace{}
12456 \end_inset
12457
12458 2
12459 \end_layout
12460
12461 \end_inset
12462 </cell>
12463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12464 \begin_inset Text
12465
12466 \begin_layout Plain Layout
12467
12468 \end_layout
12469
12470 \end_inset
12471 </cell>
12472 </row>
12473 <row>
12474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Plain Layout
12478 \begin_inset ERT
12479 status collapsed
12480
12481 \begin_layout Plain Layout
12482
12483
12484 \backslash
12485 cmidrule(r){2-2}
12486 \end_layout
12487
12488 \end_inset
12489
12490
12491 \begin_inset ERT
12492 status collapsed
12493
12494 \begin_layout Plain Layout
12495
12496
12497 \backslash
12498 cmidrule(l){3-4}
12499 \end_layout
12500
12501 \end_inset
12502
12503 Detector thickness in µm
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell alignment="center" valignment="top" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 300
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 <cell alignment="center" valignment="top" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521 300
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 700
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 </row>
12536 <row>
12537 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 Edge angle in °
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 <cell alignment="center" valignment="top" topline="true" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 3.55
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" topline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 2.71
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 <cell alignment="center" valignment="top" topline="true" usebox="none">
12565 \begin_inset Text
12566
12567 \begin_layout Plain Layout
12568 7.99
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 </row>
12574 <row topspace="default">
12575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579 Spatial resolution in µm
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 <cell alignment="center" valignment="top" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 4.26
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 10.17
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 10.56
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 </row>
12612 <row topspace="default">
12613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 MTF at 
12618 \begin_inset Formula $f_{\mathrm{max}}$
12619 \end_inset
12620
12621
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 0.53
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 0.37
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 0.39
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 </row>
12654 <row topspace="default">
12655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 \begin_inset ERT
12660 status collapsed
12661
12662 \begin_layout Plain Layout
12663
12664
12665 \backslash
12666 cmidrule(l{10pt}){1-1}
12667 \end_layout
12668
12669 \end_inset
12670
12671 LSF-spatial resolution
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 <cell alignment="center" valignment="top" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 <cell alignment="center" valignment="top" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 </row>
12704 <row>
12705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709 in µm
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 <cell alignment="center" valignment="top" usebox="none">
12715 \begin_inset Text
12716
12717 \begin_layout Plain Layout
12718 129.7
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 52.75
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell alignment="center" valignment="top" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 50.78
12737 \end_layout
12738
12739 \end_inset
12740 </cell>
12741 </row>
12742 <row>
12743 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747 in % of pixel size
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 76.3
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 95.9
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 92.3
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 </row>
12780 </lyxtabular>
12781
12782 \end_inset
12783
12784
12785 \end_layout
12786
12787 \end_inset
12788
12789
12790 \end_layout
12791
12792 \begin_layout Standard
12793 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12794  correspondientes que se encuentran en la solapa 
12795 \family sans
12796 Bordes 
12797 \family default
12798 del diálogo
12799 \family sans
12800  Configuración
12801 \begin_inset space ~
12802 \end_inset
12803
12804 de
12805 \begin_inset space ~
12806 \end_inset
12807
12808 la
12809 \begin_inset space ~
12810 \end_inset
12811
12812 tabla
12813 \family default
12814 , como se explica en la sección
12815 \begin_inset space ~
12816 \end_inset
12817
12818
12819 \begin_inset CommandInset ref
12820 LatexCommand ref
12821 reference "sub:Espacio-adicional"
12822
12823 \end_inset
12824
12825 .
12826 \end_layout
12827
12828 \begin_layout Standard
12829 A diferencia de las tablas normales, las tablas formales no tienen líneas
12830  verticales.
12831  Las líneas horizontales se pueden poner o no como en las tablas normales,
12832  pero en la salida se mostrarán con distinto grosor:
12833 \begin_inset Newline newline
12834 \end_inset
12835
12836 Las líneas primera y última tienen un grosor predeterminado de 0.08
12837 \begin_inset space \thinspace{}
12838 \end_inset
12839
12840 em, las demás tienen un grosor predeterminado de 0.05
12841 \begin_inset space \thinspace{}
12842 \end_inset
12843
12844 em.
12845 \end_layout
12846
12847 \begin_layout Standard
12848 Estos valores predeterminados se pueden cambiar
12849 \series bold
12850  
12851 \series default
12852 con las líneas de preámbulo:
12853 \end_layout
12854
12855 \begin_layout Standard
12856
12857 \series bold
12858
12859 \backslash
12860 let
12861 \backslash
12862 mytoprule
12863 \backslash
12864 toprule
12865 \begin_inset Newline newline
12866 \end_inset
12867
12868
12869 \backslash
12870 renewcommand{
12871 \backslash
12872 toprule}{
12873 \backslash
12874 mytoprule[grosor]}
12875 \end_layout
12876
12877 \begin_layout Standard
12878 Este ejemplo es para la primera línea, la denominada 
12879 \series bold
12880 toprule
12881 \series default
12882 .
12883  Si quieres cambiar el grosor de la última línea, reemplaza 
12884 \series bold
12885 toprule
12886 \series default
12887  por 
12888 \series bold
12889 bottomrule
12890 \series default
12891 .
12892  Y para cambiar el grosor de las demás líneas cambia 
12893 \series bold
12894 toprule
12895 \series default
12896  por 
12897 \series bold
12898 midrule
12899 \series default
12900 .
12901  Puedes usar cualquiera de las unidades listadas en el apéndice
12902 \begin_inset space ~
12903 \end_inset
12904
12905
12906 \begin_inset CommandInset ref
12907 LatexCommand ref
12908 reference "cap:Unidades-disponibles-en"
12909
12910 \end_inset
12911
12912  para establecer el grosor.
12913 \end_layout
12914
12915 \begin_layout Standard
12916 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12917  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12918  LyX empleará internamente el comando 
12919 \series bold
12920
12921 \backslash
12922 cmidrule
12923 \series default
12924  para dibujar la línea.
12925  El esquema completo es
12926 \end_layout
12927
12928 \begin_layout Standard
12929
12930 \series bold
12931
12932 \backslash
12933 cmidrule[grosor](recorte){inicol-fincol}
12934 \end_layout
12935
12936 \begin_layout Standard
12937 Por el momento, LyX no soporta las opciones de 
12938 \series bold
12939
12940 \backslash
12941 cmidrule
12942 \series default
12943 , así que para usarlas hay que emplear código TeX.
12944  Las líneas 
12945 \series bold
12946
12947 \backslash
12948 cmidrule
12949 \series default
12950  se pueden insertar manualmente con el comando en código TeX como primera
12951  entrada de la primera celda de una fila.
12952  En la salida se dibujará la línea sobre dicha fila.
12953 \end_layout
12954
12955 \begin_layout Standard
12956 El grosor predeterminado es 0.03
12957 \begin_inset space \thinspace{}
12958 \end_inset
12959
12960 em.
12961  
12962 \series bold
12963 inicol
12964 \series default
12965  es el número de la columna en la que comienza la línea y 
12966 \series bold
12967 fincol
12968 \series default
12969  es el número de la columna en la que acaba la línea.
12970  El valor 
12971 \series bold
12972 fincol
12973 \series default
12974  debe especificarse siempre, aunque la línea se extienda sobre una sola
12975  columna.
12976  El parámetro opcional 
12977 \series bold
12978 recorte
12979 \series default
12980  debe ser 
12981 \emph on
12982 l{recorte}
12983 \emph default
12984  o 
12985 \emph on
12986 r{recorte}
12987 \emph default
12988 , donde 
12989 \emph on
12990 recorte
12991 \emph default
12992  también es opcional.
12993  Por ejemplo, el parámetro 
12994 \emph on
12995 l{2pt}
12996 \emph default
12997  significa que la línea se recorta 2
12998 \begin_inset space \thinspace{}
12999 \end_inset
13000
13001 pt por su izquierda.
13002  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
13003 \begin_inset space \thinspace{}
13004 \end_inset
13005
13006 em.
13007
13008 \series bold
13009  
13010 \end_layout
13011
13012 \begin_layout Standard
13013
13014 \end_layout
13015
13016 \begin_layout Standard
13017 \begin_inset VSpace bigskip
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \begin_layout Standard
13024 La tabla
13025 \begin_inset space ~
13026 \end_inset
13027
13028
13029 \begin_inset CommandInset ref
13030 LatexCommand ref
13031 reference "tab:Ejemplo-tabla-formal"
13032
13033 \end_inset
13034
13035  se ha creado con los comandos
13036 \end_layout
13037
13038 \begin_layout Standard
13039
13040 \series bold
13041
13042 \backslash
13043 cmidrule(r){2-2}
13044 \backslash
13045 cmidrule(l){3-4}
13046 \end_layout
13047
13048 \begin_layout Standard
13049 en la segunda fila, 
13050 \series bold
13051
13052 \backslash
13053 midrule
13054 \series default
13055  en la tercera, y
13056 \end_layout
13057
13058 \begin_layout Standard
13059
13060 \series bold
13061
13062 \backslash
13063 cmidrule(l{10pt}){1-1}
13064 \end_layout
13065
13066 \begin_layout Standard
13067 en la sexta fila.
13068 \end_layout
13069
13070 \begin_layout Standard
13071 \begin_inset VSpace bigskip
13072 \end_inset
13073
13074
13075 \end_layout
13076
13077 \begin_layout Standard
13078 Quizá quieras superponer líneas 
13079 \series bold
13080
13081 \backslash
13082 cmidrules
13083 \series default
13084  como en la tabla
13085 \begin_inset space ~
13086 \end_inset
13087
13088
13089 \begin_inset CommandInset ref
13090 LatexCommand ref
13091 reference "tab:Tabla-formal-especial"
13092
13093 \end_inset
13094
13095 .
13096  Esto se consigue con el comando en código TeX
13097 \end_layout
13098
13099 \begin_layout Standard
13100
13101 \series bold
13102
13103 \backslash
13104 morecmidrules
13105 \end_layout
13106
13107 \begin_layout Standard
13108 El comando que se ha utilizado para la segunda fila de la tabla
13109 \begin_inset space ~
13110 \end_inset
13111
13112
13113 \begin_inset CommandInset ref
13114 LatexCommand ref
13115 reference "tab:Tabla-formal-especial"
13116
13117 \end_inset
13118
13119  es
13120 \end_layout
13121
13122 \begin_layout Standard
13123
13124 \series bold
13125
13126 \backslash
13127 cmidrule(r){2-2}
13128 \backslash
13129 cmidrule(l){3-4}
13130 \backslash
13131 morecmidrules
13132 \backslash
13133 cmidrule{2-4}
13134 \end_layout
13135
13136 \begin_layout Standard
13137 El comando para la sexta fila es
13138 \end_layout
13139
13140 \begin_layout Standard
13141
13142 \series bold
13143
13144 \backslash
13145 midrule
13146 \backslash
13147 morecmidrules
13148 \backslash
13149 cmidrule{3-4}
13150 \series default
13151
13152 \begin_inset VSpace bigskip
13153 \end_inset
13154
13155
13156 \end_layout
13157
13158 \begin_layout Standard
13159 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13160  el siguiente comando para dibujar líneas que se extienden sobre todas las
13161  columnas
13162 \end_layout
13163
13164 \begin_layout Standard
13165
13166 \series bold
13167
13168 \backslash
13169 specialrule{anchura}{espacio superior}{espacio inferior}
13170 \end_layout
13171
13172 \begin_layout Standard
13173 Para más información sobre estas características especiales, acude al manual
13174  del paquete LaTeX 
13175 \series bold
13176 booktabs
13177 \series default
13178
13179 \begin_inset CommandInset citation
13180 LatexCommand cite
13181 key "booktabs"
13182
13183 \end_inset
13184
13185 .
13186 \begin_inset Index idx
13187 status collapsed
13188
13189 \begin_layout Plain Layout
13190 LaTeX-paquetes ! booktabs
13191 \end_layout
13192
13193 \end_inset
13194
13195  
13196 \begin_inset VSpace bigskip
13197 \end_inset
13198
13199
13200 \end_layout
13201
13202 \begin_layout Standard
13203 \begin_inset Float table
13204 placement h
13205 wide false
13206 sideways false
13207 status open
13208
13209 \begin_layout Plain Layout
13210 \begin_inset Caption
13211
13212 \begin_layout Plain Layout
13213 \begin_inset CommandInset label
13214 LatexCommand label
13215 name "tab:Tabla-formal-especial"
13216
13217 \end_inset
13218
13219 Tabla formal especial
13220 \end_layout
13221
13222 \end_inset
13223
13224
13225 \end_layout
13226
13227 \begin_layout Plain Layout
13228 \align center
13229 \begin_inset Tabular
13230 <lyxtabular version="3" rows="8" columns="4">
13231 <features booktabs="true" tabularvalignment="middle">
13232 <column alignment="center" valignment="top" width="0">
13233 <column alignment="center" valignment="top" width="0">
13234 <column alignment="center" valignment="top" width="0">
13235 <column alignment="center" valignment="top" width="0">
13236 <row>
13237 <cell alignment="center" valignment="top" topline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241 System
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 <cell alignment="center" valignment="top" topline="true" usebox="none">
13247 \begin_inset Text
13248
13249 \begin_layout Plain Layout
13250 Chip
13251 \begin_inset space \thinspace{}
13252 \end_inset
13253
13254 1
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263 Chip
13264 \begin_inset space \thinspace{}
13265 \end_inset
13266
13267 2
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 </row>
13282 <row>
13283 <cell alignment="center" valignment="top" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 \begin_inset ERT
13288 status collapsed
13289
13290 \begin_layout Plain Layout
13291
13292
13293 \backslash
13294 cmidrule(r){2-2}
13295 \end_layout
13296
13297 \end_inset
13298
13299
13300 \begin_inset ERT
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304
13305
13306 \backslash
13307 cmidrule(l){3-4}
13308 \end_layout
13309
13310 \end_inset
13311
13312
13313 \begin_inset ERT
13314 status collapsed
13315
13316 \begin_layout Plain Layout
13317
13318
13319 \backslash
13320 morecmidrules 
13321 \end_layout
13322
13323 \end_inset
13324
13325
13326 \begin_inset ERT
13327 status collapsed
13328
13329 \begin_layout Plain Layout
13330
13331
13332 \backslash
13333 cmidrule{2-4}
13334 \end_layout
13335
13336 \end_inset
13337
13338 Detector thickness in µm
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 300
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 300
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 700
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 </row>
13371 <row>
13372 <cell alignment="center" valignment="top" topline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 Edge angle in °
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 3.55
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 2.71
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 7.99
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 </row>
13409 <row topspace="default">
13410 <cell alignment="center" valignment="top" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 Spatial resolution 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 4.26
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 10.17
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 10.56
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 </row>
13447 <row topspace="default">
13448 <cell alignment="center" valignment="top" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 MTF at 
13453 \begin_inset Formula $f_{\mathrm{max}}$
13454 \end_inset
13455
13456
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 0.53
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 <cell alignment="center" valignment="top" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 0.37
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 <cell alignment="center" valignment="top" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Plain Layout
13483 0.39
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 </row>
13489 <row>
13490 <cell alignment="center" valignment="top" topline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 \begin_inset ERT
13495 status collapsed
13496
13497 \begin_layout Plain Layout
13498
13499
13500 \backslash
13501 morecmidrules 
13502 \end_layout
13503
13504 \end_inset
13505
13506
13507 \begin_inset ERT
13508 status collapsed
13509
13510 \begin_layout Plain Layout
13511
13512
13513 \backslash
13514 cmidrule{3-4}
13515 \end_layout
13516
13517 \end_inset
13518
13519 LSF-spatial resolution
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" topline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 <cell alignment="center" valignment="top" topline="true" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" topline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 </row>
13552 <row>
13553 <cell alignment="center" valignment="top" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 in µm
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 129.7
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 <cell alignment="center" valignment="top" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Plain Layout
13575 52.75
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell alignment="center" valignment="top" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 50.78
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 </row>
13590 <row>
13591 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 in % of pixel size
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 76.3
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 95.9
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 92.3
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 </row>
13628 </lyxtabular>
13629
13630 \end_inset
13631
13632
13633 \end_layout
13634
13635 \end_inset
13636
13637
13638 \end_layout
13639
13640 \begin_layout Section
13641 Alineación vertical de tablas
13642 \begin_inset Index idx
13643 status collapsed
13644
13645 \begin_layout Plain Layout
13646 Tablas ! Alineación vertical
13647 \end_layout
13648
13649 \end_inset
13650
13651
13652 \end_layout
13653
13654 \begin_layout Standard
13655 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13656  en un cuadro.
13657  Entonces el cuadro se puede alinear verticalmente como se describe en la
13658  sección
13659 \begin_inset space ~
13660 \end_inset
13661
13662
13663 \begin_inset CommandInset ref
13664 LatexCommand ref
13665 reference "sec:Diálogo-Cuadros"
13666
13667 \end_inset
13668
13669 .
13670  
13671 \end_layout
13672
13673 \begin_layout Standard
13674 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13675 \begin_inset Foot
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679 Las minipáginas se describen en la sección
13680 \begin_inset space ~
13681 \end_inset
13682
13683
13684 \begin_inset CommandInset ref
13685 LatexCommand ref
13686 reference "sec:Minipáginas"
13687
13688 \end_inset
13689
13690 .
13691 \end_layout
13692
13693 \end_inset
13694
13695  que tiene una anchura del 15
13696 \begin_inset space \thinspace{}
13697 \end_inset
13698
13699 % de columna:
13700 \end_layout
13701
13702 \begin_layout Itemize
13703 test 
13704 \begin_inset Box Frameless
13705 position "t"
13706 hor_pos "c"
13707 has_inner_box 1
13708 inner_pos "c"
13709 use_parbox 0
13710 use_makebox 0
13711 width "15col%"
13712 special "none"
13713 height "1in"
13714 height_special "totalheight"
13715 status collapsed
13716
13717 \begin_layout Plain Layout
13718 \begin_inset Tabular
13719 <lyxtabular version="3" rows="3" columns="3">
13720 <features tabularvalignment="middle">
13721 <column alignment="center" valignment="top" width="0">
13722 <column alignment="center" valignment="top" width="0">
13723 <column alignment="center" valignment="top" width="0">
13724 <row>
13725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Plain Layout
13729 a
13730 \end_layout
13731
13732 \end_inset
13733 </cell>
13734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738 d
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 g
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 </row>
13753 <row>
13754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 b
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 e
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 h
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 </row>
13782 <row>
13783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 c
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 f
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 i
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 </row>
13811 </lyxtabular>
13812
13813 \end_inset
13814
13815
13816 \end_layout
13817
13818 \end_inset
13819
13820  test 
13821 \begin_inset ERT
13822 status collapsed
13823
13824 \begin_layout Plain Layout
13825
13826
13827 \backslash
13828 raisebox{0.85
13829 \backslash
13830 baselineskip}{
13831 \end_layout
13832
13833 \end_inset
13834
13835
13836 \begin_inset Box Frameless
13837 position "t"
13838 hor_pos "c"
13839 has_inner_box 1
13840 inner_pos "c"
13841 use_parbox 0
13842 use_makebox 0
13843 width "15col%"
13844 special "none"
13845 height "1in"
13846 height_special "totalheight"
13847 status collapsed
13848
13849 \begin_layout Plain Layout
13850 \begin_inset Tabular
13851 <lyxtabular version="3" rows="3" columns="3">
13852 <features tabularvalignment="middle">
13853 <column alignment="center" valignment="top" width="0">
13854 <column alignment="center" valignment="top" width="0">
13855 <column alignment="center" valignment="top" width="0">
13856 <row>
13857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861 a
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 d
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 g
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 </row>
13885 <row>
13886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890 b
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 e
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 h
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 <row>
13915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919 c
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 f
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 i
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 </row>
13943 </lyxtabular>
13944
13945 \end_inset
13946
13947
13948 \end_layout
13949
13950 \end_inset
13951
13952
13953 \begin_inset ERT
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957
13958 }
13959 \end_layout
13960
13961 \end_inset
13962
13963
13964 \end_layout
13965
13966 \begin_layout Itemize
13967 test 
13968 \begin_inset Box Frameless
13969 position "c"
13970 hor_pos "c"
13971 has_inner_box 1
13972 inner_pos "c"
13973 use_parbox 0
13974 use_makebox 0
13975 width "15col%"
13976 special "none"
13977 height "1in"
13978 height_special "totalheight"
13979 status collapsed
13980
13981 \begin_layout Plain Layout
13982 \begin_inset Tabular
13983 <lyxtabular version="3" rows="3" columns="3">
13984 <features tabularvalignment="middle">
13985 <column alignment="center" valignment="top" width="0">
13986 <column alignment="center" valignment="top" width="0">
13987 <column alignment="center" valignment="top" width="0">
13988 <row>
13989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993 a
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13999 \begin_inset Text
14000
14001 \begin_layout Plain Layout
14002 d
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011 g
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 </row>
14017 <row>
14018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 b
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031 e
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040 h
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 </row>
14046 <row>
14047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Plain Layout
14051 c
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060 f
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 i
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 </row>
14075 </lyxtabular>
14076
14077 \end_inset
14078
14079
14080 \end_layout
14081
14082 \end_inset
14083
14084
14085 \end_layout
14086
14087 \begin_layout Itemize
14088 test 
14089 \begin_inset Box Frameless
14090 position "b"
14091 hor_pos "c"
14092 has_inner_box 1
14093 inner_pos "c"
14094 use_parbox 0
14095 use_makebox 0
14096 width "15col%"
14097 special "none"
14098 height "1in"
14099 height_special "totalheight"
14100 status collapsed
14101
14102 \begin_layout Plain Layout
14103 \begin_inset Tabular
14104 <lyxtabular version="3" rows="3" columns="3">
14105 <features tabularvalignment="middle">
14106 <column alignment="center" valignment="top" width="0">
14107 <column alignment="center" valignment="top" width="0">
14108 <column alignment="center" valignment="top" width="0">
14109 <row>
14110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 a
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14120 \begin_inset Text
14121
14122 \begin_layout Plain Layout
14123 d
14124 \end_layout
14125
14126 \end_inset
14127 </cell>
14128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14129 \begin_inset Text
14130
14131 \begin_layout Plain Layout
14132 g
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 </row>
14138 <row>
14139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Plain Layout
14143 b
14144 \end_layout
14145
14146 \end_inset
14147 </cell>
14148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14149 \begin_inset Text
14150
14151 \begin_layout Plain Layout
14152 e
14153 \end_layout
14154
14155 \end_inset
14156 </cell>
14157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14158 \begin_inset Text
14159
14160 \begin_layout Plain Layout
14161 h
14162 \end_layout
14163
14164 \end_inset
14165 </cell>
14166 </row>
14167 <row>
14168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172 c
14173 \end_layout
14174
14175 \end_inset
14176 </cell>
14177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14178 \begin_inset Text
14179
14180 \begin_layout Plain Layout
14181 f
14182 \end_layout
14183
14184 \end_inset
14185 </cell>
14186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Plain Layout
14190 i
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 </row>
14196 </lyxtabular>
14197
14198 \end_inset
14199
14200
14201 \end_layout
14202
14203 \end_inset
14204
14205  test 
14206 \begin_inset ERT
14207 status collapsed
14208
14209 \begin_layout Plain Layout
14210
14211
14212 \backslash
14213 raisebox{-0.32
14214 \backslash
14215 baselineskip}{
14216 \end_layout
14217
14218 \end_inset
14219
14220
14221 \begin_inset Box Frameless
14222 position "b"
14223 hor_pos "c"
14224 has_inner_box 1
14225 inner_pos "c"
14226 use_parbox 0
14227 use_makebox 0
14228 width "15col%"
14229 special "none"
14230 height "1in"
14231 height_special "totalheight"
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235 \begin_inset Tabular
14236 <lyxtabular version="3" rows="3" columns="3">
14237 <features tabularvalignment="middle">
14238 <column alignment="center" valignment="top" width="0">
14239 <column alignment="center" valignment="top" width="0">
14240 <column alignment="center" valignment="top" width="0">
14241 <row>
14242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 a
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 d
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 g
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 </row>
14270 <row>
14271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275 b
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284 e
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293 h
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 </row>
14299 <row>
14300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 c
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 f
14314 \end_layout
14315
14316 \end_inset
14317 </cell>
14318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Plain Layout
14322 i
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 </row>
14328 </lyxtabular>
14329
14330 \end_inset
14331
14332
14333 \end_layout
14334
14335 \end_inset
14336
14337
14338 \begin_inset ERT
14339 status collapsed
14340
14341 \begin_layout Plain Layout
14342
14343 }
14344 \end_layout
14345
14346 \end_inset
14347
14348
14349 \end_layout
14350
14351 \begin_layout Standard
14352 Como ves, los contenidos de la primera y última filas no se alinean correctament
14353 e con la línea de texto donde está la tabla.
14354  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14355  un cuadro elevado («raisebox»
14356 \begin_inset Foot
14357 status collapsed
14358
14359 \begin_layout Plain Layout
14360 El uso del comando 
14361 \series bold
14362
14363 \backslash
14364 raisebox
14365 \series default
14366  se explica en la sección
14367 \begin_inset space ~
14368 \end_inset
14369
14370
14371 \begin_inset CommandInset ref
14372 LatexCommand ref
14373 reference "sub:Alineación-Vertical"
14374
14375 \end_inset
14376
14377 .
14378 \end_layout
14379
14380 \end_inset
14381
14382 ).
14383  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14384  usando el comando en código TeX
14385 \end_layout
14386
14387 \begin_layout Standard
14388
14389 \series bold
14390
14391 \backslash
14392 raisebox{0.85
14393 \backslash
14394 baselineskip}{
14395 \end_layout
14396
14397 \begin_layout Standard
14398 antes del cuadro.
14399  Tras él, se pone la llave de cierre 
14400 \series bold
14401 }
14402 \series default
14403  también en código TeX.
14404  Para la segunda tabla en el tercer ítem se usa el comando 
14405 \end_layout
14406
14407 \begin_layout Standard
14408
14409 \series bold
14410
14411 \backslash
14412 raisebox{-0.32
14413 \backslash
14414 baselineskip}{
14415 \end_layout
14416
14417 \begin_layout Standard
14418 \begin_inset Note Greyedout
14419 status open
14420
14421 \begin_layout Plain Layout
14422
14423 \series bold
14424 Not
14425 \series default
14426 a: La alineación del contenido de la fila con la línea del texto adyacente
14427  no es exacta.
14428  El factor necesario del comando 
14429 \series bold
14430
14431 \backslash
14432 raisebox
14433 \series default
14434  para este alineamiento depende de la fuente del documento, del tamaño de
14435  la fuente y del grosor de línea de la tabla.
14436 \end_layout
14437
14438 \end_inset
14439
14440
14441 \end_layout
14442
14443 \begin_layout Section
14444 Tablas coloreadas
14445 \begin_inset CommandInset label
14446 LatexCommand label
14447 name "sec:Tablas-Coloreadas"
14448
14449 \end_inset
14450
14451
14452 \end_layout
14453
14454 \begin_layout Subsection
14455 Celdas coloreadas
14456 \begin_inset Index idx
14457 status collapsed
14458
14459 \begin_layout Plain Layout
14460 Tablas ! Coloreadas ! Celdas
14461 \end_layout
14462
14463 \end_inset
14464
14465
14466 \begin_inset Index idx
14467 status collapsed
14468
14469 \begin_layout Plain Layout
14470 Color ! en celdas de tablas
14471 \end_layout
14472
14473 \end_inset
14474
14475
14476 \end_layout
14477
14478 \begin_layout Standard
14479 \begin_inset Float table
14480 placement h
14481 wide false
14482 sideways false
14483 status open
14484
14485 \begin_layout Plain Layout
14486 \begin_inset Caption
14487
14488 \begin_layout Plain Layout
14489 \begin_inset CommandInset label
14490 LatexCommand label
14491 name "tab:Tabla-coloreada-sin"
14492
14493 \end_inset
14494
14495 Tabla coloreada sin usar el paquete 
14496 \series bold
14497 colortbl
14498 \series default
14499
14500 \begin_inset Argument
14501 status collapsed
14502
14503 \begin_layout Plain Layout
14504 Tabla sin colortbl
14505 \end_layout
14506
14507 \end_inset
14508
14509
14510 \end_layout
14511
14512 \end_inset
14513
14514
14515 \end_layout
14516
14517 \begin_layout Plain Layout
14518 \align center
14519 \begin_inset Tabular
14520 <lyxtabular version="3" rows="3" columns="3">
14521 <features tabularvalignment="middle">
14522 <column alignment="center" valignment="top" width="0">
14523 <column alignment="center" valignment="top" width="0">
14524 <column alignment="center" valignment="top" width="0">
14525 <row>
14526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14527 \begin_inset Text
14528
14529 \begin_layout Plain Layout
14530
14531 \color green
14532 a
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541
14542 \color red
14543 b
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552
14553 \color red
14554 c
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 </row>
14560 <row>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565
14566 \color green
14567 d
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576
14577 \color blue
14578 e
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587
14588 \color blue
14589 f
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 </row>
14595 <row>
14596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600
14601 \color green
14602 g
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611
14612 \color blue
14613 h
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622
14623 \color blue
14624 i
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 </row>
14630 </lyxtabular>
14631
14632 \end_inset
14633
14634
14635 \end_layout
14636
14637 \end_inset
14638
14639
14640 \end_layout
14641
14642 \begin_layout Standard
14643 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14644  el menú 
14645 \family sans
14646 Editar\SpecialChar \menuseparator
14647 Estilo
14648 \begin_inset space ~
14649 \end_inset
14650
14651 del
14652 \begin_inset space ~
14653 \end_inset
14654
14655 Texto
14656 \family default
14657 .
14658  Esto se ha hecho en la tabla
14659 \begin_inset space ~
14660 \end_inset
14661
14662
14663 \begin_inset CommandInset ref
14664 LatexCommand ref
14665 reference "tab:Tabla-coloreada-sin"
14666
14667 \end_inset
14668
14669 .
14670  En cualquier otro caso hay que usar el paquete LaTeX 
14671 \series bold
14672 colortbl
14673 \series default
14674 .
14675 \begin_inset Index idx
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679 LaTeX-paquetes ! colortbl
14680 \end_layout
14681
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \begin_layout Standard
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693
14694 \backslash
14695 ifcolortbl
14696 \end_layout
14697
14698 \end_inset
14699
14700
14701 \begin_inset Note Note
14702 status collapsed
14703
14704 \begin_layout Plain Layout
14705 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14706  LaTeX 
14707 \series bold
14708 colortbl
14709 \series default
14710 .
14711 \end_layout
14712
14713 \end_inset
14714
14715
14716 \end_layout
14717
14718 \begin_layout Standard
14719 Para crear tablas coloreadas, 
14720 \series bold
14721 colortbl
14722 \series default
14723  debe cargarse en el preámbulo con la línea
14724 \end_layout
14725
14726 \begin_layout Standard
14727
14728 \series bold
14729
14730 \backslash
14731 usepackage{colortbl}
14732 \end_layout
14733
14734 \begin_layout Standard
14735 El color de una columna se define con el comando
14736 \end_layout
14737
14738 \begin_layout Standard
14739
14740 \series bold
14741
14742 \backslash
14743 columncolor{nombre del color}
14744 \end_layout
14745
14746 \begin_layout Standard
14747 dentro del comando 
14748 \series bold
14749 >{ }
14750 \series default
14751 .
14752  Más sobre el comando 
14753 \series bold
14754 >{}
14755 \series default
14756  se explica en la sección
14757 \begin_inset space ~
14758 \end_inset
14759
14760
14761 \begin_inset CommandInset ref
14762 LatexCommand ref
14763 reference "sub:Cálculos-en-Multicolumnas"
14764
14765 \end_inset
14766
14767 .
14768 \end_layout
14769
14770 \begin_layout Standard
14771 Los siguientes nombres de color están predefinidos:
14772 \end_layout
14773
14774 \begin_layout Standard
14775
14776 \family sans
14777 red
14778 \family default
14779
14780 \family sans
14781 green
14782 \family default
14783
14784 \family sans
14785 yellow, blue
14786 \family default
14787
14788 \family sans
14789 cyan
14790 \family default
14791 \series bold
14792 ,
14793 \series default
14794  
14795 \family sans
14796 magenta, black
14797 \family default
14798
14799 \family sans
14800 white
14801 \end_layout
14802
14803 \begin_layout Standard
14804 \begin_inset VSpace medskip
14805 \end_inset
14806
14807
14808 \end_layout
14809
14810 \begin_layout Standard
14811 Puedes definir tus propios colores con el comando
14812 \end_layout
14813
14814 \begin_layout Standard
14815
14816 \series bold
14817
14818 \backslash
14819 definecolor{nombre del color}{modelo de color}{valores de color}
14820 \end_layout
14821
14822 \begin_layout Standard
14823 El modelo de color puede ser
14824 \end_layout
14825
14826 \begin_layout Labeling
14827 \labelwidthstring 00.00.0000
14828 cmyk: cyan, magenta, yellow, black
14829 \end_layout
14830
14831 \begin_layout Labeling
14832 \labelwidthstring 00.00.0000
14833 rgb: red, green, blue
14834 \end_layout
14835
14836 \begin_layout Labeling
14837 \labelwidthstring 00.00.0000
14838 gray: gray
14839 \end_layout
14840
14841 \begin_layout Standard
14842 y los valores de color son números separados por comas entre 0 y 1 que describen
14843  el factor para el color correspondiente del modelo de color.
14844 \end_layout
14845
14846 \begin_layout Standard
14847 Por ejemplo, puedes definir el color
14848 \series bold
14849  
14850 \series default
14851 «
14852 \emph on
14853 verde oscuro
14854 \emph default
14855 » en el preámbulo con
14856 \end_layout
14857
14858 \begin_layout Standard
14859
14860 \series bold
14861
14862 \backslash
14863 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14864 \end_layout
14865
14866 \begin_layout Standard
14867 y el color «
14868 \emph on
14869 gris claro
14870 \emph default
14871 » con
14872 \end_layout
14873
14874 \begin_layout Standard
14875
14876 \series bold
14877
14878 \backslash
14879 definecolor{grisclaro}{gray}{0.8}
14880 \end_layout
14881
14882 \begin_layout Standard
14883 \begin_inset VSpace medskip
14884 \end_inset
14885
14886
14887 \end_layout
14888
14889 \begin_layout Standard
14890 Las líneas se colorean con el comando
14891 \end_layout
14892
14893 \begin_layout Standard
14894
14895 \series bold
14896
14897 \backslash
14898 rowcolor{nombre del color}
14899 \end_layout
14900
14901 \begin_layout Standard
14902 y las celdas se colorean con el comando
14903 \end_layout
14904
14905 \begin_layout Standard
14906
14907 \series bold
14908
14909 \backslash
14910 cellcolor{nombre del color}
14911 \end_layout
14912
14913 \begin_layout Standard
14914 Ambos comandos se insertan al principio de una celda en código TeX.
14915 \end_layout
14916
14917 \begin_layout Standard
14918 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14919 \family sans
14920 Editar\SpecialChar \menuseparator
14921 Estilo
14922 \begin_inset space ~
14923 \end_inset
14924
14925 del
14926 \begin_inset space ~
14927 \end_inset
14928
14929 Texto
14930 \family default
14931 .
14932  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14933  TeX en color puede ocasionar errores de LaTeX.
14934 \end_layout
14935
14936 \begin_layout Standard
14937 \begin_inset Note Greyedout
14938 status open
14939
14940 \begin_layout Plain Layout
14941
14942 \series bold
14943 Nota:
14944 \series default
14945  No todos los visores DVI pueden mostrar colores definidos por el usuario.
14946 \end_layout
14947
14948 \end_inset
14949
14950
14951 \end_layout
14952
14953 \begin_layout Standard
14954 \begin_inset VSpace bigskip
14955 \end_inset
14956
14957
14958 \end_layout
14959
14960 \begin_layout Standard
14961 Para crear la tabla
14962 \begin_inset space ~
14963 \end_inset
14964
14965
14966 \begin_inset CommandInset ref
14967 LatexCommand ref
14968 reference "tab:Tabla-coloreada-con"
14969
14970 \end_inset
14971
14972  haz lo siguiente: el color de la primera columna debe ser 
14973 \emph on
14974 verde oscuro
14975 \emph default
14976 , entonces inserta
14977 \end_layout
14978
14979 \begin_layout Standard
14980
14981 \series bold
14982 >{
14983 \backslash
14984 columncolor{verdeoscuro}
14985 \backslash
14986 centering}c
14987 \end_layout
14988
14989 \begin_layout Standard
14990 como argumento LaTeX para esta columna.
14991  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14992 \end_layout
14993
14994 \begin_layout Standard
14995
14996 \series bold
14997
14998 \backslash
14999 rowcolor{cyan}
15000 \end_layout
15001
15002 \begin_layout Standard
15003 en la primera celda de esta fila.
15004  Observa que esto sobreescribe el color de la columna para la primera celda.
15005  La última celda de la última fila se colorea magenta insertando el comando
15006  en código TeX
15007 \end_layout
15008
15009 \begin_layout Standard
15010
15011 \series bold
15012
15013 \backslash
15014 cellcolor{magenta}
15015 \end_layout
15016
15017 \begin_layout Standard
15018 Ahora podrían colorearse los caracteres usando el menú 
15019 \family sans
15020 Editar\SpecialChar \menuseparator
15021 Estilo
15022 \begin_inset space ~
15023 \end_inset
15024
15025 del
15026 \begin_inset space ~
15027 \end_inset
15028
15029 Texto
15030 \family default
15031 .
15032 \end_layout
15033
15034 \begin_layout Standard
15035 \begin_inset Float table
15036 placement h
15037 wide false
15038 sideways false
15039 status open
15040
15041 \begin_layout Plain Layout
15042 \begin_inset Caption
15043
15044 \begin_layout Plain Layout
15045 \begin_inset CommandInset label
15046 LatexCommand label
15047 name "tab:Tabla-coloreada-con"
15048
15049 \end_inset
15050
15051 Tabla coloreada con el paquete 
15052 \series bold
15053 colortbl
15054 \series default
15055
15056 \begin_inset Argument
15057 status collapsed
15058
15059 \begin_layout Plain Layout
15060 Tabla con 
15061 \series bold
15062 colortbl
15063 \end_layout
15064
15065 \end_inset
15066
15067
15068 \end_layout
15069
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \begin_layout Plain Layout
15076 \align center
15077 \begin_inset Tabular
15078 <lyxtabular version="3" rows="3" columns="3">
15079 <features tabularvalignment="middle">
15080 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15081 <column alignment="center" valignment="top" width="0">
15082 <column alignment="center" valignment="top" width="0">
15083 <row>
15084 <cell alignment="center" valignment="top" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 \begin_inset ERT
15089 status collapsed
15090
15091 \begin_layout Plain Layout
15092
15093
15094 \backslash
15095 rowcolor{cyan}
15096 \end_layout
15097
15098 \end_inset
15099
15100
15101 \color magenta
15102 a
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111
15112 \color red
15113 b
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \color red
15124 c
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 </row>
15130 <row>
15131 <cell alignment="center" valignment="top" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135
15136 \color yellow
15137 d
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146
15147 \color blue
15148 e
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 <cell alignment="center" valignment="top" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Plain Layout
15157
15158 \color blue
15159 f
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row>
15166 <cell alignment="center" valignment="top" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170
15171 \color yellow
15172 g
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181
15182 \color blue
15183 h
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 \begin_inset ERT
15193 status collapsed
15194
15195 \begin_layout Plain Layout
15196
15197
15198 \backslash
15199 cellcolor{magenta}
15200 \end_layout
15201
15202 \end_inset
15203
15204
15205 \color green
15206 i
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 </row>
15212 </lyxtabular>
15213
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \end_inset
15220
15221
15222 \end_layout
15223
15224 \begin_layout Standard
15225 \begin_inset ERT
15226 status collapsed
15227
15228 \begin_layout Plain Layout
15229
15230
15231 \backslash
15232 else
15233 \end_layout
15234
15235 \end_inset
15236
15237
15238 \begin_inset Note Note
15239 status collapsed
15240
15241 \begin_layout Plain Layout
15242 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15243  
15244 \series bold
15245 colortbl
15246 \series default
15247 .
15248 \end_layout
15249
15250 \end_inset
15251
15252
15253 \end_layout
15254
15255 \begin_layout Standard
15256 Debes instalar el paquete LaTeX 
15257 \series bold
15258 colortbl
15259 \series default
15260  para ver la parte siguiente en la salida.
15261 \end_layout
15262
15263 \begin_layout Standard
15264 \begin_inset ERT
15265 status collapsed
15266
15267 \begin_layout Plain Layout
15268
15269
15270 \backslash
15271 fi
15272 \end_layout
15273
15274 \end_inset
15275
15276
15277 \end_layout
15278
15279 \begin_layout Subsection
15280 Líneas coloreadas
15281 \begin_inset Index idx
15282 status collapsed
15283
15284 \begin_layout Plain Layout
15285 Tablas ! Coloreadas ! Líneas
15286 \end_layout
15287
15288 \end_inset
15289
15290
15291 \begin_inset Index idx
15292 status collapsed
15293
15294 \begin_layout Plain Layout
15295 Color ! en bordes de tabla
15296 \end_layout
15297
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \begin_layout Standard
15304 Como se describe en la sección
15305 \begin_inset space ~
15306 \end_inset
15307
15308
15309 \begin_inset CommandInset ref
15310 LatexCommand ref
15311 reference "sub:Grosor-de-Líneas"
15312
15313 \end_inset
15314
15315 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15316  
15317 \series bold
15318
15319 \backslash
15320 arrayrulewidth
15321 \series default
15322 .
15323  Se ha puesto 1.5
15324 \begin_inset space \thinspace{}
15325 \end_inset
15326
15327 pt para todas las tablas de esta sección.
15328 \begin_inset ERT
15329 status collapsed
15330
15331 \begin_layout Plain Layout
15332
15333
15334 \backslash
15335 setlength{
15336 \backslash
15337 arrayrulewidth}{1.5pt}
15338 \end_layout
15339
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \begin_layout Standard
15346 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15347  el preámbulo del documento el siguiente formato de columna, de acuerdo
15348  a lo descrito en la sección
15349 \begin_inset space ~
15350 \end_inset
15351
15352
15353 \begin_inset CommandInset ref
15354 LatexCommand ref
15355 reference "sub:Formato-Personalizado"
15356
15357 \end_inset
15358
15359 :
15360 \end_layout
15361
15362 \begin_layout Standard
15363
15364 \series bold
15365
15366 \backslash
15367 newcolumntype{W}{!{
15368 \backslash
15369 color{green}
15370 \backslash
15371 vline}}
15372 \end_layout
15373
15374 \begin_layout Standard
15375 Para la tabla
15376 \begin_inset space ~
15377 \end_inset
15378
15379
15380 \begin_inset CommandInset ref
15381 LatexCommand ref
15382 reference "tab:Tabla-con-verticales-coloreadas"
15383
15384 \end_inset
15385
15386  se usó el argumento LaTeX
15387 \series bold
15388  WcW
15389 \series default
15390  para la última columna y
15391 \series bold
15392  Wc
15393 \series default
15394  para las demás.
15395 \end_layout
15396
15397 \begin_layout Standard
15398 Si quieres tener varios colores, define más formatos de columna.
15399 \end_layout
15400
15401 \begin_layout Standard
15402 \begin_inset Float table
15403 placement h
15404 wide false
15405 sideways false
15406 status open
15407
15408 \begin_layout Plain Layout
15409 \begin_inset Caption
15410
15411 \begin_layout Plain Layout
15412 \begin_inset CommandInset label
15413 LatexCommand label
15414 name "tab:Tabla-con-verticales-coloreadas"
15415
15416 \end_inset
15417
15418 Tabla con líneas verticales coloreadas
15419 \end_layout
15420
15421 \end_inset
15422
15423
15424 \end_layout
15425
15426 \begin_layout Plain Layout
15427 \align center
15428 \begin_inset Tabular
15429 <lyxtabular version="3" rows="3" columns="3">
15430 <features tabularvalignment="middle">
15431 <column alignment="center" valignment="top" width="0" special="Wc">
15432 <column alignment="center" valignment="top" width="0" special="Wc">
15433 <column alignment="center" valignment="top" width="0" special="WcW">
15434 <row>
15435 <cell alignment="center" valignment="top" topline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439 sd
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell alignment="center" valignment="top" topline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 <cell alignment="center" valignment="top" topline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 </row>
15463 <row>
15464 <cell alignment="center" valignment="top" topline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" topline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477 sd
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515 sd
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 </row>
15521 </lyxtabular>
15522
15523 \end_inset
15524
15525
15526 \end_layout
15527
15528 \end_inset
15529
15530
15531 \end_layout
15532
15533 \begin_layout Standard
15534 \begin_inset VSpace bigskip
15535 \end_inset
15536
15537 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15538 \begin_inset space ~
15539 \end_inset
15540
15541
15542 \begin_inset CommandInset ref
15543 LatexCommand ref
15544 reference "tab:Tabla-con-horizontales-coloreadas"
15545
15546 \end_inset
15547
15548 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15549 \end_layout
15550
15551 \begin_layout Standard
15552
15553 \series bold
15554
15555 \backslash
15556 let
15557 \backslash
15558 myHlineC
15559 \backslash
15560 hline
15561 \begin_inset Newline newline
15562 \end_inset
15563
15564
15565 \backslash
15566 renewcommand{
15567 \backslash
15568 hline}
15569 \begin_inset Newline newline
15570 \end_inset
15571
15572
15573 \begin_inset Phantom HPhantom
15574 status open
15575
15576 \begin_layout Plain Layout
15577
15578 \series bold
15579 \begin_inset space ~
15580 \end_inset
15581
15582
15583 \end_layout
15584
15585 \end_inset
15586
15587 {
15588 \backslash
15589 arrayrulecolor{red}
15590 \backslash
15591 myHlineC
15592 \backslash
15593 arrayrulecolor{black}}
15594 \end_layout
15595
15596 \begin_layout Standard
15597 \begin_inset ERT
15598 status collapsed
15599
15600 \begin_layout Plain Layout
15601
15602
15603 \backslash
15604 let
15605 \backslash
15606 myHlineC
15607 \backslash
15608 hline
15609 \end_layout
15610
15611 \begin_layout Plain Layout
15612
15613
15614 \backslash
15615 renewcommand{
15616 \backslash
15617 hline}
15618 \end_layout
15619
15620 \begin_layout Plain Layout
15621
15622  {
15623 \backslash
15624 arrayrulecolor{red}
15625 \backslash
15626 myHlineC
15627 \backslash
15628 arrayrulecolor{black}}
15629 \end_layout
15630
15631 \end_inset
15632
15633
15634 \begin_inset Float table
15635 placement h
15636 wide false
15637 sideways false
15638 status open
15639
15640 \begin_layout Plain Layout
15641 \begin_inset Caption
15642
15643 \begin_layout Plain Layout
15644 \begin_inset CommandInset label
15645 LatexCommand label
15646 name "tab:Tabla-con-horizontales-coloreadas"
15647
15648 \end_inset
15649
15650 Tabla con líneas horizontales coloreadas
15651 \end_layout
15652
15653 \end_inset
15654
15655
15656 \end_layout
15657
15658 \begin_layout Plain Layout
15659 \align center
15660 \begin_inset Tabular
15661 <lyxtabular version="3" rows="3" columns="3">
15662 <features tabularvalignment="middle">
15663 <column alignment="center" valignment="top" width="0">
15664 <column alignment="center" valignment="top" width="0">
15665 <column alignment="center" valignment="top" width="0">
15666 <row>
15667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671 sd
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 </row>
15695 <row>
15696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709 sd
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 </row>
15724 <row>
15725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 sd
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 </row>
15753 </lyxtabular>
15754
15755 \end_inset
15756
15757
15758 \end_layout
15759
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \begin_layout Standard
15766 Para volver al color de línea negro predeterminado inserta este comando
15767  en código TeX detrás de la tabla o el flotante:
15768 \end_layout
15769
15770 \begin_layout Standard
15771
15772 \series bold
15773
15774 \backslash
15775 renewcommand{
15776 \backslash
15777 hline}{
15778 \backslash
15779 myHlineC}
15780 \end_layout
15781
15782 \begin_layout Standard
15783 La tabla
15784 \begin_inset space ~
15785 \end_inset
15786
15787
15788 \begin_inset CommandInset ref
15789 LatexCommand ref
15790 reference "tab:Tabla-con-líneas-coloreadas"
15791
15792 \end_inset
15793
15794  es un ejemplo con líneas verticales y horizontales coloreadas.
15795 \end_layout
15796
15797 \begin_layout Standard
15798 \begin_inset Float table
15799 placement h
15800 wide false
15801 sideways false
15802 status open
15803
15804 \begin_layout Plain Layout
15805 \begin_inset Caption
15806
15807 \begin_layout Plain Layout
15808 \begin_inset CommandInset label
15809 LatexCommand label
15810 name "tab:Tabla-con-líneas-coloreadas"
15811
15812 \end_inset
15813
15814 Tabla con líneas coloreadas
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \begin_layout Plain Layout
15823 \align center
15824 \begin_inset Tabular
15825 <lyxtabular version="3" rows="3" columns="3">
15826 <features tabularvalignment="middle">
15827 <column alignment="center" valignment="top" width="0" special="Wc">
15828 <column alignment="center" valignment="top" width="0" special="Wc">
15829 <column alignment="center" valignment="top" width="0" special="WcW">
15830 <row>
15831 <cell alignment="center" valignment="top" topline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 sd
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 <cell alignment="center" valignment="top" topline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 </row>
15859 <row>
15860 <cell alignment="center" valignment="top" topline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" topline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873 sd
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell alignment="center" valignment="top" topline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 </row>
15888 <row>
15889 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 sd
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 </lyxtabular>
15918
15919 \end_inset
15920
15921
15922 \end_layout
15923
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \begin_layout Standard
15930 \begin_inset ERT
15931 status collapsed
15932
15933 \begin_layout Plain Layout
15934
15935
15936 \backslash
15937 renewcommand{
15938 \backslash
15939 hline}{
15940 \backslash
15941 myHlineC}
15942 \end_layout
15943
15944 \end_inset
15945
15946
15947 \end_layout
15948
15949 \begin_layout Standard
15950 \begin_inset ERT
15951 status collapsed
15952
15953 \begin_layout Plain Layout
15954
15955
15956 \backslash
15957 setlength{
15958 \backslash
15959 arrayrulewidth}{0.4pt}
15960 \end_layout
15961
15962 \end_inset
15963
15964
15965 \end_layout
15966
15967 \begin_layout Section
15968 Personalización de tablas
15969 \begin_inset Index idx
15970 status collapsed
15971
15972 \begin_layout Plain Layout
15973 Personalización de tablas
15974 \end_layout
15975
15976 \end_inset
15977
15978
15979 \begin_inset Index idx
15980 status collapsed
15981
15982 \begin_layout Plain Layout
15983 Tablas ! Personalización
15984 \end_layout
15985
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \begin_layout Subsection
15992 Espacio adicional en filas
15993 \begin_inset CommandInset label
15994 LatexCommand label
15995 name "sub:Espacio-adicional"
15996
15997 \end_inset
15998
15999
16000 \begin_inset Index idx
16001 status collapsed
16002
16003 \begin_layout Plain Layout
16004 Personalización de tablas ! Espacio adicional en filas
16005 \end_layout
16006
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \begin_layout Standard
16013 Es posible añadir espacio vertical a las filas de una tabla en la solapa
16014  
16015 \family sans
16016 Bordes
16017 \family default
16018  del diálogo de configuración de tablas.
16019  En el marco 
16020 \family sans
16021 Espacio
16022 \begin_inset space ~
16023 \end_inset
16024
16025 adicional
16026 \family default
16027  dispones de tres posibilidades:
16028 \end_layout
16029
16030 \begin_layout Description
16031 Superior
16032 \begin_inset space ~
16033 \end_inset
16034
16035 de
16036 \begin_inset space ~
16037 \end_inset
16038
16039 la
16040 \begin_inset space ~
16041 \end_inset
16042
16043 fila añade espacio sobre los caracteres de la fila.
16044  Si la tabla es de estilo formal
16045 \begin_inset Foot
16046 status collapsed
16047
16048 \begin_layout Plain Layout
16049 Las tablas formales se explican en la sección
16050 \begin_inset space ~
16051 \end_inset
16052
16053
16054 \begin_inset CommandInset ref
16055 LatexCommand ref
16056 reference "sec:Tablas-Formales"
16057
16058 \end_inset
16059
16060
16061 \end_layout
16062
16063 \end_inset
16064
16065  LyX insertará 0.5
16066 \begin_inset space \thinspace{}
16067 \end_inset
16068
16069 em por omisión.
16070  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16071  verticales, como se ve en la tabla siguiente:
16072 \begin_inset VSpace medskip
16073 \end_inset
16074
16075
16076 \begin_inset Newline newline
16077 \end_inset
16078
16079
16080 \begin_inset space \hspace*{}
16081 \length 0pt
16082 \end_inset
16083
16084
16085 \begin_inset space \hfill{}
16086 \end_inset
16087
16088
16089 \begin_inset Tabular
16090 <lyxtabular version="3" rows="3" columns="1">
16091 <features tabularvalignment="middle">
16092 <column alignment="center" valignment="top" width="0">
16093 <row>
16094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 A
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 </row>
16104 <row topspace="3mm">
16105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109 3
16110 \begin_inset space \thinspace{}
16111 \end_inset
16112
16113 mm sobre la fila
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 </row>
16119 <row>
16120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124 C
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 </row>
16130 </lyxtabular>
16131
16132 \end_inset
16133
16134
16135 \begin_inset space \hfill{}
16136 \end_inset
16137
16138
16139 \begin_inset space \hspace*{}
16140 \length 0pt
16141 \end_inset
16142
16143
16144 \begin_inset VSpace medskip
16145 \end_inset
16146
16147
16148 \begin_inset Newline newline
16149 \end_inset
16150
16151 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16152  sin líneas verticales.
16153 \end_layout
16154
16155 \begin_layout Description
16156 Inferior
16157 \begin_inset space ~
16158 \end_inset
16159
16160 de
16161 \begin_inset space ~
16162 \end_inset
16163
16164 la
16165 \begin_inset space ~
16166 \end_inset
16167
16168 fila añade espacio bajo los caracteres de la fila.
16169  Si la tabla es formal LyX inserta por omisión 0.5
16170 \begin_inset space \thinspace{}
16171 \end_inset
16172
16173 em; si la tabla es normal inserta 2
16174 \begin_inset space \thinspace{}
16175 \end_inset
16176
16177 pt.
16178  
16179 \end_layout
16180
16181 \begin_layout Description
16182 Entre
16183 \begin_inset space ~
16184 \end_inset
16185
16186 las
16187 \begin_inset space ~
16188 \end_inset
16189
16190 filas añade espacio entre la fila actual y la siguiente.
16191  Si la tabla es formal LyX inserta 0.5
16192 \begin_inset space \thinspace{}
16193 \end_inset
16194
16195 em por omisión.
16196  En tablas normales, el espacio adicional destruirá las líneas verticales
16197  de la tabla, como se ve en la siguiente:
16198 \begin_inset VSpace medskip
16199 \end_inset
16200
16201
16202 \begin_inset Newline newline
16203 \end_inset
16204
16205
16206 \begin_inset space \hspace*{}
16207 \length 0pt
16208 \end_inset
16209
16210
16211 \begin_inset space \hfill{}
16212 \end_inset
16213
16214
16215 \begin_inset Tabular
16216 <lyxtabular version="3" rows="3" columns="1">
16217 <features tabularvalignment="middle">
16218 <column alignment="center" valignment="top" width="0">
16219 <row>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 A
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 </row>
16230 <row interlinespace="3mm">
16231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235 \begin_inset Formula $\downarrow$
16236 \end_inset
16237
16238  3
16239 \begin_inset space \thinspace{}
16240 \end_inset
16241
16242 mm entre las filas
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 </row>
16248 <row>
16249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 \begin_inset Formula $\uparrow$
16254 \end_inset
16255
16256  3
16257 \begin_inset space \thinspace{}
16258 \end_inset
16259
16260 mm entre las filas 
16261 \begin_inset Formula $\uparrow$
16262 \end_inset
16263
16264
16265 \end_layout
16266
16267 \end_inset
16268 </cell>
16269 </row>
16270 </lyxtabular>
16271
16272 \end_inset
16273
16274
16275 \begin_inset space \hfill{}
16276 \end_inset
16277
16278
16279 \begin_inset space \hspace*{}
16280 \length 0pt
16281 \end_inset
16282
16283
16284 \begin_inset VSpace medskip
16285 \end_inset
16286
16287
16288 \begin_inset Newline newline
16289 \end_inset
16290
16291 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16292  para tablas sin líneas verticales.
16293 \end_layout
16294
16295 \begin_layout Standard
16296 \begin_inset VSpace bigskip
16297 \end_inset
16298
16299 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16300  utiliza los siguientes comandos en el preámbulo:
16301 \end_layout
16302
16303 \begin_layout Standard
16304
16305 \series bold
16306
16307 \backslash
16308 @ifundefined{extrarowheight}
16309 \begin_inset Newline newline
16310 \end_inset
16311
16312
16313 \begin_inset Phantom HPhantom
16314 status open
16315
16316 \begin_layout Plain Layout
16317
16318 \series bold
16319 \begin_inset space ~
16320 \end_inset
16321
16322
16323 \end_layout
16324
16325 \end_inset
16326
16327 {
16328 \backslash
16329 usepackage{array}}{}
16330 \begin_inset Newline newline
16331 \end_inset
16332
16333
16334 \backslash
16335 setlength{
16336 \backslash
16337 extrarowheight}{altura}
16338 \end_layout
16339
16340 \begin_layout Standard
16341 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16342  centrado en vertical.
16343  (Lyx cargará automáticamente el paquete 
16344 \series bold
16345 array
16346 \series default
16347  cuando uses formatos de tabla autodefinidos.
16348  Para evitar que sea cargado dos veces se pone al principio el comando 
16349 \series bold
16350
16351 \backslash
16352 @ifundefined
16353 \series default
16354 .)
16355 \end_layout
16356
16357 \begin_layout Standard
16358 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16359  la tabla están a veces demasiado cerca de las letras.
16360  Esto se puede corregir insertando el comando 
16361 \series bold
16362
16363 \backslash
16364 strut
16365 \series default
16366  en código TeX al principio de la fila de la tabla.
16367  La tabla
16368 \begin_inset space ~
16369 \end_inset
16370
16371
16372 \begin_inset CommandInset ref
16373 LatexCommand ref
16374 reference "tab:Alineación-vertical"
16375
16376 \end_inset
16377
16378  muestra el efecto:
16379 \end_layout
16380
16381 \begin_layout Standard
16382 \noindent
16383 \begin_inset Float table
16384 placement h
16385 wide false
16386 sideways false
16387 status open
16388
16389 \begin_layout Plain Layout
16390 \begin_inset Caption
16391
16392 \begin_layout Plain Layout
16393 \begin_inset CommandInset label
16394 LatexCommand label
16395 name "tab:Alineación-vertical"
16396
16397 \end_inset
16398
16399 Alineación vertical de texto con fuentes grandes
16400 \end_layout
16401
16402 \end_inset
16403
16404
16405 \end_layout
16406
16407 \begin_layout Plain Layout
16408 \begin_inset space \hfill{}
16409 \end_inset
16410
16411
16412 \begin_inset Float table
16413 wide false
16414 sideways false
16415 status collapsed
16416
16417 \begin_layout Plain Layout
16418 \begin_inset Caption
16419
16420 \begin_layout Plain Layout
16421 Tabla normal
16422 \end_layout
16423
16424 \end_inset
16425
16426
16427 \end_layout
16428
16429 \begin_layout Plain Layout
16430 \noindent
16431 \align center
16432 \begin_inset Tabular
16433 <lyxtabular version="3" rows="6" columns="1">
16434 <features tabularvalignment="middle">
16435 <column alignment="left" valignment="top" width="0">
16436 <row>
16437 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 Normal, g
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 </row>
16447 <row>
16448 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452
16453 \size large
16454 Grande
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 </row>
16460 <row>
16461 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465
16466 \size larger
16467 Más grande
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 </row>
16473 <row>
16474 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478
16479 \size largest
16480 Grandísima
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 </row>
16486 <row>
16487 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491
16492 \size huge
16493 Enorme
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row>
16500 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504
16505 \size huge
16506 Más enorme
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 </row>
16512 </lyxtabular>
16513
16514 \end_inset
16515
16516
16517 \end_layout
16518
16519 \end_inset
16520
16521
16522 \begin_inset space \hfill{}
16523 \end_inset
16524
16525
16526 \begin_inset Float table
16527 wide false
16528 sideways false
16529 status collapsed
16530
16531 \begin_layout Plain Layout
16532 \begin_inset Caption
16533
16534 \begin_layout Plain Layout
16535 Tabla con comando 
16536 \series bold
16537
16538 \backslash
16539 strut
16540 \end_layout
16541
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \begin_layout Plain Layout
16548 \noindent
16549 \align center
16550 \begin_inset Tabular
16551 <lyxtabular version="3" rows="6" columns="1">
16552 <features tabularvalignment="middle">
16553 <column alignment="left" valignment="top" width="0">
16554 <row>
16555 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 Normal, g
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 <row>
16566 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570
16571 \size large
16572 \begin_inset ERT
16573 status collapsed
16574
16575 \begin_layout Plain Layout
16576
16577
16578 \backslash
16579 strut 
16580 \end_layout
16581
16582 \end_inset
16583
16584 Grande
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 <row>
16591 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595
16596 \size larger
16597 \begin_inset ERT
16598 status collapsed
16599
16600 \begin_layout Plain Layout
16601
16602
16603 \backslash
16604 strut 
16605 \end_layout
16606
16607 \end_inset
16608
16609 Más grande
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row>
16616 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620
16621 \size largest
16622 \begin_inset ERT
16623 status collapsed
16624
16625 \begin_layout Plain Layout
16626
16627
16628 \backslash
16629 strut 
16630 \end_layout
16631
16632 \end_inset
16633
16634 Grandísima
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row>
16641 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645
16646 \size huge
16647 \begin_inset ERT
16648 status collapsed
16649
16650 \begin_layout Plain Layout
16651
16652
16653 \backslash
16654 strut 
16655 \end_layout
16656
16657 \end_inset
16658
16659 Enorme
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 </row>
16665 <row>
16666 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670
16671 \size giant
16672 \begin_inset ERT
16673 status collapsed
16674
16675 \begin_layout Plain Layout
16676
16677
16678 \backslash
16679 strut 
16680 \end_layout
16681
16682 \end_inset
16683
16684
16685 \size huge
16686 Más enorme
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 </row>
16692 </lyxtabular>
16693
16694 \end_inset
16695
16696
16697 \end_layout
16698
16699 \end_inset
16700
16701
16702 \begin_inset space \hfill{}
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \end_inset
16709
16710
16711 \end_layout
16712
16713 \begin_layout Subsection
16714 Alineación especial de celdas
16715 \begin_inset Index idx
16716 status collapsed
16717
16718 \begin_layout Plain Layout
16719 Personalización de tablas ! Alineación especial de celdas
16720 \end_layout
16721
16722 \end_inset
16723
16724
16725 \end_layout
16726
16727 \begin_layout Standard
16728 A veces mejora la presentación si las entradas en las celdas de una columna
16729  se alinean con un carácter determinado, p.
16730 \begin_inset space \thinspace{}
16731 \end_inset
16732
16733 e.
16734 \begin_inset space ~
16735 \end_inset
16736
16737 el separador decimal, como en la tabla
16738 \begin_inset space ~
16739 \end_inset
16740
16741
16742 \begin_inset CommandInset ref
16743 LatexCommand ref
16744 reference "tab:Tabla-con-celdas-de"
16745
16746 \end_inset
16747
16748 .
16749 \end_layout
16750
16751 \begin_layout Standard
16752 \begin_inset Float table
16753 wide false
16754 sideways false
16755 status open
16756
16757 \begin_layout Plain Layout
16758 \begin_inset Caption
16759
16760 \begin_layout Plain Layout
16761 \begin_inset CommandInset label
16762 LatexCommand label
16763 name "tab:Tabla-con-celdas-de"
16764
16765 \end_inset
16766
16767 Tabla con celdas alineadas con el separador decimal.
16768 \end_layout
16769
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \begin_layout Plain Layout
16776 \align center
16777 \begin_inset Tabular
16778 <lyxtabular version="3" rows="4" columns="2">
16779 <features tabularvalignment="middle">
16780 <column alignment="right" valignment="top" width="0">
16781 <column alignment="left" valignment="top" width="0" special="@{}l">
16782 <row>
16783 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 leyenda
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 </row>
16802 <row>
16803 <cell alignment="center" valignment="top" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 12,
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 6
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 </row>
16822 <row>
16823 <cell alignment="center" valignment="top" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 0,
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 68
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 <row>
16843 <cell alignment="center" valignment="top" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 -123,
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 0
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 </row>
16862 </lyxtabular>
16863
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \begin_layout Standard
16875 Esta es una tabla 4×2.
16876  La leyenda es una multicolumna centrada.
16877  La primera columna está alineada a la derecha y contiene el punto decimal
16878  y los dígitos anteriores.
16879  La segunda columna está alineada a la izquierda y contiene los dígitos
16880  posteriores al punto decimal.
16881  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
16882  el siguiente argumento LaTeX para la segunda columna:
16883 \end_layout
16884
16885 \begin_layout Standard
16886
16887 \series bold
16888 @{}l
16889 \end_layout
16890
16891 \begin_layout Standard
16892 La tabla
16893 \begin_inset space ~
16894 \end_inset
16895
16896
16897 \begin_inset CommandInset ref
16898 LatexCommand ref
16899 reference "tab:Varias-alineaciones"
16900
16901 \end_inset
16902
16903  muestra varios ejemplos de alineación.
16904  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16905 o más pequeño al comienzo de la última columna para conseguir el espacio
16906  adecuado alrededor del signo.
16907 \end_layout
16908
16909 \begin_layout Standard
16910 \begin_inset Float table
16911 placement h
16912 wide false
16913 sideways false
16914 status open
16915
16916 \begin_layout Plain Layout
16917 \begin_inset Caption
16918
16919 \begin_layout Plain Layout
16920 \begin_inset CommandInset label
16921 LatexCommand label
16922 name "tab:Varias-alineaciones"
16923
16924 \end_inset
16925
16926 Tabla con varias alineaciones.
16927 \end_layout
16928
16929 \end_inset
16930
16931
16932 \end_layout
16933
16934 \begin_layout Plain Layout
16935 \align center
16936 \begin_inset Tabular
16937 <lyxtabular version="3" rows="4" columns="6">
16938 <features tabularvalignment="middle">
16939 <column alignment="right" valignment="top" width="0">
16940 <column alignment="left" valignment="top" width="0" special="@{}l">
16941 <column alignment="right" valignment="top" width="0">
16942 <column alignment="left" valignment="top" width="0" special="@{}l">
16943 <column alignment="right" valignment="top" width="0">
16944 <column alignment="left" valignment="top" width="0" special="@{}l">
16945 <row>
16946 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 unidades
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 exponentes
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 relaciones
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 </row>
17001 <row>
17002 <cell alignment="center" valignment="top" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 12×
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 24
17016 \begin_inset space \thinspace{}
17017 \end_inset
17018
17019 bottles
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Formula $10\cdot$
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 \begin_inset Formula $10^{\mbox{-}17}$
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 <cell alignment="center" valignment="top" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052 \begin_inset Formula $\Gamma(t)\propto$
17053 \end_inset
17054
17055
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 \begin_inset Formula $\:\Upsilon(t)$
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 </row>
17073 <row>
17074 <cell alignment="center" valignment="top" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 1024×
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087 768
17088 \begin_inset space \thinspace{}
17089 \end_inset
17090
17091 Pixels
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $5.78\cdot$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112 \begin_inset Formula $10^{7}$
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 \begin_inset Formula $A\ne$
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136 \begin_inset Formula $\: B_{\mathrm{red}}$
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 </row>
17145 <row>
17146 <cell alignment="center" valignment="top" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150 32×
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 6
17160 \begin_inset space \thinspace{}
17161 \end_inset
17162
17163 cm
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 -
17173 \begin_inset Formula $33.5\cdot$
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 \begin_inset Formula $10^{4}$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 \begin_inset Formula $\sen(\alpha)\ge$
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 \begin_inset Formula $\:\sen(\beta)$
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 </row>
17218 </lyxtabular>
17219
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \begin_layout Standard
17231 \begin_inset VSpace bigskip
17232 \end_inset
17233
17234 También hay un paquete LaTeX, 
17235 \series bold
17236 dcolumn
17237 \series default
17238
17239 \begin_inset Index idx
17240 status collapsed
17241
17242 \begin_layout Plain Layout
17243 LaTeX-paquetes ! dcolumn
17244 \end_layout
17245
17246 \end_inset
17247
17248 , que permite alinear el contenido de las celdas.
17249  Pero desgraciadamente trata las entradas de celda en modo matemático y
17250  no permite fórmulas en celdas: la primera columna de la tabla
17251 \begin_inset space ~
17252 \end_inset
17253
17254
17255 \begin_inset CommandInset ref
17256 LatexCommand ref
17257 reference "tab:Varias-alineaciones"
17258
17259 \end_inset
17260
17261  se verá con 
17262 \series bold
17263 dcolumn
17264 \series default
17265  como la primera columna en la tabla
17266 \begin_inset space ~
17267 \end_inset
17268
17269
17270 \begin_inset CommandInset ref
17271 LatexCommand ref
17272 reference "tab:Alineaciones-con-el"
17273
17274 \end_inset
17275
17276  y sólo con algunos trucos se consigue lo que se espera.
17277  La alineación de la segunda y tercera columnas de la tabla
17278 \begin_inset space ~
17279 \end_inset
17280
17281
17282 \begin_inset CommandInset ref
17283 LatexCommand ref
17284 reference "tab:Varias-alineaciones"
17285
17286 \end_inset
17287
17288  no es posible con 
17289 \series bold
17290 dcolumn
17291 \series default
17292 .
17293 \end_layout
17294
17295 \begin_layout Standard
17296 \begin_inset Newpage newpage
17297 \end_inset
17298
17299
17300 \end_layout
17301
17302 \begin_layout Standard
17303 \begin_inset Float table
17304 placement h
17305 wide false
17306 sideways false
17307 status open
17308
17309 \begin_layout Plain Layout
17310 \begin_inset Caption
17311
17312 \begin_layout Plain Layout
17313 \begin_inset CommandInset label
17314 LatexCommand label
17315 name "tab:Alineaciones-con-el"
17316
17317 \end_inset
17318
17319
17320 \begin_inset Argument
17321 status collapsed
17322
17323 \begin_layout Plain Layout
17324 Tabla alineada con 
17325 \series bold
17326 dcolumn
17327 \end_layout
17328
17329 \end_inset
17330
17331 Alineaciones con el paquete LaTeX 
17332 \series bold
17333 dcolumn
17334 \series default
17335 .
17336  Hay que usar algunos trucos para la alineación de las columnas en la salida.
17337 \end_layout
17338
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \begin_layout Plain Layout
17345 \align center
17346 \begin_inset Tabular
17347 <lyxtabular version="3" rows="4" columns="3">
17348 <features tabularvalignment="middle">
17349 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17350 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17351 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17352 <row>
17353 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 unidades
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 unidades
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 unidades
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 </row>
17381 <row>
17382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 12x24
17387 \begin_inset space \thinspace{}
17388 \end_inset
17389
17390 bottles
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399 12x24
17400 \begin_inset space \thinspace{}
17401 \end_inset
17402
17403
17404 \begin_inset Formula $\mbox{bottles}$
17405 \end_inset
17406
17407
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 12
17417 \begin_inset ERT
17418 status collapsed
17419
17420 \begin_layout Plain Layout
17421
17422
17423 \backslash
17424 times
17425 \end_layout
17426
17427 \end_inset
17428
17429 24+
17430 \begin_inset Formula $\mbox{bottles}$
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 1024x768
17445 \begin_inset space \thinspace{}
17446 \end_inset
17447
17448 Pixels
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 1024x768
17458 \begin_inset space \thinspace{}
17459 \end_inset
17460
17461
17462 \begin_inset Formula $\mbox{Pixels}$
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 1024
17475 \begin_inset ERT
17476 status collapsed
17477
17478 \begin_layout Plain Layout
17479
17480
17481 \backslash
17482 times
17483 \end_layout
17484
17485 \end_inset
17486
17487 768+
17488 \begin_inset Formula $\mbox{Pixels}$
17489 \end_inset
17490
17491  
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 </row>
17497 <row>
17498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502 32x6
17503 \begin_inset space \thinspace{}
17504 \end_inset
17505
17506 cm
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515 32x6
17516 \begin_inset space \thinspace{}
17517 \end_inset
17518
17519
17520 \begin_inset Formula $\mbox{cm}$
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532 32
17533 \begin_inset ERT
17534 status collapsed
17535
17536 \begin_layout Plain Layout
17537
17538
17539 \backslash
17540 times
17541 \end_layout
17542
17543 \end_inset
17544
17545 6+
17546 \begin_inset Formula $\mbox{cm}$
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 </row>
17555 </lyxtabular>
17556
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \end_inset
17563
17564
17565 \end_layout
17566
17567 \begin_layout Subsection
17568 Formato personalizado de celda/columna
17569 \begin_inset CommandInset label
17570 LatexCommand label
17571 name "sub:Formato-Personalizado"
17572
17573 \end_inset
17574
17575
17576 \begin_inset Index idx
17577 status collapsed
17578
17579 \begin_layout Plain Layout
17580 Personalización de tablas ! Formato de celda/columna
17581 \end_layout
17582
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \begin_layout Standard
17589 El cálculo de la anchura necesaria para columnas extendidas descrito en
17590  la sección
17591 \begin_inset space ~
17592 \end_inset
17593
17594
17595 \begin_inset CommandInset ref
17596 LatexCommand ref
17597 reference "sub:Cálculos-en-Multicolumnas"
17598
17599 \end_inset
17600
17601  es muy pesado si tienes varias tablas con multicolumnas.
17602  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17603 mna aplicable a todas las tablas del documento.
17604  El formato se define con el comando
17605 \end_layout
17606
17607 \begin_layout Standard
17608
17609 \series bold
17610
17611 \backslash
17612 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17613 \end_layout
17614
17615 \begin_layout Standard
17616 El nombre de formato puede ser una sola letra.
17617  Las letras 
17618 \emph on
17619 b, c, l, m, p
17620 \emph default
17621  y 
17622 \emph on
17623 r
17624 \emph default
17625  están predefinidas y no pueden usarse.
17626  Pero se permiten todas las mayúsculas.
17627 \end_layout
17628
17629 \begin_layout Standard
17630 \begin_inset VSpace medskip
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \begin_layout Standard
17637 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17638  fija puedes definir el formato de celda
17639 \end_layout
17640
17641 \begin_layout Standard
17642
17643 \series bold
17644
17645 \backslash
17646 newcolumntype{M}[1]{>{
17647 \backslash
17648 centering
17649 \backslash
17650 hspace{0pt}}m{#1}}
17651 \end_layout
17652
17653 \begin_layout Standard
17654 donde 
17655 \series bold
17656
17657 \backslash
17658 hspace{0pt}
17659 \series default
17660  evita el problema de partir con guión la primera palabra, como se describe
17661  en la sección
17662 \begin_inset space ~
17663 \end_inset
17664
17665
17666 \begin_inset CommandInset ref
17667 LatexCommand ref
17668 reference "sub:Líneas-Múltiples-en"
17669
17670 \end_inset
17671
17672 .
17673  Ahora puedes introducir simplemente
17674 \end_layout
17675
17676 \begin_layout Standard
17677
17678 \series bold
17679 M{ancho}
17680 \end_layout
17681
17682 \begin_layout Standard
17683 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17684 \end_layout
17685
17686 \begin_layout Standard
17687 \begin_inset VSpace bigskip
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \begin_layout Standard
17694 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17695 \end_layout
17696
17697 \begin_layout Standard
17698
17699 \series bold
17700
17701 \backslash
17702 newcolumntype{S}[2]{>{
17703 \backslash
17704 centering
17705 \backslash
17706 hspace{0pt}}
17707 \begin_inset Newline newline
17708 \end_inset
17709
17710
17711 \begin_inset Phantom HPhantom
17712 status open
17713
17714 \begin_layout Plain Layout
17715
17716 \series bold
17717
17718 \backslash
17719 newcolumntype
17720 \end_layout
17721
17722 \end_inset
17723
17724 m{(#1+(2
17725 \backslash
17726 tabcolsep+
17727 \backslash
17728 arrayrulewidth)*(1-#2))/#2}}
17729 \end_layout
17730
17731 \begin_layout Standard
17732 Este formato usa la ecuación 
17733 \begin_inset CommandInset ref
17734 LatexCommand eqref
17735 reference "eq:Wgn"
17736
17737 \end_inset
17738
17739  para calcular la anchura necesaria para que cada celda extendida tenga
17740  la misma anchura.
17741 \end_layout
17742
17743 \begin_layout Standard
17744 Ahora puedes introducir
17745 \end_layout
17746
17747 \begin_layout Standard
17748
17749 \series bold
17750 S{ancho de la celda multicolumna}{número de columnas extendidas}
17751 \end_layout
17752
17753 \begin_layout Standard
17754 como argumento LaTeX de la columna.
17755 \end_layout
17756
17757 \begin_layout Standard
17758 \begin_inset VSpace bigskip
17759 \end_inset
17760
17761
17762 \end_layout
17763
17764 \begin_layout Standard
17765 Para columnas coloreadas puedes definir
17766 \end_layout
17767
17768 \begin_layout Standard
17769
17770 \series bold
17771
17772 \backslash
17773 newcolumntype{K}[1]{>{
17774 \backslash
17775 columncolor{#1}
17776 \backslash
17777 hspace{0pt}}c}
17778 \end_layout
17779
17780 \begin_layout Standard
17781 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17782  horizontalmente.
17783  Ahora puedes introducir
17784 \end_layout
17785
17786 \begin_layout Standard
17787
17788 \series bold
17789 K{nombre del color}
17790 \end_layout
17791
17792 \begin_layout Standard
17793 como argumento LaTeX.
17794 \end_layout
17795
17796 \begin_layout Standard
17797 \begin_inset VSpace bigskip
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \begin_layout Standard
17804 Para crear la tabla
17805 \begin_inset space ~
17806 \end_inset
17807
17808
17809 \begin_inset CommandInset ref
17810 LatexCommand ref
17811 reference "tab:Tabla-con-formatos-definidos-por"
17812
17813 \end_inset
17814
17815  usa los argumentos LaTeX
17816 \end_layout
17817
17818 \begin_layout Standard
17819
17820 \series bold
17821 M{2.5cm}
17822 \end_layout
17823
17824 \begin_layout Standard
17825 para la primera columna y la multicolumna,
17826 \end_layout
17827
17828 \begin_layout Standard
17829
17830 \series bold
17831 K{red}
17832 \end_layout
17833
17834 \begin_layout Standard
17835 para la última columna y
17836 \end_layout
17837
17838 \begin_layout Standard
17839
17840 \series bold
17841 S{2.5cm}{2}
17842 \end_layout
17843
17844 \begin_layout Standard
17845 para las celdas en la segunda columna.
17846 \end_layout
17847
17848 \begin_layout Standard
17849 \begin_inset Float table
17850 placement h
17851 wide false
17852 sideways false
17853 status open
17854
17855 \begin_layout Plain Layout
17856 \begin_inset Caption
17857
17858 \begin_layout Plain Layout
17859 \begin_inset CommandInset label
17860 LatexCommand label
17861 name "tab:Tabla-con-formatos-definidos-por"
17862
17863 \end_inset
17864
17865 Tabla con formatos definidos por el usuario
17866 \end_layout
17867
17868 \end_inset
17869
17870
17871 \end_layout
17872
17873 \begin_layout Plain Layout
17874 \align center
17875 \begin_inset Tabular
17876 <lyxtabular version="3" rows="3" columns="4">
17877 <features tabularvalignment="middle">
17878 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17879 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17880 <column alignment="center" valignment="middle" width="0">
17881 <column alignment="center" valignment="middle" width="0" special="K{red}">
17882 <row>
17883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887 palabramuylargaenceldadetabla
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896 multicolumna línea múltiple
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 c
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 </row>
17920 <row>
17921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 d
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 e
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943 f
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 g
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 </row>
17958 <row>
17959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 h
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972 i
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981 j
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 k
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 </row>
17996 </lyxtabular>
17997
17998 \end_inset
17999
18000
18001 \end_layout
18002
18003 \end_inset
18004
18005
18006 \end_layout
18007
18008 \begin_layout Subsection
18009 Grosor de líneas
18010 \begin_inset CommandInset label
18011 LatexCommand label
18012 name "sub:Grosor-de-Líneas"
18013
18014 \end_inset
18015
18016
18017 \begin_inset Index idx
18018 status collapsed
18019
18020 \begin_layout Plain Layout
18021 Personalización de tablas ! Grosor de línea
18022 \end_layout
18023
18024 \end_inset
18025
18026
18027 \end_layout
18028
18029 \begin_layout Standard
18030 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
18031  
18032 \series bold
18033
18034 \backslash
18035 arrayrulewidth
18036 \series default
18037 .
18038  Por ejemplo, para poner un grosor de línea de 1.5
18039 \begin_inset space \thinspace{}
18040 \end_inset
18041
18042 pt, como en la tabla
18043 \begin_inset space ~
18044 \end_inset
18045
18046
18047 \begin_inset CommandInset ref
18048 LatexCommand ref
18049 reference "tab:Tabla-con-líneas"
18050
18051 \end_inset
18052
18053 , inserta el comando
18054 \end_layout
18055
18056 \begin_layout Standard
18057
18058 \series bold
18059
18060 \backslash
18061 setlength{
18062 \backslash
18063 arrayrulewidth}{1.5pt}
18064 \end_layout
18065
18066 \begin_layout Standard
18067 en código TeX antes de la tabla o flotante.
18068  Este cambio es válido para todas las siguientes tablas.
18069  Para volver al valor predeterminado, define 
18070 \series bold
18071
18072 \backslash
18073 arrayrulewidth
18074 \series default
18075  a 0.4
18076 \begin_inset space \thinspace{}
18077 \end_inset
18078
18079 pt en código TeX detrás de la tabla o flotante.
18080 \end_layout
18081
18082 \begin_layout Standard
18083 \begin_inset ERT
18084 status collapsed
18085
18086 \begin_layout Plain Layout
18087
18088
18089 \backslash
18090 setlength{
18091 \backslash
18092 arrayrulewidth}{1.5pt}
18093 \end_layout
18094
18095 \end_inset
18096
18097
18098 \begin_inset Float table
18099 wide false
18100 sideways false
18101 status open
18102
18103 \begin_layout Plain Layout
18104 \begin_inset Caption
18105
18106 \begin_layout Plain Layout
18107 \begin_inset CommandInset label
18108 LatexCommand label
18109 name "tab:Tabla-con-líneas"
18110
18111 \end_inset
18112
18113 Tabla con líneas de grosor 1.5
18114 \begin_inset space \thinspace{}
18115 \end_inset
18116
18117 pt
18118 \end_layout
18119
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \begin_layout Plain Layout
18126 \align center
18127 \begin_inset Tabular
18128 <lyxtabular version="3" rows="3" columns="3">
18129 <features tabularvalignment="middle">
18130 <column alignment="center" valignment="top" width="0">
18131 <column alignment="center" valignment="top" width="0">
18132 <column alignment="center" valignment="top" width="0">
18133 <row>
18134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 sd
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 </row>
18162 <row>
18163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176 sd
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 </row>
18191 <row>
18192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214 sd
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 </row>
18220 </lyxtabular>
18221
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228
18229
18230 \begin_inset ERT
18231 status collapsed
18232
18233 \begin_layout Plain Layout
18234
18235
18236 \backslash
18237 setlength{
18238 \backslash
18239 arrayrulewidth}{0.4pt}
18240 \end_layout
18241
18242 \end_inset
18243
18244
18245 \end_layout
18246
18247 \begin_layout Standard
18248 \begin_inset VSpace bigskip
18249 \end_inset
18250
18251 Para definir un grosor de 1.5
18252 \begin_inset space \thinspace{}
18253 \end_inset
18254
18255 pt sólo para líneas horizontales, como en la tabla
18256 \begin_inset space ~
18257 \end_inset
18258
18259
18260 \begin_inset CommandInset ref
18261 LatexCommand ref
18262 reference "tab:Tabla-con-horizontales"
18263
18264 \end_inset
18265
18266 , inserta estos comandos en código TeX antes de la tabla o flotante:
18267 \end_layout
18268
18269 \begin_layout Standard
18270
18271 \series bold
18272
18273 \backslash
18274 let
18275 \backslash
18276 myHline
18277 \backslash
18278 hline
18279 \begin_inset Newline newline
18280 \end_inset
18281
18282
18283 \backslash
18284 renewcommand{
18285 \backslash
18286 hline}
18287 \begin_inset Newline newline
18288 \end_inset
18289
18290  {
18291 \backslash
18292 noalign{
18293 \backslash
18294 global
18295 \backslash
18296 arrayrulewidth 1.5pt}
18297 \begin_inset Newline newline
18298 \end_inset
18299
18300   
18301 \backslash
18302 myHline
18303 \backslash
18304 noalign{
18305 \backslash
18306 global
18307 \backslash
18308 arrayrulewidth 0.4pt}}
18309 \end_layout
18310
18311 \begin_layout Standard
18312 Para volver al grosor predeterminado, inserta este comando en código TeX
18313  detrás de la tabla o flotante:
18314 \end_layout
18315
18316 \begin_layout Standard
18317
18318 \series bold
18319
18320 \backslash
18321 renewcommand{
18322 \backslash
18323 hline}{
18324 \backslash
18325 myHline}
18326 \end_layout
18327
18328 \begin_layout Standard
18329 \begin_inset ERT
18330 status collapsed
18331
18332 \begin_layout Plain Layout
18333
18334
18335 \backslash
18336 let
18337 \backslash
18338 myHline
18339 \backslash
18340 hline
18341 \end_layout
18342
18343 \begin_layout Plain Layout
18344
18345
18346 \backslash
18347 renewcommand{
18348 \backslash
18349 hline}
18350 \end_layout
18351
18352 \begin_layout Plain Layout
18353
18354  {
18355 \backslash
18356 noalign{
18357 \backslash
18358 global
18359 \backslash
18360 arrayrulewidth 1.5pt}
18361 \end_layout
18362
18363 \begin_layout Plain Layout
18364
18365   
18366 \backslash
18367 myHline
18368 \backslash
18369 noalign{
18370 \backslash
18371 global
18372 \backslash
18373 arrayrulewidth 0.4pt}}
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \begin_inset Float table
18380 wide false
18381 sideways false
18382 status open
18383
18384 \begin_layout Plain Layout
18385 \begin_inset Caption
18386
18387 \begin_layout Plain Layout
18388 \begin_inset CommandInset label
18389 LatexCommand label
18390 name "tab:Tabla-con-horizontales"
18391
18392 \end_inset
18393
18394 Tabla con líneas horizontales de 1.5
18395 \begin_inset space \thinspace{}
18396 \end_inset
18397
18398 pt
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \begin_layout Plain Layout
18407 \align center
18408 \begin_inset Tabular
18409 <lyxtabular version="3" rows="3" columns="3">
18410 <features tabularvalignment="middle">
18411 <column alignment="center" valignment="top" width="0">
18412 <column alignment="center" valignment="top" width="0">
18413 <column alignment="center" valignment="top" width="0">
18414 <row>
18415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 sd
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 </row>
18443 <row>
18444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457 sd
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 </row>
18472 <row>
18473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495 sd
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 </row>
18501 </lyxtabular>
18502
18503 \end_inset
18504
18505
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \begin_inset ERT
18512 status collapsed
18513
18514 \begin_layout Plain Layout
18515
18516
18517 \backslash
18518 renewcommand{
18519 \backslash
18520 hline}{
18521 \backslash
18522 myHline}
18523 \end_layout
18524
18525 \end_inset
18526
18527
18528 \end_layout
18529
18530 \begin_layout Standard
18531 \begin_inset VSpace bigskip
18532 \end_inset
18533
18534 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18535  siguiente formato de columna en el preámbulo del documento, de acuerdo
18536  con lo descrito en la sección
18537 \begin_inset space ~
18538 \end_inset
18539
18540
18541 \begin_inset CommandInset ref
18542 LatexCommand ref
18543 reference "sub:Formato-Personalizado"
18544
18545 \end_inset
18546
18547 :
18548 \end_layout
18549
18550 \begin_layout Standard
18551
18552 \series bold
18553
18554 \backslash
18555 newcolumntype{V}{!{
18556 \backslash
18557 vrule width 1.5pt}}
18558 \end_layout
18559
18560 \begin_layout Standard
18561 Para la tabla
18562 \begin_inset space ~
18563 \end_inset
18564
18565
18566 \begin_inset CommandInset ref
18567 LatexCommand ref
18568 reference "tab:Tabla-con-verticales"
18569
18570 \end_inset
18571
18572  se usó el argumento LaTeX
18573 \end_layout
18574
18575 \begin_layout Standard
18576
18577 \series bold
18578 VcV
18579 \end_layout
18580
18581 \begin_layout Standard
18582 para la última columna y
18583 \end_layout
18584
18585 \begin_layout Standard
18586
18587 \series bold
18588 Vc
18589 \end_layout
18590
18591 \begin_layout Standard
18592 para las otras.
18593 \end_layout
18594
18595 \begin_layout Standard
18596 \begin_inset Float table
18597 wide false
18598 sideways false
18599 status open
18600
18601 \begin_layout Plain Layout
18602 \begin_inset Caption
18603
18604 \begin_layout Plain Layout
18605 \begin_inset CommandInset label
18606 LatexCommand label
18607 name "tab:Tabla-con-verticales"
18608
18609 \end_inset
18610
18611 Tabla con líneas verticales de 1.5
18612 \begin_inset space \thinspace{}
18613 \end_inset
18614
18615 pt de grosor
18616 \end_layout
18617
18618 \end_inset
18619
18620
18621 \end_layout
18622
18623 \begin_layout Plain Layout
18624 \align center
18625 \begin_inset Tabular
18626 <lyxtabular version="3" rows="3" columns="3">
18627 <features tabularvalignment="middle">
18628 <column alignment="center" valignment="top" width="0" special="Vc">
18629 <column alignment="center" valignment="top" width="0" special="Vc">
18630 <column alignment="center" valignment="top" width="0" special="VcV">
18631 <row>
18632 <cell alignment="center" valignment="top" topline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636 sd
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 <cell alignment="center" valignment="top" topline="true" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 </row>
18660 <row>
18661 <cell alignment="center" valignment="top" topline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 <cell alignment="center" valignment="top" topline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674 sd
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 <cell alignment="center" valignment="top" topline="true" usebox="none">
18680 \begin_inset Text
18681
18682 \begin_layout Plain Layout
18683
18684 \end_layout
18685
18686 \end_inset
18687 </cell>
18688 </row>
18689 <row>
18690 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712 sd
18713 \end_layout
18714
18715 \end_inset
18716 </cell>
18717 </row>
18718 </lyxtabular>
18719
18720 \end_inset
18721
18722
18723 \end_layout
18724
18725 \end_inset
18726
18727
18728 \end_layout
18729
18730 \begin_layout Subsection
18731 Líneas de trazos
18732 \begin_inset Index idx
18733 status collapsed
18734
18735 \begin_layout Plain Layout
18736 Personalización de tablas ! Líneas de trazos
18737 \end_layout
18738
18739 \end_inset
18740
18741
18742 \end_layout
18743
18744 \begin_layout Standard
18745 \begin_inset ERT
18746 status collapsed
18747
18748 \begin_layout Plain Layout
18749
18750
18751 \backslash
18752 ifarydshln
18753 \end_layout
18754
18755 \end_inset
18756
18757
18758 \begin_inset Note Note
18759 status collapsed
18760
18761 \begin_layout Plain Layout
18762 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18763  LaTeX 
18764 \series bold
18765 arydshln
18766 \series default
18767 .
18768 \end_layout
18769
18770 \end_inset
18771
18772
18773 \end_layout
18774
18775 \begin_layout Standard
18776 \begin_inset Float table
18777 placement H
18778 wide false
18779 sideways false
18780 status open
18781
18782 \begin_layout Plain Layout
18783 \begin_inset Caption
18784
18785 \begin_layout Plain Layout
18786 \begin_inset CommandInset label
18787 LatexCommand label
18788 name "tab:Tabla-con-trazos"
18789
18790 \end_inset
18791
18792 Tabla con líneas de trazos
18793 \end_layout
18794
18795 \end_inset
18796
18797
18798 \end_layout
18799
18800 \begin_layout Plain Layout
18801 \align center
18802 \begin_inset Tabular
18803 <lyxtabular version="3" rows="5" columns="5">
18804 <features tabularvalignment="middle">
18805 <column alignment="center" valignment="top" width="0">
18806 <column alignment="center" valignment="top" width="0">
18807 <column alignment="center" valignment="top" width="0" special=":c">
18808 <column alignment="center" valignment="top" width="0">
18809 <column alignment="center" valignment="top" width="0">
18810 <row>
18811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815 a
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824 b
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833 c
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842 d
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851 e
18852 \end_layout
18853
18854 \end_inset
18855 </cell>
18856 </row>
18857 <row>
18858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862 f
18863 \end_layout
18864
18865 \end_inset
18866 </cell>
18867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871 g
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 <cell alignment="center" valignment="top" topline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880 h
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889 i
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 j
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 </row>
18904 <row>
18905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 \begin_inset ERT
18910 status collapsed
18911
18912 \begin_layout Plain Layout
18913
18914
18915 \backslash
18916 hdashline 
18917 \end_layout
18918
18919 \end_inset
18920
18921 k
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930 l
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939 m
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 n
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957 o
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 </row>
18963 <row>
18964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 \begin_inset ERT
18969 status collapsed
18970
18971 \begin_layout Plain Layout
18972
18973
18974 \backslash
18975 cdashline{4-5}
18976 \end_layout
18977
18978 \end_inset
18979
18980 p
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989 q
18990 \end_layout
18991
18992 \end_inset
18993 </cell>
18994 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998 r
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007 s
19008 \end_layout
19009
19010 \end_inset
19011 </cell>
19012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19013 \begin_inset Text
19014
19015 \begin_layout Plain Layout
19016
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 </row>
19022 <row>
19023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027 t
19028 \end_layout
19029
19030 \end_inset
19031 </cell>
19032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19033 \begin_inset Text
19034
19035 \begin_layout Plain Layout
19036 u
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045 v
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054 w
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063 x
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 </row>
19069 </lyxtabular>
19070
19071 \end_inset
19072
19073
19074 \end_layout
19075
19076 \end_inset
19077
19078
19079 \end_layout
19080
19081 \begin_layout Standard
19082 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19083  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19084 \series bold
19085 arydshln
19086 \series default
19087
19088 \begin_inset Index idx
19089 status collapsed
19090
19091 \begin_layout Plain Layout
19092 LaTeX-paquetes ! arydshln
19093 \end_layout
19094
19095 \end_inset
19096
19097  con el comando 
19098 \end_layout
19099
19100 \begin_layout Standard
19101
19102 \series bold
19103
19104 \backslash
19105 usepackage{arydshln}
19106 \end_layout
19107
19108 \begin_layout Standard
19109 Para hacer una línea vertical a trazos, introduce dos puntos «
19110 \series bold
19111 :
19112 \series default
19113 » junto con el carácter para alineación horizontal como argumento LaTeX
19114  en el diálogo de celda de tabla.
19115 \end_layout
19116
19117 \begin_layout Standard
19118 Para una línea de trazos horizontal añade el comando
19119 \end_layout
19120
19121 \begin_layout Standard
19122
19123 \series bold
19124
19125 \backslash
19126 hdashline
19127 \end_layout
19128
19129 \begin_layout Standard
19130 en código TeX como primer elemento de la primera celda en la fila.
19131 \end_layout
19132
19133 \begin_layout Standard
19134 Para líneas de trazos en multicolumna usa el comando
19135 \end_layout
19136
19137 \begin_layout Standard
19138
19139 \series bold
19140
19141 \backslash
19142 cdashline{número de líneas}
19143 \end_layout
19144
19145 \begin_layout Standard
19146 en código TeX como primer elemento de la primera celda en la fila.
19147  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19148  4 y quieres una línea de trazos por encima, añade el comando
19149 \end_layout
19150
19151 \begin_layout Standard
19152
19153 \series bold
19154
19155 \backslash
19156 cdashline{2-4}
19157 \end_layout
19158
19159 \begin_layout Standard
19160 como primer elemento de la primera celda en la fila de la multicolumna.
19161 \end_layout
19162
19163 \begin_layout Standard
19164 \begin_inset VSpace bigskip
19165 \end_inset
19166
19167
19168 \end_layout
19169
19170 \begin_layout Standard
19171 La tabla
19172 \begin_inset space ~
19173 \end_inset
19174
19175
19176 \begin_inset CommandInset ref
19177 LatexCommand ref
19178 reference "tab:Tabla-con-trazos"
19179
19180 \end_inset
19181
19182  se ha hecho usando «
19183 \series bold
19184 :c
19185 \series default
19186 » como argumento LaTeX de la tercera columna.
19187  El comando en código TeX 
19188 \series bold
19189
19190 \backslash
19191 hdashline
19192 \series default
19193  se ha insertado en la primera celda de la tercera fila y el comando en
19194  código TeX
19195 \begin_inset Newline newline
19196 \end_inset
19197
19198
19199 \series bold
19200
19201 \backslash
19202 cdashline{4-5}
19203 \series default
19204  en la primera celda de la cuarta fila.
19205 \end_layout
19206
19207 \begin_layout Standard
19208 \begin_inset Note Greyedout
19209 status open
19210
19211 \begin_layout Plain Layout
19212
19213 \series bold
19214 Nota:
19215 \series default
19216  Aparentemente el paquete LaTeX 
19217 \series bold
19218 arydshln
19219 \series default
19220  no es compatible con el paquete LaTeX 
19221 \series bold
19222 colortbl
19223 \series default
19224
19225 \begin_inset Index idx
19226 status collapsed
19227
19228 \begin_layout Plain Layout
19229 LaTeX-paquetes ! colortbl
19230 \end_layout
19231
19232 \end_inset
19233
19234  que se usa para tablas coloreadas en la sección
19235 \begin_inset space ~
19236 \end_inset
19237
19238
19239 \begin_inset CommandInset ref
19240 LatexCommand ref
19241 reference "sec:Tablas-Coloreadas"
19242
19243 \end_inset
19244
19245 .
19246  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19247 \end_layout
19248
19249 \end_inset
19250
19251
19252 \end_layout
19253
19254 \begin_layout Standard
19255 \begin_inset ERT
19256 status collapsed
19257
19258 \begin_layout Plain Layout
19259
19260
19261 \backslash
19262 else
19263 \end_layout
19264
19265 \end_inset
19266
19267
19268 \begin_inset Note Note
19269 status collapsed
19270
19271 \begin_layout Plain Layout
19272 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19273  
19274 \series bold
19275 arydshln
19276 \series default
19277 .
19278 \end_layout
19279
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \begin_layout Standard
19286 Debes instalar el paquete LaTeX 
19287 \series bold
19288 arydshln
19289 \series default
19290  para ver la parte siguiente en la salida.
19291 \end_layout
19292
19293 \begin_layout Standard
19294 \begin_inset ERT
19295 status collapsed
19296
19297 \begin_layout Plain Layout
19298
19299
19300 \backslash
19301 fi
19302 \end_layout
19303
19304 \end_inset
19305
19306
19307 \end_layout
19308
19309 \begin_layout Chapter
19310 Flotantes
19311 \begin_inset Index idx
19312 status collapsed
19313
19314 \begin_layout Plain Layout
19315 Flotantes
19316 \end_layout
19317
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \begin_layout Section
19324 Introducción
19325 \begin_inset CommandInset label
19326 LatexCommand label
19327 name "sec:Introducción-Flotantes"
19328
19329 \end_inset
19330
19331
19332 \begin_inset Index idx
19333 status collapsed
19334
19335 \begin_layout Plain Layout
19336 Flotantes ! Introducción
19337 \end_layout
19338
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \begin_layout Standard
19345 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19346  no tiene posición fija.
19347  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19348  Las 
19349 \family sans
19350 Notas
19351 \begin_inset space ~
19352 \end_inset
19353
19354 al
19355 \begin_inset space ~
19356 \end_inset
19357
19358 pie
19359 \family default
19360  y 
19361 \family sans
19362 Notas
19363 \begin_inset space ~
19364 \end_inset
19365
19366 al
19367 \begin_inset space ~
19368 \end_inset
19369
19370 margen
19371 \family default
19372  también son flotantes, porque pueden flotar a la página siguiente cuando
19373  hay demasiadas notas en la página.
19374 \end_layout
19375
19376 \begin_layout Standard
19377 Los flotantes permiten composiciones de alta calidad.
19378  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19379  impedir espacios en blanco y páginas sin texto.
19380  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19381  cada flotante puede ser referenciado en el texto.
19382  Por lo tanto los flotantes están numerados.
19383  Las referencias se describen en la sección
19384 \begin_inset space ~
19385 \end_inset
19386
19387
19388 \begin_inset CommandInset ref
19389 LatexCommand ref
19390 reference "sec:Referencias-a-Flotantes"
19391
19392 \end_inset
19393
19394 .
19395 \end_layout
19396
19397 \begin_layout Standard
19398 Para insertar un flotante, usa el menú 
19399 \family sans
19400 Insertar\SpecialChar \menuseparator
19401 Flotante
19402 \family default
19403 .
19404  Esto inserta una 
19405 \family sans
19406 Leyenda,
19407 \family default
19408  un cuadro con una etiqueta.
19409  La etiqueta se traducirá automáticamente al idioma del documento.
19410  Tras la etiqueta puedes insertar el texto de la leyenda.
19411  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19412  separado dentro del flotante.
19413  La colocación de leyendas se describe en la sección
19414 \begin_inset space ~
19415 \end_inset
19416
19417
19418 \begin_inset CommandInset ref
19419 LatexCommand ref
19420 reference "sec:Colocación-de-leyendas"
19421
19422 \end_inset
19423
19424 .
19425  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19426  con clic izquierdo sobre él.
19427  Un cuadro cerrado se muestra así: 
19428 \begin_inset Graphics
19429         filename clipart/flotanteQt4.png
19430         scale 70
19431
19432 \end_inset
19433
19434  —un cuadro gris con etiqueta en rojo—.
19435 \end_layout
19436
19437 \begin_layout Standard
19438 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19439  errores de LaTeX si el texto circundante se formatea de modo especial.
19440 \end_layout
19441
19442 \begin_layout Standard
19443 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19444  y pinchando el botón correspondiente de la barra de herramientas para un
19445  flotante nuevo.
19446 \end_layout
19447
19448 \begin_layout Section
19449 Tipos de flotantes
19450 \end_layout
19451
19452 \begin_layout Standard
19453 Además de los flotantes de imagen y de tabla que se describen en la sección
19454 \begin_inset space ~
19455 \end_inset
19456
19457
19458 \begin_inset CommandInset ref
19459 LatexCommand ref
19460 reference "sec:Figuras-Flotantes"
19461
19462 \end_inset
19463
19464  y 
19465 \begin_inset CommandInset ref
19466 LatexCommand ref
19467 reference "sec:Tablas-Flotantes"
19468
19469 \end_inset
19470
19471 , respectivamente, LyX ofrece los tipos 
19472 \series bold
19473 Algoritmo
19474 \series default
19475  y 
19476 \series bold
19477 Envoltorio
19478 \series default
19479 .
19480 \end_layout
19481
19482 \begin_layout Subsection
19483 Algoritmos flotantes
19484 \begin_inset Index idx
19485 status collapsed
19486
19487 \begin_layout Plain Layout
19488 Flotantes ! Algoritmos
19489 \end_layout
19490
19491 \end_inset
19492
19493
19494 \begin_inset CommandInset label
19495 LatexCommand label
19496 name "sub:Algoritmos-Flotantes"
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \begin_layout Standard
19504 \begin_inset Float algorithm
19505 placement h
19506 wide false
19507 sideways false
19508 status open
19509
19510 \begin_layout Plain Layout
19511 \begin_inset Caption
19512
19513 \begin_layout Plain Layout
19514 \begin_inset CommandInset label
19515 LatexCommand label
19516 name "alg:Ejemplo-de-Algoritmo-flotante"
19517
19518 \end_inset
19519
19520 Ejemplo de algoritmo flotante
19521 \end_layout
19522
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \begin_layout LyX-Code
19529 for I in 1..N loop
19530 \begin_inset Newline newline
19531 \end_inset
19532
19533  Sum:= Sum + A(I); /*comment*/
19534 \begin_inset Newline newline
19535 \end_inset
19536
19537 end loop
19538 \begin_inset VSpace -4mm
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \end_inset
19545
19546
19547 \end_layout
19548
19549 \begin_layout Standard
19550 Este tipo de flotante se inserta con el menú 
19551 \family sans
19552 Insertar\SpecialChar \menuseparator
19553 Flotante\SpecialChar \menuseparator
19554 Algoritmo
19555 \family default
19556 .
19557  Se usa para códigos y descripciones de algoritmos y se puede considerar
19558  una alternativa al listado de código de programa, que se explica en el
19559  capítulo
19560 \begin_inset space ~
19561 \end_inset
19562
19563
19564 \begin_inset CommandInset ref
19565 LatexCommand ref
19566 reference "cap:Listado-de-programa"
19567
19568 \end_inset
19569
19570 .
19571  Un posible entorno para algoritmos es 
19572 \family sans
19573 Código-LyX
19574 \family default
19575 , descrito en la 
19576 \emph on
19577 Guía del usuario
19578 \emph default
19579  de LyX.
19580  El algoritmo
19581 \begin_inset space ~
19582 \end_inset
19583
19584
19585 \begin_inset CommandInset ref
19586 LatexCommand ref
19587 reference "alg:Ejemplo-de-Algoritmo-flotante"
19588
19589 \end_inset
19590
19591  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19592  vertical de -4
19593 \begin_inset space \thinspace{}
19594 \end_inset
19595
19596 mm al final para tener la línea inferior exactamente bajo la última línea
19597  de texto.
19598 \end_layout
19599
19600 \begin_layout Standard
19601 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19602  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19603 \end_layout
19604
19605 \begin_layout Standard
19606
19607 \series bold
19608
19609 \backslash
19610 floatname{algorithm}{nombre}
19611 \end_layout
19612
19613 \begin_layout Standard
19614 donde 
19615 \family sans
19616 nombre
19617 \family default
19618  es la palabra «
19619 \emph on
19620 algoritmo
19621 \emph default
19622 » en el idioma deseado.
19623 \end_layout
19624
19625 \begin_layout Standard
19626 Para insertar el índice de algoritmos puedes usar el menú 
19627 \family sans
19628 Insertar\SpecialChar \menuseparator
19629 Lista
19630 \begin_inset space \thinspace{}
19631 \end_inset
19632
19633 /
19634 \begin_inset space \thinspace{}
19635 \end_inset
19636
19637 Índice\SpecialChar \menuseparator
19638 Índice de algoritmos
19639 \family default
19640 , si el documento está en el mismo idioma que los menús de LyX.
19641  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19642 \end_layout
19643
19644 \begin_layout Standard
19645
19646 \series bold
19647
19648 \backslash
19649 listof{algorithm}{nombre}
19650 \end_layout
19651
19652 \begin_layout Standard
19653 donde 
19654 \family sans
19655 nombre
19656 \family default
19657  es «
19658 \emph on
19659 Lista de algoritmos
19660 \emph default
19661 » en el idioma del documento.
19662 \end_layout
19663
19664 \begin_layout Standard
19665 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19666  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19667 tmo».
19668  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19669  documento:
19670 \end_layout
19671
19672 \begin_layout Standard
19673
19674 \series bold
19675
19676 \backslash
19677 numberwithin{algorithm}{chapter}
19678 \end_layout
19679
19680 \begin_layout Standard
19681 Para poder usar el comando 
19682 \series bold
19683
19684 \backslash
19685 numberwithin
19686 \series default
19687 , marca la opción 
19688 \family sans
19689 Usar
19690 \begin_inset space ~
19691 \end_inset
19692
19693 el
19694 \begin_inset space ~
19695 \end_inset
19696
19697 paquete
19698 \begin_inset space ~
19699 \end_inset
19700
19701 AMS
19702 \family default
19703  en el menú 
19704 \family sans
19705 Documento\SpecialChar \menuseparator
19706 Configuración\SpecialChar \menuseparator
19707 Opciones para ecuaciones
19708 \family default
19709 .
19710 \end_layout
19711
19712 \begin_layout Subsection
19713 Flotantes envueltos
19714 \begin_inset Index idx
19715 status collapsed
19716
19717 \begin_layout Plain Layout
19718 Flotantes ! Envoltorio
19719 \end_layout
19720
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \begin_layout Standard
19727 \begin_inset Wrap figure
19728 lines 0
19729 placement l
19730 overhang 1cm
19731 width "40col%"
19732 status open
19733
19734 \begin_layout Plain Layout
19735 \begin_inset Graphics
19736         filename ../clipart/mobius.eps
19737         width 40col%
19738         rotateOrigin center
19739
19740 \end_inset
19741
19742
19743 \end_layout
19744
19745 \begin_layout Plain Layout
19746 \begin_inset Caption
19747
19748 \begin_layout Plain Layout
19749 \begin_inset CommandInset label
19750 LatexCommand label
19751 name "fig:Envoltorio-de-figura"
19752
19753 \end_inset
19754
19755 Figura envuelta en el texto
19756 \end_layout
19757
19758 \end_inset
19759
19760
19761 \end_layout
19762
19763 \end_inset
19764
19765  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19766  de modo que ocupe sólo una parte del ancho de columna.
19767  Se inserta con el menú 
19768 \family sans
19769 Insertar\SpecialChar \menuseparator
19770 Flotante\SpecialChar \menuseparator
19771 Figura
19772 \begin_inset space ~
19773 \end_inset
19774
19775 envuelta
19776 \family default
19777
19778 \begin_inset space \thinspace{}
19779 \end_inset
19780
19781 /
19782 \begin_inset space \thinspace{}
19783 \end_inset
19784
19785
19786 \family sans
19787 Tabla
19788 \begin_inset space ~
19789 \end_inset
19790
19791 envuelta
19792 \family default
19793  si está instalado el paquete LaTeX 
19794 \series bold
19795 wrapfig
19796 \series default
19797
19798 \begin_inset Index idx
19799 status collapsed
19800
19801 \begin_layout Plain Layout
19802 LaTeX-paquetes ! wrapfig
19803 \begin_inset ERT
19804 status collapsed
19805
19806 \begin_layout Plain Layout
19807
19808
19809 \backslash
19810 vspace{4mm}
19811 \end_layout
19812
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \end_inset
19819
19820 .
19821 \begin_inset Foot
19822 status collapsed
19823
19824 \begin_layout Plain Layout
19825 La instalación de paquetes LaTeX se explica en el manual 
19826 \emph on
19827 Configuración de LaTeX
19828 \emph default
19829 .
19830 \end_layout
19831
19832 \end_inset
19833
19834  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19835  con clic derecho sobre el cuadro del flotante.
19836  Son obligatorias la 
19837 \family sans
19838 Ubicación
19839 \family default
19840  y la 
19841 \family sans
19842 Anchura
19843 \family default
19844 .
19845  Son opcionales 
19846 \family sans
19847 Extensión al margen
19848 \family default
19849 , que especifica la anchura de invasión del margen, y 
19850 \family sans
19851 Extender
19852 \begin_inset space ~
19853 \end_inset
19854
19855 a
19856 \begin_inset space ~
19857 \end_inset
19858
19859 líneas
19860 \family default
19861 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19862  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19863  opción sólo si encuentras problemas en la colocación del flotante.
19864  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19865  del párrafo o en los párrafos adyacentes.
19866  La figura
19867 \begin_inset space ~
19868 \end_inset
19869
19870
19871 \begin_inset CommandInset ref
19872 LatexCommand ref
19873 reference "fig:Envoltorio-de-figura"
19874
19875 \end_inset
19876
19877  es un ejemplo de envoltorio con una anchura de columna del 40
19878 \begin_inset space \thinspace{}
19879 \end_inset
19880
19881 %, ubicado a la izquierda y 1
19882 \begin_inset space \thinspace{}
19883 \end_inset
19884
19885 cm de invasión de margen.
19886 \begin_inset Foot
19887 status collapsed
19888
19889 \begin_layout Plain Layout
19890 Consulta las unidades disponibles en el apéndice
19891 \begin_inset space ~
19892 \end_inset
19893
19894
19895 \begin_inset CommandInset ref
19896 LatexCommand ref
19897 reference "cap:Unidades-disponibles-en"
19898
19899 \end_inset
19900
19901 .
19902 \end_layout
19903
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \begin_layout Standard
19910 \begin_inset Note Greyedout
19911 status open
19912
19913 \begin_layout Plain Layout
19914
19915 \series bold
19916 Nota:
19917 \series default
19918  ¡Los flotantes envueltos son frágiles! P.
19919 \begin_inset space \thinspace{}
19920 \end_inset
19921
19922 e.
19923 \begin_inset space ~
19924 \end_inset
19925
19926 si una figura está demasiado cerca de la parte inferior de la página se
19927  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19928  o situarse junto a otro texto.
19929 \end_layout
19930
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \begin_layout Standard
19937 En general:
19938 \end_layout
19939
19940 \begin_layout Itemize
19941 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19942  salto de página.
19943  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19944  esté casi listo y puedas prever los saltos de página.
19945 \end_layout
19946
19947 \begin_layout Itemize
19948 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19949  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19950 \end_layout
19951
19952 \begin_layout Itemize
19953 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19954  que procura que haya un párrafo de texto entre ellos.
19955 \end_layout
19956
19957 \begin_layout Itemize
19958 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19959 \end_layout
19960
19961 \begin_layout Section
19962 Numeración de flotantes
19963 \begin_inset Index idx
19964 status collapsed
19965
19966 \begin_layout Plain Layout
19967 Flotantes ! Numeración
19968 \end_layout
19969
19970 \end_inset
19971
19972
19973 \end_layout
19974
19975 \begin_layout Standard
19976 En general, los flotantes se numeran independientemente de las secciones
19977  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19978  dependiendo de la clase de documento utilizada.
19979 \end_layout
19980
19981 \begin_layout Standard
19982 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19983  comando en el preámbulo del documento:
19984 \end_layout
19985
19986 \begin_layout Standard
19987
19988 \series bold
19989
19990 \backslash
19991 renewcommand{
19992 \backslash
19993 thetable}{
19994 \backslash
19995 roman{table}}
19996 \end_layout
19997
19998 \begin_layout Standard
19999
20000 \series bold
20001
20002 \backslash
20003 thetable 
20004 \series default
20005 es el comando que imprime el número de la tabla, para figuras flotantes
20006  el comando sería 
20007 \series bold
20008
20009 \backslash
20010 thefigure
20011 \series default
20012 .
20013  El comando 
20014 \series bold
20015
20016 \backslash
20017 roman
20018 \series default
20019  imprime el número de tabla en números romanos en minúscula.
20020 \end_layout
20021
20022 \begin_layout Standard
20023 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
20024  usa este comando en el preámbulo:
20025 \end_layout
20026
20027 \begin_layout Standard
20028
20029 \series bold
20030
20031 \backslash
20032 numberwithin{table}{subsection}
20033 \end_layout
20034
20035 \begin_layout Standard
20036 Para poder usar el comando 
20037 \series bold
20038
20039 \backslash
20040 numberwithin
20041 \series default
20042 , debes marcar la opción 
20043 \family sans
20044 Usar
20045 \begin_inset space ~
20046 \end_inset
20047
20048 el
20049 \begin_inset space ~
20050 \end_inset
20051
20052 paquete
20053 \begin_inset space ~
20054 \end_inset
20055
20056 AMS 
20057 \family default
20058 en el apartado 
20059 \family sans
20060 Opciones para ecuaciones 
20061 \family default
20062 de las preferencias del documento.
20063 \end_layout
20064
20065 \begin_layout Standard
20066 Puedes ver más detalles y notas importantes sobre comandos de numeración
20067  en la sección
20068 \begin_inset space ~
20069 \end_inset
20070
20071
20072 \begin_inset CommandInset ref
20073 LatexCommand ref
20074 reference "sub:Numeración-de-Notas-al-Pie"
20075
20076 \end_inset
20077
20078 .
20079 \end_layout
20080
20081 \begin_layout Section
20082 Referencias a flotantes
20083 \begin_inset CommandInset label
20084 LatexCommand label
20085 name "sec:Referencias-a-Flotantes"
20086
20087 \end_inset
20088
20089
20090 \begin_inset Index idx
20091 status collapsed
20092
20093 \begin_layout Plain Layout
20094 Flotantes ! Referencias
20095 \end_layout
20096
20097 \end_inset
20098
20099
20100 \begin_inset Index idx
20101 status collapsed
20102
20103 \begin_layout Plain Layout
20104 Referencias
20105 \end_layout
20106
20107 \end_inset
20108
20109
20110 \end_layout
20111
20112 \begin_layout Standard
20113 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20114  menú 
20115 \family sans
20116 Insertar\SpecialChar \menuseparator
20117 Etiqueta
20118 \family default
20119  o el botón 
20120 \begin_inset Graphics
20121         filename ../../images/label-insert.png
20122         scale 85
20123
20124 \end_inset
20125
20126 .
20127  Aparece una ventana esperando la introducción del texto de la etiqueta
20128  y se inserta un cuadro gris como este: 
20129 \begin_inset Graphics
20130         filename clipart/etiquetaQt4.png
20131         scale 85
20132
20133 \end_inset
20134
20135 .
20136  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20137  El prefijo depende del tipo de flotante, p.
20138 \begin_inset space \thinspace{}
20139 \end_inset
20140
20141 e.
20142 \begin_inset space ~
20143 \end_inset
20144
20145 para figuras el prefijo será «
20146 \family sans
20147 fig:
20148 \family default
20149 ».
20150 \end_layout
20151
20152 \begin_layout Standard
20153 La etiqueta se usa como ancla y el nombre para la referencia.
20154  Puedes referenciar la etiqueta usando el menú 
20155 \family sans
20156 Insertar\SpecialChar \menuseparator
20157 Referencia
20158 \family default
20159
20160 \begin_inset space ~
20161 \end_inset
20162
20163
20164 \family sans
20165 cruzada
20166 \family default
20167  o el botón 
20168 \begin_inset Graphics
20169         filename ../../images/dialog-show-new-inset_ref.png
20170         scale 85
20171
20172 \end_inset
20173
20174 .
20175  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20176  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20177  trabajando de la lista desplegable de la parte superior del diálogo.
20178  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20179  Se inserta un cuadro gris como este: 
20180 \begin_inset Graphics
20181         filename clipart/referenciaQt4.png
20182         scale 85
20183
20184 \end_inset
20185
20186 .
20187  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20188 \end_layout
20189
20190 \begin_layout Standard
20191 Se recomienda poner un espacio protegido entre el nombre de la referencia
20192  cruzada y su número para evitar saltos de línea entre ellos.
20193  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20194  dos interrogaciones en la salida.
20195 \end_layout
20196
20197 \begin_layout Standard
20198 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20199  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20200  al texto de la etiqueta nueva, no te preocupes por eso.
20201 \end_layout
20202
20203 \begin_layout Standard
20204 El botón 
20205 \family sans
20206 Ir
20207 \begin_inset space ~
20208 \end_inset
20209
20210 a
20211 \begin_inset space ~
20212 \end_inset
20213
20214 la
20215 \begin_inset space ~
20216 \end_inset
20217
20218 etiqueta
20219 \family default
20220  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20221  y el texto del botón cambia a 
20222 \family sans
20223 Volver
20224 \family default
20225 , con el que se puede retornar a la referencia.
20226  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20227  hasta la etiqueta pero sin opción de volver.
20228 \end_layout
20229
20230 \begin_layout Subsection
20231 Formatos de referencia cruzada
20232 \begin_inset CommandInset label
20233 LatexCommand label
20234 name "sub:Formatos-referencia-cruzada"
20235
20236 \end_inset
20237
20238
20239 \begin_inset Index idx
20240 status collapsed
20241
20242 \begin_layout Plain Layout
20243 Referencias ! Formatos
20244 \end_layout
20245
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \begin_layout Standard
20252 Hay seis variedades de referencias cruzadas:
20253 \end_layout
20254
20255 \begin_layout Description
20256 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20257  
20258 \begin_inset CommandInset ref
20259 LatexCommand ref
20260 reference "fig:Dos-imágenes-distorsionadas"
20261
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \begin_layout Description
20268 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20269  habitual para referirse a fórmulas, especialmente si se omite el nombre
20270  «Ecuación»: 
20271 \begin_inset CommandInset ref
20272 LatexCommand eqref
20273 reference "eq:Wgn"
20274
20275 \end_inset
20276
20277
20278 \end_layout
20279
20280 \begin_layout Description
20281 <página>: imprime el número de página: Página
20282 \begin_inset space ~
20283 \end_inset
20284
20285
20286 \begin_inset CommandInset ref
20287 LatexCommand pageref
20288 reference "fig:Dos-imágenes-distorsionadas"
20289
20290 \end_inset
20291
20292
20293 \end_layout
20294
20295 \begin_layout Description
20296 en
20297 \begin_inset space ~
20298 \end_inset
20299
20300 página
20301 \begin_inset space ~
20302 \end_inset
20303
20304 <página>: imprime el texto «en la página» y el número de página: 
20305 \begin_inset CommandInset ref
20306 LatexCommand vpageref
20307 reference "fig:Dos-imágenes-distorsionadas"
20308
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \begin_layout Description
20315 <referencia>
20316 \begin_inset space ~
20317 \end_inset
20318
20319 en
20320 \begin_inset space ~
20321 \end_inset
20322
20323 página
20324 \begin_inset space ~
20325 \end_inset
20326
20327 <página>: imprime el número flotante, el texto «en la página» y el número
20328  de página: 
20329 \begin_inset CommandInset ref
20330 LatexCommand vref
20331 reference "fig:Dos-imágenes-distorsionadas"
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \begin_layout Description
20339 Referencia
20340 \begin_inset space ~
20341 \end_inset
20342
20343 con
20344 \begin_inset space ~
20345 \end_inset
20346
20347 formato: imprime un formato personalizado.
20348 \begin_inset Newline newline
20349 \end_inset
20350
20351
20352 \begin_inset Note Greyedout
20353 status open
20354
20355 \begin_layout Plain Layout
20356
20357 \series bold
20358 Nota:
20359 \series default
20360  Esta característica sólo está disponible si está instalado el paquete LaTeX
20361  
20362 \series bold
20363 prettyref
20364 \series default
20365  o 
20366 \series bold
20367 refstyle
20368 \series default
20369 .
20370 \begin_inset Index idx
20371 status collapsed
20372
20373 \begin_layout Plain Layout
20374 LaTeX-paquetes ! prettyref
20375 \end_layout
20376
20377 \end_inset
20378
20379
20380 \begin_inset Index idx
20381 status collapsed
20382
20383 \begin_layout Plain Layout
20384 LaTeX-paquetes ! refstyle
20385 \end_layout
20386
20387 \end_inset
20388
20389
20390 \end_layout
20391
20392 \end_inset
20393
20394
20395 \begin_inset Newline newline
20396 \end_inset
20397
20398
20399 \lang english
20400 You can select which LaTeX-package should be used for this feature by setting
20401  the option 
20402 \family sans
20403 Use refstyle (not prettyref) for cross-references
20404 \family default
20405  in the menu 
20406 \family sans
20407 Document\SpecialChar \menuseparator
20408 Settings\SpecialChar \menuseparator
20409 Document Class
20410 \family default
20411 .
20412  The format is specified by adding the command 
20413 \series bold
20414
20415 \backslash
20416 newrefformat
20417 \series default
20418  (prettyref) or 
20419 \series bold
20420
20421 \backslash
20422 newref
20423 \series default
20424  (refstyle) to the preamble of the document.
20425  For example redefining all references to figures (which have the label
20426  shortcut
20427 \lang spanish
20428  
20429 \begin_inset Quotes fld
20430 \end_inset
20431
20432
20433 \family sans
20434 fig
20435 \family default
20436
20437 \begin_inset Quotes frd
20438 \end_inset
20439
20440
20441 \lang english
20442 can be done with this command
20443 \lang spanish
20444
20445 \begin_inset Newline newline
20446 \end_inset
20447
20448
20449 \series bold
20450
20451 \backslash
20452 newref{fig}{refcmd={
20453 \lang english
20454 Image on page
20455 \lang spanish
20456  
20457 \backslash
20458 pageref{#1}}}
20459 \series default
20460
20461 \begin_inset Newline newline
20462 \end_inset
20463
20464
20465 \lang english
20466 For more information about the format, have a look at the package documentations
20467 \lang spanish
20468
20469 \begin_inset CommandInset citation
20470 LatexCommand cite
20471 key "prettyref,refstyle"
20472
20473 \end_inset
20474
20475 .
20476 \end_layout
20477
20478 \begin_layout Description
20479
20480 \lang english
20481 Textual
20482 \begin_inset space ~
20483 \end_inset
20484
20485 reference: prints the caption of the reference
20486 \lang spanish
20487
20488 \begin_inset CommandInset ref
20489 LatexCommand nameref
20490 reference "fig:Dos-imágenes-distorsionadas"
20491
20492 \end_inset
20493
20494
20495 \end_layout
20496
20497 \begin_layout Standard
20498
20499 \family sans
20500 <página>
20501 \family default
20502
20503 \begin_inset space \thinspace{}
20504 \end_inset
20505
20506  no imprime el número si la etiqueta está en la misma página, en la anterior
20507  o en la siguiente.
20508  En su lugar verás p.
20509 \begin_inset space \thinspace{}
20510 \end_inset
20511
20512 e.
20513 \begin_inset space ~
20514 \end_inset
20515
20516 el texto «
20517 \family sans
20518 en esta página
20519 \family default
20520 ».
20521  El estilo 
20522 \family sans
20523 <referencia>
20524 \begin_inset space ~
20525 \end_inset
20526
20527 en
20528 \begin_inset space ~
20529 \end_inset
20530
20531 página
20532 \begin_inset space ~
20533 \end_inset
20534
20535 <página> 
20536 \family default
20537 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20538 \end_layout
20539
20540 \begin_layout Standard
20541 El número y página actual de la parte del documento referida es automáticamente
20542  calculado por LaTeX en la salida.
20543  Las variedades se ajustan en el campo 
20544 \family sans
20545 Formato
20546 \family default
20547  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20548 \end_layout
20549
20550 \begin_layout Standard
20551 \begin_inset Note Greyedout
20552 status open
20553
20554 \begin_layout Plain Layout
20555
20556 \series bold
20557 Nota:
20558 \series default
20559  
20560 \lang english
20561 It is recommended to use
20562 \lang spanish
20563  el paquete LaTeX 
20564 \series bold
20565 refstyle
20566 \series default
20567
20568 \begin_inset Index idx
20569 status collapsed
20570
20571 \begin_layout Plain Layout
20572 LaTeX-paquetes ! refstyle
20573 \end_layout
20574
20575 \end_inset
20576
20577  
20578 \lang english
20579 because
20580 \lang spanish
20581  
20582 \series bold
20583 prettyref
20584 \series default
20585
20586 \begin_inset Index idx
20587 status collapsed
20588
20589 \begin_layout Plain Layout
20590 LaTeX-paquetes ! prettyref
20591 \end_layout
20592
20593 \end_inset
20594
20595  no reconoce todas las abreviaturas de etiquetas
20596 \begin_inset Foot
20597 status collapsed
20598
20599 \begin_layout Plain Layout
20600 \begin_inset Quotes fld
20601 \end_inset
20602
20603 fig:
20604 \begin_inset Quotes frd
20605 \end_inset
20606
20607 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20608  figuras.
20609 \end_layout
20610
20611 \end_inset
20612
20613  posibles en LyX y no está internacionalizado.
20614 \end_layout
20615
20616 \end_inset
20617
20618
20619 \end_layout
20620
20621 \begin_layout Subsection
20622 Designación automática de referencias
20623 \begin_inset Index idx
20624 status collapsed
20625
20626 \begin_layout Plain Layout
20627 Referencias ! Designación automática
20628 \end_layout
20629
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \begin_layout Standard
20636 El paquete LaTeX 
20637 \series bold
20638 hyperref
20639 \series default
20640
20641 \begin_inset Index idx
20642 status collapsed
20643
20644 \begin_layout Plain Layout
20645 LaTeX-paquetes ! hyperref
20646 \end_layout
20647
20648 \end_inset
20649
20650 , que se habilita en 
20651 \family sans
20652 Propiedades PDF
20653 \family default
20654  del diálogo 
20655 \family sans
20656 Documento\SpecialChar \menuseparator
20657 Configuración
20658 \family default
20659 , dispone de una característica muy útil que permite incluir automáticamente
20660  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20661  de texto como 
20662 \emph on
20663 sección
20664 \emph default
20665 ).
20666  Así, p.
20667 \begin_inset space \thinspace{}
20668 \end_inset
20669
20670 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20671  a una figura.
20672  Para usar esta característica habilita el soporte para 
20673 \series bold
20674 hyperref
20675 \series default
20676  e inserta la siguiente línea en el preámbulo LaTeX:
20677 \end_layout
20678
20679 \begin_layout Standard
20680
20681 \series bold
20682
20683 \backslash
20684 AtBeginDocument{
20685 \backslash
20686 renewcommand{
20687 \backslash
20688 ref}[1]{
20689 \backslash
20690 mbox{
20691 \backslash
20692 autoref{#1}}}}
20693 \end_layout
20694
20695 \begin_layout Standard
20696 Si prefieres otros nombres para las referencias distintos de los predeterminados
20697 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20698  lo siguiente en el preámbulo:
20699 \end_layout
20700
20701 \begin_layout Standard
20702
20703 \series bold
20704
20705 \backslash
20706 addto
20707 \backslash
20708 extrasenglish{
20709 \backslash
20710 renewcommand{
20711 \backslash
20712 sectionautorefname}
20713 \begin_inset Newline newline
20714 \end_inset
20715
20716
20717 \begin_inset Phantom HPhantom
20718 status open
20719
20720 \begin_layout Plain Layout
20721
20722 \series bold
20723 \begin_inset space ~
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \end_inset
20730
20731 {sec.
20732 \backslash
20733 negthinspace}}
20734 \end_layout
20735
20736 \begin_layout Standard
20737 Si estás usando un idioma de documento distinto del inglés, reemplaza
20738 \begin_inset Newline newline
20739 \end_inset
20740
20741  
20742 \series bold
20743
20744 \backslash
20745 extrasenglish
20746 \series default
20747  por
20748 \series bold
20749  
20750 \backslash
20751 extras***
20752 \series default
20753 , donde *** es el nombre del idioma utilizado.
20754 \end_layout
20755
20756 \begin_layout Standard
20757 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20758  por ejemplo no para ecuaciones, usa este código de preámbulo:
20759 \end_layout
20760
20761 \begin_layout Standard
20762
20763 \series bold
20764
20765 \backslash
20766 newlength{
20767 \backslash
20768 abc}
20769 \begin_inset Newline newline
20770 \end_inset
20771
20772
20773 \backslash
20774 settowidth{
20775 \backslash
20776 abc}{
20777 \backslash
20778 space}
20779 \begin_inset Newline newline
20780 \end_inset
20781
20782
20783 \backslash
20784 addto
20785 \backslash
20786 extrasenglish{
20787 \backslash
20788 renewcommand{
20789 \backslash
20790 equationautorefname}
20791 \begin_inset Newline newline
20792 \end_inset
20793
20794
20795 \begin_inset Phantom HPhantom
20796 status open
20797
20798 \begin_layout Plain Layout
20799
20800 \series bold
20801 \begin_inset space ~
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808
20809 {
20810 \backslash
20811 hspace{-
20812 \backslash
20813 abc}}
20814 \end_layout
20815
20816 \begin_layout Standard
20817 En la documentación de 
20818 \series bold
20819 hyperref
20820 \series default
20821  
20822 \begin_inset CommandInset citation
20823 LatexCommand cite
20824 key "hyperref"
20825
20826 \end_inset
20827
20828  puedes encontrar más información.
20829
20830 \series bold
20831  
20832 \end_layout
20833
20834 \begin_layout Standard
20835 \begin_inset Note Greyedout
20836 status open
20837
20838 \begin_layout Plain Layout
20839
20840 \series bold
20841 Nota:
20842 \series default
20843  La designación automática de referencias no puede usarse en el estilo 
20844 \family sans
20845 Referencia
20846 \begin_inset space ~
20847 \end_inset
20848
20849 con
20850 \begin_inset space ~
20851 \end_inset
20852
20853 formato
20854 \family default
20855 , descrita en la sección
20856 \begin_inset space ~
20857 \end_inset
20858
20859
20860 \begin_inset CommandInset ref
20861 LatexCommand ref
20862 reference "sub:Formatos-referencia-cruzada"
20863
20864 \end_inset
20865
20866 .
20867 \end_layout
20868
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \begin_layout Standard
20875 El manual 
20876 \emph on
20877 Ecuaciones
20878 \emph default
20879  es un ejemplo de documento en el que se ha utilizado designación automática
20880  de referencias.
20881 \end_layout
20882
20883 \begin_layout Subsection
20884 Colocación de referencias
20885 \begin_inset CommandInset label
20886 LatexCommand label
20887 name "sub:Colocación-de-Referencias"
20888
20889 \end_inset
20890
20891
20892 \begin_inset Index idx
20893 status collapsed
20894
20895 \begin_layout Plain Layout
20896 Referencias ! Colocación
20897 \end_layout
20898
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \begin_layout Standard
20905 Si usas 
20906 \series bold
20907 hyperref
20908 \series default
20909
20910 \begin_inset Index idx
20911 status collapsed
20912
20913 \begin_layout Plain Layout
20914 LaTeX-paquetes ! hyperref
20915 \end_layout
20916
20917 \end_inset
20918
20919 , en las 
20920 \family sans
20921 Preferencias PDF 
20922 \family default
20923 del diálogo 
20924 \family sans
20925 Documento\SpecialChar \menuseparator
20926 Configuración
20927 \family default
20928 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20929  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20930  La leyenda será la primera parte del texto en pantalla, de forma que para
20931  ver la imagen debes deslizar.
20932  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20933  Usando el paquete 
20934 \series bold
20935 hypcap
20936 \series default
20937
20938 \begin_inset Index idx
20939 status collapsed
20940
20941 \begin_layout Plain Layout
20942 LaTeX-paquetes ! hypcap
20943 \end_layout
20944
20945 \end_inset
20946
20947 , que forma parte del paquete LaTeX 
20948 \series bold
20949 oberdiek
20950 \series default
20951
20952 \begin_inset Index idx
20953 status collapsed
20954
20955 \begin_layout Plain Layout
20956 LaTeX-paquetes ! oberdiek
20957 \end_layout
20958
20959 \end_inset
20960
20961 , el ancla de enlace se sitúa al comienzo de un flotante.
20962  Para usar esta característica para figuras flotantes carga 
20963 \series bold
20964 hypcap
20965 \series default
20966  en el preámbulo con
20967 \end_layout
20968
20969 \begin_layout Standard
20970
20971 \series bold
20972
20973 \backslash
20974 usepackage[figure]{hypcap}
20975 \end_layout
20976
20977 \begin_layout Standard
20978 Puedes usar 
20979 \series bold
20980 hypcap
20981 \series default
20982  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20983  Más información en el manual de 
20984 \series bold
20985 hypcap
20986 \series default
20987  
20988 \begin_inset CommandInset citation
20989 LatexCommand cite
20990 key "hypcap"
20991
20992 \end_inset
20993
20994 .
20995 \end_layout
20996
20997 \begin_layout Standard
20998 \begin_inset Note Greyedout
20999 status open
21000
21001 \begin_layout Plain Layout
21002
21003 \series bold
21004 Nota:
21005 \series default
21006  
21007 \series bold
21008 hypcap
21009 \series default
21010  no funciona para las referencias a subfiguras.
21011 \end_layout
21012
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \begin_layout Section
21019 Colocación de flotantes
21020 \begin_inset CommandInset label
21021 LatexCommand label
21022 name "sec:Colocación-de-Flotantes"
21023
21024 \end_inset
21025
21026
21027 \begin_inset Index idx
21028 status collapsed
21029
21030 \begin_layout Plain Layout
21031 Flotantes ! Colocación
21032 \end_layout
21033
21034 \end_inset
21035
21036
21037 \end_layout
21038
21039 \begin_layout Standard
21040 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
21041  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
21042  los flotantes.
21043 \begin_inset Newline newline
21044 \end_inset
21045
21046 La opción 
21047 \family sans
21048 Extender
21049 \begin_inset space ~
21050 \end_inset
21051
21052 columnas
21053 \family default
21054  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
21055  abarcará ambas columnas en lugar de una sola.
21056 \begin_inset Newline newline
21057 \end_inset
21058
21059 La opción 
21060 \family sans
21061 Girar
21062 \begin_inset space ~
21063 \end_inset
21064
21065 a
21066 \begin_inset space ~
21067 \end_inset
21068
21069 un
21070 \begin_inset space ~
21071 \end_inset
21072
21073 lado
21074 \family default
21075  sirve para girar flotantes, véase sección
21076 \begin_inset space ~
21077 \end_inset
21078
21079
21080 \begin_inset CommandInset ref
21081 LatexCommand ref
21082 reference "sec:Rotación-de-Flotantes"
21083
21084 \end_inset
21085
21086 .
21087  
21088 \end_layout
21089
21090 \begin_layout Standard
21091 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
21092  la posición de un flotante si desmarcas la opción 
21093 \family sans
21094 Usar
21095 \begin_inset space ~
21096 \end_inset
21097
21098 ubicación
21099 \begin_inset space ~
21100 \end_inset
21101
21102 predeterminada
21103 \family default
21104 :
21105 \end_layout
21106
21107 \begin_layout Description
21108
21109 \family sans
21110 \series bold
21111 Aquí
21112 \begin_inset space ~
21113 \end_inset
21114
21115 si
21116 \begin_inset space ~
21117 \end_inset
21118
21119 es
21120 \begin_inset space ~
21121 \end_inset
21122
21123 posible
21124 \family default
21125 \series default
21126  intenta situar el flotante en la posición en la que se inserta
21127 \end_layout
21128
21129 \begin_layout Description
21130
21131 \family sans
21132 \series bold
21133 Principio
21134 \begin_inset space ~
21135 \end_inset
21136
21137 de
21138 \begin_inset space ~
21139 \end_inset
21140
21141 página
21142 \family default
21143 \series default
21144  intenta situar el flotante al principio de la página actual
21145 \end_layout
21146
21147 \begin_layout Description
21148
21149 \family sans
21150 \series bold
21151 Fin
21152 \begin_inset space ~
21153 \end_inset
21154
21155 de
21156 \begin_inset space ~
21157 \end_inset
21158
21159 página
21160 \family default
21161 \series default
21162  intenta situar el flotante al final de la página actual
21163 \end_layout
21164
21165 \begin_layout Description
21166
21167 \family sans
21168 \series bold
21169 Página
21170 \begin_inset space ~
21171 \end_inset
21172
21173 de
21174 \begin_inset space ~
21175 \end_inset
21176
21177 flotantes
21178 \family default
21179 \series default
21180  intenta situar el flotante en una página propia 
21181 \end_layout
21182
21183 \begin_layout Standard
21184 LaTeX usa 
21185 \emph on
21186 siempre
21187 \emph default
21188  ese orden de opciones.
21189  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21190  lugar 
21191 \family sans
21192 Aquí
21193 \begin_inset space ~
21194 \end_inset
21195
21196 si
21197 \begin_inset space ~
21198 \end_inset
21199
21200 es
21201 \begin_inset space ~
21202 \end_inset
21203
21204 posible
21205 \family default
21206 , luego 
21207 \family sans
21208 Principio
21209 \begin_inset space ~
21210 \end_inset
21211
21212 de
21213 \begin_inset space ~
21214 \end_inset
21215
21216 página
21217 \family default
21218 , y después las otras.
21219  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21220  pero en dicho orden.
21221  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21222  pero intenta poner el flotante en la página siguiente.
21223 \end_layout
21224
21225 \begin_layout Standard
21226 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21227 \end_layout
21228
21229 \begin_layout Labeling
21230 \labelwidthstring 00.00.0000
21231
21232 \family sans
21233 Principio
21234 \begin_inset space ~
21235 \end_inset
21236
21237 de
21238 \begin_inset space ~
21239 \end_inset
21240
21241 página:
21242 \family default
21243  sólo si el flotante ocupa menos del 70
21244 \begin_inset space \thinspace{}
21245 \end_inset
21246
21247 % de la página puede ubicarse al principio de página (
21248 \series bold
21249
21250 \backslash
21251 topfraction
21252 \series default
21253 )
21254 \end_layout
21255
21256 \begin_layout Labeling
21257 \labelwidthstring 00.00.0000
21258
21259 \family sans
21260 Fin
21261 \begin_inset space ~
21262 \end_inset
21263
21264 de
21265 \begin_inset space ~
21266 \end_inset
21267
21268 página:
21269 \family default
21270  sólo si el flotante ocupa menos del 30
21271 \begin_inset space \thinspace{}
21272 \end_inset
21273
21274 % de la página puede ubicarse al fin de página.
21275  (
21276 \series bold
21277
21278 \backslash
21279 bottomfraction
21280 \series default
21281 )
21282 \end_layout
21283
21284 \begin_layout Labeling
21285 \labelwidthstring 00.00.0000
21286
21287 \family sans
21288 Página
21289 \begin_inset space ~
21290 \end_inset
21291
21292 de
21293 \begin_inset space ~
21294 \end_inset
21295
21296 flotantes:
21297 \family default
21298  sólo si más del 50
21299 \begin_inset space \thinspace{}
21300 \end_inset
21301
21302 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21303  página.
21304  (
21305 \series bold
21306
21307 \backslash
21308 floatpagefraction
21309 \series default
21310 )
21311 \end_layout
21312
21313 \begin_layout Standard
21314 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21315  
21316 \family sans
21317 Ignorar
21318 \begin_inset space ~
21319 \end_inset
21320
21321 reglas
21322 \begin_inset space ~
21323 \end_inset
21324
21325 de
21326 \begin_inset space ~
21327 \end_inset
21328
21329 LaTeX
21330 \family default
21331 .
21332 \begin_inset Newline newline
21333 \end_inset
21334
21335 También puedes redefinir las reglas con los comandos LaTeX que van entre
21336  paréntesis tras la descripción de las reglas anteriores.
21337  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21338  la regla 
21339 \family sans
21340 Fin
21341 \family default
21342
21343 \begin_inset space ~
21344 \end_inset
21345
21346
21347 \family sans
21348 de
21349 \family default
21350
21351 \begin_inset space ~
21352 \end_inset
21353
21354
21355 \family sans
21356 página
21357 \family default
21358  al 50
21359 \begin_inset space \thinspace{}
21360 \end_inset
21361
21362 %, añade esta línea en el preámbulo:
21363 \end_layout
21364
21365 \begin_layout Standard
21366
21367 \series bold
21368
21369 \backslash
21370 renewcommand{
21371 \backslash
21372 bottomfraction}{0.5}
21373 \end_layout
21374
21375 \begin_layout Standard
21376 En determinados casos podrías necesitar ubicar un flotante exactamente en
21377  la posición en la que se inserta.
21378  Para esto puedes usar la opción 
21379 \family sans
21380 Aquí
21381 \begin_inset space ~
21382 \end_inset
21383
21384 definitivamente
21385 \family default
21386 .
21387  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21388  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21389  se podría estropear el diseño de la página.
21390 \end_layout
21391
21392 \begin_layout Standard
21393 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21394  rodeados por texto de un párrafo determinado.
21395 \begin_inset VSpace bigskip
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \begin_layout Standard
21402 A veces surge el problema de que un flotante se sitúa al principio de la
21403  página mientras que su sección correspondiente empieza en mitad de la página,
21404  así que el lector podría creer que el flotante forma parte de la sección
21405  anterior.
21406  Para evitarlo puede emplearse el comando LaTeX 
21407 \series bold
21408
21409 \backslash
21410 suppressfloats
21411 \series default
21412 , que suprime la ubicación de un flotante dado en la página donde se inserta
21413  y además puede servir para evitar que el flotante se coloque antes del
21414  inicio de sección.
21415  Para ello, añade estos comandos al preámbulo:
21416 \end_layout
21417
21418 \begin_layout Standard
21419
21420 \series bold
21421
21422 \backslash
21423 let
21424 \backslash
21425 mySection
21426 \backslash
21427 section
21428 \begin_inset Newline newline
21429 \end_inset
21430
21431
21432 \backslash
21433 renewcommand{
21434 \backslash
21435 section}{
21436 \backslash
21437 suppressfloats[t]
21438 \backslash
21439 mySection}
21440 \end_layout
21441
21442 \begin_layout Standard
21443 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21444  subsecciones.
21445  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21446  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21447 \end_layout
21448
21449 \begin_layout Standard
21450 \begin_inset VSpace bigskip
21451 \end_inset
21452
21453 En ciertos casos se quieren tener todas las figuras/tablas al final del
21454  documento.
21455  Para estos casos está el paquete LaTeX 
21456 \series bold
21457 endfloat
21458 \series default
21459
21460 \begin_inset Index idx
21461 status collapsed
21462
21463 \begin_layout Plain Layout
21464 LaTeX-paquetes ! endfloat
21465 \end_layout
21466
21467 \end_inset
21468
21469 .
21470  Pone todas las figuras y tablas flotantes al final del documento en secciones
21471  propias.
21472  En la posición original del flotante se inserta una indicación como «
21473 \family sans
21474 [Figure
21475 \begin_inset space ~
21476 \end_inset
21477
21478 3.2 about here.]
21479 \family default
21480 ».
21481  El paquete 
21482 \series bold
21483 endfloat
21484 \series default
21485  se carga en el preámbulo con la línea
21486 \end_layout
21487
21488 \begin_layout Standard
21489
21490 \series bold
21491
21492 \backslash
21493 usepackage[options]{endfloat}
21494 \end_layout
21495
21496 \begin_layout Standard
21497 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21498  Para más información véase la documentación 
21499 \begin_inset CommandInset citation
21500 LatexCommand cite
21501 key "endfloat"
21502
21503 \end_inset
21504
21505 .
21506 \begin_inset Newline newline
21507 \end_inset
21508
21509
21510 \begin_inset Note Greyedout
21511 status open
21512
21513 \begin_layout Plain Layout
21514
21515 \series bold
21516 Nota: endfloat
21517 \series default
21518  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21519  véase sección
21520 \begin_inset space ~
21521 \end_inset
21522
21523 4 en 
21524 \begin_inset CommandInset citation
21525 LatexCommand cite
21526 key "endfloat"
21527
21528 \end_inset
21529
21530 .
21531 \end_layout
21532
21533 \end_inset
21534
21535
21536 \begin_inset Newline newline
21537 \end_inset
21538
21539
21540 \begin_inset Note Greyedout
21541 status open
21542
21543 \begin_layout Plain Layout
21544
21545 \series bold
21546 Nota:
21547 \series default
21548  Actualmente hay un error en 
21549 \series bold
21550 endfloat
21551 \series default
21552  cuando la leyenda contiene el carácter alemán «ß».
21553  Usa en ese caso el comando «
21554 \series bold
21555
21556 \backslash
21557 ss
21558 \series default
21559 » en código TeX en vez de «ß».
21560 \end_layout
21561
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \begin_layout Standard
21568 \begin_inset VSpace bigskip
21569 \end_inset
21570
21571 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21572 \begin_inset CommandInset citation
21573 LatexCommand cite
21574 key "latexcompanion,latexguide,latexbook"
21575
21576 \end_inset
21577
21578 .
21579 \end_layout
21580
21581 \begin_layout Section
21582 Rotación de flotantes
21583 \begin_inset CommandInset label
21584 LatexCommand label
21585 name "sec:Rotación-de-Flotantes"
21586
21587 \end_inset
21588
21589
21590 \begin_inset Index idx
21591 status collapsed
21592
21593 \begin_layout Plain Layout
21594 Flotantes ! Rotación
21595 \end_layout
21596
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \begin_layout Standard
21603 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21604  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21605  la opción 
21606 \family sans
21607 Girar
21608 \begin_inset space ~
21609 \end_inset
21610
21611 a
21612 \begin_inset space ~
21613 \end_inset
21614
21615 un
21616 \begin_inset space ~
21617 \end_inset
21618
21619 lado
21620 \family default
21621 .
21622 \end_layout
21623
21624 \begin_layout Standard
21625 Los flotantes girados son puestos siempre en su propia página (o columna
21626  si el documento es de dos columnas).
21627  Se les puede permitir abarcar varias columnas con la opción de configuración
21628  
21629 \family sans
21630 Extender
21631 \begin_inset space ~
21632 \end_inset
21633
21634 columnas
21635 \family default
21636 .
21637  Se rotan de forma que puedes leerlos desde el margen externo.
21638  Para forzar determinada dirección de rotación para todas las páginas, puedes
21639  añadir una de las opciones 
21640 \series bold
21641 figuresleft
21642 \series default
21643  o 
21644 \series bold
21645 figuresright
21646 \series default
21647  a las opciones de clase del documento.
21648 \end_layout
21649
21650 \begin_layout Standard
21651 Los flotantes girados se refieren igual que los normales, y el formato de
21652  la leyenda también es el mismo: un ejemplo es la tabla
21653 \begin_inset space ~
21654 \end_inset
21655
21656
21657 \begin_inset CommandInset ref
21658 LatexCommand ref
21659 reference "tab:Tabla-girada"
21660
21661 \end_inset
21662
21663 .
21664 \end_layout
21665
21666 \begin_layout Standard
21667 \begin_inset Note Greyedout
21668 status open
21669
21670 \begin_layout Plain Layout
21671
21672 \series bold
21673 Nota:
21674 \series default
21675  No todos los visores DVI pueden mostrar tablas giradas.
21676 \end_layout
21677
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \begin_layout Standard
21684 \begin_inset Float table
21685 wide false
21686 sideways true
21687 status open
21688
21689 \begin_layout Plain Layout
21690 \begin_inset Caption
21691
21692 \begin_layout Plain Layout
21693 \begin_inset CommandInset label
21694 LatexCommand label
21695 name "tab:Tabla-girada"
21696
21697 \end_inset
21698
21699 Tabla girada
21700 \end_layout
21701
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \begin_layout Plain Layout
21708 \align center
21709 \begin_inset Tabular
21710 <lyxtabular version="3" rows="1" columns="5">
21711 <features tabularvalignment="middle">
21712 <column alignment="center" valignment="top" width="0">
21713 <column alignment="center" valignment="top" width="0">
21714 <column alignment="center" valignment="top" width="0">
21715 <column alignment="center" valignment="top" width="0">
21716 <column alignment="center" valignment="top" width="0">
21717 <row>
21718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722 test
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 b
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740 c
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 d
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758 e
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 </row>
21764 </lyxtabular>
21765
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \begin_layout Section
21777 Subflotantes
21778 \begin_inset Index idx
21779 status collapsed
21780
21781 \begin_layout Plain Layout
21782 Flotantes ! Subflotantes
21783 \end_layout
21784
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \begin_layout Standard
21791 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21792  imágenes.
21793  Se crean insertando un flotante dentro de otro.
21794  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21795  como se muestra en las tablas
21796 \begin_inset space ~
21797 \end_inset
21798
21799
21800 \begin_inset CommandInset ref
21801 LatexCommand ref
21802 reference "tab:Dos-subtablas-adosadas"
21803
21804 \end_inset
21805
21806  y
21807 \begin_inset space ~
21808 \end_inset
21809
21810
21811 \begin_inset CommandInset ref
21812 LatexCommand ref
21813 reference "tab:Dos-subtablas-una-sobre"
21814
21815 \end_inset
21816
21817 .
21818 \end_layout
21819
21820 \begin_layout Standard
21821 Las referencias a subflotantes funcionan como en los flotantes normales:
21822  la tabla
21823 \begin_inset space ~
21824 \end_inset
21825
21826
21827 \begin_inset CommandInset ref
21828 LatexCommand ref
21829 reference "tab:Esta-es-la-subtabla-a"
21830
21831 \end_inset
21832
21833  y la tabla
21834 \begin_inset space ~
21835 \end_inset
21836
21837
21838 \begin_inset CommandInset ref
21839 LatexCommand ref
21840 reference "tab:Esta-es-la-subtabla-b"
21841
21842 \end_inset
21843
21844  son subtablas de la tabla
21845 \begin_inset space ~
21846 \end_inset
21847
21848
21849 \begin_inset CommandInset ref
21850 LatexCommand ref
21851 reference "tab:Dos-subtablas-adosadas"
21852
21853 \end_inset
21854
21855 .
21856 \end_layout
21857
21858 \begin_layout Standard
21859 \begin_inset Float table
21860 wide false
21861 sideways false
21862 status open
21863
21864 \begin_layout Plain Layout
21865 \begin_inset Caption
21866
21867 \begin_layout Plain Layout
21868 \begin_inset CommandInset label
21869 LatexCommand label
21870 name "tab:Dos-subtablas-adosadas"
21871
21872 \end_inset
21873
21874 Dos subtablas adosadas
21875 \end_layout
21876
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \begin_layout Plain Layout
21883 \begin_inset space \hfill{}
21884 \end_inset
21885
21886
21887 \begin_inset Float table
21888 wide false
21889 sideways false
21890 status collapsed
21891
21892 \begin_layout Plain Layout
21893 \begin_inset Caption
21894
21895 \begin_layout Plain Layout
21896 \begin_inset CommandInset label
21897 LatexCommand label
21898 name "tab:Esta-es-la-subtabla-a"
21899
21900 \end_inset
21901
21902 Esta es la subtabla a
21903 \end_layout
21904
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \begin_layout Plain Layout
21911 \align center
21912 \begin_inset Tabular
21913 <lyxtabular version="3" rows="1" columns="5">
21914 <features tabularvalignment="middle">
21915 <column alignment="center" valignment="top" width="0">
21916 <column alignment="center" valignment="top" width="0">
21917 <column alignment="center" valignment="top" width="0">
21918 <column alignment="center" valignment="top" width="0">
21919 <column alignment="center" valignment="top" width="0">
21920 <row>
21921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925 test 
21926 \end_layout
21927
21928 \end_inset
21929 </cell>
21930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934 b
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 c
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 d
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 e
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 </row>
21967 </lyxtabular>
21968
21969 \end_inset
21970
21971
21972 \end_layout
21973
21974 \end_inset
21975
21976
21977 \begin_inset space \hfill{}
21978 \end_inset
21979
21980
21981 \begin_inset Float table
21982 wide false
21983 sideways false
21984 status collapsed
21985
21986 \begin_layout Plain Layout
21987 \begin_inset Caption
21988
21989 \begin_layout Plain Layout
21990 \begin_inset CommandInset label
21991 LatexCommand label
21992 name "tab:Esta-es-la-subtabla-b"
21993
21994 \end_inset
21995
21996 Esta es la subtabla b
21997 \end_layout
21998
21999 \end_inset
22000
22001
22002 \end_layout
22003
22004 \begin_layout Plain Layout
22005 \align center
22006 \begin_inset Tabular
22007 <lyxtabular version="3" rows="1" columns="5">
22008 <features tabularvalignment="middle">
22009 <column alignment="center" valignment="top" width="0">
22010 <column alignment="center" valignment="top" width="0">
22011 <column alignment="center" valignment="top" width="0">
22012 <column alignment="center" valignment="top" width="0">
22013 <column alignment="center" valignment="top" width="0">
22014 <row>
22015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 e
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028 d
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037 c
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046 b
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055 test
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 </row>
22061 </lyxtabular>
22062
22063 \end_inset
22064
22065
22066 \end_layout
22067
22068 \begin_layout Plain Layout
22069
22070 \end_layout
22071
22072 \end_inset
22073
22074
22075 \begin_inset space \hfill{}
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \end_inset
22082
22083
22084 \end_layout
22085
22086 \begin_layout Standard
22087 \begin_inset Float table
22088 wide false
22089 sideways false
22090 status open
22091
22092 \begin_layout Plain Layout
22093 \begin_inset Caption
22094
22095 \begin_layout Plain Layout
22096 \begin_inset CommandInset label
22097 LatexCommand label
22098 name "tab:Dos-subtablas-una-sobre"
22099
22100 \end_inset
22101
22102 Dos subtablas colocadas una sobre otra.
22103  La tabla (a) con 4 celdas, la (b) con 5 celdas.
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \begin_layout Plain Layout
22112 \noindent
22113 \align center
22114 \begin_inset Float table
22115 wide false
22116 sideways false
22117 status collapsed
22118
22119 \begin_layout Plain Layout
22120 \begin_inset Caption
22121
22122 \begin_layout Plain Layout
22123
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Plain Layout
22132 \align center
22133 \begin_inset Tabular
22134 <lyxtabular version="3" rows="1" columns="4">
22135 <features tabularvalignment="middle">
22136 <column alignment="center" valignment="top" width="0">
22137 <column alignment="center" valignment="top" width="0">
22138 <column alignment="center" valignment="top" width="0">
22139 <column alignment="center" valignment="top" width="0">
22140 <row>
22141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22142 \begin_inset Text
22143
22144 \begin_layout Plain Layout
22145 test
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154 test
22155 \end_layout
22156
22157 \end_inset
22158 </cell>
22159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163 test
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172 test
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 </lyxtabular>
22179
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \begin_layout Plain Layout
22186
22187 \end_layout
22188
22189 \end_inset
22190
22191
22192 \end_layout
22193
22194 \begin_layout Plain Layout
22195 \align center
22196 \begin_inset Float table
22197 wide false
22198 sideways false
22199 status collapsed
22200
22201 \begin_layout Plain Layout
22202
22203 \end_layout
22204
22205 \begin_layout Plain Layout
22206 \begin_inset Caption
22207
22208 \begin_layout Plain Layout
22209
22210 \end_layout
22211
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \begin_layout Plain Layout
22218 \align center
22219 \begin_inset Tabular
22220 <lyxtabular version="3" rows="1" columns="5">
22221 <features tabularvalignment="middle">
22222 <column alignment="center" valignment="top" width="0">
22223 <column alignment="center" valignment="top" width="0">
22224 <column alignment="center" valignment="top" width="0">
22225 <column alignment="center" valignment="top" width="0">
22226 <column alignment="center" valignment="top" width="0">
22227 <row>
22228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232 a
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 b
22242 \end_layout
22243
22244 \end_inset
22245 </cell>
22246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250 c
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259 d
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 e
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 </row>
22274 </lyxtabular>
22275
22276 \end_inset
22277
22278
22279 \end_layout
22280
22281 \begin_layout Plain Layout
22282
22283 \end_layout
22284
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Section
22296 Flotantes adosados
22297 \begin_inset Index idx
22298 status collapsed
22299
22300 \begin_layout Plain Layout
22301 Flotantes ! Adosados
22302 \end_layout
22303
22304 \end_inset
22305
22306
22307 \end_layout
22308
22309 \begin_layout Standard
22310 Para colocar flotantes unos junto a otros, como en la figura
22311 \begin_inset space ~
22312 \end_inset
22313
22314
22315 \begin_inset CommandInset ref
22316 LatexCommand ref
22317 reference "fig:Flotante-izquierda"
22318
22319 \end_inset
22320
22321  y 
22322 \begin_inset CommandInset ref
22323 LatexCommand ref
22324 reference "fig:Flotante-derecha"
22325
22326 \end_inset
22327
22328 , se pone 
22329 \emph on
22330 un
22331 \emph default
22332  solo flotante.
22333  En él se insertan dos cuadros tipo minipágina.
22334 \begin_inset Foot
22335 status collapsed
22336
22337 \begin_layout Plain Layout
22338 Las minipáginas se explican en la sección
22339 \begin_inset space ~
22340 \end_inset
22341
22342
22343 \begin_inset CommandInset ref
22344 LatexCommand ref
22345 reference "sec:Minipáginas"
22346
22347 \end_inset
22348
22349 .
22350 \end_layout
22351
22352 \end_inset
22353
22354  La anchura de la columna se establece en 45-50
22355 \begin_inset space \thinspace{}
22356 \end_inset
22357
22358 % y la alineación en 
22359 \family sans
22360 Inferior
22361 \family default
22362  para cada minipágina.
22363  Las minipáginas contienen la imagen y su título, de igual forma que en
22364  los flotantes.
22365  La única diferencia es que el 
22366 \family sans
22367 Ancho
22368 \begin_inset space ~
22369 \end_inset
22370
22371 de
22372 \begin_inset space ~
22373 \end_inset
22374
22375 columna
22376 \begin_inset space ~
22377 \end_inset
22378
22379 %
22380 \family default
22381  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22382 \end_layout
22383
22384 \begin_layout Standard
22385 \begin_inset Float figure
22386 placement h
22387 wide false
22388 sideways false
22389 status open
22390
22391 \begin_layout Plain Layout
22392 \begin_inset Box Frameless
22393 position "b"
22394 hor_pos "c"
22395 has_inner_box 1
22396 inner_pos "t"
22397 use_parbox 0
22398 use_makebox 0
22399 width "45col%"
22400 special "none"
22401 height "1in"
22402 height_special "totalheight"
22403 status open
22404
22405 \begin_layout Plain Layout
22406 \align center
22407 \begin_inset Graphics
22408         filename ../clipart/mobius.eps
22409         lyxscale 50
22410         width 100col%
22411         scaleBeforeRotation
22412
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \begin_layout Plain Layout
22419 \begin_inset Caption
22420
22421 \begin_layout Plain Layout
22422 \begin_inset CommandInset label
22423 LatexCommand label
22424 name "fig:Flotante-izquierda"
22425
22426 \end_inset
22427
22428 Flotante en el lado izquierdo.
22429 \end_layout
22430
22431 \end_inset
22432
22433
22434 \end_layout
22435
22436 \end_inset
22437
22438
22439 \begin_inset space \hfill{}
22440 \end_inset
22441
22442
22443 \begin_inset Box Frameless
22444 position "b"
22445 hor_pos "c"
22446 has_inner_box 1
22447 inner_pos "t"
22448 use_parbox 0
22449 use_makebox 0
22450 width "45col%"
22451 special "none"
22452 height "1in"
22453 height_special "totalheight"
22454 status open
22455
22456 \begin_layout Plain Layout
22457 \align center
22458 \begin_inset Graphics
22459         filename ../clipart/platypus.eps
22460         lyxscale 50
22461         width 100col%
22462         scaleBeforeRotation
22463
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \begin_layout Plain Layout
22470 \begin_inset Caption
22471
22472 \begin_layout Plain Layout
22473 \begin_inset CommandInset label
22474 LatexCommand label
22475 name "fig:Flotante-derecha"
22476
22477 \end_inset
22478
22479 Flotante en el lado derecho.
22480 \end_layout
22481
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \begin_layout Section
22498 Formato de las leyendas
22499 \begin_inset Index idx
22500 status collapsed
22501
22502 \begin_layout Plain Layout
22503 Leyendas ! Formato
22504 \end_layout
22505
22506 \end_inset
22507
22508
22509 \begin_inset Index idx
22510 status collapsed
22511
22512 \begin_layout Plain Layout
22513 Flotantes ! Formato de las leyendas
22514 \end_layout
22515
22516 \end_inset
22517
22518
22519 \begin_inset CommandInset label
22520 LatexCommand label
22521 name "sec:Formato-de-leyendas"
22522
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \begin_layout Standard
22529 El entorno 
22530 \family sans
22531 Leyenda
22532 \family default
22533  es el predeterminado para los 
22534 \family sans
22535 Flotantes
22536 \family default
22537 .
22538  En LyX las leyendas se muestran como etiqueta, p.
22539 \begin_inset space \thinspace{}
22540 \end_inset
22541
22542 e.
22543 \begin_inset space ~
22544 \end_inset
22545
22546 «
22547 \family sans
22548 Figura #
22549 \family default
22550 :» seguida por el texto.
22551  «#» es el número real de referencia.
22552  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22553  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22554  del texto.
22555  El entorno leyenda no es apropiado para todos los tipos de documento.
22556  
22557 \end_layout
22558
22559 \begin_layout Standard
22560 Para cambiar el formato predeterminado carga el paquete LaTeX 
22561 \series bold
22562 caption
22563 \series default
22564
22565 \begin_inset Index idx
22566 status collapsed
22567
22568 \begin_layout Plain Layout
22569 LaTeX-paquetes ! caption
22570 \end_layout
22571
22572 \end_inset
22573
22574  en el preámbulo del documento con la línea:
22575 \end_layout
22576
22577 \begin_layout Standard
22578
22579 \series bold
22580
22581 \backslash
22582 usepackage[definición de formato]{caption}
22583 \end_layout
22584
22585 \begin_layout Standard
22586 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22587  las leyendas de tabla siempre sobre ella como en este documento, usa el
22588  comando:
22589 \end_layout
22590
22591 \begin_layout Standard
22592
22593 \series bold
22594
22595 \backslash
22596 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22597 \end_layout
22598
22599 \begin_layout Standard
22600 También puedes definir distintos formatos de leyenda para los distintos
22601  tipos de flotantes.
22602  En ese caso carga el paquete 
22603 \series bold
22604 caption
22605 \series default
22606  sin opciones específicas y define los distintos formatos con ayuda del
22607  comando
22608 \end_layout
22609
22610 \begin_layout Standard
22611
22612 \series bold
22613
22614 \backslash
22615 captionsetup[tipo de flotante]{definición de formato}
22616 \end_layout
22617
22618 \begin_layout Standard
22619 en el preámbulo del documento.
22620  Por ejemplo las leyendas de la Figura
22621 \begin_inset space ~
22622 \end_inset
22623
22624
22625 \begin_inset CommandInset ref
22626 LatexCommand ref
22627 reference "fig:Esto-es-una-fig"
22628
22629 \end_inset
22630
22631  y la tabla
22632 \begin_inset space ~
22633 \end_inset
22634
22635
22636 \begin_inset CommandInset ref
22637 LatexCommand ref
22638 reference "tab:Esto-es-una-tab"
22639
22640 \end_inset
22641
22642  pueden crearse usando los siguientes comandos en el preámbulo:
22643 \end_layout
22644
22645 \begin_layout Standard
22646
22647 \series bold
22648
22649 \backslash
22650 usepackage[tableposition=top]{caption}
22651 \series default
22652
22653 \begin_inset Newline newline
22654 \end_inset
22655
22656
22657 \series bold
22658
22659 \backslash
22660 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22661 \begin_inset Newline newline
22662 \end_inset
22663
22664
22665 \begin_inset Phantom HPhantom
22666 status open
22667
22668 \begin_layout Plain Layout
22669
22670 \series bold
22671
22672 \backslash
22673 captionsetup[figure]{
22674 \end_layout
22675
22676 \end_inset
22677
22678 labelsep=period}
22679 \begin_inset Newline newline
22680 \end_inset
22681
22682
22683 \backslash
22684 captionsetup[table]{labelfont={bf,sf}}
22685 \end_layout
22686
22687 \begin_layout Standard
22688 \begin_inset Note Greyedout
22689 status open
22690
22691 \begin_layout Plain Layout
22692
22693 \series bold
22694 Nota: 
22695 \series default
22696 La opción 
22697 \series bold
22698 tableposition=top
22699 \series default
22700  no tiene efecto si se usa una clase de documento 
22701 \series bold
22702 KOMA-Script
22703 \series default
22704 .
22705  En este caso debe utilizarse la opción de clase de documento 
22706 \series bold
22707 captions=tableheading
22708 \series default
22709 .
22710  
22711 \end_layout
22712
22713 \end_inset
22714
22715
22716 \end_layout
22717
22718 \begin_layout Standard
22719 Para más información sobre el paquete 
22720 \series bold
22721 caption
22722 \series default
22723  acude a su documentación 
22724 \begin_inset CommandInset citation
22725 LatexCommand cite
22726 key "caption"
22727
22728 \end_inset
22729
22730 .
22731 \end_layout
22732
22733 \begin_layout Standard
22734 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22735 \begin_inset space \thinspace{}
22736 \end_inset
22737
22738 e., usa el siguiente comando de preámbulo:
22739 \end_layout
22740
22741 \begin_layout Standard
22742
22743 \series bold
22744
22745 \backslash
22746 renewcommand{
22747 \backslash
22748 fnum@figure}{Imagen~
22749 \backslash
22750 thefigure}
22751 \end_layout
22752
22753 \begin_layout Standard
22754 donde 
22755 \series bold
22756
22757 \backslash
22758 thefigure
22759 \series default
22760  inserta el número de figura y «~» genera un espacio protegido.
22761
22762 \series bold
22763  
22764 \end_layout
22765
22766 \begin_layout Standard
22767 \begin_inset VSpace bigskip
22768 \end_inset
22769
22770 Si estás usando la clase de documento 
22771 \series bold
22772 KOMA-Script
22773 \series default
22774
22775 \begin_inset Index idx
22776 status collapsed
22777
22778 \begin_layout Plain Layout
22779 LaTeX-paquetes ! KOMA-Script
22780 \end_layout
22781
22782 \end_inset
22783
22784  (
22785 \family sans
22786 article (KOMA-Script)
22787 \family default
22788
22789 \family sans
22790 book (KOMA-Script)
22791 \family default
22792
22793 \family sans
22794 letter (KOMA-Script)
22795 \family default
22796 , o 
22797 \family sans
22798 report (KOMA-Script)
22799 \family default
22800
22801 \begin_inset space \thinspace{}
22802 \end_inset
22803
22804 ), puedes emplear en vez del paquete 
22805 \series bold
22806 caption
22807 \series default
22808  el comando 
22809 \series bold
22810
22811 \backslash
22812 setkomafont
22813 \series default
22814  incluido en 
22815 \series bold
22816 KOMA-Script
22817 \series default
22818 .
22819  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22820  comando en el preámbulo del documento:
22821 \end_layout
22822
22823 \begin_layout Standard
22824
22825 \series bold
22826
22827 \backslash
22828 setkomafont{captionlabel}{
22829 \backslash
22830 bfseries}
22831 \end_layout
22832
22833 \begin_layout Standard
22834 Más información sobre 
22835 \series bold
22836
22837 \backslash
22838 setkomafont
22839 \series default
22840  en la documentación de 
22841 \series bold
22842 KOMA-Script
22843 \series default
22844  
22845 \begin_inset CommandInset citation
22846 LatexCommand cite
22847 key "KOMA-Script"
22848
22849 \end_inset
22850
22851 .
22852 \end_layout
22853
22854 \begin_layout Standard
22855 \begin_inset ERT
22856 status collapsed
22857
22858 \begin_layout Plain Layout
22859
22860
22861 \backslash
22862 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22863 }
22864 \end_layout
22865
22866 \end_inset
22867
22868
22869 \begin_inset Note Note
22870 status collapsed
22871
22872 \begin_layout Plain Layout
22873 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22874 \end_layout
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \begin_layout Standard
22882 \begin_inset Float figure
22883 placement !p
22884 wide false
22885 sideways false
22886 status open
22887
22888 \begin_layout Plain Layout
22889 \align center
22890 \begin_inset Graphics
22891         filename ../clipart/mobius.eps
22892         lyxscale 50
22893         scale 50
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \begin_layout Plain Layout
22901 \begin_inset Caption
22902
22903 \begin_layout Plain Layout
22904 \begin_inset CommandInset label
22905 LatexCommand label
22906 name "fig:Esto-es-una-fig"
22907
22908 \end_inset
22909
22910
22911 \begin_inset Argument
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915 Figura con leyenda muy larga
22916 \end_layout
22917
22918 \end_inset
22919
22920 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22921  mostrar el formato diferente.
22922  Aquí se usa una leyenda personalizada.
22923 \end_layout
22924
22925 \end_inset
22926
22927
22928 \end_layout
22929
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \begin_layout Standard
22936 \begin_inset ERT
22937 status collapsed
22938
22939 \begin_layout Plain Layout
22940
22941
22942 \backslash
22943 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22944 on}
22945 \end_layout
22946
22947 \end_inset
22948
22949
22950 \end_layout
22951
22952 \begin_layout Standard
22953 \begin_inset Float table
22954 placement !p
22955 wide false
22956 sideways false
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960 \begin_inset Caption
22961
22962 \begin_layout Plain Layout
22963 \begin_inset CommandInset label
22964 LatexCommand label
22965 name "tab:Esto-es-una-tab"
22966
22967 \end_inset
22968
22969
22970 \begin_inset Argument
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974 Tabla con leyenda muy larga
22975 \end_layout
22976
22977 \end_inset
22978
22979 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22980  el formato diferente.
22981  Aquí se usa el formato de leyenda estándar para las tablas.
22982 \end_layout
22983
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \begin_layout Plain Layout
22990 \align center
22991 \begin_inset Tabular
22992 <lyxtabular version="3" rows="1" columns="5">
22993 <features tabularvalignment="middle">
22994 <column alignment="center" valignment="top" width="0">
22995 <column alignment="center" valignment="top" width="0">
22996 <column alignment="center" valignment="top" width="0">
22997 <column alignment="center" valignment="top" width="0">
22998 <column alignment="center" valignment="top" width="0">
22999 <row>
23000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004 a
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013 b
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022 c
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031 d
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040 e
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 </row>
23046 </lyxtabular>
23047
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \begin_layout Section
23059 Colocación de leyendas
23060 \begin_inset Index idx
23061 status collapsed
23062
23063 \begin_layout Plain Layout
23064 Leyendas ! Colocación
23065 \end_layout
23066
23067 \end_inset
23068
23069
23070 \begin_inset Index idx
23071 status collapsed
23072
23073 \begin_layout Plain Layout
23074 Flotantes ! Colocación de leyendas
23075 \end_layout
23076
23077 \end_inset
23078
23079
23080 \begin_inset CommandInset label
23081 LatexCommand label
23082 name "sec:Colocación-de-leyendas"
23083
23084 \end_inset
23085
23086
23087 \end_layout
23088
23089 \begin_layout Standard
23090 La norma habitual para colocar las leyendas es:
23091 \end_layout
23092
23093 \begin_layout Description
23094 Figura: La leyenda al pie de la figura
23095 \end_layout
23096
23097 \begin_layout Description
23098 Tabla: La leyenda sobre la tabla
23099 \end_layout
23100
23101 \begin_layout Standard
23102 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
23103  la tabla.
23104  Esto implica que si usas las clases de documento 
23105 \family sans
23106 article
23107 \family default
23108
23109 \family sans
23110 book
23111 \family default
23112
23113 \family sans
23114 letter
23115 \family default
23116 , o 
23117 \family sans
23118 report
23119 \family default
23120  no habrá espacio entre la leyenda y la tabla.
23121  Para insertar el espacio adecuado añade la siguiente opción al comando
23122  del paquete LaTeX 
23123 \series bold
23124 caption
23125 \series default
23126  en el preámbulo del documento:
23127 \begin_inset Foot
23128 status collapsed
23129
23130 \begin_layout Plain Layout
23131 Véase la sección
23132 \begin_inset space ~
23133 \end_inset
23134
23135
23136 \begin_inset CommandInset ref
23137 LatexCommand ref
23138 reference "sec:Formato-de-leyendas"
23139
23140 \end_inset
23141
23142  para más información sobre el paquete 
23143 \series bold
23144 caption
23145 \series default
23146 .
23147 \end_layout
23148
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \begin_layout Standard
23155
23156 \series bold
23157 tableposition=top
23158 \end_layout
23159
23160 \begin_layout Standard
23161 Si estás usando la clase 
23162 \series bold
23163 KOMA-Script
23164 \series default
23165
23166 \begin_inset Index idx
23167 status collapsed
23168
23169 \begin_layout Plain Layout
23170 LaTeX-paquetes ! KOMA-Script
23171 \end_layout
23172
23173 \end_inset
23174
23175  (
23176 \family sans
23177 article (KOMA-Script)
23178 \family default
23179
23180 \family sans
23181 book (KOMA-Script)
23182 \family default
23183
23184 \family sans
23185 letter (KOMA-Script)
23186 \family default
23187 , o 
23188 \family sans
23189 report (KOMA-Script)
23190 \family default
23191
23192 \begin_inset space \thinspace{}
23193 \end_inset
23194
23195 ), en vez de 
23196 \series bold
23197 caption
23198 \series default
23199  puedes poner la opción 
23200 \series bold
23201 captions=tableheading
23202 \series default
23203  de la clase de documento.
23204 \end_layout
23205
23206 \begin_layout Standard
23207 \begin_inset VSpace bigskip
23208 \end_inset
23209
23210 También es posible poner la leyenda junto a una figura o tabla.
23211  Para conseguirlo hay que cargar el paquete LaTeX 
23212 \series bold
23213 sidecap
23214 \series default
23215
23216 \begin_inset Index idx
23217 status collapsed
23218
23219 \begin_layout Plain Layout
23220 LaTeX-paquetes ! sidecap
23221 \end_layout
23222
23223 \end_inset
23224
23225  añadiendo en el preámbulo del documento la línea
23226 \end_layout
23227
23228 \begin_layout Standard
23229
23230 \series bold
23231
23232 \backslash
23233 usepackage[option]{sidecap}
23234 \end_layout
23235
23236 \begin_layout Standard
23237 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23238  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23239  Puedes cambiar la colocación al margen interno con la opción 
23240 \series bold
23241 innercaption
23242 \series default
23243 .
23244  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23245  opciones 
23246 \series bold
23247 rightcaption
23248 \series default
23249  o 
23250 \series bold
23251 leftcaption
23252 \series default
23253 , respectivamente.
23254 \end_layout
23255
23256 \begin_layout Standard
23257 \begin_inset ERT
23258 status collapsed
23259
23260 \begin_layout Plain Layout
23261
23262
23263 \backslash
23264 ifsidecap
23265 \end_layout
23266
23267 \end_inset
23268
23269
23270 \begin_inset Note Note
23271 status collapsed
23272
23273 \begin_layout Plain Layout
23274 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23275  LaTeX 
23276 \series bold
23277 sidecap
23278 \series default
23279 .
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \begin_layout Standard
23288 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23289  estos comandos al preámbulo del documento:
23290 \end_layout
23291
23292 \begin_layout Standard
23293 \noindent
23294 \begin_inset CommandInset line
23295 LatexCommand rule
23296 offset "0.5ex"
23297 width "100line%"
23298 height "1pt"
23299
23300 \end_inset
23301
23302
23303 \end_layout
23304
23305 \begin_layout Standard
23306
23307 \series bold
23308
23309 \backslash
23310 newcommand{
23311 \backslash
23312 TabBesBeg}{%
23313 \begin_inset Newline newline
23314 \end_inset
23315
23316
23317 \begin_inset Phantom HPhantom
23318 status open
23319
23320 \begin_layout Plain Layout
23321
23322 \series bold
23323 \begin_inset space ~
23324 \end_inset
23325
23326
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \backslash
23333 let
23334 \backslash
23335 MyTable
23336 \backslash
23337 table
23338 \begin_inset Newline newline
23339 \end_inset
23340
23341
23342 \begin_inset Phantom HPhantom
23343 status open
23344
23345 \begin_layout Plain Layout
23346
23347 \series bold
23348 \begin_inset space ~
23349 \end_inset
23350
23351
23352 \end_layout
23353
23354 \end_inset
23355
23356
23357 \backslash
23358 let
23359 \backslash
23360 MyEndtable
23361 \backslash
23362 endtable
23363 \begin_inset Newline newline
23364 \end_inset
23365
23366
23367 \begin_inset Phantom HPhantom
23368 status open
23369
23370 \begin_layout Plain Layout
23371
23372 \series bold
23373 \begin_inset space ~
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \end_inset
23380
23381
23382 \backslash
23383 renewenvironment{table}{
23384 \backslash
23385 begin{SCtable}}{
23386 \backslash
23387 end{SCtable}}}
23388 \end_layout
23389
23390 \begin_layout Standard
23391
23392 \series bold
23393
23394 \backslash
23395 newcommand{
23396 \backslash
23397 TabBesEnd}{%
23398 \begin_inset Newline newline
23399 \end_inset
23400
23401
23402 \begin_inset Phantom HPhantom
23403 status open
23404
23405 \begin_layout Plain Layout
23406
23407 \series bold
23408 \begin_inset space ~
23409 \end_inset
23410
23411
23412 \end_layout
23413
23414 \end_inset
23415
23416
23417 \backslash
23418 let
23419 \backslash
23420 table
23421 \backslash
23422 MyTable
23423 \begin_inset Newline newline
23424 \end_inset
23425
23426
23427 \begin_inset Phantom HPhantom
23428 status open
23429
23430 \begin_layout Plain Layout
23431
23432 \series bold
23433 \begin_inset space ~
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \end_inset
23440
23441
23442 \backslash
23443 let
23444 \backslash
23445 endtable
23446 \backslash
23447 MyEndtable
23448 \end_layout
23449
23450 \begin_layout Standard
23451
23452 \series bold
23453
23454 \backslash
23455 newcommand{
23456 \backslash
23457 FigBesBeg}{%
23458 \begin_inset Newline newline
23459 \end_inset
23460
23461
23462 \begin_inset Phantom HPhantom
23463 status open
23464
23465 \begin_layout Plain Layout
23466
23467 \series bold
23468 \begin_inset space ~
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \end_inset
23475
23476
23477 \backslash
23478 let
23479 \backslash
23480 MyFigure
23481 \backslash
23482 figure
23483 \begin_inset Newline newline
23484 \end_inset
23485
23486
23487 \begin_inset Phantom HPhantom
23488 status open
23489
23490 \begin_layout Plain Layout
23491
23492 \series bold
23493 \begin_inset space ~
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500
23501
23502 \backslash
23503 let
23504 \backslash
23505 MyEndfigure
23506 \backslash
23507 endfigure
23508 \begin_inset Newline newline
23509 \end_inset
23510
23511
23512 \begin_inset Phantom HPhantom
23513 status open
23514
23515 \begin_layout Plain Layout
23516
23517 \series bold
23518 \begin_inset space ~
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \end_inset
23525
23526
23527 \backslash
23528 renewenvironment{figure}{
23529 \backslash
23530 begin{SCfigure}}{
23531 \backslash
23532 end{SCfigure}}}
23533 \end_layout
23534
23535 \begin_layout Standard
23536
23537 \series bold
23538
23539 \backslash
23540 newcommand{
23541 \backslash
23542 FigBesEnd}{%
23543 \begin_inset Newline newline
23544 \end_inset
23545
23546
23547 \begin_inset Phantom HPhantom
23548 status open
23549
23550 \begin_layout Plain Layout
23551
23552 \series bold
23553 \begin_inset space ~
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560
23561
23562 \backslash
23563 let
23564 \backslash
23565 figure
23566 \backslash
23567 MyFigure
23568 \begin_inset Newline newline
23569 \end_inset
23570
23571
23572 \begin_inset Phantom HPhantom
23573 status open
23574
23575 \begin_layout Plain Layout
23576
23577 \series bold
23578 \begin_inset space ~
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585
23586
23587 \backslash
23588 let
23589 \backslash
23590 endfigure
23591 \backslash
23592 MyEndfigure}
23593 \end_layout
23594
23595 \begin_layout Standard
23596 \noindent
23597 \begin_inset CommandInset line
23598 LatexCommand rule
23599 offset "0.5ex"
23600 width "100line%"
23601 height "1pt"
23602
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \begin_layout Standard
23609 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23610  en un lado.
23611  Para figuras flotantes usa el comando
23612 \end_layout
23613
23614 \begin_layout Standard
23615
23616 \series bold
23617
23618 \backslash
23619 FigBesBeg
23620 \end_layout
23621
23622 \begin_layout Standard
23623 en código TeX antes del flotante.
23624  Detrás del flotante inserta
23625 \end_layout
23626
23627 \begin_layout Standard
23628
23629 \series bold
23630
23631 \backslash
23632 FigBesEnd
23633 \end_layout
23634
23635 \begin_layout Standard
23636 en código TeX para volver a la definición original de flotantes.
23637 \end_layout
23638
23639 \begin_layout Standard
23640 Para tablas flotantes usa los comandos correspondientes
23641 \end_layout
23642
23643 \begin_layout Standard
23644
23645 \series bold
23646
23647 \backslash
23648 TabBesBeg
23649 \series default
23650  y 
23651 \series bold
23652
23653 \backslash
23654 TabBesEnd
23655 \end_layout
23656
23657 \begin_layout Standard
23658 La figura
23659 \begin_inset space ~
23660 \end_inset
23661
23662
23663 \begin_inset CommandInset ref
23664 LatexCommand ref
23665 reference "fig:encab-al-lado"
23666
23667 \end_inset
23668
23669  y la tabla
23670 \begin_inset space ~
23671 \end_inset
23672
23673
23674 \begin_inset CommandInset ref
23675 LatexCommand ref
23676 reference "tab:encab-al-lado"
23677
23678 \end_inset
23679
23680  son ejemplos en los que el título se sitúa al lado.
23681 \end_layout
23682
23683 \begin_layout Standard
23684 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23685  en tablas flotantes y debajo en las figuras flotantes.
23686  Para cambiarlo, puedes usar el comando
23687 \end_layout
23688
23689 \begin_layout Standard
23690
23691 \series bold
23692
23693 \backslash
23694 sidecaptionvpos{tipo de flotante}{colocación}
23695 \end_layout
23696
23697 \begin_layout Standard
23698 en el preámbulo o en código TeX antes del flotante.
23699  El tipo de flotante es 
23700 \family sans
23701 figure
23702 \family default
23703  o 
23704 \family sans
23705 table
23706 \family default
23707 , la colocación puede ser «
23708 \family sans
23709 t
23710 \family default
23711 » por «top» (arriba), «
23712 \family sans
23713 c
23714 \family default
23715 » por «center» (centro), o «
23716 \family sans
23717 b
23718 \family default
23719 » por «bottom» (abajo).
23720  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23721  usa el comando
23722 \end_layout
23723
23724 \begin_layout Standard
23725
23726 \series bold
23727
23728 \backslash
23729 sidecaptionvpos{figure}{c}
23730 \end_layout
23731
23732 \begin_layout Standard
23733 Esto se ha hecho en la figura
23734 \begin_inset space ~
23735 \end_inset
23736
23737
23738 \begin_inset CommandInset ref
23739 LatexCommand ref
23740 reference "fig:encab-al-lado-de-fig"
23741
23742 \end_inset
23743
23744 .
23745 \end_layout
23746
23747 \begin_layout Standard
23748 \begin_inset VSpace medskip
23749 \end_inset
23750
23751 Más información sobre el paquete 
23752 \series bold
23753 sidecap
23754 \series default
23755  en su documentación 
23756 \begin_inset CommandInset citation
23757 LatexCommand cite
23758 key "sidecap"
23759
23760 \end_inset
23761
23762 .
23763 \end_layout
23764
23765 \begin_layout Standard
23766 \begin_inset Note Greyedout
23767 status open
23768
23769 \begin_layout Plain Layout
23770
23771 \series bold
23772 Nota:
23773 \series default
23774  El paquete LaTeX 
23775 \series bold
23776 hypcap
23777 \series default
23778
23779 \begin_inset Index idx
23780 status collapsed
23781
23782 \begin_layout Plain Layout
23783 LaTeX-paquetes ! hypcap
23784 \end_layout
23785
23786 \end_inset
23787
23788 , descrito en la sección
23789 \begin_inset space ~
23790 \end_inset
23791
23792
23793 \begin_inset CommandInset ref
23794 LatexCommand ref
23795 reference "sub:Colocación-de-Referencias"
23796
23797 \end_inset
23798
23799 , no afecta a flotantes con la leyenda al lado.
23800 \end_layout
23801
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \begin_layout Standard
23808 \begin_inset ERT
23809 status collapsed
23810
23811 \begin_layout Plain Layout
23812
23813
23814 \backslash
23815 FigBesBeg 
23816 \end_layout
23817
23818 \end_inset
23819
23820
23821 \end_layout
23822
23823 \begin_layout Standard
23824 \begin_inset Float figure
23825 wide false
23826 sideways false
23827 status open
23828
23829 \begin_layout Plain Layout
23830 \begin_inset Graphics
23831         filename ../clipart/escher-lsd.eps
23832         scale 75
23833
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \begin_layout Plain Layout
23840 \begin_inset Caption
23841
23842 \begin_layout Plain Layout
23843 \begin_inset CommandInset label
23844 LatexCommand label
23845 name "fig:encab-al-lado"
23846
23847 \end_inset
23848
23849 Leyenda al lado de una figura.
23850 \end_layout
23851
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \begin_layout Standard
23863 \begin_inset ERT
23864 status collapsed
23865
23866 \begin_layout Plain Layout
23867
23868
23869 \backslash
23870 TabBesBeg 
23871 \end_layout
23872
23873 \end_inset
23874
23875
23876 \end_layout
23877
23878 \begin_layout Standard
23879 \begin_inset Float table
23880 wide false
23881 sideways false
23882 status open
23883
23884 \begin_layout Plain Layout
23885 \begin_inset Caption
23886
23887 \begin_layout Plain Layout
23888 \begin_inset CommandInset label
23889 LatexCommand label
23890 name "tab:encab-al-lado"
23891
23892 \end_inset
23893
23894 Leyenda al lado de una tabla.
23895 \end_layout
23896
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \begin_layout Plain Layout
23903 \begin_inset Tabular
23904 <lyxtabular version="3" rows="4" columns="5">
23905 <features tabularvalignment="middle">
23906 <column alignment="center" valignment="top" width="0">
23907 <column alignment="center" valignment="top" width="0">
23908 <column alignment="center" valignment="top" width="0">
23909 <column alignment="center" valignment="top" width="0">
23910 <column alignment="center" valignment="top" width="0">
23911 <row>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 a
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934 b
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 c
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 </row>
23958 <row>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972 d
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 e
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 </row>
24005 <row>
24006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 f
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 g
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 h
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 </row>
24052 <row>
24053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 i
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 j
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 </row>
24099 </lyxtabular>
24100
24101 \end_inset
24102
24103
24104 \end_layout
24105
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \begin_layout Standard
24112 \begin_inset ERT
24113 status collapsed
24114
24115 \begin_layout Plain Layout
24116
24117
24118 \backslash
24119 TabBesEnd
24120 \end_layout
24121
24122 \end_inset
24123
24124
24125 \end_layout
24126
24127 \begin_layout Standard
24128 \begin_inset ERT
24129 status collapsed
24130
24131 \begin_layout Plain Layout
24132
24133
24134 \backslash
24135 sidecaptionvpos{figure}{c}
24136 \end_layout
24137
24138 \end_inset
24139
24140
24141 \begin_inset Float figure
24142 wide false
24143 sideways false
24144 status open
24145
24146 \begin_layout Plain Layout
24147 \begin_inset Graphics
24148         filename ../clipart/escher-lsd.eps
24149         scale 75
24150
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \begin_layout Plain Layout
24157 \begin_inset Caption
24158
24159 \begin_layout Plain Layout
24160 \begin_inset CommandInset label
24161 LatexCommand label
24162 name "fig:encab-al-lado-de-fig"
24163
24164 \end_inset
24165
24166 Leyenda centrada verticalmente junto a una figura.
24167 \end_layout
24168
24169 \end_inset
24170
24171
24172 \end_layout
24173
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \begin_layout Standard
24180 \begin_inset ERT
24181 status collapsed
24182
24183 \begin_layout Plain Layout
24184
24185
24186 \backslash
24187 FigBesEnd
24188 \end_layout
24189
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \begin_layout Standard
24196 \begin_inset ERT
24197 status collapsed
24198
24199 \begin_layout Plain Layout
24200
24201
24202 \backslash
24203 else
24204 \end_layout
24205
24206 \end_inset
24207
24208
24209 \begin_inset Note Note
24210 status collapsed
24211
24212 \begin_layout Plain Layout
24213 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24214  
24215 \series bold
24216 sidecap
24217 \series default
24218 .
24219 \end_layout
24220
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \begin_layout Standard
24227 Debes instalar el paquete LaTeX 
24228 \series bold
24229 sidecap
24230 \series default
24231  para ver la parte siguiente en la salida.
24232 \end_layout
24233
24234 \begin_layout Standard
24235 \begin_inset ERT
24236 status collapsed
24237
24238 \begin_layout Plain Layout
24239
24240
24241 \backslash
24242 fi
24243 \end_layout
24244
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \begin_layout Section
24251 Índice de flotantes
24252 \begin_inset Index idx
24253 status collapsed
24254
24255 \begin_layout Plain Layout
24256 Flotantes ! Índice de
24257 \end_layout
24258
24259 \end_inset
24260
24261
24262 \end_layout
24263
24264 \begin_layout Standard
24265 Igual que en el índice general se listan las secciones del documento, hay
24266  índices para todos los tipos de flotantes, como las figuras.
24267  Se pueden insertar mediante los submenús 
24268 \family sans
24269 Insertar\SpecialChar \menuseparator
24270 Lista
24271 \begin_inset space \thinspace{}
24272 \end_inset
24273
24274 /
24275 \begin_inset space \thinspace{}
24276 \end_inset
24277
24278 Índice
24279 \family default
24280 .
24281 \end_layout
24282
24283 \begin_layout Standard
24284 Las entradas de los índices son las leyendas del flotante o su título breve,
24285  el número de flotante y el número de la página del documento en la que
24286  aparecen.
24287 \end_layout
24288
24289 \begin_layout Standard
24290 Puedes encontrar los índices de figuras y tablas al final de este documento.
24291 \end_layout
24292
24293 \begin_layout Chapter
24294 Notas
24295 \end_layout
24296
24297 \begin_layout Section
24298 Notas en LyX
24299 \begin_inset Index idx
24300 status collapsed
24301
24302 \begin_layout Plain Layout
24303 Notas ! en LyX
24304 \end_layout
24305
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \begin_layout Standard
24312 Las notas se insertan con el botón 
24313 \begin_inset Graphics
24314         filename ../../images/note-insert.png
24315         scale 85
24316
24317 \end_inset
24318
24319  o con el menú 
24320 \family sans
24321 Insertar\SpecialChar \menuseparator
24322 Nota
24323 \family default
24324 .
24325  Hay cinco tipos de notas:
24326 \end_layout
24327
24328 \begin_layout Description
24329 Nota
24330 \begin_inset space ~
24331 \end_inset
24332
24333 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24334  Su cuadro se muestra como este:
24335 \begin_inset Newline newline
24336 \end_inset
24337
24338
24339 \begin_inset Newline newline
24340 \end_inset
24341
24342
24343 \begin_inset Graphics
24344         filename clipart/NotaLyXImagenQt4.png
24345         display false
24346         scale 75
24347
24348 \end_inset
24349
24350  
24351 \begin_inset Note Note
24352 status collapsed
24353
24354 \begin_layout Plain Layout
24355 Este es un texto en un recuadro que no se muestra en la salida.
24356 \end_layout
24357
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \begin_layout Description
24364 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24365  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24366 \family sans
24367 Archivo\SpecialChar \menuseparator
24368 Exportar\SpecialChar \menuseparator
24369 LaTeX (pdflatex) / (plain)
24370 \family default
24371 .
24372  Su recuadro se ve así:
24373 \begin_inset Newline newline
24374 \end_inset
24375
24376
24377 \begin_inset Newline newline
24378 \end_inset
24379
24380
24381 \begin_inset Graphics
24382         filename clipart/ComentNotaImagenQt4.png
24383         display false
24384         scale 75
24385
24386 \end_inset
24387
24388  
24389 \begin_inset Note Comment
24390 status collapsed
24391
24392 \begin_layout Plain Layout
24393 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24394 \end_layout
24395
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \begin_layout Description
24402 Resaltado
24403 \begin_inset space ~
24404 \end_inset
24405
24406 en
24407 \begin_inset space ~
24408 \end_inset
24409
24410 gris Esta nota aparece en la salida como texto resaltado en gris.
24411  Su recuadro se parece a este:
24412 \begin_inset Newline newline
24413 \end_inset
24414
24415
24416 \begin_inset Newline newline
24417 \end_inset
24418
24419
24420 \begin_inset Graphics
24421         filename clipart/GrisNotaImagenQt4.png
24422         display false
24423         scale 75
24424
24425 \end_inset
24426
24427
24428 \begin_inset Newline newline
24429 \end_inset
24430
24431
24432 \begin_inset ERT
24433 status collapsed
24434
24435 \begin_layout Plain Layout
24436
24437
24438 \backslash
24439 renewenvironment{lyxgreyedout}
24440 \end_layout
24441
24442 \begin_layout Plain Layout
24443
24444 {
24445 \backslash
24446 textcolor[gray]{0.8}
24447 \backslash
24448 bgroup}{
24449 \backslash
24450 egroup}
24451 \end_layout
24452
24453 \end_inset
24454
24455
24456 \begin_inset Note Greyedout
24457 status open
24458
24459 \begin_layout Plain Layout
24460 Este es el texto
24461 \begin_inset Foot
24462 status collapsed
24463
24464 \begin_layout Plain Layout
24465 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24466 \end_layout
24467
24468 \end_inset
24469
24470  de un comentario que se muestra resaltado en gris.
24471 \end_layout
24472
24473 \end_inset
24474
24475
24476 \begin_inset ERT
24477 status collapsed
24478
24479 \begin_layout Plain Layout
24480
24481
24482 \backslash
24483 renewenvironment{lyxgreyedout}
24484 \end_layout
24485
24486 \begin_layout Plain Layout
24487
24488 {
24489 \backslash
24490 textcolor{blue}
24491 \backslash
24492 bgroup}{
24493 \backslash
24494 egroup}
24495 \end_layout
24496
24497 \end_inset
24498
24499
24500 \begin_inset Note Note
24501 status collapsed
24502
24503 \begin_layout Plain Layout
24504 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24505  original de LyX, ya que en el preámbulo de este documento se han redefinido
24506  estas notas para que salgan en azul, como se indica más adelante.
24507 \end_layout
24508
24509 \end_inset
24510
24511
24512 \begin_inset Newline newline
24513 \end_inset
24514
24515
24516 \begin_inset Newline newline
24517 \end_inset
24518
24519 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24520  está un poco sangrada, y por otra parte pueden tener notas al pie.
24521 \end_layout
24522
24523 \begin_layout Standard
24524 \begin_inset VSpace bigskip
24525 \end_inset
24526
24527 Si usas el botón de la barra de herramientas 
24528 \begin_inset Graphics
24529         filename ../../images/note-insert.png
24530         scale 85
24531
24532 \end_inset
24533
24534  para insertar notas, se inserta una 
24535 \family sans
24536 Nota
24537 \begin_inset space ~
24538 \end_inset
24539
24540 LyX
24541 \family default
24542 .
24543  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24544  recuadro.
24545  
24546 \family roman
24547 \series medium
24548 \bar no
24549 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24550  botón de herramienta 
24551 \family sans
24552 \series default
24553 \bar default
24554 Nota
24555 \family default
24556 .
24557  Para cambiar una nota a texto, pulsa la tecla 
24558 \family sans
24559 Retroceso
24560 \family default
24561  cuando el cursor está en la primera posición de una nota, o la tecla 
24562 \family sans
24563 Supr
24564 \family default
24565  cuando el cursor está en la última posición de la nota, respectivamente.
24566 \end_layout
24567
24568 \begin_layout Standard
24569 \begin_inset VSpace bigskip
24570 \end_inset
24571
24572 Se puede cambiar el color del 
24573 \family sans
24574 Resaltado en gris
24575 \family default
24576  poniendo en el preámbulo el comando:
24577 \end_layout
24578
24579 \begin_layout Standard
24580
24581 \series bold
24582
24583 \backslash
24584 renewenvironment{lyxgreyedout}
24585 \begin_inset Newline newline
24586 \end_inset
24587
24588
24589 \begin_inset Phantom HPhantom
24590 status open
24591
24592 \begin_layout Plain Layout
24593
24594 \series bold
24595 \begin_inset space ~
24596 \end_inset
24597
24598
24599 \end_layout
24600
24601 \end_inset
24602
24603 {
24604 \backslash
24605 textcolor{color}
24606 \backslash
24607 bgroup}{
24608 \backslash
24609 egroup}
24610 \end_layout
24611
24612 \begin_layout Standard
24613 Los colores disponibles y el método para definir nuestros propios colores
24614  se explica en la sección
24615 \begin_inset space ~
24616 \end_inset
24617
24618
24619 \begin_inset CommandInset ref
24620 LatexCommand ref
24621 reference "sec:Tablas-Coloreadas"
24622
24623 \end_inset
24624
24625 .
24626 \end_layout
24627
24628 \begin_layout Standard
24629 Las notas en azul en este documento se han hecho con notas del tipo 
24630 \family sans
24631 Resaltado en gris
24632 \family default
24633  pero definiendo el color del texto en azul.
24634 \end_layout
24635
24636 \begin_layout Section
24637 Notas al pie
24638 \begin_inset CommandInset label
24639 LatexCommand label
24640 name "sec:Notas-al-pie"
24641
24642 \end_inset
24643
24644
24645 \begin_inset Index idx
24646 status collapsed
24647
24648 \begin_layout Plain Layout
24649 Notas ! al pie
24650 \end_layout
24651
24652 \end_inset
24653
24654
24655 \begin_inset Index idx
24656 status collapsed
24657
24658 \begin_layout Plain Layout
24659 Notas al pie
24660 \end_layout
24661
24662 \end_inset
24663
24664
24665 \end_layout
24666
24667 \begin_layout Standard
24668 Las notas al pie se insertan con el botón 
24669 \begin_inset Graphics
24670         filename ../../images/footnote-insert.png
24671         scale 85
24672
24673 \end_inset
24674
24675  o el menú 
24676 \family sans
24677 Insertar\SpecialChar \menuseparator
24678 Nota
24679 \begin_inset space ~
24680 \end_inset
24681
24682 al
24683 \begin_inset space ~
24684 \end_inset
24685
24686 pie
24687 \family default
24688 .
24689  
24690 \family roman
24691 \series medium
24692 \bar no
24693 Aparece un recuadro como este:
24694 \family default
24695 \series default
24696 \bar default
24697  
24698 \begin_inset Graphics
24699         filename clipart/notapieQt4.png
24700         scale 80
24701
24702 \end_inset
24703
24704  
24705 \family roman
24706 \series medium
24707 \bar no
24708 donde puedes introducir el texto.
24709  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24710  sobre el
24711 \family default
24712 \series default
24713 \bar default
24714  
24715 \family roman
24716 \series medium
24717 \bar no
24718 botón
24719 \family default
24720 \series default
24721 \bar default
24722 .
24723  Para cambiar una nota al pie a texto, pulsa la tecla 
24724 \family sans
24725 Retroceso
24726 \family default
24727  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24728  
24729 \family sans
24730 Supr
24731 \family default
24732  cuando el cursor está en la última posición de la nota, respectivamente.
24733 \end_layout
24734
24735 \begin_layout Standard
24736 Aquí hay un ejemplo de nota al pie:
24737 \family roman
24738 \series medium
24739 \bar no
24740
24741 \begin_inset Foot
24742 status collapsed
24743
24744 \begin_layout Plain Layout
24745 \begin_inset CommandInset label
24746 LatexCommand label
24747 name "pie:Esto-es-una"
24748
24749 \end_inset
24750
24751 Ejemplo de nota al pie.
24752 \end_layout
24753
24754 \end_inset
24755
24756
24757 \family default
24758 \series default
24759 \bar default
24760
24761 \begin_inset ERT
24762 status collapsed
24763
24764 \begin_layout Plain Layout
24765
24766
24767 \backslash
24768 newcounter{MyRepeatFoot}
24769 \end_layout
24770
24771 \begin_layout Plain Layout
24772
24773
24774 \backslash
24775 setcounter{MyRepeatFoot}{
24776 \backslash
24777 thefootnote}
24778 \end_layout
24779
24780 \end_inset
24781
24782
24783 \end_layout
24784
24785 \begin_layout Standard
24786 En la salida, el pie se muestra como número voladito en el lugar del texto
24787  donde se coloca el recuadro.
24788  El texto se coloca al final de la página actual.
24789  Los números de las notas son calculados por LaTeX, y son consecutivos.
24790  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24791 \end_layout
24792
24793 \begin_layout Standard
24794 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24795  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24796  se describe en la sección
24797 \begin_inset space ~
24798 \end_inset
24799
24800
24801 \begin_inset CommandInset ref
24802 LatexCommand ref
24803 reference "sec:Referencias-a-Flotantes"
24804
24805 \end_inset
24806
24807 .
24808 \begin_inset Newline newline
24809 \end_inset
24810
24811 Esto es una referencia cruzada a la Nota al pie
24812 \begin_inset space ~
24813 \end_inset
24814
24815
24816 \begin_inset CommandInset ref
24817 LatexCommand ref
24818 reference "pie:Esto-es-una"
24819
24820 \end_inset
24821
24822 .
24823 \end_layout
24824
24825 \begin_layout Standard
24826 \begin_inset VSpace defskip
24827 \end_inset
24828
24829
24830 \end_layout
24831
24832 \begin_layout Standard
24833 Debido a razones técnicas, LaTeX no imprime las notas al pie en tablas.
24834  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
24835  se inserta el comando 
24836 \series bold
24837
24838 \backslash
24839 footnotemark{}
24840 \series default
24841  en código TeX.
24842  El texto de la nota se introduce como argumento del comando
24843 \series bold
24844  
24845 \backslash
24846 footnotetext
24847 \series default
24848  después de la tabla.
24849 \begin_inset Newline newline
24850 \end_inset
24851
24852 Esto es lo que se ha hecho para la siguiente tabla con el comando
24853 \end_layout
24854
24855 \begin_layout Standard
24856
24857 \series bold
24858
24859 \backslash
24860 footnotetext{
24861 \series default
24862 Texto de la nota de la tabla.
24863 \series bold
24864 }
24865 \end_layout
24866
24867 \begin_layout Standard
24868 \begin_inset Tabular
24869 <lyxtabular version="3" rows="2" columns="1">
24870 <features tabularvalignment="middle">
24871 <column alignment="center" valignment="top" width="0">
24872 <row>
24873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877 Texto de ejemplo.
24878 \begin_inset Foot
24879 status open
24880
24881 \begin_layout Plain Layout
24882 ¡Esta nota no se imprimirá!
24883 \end_layout
24884
24885 \end_inset
24886
24887
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 </row>
24893 <row>
24894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24895 \begin_inset Text
24896
24897 \begin_layout Plain Layout
24898 Texto de ejemplo.
24899 \begin_inset ERT
24900 status collapsed
24901
24902 \begin_layout Plain Layout
24903
24904
24905 \backslash
24906 footnotemark{}
24907 \end_layout
24908
24909 \end_inset
24910
24911
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 </row>
24917 </lyxtabular>
24918
24919 \end_inset
24920
24921
24922 \begin_inset ERT
24923 status collapsed
24924
24925 \begin_layout Plain Layout
24926
24927
24928 \backslash
24929 footnotetext{
24930 \end_layout
24931
24932 \end_inset
24933
24934 Texto de la nota de la tabla.
24935 \begin_inset ERT
24936 status collapsed
24937
24938 \begin_layout Plain Layout
24939
24940 }
24941 \end_layout
24942
24943 \end_inset
24944
24945
24946 \end_layout
24947
24948 \begin_layout Standard
24949 Las notas al pie en tablas largas se describen en la sección
24950 \begin_inset space ~
24951 \end_inset
24952
24953
24954 \begin_inset CommandInset ref
24955 LatexCommand ref
24956 reference "sub:Notas-al-pie-en-Tablas-Largas"
24957
24958 \end_inset
24959
24960 .
24961 \end_layout
24962
24963 \begin_layout Standard
24964 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
24965  y con numeración diferente debido a que una minipágina es como una página
24966  dentro de otra.
24967  (Más información sobre minipáginas en la sección
24968 \begin_inset space ~
24969 \end_inset
24970
24971
24972 \begin_inset CommandInset ref
24973 LatexCommand ref
24974 reference "sec:Minipáginas"
24975
24976 \end_inset
24977
24978 ).
24979  Para poner notas en una minipágina que se impriman a pie de página como
24980  las notas al pie normales, se puede usar también el método de 
24981 \series bold
24982
24983 \backslash
24984 footnotemark{}
24985 \series default
24986  y 
24987 \series bold
24988
24989 \backslash
24990 footnotetext
24991 \series default
24992 .
24993 \end_layout
24994
24995 \begin_layout Standard
24996 \begin_inset Box Frameless
24997 position "t"
24998 hor_pos "c"
24999 has_inner_box 1
25000 inner_pos "t"
25001 use_parbox 0
25002 use_makebox 0
25003 width "100col%"
25004 special "none"
25005 height "1in"
25006 height_special "totalheight"
25007 status open
25008
25009 \begin_layout Plain Layout
25010 Muestra de texto en una minipágina.
25011 \begin_inset Foot
25012 status open
25013
25014 \begin_layout Plain Layout
25015 Nota en la minipágina.
25016 \end_layout
25017
25018 \end_inset
25019
25020
25021 \end_layout
25022
25023 \begin_layout Plain Layout
25024 Muestra de texto en una minipágina.
25025 \begin_inset ERT
25026 status collapsed
25027
25028 \begin_layout Plain Layout
25029
25030
25031 \backslash
25032 footnotemark{}
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Standard
25046 \begin_inset ERT
25047 status collapsed
25048
25049 \begin_layout Plain Layout
25050
25051
25052 \backslash
25053 footnotetext{
25054 \end_layout
25055
25056 \end_inset
25057
25058 Nota fuera de la minipágina.
25059 \begin_inset ERT
25060 status collapsed
25061
25062 \begin_layout Plain Layout
25063
25064 }
25065 \end_layout
25066
25067 \end_inset
25068
25069
25070 \end_layout
25071
25072 \begin_layout Standard
25073 \begin_inset VSpace defskip
25074 \end_inset
25075
25076
25077 \end_layout
25078
25079 \begin_layout Standard
25080 Para hacer referencia a la misma nota varias veces sin imprimir su texto
25081  cada vez, usa el comando  
25082 \series bold
25083
25084 \backslash
25085 footnotemark[number]
25086 \series default
25087  en código TeX.
25088 \begin_inset Newline newline
25089 \end_inset
25090
25091 Como el número de la nota repetida no se conoce mientras se escribe el texto,
25092  hay que guardarlo.
25093  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
25094  comandos en código TeX después de la nota al pie
25095 \begin_inset space ~
25096 \end_inset
25097
25098
25099 \begin_inset CommandInset ref
25100 LatexCommand ref
25101 reference "pie:Esto-es-una"
25102
25103 \end_inset
25104
25105  para guardar el número de la nota: 
25106 \end_layout
25107
25108 \begin_layout Standard
25109
25110 \series bold
25111
25112 \backslash
25113 newcounter{MyRepeatFoot}
25114 \begin_inset Newline newline
25115 \end_inset
25116
25117
25118 \backslash
25119 setcounter{MyRepeatFoot}{
25120 \backslash
25121 thefootnote}
25122 \end_layout
25123
25124 \begin_layout Standard
25125 La marca de la nota se ha creado después con el comando:
25126 \end_layout
25127
25128 \begin_layout Standard
25129
25130 \series bold
25131
25132 \backslash
25133 footnotemark[
25134 \backslash
25135 theMyRepeatFoot]
25136 \end_layout
25137
25138 \begin_layout Standard
25139 Aquí hay una nota repetida:
25140 \begin_inset ERT
25141 status collapsed
25142
25143 \begin_layout Plain Layout
25144
25145
25146 \backslash
25147 footnotemark[
25148 \backslash
25149 theMyRepeatFoot]
25150 \end_layout
25151
25152 \end_inset
25153
25154
25155 \end_layout
25156
25157 \begin_layout Standard
25158 Para repetir la nota al pie previa, se puede omitir el guardado del número
25159  de la nota y usar en su lugar el comando:
25160 \end_layout
25161
25162 \begin_layout Standard
25163
25164 \series bold
25165
25166 \backslash
25167 footnotemark[
25168 \backslash
25169 thefootnote]
25170 \end_layout
25171
25172 \begin_layout Standard
25173 Aquí hay otra nota repetida:
25174 \begin_inset ERT
25175 status collapsed
25176
25177 \begin_layout Plain Layout
25178
25179
25180 \backslash
25181 footnotemark[
25182 \backslash
25183 thefootnote]
25184 \end_layout
25185
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \begin_layout Subsection
25192 Numeración de notas al pie
25193 \begin_inset CommandInset label
25194 LatexCommand label
25195 name "sub:Numeración-de-Notas-al-Pie"
25196
25197 \end_inset
25198
25199
25200 \begin_inset Index idx
25201 status collapsed
25202
25203 \begin_layout Plain Layout
25204 Notas al pie ! Numeración
25205 \end_layout
25206
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \begin_layout Standard
25213 Para reiniciar el número de pie a 1 en cada sección añade
25214 \family roman
25215  en el preámbulo el comando:
25216 \end_layout
25217
25218 \begin_layout Standard
25219
25220 \series bold
25221
25222 \backslash
25223 @addtoreset{footnote}{section}
25224 \end_layout
25225
25226 \begin_layout Standard
25227 \begin_inset VSpace bigskip
25228 \end_inset
25229
25230 El siguiente comando en el preámbulo cambia el estilo de numeración del
25231  pie a números romanos en minúsculas:
25232 \end_layout
25233
25234 \begin_layout Standard
25235
25236 \series bold
25237
25238 \backslash
25239 renewcommand{
25240 \backslash
25241 thefootnote}{
25242 \backslash
25243 roman{footnote}}
25244 \end_layout
25245
25246 \begin_layout Standard
25247 \begin_inset ERT
25248 status collapsed
25249
25250 \begin_layout Plain Layout
25251
25252
25253 \backslash
25254 renewcommand{
25255 \backslash
25256 thefootnote}{
25257 \backslash
25258 roman{footnote}}
25259 \end_layout
25260
25261 \end_inset
25262
25263  Nota al pie en números romanos:
25264 \begin_inset Foot
25265 status collapsed
25266
25267 \begin_layout Plain Layout
25268 Ejemplo de nota al pie en números romanos.
25269 \end_layout
25270
25271 \end_inset
25272
25273
25274 \begin_inset ERT
25275 status collapsed
25276
25277 \begin_layout Plain Layout
25278
25279
25280 \backslash
25281 renewcommand{
25282 \backslash
25283 thefootnote}{
25284 \backslash
25285 arabic{footnote}}
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \begin_layout Standard
25294 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25295  
25296 \series bold
25297
25298 \backslash
25299 roman
25300 \series default
25301  por 
25302 \series bold
25303
25304 \backslash
25305 Roman
25306 \series default
25307 .
25308  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25309 \series bold
25310
25311 \backslash
25312 Alph
25313 \series default
25314  o 
25315 \series bold
25316
25317 \backslash
25318 alph
25319 \series default
25320 , respectivamente.
25321  Para ordenar las notas al pie con símbolos usa 
25322 \series bold
25323
25324 \backslash
25325 fnsymbol
25326 \series default
25327 .
25328 \end_layout
25329
25330 \begin_layout Standard
25331 \begin_inset Note Greyedout
25332 status open
25333
25334 \begin_layout Plain Layout
25335
25336 \series bold
25337 Nota:
25338 \series default
25339  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25340  simples.
25341 \end_layout
25342
25343 \end_inset
25344
25345
25346 \begin_inset Newline newline
25347 \end_inset
25348
25349
25350 \begin_inset Note Greyedout
25351 status open
25352
25353 \begin_layout Plain Layout
25354
25355 \series bold
25356 Nota:
25357 \series default
25358  sólo puedes ordenar hasta 9 pies con símbolos.
25359 \end_layout
25360
25361 \end_inset
25362
25363
25364 \end_layout
25365
25366 \begin_layout Standard
25367 Para volver al estilo de numeración predeterminado cuando has cambiado a
25368  otro estilo, usa 
25369 \series bold
25370
25371 \backslash
25372 arabic
25373 \series default
25374  en vez de 
25375 \series bold
25376
25377 \backslash
25378 roman
25379 \series default
25380  en el comando anterior.
25381 \begin_inset ERT
25382 status collapsed
25383
25384 \begin_layout Plain Layout
25385
25386
25387 \backslash
25388 renewcommand{
25389 \backslash
25390 thefootnote}{
25391 \backslash
25392 arabic{footnote}}
25393 \end_layout
25394
25395 \end_inset
25396
25397
25398 \end_layout
25399
25400 \begin_layout Standard
25401 \begin_inset VSpace bigskip
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \begin_layout Standard
25408 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25409  comando al preámbulo del documento:
25410 \end_layout
25411
25412 \begin_layout Standard
25413
25414 \series bold
25415
25416 \backslash
25417 numberwithin{footnote}{chapter}
25418 \end_layout
25419
25420 \begin_layout Standard
25421 Para poder usar el comando 
25422 \series bold
25423
25424 \backslash
25425 numberwithin
25426 \series default
25427 , marca la opción 
25428 \family sans
25429 Usar
25430 \family default
25431
25432 \begin_inset space ~
25433 \end_inset
25434
25435
25436 \family sans
25437 el
25438 \family default
25439
25440 \begin_inset space ~
25441 \end_inset
25442
25443
25444 \family sans
25445 paquete
25446 \family default
25447
25448 \begin_inset space ~
25449 \end_inset
25450
25451
25452 \family sans
25453 AMS
25454 \family default
25455  en la sección 
25456 \family sans
25457 Opciones para ecuaciones
25458 \family default
25459  de la configuración del documento.
25460 \end_layout
25461
25462 \begin_layout Standard
25463 \begin_inset ERT
25464 status collapsed
25465
25466 \begin_layout Plain Layout
25467
25468
25469 \backslash
25470 numberwithin{footnote}{chapter}
25471 \end_layout
25472
25473 \end_inset
25474
25475 Esto es otro ejemplo de nota al pie:
25476 \series bold
25477
25478 \begin_inset Foot
25479 status collapsed
25480
25481 \begin_layout Plain Layout
25482 Nota al pie numerada en el esquema 
25483 \begin_inset Quotes eld
25484 \end_inset
25485
25486 capítulo.nota
25487 \begin_inset Quotes erd
25488 \end_inset
25489
25490 .
25491 \end_layout
25492
25493 \end_inset
25494
25495
25496 \series default
25497
25498 \begin_inset ERT
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502
25503
25504 \backslash
25505 renewcommand{
25506 \backslash
25507 thefootnote}{
25508 \backslash
25509 arabic{footnote}}
25510 \end_layout
25511
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \begin_layout Standard
25518 \begin_inset Note Greyedout
25519 status open
25520
25521 \begin_layout Plain Layout
25522
25523 \series bold
25524 Nota: 
25525 \backslash
25526 numberwithin 
25527 \series default
25528 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25529  previas para obtener números no arábigos se sobreescriben.
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \begin_layout Standard
25538 Así, para obtener por ejemplo el esquema «capítulo.
25539 \backslash
25540 Roman{footnote}», usa este comando en vez de 
25541 \series bold
25542
25543 \backslash
25544 numberwithin
25545 \series default
25546 :
25547 \end_layout
25548
25549 \begin_layout Standard
25550
25551 \series bold
25552
25553 \backslash
25554 renewcommand{
25555 \backslash
25556 thefootnote}{
25557 \backslash
25558 thechapter.
25559 \backslash
25560 Roman{footnote}}
25561 \end_layout
25562
25563 \begin_layout Subsection
25564 Colocación de notas al pie
25565 \begin_inset Index idx
25566 status collapsed
25567
25568 \begin_layout Plain Layout
25569 Notas al pie ! Colocación
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \begin_layout Standard
25578 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25579  entre ellas al final de la página.
25580  Para hacerlas más legibles puedes añadir 1.5
25581 \begin_inset space \thinspace{}
25582 \end_inset
25583
25584 mm, p.
25585 \begin_inset space \thinspace{}
25586 \end_inset
25587
25588 e., con el comando siguiente en el preámbulo:
25589 \end_layout
25590
25591 \begin_layout Standard
25592
25593 \series bold
25594
25595 \backslash
25596 let
25597 \backslash
25598 myFoot
25599 \backslash
25600 footnote
25601 \begin_inset Newline newline
25602 \end_inset
25603
25604
25605 \backslash
25606 renewcommand{
25607 \backslash
25608 footnote}[1]{
25609 \backslash
25610 myFoot{#1
25611 \backslash
25612 vspace{1.5mm}}}
25613 \end_layout
25614
25615 \begin_layout Standard
25616 \begin_inset VSpace bigskip
25617 \end_inset
25618
25619 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25620  véase la figura
25621 \begin_inset space ~
25622 \end_inset
25623
25624
25625 \begin_inset CommandInset ref
25626 LatexCommand ref
25627 reference "fig:Colocación-standard-del-pie"
25628
25629 \end_inset
25630
25631 .
25632  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25633  en la figura
25634 \begin_inset space ~
25635 \end_inset
25636
25637
25638 \begin_inset CommandInset ref
25639 LatexCommand ref
25640 reference "fig:Colocación-del-pie-en"
25641
25642 \end_inset
25643
25644 , usa el paquete LaTeX 
25645 \series bold
25646 ftnright
25647 \series default
25648
25649 \begin_inset Index idx
25650 status collapsed
25651
25652 \begin_layout Plain Layout
25653 LaTeX-paquetes ! ftnright
25654 \end_layout
25655
25656 \end_inset
25657
25658  con este comando en el preámbulo:
25659 \end_layout
25660
25661 \begin_layout Standard
25662
25663 \series bold
25664
25665 \backslash
25666 usepackage{ftnright}
25667 \end_layout
25668
25669 \begin_layout Standard
25670 \begin_inset Float figure
25671 placement !h
25672 wide false
25673 sideways false
25674 status open
25675
25676 \begin_layout Plain Layout
25677 \begin_inset ERT
25678 status collapsed
25679
25680 \begin_layout Plain Layout
25681
25682
25683 \backslash
25684 framebox{
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \begin_inset Graphics
25691         filename ../clipart/without_fntright.pdf
25692         width 100col%
25693
25694 \end_inset
25695
25696
25697 \begin_inset ERT
25698 status collapsed
25699
25700 \begin_layout Plain Layout
25701
25702 }
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \begin_layout Plain Layout
25711 \begin_inset Caption
25712
25713 \begin_layout Plain Layout
25714 \begin_inset CommandInset label
25715 LatexCommand label
25716 name "fig:Colocación-standard-del-pie"
25717
25718 \end_inset
25719
25720 Colocación estándar de notas al pie en documentos a dos columnas.
25721 \end_layout
25722
25723 \end_inset
25724
25725
25726 \end_layout
25727
25728 \end_inset
25729
25730
25731 \end_layout
25732
25733 \begin_layout Standard
25734 \begin_inset Float figure
25735 placement !h
25736 wide false
25737 sideways false
25738 status open
25739
25740 \begin_layout Plain Layout
25741 \begin_inset ERT
25742 status collapsed
25743
25744 \begin_layout Plain Layout
25745
25746
25747 \backslash
25748 framebox{
25749 \end_layout
25750
25751 \end_inset
25752
25753
25754 \begin_inset Graphics
25755         filename ../clipart/with_fntright.pdf
25756         width 100col%
25757
25758 \end_inset
25759
25760
25761 \begin_inset ERT
25762 status collapsed
25763
25764 \begin_layout Plain Layout
25765
25766 }
25767 \end_layout
25768
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \begin_layout Plain Layout
25775 \begin_inset Caption
25776
25777 \begin_layout Plain Layout
25778 \begin_inset CommandInset label
25779 LatexCommand label
25780 name "fig:Colocación-del-pie-en"
25781
25782 \end_inset
25783
25784 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25785  el paquete LaTeX 
25786 \series bold
25787 ftnright
25788 \series default
25789 .
25790 \end_layout
25791
25792 \end_inset
25793
25794
25795 \end_layout
25796
25797 \end_inset
25798
25799
25800 \end_layout
25801
25802 \begin_layout Standard
25803 \begin_inset VSpace bigskip
25804 \end_inset
25805
25806 En alguna literatura científica es habitual reunir las notas para imprimirlas
25807  en un párrafo separado al final de la sección, como en la figura
25808 \begin_inset space ~
25809 \end_inset
25810
25811
25812 \begin_inset CommandInset ref
25813 LatexCommand ref
25814 reference "fig:Notas-al-pie-al-final"
25815
25816 \end_inset
25817
25818 .
25819  Para reunir las notas al final
25820 \begin_inset Index idx
25821 status collapsed
25822
25823 \begin_layout Plain Layout
25824 Notas ! al final
25825 \end_layout
25826
25827 \end_inset
25828
25829  en vez de a pie de página, carga en el menú 
25830 \family sans
25831 Documento\SpecialChar \menuseparator
25832 Configuratión\SpecialChar \menuseparator
25833 Módulos
25834 \family default
25835  el módulo 
25836 \family sans
25837 Pie
25838 \begin_inset space ~
25839 \end_inset
25840
25841 al
25842 \begin_inset space ~
25843 \end_inset
25844
25845 final
25846 \family default
25847 .
25848  Para insertar la colección de notas, escribe el comando
25849 \end_layout
25850
25851 \begin_layout Standard
25852
25853 \series bold
25854
25855 \backslash
25856 theendnotes
25857 \end_layout
25858
25859 \begin_layout Standard
25860 en código TeX al final de una sección o capítulo.
25861 \end_layout
25862
25863 \begin_layout Standard
25864 \begin_inset Float figure
25865 wide false
25866 sideways false
25867 status open
25868
25869 \begin_layout Plain Layout
25870 \align center
25871 \begin_inset ERT
25872 status collapsed
25873
25874 \begin_layout Plain Layout
25875
25876
25877 \backslash
25878 framebox{
25879 \end_layout
25880
25881 \end_inset
25882
25883
25884 \begin_inset Graphics
25885         filename ../clipart/endnotes.pdf
25886
25887 \end_inset
25888
25889
25890 \begin_inset ERT
25891 status collapsed
25892
25893 \begin_layout Plain Layout
25894
25895 }
25896 \end_layout
25897
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \begin_layout Plain Layout
25904 \begin_inset Caption
25905
25906 \begin_layout Plain Layout
25907 \begin_inset CommandInset label
25908 LatexCommand label
25909 name "fig:Notas-al-pie-al-final"
25910
25911 \end_inset
25912
25913 Notas al final: notas impresas en párrafo separado al final de la sección
25914  o del capítulo.
25915 \end_layout
25916
25917 \end_inset
25918
25919
25920 \end_layout
25921
25922 \end_inset
25923
25924
25925 \end_layout
25926
25927 \begin_layout Standard
25928 \begin_inset VSpace medskip
25929 \end_inset
25930
25931 La cabecera de párrafo para las notas finales no se traduce automáticamente
25932  al lenguaje del documento, hay que hacerlo manualmente.
25933   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
25934  al español «Notas»:
25935 \end_layout
25936
25937 \begin_layout Standard
25938
25939 \series bold
25940
25941 \backslash
25942 renewcommand{
25943 \backslash
25944 notesname}{Notas}
25945 \end_layout
25946
25947 \begin_layout Standard
25948 \begin_inset VSpace medskip
25949 \end_inset
25950
25951 La numeración de notas finales puede cambiarse como la de las notas al pie,
25952  como se describe en la sección
25953 \begin_inset space ~
25954 \end_inset
25955
25956
25957 \begin_inset CommandInset ref
25958 LatexCommand ref
25959 reference "sub:Numeración-de-Notas-al-Pie"
25960
25961 \end_inset
25962
25963 ; sólo hay que reemplazar el comando 
25964 \series bold
25965
25966 \backslash
25967 thefootnote
25968 \series default
25969  por 
25970 \series bold
25971
25972 \backslash
25973 theendnote
25974 \series default
25975 .
25976  Para restablecer la numeración usa el comando 
25977 \series bold
25978
25979 \backslash
25980 @addtoreset
25981 \series default
25982  como se describe en la sección
25983 \begin_inset space ~
25984 \end_inset
25985
25986
25987 \begin_inset CommandInset ref
25988 LatexCommand ref
25989 reference "sub:Numeración-de-Notas-al-Pie"
25990
25991 \end_inset
25992
25993  y sustituye el parámetro de comando 
25994 \series bold
25995 footnote
25996 \series default
25997  por 
25998 \series bold
25999 endnote
26000 \series default
26001 .
26002 \end_layout
26003
26004 \begin_layout Standard
26005 Para notas al final hay el comando  el comando 
26006 \series bold
26007
26008 \backslash
26009 endnotemark[número]
26010 \series default
26011  similar al comando 
26012 \series bold
26013
26014 \backslash
26015 footnotemark
26016 \series default
26017 , descrito en la sección
26018 \begin_inset space ~
26019 \end_inset
26020
26021
26022 \begin_inset CommandInset ref
26023 LatexCommand ref
26024 reference "sec:Notas-al-pie"
26025
26026 \end_inset
26027
26028 .
26029 \end_layout
26030
26031 \begin_layout Standard
26032 \begin_inset VSpace bigskip
26033 \end_inset
26034
26035 Las notas al pie también pueden colocarse al margen de la página y la alineación
26036  del texto del pie también puede cambiarse, véase el paquete LaTeX 
26037 \series bold
26038 footmisc
26039 \series default
26040
26041 \begin_inset Index idx
26042 status collapsed
26043
26044 \begin_layout Plain Layout
26045 LaTeX-paquetes ! footmisc
26046 \end_layout
26047
26048 \end_inset
26049
26050  
26051 \begin_inset CommandInset citation
26052 LatexCommand cite
26053 key "footmisc"
26054
26055 \end_inset
26056
26057  para más información.
26058 \end_layout
26059
26060 \begin_layout Standard
26061 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
26062  
26063 \begin_inset CommandInset citation
26064 LatexCommand cite
26065 key "latexcompanion,latexguide,latexbook"
26066
26067 \end_inset
26068
26069 .
26070 \end_layout
26071
26072 \begin_layout Section
26073 Notas al margen
26074 \begin_inset Index idx
26075 status collapsed
26076
26077 \begin_layout Plain Layout
26078 Notas ! al margen
26079 \end_layout
26080
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \begin_layout Standard
26087 Las notas al margen se ven y se comportan en LyX como notas al pie.
26088  Se insertan con el menú 
26089 \family sans
26090 Insertar\SpecialChar \menuseparator
26091 Nota
26092 \begin_inset space ~
26093 \end_inset
26094
26095 al
26096 \begin_inset space ~
26097 \end_inset
26098
26099 margen
26100 \family default
26101  o con el botón 
26102 \begin_inset Graphics
26103         filename ../../images/marginalnote-insert.png
26104         scale 85
26105
26106 \end_inset
26107
26108 .
26109  Aparece un cuadro gris con la etiqueta 
26110 \family roman
26111 \series medium
26112 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
26113 \end_layout
26114
26115 \begin_layout Standard
26116 Al lado hay un ejemplo de nota al margen.
26117
26118 \family roman
26119 \series medium
26120  
26121 \begin_inset Marginal
26122 status open
26123
26124 \begin_layout Plain Layout
26125 Esto es una nota al margen.
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \begin_layout Standard
26134 Estas notas salen en el margen derecho en documentos a una cara.
26135  En documentos a doble cara se muestran en el margen externo —margen izquierdo
26136  en páginas pares, derecho en páginas impares—.
26137  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
26138  a la derecha si la nota aparece en el margen izquierdo—.
26139  La primera línea de la nota se sitúa en la posición de la línea del texto
26140  en la que se inserta en el documento.
26141 \end_layout
26142
26143 \begin_layout Standard
26144 \begin_inset VSpace bigskip
26145 \end_inset
26146
26147 Para colocar la nota en el margen interno añade el comando
26148 \end_layout
26149
26150 \begin_layout Standard
26151
26152 \series bold
26153
26154 \backslash
26155 reversemarginpar
26156 \end_layout
26157
26158 \begin_layout Standard
26159 en código TeX antes de la nota.
26160  La nueva colocación es válida para todas las siguientes notas al margen.
26161  
26162 \begin_inset ERT
26163 status collapsed
26164
26165 \begin_layout Plain Layout
26166
26167
26168 \backslash
26169 reversemarginpar 
26170 \end_layout
26171
26172 \end_inset
26173
26174
26175 \begin_inset Marginal
26176 status open
26177
26178 \begin_layout Plain Layout
26179 Esto es una nota en el margen interno.
26180 \end_layout
26181
26182 \end_inset
26183
26184
26185 \series bold
26186
26187 \begin_inset Newline newline
26188 \end_inset
26189
26190
26191 \series default
26192
26193 \begin_inset Note Greyedout
26194 status open
26195
26196 \begin_layout Plain Layout
26197
26198 \series bold
26199 Nota:
26200 \series default
26201  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26202  no se mostrará correctamente en la salida.
26203 \end_layout
26204
26205 \end_inset
26206
26207
26208 \end_layout
26209
26210 \begin_layout Standard
26211 Para volver a la ubicación predeterminada inserta en código TeX el comando
26212 \begin_inset ERT
26213 status collapsed
26214
26215 \begin_layout Plain Layout
26216
26217
26218 \backslash
26219 normalmarginpar 
26220 \end_layout
26221
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \begin_layout Standard
26228
26229 \series bold
26230
26231 \backslash
26232 normalmarginpar
26233 \end_layout
26234
26235 \begin_layout Standard
26236 \begin_inset Note Greyedout
26237 status open
26238
26239 \begin_layout Plain Layout
26240
26241 \series bold
26242 Nota:
26243 \series default
26244  El comando se ignora si en el mismo párrafo está también presente el comando
26245  
26246 \series bold
26247
26248 \backslash
26249 reversemarginpar
26250 \series default
26251 .
26252 \end_layout
26253
26254 \end_inset
26255
26256
26257 \end_layout
26258
26259 \begin_layout Standard
26260 \begin_inset VSpace bigskip
26261 \end_inset
26262
26263
26264 \family roman
26265 \series medium
26266
26267 \begin_inset Marginal
26268 status open
26269
26270 \begin_layout Plain Layout
26271 PalabraMuyLargaAlMargen no partida con guión.
26272 \end_layout
26273
26274 \end_inset
26275
26276
26277 \family default
26278 \series default
26279  Como en el caso descrito en la sección
26280 \begin_inset space ~
26281 \end_inset
26282
26283
26284 \begin_inset CommandInset ref
26285 LatexCommand ref
26286 reference "sub:Líneas-Múltiples-en"
26287
26288 \end_inset
26289
26290 , una palabra larga no puede partirse con guión cuando es la primera en
26291  la nota al margen.
26292  Para evitar esto, inserta un espacio horizontal de 0
26293 \begin_inset space \thinspace{}
26294 \end_inset
26295
26296 pt antes de la palabra
26297 \family roman
26298 \series medium
26299 .
26300 \end_layout
26301
26302 \begin_layout Standard
26303
26304 \family roman
26305 \series medium
26306 \begin_inset Marginal
26307 status open
26308
26309 \begin_layout Plain Layout
26310 \begin_inset ERT
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314
26315
26316 \backslash
26317 hspace{0pt}
26318 \end_layout
26319
26320 \end_inset
26321
26322 PalabraMuyLargaAlMargen partida con guión.
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \begin_layout Standard
26331 \begin_inset VSpace bigskip
26332 \end_inset
26333
26334
26335 \end_layout
26336
26337 \begin_layout Standard
26338 \begin_inset Note Greyedout
26339 status open
26340
26341 \begin_layout Plain Layout
26342
26343 \series bold
26344 Nota:
26345 \series default
26346  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
26347  notas al pie.
26348 \end_layout
26349
26350 \end_inset
26351
26352
26353 \end_layout
26354
26355 \begin_layout Standard
26356 \begin_inset VSpace bigskip
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \begin_layout Standard
26363 \begin_inset ERT
26364 status collapsed
26365
26366 \begin_layout Plain Layout
26367
26368
26369 \backslash
26370 ifmarginnote
26371 \end_layout
26372
26373 \end_inset
26374
26375
26376 \begin_inset Note Note
26377 status collapsed
26378
26379 \begin_layout Plain Layout
26380 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26381  LaTeX 
26382 \series bold
26383 marginnote
26384 \series default
26385 .
26386 \end_layout
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \begin_layout Standard
26394 Esta restricción se puede salvar con el paquete LaTeX 
26395 \series bold
26396 marginnote
26397 \series default
26398
26399 \begin_inset Index idx
26400 status collapsed
26401
26402 \begin_layout Plain Layout
26403 LaTeX-paquetes ! marginnote
26404 \end_layout
26405
26406 \end_inset
26407
26408 .
26409  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26410  notas al margen es redefinido para usar el comando proporcionado por el
26411  paquete 
26412 \series bold
26413 marginnote
26414 \series default
26415 :
26416 \end_layout
26417
26418 \begin_layout Standard
26419
26420 \series bold
26421
26422 \backslash
26423 usepackage{marginnote}
26424 \begin_inset Newline newline
26425 \end_inset
26426
26427
26428 \backslash
26429 let
26430 \backslash
26431 marginpar
26432 \backslash
26433 marginnote
26434 \end_layout
26435
26436 \begin_layout Standard
26437 Esto se ha utilizado en el presente documento porque 
26438 \series bold
26439 marginnote
26440 \series default
26441  tiene una característica adicional útil: Puedes establecer un desplazamiento
26442  vertical a la nota.
26443  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26444  diseño de la página.
26445  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26446  en código TeX
26447 \end_layout
26448
26449 \begin_layout Standard
26450
26451 \series bold
26452 [desplazamiento]
26453 \end_layout
26454
26455 \begin_layout Standard
26456 donde desplazamiento es una longitud en una de las unidades de la tabla
26457 \begin_inset space ~
26458 \end_inset
26459
26460
26461 \begin_inset CommandInset ref
26462 LatexCommand ref
26463 reference "tab:Unidades"
26464
26465 \end_inset
26466
26467 .
26468  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26469  abajo.
26470  
26471 \family roman
26472 \series medium
26473 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26474 \begin_inset space \thinspace{}
26475 \end_inset
26476
26477 cm arriba con el comando en código TeX 
26478 \begin_inset Quotes eld
26479 \end_inset
26480
26481
26482 \family default
26483 \series bold
26484 [-1.5cm]
26485 \family roman
26486 \series medium
26487
26488 \begin_inset Quotes erd
26489 \end_inset
26490
26491
26492 \begin_inset Marginal
26493 status collapsed
26494
26495 \begin_layout Plain Layout
26496 Esta nota está 1.5
26497 \begin_inset space \thinspace{}
26498 \end_inset
26499
26500 cm por encima de su posición original.
26501 \end_layout
26502
26503 \end_inset
26504
26505
26506 \family default
26507 \series default
26508
26509 \begin_inset ERT
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513
26514 [-1.5cm]
26515 \end_layout
26516
26517 \end_inset
26518
26519
26520 \end_layout
26521
26522 \begin_layout Standard
26523 \begin_inset VSpace medskip
26524 \end_inset
26525
26526 Con 
26527 \series bold
26528 marginnote
26529 \series default
26530  también puedes cambiar la alineación del texto en el margen.
26531  Por ejemplo los comandos
26532 \end_layout
26533
26534 \begin_layout Standard
26535
26536 \series bold
26537
26538 \backslash
26539 renewcommand*{
26540 \backslash
26541 raggedleftmarginnote}{
26542 \backslash
26543 centering}
26544 \begin_inset Newline newline
26545 \end_inset
26546
26547
26548 \backslash
26549 renewcommand*{
26550 \backslash
26551 raggedrightmarginnote}{
26552 \backslash
26553 centering}
26554 \end_layout
26555
26556 \begin_layout Standard
26557 producen alineación centrada.
26558  
26559 \series bold
26560
26561 \backslash
26562 raggedleftmarginnote
26563 \series default
26564  identifica las notas que aparecen al lado izquierdo.
26565 \family roman
26566 \series medium
26567
26568 \begin_inset ERT
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572
26573
26574 \backslash
26575 renewcommand*{
26576 \backslash
26577 raggedleftmarginnote}{
26578 \backslash
26579 centering}
26580 \end_layout
26581
26582 \begin_layout Plain Layout
26583
26584
26585 \backslash
26586 renewcommand*{
26587 \backslash
26588 raggedrightmarginnote}{
26589 \backslash
26590 centering}
26591 \end_layout
26592
26593 \end_inset
26594
26595
26596 \begin_inset Marginal
26597 status open
26598
26599 \begin_layout Plain Layout
26600 El texto de esta nota está centrado.
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \family default
26607 \series default
26608  El valor predeterminado es 
26609 \end_layout
26610
26611 \begin_layout Standard
26612
26613 \series bold
26614
26615 \backslash
26616 renewcommand*{
26617 \backslash
26618 raggedleftmarginnote}{
26619 \backslash
26620 raggedleft}
26621 \begin_inset Newline newline
26622 \end_inset
26623
26624
26625 \backslash
26626 renewcommand*{
26627 \backslash
26628 raggedrightmarginnote}{
26629 \backslash
26630 raggedright}
26631 \family roman
26632 \series medium
26633
26634 \begin_inset ERT
26635 status collapsed
26636
26637 \begin_layout Plain Layout
26638
26639
26640 \backslash
26641 renewcommand*{
26642 \backslash
26643 raggedleftmarginnote}{
26644 \backslash
26645 raggedleft}
26646 \end_layout
26647
26648 \begin_layout Plain Layout
26649
26650
26651 \backslash
26652 renewcommand*{
26653 \backslash
26654 raggedrightmarginnote}{
26655 \backslash
26656 raggedright}
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \begin_layout Standard
26665 \begin_inset VSpace medskip
26666 \end_inset
26667
26668 Para otras características de 
26669 \series bold
26670 marginnote
26671 \series default
26672  mira en su documentación 
26673 \begin_inset CommandInset citation
26674 LatexCommand cite
26675 key "marginnote"
26676
26677 \end_inset
26678
26679 .
26680 \end_layout
26681
26682 \begin_layout Standard
26683 \begin_inset VSpace bigskip
26684 \end_inset
26685
26686 El diseño de las notas al margen puede ser redefinido.
26687  Por ejemplo, para crear una cabecera para todas las notas con el texto
26688  
26689 \begin_inset Quotes eld
26690 \end_inset
26691
26692
26693 \series bold
26694 \bar under
26695 ¡
26696 \family sans
26697 Atención
26698 \family default
26699 !
26700 \series default
26701 \bar default
26702
26703 \begin_inset Quotes erd
26704 \end_inset
26705
26706 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26707 \end_layout
26708
26709 \begin_layout Standard
26710
26711 \series bold
26712
26713 \backslash
26714 let
26715 \backslash
26716 myMarginpar
26717 \backslash
26718 marginpar
26719 \begin_inset Newline newline
26720 \end_inset
26721
26722
26723 \backslash
26724 renewcommand{
26725 \backslash
26726 marginpar}[1]{
26727 \backslash
26728 myMarginpar{%
26729 \begin_inset Newline newline
26730 \end_inset
26731
26732
26733 \begin_inset Phantom HPhantom
26734 status open
26735
26736 \begin_layout Plain Layout
26737
26738 \series bold
26739 \begin_inset space ~
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \end_inset
26746
26747
26748 \backslash
26749 hspace{0pt}
26750 \backslash
26751 textsf{
26752 \backslash
26753 textbf{
26754 \backslash
26755 underbar{¡Atención!}}}%
26756 \begin_inset Newline newline
26757 \end_inset
26758
26759
26760 \begin_inset Phantom HPhantom
26761 status open
26762
26763 \begin_layout Plain Layout
26764
26765 \series bold
26766 \begin_inset space ~
26767 \end_inset
26768
26769
26770 \end_layout
26771
26772 \end_inset
26773
26774
26775 \backslash
26776 vspace{1.5mm}
26777 \backslash
26778
26779 \backslash
26780 #1}}
26781 \end_layout
26782
26783 \begin_layout Standard
26784
26785 \family roman
26786 \series medium
26787 \begin_inset ERT
26788 status collapsed
26789
26790 \begin_layout Plain Layout
26791
26792
26793 \backslash
26794 let
26795 \backslash
26796 myMarginpar
26797 \backslash
26798 marginpar
26799 \end_layout
26800
26801 \begin_layout Plain Layout
26802
26803
26804 \backslash
26805 renewcommand{
26806 \backslash
26807 marginpar}[1]{
26808 \backslash
26809 myMarginpar{%
26810 \end_layout
26811
26812 \begin_layout Plain Layout
26813
26814    
26815 \backslash
26816 textsf{
26817 \backslash
26818 textbf{
26819 \backslash
26820 underbar{¡Atención!}}}%
26821 \end_layout
26822
26823 \begin_layout Plain Layout
26824
26825    
26826 \backslash
26827 vspace{1.5mm}
26828 \backslash
26829
26830 \backslash
26831 #1}}
26832 \end_layout
26833
26834 \end_inset
26835
26836
26837 \begin_inset Marginal
26838 status open
26839
26840 \begin_layout Plain Layout
26841 Esta es una nota con una cabecera definida.
26842 \end_layout
26843
26844 \end_inset
26845
26846
26847 \family default
26848 \series default
26849
26850 \begin_inset ERT
26851 status collapsed
26852
26853 \begin_layout Plain Layout
26854
26855 [-1.5cm]
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \family roman
26862 \series medium
26863
26864 \begin_inset ERT
26865 status collapsed
26866
26867 \begin_layout Plain Layout
26868
26869
26870 \backslash
26871 renewcommand{
26872 \backslash
26873 marginpar}[1]{
26874 \backslash
26875 myMarginpar{#1}}
26876 \end_layout
26877
26878 \end_inset
26879
26880
26881 \family default
26882 \series default
26883
26884 \begin_inset Note Note
26885 status collapsed
26886
26887 \begin_layout Plain Layout
26888 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26889 \end_layout
26890
26891 \end_inset
26892
26893
26894 \end_layout
26895
26896 \begin_layout Standard
26897 \begin_inset ERT
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901
26902
26903 \backslash
26904 else
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \begin_inset Note Note
26911 status collapsed
26912
26913 \begin_layout Plain Layout
26914 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26915  
26916 \series bold
26917 marginnote
26918 \series default
26919 .
26920 \end_layout
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \begin_layout Standard
26928 Debes instalar el paquete LaTeX 
26929 \series bold
26930 marginnote
26931 \series default
26932  para ver la parte siguiente en la salida.
26933 \end_layout
26934
26935 \begin_layout Standard
26936 \begin_inset ERT
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940
26941
26942 \backslash
26943 fi
26944 \end_layout
26945
26946 \end_inset
26947
26948
26949 \end_layout
26950
26951 \begin_layout Chapter
26952 Cuadros
26953 \end_layout
26954
26955 \begin_layout Section
26956 Introducción
26957 \begin_inset Index idx
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961 Cuadros ! Introducción
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \begin_layout Standard
26970 Los cuadros se emplean para dar formato a bloques de texto.
26971  Se pueden usar para escribir documentos con varios idiomas, véase sección
26972 \begin_inset space ~
26973 \end_inset
26974
26975
26976 \begin_inset CommandInset ref
26977 LatexCommand ref
26978 reference "sec:Minipáginas"
26979
26980 \end_inset
26981
26982 , enmarcar textos, véase sección
26983 \begin_inset space ~
26984 \end_inset
26985
26986
26987 \begin_inset CommandInset ref
26988 LatexCommand ref
26989 reference "sec:Decoración"
26990
26991 \end_inset
26992
26993 , evitar la división de palabras, véase sección
26994 \begin_inset space ~
26995 \end_inset
26996
26997
26998 \begin_inset CommandInset ref
26999 LatexCommand ref
27000 reference "sec:Evitar-la-Partición"
27001
27002 \end_inset
27003
27004 , alinear texto, véase sección
27005 \begin_inset space ~
27006 \end_inset
27007
27008
27009 \begin_inset CommandInset ref
27010 LatexCommand ref
27011 reference "sub:Alineación-Vertical"
27012
27013 \end_inset
27014
27015 , o para poner color de fondo a un texto, véase sección
27016 \begin_inset space ~
27017 \end_inset
27018
27019
27020 \begin_inset CommandInset ref
27021 LatexCommand ref
27022 reference "sec:Cuadros-Coloreados"
27023
27024 \end_inset
27025
27026 .
27027 \end_layout
27028
27029 \begin_layout Standard
27030 Se insertan con el menú 
27031 \family sans
27032 Insertar\SpecialChar \menuseparator
27033 Cuadro
27034 \family default
27035  o con el botón 
27036 \begin_inset Graphics
27037         filename ../../images/box-insert.png
27038         scale 85
27039
27040 \end_inset
27041
27042 .
27043  Surge un recuadro gris con la etiqueta 
27044 \family sans
27045 Cuadro (Minipágina)
27046 \family default
27047
27048 \begin_inset Graphics
27049         filename clipart/CuadroMinipagQt4.png
27050         scale 75
27051         keepAspectRatio
27052
27053 \end_inset
27054
27055 .
27056  El tipo de cuadro se puede elegir al hacer clic derecho sobre él y seleccionand
27057
27058 \family sans
27059 Configuración
27060 \family default
27061 .
27062  Sale un diálogo en el que 
27063 \family sans
27064 Cuadro
27065 \family default
27066
27067 \begin_inset space ~
27068 \end_inset
27069
27070
27071 \family sans
27072 interior
27073 \family default
27074  permite escoger los tipos 
27075 \family sans
27076 Párrafo
27077 \family default
27078  y 
27079 \family sans
27080 Minipágina
27081 \family default
27082 .
27083  
27084 \family sans
27085 Minipágina
27086 \family default
27087  es el predeterminado para nuevos cuadros y se explica en la sección
27088 \begin_inset space ~
27089 \end_inset
27090
27091
27092 \begin_inset CommandInset ref
27093 LatexCommand ref
27094 reference "sec:Minipáginas"
27095
27096 \end_inset
27097
27098 ; el tipo 
27099 \family sans
27100 Párrafo
27101 \family default
27102  se describe en la sección
27103 \begin_inset space ~
27104 \end_inset
27105
27106
27107 \begin_inset CommandInset ref
27108 LatexCommand ref
27109 reference "sec:Cuadros-de-Párrafo"
27110
27111 \end_inset
27112
27113  y el tipo 
27114 \family sans
27115 \lang english
27116 Makebox
27117 \family default
27118 \lang spanish
27119  se describe en la sección
27120 \begin_inset space ~
27121 \end_inset
27122
27123
27124 \begin_inset CommandInset ref
27125 LatexCommand ref
27126 reference "sec:Evitar-la-Partición"
27127
27128 \end_inset
27129
27130 .
27131 \end_layout
27132
27133 \begin_layout Standard
27134 Los cuadros no se numeran y por tanto no se pueden referenciar como los
27135  flotantes o las notas al pie.
27136 \end_layout
27137
27138 \begin_layout Standard
27139 \begin_inset Note Greyedout
27140 status open
27141
27142 \begin_layout Plain Layout
27143
27144 \series bold
27145 Nota:
27146 \series default
27147  Los cuadros no deben ser el ítem en un entorno 
27148 \family sans
27149 Enumeración*
27150 \family default
27151  o 
27152 \family sans
27153 Descripción
27154 \family default
27155 .
27156 \end_layout
27157
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \begin_layout Standard
27164 \begin_inset Note Greyedout
27165 status open
27166
27167 \begin_layout Plain Layout
27168
27169 \series bold
27170 Nota:
27171 \series default
27172  Por razones desconocidas sólo se puede poner el tipo 
27173 \family sans
27174 Cuadro
27175 \begin_inset space ~
27176 \end_inset
27177
27178 interior
27179 \family default
27180  en 
27181 \family sans
27182 Ninguno
27183 \family default
27184  cuando se emplea un cuadro enmarcado.
27185  Los cuadros sin ningún tipo de 
27186 \family sans
27187 Cuadro
27188 \begin_inset space ~
27189 \end_inset
27190
27191 interior
27192 \family default
27193  y sin marcos se explican en la sección
27194 \begin_inset space ~
27195 \end_inset
27196
27197
27198 \begin_inset CommandInset ref
27199 LatexCommand ref
27200 reference "sec:Evitar-la-Partición"
27201
27202 \end_inset
27203
27204 .
27205 \end_layout
27206
27207 \end_inset
27208
27209
27210 \end_layout
27211
27212 \begin_layout Section
27213 Diálogo de cuadros
27214 \begin_inset CommandInset label
27215 LatexCommand label
27216 name "sec:Diálogo-Cuadros"
27217
27218 \end_inset
27219
27220
27221 \begin_inset Index idx
27222 status collapsed
27223
27224 \begin_layout Plain Layout
27225 Cuadros ! Configuración
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Subsection
27234 Tamaño
27235 \begin_inset Index idx
27236 status collapsed
27237
27238 \begin_layout Plain Layout
27239 Cuadros ! Tamaño
27240 \end_layout
27241
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \begin_layout Standard
27248 En el diálogo puedes ajustar la geometría del cuadro en los campos 
27249 \family sans
27250 Ancho
27251 \family default
27252  y 
27253 \family sans
27254 Alto
27255 \family default
27256 .
27257  Las unidades disponibles para la geometría se describen en la tabla
27258 \begin_inset space ~
27259 \end_inset
27260
27261
27262 \begin_inset CommandInset ref
27263 LatexCommand ref
27264 reference "tab:Unidades"
27265
27266 \end_inset
27267
27268 .
27269  El campo 
27270 \family sans
27271 Alto
27272 \family default
27273  ofrece los siguientes tamaños adicionales:
27274 \end_layout
27275
27276 \begin_layout Description
27277 Profundidad Este es el texto plano «alto».
27278  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27279  cuadro:
27280 \begin_inset Newline newline
27281 \end_inset
27282
27283
27284 \begin_inset Newline newline
27285 \end_inset
27286
27287
27288 \begin_inset Newline newline
27289 \end_inset
27290
27291
27292 \begin_inset Box Boxed
27293 position "c"
27294 hor_pos "c"
27295 has_inner_box 1
27296 inner_pos "c"
27297 use_parbox 0
27298 use_makebox 0
27299 width "12col%"
27300 special "none"
27301 height "1in"
27302 height_special "depth"
27303 status open
27304
27305 \begin_layout Plain Layout
27306 \align center
27307 Cuadro con altura establecida en 1
27308 \begin_inset space \thinspace{}
27309 \end_inset
27310
27311 Profundidad
27312 \end_layout
27313
27314 \end_inset
27315
27316
27317 \begin_inset Newline newline
27318 \end_inset
27319
27320
27321 \begin_inset Newline newline
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Description
27328 Alto Es la altura del texto que está dentro del cuadro.
27329  Un valor de, p.
27330 \begin_inset space \thinspace{}
27331 \end_inset
27332
27333 e.
27334 \begin_inset space ~
27335 \end_inset
27336
27337 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
27338  
27339 \begin_inset Box Boxed
27340 position "c"
27341 hor_pos "c"
27342 has_inner_box 1
27343 inner_pos "c"
27344 use_parbox 0
27345 use_makebox 0
27346 width "20col%"
27347 special "none"
27348 height "2in"
27349 height_special "height"
27350 status open
27351
27352 \begin_layout Plain Layout
27353 \align center
27354 Cuadro con altura puesta en 2
27355 \begin_inset space \thinspace{}
27356 \end_inset
27357
27358 Alto
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \begin_layout Description
27367 Alto
27368 \begin_inset space ~
27369 \end_inset
27370
27371 total Esto es el Alto
27372 \begin_inset space \thinspace{}
27373 \end_inset
27374
27375 +
27376 \begin_inset space \thinspace{}
27377 \end_inset
27378
27379 Profundidad: 
27380 \begin_inset Box Boxed
27381 position "c"
27382 hor_pos "c"
27383 has_inner_box 1
27384 inner_pos "c"
27385 use_parbox 0
27386 use_makebox 0
27387 width "20col%"
27388 special "none"
27389 height "1in"
27390 height_special "totalheight"
27391 status open
27392
27393 \begin_layout Plain Layout
27394 \align center
27395 Cuadro con altura puesta a 1
27396 \begin_inset space \thinspace{}
27397 \end_inset
27398
27399 Alto
27400 \begin_inset space ~
27401 \end_inset
27402
27403 total
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \begin_layout Description
27412 Ancho Esto determina al ancho del cuadro como altura: 
27413 \begin_inset Box Boxed
27414 position "c"
27415 hor_pos "c"
27416 has_inner_box 1
27417 inner_pos "c"
27418 use_parbox 0
27419 use_makebox 0
27420 width "12col%"
27421 special "none"
27422 height "1in"
27423 height_special "width"
27424 status open
27425
27426 \begin_layout Plain Layout
27427 \align center
27428 Cuadro con altura puesta en 1
27429 \begin_inset space \thinspace{}
27430 \end_inset
27431
27432 Ancho
27433 \end_layout
27434
27435 \end_inset
27436
27437
27438 \end_layout
27439
27440 \begin_layout Subsection
27441 Alineación
27442 \begin_inset Index idx
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446 Cuadros ! Alineación
27447 \end_layout
27448
27449 \end_inset
27450
27451
27452 \end_layout
27453
27454 \begin_layout Standard
27455 Si has elegido un 
27456 \family sans
27457 Cuadro
27458 \begin_inset space ~
27459 \end_inset
27460
27461 interior
27462 \family default
27463 , la alineación vertical del cuadro puede ser:
27464 \end_layout
27465
27466 \begin_layout Description
27467 Superior Ejemplo de línea de texto.
27468  
27469 \begin_inset Box Boxed
27470 position "t"
27471 hor_pos "c"
27472 has_inner_box 1
27473 inner_pos "c"
27474 use_parbox 0
27475 use_makebox 0
27476 width "12col%"
27477 special "none"
27478 height "1in"
27479 height_special "totalheight"
27480 status collapsed
27481
27482 \begin_layout Plain Layout
27483 \align center
27484 Cuadro alineado arriba.
27485 \end_layout
27486
27487 \end_inset
27488
27489  Ejemplo de línea de texto.
27490 \end_layout
27491
27492 \begin_layout Description
27493 Medio Ejemplo de línea de texto.
27494  
27495 \begin_inset Box Boxed
27496 position "c"
27497 hor_pos "c"
27498 has_inner_box 1
27499 inner_pos "c"
27500 use_parbox 0
27501 use_makebox 0
27502 width "12col%"
27503 special "none"
27504 height "1in"
27505 height_special "totalheight"
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509 \align center
27510 Cuadro alineado en medio.
27511 \end_layout
27512
27513 \end_inset
27514
27515  Ejemplo de línea de texto.
27516 \end_layout
27517
27518 \begin_layout Description
27519 Inferior Ejemplo de línea de texto.
27520  
27521 \begin_inset Box Boxed
27522 position "b"
27523 hor_pos "c"
27524 has_inner_box 1
27525 inner_pos "c"
27526 use_parbox 0
27527 use_makebox 0
27528 width "12col%"
27529 special "none"
27530 height "1in"
27531 height_special "totalheight"
27532 status collapsed
27533
27534 \begin_layout Plain Layout
27535 \align center
27536 Cuadro alineado abajo.
27537 \end_layout
27538
27539 \end_inset
27540
27541  Ejemplo de línea de texto.
27542 \end_layout
27543
27544 \begin_layout Standard
27545 \begin_inset Note Greyedout
27546 status open
27547
27548 \begin_layout Plain Layout
27549
27550 \series bold
27551 Nota:
27552 \series default
27553  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27554  en una línea y, p.
27555 \begin_inset space \thinspace{}
27556 \end_inset
27557
27558 e., uno de ellos tiene sombreado y el otro no.
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \begin_layout Standard
27567 La alineación horizontal del cuadro puede establecerse en el diálogo de
27568  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27569 \end_layout
27570
27571 \begin_layout Standard
27572 \begin_inset VSpace bigskip
27573 \end_inset
27574
27575 Si has escogido un 
27576 \family sans
27577 Cuadro
27578 \begin_inset space ~
27579 \end_inset
27580
27581 interior
27582 \family default
27583 , el contenido puede alinearse verticalmente a:
27584 \end_layout
27585
27586 \begin_layout Description
27587 Superior Ejemplo de línea de texto.
27588  
27589 \begin_inset Box Boxed
27590 position "c"
27591 hor_pos "c"
27592 has_inner_box 1
27593 inner_pos "t"
27594 use_parbox 0
27595 use_makebox 0
27596 width "12col%"
27597 special "none"
27598 height "1.5in"
27599 height_special "totalheight"
27600 status collapsed
27601
27602 \begin_layout Plain Layout
27603 \align center
27604 Cuadro con texto alineado arriba.
27605 \end_layout
27606
27607 \end_inset
27608
27609  Ejemplo de línea de texto.
27610 \end_layout
27611
27612 \begin_layout Description
27613 Medio Ejemplo de línea de texto.
27614  
27615 \begin_inset Box Boxed
27616 position "c"
27617 hor_pos "c"
27618 has_inner_box 1
27619 inner_pos "c"
27620 use_parbox 0
27621 use_makebox 0
27622 width "12col%"
27623 special "none"
27624 height "1.5in"
27625 height_special "totalheight"
27626 status collapsed
27627
27628 \begin_layout Plain Layout
27629 \align center
27630 Cuadro con texto alineado en medio.
27631 \end_layout
27632
27633 \end_inset
27634
27635  Ejemplo de línea de texto.
27636 \end_layout
27637
27638 \begin_layout Description
27639 Inferior Ejemplo de línea de texto.
27640  
27641 \begin_inset Box Boxed
27642 position "c"
27643 hor_pos "c"
27644 has_inner_box 1
27645 inner_pos "b"
27646 use_parbox 0
27647 use_makebox 0
27648 width "12col%"
27649 special "none"
27650 height "1.5in"
27651 height_special "totalheight"
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 \align center
27656 Cuadro con texto alineado abajo.
27657 \end_layout
27658
27659 \end_inset
27660
27661  Ejemplo de línea de texto.
27662 \end_layout
27663
27664 \begin_layout Description
27665 Estirado Ejemplo de línea de texto.
27666  
27667 \begin_inset Box Boxed
27668 position "c"
27669 hor_pos "c"
27670 has_inner_box 1
27671 inner_pos "s"
27672 use_parbox 0
27673 use_makebox 0
27674 width "12col%"
27675 special "none"
27676 height "1.5in"
27677 height_special "totalheight"
27678 status collapsed
27679
27680 \begin_layout Plain Layout
27681 \align center
27682 Este texto
27683 \end_layout
27684
27685 \begin_layout Plain Layout
27686 \align center
27687 está
27688 \end_layout
27689
27690 \begin_layout Plain Layout
27691 \align center
27692 estirado.
27693 \end_layout
27694
27695 \end_inset
27696
27697  Ejemplo de línea de texto.
27698 \end_layout
27699
27700 \begin_layout Standard
27701 Para estirar el contenido debe tener más de un párrafo.
27702  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27703 \end_layout
27704
27705 \begin_layout Standard
27706 \begin_inset VSpace bigskip
27707 \end_inset
27708
27709 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27710  LyX cuando hayas escogido un 
27711 \family sans
27712 Cuadro
27713 \begin_inset space ~
27714 \end_inset
27715
27716 interior
27717 \family default
27718 .
27719 \end_layout
27720
27721 \begin_layout Standard
27722 \align center
27723 \begin_inset Box Boxed
27724 position "c"
27725 hor_pos "c"
27726 has_inner_box 1
27727 inner_pos "s"
27728 use_parbox 0
27729 use_makebox 0
27730 width "15col%"
27731 special "none"
27732 height "1.25in"
27733 height_special "totalheight"
27734 status collapsed
27735
27736 \begin_layout Plain Layout
27737 \align left
27738 Cuadro
27739 \end_layout
27740
27741 \begin_layout Plain Layout
27742 \align center
27743 con texto
27744 \end_layout
27745
27746 \begin_layout Plain Layout
27747 \align right
27748 estirado
27749 \end_layout
27750
27751 \end_inset
27752
27753
27754 \end_layout
27755
27756 \begin_layout Standard
27757 Si no has establecido un 
27758 \family sans
27759 Cuadro
27760 \begin_inset space ~
27761 \end_inset
27762
27763 interior
27764 \family default
27765 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27766  cuadro.
27767 \end_layout
27768
27769 \begin_layout Standard
27770 \align center
27771 \begin_inset Box Boxed
27772 position "c"
27773 hor_pos "s"
27774 has_inner_box 0
27775 inner_pos "s"
27776 use_parbox 0
27777 use_makebox 0
27778 width "90col%"
27779 special "none"
27780 height "1.25in"
27781 height_special "totalheight"
27782 status collapsed
27783
27784 \begin_layout Plain Layout
27785 \align left
27786 Texto estirado horizontalmente.
27787 \end_layout
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \begin_layout Subsection
27795 Decoración
27796 \begin_inset CommandInset label
27797 LatexCommand label
27798 name "sec:Decoración"
27799
27800 \end_inset
27801
27802
27803 \begin_inset Index idx
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807 Cuadros ! Decoración
27808 \end_layout
27809
27810 \end_inset
27811
27812
27813 \end_layout
27814
27815 \begin_layout Standard
27816 El estilo de marco del cuadro se puede determinar en la lista desplegable
27817  
27818 \family sans
27819 Tipo
27820 \family default
27821  del diálogo de cuadros.
27822  Son posibles los siguientes marcos:
27823 \end_layout
27824
27825 \begin_layout Description
27826 Sin
27827 \begin_inset space ~
27828 \end_inset
27829
27830 marco 
27831 \lang english
27832 Nothing is drawn.
27833 \end_layout
27834
27835 \begin_layout Description
27836 Marco
27837 \begin_inset space ~
27838 \end_inset
27839
27840 rectangular
27841 \begin_inset space ~
27842 \end_inset
27843
27844 sencillo Dibuja un marco rectangular alrededor del cuadro.
27845  El grosor del marco depende de 
27846 \series bold
27847
27848 \backslash
27849 fboxrule
27850 \series default
27851 .
27852  
27853 \begin_inset Box Boxed
27854 position "c"
27855 hor_pos "c"
27856 has_inner_box 1
27857 inner_pos "c"
27858 use_parbox 0
27859 use_makebox 0
27860 width "25col%"
27861 special "none"
27862 height "1in"
27863 height_special "totalheight"
27864 status open
27865
27866 \begin_layout Plain Layout
27867 \align center
27868 Cuadro rectangular
27869 \end_layout
27870
27871 \end_inset
27872
27873
27874 \end_layout
27875
27876 \begin_layout Description
27877 Marco
27878 \begin_inset space ~
27879 \end_inset
27880
27881 ovalado,
27882 \begin_inset space ~
27883 \end_inset
27884
27885 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27886 \begin_inset space \thinspace{}
27887 \end_inset
27888
27889 pt.
27890  
27891 \begin_inset Box ovalbox
27892 position "c"
27893 hor_pos "c"
27894 has_inner_box 1
27895 inner_pos "c"
27896 use_parbox 0
27897 use_makebox 0
27898 width "25col%"
27899 special "none"
27900 height "1in"
27901 height_special "totalheight"
27902 status open
27903
27904 \begin_layout Plain Layout
27905 \align center
27906 Marco ovalado, fino
27907 \end_layout
27908
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \begin_layout Description
27915 Marco
27916 \begin_inset space ~
27917 \end_inset
27918
27919 ovalado,
27920 \begin_inset space ~
27921 \end_inset
27922
27923 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27924 \begin_inset space \thinspace{}
27925 \end_inset
27926
27927 pt.
27928  
27929 \begin_inset Box Ovalbox
27930 position "c"
27931 hor_pos "c"
27932 has_inner_box 1
27933 inner_pos "c"
27934 use_parbox 0
27935 use_makebox 0
27936 width "30col%"
27937 special "none"
27938 height "1in"
27939 height_special "totalheight"
27940 status open
27941
27942 \begin_layout Plain Layout
27943 \align center
27944 Cuadro ovalado, grueso
27945 \end_layout
27946
27947 \end_inset
27948
27949
27950 \end_layout
27951
27952 \begin_layout Description
27953 Marco
27954 \begin_inset space ~
27955 \end_inset
27956
27957 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
27958  El grosor de la línea tiene el tamaño dado por 
27959 \series bold
27960
27961 \backslash
27962 fboxrule
27963 \series default
27964 , la sombra tiene una anchura de 4
27965 \begin_inset space \thinspace{}
27966 \end_inset
27967
27968 pt.
27969  
27970 \begin_inset Box Shadowbox
27971 position "c"
27972 hor_pos "c"
27973 has_inner_box 1
27974 inner_pos "c"
27975 use_parbox 0
27976 use_makebox 0
27977 width "20col%"
27978 special "none"
27979 height "1in"
27980 height_special "totalheight"
27981 status open
27982
27983 \begin_layout Plain Layout
27984 \align center
27985 Marco sombrado
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \begin_layout Description
27994 Fondo
27995 \begin_inset space ~
27996 \end_inset
27997
27998 sombreado Dibuja un cuadro con fondo de color rojo.
27999  A diferencia de los cuadros coloreados,
28000 \begin_inset Foot
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004 véase sec.
28005  
28006 \begin_inset CommandInset ref
28007 LatexCommand ref
28008 reference "sec:Cuadros-Coloreados"
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \end_inset
28016
28017  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
28018 \begin_inset Box Shaded
28019 position "t"
28020 hor_pos "c"
28021 has_inner_box 0
28022 inner_pos "t"
28023 use_parbox 0
28024 use_makebox 0
28025 width "50col%"
28026 special "none"
28027 height "1in"
28028 height_special "totalheight"
28029 status open
28030
28031 \begin_layout Plain Layout
28032 Cuadro con fondo sombreado
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Description
28041 Marco
28042 \begin_inset space ~
28043 \end_inset
28044
28045 rectangular
28046 \begin_inset space ~
28047 \end_inset
28048
28049 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
28050  El grosor de la línea interior es 0.75
28051 \begin_inset space \thinspace{}
28052 \end_inset
28053
28054
28055 \series bold
28056
28057 \backslash
28058 fboxrule
28059 \series default
28060 , el de la línea exterior es 1.5
28061 \begin_inset space \thinspace{}
28062 \end_inset
28063
28064
28065 \series bold
28066
28067 \backslash
28068 fboxrule
28069 \series default
28070 .
28071  La distancia entre líneas es 1.5
28072 \begin_inset space \thinspace{}
28073 \end_inset
28074
28075
28076 \series bold
28077
28078 \backslash
28079 fboxrule
28080 \series default
28081
28082 \begin_inset space \thinspace{}
28083 \end_inset
28084
28085 +
28086 \begin_inset space \thinspace{}
28087 \end_inset
28088
28089 0.5
28090 \begin_inset space \thinspace{}
28091 \end_inset
28092
28093 pt.
28094  
28095 \begin_inset Box Doublebox
28096 position "c"
28097 hor_pos "c"
28098 has_inner_box 1
28099 inner_pos "c"
28100 use_parbox 0
28101 use_makebox 0
28102 width "20col%"
28103 special "none"
28104 height "1in"
28105 height_special "totalheight"
28106 status open
28107
28108 \begin_layout Plain Layout
28109 \align center
28110 Marco doble
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \end_layout
28117
28118 \begin_layout Standard
28119 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
28120  Para poder utilizar los distintos marcos, debe estar instalado el paquete
28121  LaTeX 
28122 \series bold
28123 fancybox
28124 \series default
28125
28126 \begin_inset Index idx
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130 LaTeX-paquetes ! fancybox
28131 \end_layout
28132
28133 \end_inset
28134
28135 .
28136 \end_layout
28137
28138 \begin_layout Standard
28139 \begin_inset VSpace bigskip
28140 \end_inset
28141
28142 Si usas la decoración 
28143 \family sans
28144 marco rectangular sencillo
28145 \family default
28146  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
28147  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
28148  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
28149  propio y 
28150 \series bold
28151
28152 \backslash
28153 fboxrule
28154 \series default
28155  y 
28156 \series bold
28157
28158 \backslash
28159 fboxsep
28160 \series default
28161  no funcionan.
28162  El grosor del marco tiene el tamaño de 
28163 \series bold
28164
28165 \backslash
28166 FrameRule
28167 \series default
28168 .
28169 \begin_inset Box Framed
28170 position "t"
28171 hor_pos "c"
28172 has_inner_box 0
28173 inner_pos "t"
28174 use_parbox 0
28175 use_makebox 0
28176 width "100col%"
28177 special "none"
28178 height "1in"
28179 height_special "totalheight"
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 Cuadro que permite saltos de página
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Section
28192 Personalización de cuadros
28193 \begin_inset Index idx
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197 Cuadros ! Personalizar
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \end_layout
28204
28205 \begin_layout Standard
28206 El valor predeterminado por 
28207 \series bold
28208
28209 \backslash
28210 fboxrule
28211 \series default
28212  es 0.4
28213 \begin_inset space \thinspace{}
28214 \end_inset
28215
28216 pt.
28217  Puede cambiarse con el siguiente comando en código TeX, p.
28218 \begin_inset space \thinspace{}
28219 \end_inset
28220
28221 e.
28222 \begin_inset space ~
28223 \end_inset
28224
28225 a
28226 \begin_inset space ~
28227 \end_inset
28228
28229 2
28230 \begin_inset space \thinspace{}
28231 \end_inset
28232
28233 pt:
28234 \end_layout
28235
28236 \begin_layout Standard
28237
28238 \series bold
28239
28240 \backslash
28241 setlength{
28242 \backslash
28243 fboxrule}{2pt}
28244 \end_layout
28245
28246 \begin_layout Standard
28247 \begin_inset ERT
28248 status collapsed
28249
28250 \begin_layout Plain Layout
28251
28252
28253 \backslash
28254 setlength{
28255 \backslash
28256 fboxrule}{2pt}
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \begin_inset Box Boxed
28263 position "c"
28264 hor_pos "c"
28265 has_inner_box 1
28266 inner_pos "c"
28267 use_parbox 0
28268 use_makebox 0
28269 width "25col%"
28270 special "none"
28271 height "1in"
28272 height_special "totalheight"
28273 status open
28274
28275 \begin_layout Plain Layout
28276 \align center
28277 Cuadro rectangular con 
28278 \series bold
28279
28280 \backslash
28281 fboxrule
28282 \series default
28283
28284 \begin_inset space \thinspace{}
28285 \end_inset
28286
28287 =
28288 \begin_inset space \thinspace{}
28289 \end_inset
28290
28291 2
28292 \begin_inset space \thinspace{}
28293 \end_inset
28294
28295 pt
28296 \end_layout
28297
28298 \end_inset
28299
28300
28301 \begin_inset ERT
28302 status collapsed
28303
28304 \begin_layout Plain Layout
28305
28306
28307 \backslash
28308 setlength{
28309 \backslash
28310 fboxrule}{0.4pt}
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \begin_layout Standard
28319 \begin_inset VSpace bigskip
28320 \end_inset
28321
28322 El espacio entre el marco y el contenido del cuadro es 3
28323 \begin_inset space \thinspace{}
28324 \end_inset
28325
28326 pt por omisión para todos los estilos.
28327  Se puede cambiar mediante la longitud 
28328 \series bold
28329
28330 \backslash
28331 fboxsep
28332 \series default
28333 .
28334  Por ejemplo el comando
28335 \end_layout
28336
28337 \begin_layout Standard
28338
28339 \series bold
28340
28341 \backslash
28342 setlength{
28343 \backslash
28344 fboxsep}{10pt}
28345 \end_layout
28346
28347 \begin_layout Standard
28348 determina un valor de 10
28349 \begin_inset space \thinspace{}
28350 \end_inset
28351
28352 pt, como en el siguiente cuadro:
28353 \end_layout
28354
28355 \begin_layout Standard
28356 \begin_inset ERT
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360
28361
28362 \backslash
28363 setlength{
28364 \backslash
28365 fboxsep}{10pt}
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \begin_inset Box Boxed
28372 position "c"
28373 hor_pos "c"
28374 has_inner_box 1
28375 inner_pos "c"
28376 use_parbox 0
28377 use_makebox 0
28378 width "25col%"
28379 special "none"
28380 height "1in"
28381 height_special "totalheight"
28382 status open
28383
28384 \begin_layout Plain Layout
28385 \align center
28386 Cuadro rectangular con 
28387 \series bold
28388
28389 \backslash
28390 fboxsep
28391 \series default
28392
28393 \begin_inset space \thinspace{}
28394 \end_inset
28395
28396 =
28397 \begin_inset space \thinspace{}
28398 \end_inset
28399
28400 10
28401 \begin_inset space \thinspace{}
28402 \end_inset
28403
28404 pt
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \begin_inset ERT
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414
28415
28416 \backslash
28417 setlength{
28418 \backslash
28419 fboxsep}{3pt}
28420 \end_layout
28421
28422 \end_inset
28423
28424
28425 \end_layout
28426
28427 \begin_layout Standard
28428 \begin_inset VSpace bigskip
28429 \end_inset
28430
28431 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
28432  el comando 
28433 \series bold
28434
28435 \backslash
28436 cornersize
28437 \series default
28438 .
28439  El comando
28440 \end_layout
28441
28442 \begin_layout Standard
28443
28444 \series bold
28445
28446 \backslash
28447 cornersize*{1cm}
28448 \end_layout
28449
28450 \begin_layout Standard
28451 establece un diámetro de 1
28452 \begin_inset space \thinspace{}
28453 \end_inset
28454
28455 cm.
28456  El comando
28457 \end_layout
28458
28459 \begin_layout Standard
28460
28461 \series bold
28462
28463 \backslash
28464 cornersize{num}
28465 \end_layout
28466
28467 \begin_layout Standard
28468 fija el diámetro en 
28469 \family sans
28470 num
28471 \begin_inset space \thinspace{}
28472 \end_inset
28473
28474 ×
28475 \begin_inset space \thinspace{}
28476 \end_inset
28477
28478 mínimo
28479 \family default
28480  
28481 \family sans
28482 (ancho y alto del cuadro)
28483 \family default
28484 .
28485  Por omisión es 
28486 \series bold
28487
28488 \backslash
28489 cornersize{0.5}
28490 \series default
28491 .
28492 \end_layout
28493
28494 \begin_layout Standard
28495 \begin_inset ERT
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499
28500
28501 \backslash
28502 cornersize*{1.5cm}
28503 \end_layout
28504
28505 \end_inset
28506
28507
28508 \begin_inset Box Ovalbox
28509 position "c"
28510 hor_pos "c"
28511 has_inner_box 1
28512 inner_pos "c"
28513 use_parbox 0
28514 use_makebox 0
28515 width "28col%"
28516 special "none"
28517 height "1in"
28518 height_special "totalheight"
28519 status open
28520
28521 \begin_layout Plain Layout
28522 \align center
28523 Cuadro ovalado con 
28524 \series bold
28525
28526 \backslash
28527 cornersize
28528 \series default
28529
28530 \begin_inset space \thinspace{}
28531 \end_inset
28532
28533 =
28534 \begin_inset space \thinspace{}
28535 \end_inset
28536
28537 1.5
28538 \begin_inset space \thinspace{}
28539 \end_inset
28540
28541 cm
28542 \end_layout
28543
28544 \end_inset
28545
28546
28547 \begin_inset ERT
28548 status collapsed
28549
28550 \begin_layout Plain Layout
28551
28552
28553 \backslash
28554 cornersize{0.5}
28555 \end_layout
28556
28557 \end_inset
28558
28559
28560 \end_layout
28561
28562 \begin_layout Standard
28563 \begin_inset VSpace bigskip
28564 \end_inset
28565
28566 El tamaño de la sombra se puede ajustar cambiando la longitud 
28567 \series bold
28568
28569 \backslash
28570 shadowsize
28571 \series default
28572 .
28573  Este comando la ajusta a 2
28574 \begin_inset space \thinspace{}
28575 \end_inset
28576
28577 pt en el cuadro siguiente:
28578 \end_layout
28579
28580 \begin_layout Standard
28581
28582 \series bold
28583
28584 \backslash
28585 setlength{
28586 \backslash
28587 shadowsize}{2pt}
28588 \end_layout
28589
28590 \begin_layout Standard
28591 \begin_inset ERT
28592 status collapsed
28593
28594 \begin_layout Plain Layout
28595
28596
28597 \backslash
28598 setlength{
28599 \backslash
28600 shadowsize}{2pt}
28601 \end_layout
28602
28603 \end_inset
28604
28605
28606 \begin_inset Box Shadowbox
28607 position "c"
28608 hor_pos "c"
28609 has_inner_box 1
28610 inner_pos "c"
28611 use_parbox 0
28612 use_makebox 0
28613 width "28col%"
28614 special "none"
28615 height "1in"
28616 height_special "totalheight"
28617 status open
28618
28619 \begin_layout Plain Layout
28620 \align center
28621 Cuadro sombreado con 
28622 \series bold
28623
28624 \backslash
28625 shadowsize
28626 \series default
28627
28628 \begin_inset space \thinspace{}
28629 \end_inset
28630
28631 =
28632 \begin_inset space \thinspace{}
28633 \end_inset
28634
28635 2
28636 \begin_inset space \thinspace{}
28637 \end_inset
28638
28639 pt
28640 \end_layout
28641
28642 \end_inset
28643
28644
28645 \begin_inset ERT
28646 status collapsed
28647
28648 \begin_layout Plain Layout
28649
28650
28651 \backslash
28652 setlength{
28653 \backslash
28654 shadowsize}{4pt}
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \begin_layout Standard
28663 \begin_inset VSpace bigskip
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \begin_layout Standard
28670 Por omisión, el tamaño 
28671 \series bold
28672
28673 \backslash
28674 FrameRule
28675 \series default
28676  es 0,4
28677 \begin_inset space \thinspace{}
28678 \end_inset
28679
28680 pt.
28681  El espacio por omisión entre el contenido de la nota y el marco es 9
28682 \begin_inset space \thinspace{}
28683 \end_inset
28684
28685 pt; puede cambiarse con el valor de 
28686 \series bold
28687
28688 \backslash
28689 FrameSep
28690 \series default
28691 .
28692  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28693  en código TeX
28694 \end_layout
28695
28696 \begin_layout Standard
28697
28698 \series bold
28699
28700 \backslash
28701 setlength{
28702 \backslash
28703 FrameRule}{5pt}
28704 \begin_inset Newline newline
28705 \end_inset
28706
28707
28708 \backslash
28709 setlength{
28710 \backslash
28711 FrameSep}{0.5cm}
28712 \end_layout
28713
28714 \begin_layout Standard
28715 \begin_inset ERT
28716 status collapsed
28717
28718 \begin_layout Plain Layout
28719
28720
28721 \backslash
28722 setlength{
28723 \backslash
28724 FrameRule}{5pt}
28725 \end_layout
28726
28727 \begin_layout Plain Layout
28728
28729
28730 \backslash
28731 setlength{
28732 \backslash
28733 FrameSep}{0.5cm}
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \begin_inset Box Framed
28740 position "t"
28741 hor_pos "c"
28742 has_inner_box 0
28743 inner_pos "t"
28744 use_parbox 0
28745 use_makebox 0
28746 width "100col%"
28747 special "none"
28748 height "1in"
28749 height_special "totalheight"
28750 status open
28751
28752 \begin_layout Plain Layout
28753 Texto en un 
28754 \family sans
28755 marco
28756 \begin_inset space ~
28757 \end_inset
28758
28759 sencillo
28760 \begin_inset space ~
28761 \end_inset
28762
28763 con
28764 \begin_inset space ~
28765 \end_inset
28766
28767 salto
28768 \begin_inset space ~
28769 \end_inset
28770
28771 de
28772 \begin_inset space ~
28773 \end_inset
28774
28775 página
28776 \family default
28777 .
28778 \end_layout
28779
28780 \end_inset
28781
28782
28783 \begin_inset ERT
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787
28788
28789 \backslash
28790 setlength{
28791 \backslash
28792 FrameRule}{0.4pt}
28793 \end_layout
28794
28795 \begin_layout Plain Layout
28796
28797
28798 \backslash
28799 setlength{
28800 \backslash
28801 FrameSep}{9pt}
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \end_layout
28808
28809 \begin_layout Standard
28810 \begin_inset VSpace bigskip
28811 \end_inset
28812
28813
28814 \end_layout
28815
28816 \begin_layout Standard
28817 Para los cuadros con 
28818 \family sans
28819 fondo
28820 \begin_inset space ~
28821 \end_inset
28822
28823 sombreado
28824 \family default
28825  el espacio por omisión entre el contenido y el marco es 3
28826 \begin_inset space \thinspace{}
28827 \end_inset
28828
28829 pt; se puede cambiar con el valor de 
28830 \series bold
28831
28832 \backslash
28833 fboxsep
28834 \series default
28835 .
28836  El color rojo predeterminado se puede cambiar en el sitio con el comando
28837  
28838 \series bold
28839
28840 \backslash
28841 definecolor{shadecolor}
28842 \series default
28843  o globalmente con el menú 
28844 \family sans
28845 Herramientas
28846 \family default
28847 \SpecialChar \menuseparator
28848
28849 \family sans
28850 Preferencias
28851 \family default
28852 \SpecialChar \menuseparator
28853
28854 \family sans
28855 Colores
28856 \family default
28857 \SpecialChar \menuseparator
28858
28859 \family sans
28860 cuadro
28861 \begin_inset space ~
28862 \end_inset
28863
28864 sombreado
28865 \family default
28866 .
28867  El esquema del comando 
28868 \series bold
28869
28870 \backslash
28871 definecolor
28872 \series default
28873  se explica en la sección
28874 \begin_inset space ~
28875 \end_inset
28876
28877
28878 \begin_inset CommandInset ref
28879 LatexCommand ref
28880 reference "sec:Tablas-Coloreadas"
28881
28882 \end_inset
28883
28884 .
28885 \begin_inset Foot
28886 status collapsed
28887
28888 \begin_layout Plain Layout
28889 El comando 
28890 \series bold
28891
28892 \backslash
28893 definecolor
28894 \series default
28895  requiere el paquete LaTeX 
28896 \series bold
28897 color
28898 \series default
28899  en el preámbulo, véase la sección
28900 \begin_inset space ~
28901 \end_inset
28902
28903
28904 \begin_inset CommandInset ref
28905 LatexCommand ref
28906 reference "sec:Cuadros-Coloreados"
28907
28908 \end_inset
28909
28910 .
28911 \end_layout
28912
28913 \end_inset
28914
28915  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28916 \end_layout
28917
28918 \begin_layout Standard
28919
28920 \series bold
28921
28922 \backslash
28923 setlength{
28924 \backslash
28925 fboxsep}{0.5cm}
28926 \series default
28927
28928 \begin_inset Newline newline
28929 \end_inset
28930
28931
28932 \series bold
28933
28934 \backslash
28935 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28936 \end_layout
28937
28938 \begin_layout Standard
28939 \begin_inset ERT
28940 status collapsed
28941
28942 \begin_layout Plain Layout
28943
28944
28945 \backslash
28946 setlength{
28947 \backslash
28948 fboxsep}{0.5cm}
28949 \end_layout
28950
28951 \begin_layout Plain Layout
28952
28953
28954 \backslash
28955 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28956 \end_layout
28957
28958 \end_inset
28959
28960
28961 \begin_inset Box Shaded
28962 position "t"
28963 hor_pos "c"
28964 has_inner_box 0
28965 inner_pos "t"
28966 use_parbox 0
28967 use_makebox 0
28968 width "100col%"
28969 special "none"
28970 height "1in"
28971 height_special "totalheight"
28972 status open
28973
28974 \begin_layout Plain Layout
28975
28976 \color yellow
28977 Texto amarillo en un cuadro con 
28978 \family sans
28979 fondo sombreado 
28980 \family default
28981  en color verde oscuro.
28982 \end_layout
28983
28984 \end_inset
28985
28986
28987 \begin_inset ERT
28988 status collapsed
28989
28990 \begin_layout Plain Layout
28991
28992
28993 \backslash
28994 setlength{
28995 \backslash
28996 fboxsep}{3pt}
28997 \end_layout
28998
28999 \begin_layout Plain Layout
29000
29001
29002 \backslash
29003 definecolor{shadecolor}{rgb}{1,0,0}
29004 \end_layout
29005
29006 \end_inset
29007
29008
29009 \end_layout
29010
29011 \begin_layout Standard
29012 \begin_inset VSpace bigskip
29013 \end_inset
29014
29015 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
29016  a los comandos.
29017 \end_layout
29018
29019 \begin_layout Section
29020 Minipáginas
29021 \begin_inset CommandInset label
29022 LatexCommand label
29023 name "sec:Minipáginas"
29024
29025 \end_inset
29026
29027
29028 \begin_inset Index idx
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032 Cuadros ! Minipáginas
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Standard
29041 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
29042  por tanto pueden tener, por ejemplo, sus propias notas al pie.
29043 \end_layout
29044
29045 \begin_layout Standard
29046 Las minipáginas son útiles para escribir documentos en distintas lenguas.
29047 \end_layout
29048
29049 \begin_layout Standard
29050 A continuación hay dos ejemplos de minipáginas adosadas.
29051  Su anchura está puesta en 45
29052 \begin_inset space \thinspace{}
29053 \end_inset
29054
29055 % y separadas por un relleno horizontal, insertado vía el menú 
29056 \family sans
29057 Insertar\SpecialChar \menuseparator
29058 Formato\SpecialChar \menuseparator
29059 Relleno
29060 \begin_inset space ~
29061 \end_inset
29062
29063 horizontal
29064 \family default
29065 .
29066 \end_layout
29067
29068 \begin_layout Standard
29069 \begin_inset Box Frameless
29070 position "t"
29071 hor_pos "c"
29072 has_inner_box 1
29073 inner_pos "c"
29074 use_parbox 0
29075 use_makebox 0
29076 width "45col%"
29077 special "none"
29078 height "1in"
29079 height_special "totalheight"
29080 status open
29081
29082 \begin_layout Plain Layout
29083
29084 \lang german
29085 Dies ist ein deutscher Text.
29086  Dies ist ein deutscher Text.
29087  Dies ist ein deutscher Text.
29088  Dies ist ein deutscher Text.
29089  Dies ist ein deutscher Text.
29090  Dies ist ein deutscher Text.
29091  Dies ist ein deutscher Text.
29092  Dies ist ein deutscher Text.
29093  Dies ist ein deutscher Text.
29094  Dies ist ein deutscher Text.
29095  Dies ist ein deutscher Text.
29096  Dies ist ein deutscher Text.
29097  Dies ist ein deutscher Text
29098 \begin_inset Foot
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102
29103 \lang german
29104 Dies ist eine deutsche Fußnote.
29105 \end_layout
29106
29107 \end_inset
29108
29109 .
29110  Dies ist ein deutscher Text.
29111  Dies ist ein deutscher Text.
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \begin_inset space \hfill{}
29118 \end_inset
29119
29120
29121 \begin_inset Box Frameless
29122 position "t"
29123 hor_pos "c"
29124 has_inner_box 1
29125 inner_pos "c"
29126 use_parbox 0
29127 use_makebox 0
29128 width "45col%"
29129 special "none"
29130 height "1in"
29131 height_special "totalheight"
29132 status open
29133
29134 \begin_layout Plain Layout
29135
29136 \lang english
29137 This is an English Text.
29138  This is an English Text.
29139  This is an English Text.
29140  This is an English Text.
29141  This is an English Text.
29142  This is an English Text.
29143  This is an English Text.
29144  This is an English Text.
29145  This is an English Text.
29146  This is an English Text.
29147  This is an English Text.
29148  This is an English Text.
29149  This is an English Text.
29150  This is an English Text.
29151  This is an English Text.
29152  This is an English Text.
29153 \begin_inset Foot
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157
29158 \lang english
29159 This is an English footnote.
29160 \end_layout
29161
29162 \end_inset
29163
29164  This is an English Text.
29165  
29166 \end_layout
29167
29168 \end_inset
29169
29170
29171 \end_layout
29172
29173 \begin_layout Standard
29174 \begin_inset VSpace bigskip
29175 \end_inset
29176
29177 La configuración global de párrafos se ignora en las minipáginas.
29178  Esto significa que en las mismas no habrá espacio entre párrafos aunque
29179  pongas p.
29180 \begin_inset space \thinspace{}
29181 \end_inset
29182
29183 e.
29184 \begin_inset space ~
29185 \end_inset
29186
29187
29188 \family sans
29189 Salto
29190 \begin_inset space ~
29191 \end_inset
29192
29193 medio
29194 \family default
29195  en la configuración del documento.
29196 \end_layout
29197
29198 \begin_layout Standard
29199 Las minipáginas también sirven para poner un color de fondo para partes
29200  de texto, véase sección
29201 \begin_inset space ~
29202 \end_inset
29203
29204
29205 \begin_inset CommandInset ref
29206 LatexCommand ref
29207 reference "sub:Color-en-Párrafos"
29208
29209 \end_inset
29210
29211 .
29212 \end_layout
29213
29214 \begin_layout Standard
29215 \begin_inset Note Greyedout
29216 status open
29217
29218 \begin_layout Plain Layout
29219
29220 \series bold
29221 Nota:
29222 \series default
29223  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29224  tener minipáginas en tablas, flotantes, y otros cuadros.
29225 \end_layout
29226
29227 \end_inset
29228
29229
29230 \end_layout
29231
29232 \begin_layout Section
29233 Cuadros de párrafo
29234 \begin_inset CommandInset label
29235 LatexCommand label
29236 name "sec:Cuadros-de-Párrafo"
29237
29238 \end_inset
29239
29240
29241 \begin_inset Index idx
29242 status collapsed
29243
29244 \begin_layout Plain Layout
29245 Cuadros ! de párrafo
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \begin_layout Standard
29254 Los cuadros de párrafo son similares a las minipáginas con la diferencia
29255  de que no pueden contener notas al pie.
29256   La diferencia principal es que las minipáginas no son verdaderos cuadros
29257  sino entornos de LaTeX.
29258 \end_layout
29259
29260 \begin_layout Standard
29261 \align center
29262 \begin_inset Box Frameless
29263 position "t"
29264 hor_pos "c"
29265 has_inner_box 1
29266 inner_pos "t"
29267 use_parbox 1
29268 use_makebox 0
29269 width "33col%"
29270 special "none"
29271 height "1in"
29272 height_special "totalheight"
29273 status collapsed
29274
29275 \begin_layout Plain Layout
29276 Texto en un cuadro de párrafo.
29277  Texto en un cuadro de párrafo.
29278  Esta nota no aparece:
29279 \begin_inset Foot
29280 status collapsed
29281
29282 \begin_layout Plain Layout
29283 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
29284 \end_layout
29285
29286 \end_inset
29287
29288
29289 \end_layout
29290
29291 \end_inset
29292
29293
29294 \end_layout
29295
29296 \begin_layout Section
29297 Cuadros para palabras y caracteres
29298 \begin_inset Index idx
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302 Cuadros ! para palabras y caracteres
29303 \end_layout
29304
29305 \end_inset
29306
29307
29308 \end_layout
29309
29310 \begin_layout Subsection
29311 Evitar la partición de palabras
29312 \begin_inset CommandInset label
29313 LatexCommand label
29314 name "sec:Evitar-la-Partición"
29315
29316 \end_inset
29317
29318
29319 \begin_inset Index idx
29320 status collapsed
29321
29322 \begin_layout Plain Layout
29323 Cuadros ! para evitar la partición de palabras
29324 \end_layout
29325
29326 \end_inset
29327
29328
29329 \end_layout
29330
29331 \begin_layout Standard
29332
29333 \lang english
29334 You can use the box type 
29335 \family sans
29336 Makebox
29337 \family default
29338 \lang spanish
29339  para impedir que una palabra sea partida con guión.
29340 \begin_inset Newline newline
29341 \end_inset
29342
29343 He aquí un ejemplo:
29344 \end_layout
29345
29346 \begin_layout Standard
29347 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29348 palabra».
29349 \end_layout
29350
29351 \begin_layout Standard
29352 Para evitar su división 
29353 \lang english
29354 of the word 
29355 \begin_inset Quotes eld
29356 \end_inset
29357
29358 veryverylongword
29359 \begin_inset Quotes erd
29360 \end_inset
29361
29362 , put the word into a box, set the 
29363 \family sans
29364 Inner
29365 \begin_inset space ~
29366 \end_inset
29367
29368 box
29369 \family default
29370  to 
29371 \family sans
29372 Makebox
29373 \family default
29374  and its width to 1
29375 \begin_inset space \thinspace{}
29376 \end_inset
29377
29378 Width.
29379 \end_layout
29380
29381 \begin_layout Standard
29382 Este es el resultado:
29383 \end_layout
29384
29385 \begin_layout Standard
29386 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29387 \begin_inset Box Frameless
29388 position "t"
29389 hor_pos "c"
29390 has_inner_box 1
29391 inner_pos "t"
29392 use_parbox 0
29393 use_makebox 1
29394 width "1in"
29395 special "width"
29396 height "1in"
29397 height_special "totalheight"
29398 status open
29399
29400 \begin_layout Plain Layout
29401 «estalarguísimapalabra»
29402 \end_layout
29403
29404 \end_inset
29405
29406 .
29407 \end_layout
29408
29409 \begin_layout Standard
29410 Como alternativa puedes poner el comando «
29411 \series bold
29412
29413 \backslash
29414 -
29415 \series default
29416 » en código TeX directamente antes de la palabra:
29417 \end_layout
29418
29419 \begin_layout Standard
29420 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29421 \begin_inset ERT
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425
29426
29427 \backslash
29428 -
29429 \end_layout
29430
29431 \end_inset
29432
29433 estalarguísimapalabra».
29434 \end_layout
29435
29436 \begin_layout Standard
29437 Por supuesto, la palabra sobresale del margen.
29438  Para evitarlo añade, con el menú 
29439 \family sans
29440 Insertar\SpecialChar \menuseparator
29441 Formato\SpecialChar \menuseparator
29442 Salto
29443 \begin_inset space ~
29444 \end_inset
29445
29446 de
29447 \begin_inset space ~
29448 \end_inset
29449
29450
29451 \family default
29452 línea (atajo 
29453 \family sans
29454 Ctrl+Retorno
29455 \family default
29456 ), un salto de línea antes de la palabra:
29457 \end_layout
29458
29459 \begin_layout Standard
29460 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29461 \begin_inset Newline newline
29462 \end_inset
29463
29464
29465 \begin_inset Box Frameless
29466 position "t"
29467 hor_pos "c"
29468 has_inner_box 1
29469 inner_pos "t"
29470 use_parbox 0
29471 use_makebox 1
29472 width "1in"
29473 special "width"
29474 height "1in"
29475 height_special "totalheight"
29476 status open
29477
29478 \begin_layout Plain Layout
29479 «estalarguísimapalabra»
29480 \end_layout
29481
29482 \end_inset
29483
29484 .
29485 \end_layout
29486
29487 \begin_layout Subsection
29488 Alineación vertical
29489 \begin_inset CommandInset label
29490 LatexCommand label
29491 name "sub:Alineación-Vertical"
29492
29493 \end_inset
29494
29495
29496 \begin_inset Index idx
29497 status collapsed
29498
29499 \begin_layout Plain Layout
29500 Cuadros ! para alineación vertical
29501 \end_layout
29502
29503 \end_inset
29504
29505
29506 \end_layout
29507
29508 \begin_layout Standard
29509 Con ayuda del comando 
29510 \series bold
29511
29512 \backslash
29513 raisebox
29514 \series default
29515  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29516  
29517 \series bold
29518
29519 \backslash
29520 raisebox
29521 \series default
29522  se utiliza según el esquema:
29523 \end_layout
29524
29525 \begin_layout Standard
29526
29527 \series bold
29528
29529 \backslash
29530 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29531 \end_layout
29532
29533 \begin_layout Standard
29534 La elevación puede ser un valor positivo para subir el cuadro o negativo
29535  para bajarlo.
29536 \end_layout
29537
29538 \begin_layout Standard
29539 Para alinear una palabra, p.
29540 \begin_inset space \thinspace{}
29541 \end_inset
29542
29543 e
29544 \begin_inset space ~
29545 \end_inset
29546
29547 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29548  en la línea de base, inserta el comando
29549 \end_layout
29550
29551 \begin_layout Standard
29552
29553 \series bold
29554
29555 \backslash
29556 raisebox{
29557 \backslash
29558 depth}{
29559 \end_layout
29560
29561 \begin_layout Standard
29562 en código TeX antes de la palabra.
29563  Detrás de la palabra inserta una llave de cierre «
29564 \series bold
29565 }
29566 \series default
29567 » en código TeX.
29568 \begin_inset Newline newline
29569 \end_inset
29570
29571 Este es el resultado:
29572 \end_layout
29573
29574 \begin_layout Standard
29575 Esto es una línea de texto con la palabra 
29576 \begin_inset ERT
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580
29581
29582 \backslash
29583 raisebox{
29584 \backslash
29585 depth}{
29586 \end_layout
29587
29588 \end_inset
29589
29590 «prevención»
29591 \begin_inset ERT
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595
29596 }
29597 \end_layout
29598
29599 \end_inset
29600
29601  elevada.
29602 \end_layout
29603
29604 \begin_layout Standard
29605 \begin_inset VSpace bigskip
29606 \end_inset
29607
29608 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29609 \end_layout
29610
29611 \begin_layout Standard
29612 Esto es una línea de texto con la palabra 
29613 \begin_inset ERT
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617
29618
29619 \backslash
29620 raisebox{-
29621 \backslash
29622 depth}{
29623 \end_layout
29624
29625 \end_inset
29626
29627 «prevención»
29628 \begin_inset ERT
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632
29633 }
29634 \end_layout
29635
29636 \end_inset
29637
29638  bajada.
29639 \begin_inset Newline newline
29640 \end_inset
29641
29642 Esto es una línea de texto con la palabra 
29643 \begin_inset ERT
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647
29648
29649 \backslash
29650 raisebox{0.5cm}{
29651 \end_layout
29652
29653 \end_inset
29654
29655 «testigo»
29656 \begin_inset ERT
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660
29661 }
29662 \end_layout
29663
29664 \end_inset
29665
29666  elevada.
29667 \end_layout
29668
29669 \begin_layout Standard
29670 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29671  Por ejemplo
29672 \end_layout
29673
29674 \begin_layout Standard
29675
29676 \series bold
29677
29678 \backslash
29679 raisebox{-
29680 \backslash
29681 depth}[0pt]{
29682 \end_layout
29683
29684 \begin_layout Standard
29685 Esto es una línea de texto con la palabra 
29686 \begin_inset ERT
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690
29691
29692 \backslash
29693 raisebox{-
29694 \backslash
29695 depth}[0pt]{
29696 \end_layout
29697
29698 \end_inset
29699
29700 «prevención»
29701 \begin_inset ERT
29702 status collapsed
29703
29704 \begin_layout Plain Layout
29705
29706 }
29707 \end_layout
29708
29709 \end_inset
29710
29711  bajada.
29712 \begin_inset Newline newline
29713 \end_inset
29714
29715 Esto es una línea de texto con la palabra 
29716 \begin_inset ERT
29717 status collapsed
29718
29719 \begin_layout Plain Layout
29720
29721
29722 \backslash
29723 raisebox{0.5cm}[0pt]{
29724 \end_layout
29725
29726 \end_inset
29727
29728 «testigo»
29729 \begin_inset ERT
29730 status collapsed
29731
29732 \begin_layout Plain Layout
29733
29734 }
29735 \end_layout
29736
29737 \end_inset
29738
29739  elevada.
29740 \end_layout
29741
29742 \begin_layout Section
29743 Cuadros coloreados
29744 \begin_inset CommandInset label
29745 LatexCommand label
29746 name "sec:Cuadros-Coloreados"
29747
29748 \end_inset
29749
29750
29751 \begin_inset Index idx
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755 Cuadros ! Color
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \begin_layout Subsection
29764 Color en texto
29765 \begin_inset Index idx
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769 Color ! en texto
29770 \end_layout
29771
29772 \end_inset
29773
29774
29775 \end_layout
29776
29777 \begin_layout Standard
29778 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29779  Esto requiere cargar el paquete LaTeX 
29780 \series bold
29781 color
29782 \series default
29783
29784 \begin_inset Index idx
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788 LaTeX-paquetes ! color
29789 \end_layout
29790
29791 \end_inset
29792
29793  en el preámbulo del documento con
29794 \end_layout
29795
29796 \begin_layout Standard
29797
29798 \series bold
29799
29800 \backslash
29801 @ifundef\SpecialChar \textcompwordmark{}
29802 ined{textcolor}
29803 \begin_inset Newline newline
29804 \end_inset
29805
29806
29807 \begin_inset Phantom HPhantom
29808 status open
29809
29810 \begin_layout Plain Layout
29811
29812 \series bold
29813 \begin_inset space ~
29814 \end_inset
29815
29816
29817 \end_layout
29818
29819 \end_inset
29820
29821 {
29822 \backslash
29823 usepackage{color}}{}
29824 \end_layout
29825
29826 \begin_layout Standard
29827 LyX cargará automáticamente el paquete 
29828 \series bold
29829 color
29830 \series default
29831  cuando colorees texto.
29832 \begin_inset Foot
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836 Para evitar cargarlo dos veces se usa el comando 
29837 \series bold
29838
29839 \backslash
29840 @ifundef\SpecialChar \textcompwordmark{}
29841 ined
29842 \series default
29843 .
29844 \end_layout
29845
29846 \end_inset
29847
29848
29849 \end_layout
29850
29851 \begin_layout Standard
29852 \begin_inset VSpace medskip
29853 \end_inset
29854
29855 Los cuadros coloreados se crean con el comando 
29856 \series bold
29857
29858 \backslash
29859 colorbox
29860 \series default
29861 , de acuerdo con el siguiente esquema:
29862 \end_layout
29863
29864 \begin_layout Standard
29865
29866 \series bold
29867
29868 \backslash
29869 colorbox{color}{contenido del cuadro}
29870 \end_layout
29871
29872 \begin_layout Standard
29873 El contenido también puede ser un cuadro y los cuadros coloreados también
29874  pueden estar en otros cuadros.
29875 \end_layout
29876
29877 \begin_layout Standard
29878 Los siguientes colores están predefinidos:
29879 \begin_inset Newline newline
29880 \end_inset
29881
29882
29883 \family sans
29884 red
29885 \family default
29886
29887 \family sans
29888 green
29889 \family default
29890
29891 \family sans
29892 yellow, blue
29893 \family default
29894
29895 \family sans
29896 cyan
29897 \family default
29898 \series bold
29899 ,
29900 \series default
29901  
29902 \family sans
29903 magenta, black
29904 \family default
29905
29906 \family sans
29907 white
29908 \family default
29909 .
29910 \begin_inset Newline newline
29911 \end_inset
29912
29913 También puedes definir tus propios colores según se explica en la sección
29914 \begin_inset space ~
29915 \end_inset
29916
29917
29918 \begin_inset CommandInset ref
29919 LatexCommand ref
29920 reference "sec:Tablas-Coloreadas"
29921
29922 \end_inset
29923
29924 .
29925 \end_layout
29926
29927 \begin_layout Standard
29928 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29929 \end_layout
29930
29931 \begin_layout Standard
29932
29933 \series bold
29934
29935 \backslash
29936 colorbox{red}{
29937 \end_layout
29938
29939 \begin_layout Standard
29940 en código TeX antes de la palabra.
29941  Tras la palabra inserta una llave de cierre «
29942 \series bold
29943 }
29944 \series default
29945 » en código TeX.
29946 \begin_inset Newline newline
29947 \end_inset
29948
29949 Este es el resultado:
29950 \end_layout
29951
29952 \begin_layout Standard
29953 Línea en la que la palabra 
29954 \begin_inset ERT
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958
29959
29960 \backslash
29961 colorbox{red}{
29962 \end_layout
29963
29964 \end_inset
29965
29966 «¡Atención!»
29967 \begin_inset ERT
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971
29972 }
29973 \end_layout
29974
29975 \end_inset
29976
29977  tiene fondo rojo.
29978 \end_layout
29979
29980 \begin_layout Standard
29981 \begin_inset VSpace bigskip
29982 \end_inset
29983
29984 Si quieres un marco de distinto color, puedes emplear el comando 
29985 \series bold
29986
29987 \backslash
29988 fcolorbox
29989 \series default
29990  con el esquema siguiente:
29991 \end_layout
29992
29993 \begin_layout Standard
29994
29995 \series bold
29996
29997 \backslash
29998 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29999 \end_layout
30000
30001 \begin_layout Standard
30002
30003 \series bold
30004
30005 \backslash
30006 fcolorbox
30007 \series default
30008  es una extensión de 
30009 \series bold
30010
30011 \backslash
30012 colorbox
30013 \series default
30014 .
30015  El grosor del marco y el espacio entre él y el contenido se puede ajustar
30016  con las longitudes 
30017 \series bold
30018
30019 \backslash
30020 fboxrule
30021 \series default
30022  y 
30023 \series bold
30024
30025 \backslash
30026 fboxsep
30027 \series default
30028 , respectivamente, como se describe en la sección
30029 \begin_inset space ~
30030 \end_inset
30031
30032
30033 \begin_inset CommandInset ref
30034 LatexCommand ref
30035 reference "sec:Decoración"
30036
30037 \end_inset
30038
30039 .
30040 \end_layout
30041
30042 \begin_layout Standard
30043 Para el ejemplo siguiente se ha utilizado el comando
30044 \end_layout
30045
30046 \begin_layout Standard
30047
30048 \series bold
30049
30050 \backslash
30051 fcolorbox{cyan}{magenta}{
30052 \end_layout
30053
30054 \begin_layout Standard
30055 Este es un ejemplo en el que se ha puesto un grosor de 1
30056 \begin_inset space \thinspace{}
30057 \end_inset
30058
30059 mm para la línea del marco:
30060 \begin_inset Newline newline
30061 \end_inset
30062
30063
30064 \begin_inset ERT
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068
30069
30070 \backslash
30071 fboxrule 1mm 
30072 \backslash
30073 fboxsep 1mm
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \begin_inset ERT
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083
30084
30085 \backslash
30086 fcolorbox{cyan}{magenta}{
30087 \end_layout
30088
30089 \end_inset
30090
30091 Texto en un marco coloreado y enmarcado.
30092 \begin_inset ERT
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096
30097 }
30098 \end_layout
30099
30100 \end_inset
30101
30102
30103 \end_layout
30104
30105 \begin_layout Standard
30106 \begin_inset VSpace bigskip
30107 \end_inset
30108
30109 Por supuesto también puedes colorear el texto en un marco coloreado:
30110 \begin_inset Newline newline
30111 \end_inset
30112
30113
30114 \begin_inset ERT
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118
30119
30120 \backslash
30121 fcolorbox{cyan}{magenta}{
30122 \end_layout
30123
30124 \end_inset
30125
30126
30127 \color yellow
30128 Texto coloreado en un marco sombreado y coloreado.
30129 \color none
30130
30131 \begin_inset ERT
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135
30136 }
30137 \end_layout
30138
30139 \end_inset
30140
30141
30142 \begin_inset ERT
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146
30147
30148 \backslash
30149 fboxrule 0.4pt 
30150 \backslash
30151 fboxsep 3pt
30152 \end_layout
30153
30154 \end_inset
30155
30156
30157 \end_layout
30158
30159 \begin_layout Standard
30160
30161 \series bold
30162 \begin_inset VSpace medskip
30163 \end_inset
30164
30165
30166 \end_layout
30167
30168 \begin_layout Standard
30169 \begin_inset Note Greyedout
30170 status open
30171
30172 \begin_layout Plain Layout
30173
30174 \series bold
30175 Nota:
30176 \series default
30177  El texto en cuadros coloreados no puede tener saltos de línea.
30178  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
30179  coloreado como se describe a continuación.
30180 \end_layout
30181
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \begin_layout Subsection
30188 Color en párrafos
30189 \begin_inset CommandInset label
30190 LatexCommand label
30191 name "sub:Color-en-Párrafos"
30192
30193 \end_inset
30194
30195
30196 \begin_inset Index idx
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200 Color ! en párrafos
30201 \end_layout
30202
30203 \end_inset
30204
30205
30206 \end_layout
30207
30208 \begin_layout Standard
30209 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30210  Antes de la minipágina inserta el comando 
30211 \series bold
30212
30213 \backslash
30214 colorbox
30215 \series default
30216  en código TeX
30217 \end_layout
30218
30219 \begin_layout Standard
30220
30221 \series bold
30222
30223 \backslash
30224 colorbox{color}{
30225 \end_layout
30226
30227 \begin_layout Standard
30228  Detrás de la minipágina inserta una llave de cierre «
30229 \series bold
30230 }
30231 \series default
30232 », también en código TeX.
30233 \end_layout
30234
30235 \begin_layout Standard
30236 \begin_inset ERT
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240
30241
30242 \backslash
30243 colorbox{grisclaro}{
30244 \end_layout
30245
30246 \end_inset
30247
30248
30249 \begin_inset Box Frameless
30250 position "t"
30251 hor_pos "c"
30252 has_inner_box 1
30253 inner_pos "t"
30254 use_parbox 0
30255 use_makebox 0
30256 width "100col%"
30257 special "none"
30258 height "1in"
30259 height_special "totalheight"
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263 Texto con color de fondo.
30264  Texto con color de fondo.
30265 \end_layout
30266
30267 \begin_layout Plain Layout
30268 \begin_inset VSpace defskip
30269 \end_inset
30270
30271 El texto puede tener notas al pie
30272 \begin_inset Foot
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276 Otro ejemplo de nota
30277 \end_layout
30278
30279 \end_inset
30280
30281  y puede incluir tablas y figuras.
30282 \end_layout
30283
30284 \begin_layout Plain Layout
30285 \align center
30286 \begin_inset Tabular
30287 <lyxtabular version="3" rows="3" columns="3">
30288 <features tabularvalignment="middle">
30289 <column alignment="center" valignment="top" width="0">
30290 <column alignment="center" valignment="top" width="0">
30291 <column alignment="center" valignment="top" width="0">
30292 <row>
30293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30294 \begin_inset Text
30295
30296 \begin_layout Plain Layout
30297 a
30298 \end_layout
30299
30300 \end_inset
30301 </cell>
30302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30303 \begin_inset Text
30304
30305 \begin_layout Plain Layout
30306 !
30307 \end_layout
30308
30309 \end_inset
30310 </cell>
30311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30312 \begin_inset Text
30313
30314 \begin_layout Plain Layout
30315 3
30316 \end_layout
30317
30318 \end_inset
30319 </cell>
30320 </row>
30321 <row>
30322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30323 \begin_inset Text
30324
30325 \begin_layout Plain Layout
30326 <
30327 \end_layout
30328
30329 \end_inset
30330 </cell>
30331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30332 \begin_inset Text
30333
30334 \begin_layout Plain Layout
30335 b2
30336 \begin_inset Quotes erd
30337 \end_inset
30338
30339 |
30340 \end_layout
30341
30342 \end_inset
30343 </cell>
30344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30345 \begin_inset Text
30346
30347 \begin_layout Plain Layout
30348 >
30349 \end_layout
30350
30351 \end_inset
30352 </cell>
30353 </row>
30354 <row>
30355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30356 \begin_inset Text
30357
30358 \begin_layout Plain Layout
30359 1
30360 \end_layout
30361
30362 \end_inset
30363 </cell>
30364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30365 \begin_inset Text
30366
30367 \begin_layout Plain Layout
30368 §
30369 \end_layout
30370
30371 \end_inset
30372 </cell>
30373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30374 \begin_inset Text
30375
30376 \begin_layout Plain Layout
30377 c
30378 \end_layout
30379
30380 \end_inset
30381 </cell>
30382 </row>
30383 </lyxtabular>
30384
30385 \end_inset
30386
30387
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \begin_inset ERT
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397
30398 }
30399 \end_layout
30400
30401 \end_inset
30402
30403
30404 \end_layout
30405
30406 \begin_layout Section
30407 Cuadros rotados y escalados
30408 \end_layout
30409
30410 \begin_layout Standard
30411 Para poder usar los comandos descritos en esta sección hay que cargar el
30412  paquete LaTeX 
30413 \series bold
30414 graphicx
30415 \series default
30416
30417 \begin_inset Index idx
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421 LaTeX-paquetes ! graphicx
30422 \end_layout
30423
30424 \end_inset
30425
30426  en el preámbulo del documento, con el comando
30427 \end_layout
30428
30429 \begin_layout Standard
30430
30431 \series bold
30432
30433 \backslash
30434 @ifundefined{rotatebox}
30435 \begin_inset Newline newline
30436 \end_inset
30437
30438
30439 \begin_inset Phantom HPhantom
30440 status open
30441
30442 \begin_layout Plain Layout
30443
30444 \series bold
30445 \begin_inset space ~
30446 \end_inset
30447
30448
30449 \end_layout
30450
30451 \end_inset
30452
30453 {
30454 \backslash
30455 usepackage{graphicx}}{}
30456 \end_layout
30457
30458 \begin_layout Standard
30459 \begin_inset Note Greyedout
30460 status open
30461
30462 \begin_layout Plain Layout
30463
30464 \series bold
30465 Nota: 
30466 \series default
30467 Algunos visores DVI no pueden mostrar material rotado o escalado.
30468 \end_layout
30469
30470 \end_inset
30471
30472
30473 \end_layout
30474
30475 \begin_layout Standard
30476 \begin_inset Note Greyedout
30477 status open
30478
30479 \begin_layout Plain Layout
30480
30481 \series bold
30482 Nota:
30483 \series default
30484  Los cuadros rotados o escalados no pueden contener flotantes.
30485 \end_layout
30486
30487 \end_inset
30488
30489
30490 \end_layout
30491
30492 \begin_layout Subsection
30493 Cuadros rotados
30494 \begin_inset Index idx
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498 Cuadros ! Rotar
30499 \end_layout
30500
30501 \end_inset
30502
30503
30504 \begin_inset Index idx
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508 Material rotado
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \begin_inset Index idx
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518 Figuras ! Rotar
30519 \end_layout
30520
30521 \end_inset
30522
30523
30524 \begin_inset Index idx
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528 Tablas ! Rotar
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \end_layout
30535
30536 \begin_layout Standard
30537 Para rotar material debes ponerlo en un cuadro rotado.
30538  Los cuadros rotados se crean con el comando 
30539 \series bold
30540
30541 \backslash
30542 rotatebox
30543 \series default
30544  en código TeX, según el esquema:
30545 \end_layout
30546
30547 \begin_layout Standard
30548
30549 \series bold
30550
30551 \backslash
30552 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30553 \end_layout
30554
30555 \begin_layout Standard
30556 El origen de rotación se especifica en la forma 
30557 \series bold
30558 origin=position
30559 \series default
30560 .
30561  Son posibles las posiciones siguientes: 
30562 \emph on
30563 c
30564 \emph default
30565  (center), 
30566 \emph on
30567 l
30568 \emph default
30569  (left), 
30570 \emph on
30571 r
30572 \emph default
30573  (right), 
30574 \emph on
30575 b
30576 \emph default
30577  (bottom), 
30578 \emph on
30579 t
30580 \emph default
30581  (top), así como combinaciones adecuadas de las posiciones básicas.
30582  Por ejemplo, 
30583 \emph on
30584 lt
30585 \emph default
30586  significa que el origen de rotación es la esquina superior izquierda del
30587  cuadro.
30588  Si no se especifica origen de rotación se usará la posición 
30589 \emph on
30590 l
30591 \emph default
30592 .
30593  El ángulo de rotación es un número de grados, y puede ser negativo.
30594  El sentido de giro es contrario al de las agujas del reloj.
30595 \end_layout
30596
30597 \begin_layout Standard
30598 En el siguiente ejemplo se ha insertado el comando 
30599 \series bold
30600
30601 \backslash
30602 rotatebox[origin=c]{60}{ 
30603 \series default
30604 como código TeX delante del texto «con rotación»; después del texto, el
30605  cuadro se ha cerrado con llave de cierre en código TeX.
30606 \end_layout
30607
30608 \begin_layout Standard
30609 Esta línea contiene texto 
30610 \begin_inset ERT
30611 status collapsed
30612
30613 \begin_layout Plain Layout
30614
30615
30616 \backslash
30617 rotatebox[origin=c]{60}{
30618 \end_layout
30619
30620 \end_inset
30621
30622 con rotación
30623 \begin_inset ERT
30624 status collapsed
30625
30626 \begin_layout Plain Layout
30627
30628 }
30629 \end_layout
30630
30631 \end_inset
30632
30633 .
30634 \end_layout
30635
30636 \begin_layout Standard
30637 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30638  línea:
30639 \end_layout
30640
30641 \begin_layout Standard
30642 En esta línea hay texto enmarcado 
30643 \begin_inset ERT
30644 status collapsed
30645
30646 \begin_layout Plain Layout
30647
30648
30649 \backslash
30650 rotatebox[origin=r]{-60}{
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \begin_inset Box Doublebox
30657 position "c"
30658 hor_pos "c"
30659 has_inner_box 0
30660 inner_pos "c"
30661 use_parbox 0
30662 use_makebox 0
30663 width "1in"
30664 special "width"
30665 height "1in"
30666 height_special "totalheight"
30667 status open
30668
30669 \begin_layout Plain Layout
30670 con rotación
30671 \end_layout
30672
30673 \end_inset
30674
30675
30676 \begin_inset ERT
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680
30681 }
30682 \end_layout
30683
30684 \end_inset
30685
30686  y 
30687 \begin_inset ERT
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691
30692
30693 \backslash
30694 rotatebox[origin=lb]{60}{
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30701 \end_inset
30702
30703
30704 \begin_inset ERT
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708
30709 }
30710 \end_layout
30711
30712 \end_inset
30713
30714  una ecuación.
30715 \end_layout
30716
30717 \begin_layout Standard
30718 O una imagen o una tabla:
30719 \end_layout
30720
30721 \begin_layout Standard
30722 Aquí hay una imagen girada 
30723 \begin_inset ERT
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727
30728
30729 \backslash
30730 rotatebox[origin=lb]{90}{
30731 \end_layout
30732
30733 \end_inset
30734
30735
30736 \begin_inset Graphics
30737         filename ../clipart/platypus.eps
30738         lyxscale 50
30739         width 25col%
30740
30741 \end_inset
30742
30743
30744 \begin_inset ERT
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748
30749 }
30750 \end_layout
30751
30752 \end_inset
30753
30754  y una tabla girada 
30755 \begin_inset ERT
30756 status collapsed
30757
30758 \begin_layout Plain Layout
30759
30760
30761 \backslash
30762 rotatebox[origin=l]{-90}{
30763 \end_layout
30764
30765 \end_inset
30766
30767
30768 \begin_inset Tabular
30769 <lyxtabular version="3" rows="2" columns="2">
30770 <features tabularvalignment="middle">
30771 <column alignment="center" valignment="top" width="0">
30772 <column alignment="center" valignment="top" width="0">
30773 <row>
30774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30775 \begin_inset Text
30776
30777 \begin_layout Plain Layout
30778 q
30779 \end_layout
30780
30781 \end_inset
30782 </cell>
30783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30784 \begin_inset Text
30785
30786 \begin_layout Plain Layout
30787 w
30788 \end_layout
30789
30790 \end_inset
30791 </cell>
30792 </row>
30793 <row>
30794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30795 \begin_inset Text
30796
30797 \begin_layout Plain Layout
30798 e
30799 \end_layout
30800
30801 \end_inset
30802 </cell>
30803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30804 \begin_inset Text
30805
30806 \begin_layout Plain Layout
30807 r
30808 \end_layout
30809
30810 \end_inset
30811 </cell>
30812 </row>
30813 </lyxtabular>
30814
30815 \end_inset
30816
30817
30818 \begin_inset ERT
30819 status collapsed
30820
30821 \begin_layout Plain Layout
30822
30823 }
30824 \end_layout
30825
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \begin_layout Subsection
30832 Cuadros escalados
30833 \begin_inset Index idx
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837 Cuadros ! Escalar
30838 \end_layout
30839
30840 \end_inset
30841
30842
30843 \begin_inset Index idx
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847 Material escalado
30848 \end_layout
30849
30850 \end_inset
30851
30852
30853 \begin_inset Index idx
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857 Figuras ! Escalar
30858 \end_layout
30859
30860 \end_inset
30861
30862
30863 \begin_inset Index idx
30864 status collapsed
30865
30866 \begin_layout Plain Layout
30867 Tablas ! Escalar
30868 \end_layout
30869
30870 \end_inset
30871
30872
30873 \end_layout
30874
30875 \begin_layout Standard
30876 Para escalar material se pueden usar los comandos 
30877 \series bold
30878
30879 \backslash
30880 scalebox
30881 \series default
30882  y 
30883 \series bold
30884
30885 \backslash
30886 resizebox 
30887 \series default
30888 en código TeX.
30889 \end_layout
30890
30891 \begin_layout Standard
30892
30893 \series bold
30894
30895 \backslash
30896 scalebox
30897 \series default
30898  se usa con el esquema siguiente:
30899 \end_layout
30900
30901 \begin_layout Standard
30902
30903 \series bold
30904
30905 \backslash
30906 scalebox{horizontal}[vertical]{contenido del cuadro}
30907 \end_layout
30908
30909 \begin_layout Standard
30910 Horizontal y vertical son los factores de escala correspondientes.
30911  Si no se especifica factor vertical, su valor será el mismo que el factor
30912  de escala horizontal.
30913  
30914 \end_layout
30915
30916 \begin_layout Standard
30917 Por ejemplo, el comando 
30918 \series bold
30919
30920 \backslash
30921 scalebox{2}{Hola} 
30922 \series default
30923 crea un 
30924 \begin_inset ERT
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928
30929
30930 \backslash
30931 scalebox{2}{
30932 \end_layout
30933
30934 \end_inset
30935
30936 Hola
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942 }
30943 \end_layout
30944
30945 \end_inset
30946
30947  de doble tamaño que el texto normal del documento.
30948 \end_layout
30949
30950 \begin_layout Standard
30951 El comando 
30952 \series bold
30953
30954 \backslash
30955 scalebox{2}[1]{Hola} 
30956 \series default
30957 distorsiona el 
30958 \begin_inset ERT
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962
30963
30964 \backslash
30965 scalebox{2}[1]{
30966 \end_layout
30967
30968 \end_inset
30969
30970 Hola
30971 \begin_inset ERT
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975
30976 }
30977 \end_layout
30978
30979 \end_inset
30980
30981 .
30982 \end_layout
30983
30984 \begin_layout Standard
30985 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30986  Por eso el comando 
30987 \series bold
30988
30989 \backslash
30990 scalebox{-1}[1]{Hola} 
30991 \series default
30992 puede usarse para reflejar un texto: 
30993 \begin_inset ERT
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997
30998
30999 \backslash
31000 scalebox{-1}[1]{
31001 \end_layout
31002
31003 \end_inset
31004
31005 Hola
31006 \begin_inset ERT
31007 status collapsed
31008
31009 \begin_layout Plain Layout
31010
31011 }
31012 \end_layout
31013
31014 \end_inset
31015
31016 .
31017 \end_layout
31018
31019 \begin_layout Standard
31020
31021 \series bold
31022
31023 \backslash
31024 scalebox{1}[-1]{Hola} 
31025 \series default
31026 refleja el 
31027 \begin_inset ERT
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031
31032
31033 \backslash
31034 scalebox{1}[-1]{
31035 \end_layout
31036
31037 \end_inset
31038
31039 Hola
31040 \begin_inset ERT
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044
31045 }
31046 \end_layout
31047
31048 \end_inset
31049
31050  sobre la base.
31051 \end_layout
31052
31053 \begin_layout Standard
31054 El comando 
31055 \series bold
31056
31057 \backslash
31058 scalebox{-1}[1]{contenido del cuadro} 
31059 \series default
31060 puede sustituirse por 
31061 \series bold
31062
31063 \begin_inset Newline newline
31064 \end_inset
31065
31066
31067 \backslash
31068 reflectbox{contenido del cuadro}
31069 \begin_inset VSpace defskip
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \begin_layout Standard
31076 El comando 
31077 \series bold
31078
31079 \backslash
31080 resizebox
31081 \series default
31082  sirve para escalar el cuadro a una altura y anchura definidas, según el
31083  esquema:
31084 \end_layout
31085
31086 \begin_layout Standard
31087
31088 \series bold
31089
31090 \backslash
31091 resizebox{anchura}{altura}{contenido del cuadro}
31092 \end_layout
31093
31094 \begin_layout Standard
31095 Si uno de los argumentos del comando es un signo de exclamación, 
31096 \series bold
31097 !
31098 \series default
31099 , la escala se produce de forma que se mantiene la relación de las dimensiones
31100  originales del contenido del cuadro.
31101  
31102 \end_layout
31103
31104 \begin_layout Standard
31105 El comando 
31106 \series bold
31107
31108 \backslash
31109 resizebox{2cm}{1cm}{Hola}
31110 \series default
31111  genera: 
31112 \begin_inset ERT
31113 status collapsed
31114
31115 \begin_layout Plain Layout
31116
31117
31118 \backslash
31119 resizebox{2cm}{1cm}{
31120 \end_layout
31121
31122 \end_inset
31123
31124 Hola
31125 \begin_inset ERT
31126 status collapsed
31127
31128 \begin_layout Plain Layout
31129
31130 }
31131 \end_layout
31132
31133 \end_inset
31134
31135
31136 \begin_inset Newline newline
31137 \end_inset
31138
31139 El comando 
31140 \series bold
31141
31142 \backslash
31143 resizebox{2cm}{!}{Hola}
31144 \series default
31145  genera: 
31146 \begin_inset ERT
31147 status collapsed
31148
31149 \begin_layout Plain Layout
31150
31151
31152 \backslash
31153 resizebox{2cm}{!}{
31154 \end_layout
31155
31156 \end_inset
31157
31158 Hola
31159 \begin_inset ERT
31160 status collapsed
31161
31162 \begin_layout Plain Layout
31163
31164 }
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \end_layout
31171
31172 \begin_layout Standard
31173 \begin_inset VSpace defskip
31174 \end_inset
31175
31176
31177 \end_layout
31178
31179 \begin_layout Standard
31180 \begin_inset Note Greyedout
31181 status open
31182
31183 \begin_layout Plain Layout
31184
31185 \series bold
31186 Nota: 
31187 \series default
31188 Si los argumentos de 
31189 \series bold
31190
31191 \backslash
31192 scalebox
31193 \series default
31194  o 
31195 \series bold
31196
31197 \backslash
31198 resizebox
31199 \series default
31200  son cero, no se generan errores de LaTeX al exportar el documento, pero
31201  puede suceder que la salida no se muestre o que sea incompleta.
31202  
31203 \end_layout
31204
31205 \end_inset
31206
31207
31208 \begin_inset VSpace defskip
31209 \end_inset
31210
31211
31212 \end_layout
31213
31214 \begin_layout Standard
31215 Los cuadros se pueden combinar en cualquier orden.
31216  Por ejemplo, el comando
31217 \series bold
31218
31219 \begin_inset Newline newline
31220 \end_inset
31221
31222
31223 \backslash
31224 rotatebox[origin=c]{-45}{
31225 \backslash
31226 resizebox{2cm}{!}{
31227 \backslash
31228 reflectbox{Hola}}}
31229 \begin_inset Newline newline
31230 \end_inset
31231
31232
31233 \series default
31234 genera:
31235 \end_layout
31236
31237 \begin_layout Standard
31238 \noindent
31239 \align center
31240 \begin_inset ERT
31241 status collapsed
31242
31243 \begin_layout Plain Layout
31244
31245
31246 \backslash
31247 rotatebox[origin=c]{-45}{
31248 \backslash
31249 resizebox{2cm}{!}{
31250 \backslash
31251 reflectbox{
31252 \end_layout
31253
31254 \end_inset
31255
31256 Hola
31257 \begin_inset ERT
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261
31262 }}}
31263 \end_layout
31264
31265 \end_inset
31266
31267
31268 \end_layout
31269
31270 \begin_layout Standard
31271 \noindent
31272 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
31273 \end_layout
31274
31275 \begin_layout Standard
31276 \noindent
31277
31278 \end_layout
31279
31280 \begin_layout Standard
31281 \align center
31282 \begin_inset ERT
31283 status collapsed
31284
31285 \begin_layout Plain Layout
31286
31287
31288 \backslash
31289 rotatebox[origin=c]{-30}{
31290 \backslash
31291 resizebox{2cm}{!}{
31292 \backslash
31293 reflectbox{
31294 \end_layout
31295
31296 \end_inset
31297
31298
31299 \begin_inset Graphics
31300         filename ../clipart/platypus.eps
31301         lyxscale 50
31302         width 25col%
31303
31304 \end_inset
31305
31306
31307 \begin_inset ERT
31308 status collapsed
31309
31310 \begin_layout Plain Layout
31311
31312 }}}
31313 \end_layout
31314
31315 \end_inset
31316
31317
31318 \begin_inset ERT
31319 status collapsed
31320
31321 \begin_layout Plain Layout
31322
31323
31324 \backslash
31325 rotatebox[origin=c]{-45}{
31326 \backslash
31327 resizebox{2cm}{!}{
31328 \backslash
31329 reflectbox{
31330 \end_layout
31331
31332 \end_inset
31333
31334
31335 \begin_inset Tabular
31336 <lyxtabular version="3" rows="2" columns="2">
31337 <features tabularvalignment="middle">
31338 <column alignment="center" valignment="top" width="0">
31339 <column alignment="center" valignment="top" width="0">
31340 <row>
31341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31342 \begin_inset Text
31343
31344 \begin_layout Plain Layout
31345 q
31346 \end_layout
31347
31348 \end_inset
31349 </cell>
31350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31351 \begin_inset Text
31352
31353 \begin_layout Plain Layout
31354 w
31355 \end_layout
31356
31357 \end_inset
31358 </cell>
31359 </row>
31360 <row>
31361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31362 \begin_inset Text
31363
31364 \begin_layout Plain Layout
31365 e
31366 \end_layout
31367
31368 \end_inset
31369 </cell>
31370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31371 \begin_inset Text
31372
31373 \begin_layout Plain Layout
31374 r
31375 \end_layout
31376
31377 \end_inset
31378 </cell>
31379 </row>
31380 </lyxtabular>
31381
31382 \end_inset
31383
31384
31385 \begin_inset ERT
31386 status collapsed
31387
31388 \begin_layout Plain Layout
31389
31390 }}}
31391 \end_layout
31392
31393 \end_inset
31394
31395
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400
31401
31402 \backslash
31403 rotatebox[origin=c]{-45}{
31404 \backslash
31405 resizebox{2cm}{!}{
31406 \backslash
31407 reflectbox{
31408 \end_layout
31409
31410 \end_inset
31411
31412
31413 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31414 \end_inset
31415
31416
31417 \begin_inset ERT
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421
31422 }}}
31423 \end_layout
31424
31425 \end_inset
31426
31427
31428 \end_layout
31429
31430 \begin_layout Standard
31431 Si se usa el estilo global 
31432 \series bold
31433 fleqn
31434 \series default
31435  para las ecuaciones del documento,
31436 \begin_inset Foot
31437 status collapsed
31438
31439 \begin_layout Plain Layout
31440 Si «fleqn» se añade a las opciones de clase del documento.
31441 \end_layout
31442
31443 \end_inset
31444
31445  también pueden escalarse las ecuaciones en estilo presentación.
31446 \end_layout
31447
31448 \begin_layout Chapter
31449 Archivos externos
31450 \begin_inset Index idx
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454 Archivos externos
31455 \end_layout
31456
31457 \end_inset
31458
31459
31460 \end_layout
31461
31462 \begin_layout Standard
31463 Con el menú 
31464 \family sans
31465 Insertar\SpecialChar \menuseparator
31466 Archivo 
31467 \family default
31468 se pueden insertar archivos externos en un documento.
31469  Estos pueden ser:
31470 \end_layout
31471
31472 \begin_layout Description
31473 Documento
31474 \begin_inset space ~
31475 \end_inset
31476
31477 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31478 \end_layout
31479
31480 \begin_layout Description
31481 Texto
31482 \begin_inset space ~
31483 \end_inset
31484
31485 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31486  como párrafo propio.
31487 \end_layout
31488
31489 \begin_layout Description
31490 Texto
31491 \begin_inset space ~
31492 \end_inset
31493
31494 simple,
31495 \begin_inset space ~
31496 \end_inset
31497
31498 unir
31499 \begin_inset space ~
31500 \end_inset
31501
31502 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31503  Las líneas vacías generan un nuevo párrafo en tu documento.
31504 \end_layout
31505
31506 \begin_layout Description
31507 Material
31508 \begin_inset space ~
31509 \end_inset
31510
31511 externo Archivos en diversos formatos.
31512 \end_layout
31513
31514 \begin_layout Description
31515 Documento
31516 \begin_inset space ~
31517 \end_inset
31518
31519 hijo Documentos LyX, LaTeX o texto simple.
31520 \end_layout
31521
31522 \begin_layout Section
31523 Material externo
31524 \begin_inset Index idx
31525 status collapsed
31526
31527 \begin_layout Plain Layout
31528 Material externo
31529 \end_layout
31530
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \begin_layout Standard
31537 Esta característica te permite insertar archivos en tu documento sin convertirlo
31538 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31539  las necesarias conversiones.
31540  Esto es parecido a la inserción de imágenes en diversos formatos en los
31541  documentos LyX.
31542  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31543  en 
31544 \family sans
31545 Apariencia
31546 \family default
31547 \SpecialChar \menuseparator
31548 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31549  en LyX.
31550 \end_layout
31551
31552 \begin_layout Standard
31553 El material externo se puede insertar mediante el diálogo que surge a partir
31554  del menú 
31555 \family sans
31556 Insertar\SpecialChar \menuseparator
31557 Archivo\SpecialChar \menuseparator
31558 Material
31559 \begin_inset space ~
31560 \end_inset
31561
31562 externo
31563 \family default
31564 .
31565  Actualmente se permiten los siguientes tipos de archivo (
31566 \family sans
31567 Plantillas
31568 \family default
31569 ):
31570 \end_layout
31571
31572 \begin_layout Description
31573 Diagrama
31574 \begin_inset space ~
31575 \end_inset
31576
31577 de
31578 \begin_inset space ~
31579 \end_inset
31580
31581 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31582  con el programa 
31583 \series bold
31584
31585 \begin_inset CommandInset href
31586 LatexCommand href
31587 name "XBoard"
31588 target "http://en.wikipedia.org/wiki/XBoard"
31589
31590 \end_inset
31591
31592
31593 \series default
31594 .
31595 \end_layout
31596
31597 \begin_layout Description
31598 Dia Esta plantilla soporta diagramas creados con el programa 
31599 \series bold
31600
31601 \begin_inset CommandInset href
31602 LatexCommand href
31603 name "Dia"
31604 target "http://en.wikipedia.org/wiki/Dia_(software)"
31605
31606 \end_inset
31607
31608
31609 \series default
31610 .
31611 \end_layout
31612
31613 \begin_layout Description
31614 Fecha Esta inserta la fecha en el formato 
31615 \emph on
31616 Día-Mes-Año.
31617
31618 \emph default
31619  A continuación hay una fecha insertada como material externo: 
31620 \begin_inset External
31621         template Date
31622         filename ...
31623
31624 \end_inset
31625
31626
31627 \begin_inset space ~
31628 \end_inset
31629
31630
31631 \begin_inset Note Note
31632 status collapsed
31633
31634 \begin_layout Plain Layout
31635 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31636 \end_layout
31637
31638 \end_inset
31639
31640
31641 \begin_inset Newline newline
31642 \end_inset
31643
31644 La fecha no se muestra en LyX, sólo en la salida.
31645  Hay otros dos métodos de insertar una fecha, con el menú 
31646 \family sans
31647 Insertar\SpecialChar \menuseparator
31648 Fecha
31649 \family default
31650  y con el comando LaTeX 
31651 \series bold
31652
31653 \backslash
31654 today
31655 \series default
31656  en código TeX.
31657  Los distintos métodos se comparan en la tabla
31658 \begin_inset space ~
31659 \end_inset
31660
31661
31662 \begin_inset CommandInset ref
31663 LatexCommand ref
31664 reference "tab:Comparación-de"
31665
31666 \end_inset
31667
31668 .
31669 \end_layout
31670
31671 \begin_layout Description
31672 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31673 \begin_inset Newline linebreak
31674 \end_inset
31675
31676
31677 \series bold
31678
31679 \begin_inset CommandInset href
31680 LatexCommand href
31681 name "LilyPond"
31682 target "http://en.wikipedia.org/wiki/LilyPond"
31683
31684 \end_inset
31685
31686
31687 \series default
31688 .
31689 \end_layout
31690
31691 \begin_layout Description
31692 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31693  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31694  la opción 
31695 \emph on
31696 pages
31697 \emph default
31698  en el campo 
31699 \family sans
31700 Opción
31701 \family default
31702  de la pestaña 
31703 \family sans
31704 Opciones de LaTeX y LyX
31705 \family default
31706 , según la descripción de la plantilla en el diálogo.
31707  Si no se usa la opción 
31708 \emph on
31709 pages
31710 \emph default
31711 , sólo se inserta la primera página del PDF.
31712 \end_layout
31713
31714 \begin_layout Description
31715 RasterImage Sirve para insertar imágenes bitmap.
31716  Casi todos los formatos populares de imágenes están soportados.
31717  Las imágenes se pueden tratar en el diálogo 
31718 \family sans
31719 Material Externo
31720 \family default
31721  como las que habitualmente se incluyen mediante el diálogo 
31722 \family sans
31723 Gráficos
31724 \family default
31725 , tal como se explica en la sección
31726 \begin_inset space ~
31727 \end_inset
31728
31729
31730 \begin_inset CommandInset ref
31731 LatexCommand ref
31732 reference "sec:Diálogo-Gráficos"
31733
31734 \end_inset
31735
31736 .
31737  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31738  PDF y EPS no están soportadas.
31739 \end_layout
31740
31741 \begin_layout Description
31742 XFig Esta plantilla soporta imágenes creadas con el programa 
31743 \series bold
31744
31745 \begin_inset CommandInset href
31746 LatexCommand href
31747 name "Xfig"
31748 target "http://en.wikipedia.org/wiki/Xfig"
31749
31750 \end_inset
31751
31752
31753 \series default
31754 .
31755 \end_layout
31756
31757 \begin_layout Standard
31758 \begin_inset Float table
31759 placement h
31760 wide false
31761 sideways false
31762 status open
31763
31764 \begin_layout Plain Layout
31765 \begin_inset Caption
31766
31767 \begin_layout Plain Layout
31768 \begin_inset CommandInset label
31769 LatexCommand label
31770 name "tab:Comparación-de"
31771
31772 \end_inset
31773
31774 Comparación de los métodos de inserción de fecha.
31775 \end_layout
31776
31777 \end_inset
31778
31779
31780 \end_layout
31781
31782 \begin_layout Plain Layout
31783 \align center
31784 \begin_inset Tabular
31785 <lyxtabular version="3" rows="4" columns="4">
31786 <features tabularvalignment="middle">
31787 <column alignment="center" valignment="top" width="0">
31788 <column alignment="center" valignment="top" width="0">
31789 <column alignment="center" valignment="top" width="0">
31790 <column alignment="center" valignment="top" width="0">
31791 <row>
31792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31793 \begin_inset Text
31794
31795 \begin_layout Plain Layout
31796 Documento
31797 \end_layout
31798
31799 \end_inset
31800 </cell>
31801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31802 \begin_inset Text
31803
31804 \begin_layout Plain Layout
31805
31806 \family sans
31807 Material externo\SpecialChar \menuseparator
31808 Fecha
31809 \end_layout
31810
31811 \end_inset
31812 </cell>
31813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31814 \begin_inset Text
31815
31816 \begin_layout Plain Layout
31817
31818 \family sans
31819 Insertar\SpecialChar \menuseparator
31820 Fecha
31821 \end_layout
31822
31823 \end_inset
31824 </cell>
31825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31826 \begin_inset Text
31827
31828 \begin_layout Plain Layout
31829 comando 
31830 \series bold
31831
31832 \backslash
31833 today
31834 \end_layout
31835
31836 \end_inset
31837 </cell>
31838 </row>
31839 <row>
31840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31841 \begin_inset Text
31842
31843 \begin_layout Plain Layout
31844 LyX
31845 \end_layout
31846
31847 \end_inset
31848 </cell>
31849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31850 \begin_inset Text
31851
31852 \begin_layout Plain Layout
31853 como cuadro
31854 \end_layout
31855
31856 \end_inset
31857 </cell>
31858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31859 \begin_inset Text
31860
31861 \begin_layout Plain Layout
31862 como fecha
31863 \end_layout
31864
31865 \end_inset
31866 </cell>
31867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31868 \begin_inset Text
31869
31870 \begin_layout Plain Layout
31871 como cuadro código TeX
31872 \end_layout
31873
31874 \end_inset
31875 </cell>
31876 </row>
31877 <row>
31878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31879 \begin_inset Text
31880
31881 \begin_layout Plain Layout
31882 LaTeX
31883 \end_layout
31884
31885 \end_inset
31886 </cell>
31887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31888 \begin_inset Text
31889
31890 \begin_layout Plain Layout
31891 como fecha
31892 \end_layout
31893
31894 \end_inset
31895 </cell>
31896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31897 \begin_inset Text
31898
31899 \begin_layout Plain Layout
31900 como fecha
31901 \end_layout
31902
31903 \end_inset
31904 </cell>
31905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31906 \begin_inset Text
31907
31908 \begin_layout Plain Layout
31909 como comando
31910 \end_layout
31911
31912 \end_inset
31913 </cell>
31914 </row>
31915 <row>
31916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31917 \begin_inset Text
31918
31919 \begin_layout Plain Layout
31920 DVI, PDF, PS
31921 \end_layout
31922
31923 \end_inset
31924 </cell>
31925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31926 \begin_inset Text
31927
31928 \begin_layout Plain Layout
31929 como fecha
31930 \end_layout
31931
31932 \end_inset
31933 </cell>
31934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31935 \begin_inset Text
31936
31937 \begin_layout Plain Layout
31938 como fecha
31939 \end_layout
31940
31941 \end_inset
31942 </cell>
31943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31944 \begin_inset Text
31945
31946 \begin_layout Plain Layout
31947 como fecha
31948 \end_layout
31949
31950 \end_inset
31951 </cell>
31952 </row>
31953 </lyxtabular>
31954
31955 \end_inset
31956
31957
31958 \end_layout
31959
31960 \end_inset
31961
31962
31963 \end_layout
31964
31965 \begin_layout Standard
31966 Si utilizas la opción 
31967 \family sans
31968 Borrador
31969 \family default
31970  en la solapa 
31971 \family sans
31972 Archivo
31973 \family default
31974  del diálogo 
31975 \family sans
31976 Material Externo
31977 \family default
31978 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31979 \family sans
31980
31981 \begin_inset Newline newline
31982 \end_inset
31983
31984
31985 \family default
31986 El material externo se muestra en LyX como un cuadro del tipo:
31987 \family sans
31988  
31989 \family default
31990
31991 \begin_inset Graphics
31992         filename clipart/MaterialExternoQt4.png
31993         scale 80
31994
31995 \end_inset
31996
31997  o como imagen, dependiendo de si se marca la opción 
31998 \family sans
31999 Mostrar en LyX 
32000 \family default
32001 de la pestaña 
32002 \family sans
32003 Opciones de LaTeX y LyX
32004 \family default
32005  del diálogo
32006 \family sans
32007 .
32008 \end_layout
32009
32010 \begin_layout Standard
32011 En el manual 
32012 \emph on
32013 Personalización
32014 \emph default
32015  se explica cómo definir tus propias plantillas.
32016 \end_layout
32017
32018 \begin_layout Section
32019 Documento hijo
32020 \begin_inset CommandInset label
32021 LatexCommand label
32022 name "sec:Documento-Hijo"
32023
32024 \end_inset
32025
32026
32027 \begin_inset Index idx
32028 status collapsed
32029
32030 \begin_layout Plain Layout
32031 Documento hijo
32032 \end_layout
32033
32034 \end_inset
32035
32036
32037 \end_layout
32038
32039 \begin_layout Standard
32040 Los documentos hijos se emplean en el caso de tener un documento extenso
32041  compuesto por varias partes o secciones más grandes.
32042  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
32043  en varios archivos que pueden ser revisados por separado.
32044  Estos archivos se conocen como documentos hijos, y el llamado documento
32045  maestro los conecta con el fin de imprimirlos como un todo o por partes.
32046  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
32047  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
32048 \end_layout
32049
32050 \begin_layout Standard
32051 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
32052  en el menú 
32053 \family sans
32054 Documento\SpecialChar \menuseparator
32055 Configuración\SpecialChar \menuseparator
32056 Clase del documento
32057 \family default
32058  del documento hijo especifica el documento maestro predeterminado.
32059  Este maestro será usado entonces por LyX en un segundo plano cuando edites
32060  el documento hijo.
32061 \end_layout
32062
32063 \begin_layout Standard
32064 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
32065  cuadros del tipo: 
32066 \begin_inset Graphics
32067         filename clipart/DocumentoHijoQt4.png
32068         scale 80
32069
32070 \end_inset
32071
32072 .
32073  Para incluir documentos hijos en un documento maestro utiliza el menú 
32074 \family sans
32075 Insertar
32076 \family default
32077 \SpecialChar \menuseparator
32078
32079 \family sans
32080 Archivo
32081 \family default
32082 \SpecialChar \menuseparator
32083
32084 \family sans
32085 Documento
32086 \begin_inset space ~
32087 \end_inset
32088
32089 hijo
32090 \family default
32091 .
32092  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
32093 \end_layout
32094
32095 \begin_layout Description
32096 Incluir Puedes incluir documentos LyX y documentos LaTeX.
32097  Al pulsar el botón 
32098 \family sans
32099 Cargar
32100 \family default
32101  en el diálogo 
32102 \family sans
32103 Documento hijo
32104 \family default
32105 , los documentos incluidos se abrirán en una nueva solapa de archivo en
32106  la ventana de LyX y así puedes modificarlos si quieres.
32107 \end_layout
32108
32109 \begin_layout Standard
32110 Aquí hay un archivo insertado con el método 
32111 \family sans
32112 Incluir
32113 \family default
32114
32115 \begin_inset CommandInset include
32116 LatexCommand include
32117 filename "DocumentoPostizo1.lyx"
32118
32119 \end_inset
32120
32121
32122 \end_layout
32123
32124 \begin_layout Standard
32125 La numeración de secciones tiene en cuenta las secciones de los archivos
32126  incluidos en el orden en que están insertados en el documento maestro.
32127  El documento incluido de ejemplo tiene una subsección que se numera como
32128  subsección de la presente sección.
32129  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
32130 \begin_inset space ~
32131 \end_inset
32132
32133
32134 \begin_inset CommandInset ref
32135 LatexCommand ref
32136 reference "sub:Subsección-Externa-1"
32137
32138 \end_inset
32139
32140 .
32141 \end_layout
32142
32143 \begin_layout Standard
32144 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
32145  del documento maestro.
32146  Las ramas en los documentos hijos serán ignoradas por el documento maestro
32147  si éste no tiene una rama con el mismo nombre.
32148  Los documentos incluidos se insertan comenzando una página nueva y acabando
32149  con un salto de página.
32150 \end_layout
32151
32152 \begin_layout Standard
32153 En caso de estar trabajando solo en un capítulo determinado de un documento
32154  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
32155  cada archivo incluido en una rama.
32156 \begin_inset Foot
32157 status collapsed
32158
32159 \begin_layout Plain Layout
32160 Las ramas se describen en la sección
32161 \emph on
32162  Ramas
32163 \emph default
32164  de la  
32165 \emph on
32166 Guía del usuario
32167 \emph default
32168  de LyX.
32169 \end_layout
32170
32171 \end_inset
32172
32173  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
32174  aparecerán en la salida.
32175 \end_layout
32176
32177 \begin_layout Standard
32178 \begin_inset Note Greyedout
32179 status open
32180
32181 \begin_layout Plain Layout
32182
32183 \series bold
32184 Nota:
32185 \series default
32186  Debido a un fallo de LyX, el comando LaTeX 
32187 \series bold
32188
32189 \backslash
32190 includeonly
32191 \series default
32192  no se puede usar por el momento como alternativa para decidir qué archivos
32193  deberían ser incluidos.
32194 \end_layout
32195
32196 \end_inset
32197
32198
32199 \end_layout
32200
32201 \begin_layout Standard
32202 \begin_inset Note Greyedout
32203 status open
32204
32205 \begin_layout Plain Layout
32206
32207 \series bold
32208 Nota:
32209 \series default
32210  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
32211  a la del documento maestro, recibirás una advertencia al exportar/ver el
32212  documento, ya que esto podría dar resultados inesperados.
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \begin_layout Description
32221 Entrada Este método es muy parecido al método 
32222 \family sans
32223 Incluir
32224 \family default
32225 .
32226  Las diferencias son:
32227 \end_layout
32228
32229 \begin_deeper
32230 \begin_layout Itemize
32231 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
32232  un salto de página.
32233 \end_layout
32234
32235 \begin_layout Itemize
32236 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
32237 \family sans
32238 Vista
32239 \begin_inset space ~
32240 \end_inset
32241
32242 preliminar
32243 \begin_inset space ~
32244 \end_inset
32245
32246 inmediata 
32247 \family default
32248 está activada en el diálogo 
32249 \family sans
32250 Herramientas\SpecialChar \menuseparator
32251 Preferencias
32252 \family default
32253 , apartado 
32254 \family sans
32255 Apariencia\SpecialChar \menuseparator
32256 Gráficos
32257 \family default
32258 .
32259 \end_layout
32260
32261 \begin_layout Itemize
32262 No se puede utilizar el comando LaTeX 
32263 \series bold
32264
32265 \backslash
32266 includeonly
32267 \series default
32268 .
32269 \end_layout
32270
32271 \end_deeper
32272 \begin_layout Standard
32273 Aquí hay un documento hijo insertado con el método 
32274 \family sans
32275 Entrada
32276 \family default
32277 :
32278 \end_layout
32279
32280 \begin_layout Standard
32281 \begin_inset CommandInset include
32282 LatexCommand input
32283 filename "DocumentoPostizo2.lyx"
32284
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \begin_layout Description
32291 Literal Con este método se puede incluir todo archivo de texto.
32292  El archivo aparece en la salida con su código fuente, y si contiene comandos
32293  no se ejecutan.
32294  Con la opción 
32295 \family sans
32296 Marcar espacios en la salida
32297 \family default
32298  cada espacio en el código fuente se muestra en la salida con el carácter
32299  «
32300 \begin_inset ERT
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304
32305
32306 \backslash
32307 textvisiblespace
32308 \end_layout
32309
32310 \end_inset
32311
32312 ».
32313  La diferencia con el método de inserción mediante el menú 
32314 \family sans
32315 Insertar
32316 \family default
32317 \SpecialChar \menuseparator
32318
32319 \family sans
32320 Archivo
32321 \family default
32322 \SpecialChar \menuseparator
32323
32324 \family sans
32325 Texto
32326 \begin_inset space ~
32327 \end_inset
32328
32329 simple
32330 \family default
32331  es que en este caso el contenido del archivo se ve en LyX, mientras que
32332  en modo 
32333 \family sans
32334 Literal 
32335 \family default
32336 no se muestra el contenido, sino un recuadro con el nombre.
32337
32338 \family sans
32339  
32340 \end_layout
32341
32342 \begin_layout Standard
32343 Aquí se inserta un documento hijo en modo Literal:
32344 \begin_inset CommandInset include
32345 LatexCommand verbatiminput
32346 filename "DocumentoTextoPostizo.txt"
32347
32348 \end_inset
32349
32350
32351 \begin_inset VSpace bigskip
32352 \end_inset
32353
32354
32355 \end_layout
32356
32357 \begin_layout Standard
32358 Aquí se inserta un documento hijo en modo Literal con la opción 
32359 \family sans
32360 Marcar espacios en la salida
32361 \family default
32362 :
32363 \begin_inset CommandInset include
32364 LatexCommand verbatiminput*
32365 filename "DocumentoTextoPostizo.txt"
32366
32367 \end_inset
32368
32369
32370 \begin_inset VSpace bigskip
32371 \end_inset
32372
32373
32374 \end_layout
32375
32376 \begin_layout Standard
32377 \begin_inset Note Greyedout
32378 status open
32379
32380 \begin_layout Plain Layout
32381
32382 \series bold
32383 Nota:
32384 \series default
32385  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32386  incluidos en modo 
32387 \family sans
32388 literal
32389 \family default
32390  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32391  archivo de texto.
32392 \end_layout
32393
32394 \end_inset
32395
32396
32397 \end_layout
32398
32399 \begin_layout Description
32400 Listado
32401 \begin_inset space ~
32402 \end_inset
32403
32404 de
32405 \begin_inset space ~
32406 \end_inset
32407
32408 programa Este tipo se describe en el capítulo
32409 \begin_inset space ~
32410 \end_inset
32411
32412
32413 \begin_inset CommandInset ref
32414 LatexCommand ref
32415 reference "cap:Listado-de-programa"
32416
32417 \end_inset
32418
32419 .
32420 \end_layout
32421
32422 \begin_layout Standard
32423 \begin_inset Note Greyedout
32424 status open
32425
32426 \begin_layout Plain Layout
32427
32428 \series bold
32429 Nota:
32430 \series default
32431  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32432  problemas en LaTeX.
32433 \end_layout
32434
32435 \end_inset
32436
32437
32438 \end_layout
32439
32440 \begin_layout Chapter
32441 Listado de programa
32442 \begin_inset CommandInset label
32443 LatexCommand label
32444 name "cap:Listado-de-programa"
32445
32446 \end_inset
32447
32448
32449 \begin_inset Index idx
32450 status collapsed
32451
32452 \begin_layout Plain Layout
32453 Listado de programa
32454 \end_layout
32455
32456 \end_inset
32457
32458
32459 \begin_inset Index idx
32460 status collapsed
32461
32462 \begin_layout Plain Layout
32463 Código de programa
32464 \end_layout
32465
32466 \end_inset
32467
32468
32469 \begin_inset Index idx
32470 status collapsed
32471
32472 \begin_layout Plain Layout
32473 Flotantes ! Listado de programa
32474 \end_layout
32475
32476 \end_inset
32477
32478
32479 \end_layout
32480
32481 \begin_layout Standard
32482 Para incluir y tipografiar código de programación puedes usar la opción
32483  de menú disponible en 
32484 \family sans
32485 Insertar\SpecialChar \menuseparator
32486 Listado
32487 \begin_inset space ~
32488 \end_inset
32489
32490 de
32491 \begin_inset space ~
32492 \end_inset
32493
32494 programa.
32495  
32496 \family default
32497 El paquete LaTeX 
32498 \series bold
32499 listings
32500 \series default
32501
32502 \begin_inset Index idx
32503 status collapsed
32504
32505 \begin_layout Plain Layout
32506 LaTeX-paquetes ! listings
32507 \end_layout
32508
32509 \end_inset
32510
32511  provee un mecanismo potente y flexible para insertar código fuente en tu
32512  documento.
32513 \end_layout
32514
32515 \begin_layout Standard
32516 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32517  incorporado en el que puedes configurar su formato.
32518 \end_layout
32519
32520 \begin_layout Standard
32521 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32522  La opción de ubicación 
32523 \family sans
32524 Listado
32525 \begin_inset space ~
32526 \end_inset
32527
32528 en
32529 \begin_inset space ~
32530 \end_inset
32531
32532 línea
32533 \family default
32534  lo imprime en la línea, como este ejemplo: 
32535 \begin_inset listings
32536 lstparams "language={C++}"
32537 inline true
32538 status open
32539
32540 \begin_layout Plain Layout
32541
32542 int a=5;
32543 \end_layout
32544
32545 \end_inset
32546
32547
32548 \family sans
32549
32550 \begin_inset Newline newline
32551 \end_inset
32552
32553
32554 \family default
32555 La opción 
32556 \family sans
32557 Flotante
32558 \family default
32559  crea un listado flotante cuya colocación se puede especificar mediante
32560  las opciones «
32561 \family sans
32562 h
32563 \family default
32564 », «
32565 \family sans
32566 t
32567 \family default
32568 », «
32569 \family sans
32570 b
32571 \family default
32572 » y «
32573 \family sans
32574 p
32575 \family default
32576 », correspondientes a las opciones de colocación de flotantes descritas
32577  en la sección
32578 \family sans
32579
32580 \begin_inset space ~
32581 \end_inset
32582
32583
32584 \begin_inset CommandInset ref
32585 LatexCommand ref
32586 reference "sec:Colocación-de-Flotantes"
32587
32588 \end_inset
32589
32590
32591 \family default
32592 .
32593  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32594  p.
32595 \family sans
32596
32597 \begin_inset space \thinspace{}
32598 \end_inset
32599
32600
32601 \family default
32602 e.
32603 \begin_inset space ~
32604 \end_inset
32605
32606 «
32607 \family sans
32608 htbp
32609 \family default
32610 ».
32611  La opción «
32612 \family sans
32613 h
32614 \family default
32615 » a veces no tiene efecto, pero no necesitas usar la opción 
32616 \family sans
32617 Flotante
32618 \family default
32619  en ese caso puesto que los listados de programa no flotantes también pueden
32620  tener leyendas y ser referenciadas.
32621 \end_layout
32622
32623 \begin_layout Standard
32624 Se puede añadir una leyenda a un listado de programa con el menú 
32625 \family sans
32626 Insertar\SpecialChar \menuseparator
32627 Leyenda
32628 \family default
32629
32630 \begin_inset Foot
32631 status collapsed
32632
32633 \begin_layout Plain Layout
32634 Para traducir la etiqueta 
32635 \begin_inset Quotes eld
32636 \end_inset
32637
32638 Listado
32639 \begin_inset Quotes erd
32640 \end_inset
32641
32642  de la leyenda, se añade al preámbulo del documento el comando 
32643 \series bold
32644
32645 \backslash
32646 renewcommand{
32647 \backslash
32648 lstlistingname}{Listado}
32649 \series default
32650 .
32651  (
32652 \emph on
32653 N.
32654 \begin_inset space \thinspace{}
32655 \end_inset
32656
32657 del t.
32658 \emph default
32659 )
32660 \end_layout
32661
32662 \end_inset
32663
32664 .
32665  Los listados de programa se pueden referenciar como los flotantes: Listado
32666 \begin_inset space ~
32667 \end_inset
32668
32669
32670 \begin_inset CommandInset ref
32671 LatexCommand ref
32672 reference "lst:Ejemplo-de-listado-de-programa"
32673
32674 \end_inset
32675
32676
32677 \end_layout
32678
32679 \begin_layout Standard
32680 \begin_inset listings
32681 lstparams "language=Python"
32682 inline false
32683 status open
32684
32685 \begin_layout Plain Layout
32686
32687 \begin_inset Caption
32688
32689 \begin_layout Plain Layout
32690 \begin_inset CommandInset label
32691 LatexCommand label
32692 name "lst:Ejemplo-de-listado-de-programa"
32693
32694 \end_inset
32695
32696 Ejemplo de listado de programa flotante
32697 \end_layout
32698
32699 \end_inset
32700
32701 # Ejemplo de listado flotante
32702 \end_layout
32703
32704 \begin_layout Plain Layout
32705
32706 def func(param):
32707 \end_layout
32708
32709 \begin_layout Plain Layout
32710
32711     'this is a python function'
32712 \end_layout
32713
32714 \begin_layout Plain Layout
32715
32716     pass
32717 \end_layout
32718
32719 \end_inset
32720
32721
32722 \end_layout
32723
32724 \begin_layout Standard
32725 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32726  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32727  y tipografiadas de manera especial en la salida.
32728  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32729  negrita.
32730 \end_layout
32731
32732 \begin_layout Standard
32733 \begin_inset Note Greyedout
32734 status open
32735
32736 \begin_layout Plain Layout
32737
32738 \series bold
32739 Nota:
32740 \series default
32741  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32742  debe probablemente a que dicha fuente no suministra negritas.
32743  En este caso selecciona una fuente distinta en el menú 
32744 \family sans
32745 Documento
32746 \family default
32747 \SpecialChar \menuseparator
32748
32749 \family sans
32750 Configuración
32751 \family default
32752 \SpecialChar \menuseparator
32753
32754 \family sans
32755 Fuentes.
32756  
32757 \family default
32758 (Las fuentes 
32759 \emph on
32760 LuxiMono, BeraMono
32761 \emph default
32762  y 
32763 \emph on
32764 Courier 
32765 \emph default
32766 suministran negritas.)
32767 \end_layout
32768
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \begin_layout Standard
32775 En la sección 
32776 \family sans
32777 Numeración
32778 \begin_inset space ~
32779 \end_inset
32780
32781 de
32782 \begin_inset space ~
32783 \end_inset
32784
32785 líneas
32786 \family default
32787  del diálogo puedes elegir el estilo de numeración de las líneas.
32788  En el campo 
32789 \family sans
32790 Paso 
32791 \family default
32792 puedes insertar un número para determinar qué líneas se numeran.
32793  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32794  
32795 \end_layout
32796
32797 \begin_layout Standard
32798 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32799  en la salida.
32800  La opción 
32801 \family sans
32802 Tabla
32803 \begin_inset space ~
32804 \end_inset
32805
32806 de
32807 \begin_inset space ~
32808 \end_inset
32809
32810 caracteres
32811 \begin_inset space ~
32812 \end_inset
32813
32814 extendida
32815 \family default
32816  debería emplearse si se usan en el código caracteres nacionales como la
32817  diéresis alemana.
32818 \begin_inset Newline newline
32819 \end_inset
32820
32821 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32822  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32823  y «Espacio como símbolo», rango de líneas 3-8:
32824 \begin_inset listings
32825 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32826 inline false
32827 status open
32828
32829 \begin_layout Plain Layout
32830
32831 def func(param):
32832 \end_layout
32833
32834 \begin_layout Plain Layout
32835
32836     'this is a python function'
32837 \end_layout
32838
32839 \begin_layout Plain Layout
32840
32841     pass
32842 \end_layout
32843
32844 \begin_layout Plain Layout
32845
32846 def func(param):
32847 \end_layout
32848
32849 \begin_layout Plain Layout
32850
32851 'This is a German word: Tschüß'
32852 \end_layout
32853
32854 \begin_layout Plain Layout
32855
32856 pass
32857 \end_layout
32858
32859 \begin_layout Plain Layout
32860
32861 def func(param):
32862 \end_layout
32863
32864 \begin_layout Plain Layout
32865
32866 'this is a python function'
32867 \end_layout
32868
32869 \begin_layout Plain Layout
32870
32871 pass
32872 \end_layout
32873
32874 \end_inset
32875
32876
32877 \end_layout
32878
32879 \begin_layout Standard
32880 \begin_inset Note Greyedout
32881 status open
32882
32883 \begin_layout Plain Layout
32884
32885 \series bold
32886 Nota:
32887 \series default
32888  Debido a un error en el paquete 
32889 \series bold
32890 listings
32891 \series default
32892  la numeración de líneas cambia en una línea por cada listado previo.
32893  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32894  3 y 6.
32895 \end_layout
32896
32897 \end_inset
32898
32899
32900 \end_layout
32901
32902 \begin_layout Standard
32903 \begin_inset VSpace bigskip
32904 \end_inset
32905
32906
32907 \end_layout
32908
32909 \begin_layout Standard
32910 También es posible imprimir como listado de programa líneas de un archivo.
32911  Para hacer esto, usa el menú 
32912 \family sans
32913 Insertar\SpecialChar \menuseparator
32914 Archivo\SpecialChar \menuseparator
32915 Documento
32916 \begin_inset space ~
32917 \end_inset
32918
32919 hijo 
32920 \family default
32921 y elige el tipo 
32922 \family sans
32923 Listado de programa
32924 \family default
32925 .
32926 \begin_inset Foot
32927 status collapsed
32928
32929 \begin_layout Plain Layout
32930 Los restantes tipos de documento hijo se describen en la sección
32931 \begin_inset space ~
32932 \end_inset
32933
32934
32935 \begin_inset CommandInset ref
32936 LatexCommand ref
32937 reference "sec:Documento-Hijo"
32938
32939 \end_inset
32940
32941 .
32942 \end_layout
32943
32944 \end_inset
32945
32946  En el diálogo de documento hijo puedes especificar los parámetros del listado
32947  en el cuadro de texto.
32948  Para ver una lista de los parámetros disponibles teclea una interrogación
32949  «?» en el cuadro.
32950 \end_layout
32951
32952 \begin_layout Standard
32953 Para referenciar un documento hijo tipo listado, escribe el texto de la
32954  etiqueta en el campo correspondiente del diálogo de documento hijo.
32955  Después se puede referenciar la etiqueta con el menú 
32956 \family sans
32957 Insertar\SpecialChar \menuseparator
32958 Referencia cruzada.
32959 \end_layout
32960
32961 \begin_layout Standard
32962 A continuación hay un ejemplo, Listado
32963 \begin_inset space ~
32964 \end_inset
32965
32966
32967 \begin_inset CommandInset ref
32968 LatexCommand ref
32969 reference "lst:archivo-listado"
32970
32971 \end_inset
32972
32973 , de inserción de líneas de un archivo; en él se incluye el rango de las
32974  líneas 10
32975 \begin_inset space \thinspace{}
32976 \end_inset
32977
32978 -
32979 \begin_inset space \thinspace{}
32980 \end_inset
32981
32982 15 de este archivo LyX.
32983 \end_layout
32984
32985 \begin_layout Standard
32986 \begin_inset CommandInset include
32987 LatexCommand lstinputlisting
32988 filename "EmbeddedObjects.lyx"
32989 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32990
32991 \end_inset
32992
32993
32994 \end_layout
32995
32996 \begin_layout Standard
32997 \begin_inset VSpace bigskip
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \begin_layout Standard
33004 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
33005 \end_layout
33006
33007 \begin_layout Enumerate
33008 Abre el diálogo de listado y añade
33009 \begin_inset Newline newline
33010 \end_inset
33011
33012
33013 \family sans
33014 mathescape=true
33015 \begin_inset Newline newline
33016 \end_inset
33017
33018
33019 \family default
33020 en el campo de texto de la solapa 
33021 \family sans
33022 Avanzado
33023 \end_layout
33024
33025 \begin_layout Enumerate
33026 Crea una ecuación fuera del listado
33027 \end_layout
33028
33029 \begin_layout Enumerate
33030 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
33031  (teclas 
33032 \family sans
33033 Ctrl+C
33034 \family default
33035 )
33036 \end_layout
33037
33038 \begin_layout Enumerate
33039 En el listado escribe 
33040 \begin_inset Quotes eld
33041 \end_inset
33042
33043
33044 \family sans
33045 $$
33046 \family default
33047
33048 \begin_inset Quotes erd
33049 \end_inset
33050
33051  y pega desde el portapapeles entre los símbolos dólar (teclas 
33052 \family sans
33053 Ctrl+V
33054 \family default
33055 )
33056 \end_layout
33057
33058 \begin_layout Standard
33059 \begin_inset listings
33060 lstparams "language=Python,mathescape=true"
33061 inline false
33062 status open
33063
33064 \begin_layout Plain Layout
33065
33066 \begin_inset Caption
33067
33068 \begin_layout Plain Layout
33069 Ejemplo de listado flotante con una ecuación
33070 \end_layout
33071
33072 \end_inset
33073
33074 # Ejemplo de listado flotante
33075 \end_layout
33076
33077 \begin_layout Plain Layout
33078
33079 def func(param):
33080 \end_layout
33081
33082 \begin_layout Plain Layout
33083
33084     # $
33085 \backslash
33086 prod_{n=1}^{
33087 \backslash
33088 infty}
33089 \backslash
33090 ,
33091 \backslash
33092 frac{1}{x^{2}}$
33093 \end_layout
33094
33095 \begin_layout Plain Layout
33096
33097     pass
33098 \end_layout
33099
33100 \end_inset
33101
33102
33103 \end_layout
33104
33105 \begin_layout Standard
33106 \begin_inset VSpace bigskip
33107 \end_inset
33108
33109
33110 \end_layout
33111
33112 \begin_layout Standard
33113 Las preferencias globales se pueden establecer en el diálogo 
33114 \family sans
33115 Documento\SpecialChar \menuseparator
33116 Configuración\SpecialChar \menuseparator
33117 Diseño
33118 \begin_inset space ~
33119 \end_inset
33120
33121 del
33122 \begin_inset space ~
33123 \end_inset
33124
33125 texto.
33126  
33127 \family default
33128 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
33129  «?» en el campo de texto.
33130 \end_layout
33131
33132 \begin_layout Standard
33133 Para más información sobre el paquete 
33134 \series bold
33135 listings
33136 \series default
33137 , consulta su documentación
33138 \begin_inset space ~
33139 \end_inset
33140
33141
33142 \begin_inset CommandInset citation
33143 LatexCommand cite
33144 key "listings"
33145
33146 \end_inset
33147
33148 .
33149 \end_layout
33150
33151 \begin_layout Standard
33152 \begin_inset Newpage newpage
33153 \end_inset
33154
33155
33156 \end_layout
33157
33158 \begin_layout Chapter
33159 \start_of_appendix
33160 Unidades disponibles en LyX
33161 \begin_inset Index idx
33162 status collapsed
33163
33164 \begin_layout Plain Layout
33165 Unidades
33166 \end_layout
33167
33168 \end_inset
33169
33170
33171 \begin_inset CommandInset label
33172 LatexCommand label
33173 name "cap:Unidades-disponibles-en"
33174
33175 \end_inset
33176
33177
33178 \end_layout
33179
33180 \begin_layout Standard
33181 Para comprender las unidades utilizadas en este manual, el cuadro
33182 \begin_inset space ~
33183 \end_inset
33184
33185
33186 \begin_inset CommandInset ref
33187 LatexCommand ref
33188 reference "tab:Unidades"
33189
33190 \end_inset
33191
33192  describe todas las unidades disponibles en LyX.
33193 \end_layout
33194
33195 \begin_layout Standard
33196 \begin_inset Float table
33197 placement h
33198 wide false
33199 sideways false
33200 status open
33201
33202 \begin_layout Plain Layout
33203 \begin_inset Caption
33204
33205 \begin_layout Plain Layout
33206 \begin_inset CommandInset label
33207 LatexCommand label
33208 name "tab:Unidades"
33209
33210 \end_inset
33211
33212 Unidades
33213 \end_layout
33214
33215 \end_inset
33216
33217
33218 \end_layout
33219
33220 \begin_layout Plain Layout
33221 \begin_inset VSpace medskip
33222 \end_inset
33223
33224
33225 \end_layout
33226
33227 \begin_layout Plain Layout
33228 \align center
33229 \begin_inset Tabular
33230 <lyxtabular version="3" rows="20" columns="2">
33231 <features tabularvalignment="middle">
33232 <column alignment="center" valignment="top" width="0">
33233 <column alignment="center" valignment="top" width="0">
33234 <row>
33235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239 unidad
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Plain Layout
33248 nombre/descripción
33249 \end_layout
33250
33251 \end_inset
33252 </cell>
33253 </row>
33254 <row>
33255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259 mm
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33265 \begin_inset Text
33266
33267 \begin_layout Plain Layout
33268 milímetro
33269 \end_layout
33270
33271 \end_inset
33272 </cell>
33273 </row>
33274 <row>
33275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279 cm
33280 \end_layout
33281
33282 \end_inset
33283 </cell>
33284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33285 \begin_inset Text
33286
33287 \begin_layout Plain Layout
33288 centímetro
33289 \end_layout
33290
33291 \end_inset
33292 </cell>
33293 </row>
33294 <row>
33295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33296 \begin_inset Text
33297
33298 \begin_layout Plain Layout
33299 in
33300 \end_layout
33301
33302 \end_inset
33303 </cell>
33304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33305 \begin_inset Text
33306
33307 \begin_layout Plain Layout
33308 pulgada
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 </row>
33314 <row>
33315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319 pt
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33325 \begin_inset Text
33326
33327 \begin_layout Plain Layout
33328 punto (72.27
33329 \begin_inset space \thinspace{}
33330 \end_inset
33331
33332 pt = 1
33333 \begin_inset space \thinspace{}
33334 \end_inset
33335
33336 in)
33337 \end_layout
33338
33339 \end_inset
33340 </cell>
33341 </row>
33342 <row>
33343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33344 \begin_inset Text
33345
33346 \begin_layout Plain Layout
33347 pc
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Plain Layout
33356 pica (1
33357 \begin_inset space \thinspace{}
33358 \end_inset
33359
33360 pc = 12
33361 \begin_inset space \thinspace{}
33362 \end_inset
33363
33364 pt)
33365 \end_layout
33366
33367 \end_inset
33368 </cell>
33369 </row>
33370 <row>
33371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33372 \begin_inset Text
33373
33374 \begin_layout Plain Layout
33375 sp
33376 \end_layout
33377
33378 \end_inset
33379 </cell>
33380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33381 \begin_inset Text
33382
33383 \begin_layout Plain Layout
33384 punto escalado (65536
33385 \begin_inset space \thinspace{}
33386 \end_inset
33387
33388 sp = 1
33389 \begin_inset space \thinspace{}
33390 \end_inset
33391
33392 pt)
33393 \end_layout
33394
33395 \end_inset
33396 </cell>
33397 </row>
33398 <row>
33399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33400 \begin_inset Text
33401
33402 \begin_layout Plain Layout
33403 bp
33404 \end_layout
33405
33406 \end_inset
33407 </cell>
33408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33409 \begin_inset Text
33410
33411 \begin_layout Plain Layout
33412 punto grande (72
33413 \begin_inset space \thinspace{}
33414 \end_inset
33415
33416 bp = 1
33417 \begin_inset space \thinspace{}
33418 \end_inset
33419
33420 in)
33421 \end_layout
33422
33423 \end_inset
33424 </cell>
33425 </row>
33426 <row>
33427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33428 \begin_inset Text
33429
33430 \begin_layout Plain Layout
33431 dd
33432 \end_layout
33433
33434 \end_inset
33435 </cell>
33436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33437 \begin_inset Text
33438
33439 \begin_layout Plain Layout
33440 didot (1
33441 \begin_inset space \thinspace{}
33442 \end_inset
33443
33444 dd 
33445 \begin_inset Formula $\approx$
33446 \end_inset
33447
33448  0.376
33449 \begin_inset space \thinspace{}
33450 \end_inset
33451
33452 mm)
33453 \end_layout
33454
33455 \end_inset
33456 </cell>
33457 </row>
33458 <row>
33459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 cc
33464 \end_layout
33465
33466 \end_inset
33467 </cell>
33468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33469 \begin_inset Text
33470
33471 \begin_layout Plain Layout
33472 cicero (1
33473 \begin_inset space \thinspace{}
33474 \end_inset
33475
33476 cc = 12
33477 \begin_inset space \thinspace{}
33478 \end_inset
33479
33480 dd)
33481 \end_layout
33482
33483 \end_inset
33484 </cell>
33485 </row>
33486 <row>
33487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33488 \begin_inset Text
33489
33490 \begin_layout Plain Layout
33491 escala
33492 \begin_inset space \thinspace{}
33493 \end_inset
33494
33495 %
33496 \end_layout
33497
33498 \end_inset
33499 </cell>
33500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Plain Layout
33504 % del tamaño original de la imagen
33505 \end_layout
33506
33507 \end_inset
33508 </cell>
33509 </row>
33510 <row>
33511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Plain Layout
33515 texto
33516 \begin_inset space \thinspace{}
33517 \end_inset
33518
33519 %
33520 \end_layout
33521
33522 \end_inset
33523 </cell>
33524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33525 \begin_inset Text
33526
33527 \begin_layout Plain Layout
33528 % de anchura de texto
33529 \end_layout
33530
33531 \end_inset
33532 </cell>
33533 </row>
33534 <row>
33535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33536 \begin_inset Text
33537
33538 \begin_layout Plain Layout
33539 columna
33540 \begin_inset space \thinspace{}
33541 \end_inset
33542
33543 %
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33549 \begin_inset Text
33550
33551 \begin_layout Plain Layout
33552 % de anchura de columna
33553 \end_layout
33554
33555 \end_inset
33556 </cell>
33557 </row>
33558 <row>
33559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33560 \begin_inset Text
33561
33562 \begin_layout Plain Layout
33563 página
33564 \begin_inset space \thinspace{}
33565 \end_inset
33566
33567 %
33568 \end_layout
33569
33570 \end_inset
33571 </cell>
33572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33573 \begin_inset Text
33574
33575 \begin_layout Plain Layout
33576 % de anchura de página
33577 \end_layout
33578
33579 \end_inset
33580 </cell>
33581 </row>
33582 <row>
33583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33584 \begin_inset Text
33585
33586 \begin_layout Plain Layout
33587 línea
33588 \begin_inset space \thinspace{}
33589 \end_inset
33590
33591 %
33592 \end_layout
33593
33594 \end_inset
33595 </cell>
33596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33597 \begin_inset Text
33598
33599 \begin_layout Plain Layout
33600 % de anchura de línea
33601 \end_layout
33602
33603 \end_inset
33604 </cell>
33605 </row>
33606 <row>
33607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33608 \begin_inset Text
33609
33610 \begin_layout Plain Layout
33611 alt.
33612  texto
33613 \begin_inset space \thinspace{}
33614 \end_inset
33615
33616 %
33617 \end_layout
33618
33619 \end_inset
33620 </cell>
33621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Plain Layout
33625 % de altura de texto
33626 \end_layout
33627
33628 \end_inset
33629 </cell>
33630 </row>
33631 <row>
33632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33633 \begin_inset Text
33634
33635 \begin_layout Plain Layout
33636 alt.
33637  pág.
33638 \begin_inset space \thinspace{}
33639 \end_inset
33640
33641 %
33642 \end_layout
33643
33644 \end_inset
33645 </cell>
33646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33647 \begin_inset Text
33648
33649 \begin_layout Plain Layout
33650 % de altura de página
33651 \end_layout
33652
33653 \end_inset
33654 </cell>
33655 </row>
33656 <row>
33657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33658 \begin_inset Text
33659
33660 \begin_layout Plain Layout
33661 ex
33662 \end_layout
33663
33664 \end_inset
33665 </cell>
33666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33667 \begin_inset Text
33668
33669 \begin_layout Plain Layout
33670 altura de la letra 
33671 \emph on
33672 x
33673 \emph default
33674  en la fuente actual
33675 \end_layout
33676
33677 \end_inset
33678 </cell>
33679 </row>
33680 <row>
33681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33682 \begin_inset Text
33683
33684 \begin_layout Plain Layout
33685 em
33686 \end_layout
33687
33688 \end_inset
33689 </cell>
33690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33691 \begin_inset Text
33692
33693 \begin_layout Plain Layout
33694 anchura de la letra 
33695 \emph on
33696 M
33697 \emph default
33698  en la fuente actual
33699 \end_layout
33700
33701 \end_inset
33702 </cell>
33703 </row>
33704 <row>
33705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33706 \begin_inset Text
33707
33708 \begin_layout Plain Layout
33709 mu
33710 \end_layout
33711
33712 \end_inset
33713 </cell>
33714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33715 \begin_inset Text
33716
33717 \begin_layout Plain Layout
33718 unidad matemática (1
33719 \begin_inset space \thinspace{}
33720 \end_inset
33721
33722 mu = 1/18
33723 \begin_inset space \thinspace{}
33724 \end_inset
33725
33726 em)
33727 \end_layout
33728
33729 \end_inset
33730 </cell>
33731 </row>
33732 </lyxtabular>
33733
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Chapter
33745 Formatos de archivos de salida con gráficos
33746 \begin_inset CommandInset label
33747 LatexCommand label
33748 name "cap:Formatos-de-Archivos-de-Salida"
33749
33750 \end_inset
33751
33752
33753 \end_layout
33754
33755 \begin_layout Section
33756 DVI
33757 \begin_inset Index idx
33758 status collapsed
33759
33760 \begin_layout Plain Layout
33761 Formatos de archivo ! DVI
33762 \end_layout
33763
33764 \end_inset
33765
33766
33767 \begin_inset Index idx
33768 status collapsed
33769
33770 \begin_layout Plain Layout
33771 DVI|see
33772 \begin_inset ERT
33773 status collapsed
33774
33775 \begin_layout Plain Layout
33776
33777 {
33778 \end_layout
33779
33780 \end_inset
33781
33782 Formatos de archivo
33783 \begin_inset ERT
33784 status collapsed
33785
33786 \begin_layout Plain Layout
33787
33788 }
33789 \end_layout
33790
33791 \end_inset
33792
33793
33794 \end_layout
33795
33796 \end_inset
33797
33798
33799 \end_layout
33800
33801 \begin_layout Standard
33802 Este tipo de archivo tiene la extensión «
33803 \family typewriter
33804 .dvi
33805 \family default
33806 ».
33807  Se denomina «device-independent» (DVI), porque es completamente portable;
33808  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33809  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33810  Los DVI se usan para vistas preliminares rápidas y como preparación para
33811  otros formatos de salida como PostScript.
33812 \end_layout
33813
33814 \begin_layout Standard
33815 \begin_inset Note Greyedout
33816 status open
33817
33818 \begin_layout Plain Layout
33819
33820 \series bold
33821 Nota:
33822 \series default
33823  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33824 \end_layout
33825
33826 \end_inset
33827
33828  Por tanto no debes olvidar esto si mueves archivos 
33829 \family typewriter
33830 .dvi
33831 \family default
33832  a otro ordenador.
33833  Esta característica también puede retardar la visualización del archivo,
33834  porque el visor DVI tiene que convertir la imagen en segundo plano para
33835  hacerla visible al deslizar el visor.
33836  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33837 \end_layout
33838
33839 \begin_layout Standard
33840 Un documento se exporta a DVI con el menú 
33841 \family sans
33842 Archivo\SpecialChar \menuseparator
33843 Exportar\SpecialChar \menuseparator
33844 DVI
33845 \family default
33846 .
33847  Puedes ver la salida del documento en DVI con el menú 
33848 \family sans
33849 Ver\SpecialChar \menuseparator
33850 DVI 
33851 \family default
33852 o con el botón
33853 \begin_inset space ~
33854 \end_inset
33855
33856
33857 \begin_inset Graphics
33858         filename ../../images/buffer-view_dvi.png
33859         scale 85
33860
33861 \end_inset
33862
33863 .
33864 \end_layout
33865
33866 \begin_layout Section
33867 PostScript
33868 \begin_inset CommandInset label
33869 LatexCommand label
33870 name "sec:PostScript"
33871
33872 \end_inset
33873
33874
33875 \begin_inset Index idx
33876 status collapsed
33877
33878 \begin_layout Plain Layout
33879 Formatos de archivo ! PostScript
33880 \end_layout
33881
33882 \end_inset
33883
33884
33885 \begin_inset Index idx
33886 status collapsed
33887
33888 \begin_layout Plain Layout
33889 PostScript|see
33890 \begin_inset ERT
33891 status collapsed
33892
33893 \begin_layout Plain Layout
33894
33895 {
33896 \end_layout
33897
33898 \end_inset
33899
33900 Formatos de archivo
33901 \begin_inset ERT
33902 status collapsed
33903
33904 \begin_layout Plain Layout
33905
33906 }
33907 \end_layout
33908
33909 \end_inset
33910
33911
33912 \end_layout
33913
33914 \end_inset
33915
33916
33917 \end_layout
33918
33919 \begin_layout Standard
33920 Este tipo de archivo tiene la extensión «
33921 \family typewriter
33922 .ps
33923 \family default
33924 ».
33925  PostScript fue desarrollado por la compañía 
33926 \family typewriter
33927 Adobe
33928 \family default
33929  como lenguaje para impresoras.
33930  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33931  PostScript puede considerarse como un «lenguaje de programación»; con él
33932  puedes calcular y dibujar imágenes y diagramas.
33933 \begin_inset Foot
33934 status collapsed
33935
33936 \begin_layout Plain Layout
33937 Si estás interesado en este tema acude al paquete LaTeX 
33938 \series bold
33939 PSTricks
33940 \series default
33941  
33942 \begin_inset CommandInset citation
33943 LatexCommand cite
33944 key "pstricks"
33945
33946 \end_inset
33947
33948 .
33949 \end_layout
33950
33951 \end_inset
33952
33953  Por esto los archivos suelen ser más grandes que los PDF.
33954 \end_layout
33955
33956 \begin_layout Standard
33957 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33958 d PostScript» (EPS, extensión «
33959 \family typewriter
33960 .eps
33961 \family default
33962 »).
33963  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33964  en segundo plano para convertir las imágenes a EPS.
33965  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33966  cada vez que veas o exportes el documento.
33967  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33968  puedes evitar el problema insertando las imágenes directamente en EPS.
33969 \end_layout
33970
33971 \begin_layout Standard
33972 El documento se puede exportar a PostScript con el menú 
33973 \family sans
33974 Archivo\SpecialChar \menuseparator
33975 Exportar\SpecialChar \menuseparator
33976 Postscript
33977 \family default
33978 .
33979  Se puede ver la salida en PostScript con el menú 
33980 \family sans
33981 Ver\SpecialChar \menuseparator
33982 Postscript 
33983 \family default
33984 o con el botón
33985 \begin_inset space ~
33986 \end_inset
33987
33988
33989 \begin_inset Graphics
33990         filename ../../images/buffer-view_ps.png
33991
33992 \end_inset
33993
33994 .
33995 \end_layout
33996
33997 \begin_layout Section
33998 PDF
33999 \begin_inset Index idx
34000 status collapsed
34001
34002 \begin_layout Plain Layout
34003 Formatos de archivo ! PDF
34004 \end_layout
34005
34006 \end_inset
34007
34008
34009 \begin_inset Index idx
34010 status collapsed
34011
34012 \begin_layout Plain Layout
34013 PDF
34014 \end_layout
34015
34016 \end_inset
34017
34018
34019 \end_layout
34020
34021 \begin_layout Standard
34022 Este tipo de archivo tiene la extensión «
34023 \family typewriter
34024 .pdf
34025 \family default
34026 ».
34027  El formato «Portable Document Format» (PDF) fue desarrollado por 
34028 \family typewriter
34029 Adobe
34030 \family default
34031  como derivado de PostScript.
34032  Es más comprimido y utiliza muchos menos comandos que PostScript.
34033  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
34034  operativo y la salida impresa se muestra exactamente igual.
34035 \end_layout
34036
34037 \begin_layout Standard
34038 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
34039  Photographic Experts Group» (JPG, extensión «
34040 \family typewriter
34041 .jpg
34042 \family default
34043 » o «
34044 \family typewriter
34045 .jpeg
34046 \family default
34047 »), y en el formato «Portable Network Graphics» (PNG, extensión «
34048 \family typewriter
34049 .png
34050 \family default
34051 »).
34052  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
34053  en segundo plano a alguno de los anteriores.
34054  Pero como se ha comentado en la sección sobre PostScript, la conversión
34055  de gráficos ralentiza el trabajo.
34056  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
34057  mencionados.
34058 \end_layout
34059
34060 \begin_layout Standard
34061 Un documento se puede exportar a PDF con el menú 
34062 \family sans
34063 Archivo\SpecialChar \menuseparator
34064 Exportar
34065 \family default
34066  en tres modos diferentes:
34067 \end_layout
34068
34069 \begin_layout Description
34070 PDF
34071 \begin_inset space ~
34072 \end_inset
34073
34074 (ps2pdf) Este utiliza el programa 
34075 \family typewriter
34076 ps2pdf
34077 \family default
34078  que crea un PDF a partir de una versión PostScript del archivo.
34079  La versión PostScript es producida por el programa 
34080 \family typewriter
34081 dvips
34082 \family default
34083  que usa una versión DVI como paso intermedio.
34084  Así que este modo de exportación consta de tres conversiones.
34085 \end_layout
34086
34087 \begin_layout Description
34088 PDF
34089 \begin_inset space ~
34090 \end_inset
34091
34092 (dvipdfm) Este utiliza el programa 
34093 \family typewriter
34094 dvipdfm
34095 \family default
34096  que convierte el archivo a DVI en segundo plano y en un segundo paso a
34097  PDF.
34098 \end_layout
34099
34100 \begin_layout Description
34101 PDF
34102 \begin_inset space ~
34103 \end_inset
34104
34105 (pdflatex) Este utiliza el programa 
34106 \family typewriter
34107 pdftex
34108 \family default
34109  que convierte directamente el archivo a PDF.
34110 \end_layout
34111
34112 \begin_layout Standard
34113 Se recomienda usar 
34114 \family sans
34115 PDF
34116 \begin_inset space ~
34117 \end_inset
34118
34119 (pdflatex)
34120 \family default
34121  porque 
34122 \family typewriter
34123 pdftex
34124 \family default
34125  soporta todas las características de las versiones actuales de PDF, es
34126  rápido y estable.
34127  El programa 
34128 \family typewriter
34129 dvipdfm
34130 \family default
34131  ya no se desarrolla y está un poco obsoleto.
34132 \end_layout
34133
34134 \begin_layout Standard
34135 La salida en formato PDF se puede ver con el menú 
34136 \family sans
34137 Ver 
34138 \family default
34139 o con el botón
34140 \begin_inset space ~
34141 \end_inset
34142
34143
34144 \begin_inset Graphics
34145         filename ../../images/buffer-view_pdf2.png
34146         scale 85
34147
34148 \end_inset
34149
34150  (que usa 
34151 \family sans
34152 PDF
34153 \begin_inset space ~
34154 \end_inset
34155
34156 (pdflatex)
34157 \family default
34158 ).
34159 \end_layout
34160
34161 \begin_layout Chapter
34162 Explicación de la ecuación
34163 \begin_inset space ~
34164 \end_inset
34165
34166 (
34167 \begin_inset CommandInset ref
34168 LatexCommand ref
34169 reference "eq:Wgn"
34170
34171 \end_inset
34172
34173 )
34174 \begin_inset CommandInset label
34175 LatexCommand label
34176 name "cap:Explicación-de-la-Ecuación"
34177
34178 \end_inset
34179
34180
34181 \end_layout
34182
34183 \begin_layout Standard
34184 La anchura total de 
34185 \emph on
34186 n
34187 \emph default
34188  celdas de una tabla 
34189 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34190 \end_inset
34191
34192  puede calcularse con
34193 \end_layout
34194
34195 \begin_layout Standard
34196 \begin_inset Formula \begin{equation}
34197 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}
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Standard
34205 donde 
34206 \begin_inset Formula $W_{g\, n}$
34207 \end_inset
34208
34209  es el ancho dado de todas las celdas.
34210  
34211 \series bold
34212
34213 \backslash
34214 tabcolsep
34215 \series default
34216  es la longitud LaTeX entre el texto y el borde de la celda, 6
34217 \begin_inset space \thinspace{}
34218 \end_inset
34219
34220 pt por omisión.
34221  
34222 \series bold
34223
34224 \backslash
34225 arrayrulewidth
34226 \series default
34227  es el grosor de línea del borde, 0.4
34228 \begin_inset space \thinspace{}
34229 \end_inset
34230
34231 pt por omisión.
34232 \end_layout
34233
34234 \begin_layout Standard
34235 Procediendo como en la ecuación
34236 \begin_inset space ~
34237 \end_inset
34238
34239
34240 \begin_inset CommandInset ref
34241 LatexCommand eqref
34242 reference "eq:Wtot_n"
34243
34244 \end_inset
34245
34246 , el ancho total de una multicolumna, 
34247 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34248 \end_inset
34249
34250  es
34251 \end_layout
34252
34253 \begin_layout Standard
34254 \begin_inset Formula \begin{equation}
34255 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34256
34257 \end_inset
34258
34259
34260 \end_layout
34261
34262 \begin_layout Standard
34263 Igualando las ecuaciones
34264 \begin_inset space ~
34265 \end_inset
34266
34267
34268 \begin_inset CommandInset ref
34269 LatexCommand eqref
34270 reference "eq:Wtot_n"
34271
34272 \end_inset
34273
34274  y 
34275 \begin_inset CommandInset ref
34276 LatexCommand eqref
34277 reference "eq:Wtot_mult"
34278
34279 \end_inset
34280
34281  podemos calcular el ancho dado necesario 
34282 \begin_inset Formula $W_{g\, n}$
34283 \end_inset
34284
34285  cuando se expanden 
34286 \emph on
34287 n
34288 \emph default
34289  columnas, de forma que cada una de ellas tiene una anchura total  
34290 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34291 \end_inset
34292
34293 :
34294 \end_layout
34295
34296 \begin_layout Standard
34297 \begin_inset Formula \begin{equation}
34298 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \begin_layout Bibliography
34306 \labelwidthstring Bibliografía
34307 \begin_inset CommandInset bibitem
34308 LatexCommand bibitem
34309 key "latexcompanion"
34310
34311 \end_inset
34312
34313 Frank Mittelbach and Michel Goossens: 
34314 \emph on
34315 The LaTeX Companion Second Edition.
34316
34317 \emph default
34318  Addison-Wesley, 2004
34319 \end_layout
34320
34321 \begin_layout Bibliography
34322 \labelwidthstring Bibliografía
34323 \begin_inset CommandInset bibitem
34324 LatexCommand bibitem
34325 key "latexguide"
34326
34327 \end_inset
34328
34329 Helmut Kopka and Patrick W.
34330  Daly: 
34331 \emph on
34332 A Guide to LaTeX Fourth Edition.
34333
34334 \emph default
34335  Addison-Wesley, 2003
34336 \end_layout
34337
34338 \begin_layout Bibliography
34339 \labelwidthstring Bibliografía
34340 \begin_inset CommandInset bibitem
34341 LatexCommand bibitem
34342 key "latexbook"
34343
34344 \end_inset
34345
34346 Leslie Lamport: 
34347 \emph on
34348 LaTeX: A Document Preparation System.
34349
34350 \emph default
34351  Addison-Wesley, second edition, 1994
34352 \end_layout
34353
34354 \begin_layout Bibliography
34355 \labelwidthstring Bibliografía
34356 \begin_inset CommandInset bibitem
34357 LatexCommand bibitem
34358 key "booktabs"
34359
34360 \end_inset
34361
34362 Documentación del paquete LaTeX 
34363 \series bold
34364
34365 \begin_inset CommandInset href
34366 LatexCommand href
34367 name "booktabs"
34368 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34369
34370 \end_inset
34371
34372
34373 \series default
34374
34375 \begin_inset Index idx
34376 status collapsed
34377
34378 \begin_layout Plain Layout
34379 LaTeX-paquetes ! booktabs
34380 \end_layout
34381
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \begin_layout Bibliography
34388 \labelwidthstring Bibliografía
34389 \begin_inset CommandInset bibitem
34390 LatexCommand bibitem
34391 key "caption"
34392
34393 \end_inset
34394
34395 Documentación del paquete LaTeX 
34396 \series bold
34397
34398 \begin_inset CommandInset href
34399 LatexCommand href
34400 name "caption"
34401 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34402
34403 \end_inset
34404
34405
34406 \series default
34407
34408 \begin_inset Index idx
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412 LaTeX-paquetes ! caption
34413 \end_layout
34414
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \begin_layout Bibliography
34421 \labelwidthstring Bibliografía
34422 \begin_inset CommandInset bibitem
34423 LatexCommand bibitem
34424 key "endfloat"
34425
34426 \end_inset
34427
34428 Documentación del paquete LaTeX 
34429 \series bold
34430
34431 \begin_inset CommandInset href
34432 LatexCommand href
34433 name "endfloat"
34434 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34435
34436 \end_inset
34437
34438
34439 \series default
34440
34441 \begin_inset Index idx
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445 LaTeX-paquetes ! endfloat
34446 \end_layout
34447
34448 \end_inset
34449
34450
34451 \end_layout
34452
34453 \begin_layout Bibliography
34454 \labelwidthstring Bibliografía
34455 \begin_inset CommandInset bibitem
34456 LatexCommand bibitem
34457 key "wrapfig"
34458
34459 \end_inset
34460
34461 Documentación del paquete LaTeX 
34462 \series bold
34463
34464 \begin_inset CommandInset href
34465 LatexCommand href
34466 name "wrapfig"
34467 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34468
34469 \end_inset
34470
34471
34472 \series default
34473
34474 \begin_inset Index idx
34475 status collapsed
34476
34477 \begin_layout Plain Layout
34478 LaTeX-paquetes ! wrapfig
34479 \begin_inset ERT
34480 status collapsed
34481
34482 \begin_layout Plain Layout
34483
34484
34485 \backslash
34486 vspace{4mm}
34487 \end_layout
34488
34489 \end_inset
34490
34491
34492 \end_layout
34493
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \begin_layout Bibliography
34500 \labelwidthstring Bibliografía
34501 \begin_inset CommandInset bibitem
34502 LatexCommand bibitem
34503 key "footmisc"
34504
34505 \end_inset
34506
34507 Documentación del paquete LaTeX 
34508 \series bold
34509
34510 \begin_inset CommandInset href
34511 LatexCommand href
34512 name "footmisc"
34513 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34514
34515 \end_inset
34516
34517
34518 \series default
34519
34520 \begin_inset Index idx
34521 status collapsed
34522
34523 \begin_layout Plain Layout
34524 LaTeX-paquetes ! footmisc
34525 \end_layout
34526
34527 \end_inset
34528
34529
34530 \end_layout
34531
34532 \begin_layout Bibliography
34533 \labelwidthstring Bibliografía
34534 \begin_inset CommandInset bibitem
34535 LatexCommand bibitem
34536 key "hypcap"
34537
34538 \end_inset
34539
34540 Documentación del paquete LaTeX 
34541 \series bold
34542
34543 \begin_inset CommandInset href
34544 LatexCommand href
34545 name "hypcap"
34546 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34547
34548 \end_inset
34549
34550
34551 \series default
34552
34553 \begin_inset Index idx
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557 LaTeX-paquetes ! hyperref
34558 \end_layout
34559
34560 \end_inset
34561
34562
34563 \end_layout
34564
34565 \begin_layout Bibliography
34566 \labelwidthstring Bibliografía
34567 \begin_inset CommandInset bibitem
34568 LatexCommand bibitem
34569 key "hyperref"
34570
34571 \end_inset
34572
34573 Documentación del paquete LaTeX 
34574 \series bold
34575
34576 \begin_inset CommandInset href
34577 LatexCommand href
34578 name "hyperref"
34579 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34580
34581 \end_inset
34582
34583
34584 \series default
34585
34586 \begin_inset Index idx
34587 status collapsed
34588
34589 \begin_layout Plain Layout
34590 LaTeX-paquetes ! hyperref
34591 \end_layout
34592
34593 \end_inset
34594
34595
34596 \end_layout
34597
34598 \begin_layout Bibliography
34599 \labelwidthstring Bibliografía
34600 \begin_inset CommandInset bibitem
34601 LatexCommand bibitem
34602 key "KOMA-Script"
34603
34604 \end_inset
34605
34606 Documentación del paquete LaTeX 
34607 \series bold
34608
34609 \begin_inset CommandInset href
34610 LatexCommand href
34611 name "KOMA-Script"
34612 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34613
34614 \end_inset
34615
34616
34617 \series default
34618
34619 \begin_inset Index idx
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623 LaTeX-paquetes ! KOMA-Script
34624 \end_layout
34625
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \begin_layout Bibliography
34632 \labelwidthstring Bibliografía
34633 \begin_inset CommandInset bibitem
34634 LatexCommand bibitem
34635 key "listings"
34636
34637 \end_inset
34638
34639 Documentación del paquete LaTeX 
34640 \series bold
34641
34642 \begin_inset CommandInset href
34643 LatexCommand href
34644 name "listings"
34645 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34646
34647 \end_inset
34648
34649
34650 \series default
34651
34652 \begin_inset Index idx
34653 status collapsed
34654
34655 \begin_layout Plain Layout
34656 LaTeX-paquetes ! listings
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \end_layout
34663
34664 \begin_layout Bibliography
34665 \labelwidthstring Bibliografía
34666 \begin_inset CommandInset bibitem
34667 LatexCommand bibitem
34668 key "marginnote"
34669
34670 \end_inset
34671
34672 Documentación del paquete LaTeX 
34673 \series bold
34674
34675 \begin_inset CommandInset href
34676 LatexCommand href
34677 name "marginnote"
34678 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34679
34680 \end_inset
34681
34682
34683 \series default
34684
34685 \begin_inset Index idx
34686 status collapsed
34687
34688 \begin_layout Plain Layout
34689 LaTeX-paquetes ! marginnote
34690 \end_layout
34691
34692 \end_inset
34693
34694
34695 \end_layout
34696
34697 \begin_layout Bibliography
34698 \labelwidthstring Bibliografía
34699 \begin_inset CommandInset bibitem
34700 LatexCommand bibitem
34701 key "pstricks"
34702
34703 \end_inset
34704
34705 Página web del paquete LaTeX 
34706 \series bold
34707
34708 \begin_inset CommandInset href
34709 LatexCommand href
34710 name "PSTricks"
34711 target "http://tug.org/PSTricks/"
34712
34713 \end_inset
34714
34715
34716 \series default
34717
34718 \begin_inset Index idx
34719 status collapsed
34720
34721 \begin_layout Plain Layout
34722 LaTeX-paquetes ! PSTricks
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \begin_layout Bibliography
34731 \labelwidthstring Bibliografía
34732 \begin_inset CommandInset bibitem
34733 LatexCommand bibitem
34734 key "sidecap"
34735
34736 \end_inset
34737
34738 Documentación del paquete LaTeX 
34739 \series bold
34740
34741 \begin_inset CommandInset href
34742 LatexCommand href
34743 name "sidecap"
34744 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34745
34746 \end_inset
34747
34748
34749 \series default
34750
34751 \begin_inset Index idx
34752 status collapsed
34753
34754 \begin_layout Plain Layout
34755 LaTeX-paquetes ! sidecap
34756 \end_layout
34757
34758 \end_inset
34759
34760
34761 \end_layout
34762
34763 \begin_layout Bibliography
34764 \labelwidthstring Bibliografía
34765 \begin_inset CommandInset bibitem
34766 LatexCommand bibitem
34767 key "prettyref"
34768
34769 \end_inset
34770
34771 Documentación del paquete LaTeX 
34772 \series bold
34773
34774 \begin_inset CommandInset href
34775 LatexCommand href
34776 name "prettyref"
34777 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34778
34779 \end_inset
34780
34781
34782 \series default
34783
34784 \begin_inset Index idx
34785 status collapsed
34786
34787 \begin_layout Plain Layout
34788 LaTeX-paquetes ! prettyref
34789 \end_layout
34790
34791 \end_inset
34792
34793
34794 \end_layout
34795
34796 \begin_layout Bibliography
34797 \labelwidthstring Bibliografía
34798 \begin_inset CommandInset bibitem
34799 LatexCommand bibitem
34800 key "refstyle"
34801
34802 \end_inset
34803
34804 Documentación del paquete LaTeX 
34805 \series bold
34806
34807 \begin_inset CommandInset href
34808 LatexCommand href
34809 name "refstyle"
34810 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
34811
34812 \end_inset
34813
34814
34815 \series default
34816
34817 \begin_inset Index idx
34818 status collapsed
34819
34820 \begin_layout Plain Layout
34821 LaTeX-paquetes ! refstyle
34822 \end_layout
34823
34824 \end_inset
34825
34826
34827 \end_layout
34828
34829 \begin_layout Bibliography
34830 \labelwidthstring Bibliografía
34831 \begin_inset CommandInset bibitem
34832 LatexCommand bibitem
34833 key "NewInLyX20"
34834
34835 \end_inset
34836
34837
34838 \begin_inset CommandInset href
34839 LatexCommand href
34840 name "Página wiki"
34841 target "http://wiki.lyx.org/LyX/NewInLyX20"
34842
34843 \end_inset
34844
34845  sobre características nuevas para la versión 
34846 \family sans
34847 LyX
34848 \begin_inset space ~
34849 \end_inset
34850
34851 2.0
34852 \family default
34853 .
34854 \end_layout
34855
34856 \begin_layout Standard
34857 \begin_inset CommandInset index_print
34858 LatexCommand printindex
34859 type "idx"
34860
34861 \end_inset
34862
34863
34864 \end_layout
34865
34866 \end_body
34867 \end_document