]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: multirows:
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.0.0beta1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 407
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 % increase the bottom float placement fraction
60 \renewcommand{\bottomfraction}{0.5}
61
62 % avoids that floats are placed before their
63 % corresponding section starts
64 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
65
66 % speed up the longtable calculation
67 \setcounter{LTchunksize}{100}
68
69 % used for scaled and rotated boxes
70 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
71
72 % used for colored tables
73 \@ifundefined{textcolor}
74  {\usepackage{color}}{}
75 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
76 \definecolor{grisclaro}{gray}{0.8}
77
78 % check for package colortbl
79 % used for colored table cells
80 \newboolean{colortbl}
81 \IfFileExists{colortbl.sty}
82  {\usepackage{colortbl}
83   \setboolean{colortbl}{true}}
84  {\setboolean{colortbl}{false}}
85
86 % used for book-style tables
87 \usepackage{booktabs}
88
89 % used to have extra space in table cells
90 \@ifundefined{extrarowheight}
91  {\usepackage{array}}{}
92 \setlength{\extrarowheight}{2pt}
93
94 % used for customized tables
95 % ---
96 \newcolumntype{M}[1]
97  {>{\centering\hspace{0pt}}m{#1}}
98
99 \newcolumntype{S}[2]
100  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
101
102 \newcolumntype{K}[1]
103  {>{\columncolor{#1}\hspace{0pt}}c}
104
105 \newcolumntype{V}{!{\vrule width 1.5pt}}
106
107 \newcolumntype{W}{!{\color{green}\vline}}
108 % ---
109
110
111 % insert additional vertical space of
112 % 1.5 mm between footnotes
113 \let\myFoot\footnote
114 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
115
116 % number algorithm floats within chapters
117 \numberwithin{algorithm}{chapter}
118 % en español
119 \floatname{algorithm}{Algoritmo}
120
121
122 % ------------------------------------
123 % used to check for needed LaTeX packages
124 \usepackage{ifthen}
125
126 % check for package arydshln
127 % used for tables with dashed lines
128 \newboolean{arydshln}
129 \IfFileExists{arydshln.sty}
130  {\usepackage{arydshln}
131   \setboolean{arydshln}{true}}
132  {\setboolean{arydshln}{false}}
133
134 % check for package marginnote
135 % used for margin notes
136 \newboolean{marginnote}
137 \IfFileExists{marginnote.sty}
138  {\usepackage{marginnote}
139   \let\marginpar\marginnote
140   \setboolean{marginnote}{true}}
141  {\setboolean{marginnote}{false}}
142
143 % check for package sidecap
144 % used for captions on the side
145 \newboolean{sidecap}
146 \IfFileExists{sidecap.sty}
147  {\usepackage{sidecap}
148   \setboolean{sidecap}{true}}
149  {\setboolean{sidecap}{false}}
150
151 % redefine the \LyX macro for PDF bookmarks
152 \def\LyX{\texorpdfstring{%
153   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
154   {LyX}}
155
156 % to translate the listing label
157 % para traducir la etiqueta listing
158 \renewcommand{\lstlistingname}{Listado}
159 \end_preamble
160 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
161 \use_default_options false
162 \maintain_unincluded_children false
163 \language spanish
164 \inputencoding auto
165 \fontencoding global
166 \font_roman default
167 \font_sans default
168 \font_typewriter default
169 \font_default_family default
170 \use_xetex false
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100
174 \font_tt_scale 100
175
176 \graphics default
177 \default_output_format default
178 \output_sync 0
179 \bibtex_command default
180 \index_command default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
185 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref false
196 \pdf_pdfusetitle false
197 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
198 \papersize default
199 \use_geometry false
200 \use_amsmath 2
201 \use_esint 0
202 \use_mhchem 1
203 \use_mathdots 1
204 \cite_engine basic
205 \use_bibtopic false
206 \use_indices false
207 \paperorientation portrait
208 \suppress_date false
209 \use_refstyle 0
210 \notefontcolor #0000ff
211 \index Índice
212 \shortcut idx
213 \color #008000
214 \end_index
215 \secnumdepth 3
216 \tocdepth 3
217 \paragraph_separation skip
218 \defskip medskip
219 \quotes_language french
220 \papercolumns 1
221 \papersides 2
222 \paperpagestyle default
223 \bullet 1 1 34 -1
224 \bullet 2 2 35 -1
225 \bullet 3 2 7 -1
226 \tracking_changes false
227 \output_changes false
228 \html_math_output 0
229 \html_be_strict false
230 \end_header
231
232 \begin_body
233
234 \begin_layout Title
235 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
236  en LyX
237 \end_layout
238
239 \begin_layout Author
240 por el Equipo LyX
241 \begin_inset Foot
242 status collapsed
243
244 \begin_layout Plain Layout
245 \noindent
246 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
247  de Documentación de LyX: 
248 \begin_inset CommandInset href
249 LatexCommand href
250 name "lyx-docs@lists.lyx.org"
251 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
252 type "mailto:"
253
254 \end_inset
255
256
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 Autor: Uwe Stöhr
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Note Note
273 status collapsed
274
275 \begin_layout Plain Layout
276 Traducción de: Ignacio García
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \family sans
291 Versión 2.0.x
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset CommandInset toc
296 LatexCommand tableofcontents
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Note Note
305 status collapsed
306
307 \begin_layout Plain Layout
308 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
309  estar instalados los paquetes LaTeX 
310 \series bold
311 arydshln
312 \series default
313
314 \series bold
315 colortbl
316 \series default
317
318 \series bold
319 marginnote
320 \series default
321  y 
322 \series bold
323 sidecap
324 \series default
325 .
326  Si no están instalados, también podrás exportar el documento, pero las
327  secciones en que dichos paquetes son necesarios no aparecen en la salida.
328 \end_layout
329
330 \begin_layout Plain Layout
331 La última versión en PDF de este documento puede encontrarse aquí:
332 \series bold
333
334 \begin_inset Newline newline
335 \end_inset
336
337 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
338 \end_layout
339
340 \end_inset
341
342
343 \end_layout
344
345 \begin_layout Chapter
346 Figuras
347 \begin_inset Index idx
348 status collapsed
349
350 \begin_layout Plain Layout
351 Figuras
352 \end_layout
353
354 \end_inset
355
356
357 \begin_inset Index idx
358 status collapsed
359
360 \begin_layout Plain Layout
361 Gráficos|see
362 \begin_inset ERT
363 status collapsed
364
365 \begin_layout Plain Layout
366
367 {
368 \end_layout
369
370 \end_inset
371
372 Figuras
373 \begin_inset ERT
374 status collapsed
375
376 \begin_layout Plain Layout
377
378 }
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \begin_layout Section
392 Diálogo de gráficos
393 \begin_inset CommandInset label
394 LatexCommand label
395 name "sec:Diálogo-Gráficos"
396
397 \end_inset
398
399
400 \begin_inset Index idx
401 status collapsed
402
403 \begin_layout Plain Layout
404 Figuras ! Diálogo de gráficos
405 \end_layout
406
407 \end_inset
408
409
410 \end_layout
411
412 \begin_layout Standard
413 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
414  texto que desees y haz clic en el icono 
415 \begin_inset Graphics
416         filename ../../images/dialog-show-new-inset_graphics.png
417         scale 85
418
419 \end_inset
420
421  o en el menú 
422 \family sans
423 Insertar\SpecialChar \menuseparator
424 Imagen
425 \family default
426 .
427  Aparecerá un diálogo para escoger el archivo a cargar.
428  La imagen aparecerá en el archivo de salida exactamente en la misma posición
429  en la que la has colocado.
430 \end_layout
431
432 \begin_layout Standard
433 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
434  una imagen.
435  Este diálogo tiene tres pestañas:
436 \end_layout
437
438 \begin_layout Description
439 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
440  presentación en LyX y en la salida.
441  En el apéndice
442 \begin_inset space ~
443 \end_inset
444
445
446 \begin_inset CommandInset ref
447 LatexCommand ref
448 reference "cap:Unidades-disponibles-en"
449
450 \end_inset
451
452  se detallan las unidades disponibles para el tamaño del gráfico.
453 \begin_inset Newline newline
454 \end_inset
455
456
457 \begin_inset Index idx
458 status collapsed
459
460 \begin_layout Plain Layout
461 Figuras ! Rotar
462 \end_layout
463
464 \end_inset
465
466 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
467  un ángulo y un origen de rotación.
468  La imagen también gira en LyX.
469 \begin_inset Newline newline
470 \end_inset
471
472
473 \begin_inset Index idx
474 status collapsed
475
476 \begin_layout Plain Layout
477 Figuras ! Escalar
478 \end_layout
479
480 \end_inset
481
482 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
483  la altura y la anchura.
484  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
485  automáticamente.
486  Si fijas ambas dimensiones
487 \family sans
488 ,
489 \family default
490  la imagen se adaptará a ellas, posiblemente distorsionada.
491  Para evitar distorsión en la imagen marca la opción 
492 \family sans
493 Mantener
494 \begin_inset space ~
495 \end_inset
496
497 proporción
498 \family default
499 .
500  En ese caso la imagen será escalada de forma que su anchura y su altura
501  no excedan de las dimensiones especificadas.
502 \begin_inset Newline newline
503 \end_inset
504
505 Las imágenes se pueden abrir en el programa de tu elección con la entrada
506  
507 \family sans
508  Editar
509 \begin_inset space ~
510 \end_inset
511
512  externamente
513 \family default
514  del menú contextual que aparece al hacer clic derecho sobre la imagen.
515  Los programas visor y editor para cada formato de imagen se pueden establecer
516  en la configuración de formatos de archivo de las preferencias de LyX.
517 \end_layout
518
519 \begin_layout Description
520 Recorte Alternativamente al escalado, es posible establecer las coordenadas
521  de la imagen para ajustar su altura y anchura en la salida.
522  Además, las coordenadas se pueden calcular automáticamente pinchando el
523  botón 
524 \family sans
525 Obtener
526 \begin_inset space ~
527 \end_inset
528
529 de
530 \begin_inset space ~
531 \end_inset
532
533 archivo
534 \family default
535 .
536  El botón 
537 \family sans
538 Recortar
539 \begin_inset space ~
540 \end_inset
541
542 al
543 \begin_inset space ~
544 \end_inset
545
546 cuadro
547 \begin_inset space ~
548 \end_inset
549
550 delimitador
551 \family default
552  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
553 as.
554  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
555 \end_layout
556
557 \begin_layout Description
558 Opciones
559 \begin_inset space ~
560 \end_inset
561
562 de
563 \begin_inset space ~
564 \end_inset
565
566 LaTeX
567 \begin_inset space ~
568 \end_inset
569
570 y
571 \begin_inset space ~
572 \end_inset
573
574 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
575  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
576 \begin_inset Newline newline
577 \end_inset
578
579 La opción 
580 \family sans
581 Modo
582 \begin_inset space ~
583 \end_inset
584
585 borrador
586 \family default
587  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
588 \begin_inset Newline newline
589 \end_inset
590
591 La opción 
592 \family sans
593 No
594 \begin_inset space ~
595 \end_inset
596
597 descomprimir
598 \begin_inset space ~
599 \end_inset
600
601 al
602 \begin_inset space ~
603 \end_inset
604
605 exportar
606 \family default
607  sólo afecta a los gráficos EPS comprimidos, p.
608 \begin_inset space \thinspace{}
609 \end_inset
610
611 e.
612 \begin_inset space ~
613 \end_inset
614
615
616 \emph on
617 x.eps.gz
618 \emph default
619 .
620  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
621  puesto que LaTeX puede manejarlas como están.
622 \begin_inset Newline newline
623 \end_inset
624
625 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
626  utiliza PostScript como formato de salida, véase apéndice
627 \begin_inset space ~
628 \end_inset
629
630
631 \begin_inset CommandInset ref
632 LatexCommand ref
633 reference "sec:PostScript"
634
635 \end_inset
636
637 .
638  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
639  o en consola de Windows:
640 \begin_inset Newline newline
641 \end_inset
642
643
644 \series bold
645 gzip x.eps
646 \series default
647
648 \begin_inset Newline newline
649 \end_inset
650
651
652 \series bold
653 zgrep %%Bounding x.eps.gz > x.eps.bb
654 \series default
655
656 \begin_inset Newline newline
657 \end_inset
658
659 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
660  LaTeX para gráficos comprimidos.
661 \begin_inset Newline newline
662 \end_inset
663
664 El campo 
665 \family sans
666 Nombre
667 \begin_inset space ~
668 \end_inset
669
670 de
671 \begin_inset space ~
672 \end_inset
673
674 grupo
675 \family default
676  permite definir un conjunto de ajustes de imagen.
677 \begin_inset Index idx
678 status collapsed
679
680 \begin_layout Plain Layout
681 Figuras ! Agrupación de ajustes
682 \end_layout
683
684 \end_inset
685
686  Las imágenes incluidas en un grupo comparten sus características, de modo
687  que al modificar las de una imagen del grupo se modifican igualmente las
688  de las demás imágenes del grupo.
689  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
690  necesidad de hacerlo individualmente para cada una de ellas.
691  Además se puede integrar una imagen en un grupo existente marcando el nombre
692  del mismo en el menú contextual de la imagen.
693  
694 \end_layout
695
696 \begin_layout Standard
697 \begin_inset VSpace bigskip
698 \end_inset
699
700
701 \end_layout
702
703 \begin_layout Standard
704 Esto es un ejemplo de imagen en formato EPS
705 \begin_inset Foot
706 status collapsed
707
708 \begin_layout Plain Layout
709 Los formatos de imagen se explican en el sección
710 \begin_inset space ~
711 \end_inset
712
713
714 \begin_inset CommandInset ref
715 LatexCommand ref
716 reference "sec:Formatos-de-imagen"
717
718 \end_inset
719
720 .
721 \end_layout
722
723 \end_inset
724
725  en un párrafo separado centrado horizontalmente:
726 \end_layout
727
728 \begin_layout Standard
729 \align center
730 \begin_inset Graphics
731         filename ../clipart/mobius.eps
732         scale 70
733         clip
734         rotateOrigin center
735
736 \end_inset
737
738
739 \end_layout
740
741 \begin_layout Standard
742 Esta es la misma imagen pero en modo borrador:
743 \end_layout
744
745 \begin_layout Standard
746 \align center
747 \begin_inset Graphics
748         filename ../clipart/mobius.eps
749         scale 70
750         draft
751         rotateOrigin center
752
753 \end_inset
754
755
756 \begin_inset Newpage newpage
757 \end_inset
758
759
760 \end_layout
761
762 \begin_layout Section
763 Figuras flotantes
764 \begin_inset CommandInset label
765 LatexCommand label
766 name "sec:Figuras-Flotantes"
767
768 \end_inset
769
770
771 \begin_inset Index idx
772 status collapsed
773
774 \begin_layout Plain Layout
775 Flotantes ! Figuras
776 \end_layout
777
778 \end_inset
779
780
781 \begin_inset Index idx
782 status collapsed
783
784 \begin_layout Plain Layout
785 Figuras ! Flotantes
786 \end_layout
787
788 \end_inset
789
790
791 \end_layout
792
793 \begin_layout Standard
794 Para información general sobre flotantes, echa una ojeada a la sección
795 \begin_inset space ~
796 \end_inset
797
798
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "sec:Introducción-Flotantes"
802
803 \end_inset
804
805 .
806 \end_layout
807
808 \begin_layout Standard
809 El botón 
810 \begin_inset Graphics
811         filename ../../images/float-insert_figure.png
812         scale 85
813
814 \end_inset
815
816  y el menú 
817 \family sans
818 Insertar\SpecialChar \menuseparator
819 Flotante\SpecialChar \menuseparator
820 Figura
821 \family default
822  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
823  La imagen se puede insertar sobre la leyenda, como en la figura
824 \begin_inset space ~
825 \end_inset
826
827
828 \begin_inset CommandInset ref
829 LatexCommand ref
830 reference "fig:kill-plat"
831
832 \end_inset
833
834 , o bajo ella, como en la figura
835 \begin_inset space ~
836 \end_inset
837
838
839 \begin_inset CommandInset ref
840 LatexCommand ref
841 reference "fig:escher"
842
843 \end_inset
844
845 .
846  Más información sobre ubicación de leyendas en la sección
847 \begin_inset space ~
848 \end_inset
849
850
851 \begin_inset CommandInset ref
852 LatexCommand ref
853 reference "sec:Colocación-de-leyendas"
854
855 \end_inset
856
857 .
858 \end_layout
859
860 \begin_layout Standard
861 \begin_inset Float figure
862 wide false
863 sideways false
864 status open
865
866 \begin_layout Plain Layout
867 \align center
868 \begin_inset Graphics
869         filename ../clipart/platypus.eps
870         width 50col%
871         rotateOrigin center
872
873 \end_inset
874
875
876 \end_layout
877
878 \begin_layout Plain Layout
879 \begin_inset Caption
880
881 \begin_layout Plain Layout
882 \begin_inset CommandInset label
883 LatexCommand label
884 name "fig:kill-plat"
885
886 \end_inset
887
888 Un ornitorrinco muy distorsionado en un flotante.
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \end_inset
897
898
899 \end_layout
900
901 \begin_layout Standard
902 \begin_inset Float figure
903 wide false
904 sideways false
905 status open
906
907 \begin_layout Plain Layout
908 \begin_inset Caption
909
910 \begin_layout Plain Layout
911 \begin_inset CommandInset label
912 LatexCommand label
913 name "fig:escher"
914
915 \end_inset
916
917 M.C.
918  Escher en ácido.
919 \end_layout
920
921 \end_inset
922
923
924 \end_layout
925
926 \begin_layout Plain Layout
927 \align center
928 \begin_inset Graphics
929         filename ../clipart/escher-lsd.eps
930         scale 80
931         rotateOrigin center
932
933 \end_inset
934
935
936 \end_layout
937
938 \end_inset
939
940
941 \end_layout
942
943 \begin_layout Standard
944 \begin_inset Index idx
945 status collapsed
946
947 \begin_layout Plain Layout
948 Referencias ! a figuras
949 \end_layout
950
951 \end_inset
952
953 Las figuras
954 \begin_inset space ~
955 \end_inset
956
957
958 \begin_inset CommandInset ref
959 LatexCommand ref
960 reference "fig:kill-plat"
961
962 \end_inset
963
964  y 
965 \begin_inset CommandInset ref
966 LatexCommand ref
967 reference "fig:escher"
968
969 \end_inset
970
971  son ejemplos de figuras con referencias cruzadas.
972  Las figuras pueden tener referencias cruzadas en el documento mediante
973  referencia a su etiqueta.
974  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
975 \family sans
976 Insertar\SpecialChar \menuseparator
977 Etiqueta
978 \family default
979  o el botón 
980 \begin_inset Graphics
981         filename ../../images/label-insert.png
982         scale 85
983
984 \end_inset
985
986 .
987  Ahora puedes referirte a la etiqueta usando el menú 
988 \family sans
989 Insertar\SpecialChar \menuseparator
990 Referencia
991 \begin_inset space ~
992 \end_inset
993
994 cruzada
995 \family default
996  o el botón 
997 \begin_inset Graphics
998         filename ../../images/dialog-show-new-inset_ref.png
999         scale 85
1000
1001 \end_inset
1002
1003 .
1004  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1005  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1006  en el documento final, podría no quedar «arriba» precisamente.
1007 \begin_inset Newline newline
1008 \end_inset
1009
1010 Las referencias se explican con detalle en la sección
1011 \begin_inset space ~
1012 \end_inset
1013
1014
1015 \begin_inset CommandInset ref
1016 LatexCommand ref
1017 reference "sec:Referencias-a-Flotantes"
1018
1019 \end_inset
1020
1021 .
1022 \end_layout
1023
1024 \begin_layout Standard
1025 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1026  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1027  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1028  existente.
1029  La figura
1030 \begin_inset space ~
1031 \end_inset
1032
1033
1034 \begin_inset CommandInset ref
1035 LatexCommand ref
1036 reference "fig:Dos-imágenes-distorsionadas"
1037
1038 \end_inset
1039
1040  es un ejemplo de figura flotante con dos imágenes adosadas.
1041  También se pueden poner una sobre otra.
1042  Las subfiguras son
1043 \begin_inset space ~
1044 \end_inset
1045
1046
1047 \begin_inset CommandInset ref
1048 LatexCommand ref
1049 reference "fig:Estructura-indefinible"
1050
1051 \end_inset
1052
1053  y
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "fig:Ornitorrinco"
1061
1062 \end_inset
1063
1064 .
1065 \end_layout
1066
1067 \begin_layout Standard
1068 \begin_inset Float figure
1069 wide false
1070 sideways false
1071 status open
1072
1073 \begin_layout Plain Layout
1074 \begin_inset space \hfill{}
1075 \end_inset
1076
1077
1078 \begin_inset Float figure
1079 wide false
1080 sideways false
1081 status open
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "fig:Estructura-indefinible"
1090
1091 \end_inset
1092
1093 Estructura indefinible
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \begin_layout Plain Layout
1102 \begin_inset Graphics
1103         filename ../clipart/escher-lsd.eps
1104         width 45col%
1105         groupId distorsionadas
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \end_inset
1113
1114
1115 \begin_inset space \hfill{}
1116 \end_inset
1117
1118
1119 \begin_inset Float figure
1120 wide false
1121 sideways false
1122 status open
1123
1124 \begin_layout Plain Layout
1125 \begin_inset Caption
1126
1127 \begin_layout Plain Layout
1128 \begin_inset CommandInset label
1129 LatexCommand label
1130 name "fig:Ornitorrinco"
1131
1132 \end_inset
1133
1134 Ornitorrinco
1135 \end_layout
1136
1137 \end_inset
1138
1139
1140 \end_layout
1141
1142 \begin_layout Plain Layout
1143 \begin_inset Graphics
1144         filename ../clipart/platypus.eps
1145         width 45col%
1146         groupId distorsionadas
1147
1148 \end_inset
1149
1150
1151 \end_layout
1152
1153 \end_inset
1154
1155
1156 \begin_inset space \hfill{}
1157 \end_inset
1158
1159
1160 \end_layout
1161
1162 \begin_layout Plain Layout
1163 \begin_inset Caption
1164
1165 \begin_layout Plain Layout
1166 \begin_inset CommandInset label
1167 LatexCommand label
1168 name "fig:Dos-imágenes-distorsionadas"
1169
1170 \end_inset
1171
1172 Dos imágenes distorsionadas.
1173  Ambas están en el grupo llamado «distorsionadas».
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \end_layout
1180
1181 \end_inset
1182
1183
1184 \begin_inset Newpage newpage
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \begin_layout Section
1191 Formatos de imagen
1192 \begin_inset CommandInset label
1193 LatexCommand label
1194 name "sec:Formatos-de-imagen"
1195
1196 \end_inset
1197
1198
1199 \begin_inset Index idx
1200 status collapsed
1201
1202 \begin_layout Plain Layout
1203 Formatos de imagen
1204 \end_layout
1205
1206 \end_inset
1207
1208
1209 \begin_inset Index idx
1210 status collapsed
1211
1212 \begin_layout Plain Layout
1213 Figuras ! Formatos de imagen
1214 \end_layout
1215
1216 \end_inset
1217
1218
1219 \end_layout
1220
1221 \begin_layout Standard
1222 Puedes insertar imágenes en cualquier formato.
1223  Pero como se explica en el apéndice
1224 \begin_inset space ~
1225 \end_inset
1226
1227
1228 \begin_inset CommandInset ref
1229 LatexCommand ref
1230 reference "cap:Formatos-de-Archivos-de-Salida"
1231
1232 \end_inset
1233
1234 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1235  de archivo de imagen.
1236  Por eso LyX usa el programa 
1237 \family typewriter
1238 ImageMagick
1239 \family default
1240  en segundo plano para convertir imágenes al formato adecuado.
1241  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1242  los formatos de imagen admitidos en el formato de archivo de salida.
1243  Los formatos de salida se explican en el apéndice
1244 \begin_inset space ~
1245 \end_inset
1246
1247
1248 \begin_inset CommandInset ref
1249 LatexCommand ref
1250 reference "cap:Formatos-de-Archivos-de-Salida"
1251
1252 \end_inset
1253
1254 .
1255 \end_layout
1256
1257 \begin_layout Standard
1258 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1259 \end_layout
1260
1261 \begin_layout Description
1262 Imágenes
1263 \begin_inset space ~
1264 \end_inset
1265
1266 mapa
1267 \begin_inset space ~
1268 \end_inset
1269
1270 de
1271 \begin_inset space ~
1272 \end_inset
1273
1274 bits
1275 \begin_inset space ~
1276 \end_inset
1277
1278 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1279  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1280  de zoom.
1281  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1282  Format» (GIF, extensión «
1283 \family typewriter
1284 .gif
1285 \family default
1286 »)
1287 \begin_inset Index idx
1288 status collapsed
1289
1290 \begin_layout Plain Layout
1291 GIF|see
1292 \begin_inset ERT
1293 status collapsed
1294
1295 \begin_layout Plain Layout
1296
1297 {
1298 \end_layout
1299
1300 \end_inset
1301
1302 Formatos de imagen
1303 \begin_inset ERT
1304 status collapsed
1305
1306 \begin_layout Plain Layout
1307
1308 }
1309 \end_layout
1310
1311 \end_inset
1312
1313
1314 \end_layout
1315
1316 \end_inset
1317
1318 , «Portable Network Graphics» (PNG, extensión «
1319 \family typewriter
1320 .png
1321 \family default
1322 »)
1323 \begin_inset Index idx
1324 status collapsed
1325
1326 \begin_layout Plain Layout
1327 PNG|see
1328 \begin_inset ERT
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332
1333 {
1334 \end_layout
1335
1336 \end_inset
1337
1338 Formatos de imagen
1339 \begin_inset ERT
1340 status collapsed
1341
1342 \begin_layout Plain Layout
1343
1344 }
1345 \end_layout
1346
1347 \end_inset
1348
1349
1350 \end_layout
1351
1352 \end_inset
1353
1354 , y «Joint Photographic Experts Group» (JPG, extensión «
1355 \family typewriter
1356 .jpg
1357 \family default
1358 » o «
1359 \family typewriter
1360 .jpeg
1361 \family default
1362 »)
1363 \begin_inset Index idx
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367 JPG|see
1368 \begin_inset ERT
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372
1373 {
1374 \end_layout
1375
1376 \end_inset
1377
1378 Formatos de imagen
1379 \begin_inset ERT
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383
1384 }
1385 \end_layout
1386
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \end_inset
1393
1394 .
1395 \end_layout
1396
1397 \begin_layout Description
1398 Imágenes
1399 \begin_inset space ~
1400 \end_inset
1401
1402 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1403 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1404  La posibilidad de escalado hace falta para crear presentaciones, porque
1405  éstas siempre son escaladas por el proyector.
1406  El escalado también es útil en los documentos en línea para permitir el
1407  zoom en diagramas.
1408 \begin_inset Newline newline
1409 \end_inset
1410
1411 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1412  extensión «
1413 \family typewriter
1414 .svg
1415 \family default
1416 »)
1417 \begin_inset Index idx
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421 SVG|see
1422 \begin_inset ERT
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426
1427 {
1428 \end_layout
1429
1430 \end_inset
1431
1432 Formatos de imagen
1433 \begin_inset ERT
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437
1438 }
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \end_layout
1445
1446 \end_inset
1447
1448 , «Encapsulated PostScript» (EPS, extensión «
1449 \family typewriter
1450 .eps
1451 \family default
1452 »)
1453 \begin_inset Index idx
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457 EPS|see
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 {
1464 \end_layout
1465
1466 \end_inset
1467
1468 Formatos de imagen
1469 \begin_inset ERT
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473
1474 }
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \end_layout
1481
1482 \end_inset
1483
1484 , «Portable Document Format» (PDF, extensión «
1485 \family typewriter
1486 .pdf
1487 \family default
1488 »)
1489 \begin_inset Index idx
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493 PDF|see
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 {
1500 \end_layout
1501
1502 \end_inset
1503
1504 Formatos de imagen
1505 \begin_inset ERT
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509
1510 }
1511 \end_layout
1512
1513 \end_inset
1514
1515
1516 \end_layout
1517
1518 \end_inset
1519
1520 , y «Windows Metafile» (WMF, extensión «
1521 \family typewriter
1522 .wmf
1523 \family default
1524 »)
1525 \begin_inset Index idx
1526 status collapsed
1527
1528 \begin_layout Plain Layout
1529 WMF|see
1530 \begin_inset ERT
1531 status collapsed
1532
1533 \begin_layout Plain Layout
1534
1535 {
1536 \end_layout
1537
1538 \end_inset
1539
1540 Formatos de imagen
1541 \begin_inset ERT
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 }
1547 \end_layout
1548
1549 \end_inset
1550
1551
1552 \end_layout
1553
1554 \end_inset
1555
1556 .
1557  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1558  a PDF o EPS y el resultado será todavía una imagen bitmap.
1559  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1560  a la imagen original.
1561 \begin_inset Foot
1562 status collapsed
1563
1564 \begin_layout Plain Layout
1565 En el caso de PDF, además se comprime la imagen original.
1566 \end_layout
1567
1568 \end_inset
1569
1570  Por ejemplo, los archivos PDF generados por 
1571 \family typewriter
1572 Adobe Photoshop
1573 \family default
1574  son imágenes bitmap.
1575 \end_layout
1576
1577 \begin_layout Standard
1578 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1579  al contrario.
1580  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1581  archivos de salida PDF y PostScript, respectivamente.
1582  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1583  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1584 \begin_inset Formula $\to$
1585 \end_inset
1586
1587  PDF/EPS.
1588 \end_layout
1589
1590 \begin_layout Chapter
1591 Tablas
1592 \begin_inset Index idx
1593 status collapsed
1594
1595 \begin_layout Plain Layout
1596 Tablas
1597 \end_layout
1598
1599 \end_inset
1600
1601
1602 \end_layout
1603
1604 \begin_layout Section
1605 Introducción
1606 \begin_inset Index idx
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610 Tablas ! Introducción
1611 \end_layout
1612
1613 \end_inset
1614
1615
1616 \end_layout
1617
1618 \begin_layout Standard
1619 Puede insertarse una tabla mediante el botón 
1620 \begin_inset Graphics
1621         filename ../../images/tabular-insert.png
1622         scale 85
1623
1624 \end_inset
1625
1626  o el menú 
1627 \family sans
1628 Insertar\SpecialChar \menuseparator
1629 Tabla
1630 \family default
1631 .
1632  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1633  el número de filas y de columnas de la tabla.
1634  Si usas el menú aparece un diálogo en el que se pide el número de filas
1635  y columnas.
1636  
1637 \begin_inset Newline newline
1638 \end_inset
1639
1640 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1641  fila aparece separada por una línea doble: la línea inferior de la primera
1642  fila y la línea superior de la segunda fila.
1643  Ejemplo de tabla:
1644 \end_layout
1645
1646 \begin_layout Standard
1647 \align center
1648 \begin_inset Tabular
1649 <lyxtabular version="3" rows="4" columns="4">
1650 <features tabularvalignment="middle">
1651 <column alignment="center" valignment="top" width="0">
1652 <column alignment="center" valignment="top" width="0pt">
1653 <column alignment="center" valignment="top" width="0in">
1654 <column alignment="center" valignment="top" width="0pt">
1655 <row>
1656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660
1661 \end_layout
1662
1663 \end_inset
1664 </cell>
1665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1666 \begin_inset Text
1667
1668 \begin_layout Plain Layout
1669
1670 \family roman
1671 \series medium
1672 \shape up
1673 \size normal
1674 \emph off
1675 \bar no
1676 \noun off
1677 \color none
1678 1
1679 \end_layout
1680
1681 \end_inset
1682 </cell>
1683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1684 \begin_inset Text
1685
1686 \begin_layout Plain Layout
1687 2
1688 \end_layout
1689
1690 \end_inset
1691 </cell>
1692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696 3
1697 \end_layout
1698
1699 \end_inset
1700 </cell>
1701 </row>
1702 <row>
1703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707
1708 \family roman
1709 \series medium
1710 \shape up
1711 \size normal
1712 \emph off
1713 \bar no
1714 \noun off
1715 \color none
1716 A
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1740 \begin_inset Text
1741
1742 \begin_layout Plain Layout
1743
1744 \end_layout
1745
1746 \end_inset
1747 </cell>
1748 </row>
1749 <row>
1750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754
1755 \family roman
1756 \series medium
1757 \shape up
1758 \size normal
1759 \emph off
1760 \bar no
1761 \noun off
1762 \color none
1763 B
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \size normal
1783 \noun off
1784 \color none
1785  
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 </row>
1800 <row>
1801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \family roman
1807 \series medium
1808 \shape up
1809 \size normal
1810 \emph off
1811 \bar no
1812 \noun off
1813 \color none
1814 C
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 </lyxtabular>
1848
1849 \end_inset
1850
1851
1852 \end_layout
1853
1854 \begin_layout Section
1855 Diálogo de tablas
1856 \begin_inset Index idx
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860 Tablas ! Diálogo
1861 \end_layout
1862
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \begin_layout Standard
1869 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1870  pinchar sobre ella con el botón derecho del ratón.
1871  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1872  encuentra el cursor.
1873  La mayoría de opciones también trabajan sobre una selección de celdas,
1874  de filas o de columnas.
1875  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1876  su 
1877 \emph on
1878 contenido
1879 \emph default
1880 .
1881  En el cuadro de diálogo aparecen las siguientes solapas:
1882 \end_layout
1883
1884 \begin_layout Description
1885
1886 \family sans
1887 Configuración
1888 \begin_inset space ~
1889 \end_inset
1890
1891 de
1892 \begin_inset space ~
1893 \end_inset
1894
1895 la
1896 \begin_inset space ~
1897 \end_inset
1898
1899 tabla
1900 \family default
1901  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1902  actual.
1903  La alineación 
1904 \family sans
1905 \lang english
1906 At
1907 \begin_inset space ~
1908 \end_inset
1909
1910 Decimal
1911 \begin_inset space ~
1912 \end_inset
1913
1914 Separator
1915 \family default
1916  is described in
1917 \lang spanish
1918  sección
1919 \begin_inset space ~
1920 \end_inset
1921
1922
1923 \begin_inset CommandInset ref
1924 LatexCommand ref
1925 reference "sub:Alineación-especial-de"
1926
1927 \end_inset
1928
1929 .
1930  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1931  Una anchura determinada permite tener saltos de línea y distintos párrafos
1932  de texto, véase sección
1933 \begin_inset space ~
1934 \end_inset
1935
1936
1937 \begin_inset CommandInset ref
1938 LatexCommand ref
1939 reference "sub:Líneas-Múltiples-en"
1940
1941 \end_inset
1942
1943 .
1944  Si no estableces anchura, la columna será tan ancha como el contenido de
1945  la celda más ancha.
1946 \begin_inset Newline newline
1947 \end_inset
1948
1949 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1950  véase sección
1951 \begin_inset space ~
1952 \end_inset
1953
1954
1955 \begin_inset CommandInset ref
1956 LatexCommand ref
1957 reference "sub:Multicolumnas"
1958
1959 \end_inset
1960
1961  
1962 \lang english
1963 or the cells of one column as multirow cell
1964 \lang spanish
1965 , véase sección
1966 \begin_inset space ~
1967 \end_inset
1968
1969
1970 \begin_inset CommandInset ref
1971 LatexCommand ref
1972 reference "sub:Multifilas"
1973
1974 \end_inset
1975
1976 .
1977 \begin_inset Newline newline
1978 \end_inset
1979
1980 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1981  90º en el sentido de las agujas del reloj.
1982  La rotación no se ve en LyX, sí en la salida.
1983 \begin_inset Newline newline
1984 \end_inset
1985
1986
1987 \begin_inset Note Greyedout
1988 status open
1989
1990 \begin_layout Plain Layout
1991
1992 \series bold
1993 Nota:
1994 \series default
1995  no todos los visores DVI pueden mostrar rotaciones.
1996 \end_layout
1997
1998 \end_inset
1999
2000
2001 \begin_inset Newline newline
2002 \end_inset
2003
2004 También es posible introducir argumentos LaTeX necesarios para formatos
2005  especiales, véanse las secciones
2006 \begin_inset space ~
2007 \end_inset
2008
2009
2010 \begin_inset CommandInset ref
2011 LatexCommand ref
2012 reference "sub:Cálculos-en-Multicolumnas"
2013
2014 \end_inset
2015
2016  y
2017 \begin_inset space ~
2018 \end_inset
2019
2020
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "sec:Tablas-Coloreadas"
2024
2025 \end_inset
2026
2027 .
2028 \end_layout
2029
2030 \begin_layout Description
2031
2032 \family sans
2033 Bordes
2034 \family default
2035  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2036  Puedes elegir para la tabla un estilo 
2037 \family sans
2038 Formal
2039 \family default
2040 , como se describe en la sección
2041 \begin_inset space ~
2042 \end_inset
2043
2044
2045 \begin_inset CommandInset ref
2046 LatexCommand ref
2047 reference "sec:Tablas-Formales"
2048
2049 \end_inset
2050
2051 .
2052 \begin_inset Newline newline
2053 \end_inset
2054
2055 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2056  se describe en la sección
2057 \begin_inset space ~
2058 \end_inset
2059
2060
2061 \begin_inset CommandInset ref
2062 LatexCommand ref
2063 reference "sub:Espacio-adicional"
2064
2065 \end_inset
2066
2067
2068 \end_layout
2069
2070 \begin_layout Description
2071
2072 \family sans
2073 Tabla
2074 \begin_inset space ~
2075 \end_inset
2076
2077 larga
2078 \family default
2079  Para hacer 
2080 \emph on
2081 tablas largas
2082 \emph default
2083  que pueden extenderse por varias páginas.
2084  Las secciones
2085 \begin_inset space ~
2086 \end_inset
2087
2088
2089 \begin_inset CommandInset ref
2090 LatexCommand ref
2091 reference "sec:Tablas-Largas"
2092
2093 \end_inset
2094
2095  y 
2096 \begin_inset CommandInset ref
2097 LatexCommand ref
2098 reference "sec:Particularidades-tablas-largas"
2099
2100 \end_inset
2101
2102  describen sus características en detalle.
2103 \end_layout
2104
2105 \begin_layout Standard
2106 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2107  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2108  aparecerá inmediatamente en el diálogo.
2109 \end_layout
2110
2111 \begin_layout Section
2112 Barra de herramientas de tabla
2113 \begin_inset Index idx
2114 status collapsed
2115
2116 \begin_layout Plain Layout
2117 Tablas ! Barra de herramientas
2118 \end_layout
2119
2120 \end_inset
2121
2122
2123 \end_layout
2124
2125 \begin_layout Standard
2126 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2127  para cambiar las tablas de manera más rápida.
2128  Normalmente debería aparecer en la parte inferior de la ventana principal
2129  de LyX cuando el cursor está dentro de una tabla.
2130  En cualquier momento se puede presentar esta barra pinchando con el botón
2131  derecho del ratón en cualquier punto de la barra principal de menú.
2132 \end_layout
2133
2134 \begin_layout Standard
2135 La barra de herramientas tiene los siguientes iconos:
2136 \end_layout
2137
2138 \begin_layout Labeling
2139 \labelwidthstring 00.00.0000
2140 \begin_inset Graphics
2141         filename ../../images/tabular-feature_append-row.png
2142
2143 \end_inset
2144
2145  añade una fila bajo la celda actual o selección
2146 \end_layout
2147
2148 \begin_layout Labeling
2149 \labelwidthstring 00.00.0000
2150 \begin_inset Graphics
2151         filename ../../images/tabular-feature_append-column.png
2152
2153 \end_inset
2154
2155  añade una columna a la derecha de la celda actual o selección
2156 \end_layout
2157
2158 \begin_layout Labeling
2159 \labelwidthstring 00.00.0000
2160 \begin_inset Graphics
2161         filename ../../images/tabular-feature_delete-row.png
2162
2163 \end_inset
2164
2165  borra la fila actual o selección
2166 \end_layout
2167
2168 \begin_layout Labeling
2169 \labelwidthstring 00.00.0000
2170 \begin_inset Graphics
2171         filename ../../images/tabular-feature_delete-column.png
2172
2173 \end_inset
2174
2175  borra la columna actual o selección
2176 \end_layout
2177
2178 \begin_layout Labeling
2179 \labelwidthstring 00.00.0000
2180 \begin_inset Graphics
2181         filename ../../images/tabular-feature_toggle-line-top.png
2182
2183 \end_inset
2184
2185  añade una línea sobre la celda/fila actual o la selección
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190 \begin_inset Graphics
2191         filename ../../images/tabular-feature_toggle-line-bottom.png
2192
2193 \end_inset
2194
2195  añade una línea bajo la celda/fila actual o la selección
2196 \end_layout
2197
2198 \begin_layout Labeling
2199 \labelwidthstring 00.00.0000
2200 \begin_inset Graphics
2201         filename ../../images/tabular-feature_toggle-line-left.png
2202
2203 \end_inset
2204
2205  añade una línea a la izquierda de la celda/fila actual o la selección
2206 \end_layout
2207
2208 \begin_layout Labeling
2209 \labelwidthstring 00.00.0000
2210 \begin_inset Graphics
2211         filename ../../images/tabular-feature_toggle-line-right.png
2212
2213 \end_inset
2214
2215  añade una línea a la derecha de la celda/fila actual o la selección
2216 \end_layout
2217
2218 \begin_layout Labeling
2219 \labelwidthstring 00.00.0000
2220 \begin_inset Graphics
2221         filename ../../images/tabular-feature_set-all-lines.png
2222
2223 \end_inset
2224
2225  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2226  actual no es multicolumna esto afecta también a la fila y a la columna)
2227 \end_layout
2228
2229 \begin_layout Labeling
2230 \labelwidthstring 00.00.0000
2231 \begin_inset Graphics
2232         filename ../../images/tabular-feature_unset-all-lines.png
2233
2234 \end_inset
2235
2236  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2237  actual no es multicolumna esto afecta también a la fila y a la columna)
2238 \end_layout
2239
2240 \begin_layout Labeling
2241 \labelwidthstring 00.00.0000
2242 \begin_inset Graphics
2243         filename ../../images/tabular-feature_m-align-left.png
2244
2245 \end_inset
2246
2247  alinea a la izquierda el contenido de la celda/columna
2248 \end_layout
2249
2250 \begin_layout Labeling
2251 \labelwidthstring 00.00.0000
2252 \begin_inset Graphics
2253         filename ../../images/tabular-feature_m-align-center.png
2254
2255 \end_inset
2256
2257  centra el contenido de la celda/columna horizontalmente
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../../images/tabular-feature_m-align-right.png
2264
2265 \end_inset
2266
2267  alinea a la derecha el contenido de la celda/columna
2268 \end_layout
2269
2270 \begin_layout Labeling
2271 \labelwidthstring 00.00.0000
2272 \begin_inset Graphics
2273         filename ../../images/tabular-feature_align-decimal.png
2274         scaleBeforeRotation
2275
2276 \end_inset
2277
2278  alinea el contenido de la celda/columna 
2279 \lang english
2280 at a character
2281 \end_layout
2282
2283 \begin_layout Labeling
2284 \labelwidthstring 00.00.0000
2285 \begin_inset Graphics
2286         filename ../../images/tabular-feature_m-valign-top.png
2287
2288 \end_inset
2289
2290  alinea arriba el contenido de la celda
2291 \end_layout
2292
2293 \begin_layout Labeling
2294 \labelwidthstring 00.00.0000
2295 \begin_inset Graphics
2296         filename ../../images/tabular-feature_m-valign-middle.png
2297
2298 \end_inset
2299
2300  centra verticalmente el contenido de la celda
2301 \end_layout
2302
2303 \begin_layout Labeling
2304 \labelwidthstring 00.00.0000
2305 \begin_inset Graphics
2306         filename ../../images/tabular-feature_m-valign-bottom.png
2307
2308 \end_inset
2309
2310  alinea abajo el contenido de la celda
2311 \end_layout
2312
2313 \begin_layout Labeling
2314 \labelwidthstring 00.00.0000
2315 \begin_inset Graphics
2316         filename ../../images/tabular-feature_set-rotate-cell.png
2317
2318 \end_inset
2319
2320  gira la celda o selección 90° como las agujas de reloj
2321 \end_layout
2322
2323 \begin_layout Labeling
2324 \labelwidthstring 00.00.0000
2325 \begin_inset Graphics
2326         filename ../../images/tabular-feature_set-rotate-tabular.png
2327
2328 \end_inset
2329
2330  gira toda la tabla 90° como agujas del reloj
2331 \end_layout
2332
2333 \begin_layout Labeling
2334 \labelwidthstring 00.00.0000
2335 \begin_inset Graphics
2336         filename ../../images/tabular-feature_multicolumn.png
2337
2338 \end_inset
2339
2340  establece la celda actual o selección como multicolumna
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345 \begin_inset Graphics
2346         filename ../../images/tabular-feature_multirow.png
2347         scaleBeforeRotation
2348
2349 \end_inset
2350
2351  establece la celda actual o selección como 
2352 \lang english
2353 multirow
2354 \end_layout
2355
2356 \begin_layout Standard
2357 \begin_inset Note Greyedout
2358 status open
2359
2360 \begin_layout Plain Layout
2361
2362 \series bold
2363 Nota:
2364 \series default
2365  En la salida se emplea la alineación vertical de la primera celda de una
2366  fila para todas las celdas restantes de la fila.
2367 \end_layout
2368
2369 \end_inset
2370
2371
2372 \end_layout
2373
2374 \begin_layout Section
2375 Menú Editar Tabla
2376 \begin_inset Index idx
2377 status collapsed
2378
2379 \begin_layout Plain Layout
2380 Tablas ! Editar
2381 \end_layout
2382
2383 \end_inset
2384
2385
2386 \end_layout
2387
2388 \begin_layout Standard
2389 Además del diálogo y la barra de herramientas, el menú 
2390 \family sans
2391 Editar\SpecialChar \menuseparator
2392 Tabla
2393 \family default
2394  permite añadir y borrar bordes para la fila/columna actual y establecer
2395  la selección como multicolumna.
2396  El menú sólo está disponible si el cursor está en la tabla.
2397 \end_layout
2398
2399 \begin_layout Section
2400 Tablas flotantes
2401 \begin_inset CommandInset label
2402 LatexCommand label
2403 name "sec:Tablas-Flotantes"
2404
2405 \end_inset
2406
2407
2408 \begin_inset Index idx
2409 status collapsed
2410
2411 \begin_layout Plain Layout
2412 Flotantes ! Tablas
2413 \end_layout
2414
2415 \end_inset
2416
2417
2418 \begin_inset Index idx
2419 status collapsed
2420
2421 \begin_layout Plain Layout
2422 Tablas ! Flotantes
2423 \end_layout
2424
2425 \end_inset
2426
2427
2428 \end_layout
2429
2430 \begin_layout Standard
2431 Para una explicación general sobre flotantes, echa un vistazo a la sección
2432 \begin_inset space ~
2433 \end_inset
2434
2435
2436 \begin_inset CommandInset ref
2437 LatexCommand ref
2438 reference "sec:Introducción-Flotantes"
2439
2440 \end_inset
2441
2442 .
2443 \end_layout
2444
2445 \begin_layout Standard
2446 \begin_inset Float table
2447 placement h
2448 wide false
2449 sideways false
2450 status collapsed
2451
2452 \begin_layout Plain Layout
2453 \begin_inset Caption
2454
2455 \begin_layout Plain Layout
2456 \begin_inset CommandInset label
2457 LatexCommand label
2458 name "tab:una tabla flotante"
2459
2460 \end_inset
2461
2462 Una tabla flotante.
2463 \end_layout
2464
2465 \end_inset
2466
2467
2468 \end_layout
2469
2470 \begin_layout Plain Layout
2471 \align center
2472 \begin_inset Tabular
2473 <lyxtabular version="3" rows="3" columns="3">
2474 <features tabularvalignment="middle">
2475 <column alignment="center" valignment="top" width="0pt">
2476 <column alignment="center" valignment="top" width="0pt">
2477 <column alignment="center" valignment="top" width="0pt">
2478 <row>
2479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2480 \begin_inset Text
2481
2482 \begin_layout Plain Layout
2483
2484 \family roman
2485 \series medium
2486 \shape up
2487 \size normal
2488 \emph off
2489 \bar no
2490 \noun off
2491 \color none
2492 1
2493 \end_layout
2494
2495 \end_inset
2496 </cell>
2497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2498 \begin_inset Text
2499
2500 \begin_layout Plain Layout
2501
2502 \family roman
2503 \series medium
2504 \shape up
2505 \size normal
2506 \emph off
2507 \bar no
2508 \noun off
2509 \color none
2510 2
2511 \end_layout
2512
2513 \end_inset
2514 </cell>
2515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2516 \begin_inset Text
2517
2518 \begin_layout Plain Layout
2519
2520 \family roman
2521 \series medium
2522 \shape up
2523 \size normal
2524 \emph off
2525 \bar no
2526 \noun off
2527 \color none
2528 3
2529 \end_layout
2530
2531 \end_inset
2532 </cell>
2533 </row>
2534 <row>
2535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2536 \begin_inset Text
2537
2538 \begin_layout Plain Layout
2539
2540 \family roman
2541 \series medium
2542 \shape up
2543 \size normal
2544 \emph off
2545 \bar no
2546 \noun off
2547 \color none
2548 Pepe
2549 \end_layout
2550
2551 \end_inset
2552 </cell>
2553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2554 \begin_inset Text
2555
2556 \begin_layout Plain Layout
2557
2558 \family roman
2559 \series medium
2560 \shape up
2561 \size normal
2562 \emph off
2563 \bar no
2564 \noun off
2565 \color none
2566 Mari
2567 \end_layout
2568
2569 \end_inset
2570 </cell>
2571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2572 \begin_inset Text
2573
2574 \begin_layout Plain Layout
2575
2576 \family roman
2577 \series medium
2578 \shape up
2579 \size normal
2580 \emph off
2581 \bar no
2582 \noun off
2583 \color none
2584 Teo
2585 \end_layout
2586
2587 \end_inset
2588 </cell>
2589 </row>
2590 <row>
2591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2592 \begin_inset Text
2593
2594 \begin_layout Plain Layout
2595
2596 \family roman
2597 \series medium
2598 \shape up
2599 \size normal
2600 \emph off
2601 \bar no
2602 \noun off
2603 \color none
2604 \begin_inset Formula $\int x^{2}dx$
2605 \end_inset
2606
2607
2608 \end_layout
2609
2610 \end_inset
2611 </cell>
2612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2613 \begin_inset Text
2614
2615 \begin_layout Plain Layout
2616
2617 \family roman
2618 \series medium
2619 \shape up
2620 \size normal
2621 \emph off
2622 \bar no
2623 \noun off
2624 \color none
2625 \begin_inset Formula $\left[\begin{array}{cc}
2626 a & b\\
2627 c & d
2628 \end{array}\right]$
2629 \end_inset
2630
2631
2632 \end_layout
2633
2634 \end_inset
2635 </cell>
2636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2637 \begin_inset Text
2638
2639 \begin_layout Plain Layout
2640
2641 \family roman
2642 \series medium
2643 \shape up
2644 \size normal
2645 \emph off
2646 \bar no
2647 \noun off
2648 \color none
2649 \begin_inset Formula $1+1=2$
2650 \end_inset
2651
2652
2653 \end_layout
2654
2655 \end_inset
2656 </cell>
2657 </row>
2658 </lyxtabular>
2659
2660 \end_inset
2661
2662
2663 \end_layout
2664
2665 \end_inset
2666
2667
2668 \end_layout
2669
2670 \begin_layout Standard
2671 Las tablas flotantes pueden insertarse con el menú 
2672 \family sans
2673 Insertar\SpecialChar \menuseparator
2674 Flotante\SpecialChar \menuseparator
2675 Tabla
2676 \family default
2677  o con el botón 
2678 \begin_inset Graphics
2679         filename ../../images/float-insert_table.png
2680         scale 85
2681
2682 \end_inset
2683
2684 .
2685 \end_layout
2686
2687 \begin_layout Standard
2688 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2689 \begin_inset space ~
2690 \end_inset
2691
2692 #:» (# es el número actual).
2693  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2694  Para insertar una tabla en el flotante se sitúa el cursor al final del
2695  texto del encabezado y se pulsa 
2696 \family sans
2697 Retorno
2698 \family default
2699 .
2700  La leyenda se imprime encima de la tabla.
2701 \end_layout
2702
2703 \begin_layout Standard
2704 La tabla
2705 \begin_inset space ~
2706 \end_inset
2707
2708
2709 \begin_inset CommandInset ref
2710 LatexCommand ref
2711 reference "tab:una tabla flotante"
2712
2713 \end_inset
2714
2715  es un ejemplo de tabla flotante.
2716 \end_layout
2717
2718 \begin_layout Standard
2719 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2720  no es soportado en las clases estándar de LaTeX.
2721  Esto significa que si estás usando las clases de documento 
2722 \family sans
2723 article
2724 \family default
2725
2726 \family sans
2727 book
2728 \family default
2729
2730 \family sans
2731 letter
2732 \family default
2733  o 
2734 \family sans
2735 report
2736 \family default
2737  no habrá espacio entre la leyenda y la tabla.
2738  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2739  del documento la siguiente opción al comando del paquete LaTeX 
2740 \series bold
2741 caption
2742 \series default
2743
2744 \begin_inset Index idx
2745 status collapsed
2746
2747 \begin_layout Plain Layout
2748 LaTeX-paquetes ! caption
2749 \end_layout
2750
2751 \end_inset
2752
2753 :
2754 \begin_inset Foot
2755 status collapsed
2756
2757 \begin_layout Plain Layout
2758 Para más información ve a la sección
2759 \begin_inset space ~
2760 \end_inset
2761
2762
2763 \begin_inset CommandInset ref
2764 LatexCommand ref
2765 reference "sec:Colocación-de-leyendas"
2766
2767 \end_inset
2768
2769 .
2770 \end_layout
2771
2772 \end_inset
2773
2774
2775 \end_layout
2776
2777 \begin_layout Standard
2778
2779 \series bold
2780 tableposition=top
2781 \end_layout
2782
2783 \begin_layout Standard
2784 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2785 \series bold
2786 caption
2787 \series default
2788  como se describe en la sección
2789 \begin_inset space ~
2790 \end_inset
2791
2792
2793 \begin_inset CommandInset ref
2794 LatexCommand ref
2795 reference "sec:Formato-de-leyendas"
2796
2797 \end_inset
2798
2799 .
2800  
2801 \end_layout
2802
2803 \begin_layout Standard
2804 \begin_inset Index idx
2805 status collapsed
2806
2807 \begin_layout Plain Layout
2808 Referencias ! a tablas
2809 \end_layout
2810
2811 \end_inset
2812
2813 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2814  etiqueta.
2815  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2816 \family sans
2817 Insertar\SpecialChar \menuseparator
2818 Etiqueta
2819 \family default
2820  o con el botón 
2821 \begin_inset Graphics
2822         filename ../../images/label-insert.png
2823         scale 85
2824
2825 \end_inset
2826
2827 .
2828  Ahora puedes referenciar la etiqueta con el menú 
2829 \family sans
2830 Insertar\SpecialChar \menuseparator
2831 Referencia
2832 \begin_inset space ~
2833 \end_inset
2834
2835 cruzada
2836 \family default
2837  o con el botón 
2838 \begin_inset Graphics
2839         filename ../../images/dialog-show-new-inset_ref.png
2840         scale 85
2841
2842 \end_inset
2843
2844 .
2845 \begin_inset Newline newline
2846 \end_inset
2847
2848 Las referencias se explican con detalle en la sección
2849 \begin_inset space ~
2850 \end_inset
2851
2852
2853 \begin_inset CommandInset ref
2854 LatexCommand ref
2855 reference "sec:Referencias-a-Flotantes"
2856
2857 \end_inset
2858
2859 .
2860 \end_layout
2861
2862 \begin_layout Section
2863 Tablas largas
2864 \begin_inset CommandInset label
2865 LatexCommand label
2866 name "sec:Tablas-Largas"
2867
2868 \end_inset
2869
2870
2871 \begin_inset Index idx
2872 status collapsed
2873
2874 \begin_layout Plain Layout
2875 Tablas largas
2876 \end_layout
2877
2878 \end_inset
2879
2880
2881 \begin_inset Index idx
2882 status collapsed
2883
2884 \begin_layout Plain Layout
2885 Tablas ! Largas|see
2886 \begin_inset ERT
2887 status collapsed
2888
2889 \begin_layout Plain Layout
2890
2891 {
2892 \end_layout
2893
2894 \end_inset
2895
2896 Tablas largas
2897 \begin_inset ERT
2898 status collapsed
2899
2900 \begin_layout Plain Layout
2901
2902 }
2903 \end_layout
2904
2905 \end_inset
2906
2907
2908 \end_layout
2909
2910 \end_inset
2911
2912
2913 \end_layout
2914
2915 \begin_layout Standard
2916 Si la tabla es demasiado larga para una página, puedes usar la opción 
2917 \family sans
2918 Usar
2919 \begin_inset space ~
2920 \end_inset
2921
2922 tabla
2923 \begin_inset space ~
2924 \end_inset
2925
2926 larga
2927 \family default
2928  en la solapa 
2929 \family sans
2930 Tabla
2931 \begin_inset space ~
2932 \end_inset
2933
2934 larga
2935 \family default
2936  del diálogo de tablas, para repartir automáticamente la tabla en varias
2937  páginas.
2938  Al hacerlo se habilitan las siguientes opciones:
2939 \end_layout
2940
2941 \begin_layout Description
2942 Encabezado: La fila actual se define como encabezado que aparecerá en todas
2943  las páginas de la tabla, excepto para la primera página si 
2944 \family sans
2945 Primer
2946 \begin_inset space ~
2947 \end_inset
2948
2949 encabezado
2950 \family default
2951  está definido.
2952  Este se denomina encabezado principal.
2953 \end_layout
2954
2955 \begin_layout Description
2956 Primer
2957 \begin_inset space ~
2958 \end_inset
2959
2960 encabezado: La fila actual se define como encabezado de la primera página
2961  de la tabla.
2962 \end_layout
2963
2964 \begin_layout Description
2965 Pie: La fila actual se define como pie que aparecerá en todas las páginas
2966  de la tabla, excepto para la última página si se define 
2967 \family sans
2968 Último
2969 \begin_inset space ~
2970 \end_inset
2971
2972 pie.
2973 \end_layout
2974
2975 \begin_layout Description
2976 Último
2977 \begin_inset space ~
2978 \end_inset
2979
2980 pie:
2981 \family sans
2982  
2983 \family default
2984 La fila actual se define como pie de la última página de la tabla.
2985 \end_layout
2986
2987 \begin_layout Description
2988 Leyenda: La fila actual contiene la leyenda de la tabla.
2989  La primera fila se reajusta como columna única y se inserta una leyenda.
2990  Más detalles sobre leyendas en tablas largas en la sec.
2991 \begin_inset space \thinspace{}
2992 \end_inset
2993
2994
2995 \begin_inset CommandInset ref
2996 LatexCommand ref
2997 reference "sub:Leyendas-en-Tablas"
2998
2999 \end_inset
3000
3001 .
3002 \end_layout
3003
3004 \begin_layout Standard
3005 También se puede especificar en el diálogo en qué fila se ha de cortar la
3006  tabla.
3007  La siguiente tabla muestra cómo funciona:
3008 \end_layout
3009
3010 \begin_layout Standard
3011
3012 \end_layout
3013
3014 \begin_layout Standard
3015 \align center
3016 \begin_inset Tabular
3017 <lyxtabular version="3" rows="69" columns="3">
3018 <features islongtable="true" longtabularalignment="center">
3019 <column alignment="left" valignment="top" width="0cm">
3020 <column alignment="left" valignment="top" width="0pt">
3021 <column alignment="right" valignment="top" width="0pt">
3022 <row endfirsthead="true">
3023 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027
3028 \series bold
3029 Ejemplo de lista telefónica (ignore los nombres)
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 </row>
3053 <row endfirsthead="true">
3054 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \series bold
3060 NOMBRE
3061 \end_layout
3062
3063 \end_inset
3064 </cell>
3065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \series bold
3080 TEL.
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 </row>
3086 <row endhead="true">
3087 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091
3092 \series bold
3093 Ejemplo de lista telefónica
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 </row>
3117 <row endhead="true">
3118 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122
3123 \series bold
3124 NOMBRE
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142
3143 \series bold
3144 TEL.
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 <row endfoot="true">
3151 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155  continúa en la página siguiente
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row>
3180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184
3185 \series bold
3186 Annovi
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 <cell alignment="center" valignment="top" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 Silvia
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 111
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 </row>
3210 <row>
3211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215
3216 \series bold
3217 Bertoli
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 <cell alignment="center" valignment="top" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226 Stefano
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235 111
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 </row>
3241 <row>
3242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246
3247 \series bold
3248 Bozzi
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell alignment="center" valignment="top" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257 Walter
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266 111
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 </row>
3272 <row>
3273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \series bold
3279 Cachia
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell alignment="center" valignment="top" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288 Maria
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297 111
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 </row>
3303 <row>
3304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308
3309 \series bold
3310 Cachia
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell alignment="center" valignment="top" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319 Maurizio
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 111
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row>
3335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \series bold
3341 Cinquemani
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell alignment="center" valignment="top" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350 Giusi
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 111
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 </row>
3365 <row>
3366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \series bold
3372 Colin
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 <cell alignment="center" valignment="top" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381 Bernard
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 111
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 </row>
3396 <row>
3397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403 Concli
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell alignment="center" valignment="top" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412 Gianfranco
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 111
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 <row>
3428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \series bold
3434 Dal Bosco
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 Carolina
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 111
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 </row>
3458 <row>
3459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \series bold
3465 Dalpiaz
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 Annamaria
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 111
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \series bold
3496 Feliciello
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 Domenico
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 111
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Focarelli
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 Paola
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 111
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 Galletti
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Oreste
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 111
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587
3588 \series bold
3589 Gasparini
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 Franca
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 111
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618
3619 \series bold
3620 Rizzardi
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 Paola
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 111
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651 Lassini
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Giancarlo
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 111
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 <row>
3676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680
3681 \series bold
3682 Malfatti
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 Luciano
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 111
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711
3712 \series bold
3713 Malfatti
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 Valeriano
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 111
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \series bold
3744 Meneguzzo
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 Roberto
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 111
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773
3774 \series bold
3775 Mezzadra
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 Roberto
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 111
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 </row>
3799 <row>
3800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804
3805 \series bold
3806 Pirpamer
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 Erich
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 111
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 </row>
3830 <row>
3831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837 Pochiesa
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Paolo
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 111, 222
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 <row>
3862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866
3867 \series bold
3868 Radina
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 Claudio
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 111
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 <row>
3893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897
3898 \series bold
3899 Stuffer
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 Oskar
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 111
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row>
3924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \series bold
3930 Tacchelli
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 Ugo
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 111
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959
3960 \series bold
3961 Tezzele
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 Margit
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 111
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Unterkalmsteiner
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Frieda
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 111
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Vieider
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Hilde
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 111
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052
4053 \series bold
4054 Vigna
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Jürgen
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 111
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 </row>
4078 <row>
4079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083
4084 \series bold
4085 Weber
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 Maurizio
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 111
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \series bold
4116 Winkler
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Franz
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 111
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 </row>
4140 <row>
4141 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145  
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 <row>
4170 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174
4175 \series bold
4176 Annovi
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 Silvia
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 555
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 </row>
4200 <row>
4201 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205
4206 \series bold
4207 Bertoli
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 Stefano
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 555
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236
4237 \series bold
4238 Bozzi
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 Walter
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 555
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \series bold
4269 Cachia
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 Maria
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 555
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298
4299 \series bold
4300 Cachia
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Maurizio
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 555
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Cinquemani
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Giusi
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 555
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \series bold
4362 Colin
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 Bernard
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 555
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \series bold
4393 Concli
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Gianfranco
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 555
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \series bold
4424 Dal Bosco
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 Carolina
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 555
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Dalpiaz
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Annamaria
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 555
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484
4485 \series bold
4486 Feliciello
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Domenico
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 555
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \series bold
4517 Focarelli
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Paola
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 555
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \series bold
4548 Galletti
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 Oreste
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 555
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577
4578 \series bold
4579 Gasparini
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Franca
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 555
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608
4609 \series bold
4610 Rizzardi
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 Paola
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 555
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639
4640 \series bold
4641 Lassini
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 Giancarlo
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 555
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670
4671 \series bold
4672 Malfatti
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 Luciano
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 555
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701
4702 \series bold
4703 Malfatti
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 Valeriano
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 555
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \series bold
4734 Meneguzzo
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 Roberto
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 555
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763
4764 \series bold
4765 Mezzadra
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 Roberto
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 555
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 </row>
4789 <row>
4790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794
4795 \series bold
4796 Pirpamer
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 Erich
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 555
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \series bold
4827 Pochiesa
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 Paolo
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 555, 222
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \series bold
4858 Radina
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 Claudio
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 555
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 </row>
4882 <row>
4883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887
4888 \series bold
4889 Stuffer
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 Oskar
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 555
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 </row>
4913 <row>
4914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918
4919 \series bold
4920 Tacchelli
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Ugo
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 555
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 </row>
4944 <row>
4945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949
4950 \series bold
4951 Tezzele
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 Margit
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 555
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row>
4976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \series bold
4982 Unterkalmsteiner
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Frieda
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 555
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 </row>
5006 <row>
5007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011
5012 \series bold
5013 Vieider
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 Hilde
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 555
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row>
5038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \series bold
5044 Vigna
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 Jürgen
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 999
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 </row>
5068 <row>
5069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073
5074 \series bold
5075 Weber
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 Maurizio
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 555
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 <row>
5100 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104
5105 \series bold
5106 Winkler
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 Franz
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 555
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row endlastfoot="true">
5131 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 fin
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 </lyxtabular>
5160
5161 \end_inset
5162
5163
5164 \begin_inset ERT
5165 status collapsed
5166
5167 \begin_layout Plain Layout
5168
5169
5170 \backslash
5171 addtocounter{table}{-1}
5172 \end_layout
5173
5174 \end_inset
5175
5176
5177 \begin_inset Note Note
5178 status collapsed
5179
5180 \begin_layout Plain Layout
5181 Para comprender el uso de este comando, lee al final de la sección
5182 \begin_inset space ~
5183 \end_inset
5184
5185
5186 \begin_inset CommandInset ref
5187 LatexCommand ref
5188 reference "sub:Leyendas-en-Tablas"
5189
5190 \end_inset
5191
5192  la primera nota resaltada en gris.
5193  
5194 \end_layout
5195
5196 \end_inset
5197
5198
5199 \end_layout
5200
5201 \begin_layout Subsection
5202 Notas al pie en tablas largas
5203 \begin_inset CommandInset label
5204 LatexCommand label
5205 name "sub:Notas-al-pie-en-Tablas-Largas"
5206
5207 \end_inset
5208
5209
5210 \begin_inset Index idx
5211 status collapsed
5212
5213 \begin_layout Plain Layout
5214 Tablas largas ! Notas al pie
5215 \end_layout
5216
5217 \end_inset
5218
5219
5220 \end_layout
5221
5222 \begin_layout Standard
5223 Se pueden insertar notas al pie en cada celda de una tabla larga.
5224  Las notas se muestran en la parte inferior de la página en la que esté
5225  la celda con la nota.
5226  La tabla
5227 \begin_inset space ~
5228 \end_inset
5229
5230
5231 \begin_inset CommandInset ref
5232 LatexCommand ref
5233 reference "tab:DifLeyendas"
5234
5235 \end_inset
5236
5237  tiene un ejemplo de nota al pie.
5238 \end_layout
5239
5240 \begin_layout Subsection
5241 Alineación de tablas largas
5242 \begin_inset Index idx
5243 status collapsed
5244
5245 \begin_layout Plain Layout
5246 Tablas largas ! Alineación
5247 \end_layout
5248
5249 \end_inset
5250
5251
5252 \end_layout
5253
5254 \begin_layout Standard
5255
5256 \lang english
5257 The horizontal alignment of longtables can be set in the table settings
5258  dialog.
5259  For left- and right-alignment the table will be directly at the page border.
5260  To add space between the table and the border one has to set the alignment
5261  to center
5262 \lang spanish
5263  y cambiar el valor de las longitudes 
5264 \series bold
5265
5266 \backslash
5267 LTleft
5268 \series default
5269  y 
5270 \series bold
5271
5272 \backslash
5273 LTright 
5274 \series default
5275 insertando la línea siguiente en código TeX antes de la correspondiente
5276  tabla larga:
5277 \end_layout
5278
5279 \begin_layout Standard
5280
5281 \series bold
5282
5283 \backslash
5284 setlength{
5285 \backslash
5286 LTleft}{valor}
5287 \end_layout
5288
5289 \begin_layout Standard
5290 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5291 \begin_inset space ~
5292 \end_inset
5293
5294
5295 \begin_inset CommandInset ref
5296 LatexCommand ref
5297 reference "tab:Unidades"
5298
5299 \end_inset
5300
5301 .
5302  
5303 \series bold
5304
5305 \backslash
5306 LTlent 
5307 \series default
5308 controla la distancia entre el borde izquierdo de la página y la tabla.
5309  
5310 \series bold
5311
5312 \backslash
5313 LTright 
5314 \series default
5315 la distancia desde el lado derecho.
5316  El valor predeterminado para ambas longitudes es 
5317 \series bold
5318
5319 \backslash
5320 fill
5321 \series default
5322 , que en este caso es lo mismo que un relleno horizontal en LyX.
5323 \end_layout
5324
5325 \begin_layout Standard
5326 La siguiente tabla larga se ha alineado 
5327 \lang english
5328 centered
5329 \lang spanish
5330  y 
5331 \series bold
5332
5333 \backslash
5334 LTleft
5335 \series default
5336  
5337 \lang english
5338 set to
5339 \lang spanish
5340  
5341 \family sans
5342 0.1
5343 \backslash
5344 columnwidth
5345 \family default
5346 :
5347 \begin_inset ERT
5348 status collapsed
5349
5350 \begin_layout Plain Layout
5351
5352
5353 \backslash
5354 setlength{
5355 \backslash
5356 LTleft}{0.1
5357 \backslash
5358 columnwidth}
5359 \end_layout
5360
5361 \end_inset
5362
5363
5364 \end_layout
5365
5366 \begin_layout Standard
5367 \begin_inset Tabular
5368 <lyxtabular version="3" rows="5" columns="5">
5369 <features islongtable="true" longtabularalignment="center">
5370 <column alignment="center" valignment="top" width="0">
5371 <column alignment="center" valignment="top" width="0">
5372 <column alignment="center" valignment="top" width="0">
5373 <column alignment="center" valignment="top" width="0">
5374 <column alignment="center" valignment="top" width="0">
5375 <row>
5376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 1
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 2
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 3
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 4
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 5
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 <row>
5423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 asd
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 s
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 s
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 s
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 asd
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 <row>
5470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 asd
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483 s
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492 s
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 s
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 asd
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 </row>
5516 <row>
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 asd
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 s
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 s
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 s
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557 asd
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 </row>
5563 <row>
5564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 asd
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 asd
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 asd
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 asd
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 asd
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 </row>
5610 </lyxtabular>
5611
5612 \end_inset
5613
5614
5615 \begin_inset ERT
5616 status collapsed
5617
5618 \begin_layout Plain Layout
5619
5620
5621 \backslash
5622 setlength{
5623 \backslash
5624 LTleft}{
5625 \backslash
5626 fill}
5627 \end_layout
5628
5629 \end_inset
5630
5631
5632 \begin_inset ERT
5633 status collapsed
5634
5635 \begin_layout Plain Layout
5636
5637
5638 \backslash
5639 addtocounter{table}{-1}
5640 \end_layout
5641
5642 \end_inset
5643
5644
5645 \begin_inset Note Note
5646 status collapsed
5647
5648 \begin_layout Plain Layout
5649 Para comprender el uso de este comando, lee al final de la sección
5650 \begin_inset space ~
5651 \end_inset
5652
5653
5654 \begin_inset CommandInset ref
5655 LatexCommand ref
5656 reference "sub:Leyendas-en-Tablas"
5657
5658 \end_inset
5659
5660  la primera nota resaltada en gris.
5661  
5662 \end_layout
5663
5664 \end_inset
5665
5666
5667 \end_layout
5668
5669 \begin_layout Subsection
5670 Leyendas en tablas largas
5671 \begin_inset Index idx
5672 status collapsed
5673
5674 \begin_layout Plain Layout
5675 Tablas largas ! Leyendas
5676 \end_layout
5677
5678 \end_inset
5679
5680
5681 \begin_inset CommandInset label
5682 LatexCommand label
5683 name "sub:Leyendas-en-Tablas"
5684
5685 \end_inset
5686
5687
5688 \end_layout
5689
5690 \begin_layout Standard
5691 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5692  estar en una página.
5693  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5694  utilizando para una fila de una tabla larga la opción 
5695 \family sans
5696 Leyenda
5697 \family default
5698 , como se explica en la sec.
5699 \begin_inset space \thinspace{}
5700 \end_inset
5701
5702
5703 \begin_inset CommandInset ref
5704 LatexCommand ref
5705 reference "sec:Tablas-Largas"
5706
5707 \end_inset
5708
5709 .
5710  Sólo una fila puede contener la leyenda.
5711 \end_layout
5712
5713 \begin_layout Standard
5714 He aquí una pequeña tabla larga para mostrar cómo funciona:
5715 \end_layout
5716
5717 \begin_layout Standard
5718 \begin_inset Tabular
5719 <lyxtabular version="3" rows="6" columns="5">
5720 <features islongtable="true" longtabularalignment="center">
5721 <column alignment="center" valignment="top" width="0">
5722 <column alignment="center" valignment="top" width="0">
5723 <column alignment="center" valignment="top" width="0">
5724 <column alignment="center" valignment="top" width="0">
5725 <column alignment="center" valignment="top" width="0">
5726 <row caption="true">
5727 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 \begin_inset Caption
5732
5733 \begin_layout Plain Layout
5734 Tabla larga con leyenda
5735 \begin_inset Argument
5736 status collapsed
5737
5738 \begin_layout Plain Layout
5739 Tabla larga
5740 \end_layout
5741
5742 \end_inset
5743
5744
5745 \end_layout
5746
5747 \end_inset
5748
5749
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 </row>
5791 <row>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 1
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 2
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 3
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 4
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 5
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 </row>
5838 <row>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 asd
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 s
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 s
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 s
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 asd
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 </row>
5885 <row>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 s
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 s
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 s
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 asd
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 </row>
5932 <row>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 asd
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 s
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 s
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 s
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 asd
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 asd
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 asd
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 asd
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 asd
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 asd
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 </row>
6026 </lyxtabular>
6027
6028 \end_inset
6029
6030
6031 \end_layout
6032
6033 \begin_layout Standard
6034 \begin_inset VSpace medskip
6035 \end_inset
6036
6037
6038 \begin_inset Note Greyedout
6039 status open
6040
6041 \begin_layout Plain Layout
6042
6043 \series bold
6044 Nota
6045 \begin_inset space ~
6046 \end_inset
6047
6048 1:
6049 \series default
6050  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
6051  leyenda en alguna de ellas.
6052  Por esto podría suceder que, p.
6053 \begin_inset space \thinspace{}
6054 \end_inset
6055
6056 e., la tabla
6057 \begin_inset space ~
6058 \end_inset
6059
6060 2.4 siga a la tabla
6061 \begin_inset space ~
6062 \end_inset
6063
6064 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
6065  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
6066  en código TeX:
6067 \end_layout
6068
6069 \begin_layout Plain Layout
6070
6071 \series bold
6072
6073 \backslash
6074 addtocounter{table}{-1}
6075 \end_layout
6076
6077 \begin_layout Plain Layout
6078 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
6079  el siguiente código en el preámbulo del documento:
6080 \end_layout
6081
6082 \begin_layout Plain Layout
6083
6084 \series bold
6085
6086 \backslash
6087 let
6088 \backslash
6089 myEnd
6090 \backslash
6091 endlongtable
6092 \begin_inset Newline newline
6093 \end_inset
6094
6095
6096 \backslash
6097 renewcommand{
6098 \backslash
6099 endlongtable}{
6100 \backslash
6101 myEnd
6102 \backslash
6103 addtocounter{table}{-1}}
6104 \end_layout
6105
6106 \end_inset
6107
6108
6109 \end_layout
6110
6111 \begin_layout Standard
6112 \begin_inset Note Greyedout
6113 status open
6114
6115 \begin_layout Plain Layout
6116
6117 \series bold
6118 Nota
6119 \begin_inset space ~
6120 \end_inset
6121
6122 2:
6123 \series default
6124  Si utilizas 
6125 \series bold
6126 hyperref
6127 \series default
6128
6129 \begin_inset Index idx
6130 status collapsed
6131
6132 \begin_layout Plain Layout
6133 LaTeX-paquetes ! hyperref
6134 \end_layout
6135
6136 \end_inset
6137
6138  en las 
6139 \family sans
6140 Propiedades PDF 
6141 \family default
6142 del diálogo 
6143 \family sans
6144 Configuración del documento 
6145 \family default
6146 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6147  llevan siempre al principio del documento.
6148 \end_layout
6149
6150 \end_inset
6151
6152
6153 \end_layout
6154
6155 \begin_layout Subsubsection
6156 Referencias a tablas largas
6157 \begin_inset Index idx
6158 status collapsed
6159
6160 \begin_layout Plain Layout
6161 Tablas largas ! Referencias a
6162 \end_layout
6163
6164 \end_inset
6165
6166
6167 \end_layout
6168
6169 \begin_layout Standard
6170 \begin_inset Tabular
6171 <lyxtabular version="3" rows="6" columns="5">
6172 <features islongtable="true" longtabularalignment="center">
6173 <column alignment="center" valignment="top" width="0">
6174 <column alignment="center" valignment="top" width="0">
6175 <column alignment="center" valignment="top" width="0">
6176 <column alignment="center" valignment="top" width="0">
6177 <column alignment="center" valignment="top" width="0">
6178 <row caption="true">
6179 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 \begin_inset Caption
6184
6185 \begin_layout Plain Layout
6186 Tabla larga referenciada
6187 \begin_inset CommandInset label
6188 LatexCommand label
6189 name "tab:RefEjemplo"
6190
6191 \end_inset
6192
6193
6194 \end_layout
6195
6196 \end_inset
6197
6198
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 </row>
6240 <row>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 1
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 2
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 3
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 4
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 5
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 </row>
6287 <row>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 asd
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 s
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 s
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 s
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 asd
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 </row>
6334 <row>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 asd
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 s
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 s
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 s
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 asd
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 asd
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 s
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 s
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 s
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 asd
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 <row>
6429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 asd
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 sad
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451 asd
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460 asd
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469 asd
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 </row>
6475 </lyxtabular>
6476
6477 \end_inset
6478
6479
6480 \end_layout
6481
6482 \begin_layout Standard
6483 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6484  
6485 \end_layout
6486
6487 \begin_layout Standard
6488 Esto es una referencia a la tabla
6489 \begin_inset space ~
6490 \end_inset
6491
6492
6493 \begin_inset CommandInset ref
6494 LatexCommand ref
6495 reference "tab:RefEjemplo"
6496
6497 \end_inset
6498
6499 .
6500 \end_layout
6501
6502 \begin_layout Standard
6503 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6504  del documento mediante el paquete LaTeX 
6505 \series bold
6506 caption
6507 \series default
6508
6509 \begin_inset Index idx
6510 status collapsed
6511
6512 \begin_layout Plain Layout
6513 LaTeX-paquetes ! caption
6514 \end_layout
6515
6516 \end_inset
6517
6518 , véase sección
6519 \begin_inset space ~
6520 \end_inset
6521
6522
6523 \begin_inset CommandInset ref
6524 LatexCommand ref
6525 reference "sec:Formato-de-leyendas"
6526
6527 \end_inset
6528
6529 .
6530 \end_layout
6531
6532 \begin_layout Subsubsection
6533 Anchura de la leyenda
6534 \begin_inset Index idx
6535 status collapsed
6536
6537 \begin_layout Plain Layout
6538 Tablas largas ! Anchura de la leyenda
6539 \end_layout
6540
6541 \end_inset
6542
6543
6544 \end_layout
6545
6546 \begin_layout Standard
6547 La anchura máxima de la leyenda se define por la longitud 
6548 \series bold
6549
6550 \backslash
6551 LTcapwidth
6552 \series default
6553 .
6554  Por omisión, su valor es 4
6555 \begin_inset space \thinspace{}
6556 \end_inset
6557
6558 in (4
6559 \begin_inset space ~
6560 \end_inset
6561
6562 pulgadas).
6563  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6564  en el propio documento antes de la tabla larga a la que deba afectar
6565 \end_layout
6566
6567 \begin_layout Standard
6568
6569 \series bold
6570
6571 \backslash
6572 setlength{
6573 \backslash
6574 LTcapwidth}{anchura}
6575 \end_layout
6576
6577 \begin_layout Standard
6578 donde la anchura puede ser una de las unidades listadas en el apéndice
6579 \begin_inset space ~
6580 \end_inset
6581
6582
6583 \begin_inset CommandInset ref
6584 LatexCommand ref
6585 reference "cap:Unidades-disponibles-en"
6586
6587 \end_inset
6588
6589 .
6590 \end_layout
6591
6592 \begin_layout Standard
6593 Las tablas siguientes muestran la diferencia:
6594 \end_layout
6595
6596 \begin_layout Standard
6597 \begin_inset Tabular
6598 <lyxtabular version="3" rows="6" columns="5">
6599 <features islongtable="true" longtabularalignment="center">
6600 <column alignment="center" valignment="top" width="0">
6601 <column alignment="center" valignment="top" width="0">
6602 <column alignment="center" valignment="top" width="0">
6603 <column alignment="center" valignment="top" width="0">
6604 <column alignment="center" valignment="top" width="0">
6605 <row caption="true">
6606 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 \begin_inset Caption
6611
6612 \begin_layout Plain Layout
6613 Leyenda larga completa con anchura predeterminada leyenda larga completa
6614  con anchura predeterminada
6615 \begin_inset Argument
6616 status collapsed
6617
6618 \begin_layout Plain Layout
6619 Leyenda con anchura predeterminada
6620 \end_layout
6621
6622 \end_inset
6623
6624
6625 \end_layout
6626
6627 \end_inset
6628
6629
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 <row>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 1
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 2
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 3
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 4
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 5
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 </row>
6718 <row>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 asd
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 s
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 s
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 s
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 asd
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 </row>
6765 <row>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 asd
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 s
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 s
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 s
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 asd
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 </row>
6812 <row>
6813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 asd
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 s
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 s
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 s
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 asd
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 </row>
6859 <row>
6860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 asd
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 sad
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 asd
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 asd
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 asd
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 </row>
6906 </lyxtabular>
6907
6908 \end_inset
6909
6910
6911 \end_layout
6912
6913 \begin_layout Standard
6914 \begin_inset ERT
6915 status collapsed
6916
6917 \begin_layout Plain Layout
6918
6919
6920 \backslash
6921 setlength{
6922 \backslash
6923 LTcapwidth}{5cm}
6924 \end_layout
6925
6926 \end_inset
6927
6928
6929 \begin_inset Tabular
6930 <lyxtabular version="3" rows="6" columns="5">
6931 <features islongtable="true" longtabularalignment="center">
6932 <column alignment="center" valignment="top" width="0">
6933 <column alignment="center" valignment="top" width="0">
6934 <column alignment="center" valignment="top" width="0">
6935 <column alignment="center" valignment="top" width="0">
6936 <column alignment="center" valignment="top" width="0">
6937 <row caption="true">
6938 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 \begin_inset Caption
6943
6944 \begin_layout Plain Layout
6945 Leyenda larga completa con una anchura de 5
6946 \begin_inset space \thinspace{}
6947 \end_inset
6948
6949 cm leyenda larga completa con una anchura de 5
6950 \begin_inset space \thinspace{}
6951 \end_inset
6952
6953 cm 
6954 \begin_inset Argument
6955 status collapsed
6956
6957 \begin_layout Plain Layout
6958 Leyenda con anchura
6959 \begin_inset space \thinspace{}
6960 \end_inset
6961
6962 =
6963 \begin_inset space \thinspace{}
6964 \end_inset
6965
6966 5
6967 \begin_inset space \thinspace{}
6968 \end_inset
6969
6970 cm
6971 \end_layout
6972
6973 \end_inset
6974
6975
6976 \end_layout
6977
6978 \end_inset
6979
6980
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 </row>
7022 <row>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 1
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 2
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 3
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054 4
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063 5
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 </row>
7069 <row>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 asd
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 s
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 s
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 s
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 asd
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 </row>
7116 <row>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 asd
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 s
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139 s
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 s
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157 asd
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 </row>
7163 <row>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 asd
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 s
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 s
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 s
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 asd
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 </row>
7210 <row>
7211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 asd
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 sad
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 asd
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 asd
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 asd
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 </row>
7257 </lyxtabular>
7258
7259 \end_inset
7260
7261
7262 \begin_inset ERT
7263 status collapsed
7264
7265 \begin_layout Plain Layout
7266
7267
7268 \backslash
7269 setlength{
7270 \backslash
7271 LTcapwidth}{4in}
7272 \end_layout
7273
7274 \end_inset
7275
7276
7277 \end_layout
7278
7279 \begin_layout Standard
7280 \begin_inset Note Greyedout
7281 status collapsed
7282
7283 \begin_layout Plain Layout
7284
7285 \series bold
7286 Nota: 
7287 \series default
7288 Si se usa el paquete LaTeX 
7289 \series bold
7290 caption
7291 \series default
7292
7293 \begin_inset Index idx
7294 status collapsed
7295
7296 \begin_layout Plain Layout
7297 LaTeX-paquetes ! caption
7298 \end_layout
7299
7300 \end_inset
7301
7302 , como en este documento, para la leyenda se utiliza toda la anchura de
7303  la página cuando se deja el valor por omisión de 4
7304 \begin_inset space \thinspace{}
7305 \end_inset
7306
7307 in para 
7308 \series bold
7309
7310 \backslash
7311 LTcapwidth
7312 \series default
7313 .
7314  En este caso, para conseguir una leyenda de 4
7315 \begin_inset space \thinspace{}
7316 \end_inset
7317
7318 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7319 \begin_inset space \thinspace{}
7320 \end_inset
7321
7322 in, p.
7323 \begin_inset space \thinspace{}
7324 \end_inset
7325
7326 e.
7327  3.99
7328 \begin_inset space \thinspace{}
7329 \end_inset
7330
7331 in, o bien emplear el comando LaTeX 
7332 \series bold
7333
7334 \backslash
7335 captionsetup{width=valor}
7336 \series default
7337 , suministrado por el paquete 
7338 \series bold
7339 caption
7340 \series default
7341 .
7342 \end_layout
7343
7344 \end_inset
7345
7346
7347 \end_layout
7348
7349 \begin_layout Subsubsection
7350 Leyendas distintas para cada página
7351 \begin_inset Index idx
7352 status collapsed
7353
7354 \begin_layout Plain Layout
7355 Tablas largas ! Leyendas distintas para cada página
7356 \end_layout
7357
7358 \end_inset
7359
7360
7361 \end_layout
7362
7363 \begin_layout Standard
7364 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7365  de la leyenda de la primera página de la tabla, se insertan con el comando
7366  en código TeX
7367 \end_layout
7368
7369 \begin_layout Standard
7370
7371 \series bold
7372
7373 \backslash
7374 caption*{texto de la leyenda}
7375 \backslash
7376
7377 \backslash
7378 %
7379 \end_layout
7380
7381 \begin_layout Standard
7382 en una fila postiza que se marca como encabezado.
7383  La tabla
7384 \begin_inset space ~
7385 \end_inset
7386
7387
7388 \begin_inset CommandInset ref
7389 LatexCommand ref
7390 reference "tab:DifLeyendas"
7391
7392 \end_inset
7393
7394  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7395  no incluye número de tabla.
7396 \end_layout
7397
7398 \begin_layout Standard
7399 \align center
7400 \begin_inset Tabular
7401 <lyxtabular version="3" rows="59" columns="3">
7402 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7403 <column alignment="left" valignment="top" width="0cm">
7404 <column alignment="left" valignment="top" width="0pt">
7405 <column alignment="right" valignment="top" width="0pt">
7406 <row caption="true">
7407 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 \begin_inset Caption
7412
7413 \begin_layout Plain Layout
7414 Ejemplo de lista telefónica
7415 \begin_inset CommandInset label
7416 LatexCommand label
7417 name "tab:DifLeyendas"
7418
7419 \end_inset
7420
7421
7422 \begin_inset Argument
7423 status collapsed
7424
7425 \begin_layout Plain Layout
7426 Ejemplo de lista telefónica
7427 \end_layout
7428
7429 \end_inset
7430
7431
7432 \end_layout
7433
7434 \end_inset
7435
7436
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 </row>
7460 <row endfirsthead="true">
7461 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465
7466 \series bold
7467 Ejemplo de lista telefónica (ignore los nombres)
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 </row>
7491 <row endfirsthead="true">
7492 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496
7497 \series bold
7498 NOMBRE
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516
7517 \series bold
7518 TEL.
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 </row>
7524 <row endhead="true">
7525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 \begin_inset ERT
7530 status open
7531
7532 \begin_layout Plain Layout
7533
7534
7535 \backslash
7536 caption*{continúa Ejemplo de lista telefónica}
7537 \backslash
7538
7539 \backslash
7540 %
7541 \end_layout
7542
7543 \end_inset
7544
7545
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 </row>
7569 <row endhead="true">
7570 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574
7575 \series bold
7576 Ejemplo de lista telefónica
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 </row>
7600 <row endhead="true">
7601 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605
7606 \series bold
7607 NOMBRE
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625
7626 \series bold
7627 TEL.
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 </row>
7633 <row endfoot="true">
7634 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638 continúa en página siguiente
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 </row>
7662 <row>
7663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \series bold
7669 Annovi
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 Silvia
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 111
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row>
7694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \series bold
7700 Bertoli
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 Stefano
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718 111
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 </row>
7724 <row>
7725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \series bold
7731 Bozzi
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 Walter
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 111
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row>
7756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \series bold
7762 Cachia
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771 Maria
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780 111
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row>
7787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \series bold
7793 Cachia
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 Maurizio
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811 111
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row>
7818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \series bold
7824 Cinquemani
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 Giusi
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842 111
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 </row>
7848 <row>
7849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \series bold
7855 Colin
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 Bernard
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 111
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 </row>
7879 <row>
7880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884
7885 \series bold
7886 Concli
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 Gianfranco
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 111
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row>
7911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \series bold
7917 Dal Bosco
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 Carolina
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 111
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \series bold
7948 Dalpiaz
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 Annamaria
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 111
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row>
7973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \series bold
7979 Feliciello
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 Domenico
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 111
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row>
8004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \series bold
8010 Focarelli
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 Paola
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028 111
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 </row>
8034 <row>
8035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \series bold
8041 Galletti
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 Oreste
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059 111
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row>
8066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \series bold
8072 Gasparini
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 Franca
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 111
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101
8102 \series bold
8103 Rizzardi
8104 \series default
8105
8106 \begin_inset Foot
8107 status collapsed
8108
8109 \begin_layout Plain Layout
8110 Ejemplo de nota a pie de página
8111 \end_layout
8112
8113 \end_inset
8114
8115
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Paola
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 111
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \series bold
8146 Lassini
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 Giancarlo
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 111
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \series bold
8177 Malfatti
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Luciano
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 111
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \series bold
8208 Malfatti
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 Valeriano
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 111
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \series bold
8239 Meneguzzo
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 Roberto
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 111
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \series bold
8270 Mezzadra
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 Roberto
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 111
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \series bold
8301 Pirpamer
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Erich
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 111
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \series bold
8332 Pochiesa
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Paolo
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 111, 222
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \series bold
8363 Radina
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 Claudio
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 111
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \series bold
8394 Stuffer
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 Oskar
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 111
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \series bold
8425 Tacchelli
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 Ugo
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 111
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \series bold
8456 Tezzele
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 Margit
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 111
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 <row>
8481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485
8486 \series bold
8487 Unterkalmsteiner
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Frieda
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 111
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516
8517 \series bold
8518 Vieider
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 Hilde
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 111
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 <row>
8543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547
8548 \series bold
8549 Vigna
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 Jürgen
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 111
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 </row>
8573 <row>
8574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578
8579 \series bold
8580 Weber
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 Maurizio
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 111
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 </row>
8604 <row>
8605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609
8610 \series bold
8611 Winkler
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 Franz
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 111
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 </row>
8635 <row>
8636 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640  
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \series bold
8671 Annovi
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Silvia
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 555
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \series bold
8702 Bertoli
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 Stefano
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 555
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \series bold
8733 Bozzi
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Walter
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 555
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \series bold
8764 Cachia
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Maria
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 555
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \series bold
8795 Cachia
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 Maurizio
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 555
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826 Cinquemani
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Giusi
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 555
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \series bold
8857 Colin
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 Bernard
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 555
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888 Concli
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Gianfranco
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 555
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919 Dal Bosco
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Carolina
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 555
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 <row>
8944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948
8949 \series bold
8950 Dalpiaz
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 Annamaria
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 555
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \series bold
8981 Feliciello
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 Domenico
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 555
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \series bold
9012 Focarelli
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 Paola
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 555
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \series bold
9043 Galletti
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 Oreste
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 555
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \series bold
9074 Gasparini
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 Franca
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 555
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 <row>
9099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \series bold
9105 Rizzardi
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 Paola
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 555
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 <row>
9130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134
9135 \series bold
9136 Lassini
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 Giancarlo
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 555
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 <row>
9161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \series bold
9167 Malfatti
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 Luciano
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 555
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 </row>
9191 <row>
9192 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196
9197 \series bold
9198 Malfatti
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207 Valeriano
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 555
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row>
9223 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \series bold
9229 Meneguzzo
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 Roberto
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 555
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 </row>
9253 <row>
9254 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258
9259 \series bold
9260 Mezzadra
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 Roberto
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 555
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 </lyxtabular>
9285
9286 \end_inset
9287
9288
9289 \end_layout
9290
9291 \begin_layout Section
9292 Particularidades de las tablas largas
9293 \begin_inset CommandInset label
9294 LatexCommand label
9295 name "sec:Particularidades-tablas-largas"
9296
9297 \end_inset
9298
9299
9300 \end_layout
9301
9302 \begin_layout Subsection
9303 Cálculos
9304 \begin_inset Index idx
9305 status collapsed
9306
9307 \begin_layout Plain Layout
9308 Tablas largas ! Cálculos
9309 \end_layout
9310
9311 \end_inset
9312
9313
9314 \end_layout
9315
9316 \begin_layout Standard
9317 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9318  utilizando los denominados «trozos», que son partes de la tabla presentes
9319  en la memoria de LaTeX.
9320  El valor predeterminado está establecido a sólo 20 filas.
9321  Si estás usando tablas largas con muchas páginas, la generación del documento
9322  puede hacerse muy lenta.
9323  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9324  el siguiente comando en el preámbulo del documento:
9325 \end_layout
9326
9327 \begin_layout Standard
9328
9329 \series bold
9330
9331 \backslash
9332 setcounter{LTchunksize}{100}
9333 \end_layout
9334
9335 \begin_layout Subsection
9336 Flotantes y tablas largas
9337 \begin_inset Index idx
9338 status collapsed
9339
9340 \begin_layout Plain Layout
9341 Tablas largas ! Flotantes
9342 \end_layout
9343
9344 \end_inset
9345
9346
9347 \end_layout
9348
9349 \begin_layout Standard
9350 Podría haber problemas si un flotante aparece en la misma página donde comienza
9351  una tabla larga.
9352  Para evitarlo, añade un 
9353 \begin_inset Quotes fld
9354 \end_inset
9355
9356 salto de página limpia
9357 \begin_inset Quotes frd
9358 \end_inset
9359
9360  (menú 
9361 \family sans
9362 Insertar\SpecialChar \menuseparator
9363 Formato\SpecialChar \menuseparator
9364 Limpiar
9365 \begin_inset space ~
9366 \end_inset
9367
9368 página
9369 \family default
9370 ) antes de la tabla.
9371 \end_layout
9372
9373 \begin_layout Subsection
9374 Saltos de página forzados
9375 \begin_inset Index idx
9376 status collapsed
9377
9378 \begin_layout Plain Layout
9379 Tablas largas ! Saltos de página forzados
9380 \end_layout
9381
9382 \end_inset
9383
9384
9385 \end_layout
9386
9387 \begin_layout Standard
9388 Por omisión, las tablas sólo se cortan entre filas.
9389  Si tienes una celda con líneas múltiples y necesitas un salto de página
9390  dentro de la celda, inserta el comando de nueva línea «
9391 \series bold
9392
9393 \backslash
9394
9395 \backslash
9396
9397 \series default
9398 » en código TeX en el punto en que quieras cortar.
9399  Antes del comando «
9400 \series bold
9401
9402 \backslash
9403
9404 \backslash
9405
9406 \series default
9407 » debes insertar en código TeX tantos caracteres «
9408 \series bold
9409 &
9410 \series default
9411 » como columnas siguientes de la tabla.
9412  
9413 \series bold
9414 &
9415 \series default
9416  es el carácter para separar celdas.
9417  Escribe en código TeX después de cada 
9418 \series bold
9419 &
9420 \series default
9421  el contenido de la celda siguiente correspondiente y borra el contenido
9422  de esas celdas.
9423 \begin_inset Newline newline
9424 \end_inset
9425
9426 Detrás del comando 
9427 \series bold
9428
9429 \backslash
9430
9431 \backslash
9432
9433 \series default
9434 , inserta tantos 
9435 \series bold
9436 &
9437 \series default
9438  como columnas haya delante de la actual.
9439  En la tabla
9440 \begin_inset space ~
9441 \end_inset
9442
9443
9444 \begin_inset CommandInset ref
9445 LatexCommand ref
9446 reference "tab:Saltos de Página Forzados"
9447
9448 \end_inset
9449
9450  la celda que debería cortarse está en la segunda columna seguida de otra
9451  columna.
9452  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9453  de «
9454 \emph on
9455 Castelchiodato,
9456 \emph default
9457 »:
9458 \end_layout
9459
9460 \begin_layout Standard
9461
9462 \series bold
9463 & 111
9464 \backslash
9465
9466 \backslash
9467  
9468 \backslash
9469 newpage
9470 \begin_inset Newline newline
9471 \end_inset
9472
9473 &
9474 \end_layout
9475
9476 \begin_layout Standard
9477 El «111» en la tercera columna de la fila se ha borrado.
9478
9479 \series bold
9480  
9481 \backslash
9482 newpage 
9483 \series default
9484 es necesario solo si en esta posición debiera ir definitivamente un salto
9485  de página, de otro modo es sólamente una posibilidad de salto.
9486  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9487  superior pero quisieras una línea horizontal donde se corta la celda, usa
9488  este comando alternativo:
9489 \end_layout
9490
9491 \begin_layout Standard
9492
9493 \series bold
9494 & 111
9495 \backslash
9496
9497 \backslash
9498
9499 \begin_inset Newline newline
9500 \end_inset
9501
9502
9503 \backslash
9504 hline &
9505 \end_layout
9506
9507 \begin_layout Standard
9508 Cuando la celda a cortar está en la última columna, el comando
9509 \end_layout
9510
9511 \begin_layout Standard
9512
9513 \series bold
9514
9515 \backslash
9516 setlength{
9517 \backslash
9518 parfillskip}{0pt}
9519 \end_layout
9520
9521 \begin_layout Standard
9522 debe insertarse en código TeX al principio de la celda.
9523  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9524  aparecerá con toda su anchura.
9525 \end_layout
9526
9527 \begin_layout Standard
9528 \align center
9529 \begin_inset Tabular
9530 <lyxtabular version="3" rows="38" columns="3">
9531 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9532 <column alignment="left" valignment="top" width="0cm">
9533 <column alignment="left" valignment="top" width="3cm">
9534 <column alignment="right" valignment="top" width="0pt">
9535 <row caption="true">
9536 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 \begin_inset Caption
9541
9542 \begin_layout Plain Layout
9543 Tabla con salto de página forzado en celda
9544 \begin_inset CommandInset label
9545 LatexCommand label
9546 name "tab:Saltos de Página Forzados"
9547
9548 \end_inset
9549
9550
9551 \begin_inset Argument
9552 status collapsed
9553
9554 \begin_layout Plain Layout
9555 Tabla con salto de página forzado en celda
9556 \end_layout
9557
9558 \end_inset
9559
9560
9561 \end_layout
9562
9563 \end_inset
9564
9565
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 </row>
9589 <row endfirsthead="true">
9590 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594
9595 \series bold
9596 Ejemplo de lista telefónica (ignore los nombres)
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 </row>
9620 <row endfirsthead="true">
9621 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625
9626 \series bold
9627 NOMBRE
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645
9646 \series bold
9647 TEL.
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 </row>
9653 <row endhead="true">
9654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 \begin_inset ERT
9659 status collapsed
9660
9661 \begin_layout Plain Layout
9662
9663
9664 \backslash
9665 caption*{continúa Ejemplo de lista telefónica}
9666 \backslash
9667
9668 \backslash
9669 %
9670 \end_layout
9671
9672 \end_inset
9673
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 </row>
9698 <row endhead="true">
9699 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703  
9704 \series bold
9705 Ejemplo de lista telefónica
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 </row>
9729 <row endhead="true">
9730 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \series bold
9736 NOMBRE
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754
9755 \series bold
9756 TEL.
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 </row>
9762 <row endfoot="true">
9763 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 continúa en página siguiente
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 </row>
9791 <row>
9792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796
9797 \series bold
9798 Annovi
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807 Silvia
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816 111
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 </row>
9822 <row>
9823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \series bold
9829 Bertoli
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838 Stefano
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847 111
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 </row>
9853 <row>
9854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858
9859 \series bold
9860 Bozzi
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 Walter
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 111
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 </row>
9884 <row>
9885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889
9890 \series bold
9891 Cachia
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 Maria
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909 111
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 </row>
9915 <row>
9916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920
9921 \series bold
9922 Cachia
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931 Maurizio
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 111
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 </row>
9946 <row>
9947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \series bold
9953 Cinquemani
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962 Giusi
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971 111
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 </row>
9977 <row>
9978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \series bold
9984 Colin
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 Bernard
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 111
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 </row>
10008 <row>
10009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \series bold
10015 Concli
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 Gianfranco
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033 111
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 </row>
10039 <row>
10040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \series bold
10046 Dal Bosco
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 Carolina
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064 111
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 </row>
10070 <row>
10071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075
10076 \series bold
10077 Dalpiaz
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 Annamaria
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 111
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 </row>
10101 <row>
10102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \series bold
10108 Feliciello
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 Domenico
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 111
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 </row>
10132 <row>
10133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \series bold
10139 Focarelli
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 Paola
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 111
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 </row>
10163 <row>
10164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168
10169 \series bold
10170 Galletti
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 Oreste
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 111
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 </row>
10194 <row>
10195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \series bold
10201 Gasparini
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 Franca
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 111
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 </row>
10225 <row>
10226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230
10231 \series bold
10232 Lassini
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 Giancarlo
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 </row>
10256 <row>
10257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261
10262 \series bold
10263 Malfatti
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 Luciano
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 111
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 </row>
10287 <row>
10288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292
10293 \series bold
10294 Malfatti
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 Valeriano
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 111
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 </row>
10318 <row>
10319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323
10324 \series bold
10325 Meneguzzo
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 Roberto
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 111
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 </row>
10349 <row>
10350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354
10355 \series bold
10356 Mezzadra
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 Roberto
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 111
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 </row>
10380 <row>
10381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385
10386 \series bold
10387 Pirpamer
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 Erich
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 111
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 </row>
10411 <row>
10412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416
10417 \series bold
10418 Pochiesa
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 Paolo
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 111, 222
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row>
10443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447
10448 \series bold
10449 Radina
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 Claudio
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 111
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 </row>
10473 <row>
10474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478
10479 \series bold
10480 Rizzardi
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 Paolo, 11.
10490  Fürst von Montecompatri, 11.
10491  Fürst von Sulmona und Vivaro, 10.
10492  Fürst von Rossano, 5.
10493  Herzog von Canemorte, 11.
10494  Herzog von Palombara, 5.
10495  Herzog von Castelchiodato,
10496 \begin_inset ERT
10497 status open
10498
10499 \begin_layout Plain Layout
10500
10501 & 111
10502 \backslash
10503
10504 \backslash
10505  
10506 \backslash
10507 newpage
10508 \end_layout
10509
10510 \begin_layout Plain Layout
10511
10512 &
10513 \end_layout
10514
10515 \end_inset
10516
10517  11.
10518  Herzog von Poggionativo, 11.
10519  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10520  Graf von Valinfreda, 11.
10521  Baron von Cropalati, 11.
10522  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531 111
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 </row>
10537 <row>
10538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542
10543 \series bold
10544 Stuffer
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 Oskar
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562 111
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 </row>
10568 <row>
10569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573
10574 \series bold
10575 Tacchelli
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 Ugo
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 111
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 </row>
10599 <row>
10600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604
10605 \series bold
10606 Tezzele
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 Margit
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624 111
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 </row>
10630 <row>
10631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635
10636 \series bold
10637 Unterkalmsteiner
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 Frieda
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 111
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 </row>
10661 <row>
10662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666
10667 \series bold
10668 Vieider
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 Hilde
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686 111
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 </row>
10692 <row>
10693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \series bold
10699 Vigna
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 Jürgen
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717 111
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 </row>
10723 <row>
10724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728
10729 \series bold
10730 Weber
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739 Maurizio
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748 111
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 </row>
10754 <row>
10755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759
10760 \series bold
10761 Winkler
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 Franz
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779 111
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 </row>
10785 </lyxtabular>
10786
10787 \end_inset
10788
10789
10790 \end_layout
10791
10792 \begin_layout Section
10793 Líneas múltiples en columnas y filas
10794 \end_layout
10795
10796 \begin_layout Subsection
10797 Líneas múltiples en celdas
10798 \begin_inset CommandInset label
10799 LatexCommand label
10800 name "sub:Líneas-Múltiples-en"
10801
10802 \end_inset
10803
10804
10805 \begin_inset Index idx
10806 status collapsed
10807
10808 \begin_layout Plain Layout
10809 Lineas@Líneas múltiples en celdas
10810 \end_layout
10811
10812 \end_inset
10813
10814
10815 \begin_inset Index idx
10816 status collapsed
10817
10818 \begin_layout Plain Layout
10819 Tablas ! Saltos de línea
10820 \end_layout
10821
10822 \end_inset
10823
10824
10825 \end_layout
10826
10827 \begin_layout Standard
10828 \noindent
10829 \begin_inset Float table
10830 placement H
10831 wide false
10832 sideways false
10833 status open
10834
10835 \begin_layout Plain Layout
10836 \begin_inset Caption
10837
10838 \begin_layout Plain Layout
10839 \begin_inset CommandInset label
10840 LatexCommand label
10841 name "tab:Tabla-con-múltiples"
10842
10843 \end_inset
10844
10845 Tabla con líneas múltiples en celda
10846 \end_layout
10847
10848 \end_inset
10849
10850
10851 \end_layout
10852
10853 \begin_layout Plain Layout
10854 \align center
10855 \begin_inset Tabular
10856 <lyxtabular version="3" rows="3" columns="3">
10857 <features tabularvalignment="middle">
10858 <column alignment="center" valignment="middle" width="2.5cm">
10859 <column alignment="center" valignment="middle" width="0">
10860 <column alignment="center" valignment="middle" width="0">
10861 <row>
10862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 líneas
10867 \begin_inset Newline linebreak
10868 \end_inset
10869
10870 múltiples
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 b
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 c
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 d
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 e
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 f
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 </row>
10923 <row>
10924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 g
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 h
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 i
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 </lyxtabular>
10953
10954 \end_inset
10955
10956
10957 \end_layout
10958
10959 \end_inset
10960
10961
10962 \end_layout
10963
10964 \begin_layout Standard
10965 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10966  párrafos con varias líneas y guionado.
10967 \end_layout
10968
10969 \begin_layout Standard
10970 Para generar la tabla
10971 \begin_inset space ~
10972 \end_inset
10973
10974
10975 \begin_inset CommandInset ref
10976 LatexCommand ref
10977 reference "tab:Tabla-con-múltiples"
10978
10979 \end_inset
10980
10981 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10982  En el diálogo que surge establece una anchura de 2.5
10983 \begin_inset space \thinspace{}
10984 \end_inset
10985
10986 cm y escoge centro en alineación vertical y horizontal.
10987  La alineación vertical se utiliza para todas las celdas de la fila.
10988  Como nuestro texto es menor de 2.5
10989 \begin_inset space \thinspace{}
10990 \end_inset
10991
10992 cm, sólo aparece una línea.
10993  Para poner dos añadimos un salto de línea justificado, (atajo 
10994 \family sans
10995 Ctrl+Mayúsculas+Retorno
10996 \family default
10997 ).
10998  Si el texto es más ancho que la celda será automáticamente dividido en
10999  líneas.
11000 \end_layout
11001
11002 \begin_layout Standard
11003 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11004  con guión si es la primera entrada.
11005  Por eso hay que insertar algo para que dicha palabra no sea la primera
11006  entrada: añade un espacio horizontal de 0
11007 \begin_inset space \thinspace{}
11008 \end_inset
11009
11010 pt delante de la palabra.
11011  Como el espacio es 0 la salida no cambia.
11012  El cuadro
11013 \begin_inset space ~
11014 \end_inset
11015
11016
11017 \begin_inset CommandInset ref
11018 LatexCommand ref
11019 reference "tab:Tabla-con-y"
11020
11021 \end_inset
11022
11023  muestra el efecto.
11024 \end_layout
11025
11026 \begin_layout Standard
11027 \begin_inset Float table
11028 placement b
11029 wide false
11030 sideways false
11031 status open
11032
11033 \begin_layout Plain Layout
11034 \begin_inset Caption
11035
11036 \begin_layout Plain Layout
11037 \begin_inset CommandInset label
11038 LatexCommand label
11039 name "tab:Tabla-con-y"
11040
11041 \end_inset
11042
11043 Tablas con y sin guión
11044 \end_layout
11045
11046 \end_inset
11047
11048
11049 \end_layout
11050
11051 \begin_layout Plain Layout
11052 \begin_inset space \hfill{}
11053 \end_inset
11054
11055
11056 \begin_inset Tabular
11057 <lyxtabular version="3" rows="3" columns="3">
11058 <features tabularvalignment="middle">
11059 <column alignment="center" valignment="middle" width="2.5cm">
11060 <column alignment="center" valignment="middle" width="0">
11061 <column alignment="center" valignment="middle" width="0">
11062 <row>
11063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 celdaconpalabramuylarga
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 b
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 c
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 </row>
11091 <row>
11092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 d
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 e
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 f
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 <row>
11121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 g
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 h
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143 i
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 </row>
11149 </lyxtabular>
11150
11151 \end_inset
11152
11153
11154 \begin_inset space \hfill{}
11155 \end_inset
11156
11157
11158 \begin_inset Tabular
11159 <lyxtabular version="3" rows="3" columns="3">
11160 <features tabularvalignment="middle">
11161 <column alignment="center" valignment="middle" width="2.5cm">
11162 <column alignment="center" valignment="middle" width="0">
11163 <column alignment="center" valignment="middle" width="0">
11164 <row>
11165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 \begin_inset space \hspace{}
11170 \length 0pt
11171 \end_inset
11172
11173 celdaconpalabramuylarga
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 b
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 c
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 </row>
11197 <row>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 d
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 e
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 f
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 </row>
11226 <row>
11227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 g
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 h
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 i
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 </row>
11255 </lyxtabular>
11256
11257 \end_inset
11258
11259
11260 \begin_inset space \hfill{}
11261 \end_inset
11262
11263
11264 \end_layout
11265
11266 \end_inset
11267
11268
11269 \end_layout
11270
11271 \begin_layout Subsection
11272 Multicolumnas
11273 \begin_inset CommandInset label
11274 LatexCommand label
11275 name "sub:Multicolumnas"
11276
11277 \end_inset
11278
11279
11280 \begin_inset Index idx
11281 status collapsed
11282
11283 \begin_layout Plain Layout
11284 Multicolumnas
11285 \end_layout
11286
11287 \end_inset
11288
11289
11290 \begin_inset Index idx
11291 status collapsed
11292
11293 \begin_layout Plain Layout
11294 Tablas ! Multicolumnas
11295 \end_layout
11296
11297 \end_inset
11298
11299
11300 \end_layout
11301
11302 \begin_layout Subsubsection
11303 Fundamentos de multicolumna
11304 \end_layout
11305
11306 \begin_layout Standard
11307 Para extender una celda sobre varias columnas, se marcan las celdas que
11308  se desee combinar y se usa el botón 
11309 \begin_inset Graphics
11310         filename ../../images/tabular-feature_multicolumn.png
11311         scale 85
11312
11313 \end_inset
11314
11315 , el menú 
11316 \family sans
11317 Editar\SpecialChar \menuseparator
11318 Tabla\SpecialChar \menuseparator
11319 Multicolumna
11320 \family default
11321 , o clic derecho sobre las celdas marcadas y elige 
11322 \family sans
11323 Multicolumna 
11324 \family default
11325 en el menú contextual.
11326 \end_layout
11327
11328 \begin_layout Standard
11329 Las multicolumnas tienen su propia configuración de celdas.
11330  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11331  multicolumna.
11332  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11333  última fila sin borde superior:
11334 \end_layout
11335
11336 \begin_layout Standard
11337 \align center
11338 \begin_inset Tabular
11339 <lyxtabular version="3" rows="3" columns="4">
11340 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11341 <column alignment="center" valignment="top" width="0pt">
11342 <column alignment="center" valignment="middle" width="0">
11343 <column alignment="center" valignment="top" width="0in">
11344 <column alignment="center" valignment="top" width="0pt">
11345 <row>
11346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 abc
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 def ghi
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 jkl
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 </row>
11383 <row>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388
11389 \family roman
11390 \series medium
11391 \shape up
11392 \size normal
11393 \emph off
11394 \bar no
11395 \noun off
11396 \color none
11397 A
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 B
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 C
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 D
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 </row>
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 1
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 2
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 3
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 4
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 </row>
11468 </lyxtabular>
11469
11470 \end_inset
11471
11472
11473 \end_layout
11474
11475 \begin_layout Subsubsection
11476 Cálculos en multicolumnas
11477 \begin_inset CommandInset label
11478 LatexCommand label
11479 name "sub:Cálculos-en-Multicolumnas"
11480
11481 \end_inset
11482
11483
11484 \begin_inset Index idx
11485 status collapsed
11486
11487 \begin_layout Plain Layout
11488 Multicolumnas ! Cálculos
11489 \end_layout
11490
11491 \end_inset
11492
11493
11494 \end_layout
11495
11496 \begin_layout Standard
11497 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11498  la anchura de celda de las columnas combinadas en la celda multicolumna.
11499 \end_layout
11500
11501 \begin_layout Standard
11502 \begin_inset Float table
11503 placement h
11504 wide false
11505 sideways false
11506 status open
11507
11508 \begin_layout Plain Layout
11509 \begin_inset Caption
11510
11511 \begin_layout Plain Layout
11512 \begin_inset CommandInset label
11513 LatexCommand label
11514 name "tab:Tabla-con-centrado"
11515
11516 \end_inset
11517
11518 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11519 te la mitad de anchura que la celda multicolumna
11520 \begin_inset Argument
11521 status collapsed
11522
11523 \begin_layout Plain Layout
11524 Tabla multicolumna perfecta
11525 \end_layout
11526
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \begin_layout Plain Layout
11538 \align center
11539 \begin_inset Tabular
11540 <lyxtabular version="3" rows="3" columns="3">
11541 <features tabularvalignment="middle">
11542 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11543 <column alignment="center" valignment="middle" width="0">
11544 <column alignment="center" valignment="top" width="0">
11545 <row>
11546 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 multicolumna línea múltiple
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 c
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 </row>
11574 <row>
11575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 d
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 e
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 f
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 </row>
11603 <row>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 g
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 h
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 i
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 </lyxtabular>
11633
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \begin_layout Standard
11645 Por ejemplo, para crear la tabla
11646 \begin_inset space ~
11647 \end_inset
11648
11649
11650 \begin_inset CommandInset ref
11651 LatexCommand ref
11652 reference "tab:Tabla-con-centrado"
11653
11654 \end_inset
11655
11656 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11657  clic derecho.
11658  En el diálogo marca 
11659 \emph on
11660 multicolumna
11661 \emph default
11662
11663 \emph on
11664 alineación centro
11665 \emph default
11666  y una anchura de 2.5
11667 \begin_inset space \thinspace{}
11668 \end_inset
11669
11670 cm.
11671  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11672  de la celda multicolumna, así que deberías ajustar 1.25
11673 \begin_inset space \thinspace{}
11674 \end_inset
11675
11676 cm para la primera columna.
11677  La segunda columna tendrá entonces automáticamente 1.25
11678 \begin_inset space \thinspace{}
11679 \end_inset
11680
11681 cm de anchura.
11682  Para la tabla
11683 \begin_inset space ~
11684 \end_inset
11685
11686
11687 \begin_inset CommandInset ref
11688 LatexCommand ref
11689 reference "tab:Tabla-sin-mitad"
11690
11691 \end_inset
11692
11693  se ha procedido de la siguiente manera:
11694 \end_layout
11695
11696 \begin_layout Standard
11697 \begin_inset Float table
11698 wide false
11699 sideways false
11700 status open
11701
11702 \begin_layout Plain Layout
11703 \begin_inset Caption
11704
11705 \begin_layout Plain Layout
11706 \begin_inset CommandInset label
11707 LatexCommand label
11708 name "tab:Tabla-sin-mitad"
11709
11710 \end_inset
11711
11712 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11713  anchura que la celda multicolumna
11714 \begin_inset Argument
11715 status collapsed
11716
11717 \begin_layout Plain Layout
11718 Tabla multicolumna imperfecta
11719 \end_layout
11720
11721 \end_inset
11722
11723
11724 \end_layout
11725
11726 \end_inset
11727
11728
11729 \end_layout
11730
11731 \begin_layout Plain Layout
11732 \align center
11733 \begin_inset Tabular
11734 <lyxtabular version="3" rows="3" columns="3">
11735 <features tabularvalignment="middle">
11736 <column alignment="center" valignment="top" width="1.25cm">
11737 <column alignment="center" valignment="top" width="0">
11738 <column alignment="center" valignment="top" width="0">
11739 <row>
11740 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 multicolumna línea múltiple
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 c
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 </row>
11768 <row>
11769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 d
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 e
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 f
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 </row>
11797 <row>
11798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 g
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 h
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 i
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 </row>
11826 </lyxtabular>
11827
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \end_inset
11834
11835
11836 \end_layout
11837
11838 \begin_layout Standard
11839 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11840 a, es un poco mayor.
11841  La razón es que la anchura dada para una celda 
11842 \begin_inset Formula $W_{g}$
11843 \end_inset
11844
11845  no es su anchura total 
11846 \begin_inset Formula $W_{\mathrm{tot}}$
11847 \end_inset
11848
11849  porque una celda es siempre algo mayor que la anchura dada.
11850  El apéndice
11851 \begin_inset space ~
11852 \end_inset
11853
11854
11855 \begin_inset CommandInset ref
11856 LatexCommand eqref
11857 reference "cap:Explicación-de-la-Ecuación"
11858
11859 \end_inset
11860
11861  lo explica con detalle.
11862 \end_layout
11863
11864 \begin_layout Standard
11865 La anchura dada 
11866 \begin_inset Formula $W_{g\, n}$
11867 \end_inset
11868
11869  necesaria para combinar 
11870 \emph on
11871 n
11872 \emph default
11873  columnas puede calcularse de manera que cada columna tenga una anchura
11874  total de 
11875 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11876 \end_inset
11877
11878 :
11879 \begin_inset Formula \begin{equation}
11880 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11881
11882 \end_inset
11883
11884
11885 \end_layout
11886
11887 \begin_layout Standard
11888 En nuestro caso tenemos 
11889 \begin_inset Formula $n=2$
11890 \end_inset
11891
11892
11893 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11894 \end_inset
11895
11896
11897 \begin_inset space \thinspace{}
11898 \end_inset
11899
11900 cm y los valores predeterminados para longitudes, así la ecuación
11901 \begin_inset space ~
11902 \end_inset
11903
11904
11905 \begin_inset CommandInset ref
11906 LatexCommand ref
11907 reference "eq:Wgn"
11908
11909 \end_inset
11910
11911  queda
11912 \begin_inset Formula \begin{equation}
11913 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11914
11915 \end_inset
11916
11917
11918 \end_layout
11919
11920 \begin_layout Standard
11921 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11922  
11923 \series bold
11924 calc
11925 \series default
11926  con la línea
11927 \begin_inset Index idx
11928 status collapsed
11929
11930 \begin_layout Plain Layout
11931 LaTeX-paquetes ! calc
11932 \end_layout
11933
11934 \end_inset
11935
11936
11937 \end_layout
11938
11939 \begin_layout Standard
11940
11941 \series bold
11942
11943 \backslash
11944 usepackage{calc}
11945 \end_layout
11946
11947 \begin_layout Standard
11948 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11949  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11950  He aquí un repaso de los argumentos:
11951 \end_layout
11952
11953 \begin_layout Itemize
11954
11955 \series bold
11956 p{ancho}
11957 \series default
11958  crea celdas con anchura fija, el texto alineado arriba
11959 \end_layout
11960
11961 \begin_layout Itemize
11962
11963 \series bold
11964 m{ancho}
11965 \series default
11966  crea celdas con anchura fija, el texto con alineación vertical centrada
11967  
11968 \end_layout
11969
11970 \begin_layout Itemize
11971
11972 \series bold
11973 b{ancho}
11974 \series default
11975  crea celdas con anchura fija, el texto alineado abajo
11976 \end_layout
11977
11978 \begin_layout Standard
11979 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11980  en el diálogo se ignoran.
11981 \end_layout
11982
11983 \begin_layout Standard
11984 \begin_inset Note Greyedout
11985 status open
11986
11987 \begin_layout Plain Layout
11988
11989 \series bold
11990 Nota:
11991 \series default
11992  Debido a un error, LyX muestra de todas formas estas propiedades.
11993 \end_layout
11994
11995 \end_inset
11996
11997  
11998 \end_layout
11999
12000 \begin_layout Standard
12001 El comando 
12002 \series bold
12003
12004 \backslash
12005 centering
12006 \series default
12007  centra horizontalmente el texto.
12008  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12009  columna extendida:
12010 \end_layout
12011
12012 \begin_layout Standard
12013
12014 \series bold
12015 >{
12016 \backslash
12017 centering}m{1.25cm-6.2pt}
12018 \end_layout
12019
12020 \begin_layout Standard
12021 El comando 
12022 \series bold
12023 >{ }
12024 \series default
12025  significa que los comandos entre llaves se aplican antes de crear la celda.
12026 \end_layout
12027
12028 \begin_layout Standard
12029 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12030 , aún está alineado a la izquierda.
12031  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12032  Así que para multicolumnas hemos de usar el argumento de LaTeX
12033 \end_layout
12034
12035 \begin_layout Standard
12036
12037 \series bold
12038 >{
12039 \backslash
12040 centering}m{2.5cm}
12041 \end_layout
12042
12043 \begin_layout Subsection
12044 Multifilas
12045 \begin_inset CommandInset label
12046 LatexCommand label
12047 name "sub:Multifilas"
12048
12049 \end_inset
12050
12051
12052 \begin_inset Index idx
12053 status collapsed
12054
12055 \begin_layout Plain Layout
12056 Multifilas
12057 \end_layout
12058
12059 \end_inset
12060
12061
12062 \begin_inset Index idx
12063 status collapsed
12064
12065 \begin_layout Plain Layout
12066 Tablas ! Multifilas
12067 \end_layout
12068
12069 \end_inset
12070
12071
12072 \end_layout
12073
12074 \begin_layout Standard
12075 Para extender una celda sobre varias filas, se marcan las celdas que se
12076  desee combinar y se usa el botón 
12077 \begin_inset Graphics
12078         filename ../../images/tabular-feature_multirow.png
12079         scale 85
12080         scaleBeforeRotation
12081
12082 \end_inset
12083
12084 , el menú 
12085 \family sans
12086 Editar\SpecialChar \menuseparator
12087 Tabla\SpecialChar \menuseparator
12088 Multifila
12089 \family default
12090 , o clic derecho sobre las celdas marcadas y elige 
12091 \family sans
12092 Multifila 
12093 \family default
12094 en el menú contextual.
12095 \end_layout
12096
12097 \begin_layout Standard
12098
12099 \lang english
12100 Here is an example table with a multirow in the first column:
12101 \end_layout
12102
12103 \begin_layout Standard
12104 \align center
12105
12106 \lang english
12107 \begin_inset Tabular
12108 <lyxtabular version="3" rows="3" columns="3">
12109 <features tabularvalignment="middle">
12110 <column alignment="center" valignment="top" width="0pt">
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
12119 \lang english
12120 a long cell entry
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12126 \begin_inset Text
12127
12128 \begin_layout Plain Layout
12129
12130 \lang english
12131 b
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140
12141 \lang english
12142 c
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 </row>
12148 <row>
12149 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153
12154 \lang english
12155 multifila
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164
12165 \lang english
12166 e
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175
12176 \lang english
12177 f
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 </row>
12183 <row>
12184 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12194 \begin_inset Text
12195
12196 \begin_layout Plain Layout
12197
12198 \lang english
12199 h
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208
12209 \lang english
12210 i
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 </row>
12216 </lyxtabular>
12217
12218 \end_inset
12219
12220
12221 \end_layout
12222
12223 \begin_layout Standard
12224
12225 \lang english
12226 The width of multirow cells is set by setting the width and alignment for
12227  the whole column.
12228  The 
12229 \family sans
12230 Vertical Offset
12231 \family default
12232  shifts the content of the multirow up/down if the offset is positive/negative.
12233 \end_layout
12234
12235 \begin_layout Standard
12236
12237 \lang english
12238 If the column of a multirow cell has no explicit width, the multirow cell
12239  inherits the alignment of the column.
12240  Otherwise it is by default left-aligned.
12241
12242 \lang spanish
12243  Para cambiarlo renombra el comando 
12244 \series bold
12245
12246 \backslash
12247 multirowsetup
12248 \series default
12249  con el comando
12250 \end_layout
12251
12252 \begin_layout Standard
12253
12254 \series bold
12255
12256 \backslash
12257 renewcommand{
12258 \backslash
12259 multirowsetup}{
12260 \backslash
12261 centering}
12262 \end_layout
12263
12264 \begin_layout Standard
12265 en el preámbulo del documento.
12266  Entonces se centran todas las entradas de celdas multifila en el documento.
12267  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12268  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12269  Si el texto debe estar alineado a la derecha, reemplaza 
12270 \series bold
12271
12272 \backslash
12273 centering
12274 \series default
12275  por 
12276 \series bold
12277
12278 \backslash
12279 raggedleft
12280 \series default
12281 .
12282  Para volver a alineado a la izquierda usa 
12283 \series bold
12284
12285 \backslash
12286 raggedright
12287 \series default
12288 .
12289 \end_layout
12290
12291 \begin_layout Standard
12292
12293 \lang english
12294 This is an example table with a right-aligned multirow cell that has a vertical
12295  offset of -4
12296 \begin_inset space \thinspace{}
12297 \end_inset
12298
12299 mm and is in a 3
12300 \begin_inset space \thinspace{}
12301 \end_inset
12302
12303 cm wide column:
12304 \end_layout
12305
12306 \begin_layout Standard
12307 \noindent
12308 \align center
12309 \begin_inset ERT
12310 status collapsed
12311
12312 \begin_layout Plain Layout
12313
12314
12315 \backslash
12316 renewcommand{
12317 \backslash
12318 multirowsetup}{
12319 \backslash
12320 raggedleft}
12321 \end_layout
12322
12323 \end_inset
12324
12325
12326 \begin_inset Tabular
12327 <lyxtabular version="3" rows="4" columns="3">
12328 <features tabularvalignment="middle">
12329 <column alignment="center" valignment="top" width="3cm">
12330 <column alignment="center" valignment="top" width="0">
12331 <column alignment="center" valignment="top" width="0">
12332 <row>
12333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Plain Layout
12337 a long cell entry
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Plain Layout
12346 b
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12352 \begin_inset Text
12353
12354 \begin_layout Plain Layout
12355 c
12356 \end_layout
12357
12358 \end_inset
12359 </cell>
12360 </row>
12361 <row>
12362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12363 \begin_inset Text
12364
12365 \begin_layout Plain Layout
12366 t
12367 \end_layout
12368
12369 \end_inset
12370 </cell>
12371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12372 \begin_inset Text
12373
12374 \begin_layout Plain Layout
12375 n
12376 \end_layout
12377
12378 \end_inset
12379 </cell>
12380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12381 \begin_inset Text
12382
12383 \begin_layout Plain Layout
12384 m
12385 \end_layout
12386
12387 \end_inset
12388 </cell>
12389 </row>
12390 <row>
12391 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12392 \begin_inset Text
12393
12394 \begin_layout Plain Layout
12395 multifila
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12401 \begin_inset Text
12402
12403 \begin_layout Plain Layout
12404 e
12405 \end_layout
12406
12407 \end_inset
12408 </cell>
12409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12410 \begin_inset Text
12411
12412 \begin_layout Plain Layout
12413 f
12414 \end_layout
12415
12416 \end_inset
12417 </cell>
12418 </row>
12419 <row>
12420 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12421 \begin_inset Text
12422
12423 \begin_layout Plain Layout
12424
12425 \end_layout
12426
12427 \end_inset
12428 </cell>
12429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12430 \begin_inset Text
12431
12432 \begin_layout Plain Layout
12433 h
12434 \end_layout
12435
12436 \end_inset
12437 </cell>
12438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12439 \begin_inset Text
12440
12441 \begin_layout Plain Layout
12442 i
12443 \end_layout
12444
12445 \end_inset
12446 </cell>
12447 </row>
12448 </lyxtabular>
12449
12450 \end_inset
12451
12452
12453 \begin_inset ERT
12454 status collapsed
12455
12456 \begin_layout Plain Layout
12457
12458
12459 \backslash
12460 renewcommand{
12461 \backslash
12462 multirowsetup}{
12463 \backslash
12464 raggedright}
12465 \end_layout
12466
12467 \end_inset
12468
12469
12470 \end_layout
12471
12472 \begin_layout Section
12473 Tablas formales
12474 \begin_inset CommandInset label
12475 LatexCommand label
12476 name "sec:Tablas-Formales"
12477
12478 \end_inset
12479
12480
12481 \begin_inset Index idx
12482 status collapsed
12483
12484 \begin_layout Plain Layout
12485 Tablas ! Formales
12486 \end_layout
12487
12488 \end_inset
12489
12490  
12491 \end_layout
12492
12493 \begin_layout Standard
12494 En los libros, las tablas se suelen presentar en un formato como el de la
12495  tabla 
12496 \begin_inset space ~
12497 \end_inset
12498
12499
12500 \begin_inset CommandInset ref
12501 LatexCommand ref
12502 reference "tab:Ejemplo-tabla-formal"
12503
12504 \end_inset
12505
12506 .
12507  Se denominan tablas 
12508 \emph on
12509 formales
12510 \emph default
12511 .
12512  Para hacer tablas con este diseño, elige 
12513 \family sans
12514 Estilo
12515 \family default
12516
12517 \begin_inset space ~
12518 \end_inset
12519
12520
12521 \family sans
12522 Formal
12523 \family default
12524  en la solapa 
12525 \family sans
12526 Bordes
12527 \family default
12528  del cuadro de diálogo de tablas.
12529 \end_layout
12530
12531 \begin_layout Standard
12532 \begin_inset Float table
12533 placement h
12534 wide false
12535 sideways false
12536 status open
12537
12538 \begin_layout Plain Layout
12539 \begin_inset Caption
12540
12541 \begin_layout Plain Layout
12542 \begin_inset CommandInset label
12543 LatexCommand label
12544 name "tab:Ejemplo-tabla-formal"
12545
12546 \end_inset
12547
12548 Ejemplo de tabla formal
12549 \end_layout
12550
12551 \end_inset
12552
12553
12554 \end_layout
12555
12556 \begin_layout Plain Layout
12557 \align center
12558 \begin_inset Tabular
12559 <lyxtabular version="3" rows="8" columns="4">
12560 <features booktabs="true" tabularvalignment="middle">
12561 <column alignment="center" valignment="top" width="0">
12562 <column alignment="center" valignment="top" width="0">
12563 <column alignment="center" valignment="top" width="0">
12564 <column alignment="center" valignment="top" width="0">
12565 <row>
12566 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570 System
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 <cell alignment="center" valignment="top" topline="true" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579 Chip
12580 \begin_inset space \thinspace{}
12581 \end_inset
12582
12583 1
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 Chip
12593 \begin_inset space \thinspace{}
12594 \end_inset
12595
12596 2
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 </row>
12611 <row>
12612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12613 \begin_inset Text
12614
12615 \begin_layout Plain Layout
12616 \begin_inset ERT
12617 status collapsed
12618
12619 \begin_layout Plain Layout
12620
12621
12622 \backslash
12623 cmidrule(r){2-2}
12624 \end_layout
12625
12626 \end_inset
12627
12628
12629 \begin_inset ERT
12630 status collapsed
12631
12632 \begin_layout Plain Layout
12633
12634
12635 \backslash
12636 cmidrule(l){3-4}
12637 \end_layout
12638
12639 \end_inset
12640
12641 Detector thickness in µm
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 <cell alignment="center" valignment="top" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 300
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 <cell alignment="center" valignment="top" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 300
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 700
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 </row>
12674 <row>
12675 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12676 \begin_inset Text
12677
12678 \begin_layout Plain Layout
12679 Edge angle in °
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 <cell alignment="center" valignment="top" topline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 3.55
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 2.71
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 7.99
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 </row>
12712 <row topspace="default">
12713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 Spatial resolution in µm
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 4.26
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 10.17
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744 10.56
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 </row>
12750 <row topspace="default">
12751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 MTF at 
12756 \begin_inset Formula $f_{\mathrm{max}}$
12757 \end_inset
12758
12759
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 <cell alignment="center" valignment="top" usebox="none">
12765 \begin_inset Text
12766
12767 \begin_layout Plain Layout
12768 0.53
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777 0.37
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 <cell alignment="center" valignment="top" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786 0.39
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 </row>
12792 <row topspace="default">
12793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 \begin_inset ERT
12798 status collapsed
12799
12800 \begin_layout Plain Layout
12801
12802
12803 \backslash
12804 cmidrule(l{10pt}){1-1}
12805 \end_layout
12806
12807 \end_inset
12808
12809 LSF-spatial resolution
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 </row>
12842 <row>
12843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 in µm
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 129.7
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 52.75
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 50.78
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 </row>
12880 <row>
12881 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 in % of pixel size
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 76.3
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 95.9
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 92.3
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 </row>
12918 </lyxtabular>
12919
12920 \end_inset
12921
12922
12923 \end_layout
12924
12925 \end_inset
12926
12927
12928 \end_layout
12929
12930 \begin_layout Standard
12931 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12932  correspondientes que se encuentran en la solapa 
12933 \family sans
12934 Bordes 
12935 \family default
12936 del diálogo
12937 \family sans
12938  Configuración
12939 \begin_inset space ~
12940 \end_inset
12941
12942 de
12943 \begin_inset space ~
12944 \end_inset
12945
12946 la
12947 \begin_inset space ~
12948 \end_inset
12949
12950 tabla
12951 \family default
12952 , como se explica en la sección
12953 \begin_inset space ~
12954 \end_inset
12955
12956
12957 \begin_inset CommandInset ref
12958 LatexCommand ref
12959 reference "sub:Espacio-adicional"
12960
12961 \end_inset
12962
12963 .
12964 \end_layout
12965
12966 \begin_layout Standard
12967 A diferencia de las tablas normales, las tablas formales no tienen líneas
12968  verticales.
12969  Las líneas horizontales se pueden poner o no como en las tablas normales,
12970  pero en la salida se mostrarán con distinto grosor:
12971 \begin_inset Newline newline
12972 \end_inset
12973
12974 Las líneas primera y última tienen un grosor predeterminado de 0.08
12975 \begin_inset space \thinspace{}
12976 \end_inset
12977
12978 em, las demás tienen un grosor predeterminado de 0.05
12979 \begin_inset space \thinspace{}
12980 \end_inset
12981
12982 em.
12983 \end_layout
12984
12985 \begin_layout Standard
12986 Estos valores predeterminados se pueden cambiar
12987 \series bold
12988  
12989 \series default
12990 con las líneas de preámbulo:
12991 \end_layout
12992
12993 \begin_layout Standard
12994
12995 \series bold
12996
12997 \backslash
12998 let
12999 \backslash
13000 mytoprule
13001 \backslash
13002 toprule
13003 \begin_inset Newline newline
13004 \end_inset
13005
13006
13007 \backslash
13008 renewcommand{
13009 \backslash
13010 toprule}{
13011 \backslash
13012 mytoprule[grosor]}
13013 \end_layout
13014
13015 \begin_layout Standard
13016 Este ejemplo es para la primera línea, la denominada 
13017 \series bold
13018 toprule
13019 \series default
13020 .
13021  Si quieres cambiar el grosor de la última línea, reemplaza 
13022 \series bold
13023 toprule
13024 \series default
13025  por 
13026 \series bold
13027 bottomrule
13028 \series default
13029 .
13030  Y para cambiar el grosor de las demás líneas cambia 
13031 \series bold
13032 toprule
13033 \series default
13034  por 
13035 \series bold
13036 midrule
13037 \series default
13038 .
13039  Puedes usar cualquiera de las unidades listadas en el apéndice
13040 \begin_inset space ~
13041 \end_inset
13042
13043
13044 \begin_inset CommandInset ref
13045 LatexCommand ref
13046 reference "cap:Unidades-disponibles-en"
13047
13048 \end_inset
13049
13050  para establecer el grosor.
13051 \end_layout
13052
13053 \begin_layout Standard
13054 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
13055  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
13056  LyX empleará internamente el comando 
13057 \series bold
13058
13059 \backslash
13060 cmidrule
13061 \series default
13062  para dibujar la línea.
13063  El esquema completo es
13064 \end_layout
13065
13066 \begin_layout Standard
13067
13068 \series bold
13069
13070 \backslash
13071 cmidrule[grosor](recorte){inicol-fincol}
13072 \end_layout
13073
13074 \begin_layout Standard
13075 Por el momento, LyX no soporta las opciones de 
13076 \series bold
13077
13078 \backslash
13079 cmidrule
13080 \series default
13081 , así que para usarlas hay que emplear código TeX.
13082  Las líneas 
13083 \series bold
13084
13085 \backslash
13086 cmidrule
13087 \series default
13088  se pueden insertar manualmente con el comando en código TeX como primera
13089  entrada de la primera celda de una fila.
13090  En la salida se dibujará la línea sobre dicha fila.
13091 \end_layout
13092
13093 \begin_layout Standard
13094 El grosor predeterminado es 0.03
13095 \begin_inset space \thinspace{}
13096 \end_inset
13097
13098 em.
13099  
13100 \series bold
13101 inicol
13102 \series default
13103  es el número de la columna en la que comienza la línea y 
13104 \series bold
13105 fincol
13106 \series default
13107  es el número de la columna en la que acaba la línea.
13108  El valor 
13109 \series bold
13110 fincol
13111 \series default
13112  debe especificarse siempre, aunque la línea se extienda sobre una sola
13113  columna.
13114  El parámetro opcional 
13115 \series bold
13116 recorte
13117 \series default
13118  debe ser 
13119 \emph on
13120 l{recorte}
13121 \emph default
13122  o 
13123 \emph on
13124 r{recorte}
13125 \emph default
13126 , donde 
13127 \emph on
13128 recorte
13129 \emph default
13130  también es opcional.
13131  Por ejemplo, el parámetro 
13132 \emph on
13133 l{2pt}
13134 \emph default
13135  significa que la línea se recorta 2
13136 \begin_inset space \thinspace{}
13137 \end_inset
13138
13139 pt por su izquierda.
13140  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
13141 \begin_inset space \thinspace{}
13142 \end_inset
13143
13144 em.
13145
13146 \series bold
13147  
13148 \end_layout
13149
13150 \begin_layout Standard
13151
13152 \end_layout
13153
13154 \begin_layout Standard
13155 \begin_inset VSpace bigskip
13156 \end_inset
13157
13158
13159 \end_layout
13160
13161 \begin_layout Standard
13162 La tabla
13163 \begin_inset space ~
13164 \end_inset
13165
13166
13167 \begin_inset CommandInset ref
13168 LatexCommand ref
13169 reference "tab:Ejemplo-tabla-formal"
13170
13171 \end_inset
13172
13173  se ha creado con los comandos
13174 \end_layout
13175
13176 \begin_layout Standard
13177
13178 \series bold
13179
13180 \backslash
13181 cmidrule(r){2-2}
13182 \backslash
13183 cmidrule(l){3-4}
13184 \end_layout
13185
13186 \begin_layout Standard
13187 en la segunda fila, 
13188 \series bold
13189
13190 \backslash
13191 midrule
13192 \series default
13193  en la tercera, y
13194 \end_layout
13195
13196 \begin_layout Standard
13197
13198 \series bold
13199
13200 \backslash
13201 cmidrule(l{10pt}){1-1}
13202 \end_layout
13203
13204 \begin_layout Standard
13205 en la sexta fila.
13206 \end_layout
13207
13208 \begin_layout Standard
13209 \begin_inset VSpace bigskip
13210 \end_inset
13211
13212
13213 \end_layout
13214
13215 \begin_layout Standard
13216 Quizá quieras superponer líneas 
13217 \series bold
13218
13219 \backslash
13220 cmidrules
13221 \series default
13222  como en la tabla
13223 \begin_inset space ~
13224 \end_inset
13225
13226
13227 \begin_inset CommandInset ref
13228 LatexCommand ref
13229 reference "tab:Tabla-formal-especial"
13230
13231 \end_inset
13232
13233 .
13234  Esto se consigue con el comando en código TeX
13235 \end_layout
13236
13237 \begin_layout Standard
13238
13239 \series bold
13240
13241 \backslash
13242 morecmidrules
13243 \end_layout
13244
13245 \begin_layout Standard
13246 El comando que se ha utilizado para la segunda fila de la tabla
13247 \begin_inset space ~
13248 \end_inset
13249
13250
13251 \begin_inset CommandInset ref
13252 LatexCommand ref
13253 reference "tab:Tabla-formal-especial"
13254
13255 \end_inset
13256
13257  es
13258 \end_layout
13259
13260 \begin_layout Standard
13261
13262 \series bold
13263
13264 \backslash
13265 cmidrule(r){2-2}
13266 \backslash
13267 cmidrule(l){3-4}
13268 \backslash
13269 morecmidrules
13270 \backslash
13271 cmidrule{2-4}
13272 \end_layout
13273
13274 \begin_layout Standard
13275 El comando para la sexta fila es
13276 \end_layout
13277
13278 \begin_layout Standard
13279
13280 \series bold
13281
13282 \backslash
13283 midrule
13284 \backslash
13285 morecmidrules
13286 \backslash
13287 cmidrule{3-4}
13288 \series default
13289
13290 \begin_inset VSpace bigskip
13291 \end_inset
13292
13293
13294 \end_layout
13295
13296 \begin_layout Standard
13297 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13298  el siguiente comando para dibujar líneas que se extienden sobre todas las
13299  columnas
13300 \end_layout
13301
13302 \begin_layout Standard
13303
13304 \series bold
13305
13306 \backslash
13307 specialrule{anchura}{espacio superior}{espacio inferior}
13308 \end_layout
13309
13310 \begin_layout Standard
13311 Para más información sobre estas características especiales, acude al manual
13312  del paquete LaTeX 
13313 \series bold
13314 booktabs
13315 \series default
13316
13317 \begin_inset CommandInset citation
13318 LatexCommand cite
13319 key "booktabs"
13320
13321 \end_inset
13322
13323 .
13324 \begin_inset Index idx
13325 status collapsed
13326
13327 \begin_layout Plain Layout
13328 LaTeX-paquetes ! booktabs
13329 \end_layout
13330
13331 \end_inset
13332
13333  
13334 \begin_inset VSpace bigskip
13335 \end_inset
13336
13337
13338 \end_layout
13339
13340 \begin_layout Standard
13341 \begin_inset Float table
13342 placement h
13343 wide false
13344 sideways false
13345 status open
13346
13347 \begin_layout Plain Layout
13348 \begin_inset Caption
13349
13350 \begin_layout Plain Layout
13351 \begin_inset CommandInset label
13352 LatexCommand label
13353 name "tab:Tabla-formal-especial"
13354
13355 \end_inset
13356
13357 Tabla formal especial
13358 \end_layout
13359
13360 \end_inset
13361
13362
13363 \end_layout
13364
13365 \begin_layout Plain Layout
13366 \align center
13367 \begin_inset Tabular
13368 <lyxtabular version="3" rows="8" columns="4">
13369 <features booktabs="true" tabularvalignment="middle">
13370 <column alignment="center" valignment="top" width="0">
13371 <column alignment="center" valignment="top" width="0">
13372 <column alignment="center" valignment="top" width="0">
13373 <column alignment="center" valignment="top" width="0">
13374 <row>
13375 <cell alignment="center" valignment="top" topline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379 System
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 <cell alignment="center" valignment="top" topline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 Chip
13389 \begin_inset space \thinspace{}
13390 \end_inset
13391
13392 1
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 Chip
13402 \begin_inset space \thinspace{}
13403 \end_inset
13404
13405 2
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 </row>
13420 <row>
13421 <cell alignment="center" valignment="top" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 \begin_inset ERT
13426 status collapsed
13427
13428 \begin_layout Plain Layout
13429
13430
13431 \backslash
13432 cmidrule(r){2-2}
13433 \end_layout
13434
13435 \end_inset
13436
13437
13438 \begin_inset ERT
13439 status collapsed
13440
13441 \begin_layout Plain Layout
13442
13443
13444 \backslash
13445 cmidrule(l){3-4}
13446 \end_layout
13447
13448 \end_inset
13449
13450
13451 \begin_inset ERT
13452 status collapsed
13453
13454 \begin_layout Plain Layout
13455
13456
13457 \backslash
13458 morecmidrules 
13459 \end_layout
13460
13461 \end_inset
13462
13463
13464 \begin_inset ERT
13465 status collapsed
13466
13467 \begin_layout Plain Layout
13468
13469
13470 \backslash
13471 cmidrule{2-4}
13472 \end_layout
13473
13474 \end_inset
13475
13476 Detector thickness in µm
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 <cell alignment="center" valignment="top" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 300
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 300
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 700
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 </row>
13509 <row>
13510 <cell alignment="center" valignment="top" topline="true" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514 Edge angle in °
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 <cell alignment="center" valignment="top" topline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523 3.55
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 2.71
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" topline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 7.99
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 </row>
13547 <row topspace="default">
13548 <cell alignment="center" valignment="top" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552 Spatial resolution in µm
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 <cell alignment="center" valignment="top" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561 4.26
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 <cell alignment="center" valignment="top" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Plain Layout
13570 10.17
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 <cell alignment="center" valignment="top" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Plain Layout
13579 10.56
13580 \end_layout
13581
13582 \end_inset
13583 </cell>
13584 </row>
13585 <row topspace="default">
13586 <cell alignment="center" valignment="top" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 MTF at 
13591 \begin_inset Formula $f_{\mathrm{max}}$
13592 \end_inset
13593
13594
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 0.53
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 <cell alignment="center" valignment="top" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 0.37
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 0.39
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 </row>
13627 <row>
13628 <cell alignment="center" valignment="top" topline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 \begin_inset ERT
13633 status collapsed
13634
13635 \begin_layout Plain Layout
13636
13637
13638 \backslash
13639 morecmidrules 
13640 \end_layout
13641
13642 \end_inset
13643
13644
13645 \begin_inset ERT
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649
13650
13651 \backslash
13652 cmidrule{3-4}
13653 \end_layout
13654
13655 \end_inset
13656
13657 LSF-spatial resolution
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 <row>
13691 <cell alignment="center" valignment="top" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 in µm
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 <cell alignment="center" valignment="top" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 129.7
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 52.75
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 50.78
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 </row>
13728 <row>
13729 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 in % of pixel size
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 76.3
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 95.9
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 92.3
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 </row>
13766 </lyxtabular>
13767
13768 \end_inset
13769
13770
13771 \end_layout
13772
13773 \end_inset
13774
13775
13776 \end_layout
13777
13778 \begin_layout Section
13779 Alineación vertical de tablas
13780 \begin_inset Index idx
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784 Tablas ! Alineación vertical
13785 \end_layout
13786
13787 \end_inset
13788
13789
13790 \end_layout
13791
13792 \begin_layout Standard
13793 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13794  en un cuadro.
13795  Entonces el cuadro se puede alinear verticalmente como se describe en la
13796  sección
13797 \begin_inset space ~
13798 \end_inset
13799
13800
13801 \begin_inset CommandInset ref
13802 LatexCommand ref
13803 reference "sec:Diálogo-Cuadros"
13804
13805 \end_inset
13806
13807 .
13808  
13809 \end_layout
13810
13811 \begin_layout Standard
13812 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13813 \begin_inset Foot
13814 status collapsed
13815
13816 \begin_layout Plain Layout
13817 Las minipáginas se describen en la sección
13818 \begin_inset space ~
13819 \end_inset
13820
13821
13822 \begin_inset CommandInset ref
13823 LatexCommand ref
13824 reference "sec:Minipáginas"
13825
13826 \end_inset
13827
13828 .
13829 \end_layout
13830
13831 \end_inset
13832
13833  que tiene una anchura del 15
13834 \begin_inset space \thinspace{}
13835 \end_inset
13836
13837 % de columna:
13838 \end_layout
13839
13840 \begin_layout Itemize
13841 test 
13842 \begin_inset Box Frameless
13843 position "t"
13844 hor_pos "c"
13845 has_inner_box 1
13846 inner_pos "c"
13847 use_parbox 0
13848 use_makebox 0
13849 width "15col%"
13850 special "none"
13851 height "1in"
13852 height_special "totalheight"
13853 status collapsed
13854
13855 \begin_layout Plain Layout
13856 \begin_inset Tabular
13857 <lyxtabular version="3" rows="3" columns="3">
13858 <features tabularvalignment="middle">
13859 <column alignment="center" valignment="top" width="0">
13860 <column alignment="center" valignment="top" width="0">
13861 <column alignment="center" valignment="top" width="0">
13862 <row>
13863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 a
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 d
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 g
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 </row>
13891 <row>
13892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 b
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 e
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 h
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 </row>
13920 <row>
13921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 c
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 f
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 i
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 </row>
13949 </lyxtabular>
13950
13951 \end_inset
13952
13953
13954 \end_layout
13955
13956 \end_inset
13957
13958  test 
13959 \begin_inset ERT
13960 status collapsed
13961
13962 \begin_layout Plain Layout
13963
13964
13965 \backslash
13966 raisebox{0.85
13967 \backslash
13968 baselineskip}{
13969 \end_layout
13970
13971 \end_inset
13972
13973
13974 \begin_inset Box Frameless
13975 position "t"
13976 hor_pos "c"
13977 has_inner_box 1
13978 inner_pos "c"
13979 use_parbox 0
13980 use_makebox 0
13981 width "15col%"
13982 special "none"
13983 height "1in"
13984 height_special "totalheight"
13985 status collapsed
13986
13987 \begin_layout Plain Layout
13988 \begin_inset Tabular
13989 <lyxtabular version="3" rows="3" columns="3">
13990 <features tabularvalignment="middle">
13991 <column alignment="center" valignment="top" width="0">
13992 <column alignment="center" valignment="top" width="0">
13993 <column alignment="center" valignment="top" width="0">
13994 <row>
13995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 a
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 d
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Plain Layout
14017 g
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 </row>
14023 <row>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 b
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 e
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Plain Layout
14046 h
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 </row>
14052 <row>
14053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 c
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 f
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 i
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 </row>
14081 </lyxtabular>
14082
14083 \end_inset
14084
14085
14086 \end_layout
14087
14088 \end_inset
14089
14090
14091 \begin_inset ERT
14092 status collapsed
14093
14094 \begin_layout Plain Layout
14095
14096 }
14097 \end_layout
14098
14099 \end_inset
14100
14101
14102 \end_layout
14103
14104 \begin_layout Itemize
14105 test 
14106 \begin_inset Box Frameless
14107 position "c"
14108 hor_pos "c"
14109 has_inner_box 1
14110 inner_pos "c"
14111 use_parbox 0
14112 use_makebox 0
14113 width "15col%"
14114 special "none"
14115 height "1in"
14116 height_special "totalheight"
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120 \begin_inset Tabular
14121 <lyxtabular version="3" rows="3" columns="3">
14122 <features tabularvalignment="middle">
14123 <column alignment="center" valignment="top" width="0">
14124 <column alignment="center" valignment="top" width="0">
14125 <column alignment="center" valignment="top" width="0">
14126 <row>
14127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 a
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140 d
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 g
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 </row>
14155 <row>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 b
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 e
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 h
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 </row>
14184 <row>
14185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 c
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 f
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 i
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 </row>
14213 </lyxtabular>
14214
14215 \end_inset
14216
14217
14218 \end_layout
14219
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \begin_layout Itemize
14226 test 
14227 \begin_inset Box Frameless
14228 position "b"
14229 hor_pos "c"
14230 has_inner_box 1
14231 inner_pos "c"
14232 use_parbox 0
14233 use_makebox 0
14234 width "15col%"
14235 special "none"
14236 height "1in"
14237 height_special "totalheight"
14238 status collapsed
14239
14240 \begin_layout Plain Layout
14241 \begin_inset Tabular
14242 <lyxtabular version="3" rows="3" columns="3">
14243 <features tabularvalignment="middle">
14244 <column alignment="center" valignment="top" width="0">
14245 <column alignment="center" valignment="top" width="0">
14246 <column alignment="center" valignment="top" width="0">
14247 <row>
14248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Plain Layout
14252 a
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261 d
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 g
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 </row>
14276 <row>
14277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Plain Layout
14281 b
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 e
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 h
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 </row>
14305 <row>
14306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 c
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 f
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 i
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 </row>
14334 </lyxtabular>
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \end_inset
14342
14343  test 
14344 \begin_inset ERT
14345 status collapsed
14346
14347 \begin_layout Plain Layout
14348
14349
14350 \backslash
14351 raisebox{-0.32
14352 \backslash
14353 baselineskip}{
14354 \end_layout
14355
14356 \end_inset
14357
14358
14359 \begin_inset Box Frameless
14360 position "b"
14361 hor_pos "c"
14362 has_inner_box 1
14363 inner_pos "c"
14364 use_parbox 0
14365 use_makebox 0
14366 width "15col%"
14367 special "none"
14368 height "1in"
14369 height_special "totalheight"
14370 status collapsed
14371
14372 \begin_layout Plain Layout
14373 \begin_inset Tabular
14374 <lyxtabular version="3" rows="3" columns="3">
14375 <features tabularvalignment="middle">
14376 <column alignment="center" valignment="top" width="0">
14377 <column alignment="center" valignment="top" width="0">
14378 <column alignment="center" valignment="top" width="0">
14379 <row>
14380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384 a
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 d
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 g
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 </row>
14408 <row>
14409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14410 \begin_inset Text
14411
14412 \begin_layout Plain Layout
14413 b
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 e
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 h
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 </row>
14437 <row>
14438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442 c
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 f
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 i
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 </row>
14466 </lyxtabular>
14467
14468 \end_inset
14469
14470
14471 \end_layout
14472
14473 \end_inset
14474
14475
14476 \begin_inset ERT
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480
14481 }
14482 \end_layout
14483
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \begin_layout Standard
14490 Como ves, los contenidos de la primera y última filas no se alinean correctament
14491 e con la línea de texto donde está la tabla.
14492  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14493  un cuadro elevado («raisebox»
14494 \begin_inset Foot
14495 status collapsed
14496
14497 \begin_layout Plain Layout
14498 El uso del comando 
14499 \series bold
14500
14501 \backslash
14502 raisebox
14503 \series default
14504  se explica en la sección
14505 \begin_inset space ~
14506 \end_inset
14507
14508
14509 \begin_inset CommandInset ref
14510 LatexCommand ref
14511 reference "sub:Alineación-Vertical"
14512
14513 \end_inset
14514
14515 .
14516 \end_layout
14517
14518 \end_inset
14519
14520 ).
14521  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14522  usando el comando en código TeX
14523 \end_layout
14524
14525 \begin_layout Standard
14526
14527 \series bold
14528
14529 \backslash
14530 raisebox{0.85
14531 \backslash
14532 baselineskip}{
14533 \end_layout
14534
14535 \begin_layout Standard
14536 antes del cuadro.
14537  Tras él, se pone la llave de cierre 
14538 \series bold
14539 }
14540 \series default
14541  también en código TeX.
14542  Para la segunda tabla en el tercer ítem se usa el comando 
14543 \end_layout
14544
14545 \begin_layout Standard
14546
14547 \series bold
14548
14549 \backslash
14550 raisebox{-0.32
14551 \backslash
14552 baselineskip}{
14553 \end_layout
14554
14555 \begin_layout Standard
14556 \begin_inset Note Greyedout
14557 status open
14558
14559 \begin_layout Plain Layout
14560
14561 \series bold
14562 Not
14563 \series default
14564 a: La alineación del contenido de la fila con la línea del texto adyacente
14565  no es exacta.
14566  El factor necesario del comando 
14567 \series bold
14568
14569 \backslash
14570 raisebox
14571 \series default
14572  para este alineamiento depende de la fuente del documento, del tamaño de
14573  la fuente y del grosor de línea de la tabla.
14574 \end_layout
14575
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \begin_layout Section
14582 Tablas coloreadas
14583 \begin_inset CommandInset label
14584 LatexCommand label
14585 name "sec:Tablas-Coloreadas"
14586
14587 \end_inset
14588
14589
14590 \end_layout
14591
14592 \begin_layout Subsection
14593 Celdas coloreadas
14594 \begin_inset Index idx
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598 Tablas ! Coloreadas ! Celdas
14599 \end_layout
14600
14601 \end_inset
14602
14603
14604 \begin_inset Index idx
14605 status collapsed
14606
14607 \begin_layout Plain Layout
14608 Color ! en celdas de tablas
14609 \end_layout
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \begin_layout Standard
14617 \begin_inset Float table
14618 placement h
14619 wide false
14620 sideways false
14621 status open
14622
14623 \begin_layout Plain Layout
14624 \begin_inset Caption
14625
14626 \begin_layout Plain Layout
14627 \begin_inset CommandInset label
14628 LatexCommand label
14629 name "tab:Tabla-coloreada-sin"
14630
14631 \end_inset
14632
14633 Tabla coloreada sin usar el paquete 
14634 \series bold
14635 colortbl
14636 \series default
14637
14638 \begin_inset Argument
14639 status collapsed
14640
14641 \begin_layout Plain Layout
14642 Tabla sin colortbl
14643 \end_layout
14644
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \end_inset
14651
14652
14653 \end_layout
14654
14655 \begin_layout Plain Layout
14656 \align center
14657 \begin_inset Tabular
14658 <lyxtabular version="3" rows="3" columns="3">
14659 <features tabularvalignment="middle">
14660 <column alignment="center" valignment="top" width="0">
14661 <column alignment="center" valignment="top" width="0">
14662 <column alignment="center" valignment="top" width="0">
14663 <row>
14664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668
14669 \color green
14670 a
14671 \end_layout
14672
14673 \end_inset
14674 </cell>
14675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14676 \begin_inset Text
14677
14678 \begin_layout Plain Layout
14679
14680 \color red
14681 b
14682 \end_layout
14683
14684 \end_inset
14685 </cell>
14686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14687 \begin_inset Text
14688
14689 \begin_layout Plain Layout
14690
14691 \color red
14692 c
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 </row>
14698 <row>
14699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14700 \begin_inset Text
14701
14702 \begin_layout Plain Layout
14703
14704 \color green
14705 d
14706 \end_layout
14707
14708 \end_inset
14709 </cell>
14710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14711 \begin_inset Text
14712
14713 \begin_layout Plain Layout
14714
14715 \color blue
14716 e
14717 \end_layout
14718
14719 \end_inset
14720 </cell>
14721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14722 \begin_inset Text
14723
14724 \begin_layout Plain Layout
14725
14726 \color blue
14727 f
14728 \end_layout
14729
14730 \end_inset
14731 </cell>
14732 </row>
14733 <row>
14734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14735 \begin_inset Text
14736
14737 \begin_layout Plain Layout
14738
14739 \color green
14740 g
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749
14750 \color blue
14751 h
14752 \end_layout
14753
14754 \end_inset
14755 </cell>
14756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14757 \begin_inset Text
14758
14759 \begin_layout Plain Layout
14760
14761 \color blue
14762 i
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 </row>
14768 </lyxtabular>
14769
14770 \end_inset
14771
14772
14773 \end_layout
14774
14775 \end_inset
14776
14777
14778 \end_layout
14779
14780 \begin_layout Standard
14781 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14782  el menú 
14783 \family sans
14784 Editar\SpecialChar \menuseparator
14785 Estilo
14786 \begin_inset space ~
14787 \end_inset
14788
14789 del
14790 \begin_inset space ~
14791 \end_inset
14792
14793 Texto
14794 \family default
14795 .
14796  Esto se ha hecho en la tabla
14797 \begin_inset space ~
14798 \end_inset
14799
14800
14801 \begin_inset CommandInset ref
14802 LatexCommand ref
14803 reference "tab:Tabla-coloreada-sin"
14804
14805 \end_inset
14806
14807 .
14808  En cualquier otro caso hay que usar el paquete LaTeX 
14809 \series bold
14810 colortbl
14811 \series default
14812 .
14813 \begin_inset Index idx
14814 status collapsed
14815
14816 \begin_layout Plain Layout
14817 LaTeX-paquetes ! colortbl
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \end_layout
14824
14825 \begin_layout Standard
14826 \begin_inset ERT
14827 status collapsed
14828
14829 \begin_layout Plain Layout
14830
14831
14832 \backslash
14833 ifcolortbl
14834 \end_layout
14835
14836 \end_inset
14837
14838
14839 \begin_inset Note Note
14840 status collapsed
14841
14842 \begin_layout Plain Layout
14843 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14844  LaTeX 
14845 \series bold
14846 colortbl
14847 \series default
14848 .
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \begin_layout Standard
14857 Para crear tablas coloreadas, 
14858 \series bold
14859 colortbl
14860 \series default
14861  debe cargarse en el preámbulo con la línea
14862 \end_layout
14863
14864 \begin_layout Standard
14865
14866 \series bold
14867
14868 \backslash
14869 usepackage{colortbl}
14870 \end_layout
14871
14872 \begin_layout Standard
14873 El color de una columna se define con el comando
14874 \end_layout
14875
14876 \begin_layout Standard
14877
14878 \series bold
14879
14880 \backslash
14881 columncolor{nombre del color}
14882 \end_layout
14883
14884 \begin_layout Standard
14885 dentro del comando 
14886 \series bold
14887 >{ }
14888 \series default
14889 .
14890  Más sobre el comando 
14891 \series bold
14892 >{}
14893 \series default
14894  se explica en la sección
14895 \begin_inset space ~
14896 \end_inset
14897
14898
14899 \begin_inset CommandInset ref
14900 LatexCommand ref
14901 reference "sub:Cálculos-en-Multicolumnas"
14902
14903 \end_inset
14904
14905 .
14906 \end_layout
14907
14908 \begin_layout Standard
14909 Los siguientes nombres de color están predefinidos:
14910 \end_layout
14911
14912 \begin_layout Standard
14913
14914 \family sans
14915 red
14916 \family default
14917
14918 \family sans
14919 green
14920 \family default
14921
14922 \family sans
14923 yellow, blue
14924 \family default
14925
14926 \family sans
14927 cyan
14928 \family default
14929 \series bold
14930 ,
14931 \series default
14932  
14933 \family sans
14934 magenta, black
14935 \family default
14936
14937 \family sans
14938 white
14939 \end_layout
14940
14941 \begin_layout Standard
14942 \begin_inset VSpace medskip
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \begin_layout Standard
14949 Puedes definir tus propios colores con el comando
14950 \end_layout
14951
14952 \begin_layout Standard
14953
14954 \series bold
14955
14956 \backslash
14957 definecolor{nombre del color}{modelo de color}{valores de color}
14958 \end_layout
14959
14960 \begin_layout Standard
14961 El modelo de color puede ser
14962 \end_layout
14963
14964 \begin_layout Labeling
14965 \labelwidthstring 00.00.0000
14966 cmyk: cyan, magenta, yellow, black
14967 \end_layout
14968
14969 \begin_layout Labeling
14970 \labelwidthstring 00.00.0000
14971 rgb: red, green, blue
14972 \end_layout
14973
14974 \begin_layout Labeling
14975 \labelwidthstring 00.00.0000
14976 gray: gray
14977 \end_layout
14978
14979 \begin_layout Standard
14980 y los valores de color son números separados por comas entre 0 y 1 que describen
14981  el factor para el color correspondiente del modelo de color.
14982 \end_layout
14983
14984 \begin_layout Standard
14985 Por ejemplo, puedes definir el color
14986 \series bold
14987  
14988 \series default
14989 «
14990 \emph on
14991 verde oscuro
14992 \emph default
14993 » en el preámbulo con
14994 \end_layout
14995
14996 \begin_layout Standard
14997
14998 \series bold
14999
15000 \backslash
15001 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
15002 \end_layout
15003
15004 \begin_layout Standard
15005 y el color «
15006 \emph on
15007 gris claro
15008 \emph default
15009 » con
15010 \end_layout
15011
15012 \begin_layout Standard
15013
15014 \series bold
15015
15016 \backslash
15017 definecolor{grisclaro}{gray}{0.8}
15018 \end_layout
15019
15020 \begin_layout Standard
15021 \begin_inset VSpace medskip
15022 \end_inset
15023
15024
15025 \end_layout
15026
15027 \begin_layout Standard
15028 Las líneas se colorean con el comando
15029 \end_layout
15030
15031 \begin_layout Standard
15032
15033 \series bold
15034
15035 \backslash
15036 rowcolor{nombre del color}
15037 \end_layout
15038
15039 \begin_layout Standard
15040 y las celdas se colorean con el comando
15041 \end_layout
15042
15043 \begin_layout Standard
15044
15045 \series bold
15046
15047 \backslash
15048 cellcolor{nombre del color}
15049 \end_layout
15050
15051 \begin_layout Standard
15052 Ambos comandos se insertan al principio de una celda en código TeX.
15053 \end_layout
15054
15055 \begin_layout Standard
15056 Para colorear caracteres en la tabla marca las celdas y usa el menú 
15057 \family sans
15058 Editar\SpecialChar \menuseparator
15059 Estilo
15060 \begin_inset space ~
15061 \end_inset
15062
15063 del
15064 \begin_inset space ~
15065 \end_inset
15066
15067 Texto
15068 \family default
15069 .
15070  Si una celda contiene código TeX marca sólo los caracteres, si no el código
15071  TeX en color puede ocasionar errores de LaTeX.
15072 \end_layout
15073
15074 \begin_layout Standard
15075 \begin_inset Note Greyedout
15076 status open
15077
15078 \begin_layout Plain Layout
15079
15080 \series bold
15081 Nota:
15082 \series default
15083  No todos los visores DVI pueden mostrar colores definidos por el usuario.
15084 \end_layout
15085
15086 \end_inset
15087
15088
15089 \end_layout
15090
15091 \begin_layout Standard
15092 \begin_inset VSpace bigskip
15093 \end_inset
15094
15095
15096 \end_layout
15097
15098 \begin_layout Standard
15099 Para crear la tabla
15100 \begin_inset space ~
15101 \end_inset
15102
15103
15104 \begin_inset CommandInset ref
15105 LatexCommand ref
15106 reference "tab:Tabla-coloreada-con"
15107
15108 \end_inset
15109
15110  haz lo siguiente: el color de la primera columna debe ser 
15111 \emph on
15112 verde oscuro
15113 \emph default
15114 , entonces inserta
15115 \end_layout
15116
15117 \begin_layout Standard
15118
15119 \series bold
15120 >{
15121 \backslash
15122 columncolor{verdeoscuro}
15123 \backslash
15124 centering}c
15125 \end_layout
15126
15127 \begin_layout Standard
15128 como argumento LaTeX para esta columna.
15129  La primera fila debe ser azul, por tanto inserta el comando en código TeX
15130 \end_layout
15131
15132 \begin_layout Standard
15133
15134 \series bold
15135
15136 \backslash
15137 rowcolor{cyan}
15138 \end_layout
15139
15140 \begin_layout Standard
15141 en la primera celda de esta fila.
15142  Observa que esto sobreescribe el color de la columna para la primera celda.
15143  La última celda de la última fila se colorea magenta insertando el comando
15144  en código TeX
15145 \end_layout
15146
15147 \begin_layout Standard
15148
15149 \series bold
15150
15151 \backslash
15152 cellcolor{magenta}
15153 \end_layout
15154
15155 \begin_layout Standard
15156 Ahora podrían colorearse los caracteres usando el menú 
15157 \family sans
15158 Editar\SpecialChar \menuseparator
15159 Estilo
15160 \begin_inset space ~
15161 \end_inset
15162
15163 del
15164 \begin_inset space ~
15165 \end_inset
15166
15167 Texto
15168 \family default
15169 .
15170 \end_layout
15171
15172 \begin_layout Standard
15173 \begin_inset Float table
15174 placement h
15175 wide false
15176 sideways false
15177 status open
15178
15179 \begin_layout Plain Layout
15180 \begin_inset Caption
15181
15182 \begin_layout Plain Layout
15183 \begin_inset CommandInset label
15184 LatexCommand label
15185 name "tab:Tabla-coloreada-con"
15186
15187 \end_inset
15188
15189 Tabla coloreada con el paquete 
15190 \series bold
15191 colortbl
15192 \series default
15193
15194 \begin_inset Argument
15195 status collapsed
15196
15197 \begin_layout Plain Layout
15198 Tabla con 
15199 \series bold
15200 colortbl
15201 \end_layout
15202
15203 \end_inset
15204
15205
15206 \end_layout
15207
15208 \end_inset
15209
15210
15211 \end_layout
15212
15213 \begin_layout Plain Layout
15214 \align center
15215 \begin_inset Tabular
15216 <lyxtabular version="3" rows="3" columns="3">
15217 <features tabularvalignment="middle">
15218 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15219 <column alignment="center" valignment="top" width="0">
15220 <column alignment="center" valignment="top" width="0">
15221 <row>
15222 <cell alignment="center" valignment="top" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 \begin_inset ERT
15227 status collapsed
15228
15229 \begin_layout Plain Layout
15230
15231
15232 \backslash
15233 rowcolor{cyan}
15234 \end_layout
15235
15236 \end_inset
15237
15238
15239 \color magenta
15240 a
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249
15250 \color red
15251 b
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260
15261 \color red
15262 c
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \color yellow
15275 d
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 <cell alignment="center" valignment="top" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284
15285 \color blue
15286 e
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295
15296 \color blue
15297 f
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 </row>
15303 <row>
15304 <cell alignment="center" valignment="top" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308
15309 \color yellow
15310 g
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 <cell alignment="center" valignment="top" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319
15320 \color blue
15321 h
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 <cell alignment="center" valignment="top" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330 \begin_inset ERT
15331 status collapsed
15332
15333 \begin_layout Plain Layout
15334
15335
15336 \backslash
15337 cellcolor{magenta}
15338 \end_layout
15339
15340 \end_inset
15341
15342
15343 \color green
15344 i
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 </row>
15350 </lyxtabular>
15351
15352 \end_inset
15353
15354
15355 \end_layout
15356
15357 \end_inset
15358
15359
15360 \end_layout
15361
15362 \begin_layout Standard
15363 \begin_inset ERT
15364 status collapsed
15365
15366 \begin_layout Plain Layout
15367
15368
15369 \backslash
15370 else
15371 \end_layout
15372
15373 \end_inset
15374
15375
15376 \begin_inset Note Note
15377 status collapsed
15378
15379 \begin_layout Plain Layout
15380 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15381  
15382 \series bold
15383 colortbl
15384 \series default
15385 .
15386 \end_layout
15387
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \begin_layout Standard
15394 Debes instalar el paquete LaTeX 
15395 \series bold
15396 colortbl
15397 \series default
15398  para ver la parte siguiente en la salida.
15399 \end_layout
15400
15401 \begin_layout Standard
15402 \begin_inset ERT
15403 status collapsed
15404
15405 \begin_layout Plain Layout
15406
15407
15408 \backslash
15409 fi
15410 \end_layout
15411
15412 \end_inset
15413
15414
15415 \end_layout
15416
15417 \begin_layout Subsection
15418 Líneas coloreadas
15419 \begin_inset Index idx
15420 status collapsed
15421
15422 \begin_layout Plain Layout
15423 Tablas ! Coloreadas ! Líneas
15424 \end_layout
15425
15426 \end_inset
15427
15428
15429 \begin_inset Index idx
15430 status collapsed
15431
15432 \begin_layout Plain Layout
15433 Color ! en bordes de tabla
15434 \end_layout
15435
15436 \end_inset
15437
15438
15439 \end_layout
15440
15441 \begin_layout Standard
15442 Como se describe en la sección
15443 \begin_inset space ~
15444 \end_inset
15445
15446
15447 \begin_inset CommandInset ref
15448 LatexCommand ref
15449 reference "sub:Grosor-de-Líneas"
15450
15451 \end_inset
15452
15453 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15454  
15455 \series bold
15456
15457 \backslash
15458 arrayrulewidth
15459 \series default
15460 .
15461  Se ha puesto 1.5
15462 \begin_inset space \thinspace{}
15463 \end_inset
15464
15465 pt para todas las tablas de esta sección.
15466 \begin_inset ERT
15467 status collapsed
15468
15469 \begin_layout Plain Layout
15470
15471
15472 \backslash
15473 setlength{
15474 \backslash
15475 arrayrulewidth}{1.5pt}
15476 \end_layout
15477
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \begin_layout Standard
15484 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15485  el preámbulo del documento el siguiente formato de columna, de acuerdo
15486  a lo descrito en la sección
15487 \begin_inset space ~
15488 \end_inset
15489
15490
15491 \begin_inset CommandInset ref
15492 LatexCommand ref
15493 reference "sub:Formato-Personalizado"
15494
15495 \end_inset
15496
15497 :
15498 \end_layout
15499
15500 \begin_layout Standard
15501
15502 \series bold
15503
15504 \backslash
15505 newcolumntype{W}{!{
15506 \backslash
15507 color{green}
15508 \backslash
15509 vline}}
15510 \end_layout
15511
15512 \begin_layout Standard
15513 Para la tabla
15514 \begin_inset space ~
15515 \end_inset
15516
15517
15518 \begin_inset CommandInset ref
15519 LatexCommand ref
15520 reference "tab:Tabla-con-verticales-coloreadas"
15521
15522 \end_inset
15523
15524  se usó el argumento LaTeX
15525 \series bold
15526  WcW
15527 \series default
15528  para la última columna y
15529 \series bold
15530  Wc
15531 \series default
15532  para las demás.
15533 \end_layout
15534
15535 \begin_layout Standard
15536 Si quieres tener varios colores, define más formatos de columna.
15537 \end_layout
15538
15539 \begin_layout Standard
15540 \begin_inset Float table
15541 placement h
15542 wide false
15543 sideways false
15544 status open
15545
15546 \begin_layout Plain Layout
15547 \begin_inset Caption
15548
15549 \begin_layout Plain Layout
15550 \begin_inset CommandInset label
15551 LatexCommand label
15552 name "tab:Tabla-con-verticales-coloreadas"
15553
15554 \end_inset
15555
15556 Tabla con líneas verticales coloreadas
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Plain Layout
15565 \align center
15566 \begin_inset Tabular
15567 <lyxtabular version="3" rows="3" columns="3">
15568 <features tabularvalignment="middle">
15569 <column alignment="center" valignment="top" width="0" special="Wc">
15570 <column alignment="center" valignment="top" width="0" special="Wc">
15571 <column alignment="center" valignment="top" width="0" special="WcW">
15572 <row>
15573 <cell alignment="center" valignment="top" topline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577 sd
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 <cell alignment="center" valignment="top" topline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell alignment="center" valignment="top" topline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 </row>
15601 <row>
15602 <cell alignment="center" valignment="top" topline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606
15607 \end_layout
15608
15609 \end_inset
15610 </cell>
15611 <cell alignment="center" valignment="top" topline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615 sd
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" topline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 </row>
15630 <row>
15631 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Plain Layout
15635
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Plain Layout
15644
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653 sd
15654 \end_layout
15655
15656 \end_inset
15657 </cell>
15658 </row>
15659 </lyxtabular>
15660
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \end_inset
15667
15668
15669 \end_layout
15670
15671 \begin_layout Standard
15672 \begin_inset VSpace bigskip
15673 \end_inset
15674
15675 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15676 \begin_inset space ~
15677 \end_inset
15678
15679
15680 \begin_inset CommandInset ref
15681 LatexCommand ref
15682 reference "tab:Tabla-con-horizontales-coloreadas"
15683
15684 \end_inset
15685
15686 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15687 \end_layout
15688
15689 \begin_layout Standard
15690
15691 \series bold
15692
15693 \backslash
15694 let
15695 \backslash
15696 myHlineC
15697 \backslash
15698 hline
15699 \begin_inset Newline newline
15700 \end_inset
15701
15702
15703 \backslash
15704 renewcommand{
15705 \backslash
15706 hline}
15707 \begin_inset Newline newline
15708 \end_inset
15709
15710
15711 \begin_inset Phantom HPhantom
15712 status open
15713
15714 \begin_layout Plain Layout
15715
15716 \series bold
15717 \begin_inset space ~
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \end_inset
15724
15725 {
15726 \backslash
15727 arrayrulecolor{red}
15728 \backslash
15729 myHlineC
15730 \backslash
15731 arrayrulecolor{black}}
15732 \end_layout
15733
15734 \begin_layout Standard
15735 \begin_inset ERT
15736 status collapsed
15737
15738 \begin_layout Plain Layout
15739
15740
15741 \backslash
15742 let
15743 \backslash
15744 myHlineC
15745 \backslash
15746 hline
15747 \end_layout
15748
15749 \begin_layout Plain Layout
15750
15751
15752 \backslash
15753 renewcommand{
15754 \backslash
15755 hline}
15756 \end_layout
15757
15758 \begin_layout Plain Layout
15759
15760  {
15761 \backslash
15762 arrayrulecolor{red}
15763 \backslash
15764 myHlineC
15765 \backslash
15766 arrayrulecolor{black}}
15767 \end_layout
15768
15769 \end_inset
15770
15771
15772 \begin_inset Float table
15773 placement h
15774 wide false
15775 sideways false
15776 status open
15777
15778 \begin_layout Plain Layout
15779 \begin_inset Caption
15780
15781 \begin_layout Plain Layout
15782 \begin_inset CommandInset label
15783 LatexCommand label
15784 name "tab:Tabla-con-horizontales-coloreadas"
15785
15786 \end_inset
15787
15788 Tabla con líneas horizontales coloreadas
15789 \end_layout
15790
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \begin_layout Plain Layout
15797 \align center
15798 \begin_inset Tabular
15799 <lyxtabular version="3" rows="3" columns="3">
15800 <features tabularvalignment="middle">
15801 <column alignment="center" valignment="top" width="0">
15802 <column alignment="center" valignment="top" width="0">
15803 <column alignment="center" valignment="top" width="0">
15804 <row>
15805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 sd
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 </row>
15833 <row>
15834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Plain Layout
15838
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847 sd
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 </row>
15862 <row>
15863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 sd
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 </row>
15891 </lyxtabular>
15892
15893 \end_inset
15894
15895
15896 \end_layout
15897
15898 \end_inset
15899
15900
15901 \end_layout
15902
15903 \begin_layout Standard
15904 Para volver al color de línea negro predeterminado inserta este comando
15905  en código TeX detrás de la tabla o el flotante:
15906 \end_layout
15907
15908 \begin_layout Standard
15909
15910 \series bold
15911
15912 \backslash
15913 renewcommand{
15914 \backslash
15915 hline}{
15916 \backslash
15917 myHlineC}
15918 \end_layout
15919
15920 \begin_layout Standard
15921 La tabla
15922 \begin_inset space ~
15923 \end_inset
15924
15925
15926 \begin_inset CommandInset ref
15927 LatexCommand ref
15928 reference "tab:Tabla-con-líneas-coloreadas"
15929
15930 \end_inset
15931
15932  es un ejemplo con líneas verticales y horizontales coloreadas.
15933 \end_layout
15934
15935 \begin_layout Standard
15936 \begin_inset Float table
15937 placement h
15938 wide false
15939 sideways false
15940 status open
15941
15942 \begin_layout Plain Layout
15943 \begin_inset Caption
15944
15945 \begin_layout Plain Layout
15946 \begin_inset CommandInset label
15947 LatexCommand label
15948 name "tab:Tabla-con-líneas-coloreadas"
15949
15950 \end_inset
15951
15952 Tabla con líneas coloreadas
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \begin_layout Plain Layout
15961 \align center
15962 \begin_inset Tabular
15963 <lyxtabular version="3" rows="3" columns="3">
15964 <features tabularvalignment="middle">
15965 <column alignment="center" valignment="top" width="0" special="Wc">
15966 <column alignment="center" valignment="top" width="0" special="Wc">
15967 <column alignment="center" valignment="top" width="0" special="WcW">
15968 <row>
15969 <cell alignment="center" valignment="top" topline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973 sd
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 <cell alignment="center" valignment="top" topline="true" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" topline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 </row>
15997 <row>
15998 <cell alignment="center" valignment="top" topline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002
16003 \end_layout
16004
16005 \end_inset
16006 </cell>
16007 <cell alignment="center" valignment="top" topline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011 sd
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" topline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 </row>
16026 <row>
16027 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049 sd
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 </row>
16055 </lyxtabular>
16056
16057 \end_inset
16058
16059
16060 \end_layout
16061
16062 \end_inset
16063
16064
16065 \end_layout
16066
16067 \begin_layout Standard
16068 \begin_inset ERT
16069 status collapsed
16070
16071 \begin_layout Plain Layout
16072
16073
16074 \backslash
16075 renewcommand{
16076 \backslash
16077 hline}{
16078 \backslash
16079 myHlineC}
16080 \end_layout
16081
16082 \end_inset
16083
16084
16085 \end_layout
16086
16087 \begin_layout Standard
16088 \begin_inset ERT
16089 status collapsed
16090
16091 \begin_layout Plain Layout
16092
16093
16094 \backslash
16095 setlength{
16096 \backslash
16097 arrayrulewidth}{0.4pt}
16098 \end_layout
16099
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \begin_layout Section
16106 Personalización de tablas
16107 \begin_inset Index idx
16108 status collapsed
16109
16110 \begin_layout Plain Layout
16111 Personalización de tablas
16112 \end_layout
16113
16114 \end_inset
16115
16116
16117 \begin_inset Index idx
16118 status collapsed
16119
16120 \begin_layout Plain Layout
16121 Tablas ! Personalización
16122 \end_layout
16123
16124 \end_inset
16125
16126
16127 \end_layout
16128
16129 \begin_layout Subsection
16130 Espacio adicional en filas
16131 \begin_inset CommandInset label
16132 LatexCommand label
16133 name "sub:Espacio-adicional"
16134
16135 \end_inset
16136
16137
16138 \begin_inset Index idx
16139 status collapsed
16140
16141 \begin_layout Plain Layout
16142 Personalización de tablas ! Espacio adicional en filas
16143 \end_layout
16144
16145 \end_inset
16146
16147
16148 \end_layout
16149
16150 \begin_layout Standard
16151 Es posible añadir espacio vertical a las filas de una tabla en la solapa
16152  
16153 \family sans
16154 Bordes
16155 \family default
16156  del diálogo de configuración de tablas.
16157  En el marco 
16158 \family sans
16159 Espacio
16160 \begin_inset space ~
16161 \end_inset
16162
16163 adicional
16164 \family default
16165  dispones de tres posibilidades:
16166 \end_layout
16167
16168 \begin_layout Description
16169 Superior
16170 \begin_inset space ~
16171 \end_inset
16172
16173 de
16174 \begin_inset space ~
16175 \end_inset
16176
16177 la
16178 \begin_inset space ~
16179 \end_inset
16180
16181 fila añade espacio sobre los caracteres de la fila.
16182  Si la tabla es de estilo formal
16183 \begin_inset Foot
16184 status collapsed
16185
16186 \begin_layout Plain Layout
16187 Las tablas formales se explican en la sección
16188 \begin_inset space ~
16189 \end_inset
16190
16191
16192 \begin_inset CommandInset ref
16193 LatexCommand ref
16194 reference "sec:Tablas-Formales"
16195
16196 \end_inset
16197
16198
16199 \end_layout
16200
16201 \end_inset
16202
16203  LyX insertará 0.5
16204 \begin_inset space \thinspace{}
16205 \end_inset
16206
16207 em por omisión.
16208  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16209  verticales, como se ve en la tabla siguiente:
16210 \begin_inset VSpace medskip
16211 \end_inset
16212
16213
16214 \begin_inset Newline newline
16215 \end_inset
16216
16217
16218 \begin_inset space \hspace*{}
16219 \length 0pt
16220 \end_inset
16221
16222
16223 \begin_inset space \hfill{}
16224 \end_inset
16225
16226
16227 \begin_inset Tabular
16228 <lyxtabular version="3" rows="3" columns="1">
16229 <features tabularvalignment="middle">
16230 <column alignment="center" valignment="top" width="0">
16231 <row>
16232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16233 \begin_inset Text
16234
16235 \begin_layout Plain Layout
16236 A
16237 \end_layout
16238
16239 \end_inset
16240 </cell>
16241 </row>
16242 <row topspace="3mm">
16243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247 3
16248 \begin_inset space \thinspace{}
16249 \end_inset
16250
16251 mm sobre la fila
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 </row>
16257 <row>
16258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 C
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 </lyxtabular>
16269
16270 \end_inset
16271
16272
16273 \begin_inset space \hfill{}
16274 \end_inset
16275
16276
16277 \begin_inset space \hspace*{}
16278 \length 0pt
16279 \end_inset
16280
16281
16282 \begin_inset VSpace medskip
16283 \end_inset
16284
16285
16286 \begin_inset Newline newline
16287 \end_inset
16288
16289 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16290  sin líneas verticales.
16291 \end_layout
16292
16293 \begin_layout Description
16294 Inferior
16295 \begin_inset space ~
16296 \end_inset
16297
16298 de
16299 \begin_inset space ~
16300 \end_inset
16301
16302 la
16303 \begin_inset space ~
16304 \end_inset
16305
16306 fila añade espacio bajo los caracteres de la fila.
16307  Si la tabla es formal LyX inserta por omisión 0.5
16308 \begin_inset space \thinspace{}
16309 \end_inset
16310
16311 em; si la tabla es normal inserta 2
16312 \begin_inset space \thinspace{}
16313 \end_inset
16314
16315 pt.
16316  
16317 \end_layout
16318
16319 \begin_layout Description
16320 Entre
16321 \begin_inset space ~
16322 \end_inset
16323
16324 las
16325 \begin_inset space ~
16326 \end_inset
16327
16328 filas añade espacio entre la fila actual y la siguiente.
16329  Si la tabla es formal LyX inserta 0.5
16330 \begin_inset space \thinspace{}
16331 \end_inset
16332
16333 em por omisión.
16334  En tablas normales, el espacio adicional destruirá las líneas verticales
16335  de la tabla, como se ve en la siguiente:
16336 \begin_inset VSpace medskip
16337 \end_inset
16338
16339
16340 \begin_inset Newline newline
16341 \end_inset
16342
16343
16344 \begin_inset space \hspace*{}
16345 \length 0pt
16346 \end_inset
16347
16348
16349 \begin_inset space \hfill{}
16350 \end_inset
16351
16352
16353 \begin_inset Tabular
16354 <lyxtabular version="3" rows="3" columns="1">
16355 <features tabularvalignment="middle">
16356 <column alignment="center" valignment="top" width="0">
16357 <row>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 A
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 </row>
16368 <row interlinespace="3mm">
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373 \begin_inset Formula $\downarrow$
16374 \end_inset
16375
16376  3
16377 \begin_inset space \thinspace{}
16378 \end_inset
16379
16380 mm entre las filas
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 </row>
16386 <row>
16387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391 \begin_inset Formula $\uparrow$
16392 \end_inset
16393
16394  3
16395 \begin_inset space \thinspace{}
16396 \end_inset
16397
16398 mm entre las filas 
16399 \begin_inset Formula $\uparrow$
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 </lyxtabular>
16409
16410 \end_inset
16411
16412
16413 \begin_inset space \hfill{}
16414 \end_inset
16415
16416
16417 \begin_inset space \hspace*{}
16418 \length 0pt
16419 \end_inset
16420
16421
16422 \begin_inset VSpace medskip
16423 \end_inset
16424
16425
16426 \begin_inset Newline newline
16427 \end_inset
16428
16429 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16430  para tablas sin líneas verticales.
16431 \end_layout
16432
16433 \begin_layout Standard
16434 \begin_inset VSpace bigskip
16435 \end_inset
16436
16437 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16438  utiliza los siguientes comandos en el preámbulo:
16439 \end_layout
16440
16441 \begin_layout Standard
16442
16443 \series bold
16444
16445 \backslash
16446 @ifundefined{extrarowheight}
16447 \begin_inset Newline newline
16448 \end_inset
16449
16450
16451 \begin_inset Phantom HPhantom
16452 status open
16453
16454 \begin_layout Plain Layout
16455
16456 \series bold
16457 \begin_inset space ~
16458 \end_inset
16459
16460
16461 \end_layout
16462
16463 \end_inset
16464
16465 {
16466 \backslash
16467 usepackage{array}}{}
16468 \begin_inset Newline newline
16469 \end_inset
16470
16471
16472 \backslash
16473 setlength{
16474 \backslash
16475 extrarowheight}{altura}
16476 \end_layout
16477
16478 \begin_layout Standard
16479 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16480  centrado en vertical.
16481  (Lyx cargará automáticamente el paquete 
16482 \series bold
16483 array
16484 \series default
16485  cuando uses formatos de tabla autodefinidos.
16486  Para evitar que sea cargado dos veces se pone al principio el comando 
16487 \series bold
16488
16489 \backslash
16490 @ifundefined
16491 \series default
16492 .)
16493 \end_layout
16494
16495 \begin_layout Standard
16496 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16497  la tabla están a veces demasiado cerca de las letras.
16498  Esto se puede corregir insertando el comando 
16499 \series bold
16500
16501 \backslash
16502 strut
16503 \series default
16504  en código TeX al principio de la fila de la tabla.
16505  La tabla
16506 \begin_inset space ~
16507 \end_inset
16508
16509
16510 \begin_inset CommandInset ref
16511 LatexCommand ref
16512 reference "tab:Alineación-vertical"
16513
16514 \end_inset
16515
16516  muestra el efecto:
16517 \end_layout
16518
16519 \begin_layout Standard
16520 \noindent
16521 \begin_inset Float table
16522 placement h
16523 wide false
16524 sideways false
16525 status open
16526
16527 \begin_layout Plain Layout
16528 \begin_inset Caption
16529
16530 \begin_layout Plain Layout
16531 \begin_inset CommandInset label
16532 LatexCommand label
16533 name "tab:Alineación-vertical"
16534
16535 \end_inset
16536
16537 Alineación vertical de texto con fuentes grandes
16538 \end_layout
16539
16540 \end_inset
16541
16542
16543 \end_layout
16544
16545 \begin_layout Plain Layout
16546 \begin_inset space \hfill{}
16547 \end_inset
16548
16549
16550 \begin_inset Float table
16551 wide false
16552 sideways false
16553 status collapsed
16554
16555 \begin_layout Plain Layout
16556 \begin_inset Caption
16557
16558 \begin_layout Plain Layout
16559 Tabla normal
16560 \end_layout
16561
16562 \end_inset
16563
16564
16565 \end_layout
16566
16567 \begin_layout Plain Layout
16568 \noindent
16569 \align center
16570 \begin_inset Tabular
16571 <lyxtabular version="3" rows="6" columns="1">
16572 <features tabularvalignment="middle">
16573 <column alignment="left" valignment="top" width="0">
16574 <row>
16575 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 Normal, g
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 <row>
16586 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590
16591 \size large
16592 Grande
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 </row>
16598 <row>
16599 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603
16604 \size larger
16605 Más grande
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 <row>
16612 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616
16617 \size largest
16618 Grandísima
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 </row>
16624 <row>
16625 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629
16630 \size huge
16631 Enorme
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 </row>
16637 <row>
16638 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642
16643 \size huge
16644 Más enorme
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 </lyxtabular>
16651
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \end_inset
16658
16659
16660 \begin_inset space \hfill{}
16661 \end_inset
16662
16663
16664 \begin_inset Float table
16665 wide false
16666 sideways false
16667 status collapsed
16668
16669 \begin_layout Plain Layout
16670 \begin_inset Caption
16671
16672 \begin_layout Plain Layout
16673 Tabla con comando 
16674 \series bold
16675
16676 \backslash
16677 strut
16678 \end_layout
16679
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \begin_layout Plain Layout
16686 \noindent
16687 \align center
16688 \begin_inset Tabular
16689 <lyxtabular version="3" rows="6" columns="1">
16690 <features tabularvalignment="middle">
16691 <column alignment="left" valignment="top" width="0">
16692 <row>
16693 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 Normal, g
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 <row>
16704 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708
16709 \size large
16710 \begin_inset ERT
16711 status collapsed
16712
16713 \begin_layout Plain Layout
16714
16715
16716 \backslash
16717 strut 
16718 \end_layout
16719
16720 \end_inset
16721
16722 Grande
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 <row>
16729 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733
16734 \size larger
16735 \begin_inset ERT
16736 status collapsed
16737
16738 \begin_layout Plain Layout
16739
16740
16741 \backslash
16742 strut 
16743 \end_layout
16744
16745 \end_inset
16746
16747 Más grande
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 </row>
16753 <row>
16754 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758
16759 \size largest
16760 \begin_inset ERT
16761 status collapsed
16762
16763 \begin_layout Plain Layout
16764
16765
16766 \backslash
16767 strut 
16768 \end_layout
16769
16770 \end_inset
16771
16772 Grandísima
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 </row>
16778 <row>
16779 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783
16784 \size huge
16785 \begin_inset ERT
16786 status collapsed
16787
16788 \begin_layout Plain Layout
16789
16790
16791 \backslash
16792 strut 
16793 \end_layout
16794
16795 \end_inset
16796
16797 Enorme
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 </row>
16803 <row>
16804 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808
16809 \size giant
16810 \begin_inset ERT
16811 status collapsed
16812
16813 \begin_layout Plain Layout
16814
16815
16816 \backslash
16817 strut 
16818 \end_layout
16819
16820 \end_inset
16821
16822
16823 \size huge
16824 Más enorme
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 </row>
16830 </lyxtabular>
16831
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \end_inset
16838
16839
16840 \begin_inset space \hfill{}
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \begin_layout Subsection
16852 Alineación especial de celdas
16853 \begin_inset CommandInset label
16854 LatexCommand label
16855 name "sub:Alineación-especial-de"
16856
16857 \end_inset
16858
16859
16860 \begin_inset Index idx
16861 status collapsed
16862
16863 \begin_layout Plain Layout
16864 Personalización de tablas ! Alineación especial de celdas
16865 \end_layout
16866
16867 \end_inset
16868
16869
16870 \end_layout
16871
16872 \begin_layout Standard
16873 A veces mejora la presentación si las entradas en las celdas de una columna
16874  se alinean con un carácter determinado, p.
16875 \begin_inset space \thinspace{}
16876 \end_inset
16877
16878 e.
16879 \begin_inset space ~
16880 \end_inset
16881
16882 el separador decimal, como en la tabla
16883 \begin_inset space ~
16884 \end_inset
16885
16886
16887 \begin_inset CommandInset ref
16888 LatexCommand ref
16889 reference "tab:Table-cells-align"
16890
16891 \end_inset
16892
16893 .
16894  
16895 \lang english
16896 This alignment is achieved by highlighting the last 3
16897 \begin_inset space ~
16898 \end_inset
16899
16900 cells of the column and then either pressing the toolbar button
16901 \lang spanish
16902  
16903 \begin_inset Graphics
16904         filename ../../images/tabular-feature_align-decimal.png
16905         scale 85
16906         scaleBeforeRotation
16907
16908 \end_inset
16909
16910  
16911 \lang english
16912 or setting the alignment in the table settings to 
16913 \family sans
16914 At
16915 \begin_inset space ~
16916 \end_inset
16917
16918 Decimal
16919 \begin_inset space ~
16920 \end_inset
16921
16922 Separator
16923 \family default
16924 .
16925  The alignment character can be a character of your choice and is specified
16926  in the table settings.
16927 \end_layout
16928
16929 \begin_layout Standard
16930 \begin_inset Float table
16931 wide false
16932 sideways false
16933 status open
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Caption
16937
16938 \begin_layout Plain Layout
16939 \begin_inset CommandInset label
16940 LatexCommand label
16941 name "tab:Table-cells-align"
16942
16943 \end_inset
16944
16945 Ta
16946 \lang english
16947 ble cells of a column aligned with the decimal separator.
16948 \end_layout
16949
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \begin_layout Plain Layout
16956 \align center
16957 \begin_inset Tabular
16958 <lyxtabular version="3" rows="4" columns="1">
16959 <features booktabs="true" tabularvalignment="middle">
16960 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
16961 <row>
16962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 leyenda
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 <row>
16973 <cell alignment="center" valignment="top" topline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 12,6
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 </row>
16983 <row>
16984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 0,68
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 <row>
16995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 -123,0
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 </lyxtabular>
17006
17007 \end_inset
17008
17009
17010 \end_layout
17011
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \begin_layout Standard
17018 \begin_inset Float table
17019 wide false
17020 sideways false
17021 status open
17022
17023 \begin_layout Plain Layout
17024 \begin_inset Caption
17025
17026 \begin_layout Plain Layout
17027 \begin_inset CommandInset label
17028 LatexCommand label
17029 name "tab:Tabla-con-celdas-de"
17030
17031 \end_inset
17032
17033 Tabla con celdas alineadas con 
17034 \lang english
17035 the operators
17036 \lang spanish
17037 .
17038 \end_layout
17039
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \begin_layout Plain Layout
17046 \align center
17047 \begin_inset Tabular
17048 <lyxtabular version="3" rows="4" columns="2">
17049 <features booktabs="true" tabularvalignment="middle">
17050 <column alignment="right" valignment="top" width="0pt">
17051 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17052 <row>
17053 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 leyenda
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 <row>
17073 <cell alignment="center" valignment="top" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077 \begin_inset Formula $12\,+$
17078 \end_inset
17079
17080
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 <cell alignment="center" valignment="top" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 \begin_inset Formula $\,6$
17090 \end_inset
17091
17092
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 </row>
17098 <row>
17099 <cell alignment="center" valignment="top" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 \begin_inset Formula $0\,-$
17104 \end_inset
17105
17106
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 \begin_inset Formula $\,68$
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 </row>
17124 <row>
17125 <cell alignment="center" valignment="top" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 \begin_inset Formula $-123\,/$
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 <cell alignment="center" valignment="top" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 \begin_inset Formula $\,0$
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 </row>
17150 </lyxtabular>
17151
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \begin_layout Standard
17163
17164 \lang english
17165 For alignments at characters in formulas this method does not work because
17166  the field to specify the alignment character does not allow formulas.
17167  In this case one need to use the method from 
17168 \lang spanish
17169 tabla
17170 \begin_inset space ~
17171 \end_inset
17172
17173
17174 \begin_inset CommandInset ref
17175 LatexCommand ref
17176 reference "tab:Tabla-con-celdas-de"
17177
17178 \end_inset
17179
17180 .
17181  Esta es una tabla 4×2.
17182  La leyenda es una multicolumna centrada.
17183  La primera columna está alineada a la derecha y contiene el 
17184 \lang english
17185 first part including the operator.
17186  The second column is left aligned and contains the rest.
17187  A small space was added at the beginning of each cell of the second column
17188  to get the space that is usually around operators.
17189
17190 \lang spanish
17191  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
17192  el siguiente argumento LaTeX para la segunda columna:
17193 \end_layout
17194
17195 \begin_layout Standard
17196
17197 \series bold
17198 @{}l
17199 \end_layout
17200
17201 \begin_layout Standard
17202 La tabla
17203 \begin_inset space ~
17204 \end_inset
17205
17206
17207 \begin_inset CommandInset ref
17208 LatexCommand ref
17209 reference "tab:Varias-alineaciones"
17210
17211 \end_inset
17212
17213  muestra varios ejemplos de alineación.
17214  Para alinear con el signo de relación 
17215 \lang english
17216 a small space was added like for the second column of
17217 \lang spanish
17218  tabla
17219 \begin_inset space ~
17220 \end_inset
17221
17222
17223 \begin_inset CommandInset ref
17224 LatexCommand ref
17225 reference "tab:Tabla-con-celdas-de"
17226
17227 \end_inset
17228
17229 .
17230 \end_layout
17231
17232 \begin_layout Standard
17233 \begin_inset Float table
17234 placement h
17235 wide false
17236 sideways false
17237 status open
17238
17239 \begin_layout Plain Layout
17240 \begin_inset Caption
17241
17242 \begin_layout Plain Layout
17243 \begin_inset CommandInset label
17244 LatexCommand label
17245 name "tab:Varias-alineaciones"
17246
17247 \end_inset
17248
17249 Tabla con varias alineaciones.
17250 \end_layout
17251
17252 \end_inset
17253
17254
17255 \end_layout
17256
17257 \begin_layout Plain Layout
17258 \align center
17259 \begin_inset Tabular
17260 <lyxtabular version="3" rows="4" columns="6">
17261 <features tabularvalignment="middle">
17262 <column alignment="right" valignment="top" width="0">
17263 <column alignment="left" valignment="top" width="0" special="@{}l">
17264 <column alignment="right" valignment="top" width="0">
17265 <column alignment="left" valignment="top" width="0" special="@{}l">
17266 <column alignment="right" valignment="top" width="0">
17267 <column alignment="left" valignment="top" width="0" special="@{}l">
17268 <row>
17269 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273 unidades
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 exponentes
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 relaciones
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 <row>
17325 <cell alignment="center" valignment="top" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 12×
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 24
17339 \begin_inset space \thinspace{}
17340 \end_inset
17341
17342 bottles
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 <cell alignment="center" valignment="top" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351 \begin_inset Formula $10\cdot$
17352 \end_inset
17353
17354
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 \begin_inset Formula $10^{\mbox{-}17}$
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 <cell alignment="center" valignment="top" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 \begin_inset Formula $\Gamma(t)\propto$
17376 \end_inset
17377
17378
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell alignment="center" valignment="top" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 \begin_inset Formula $\:\Upsilon(t)$
17388 \end_inset
17389
17390
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 </row>
17396 <row>
17397 <cell alignment="center" valignment="top" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 1024×
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410 768
17411 \begin_inset space \thinspace{}
17412 \end_inset
17413
17414 Pixels
17415 \end_layout
17416
17417 \end_inset
17418 </cell>
17419 <cell alignment="center" valignment="top" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 \begin_inset Formula $5.78\cdot$
17424 \end_inset
17425
17426
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 \begin_inset Formula $10^{7}$
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 <cell alignment="center" valignment="top" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447 \begin_inset Formula $A\ne$
17448 \end_inset
17449
17450
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 \begin_inset Formula $\: B_{\mathrm{red}}$
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 </row>
17468 <row>
17469 <cell alignment="center" valignment="top" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 32×
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 6
17483 \begin_inset space \thinspace{}
17484 \end_inset
17485
17486 cm
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 <cell alignment="center" valignment="top" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495 -
17496 \begin_inset Formula $33.5\cdot$
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 \begin_inset Formula $10^{4}$
17509 \end_inset
17510
17511
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 <cell alignment="center" valignment="top" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 \begin_inset Formula $\sen(\alpha)\ge$
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 \begin_inset Formula $\:\sen(\beta)$
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 </row>
17541 </lyxtabular>
17542
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \end_inset
17549
17550
17551 \end_layout
17552
17553 \begin_layout Subsection
17554 Formato personalizado de celda/columna
17555 \begin_inset CommandInset label
17556 LatexCommand label
17557 name "sub:Formato-Personalizado"
17558
17559 \end_inset
17560
17561
17562 \begin_inset Index idx
17563 status collapsed
17564
17565 \begin_layout Plain Layout
17566 Personalización de tablas ! Formato de celda/columna
17567 \end_layout
17568
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \begin_layout Standard
17575 El cálculo de la anchura necesaria para columnas extendidas descrito en
17576  la sección
17577 \begin_inset space ~
17578 \end_inset
17579
17580
17581 \begin_inset CommandInset ref
17582 LatexCommand ref
17583 reference "sub:Cálculos-en-Multicolumnas"
17584
17585 \end_inset
17586
17587  es muy pesado si tienes varias tablas con multicolumnas.
17588  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17589 mna aplicable a todas las tablas del documento.
17590  El formato se define con el comando
17591 \end_layout
17592
17593 \begin_layout Standard
17594
17595 \series bold
17596
17597 \backslash
17598 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17599 \end_layout
17600
17601 \begin_layout Standard
17602 El nombre de formato puede ser una sola letra.
17603  Las letras 
17604 \emph on
17605 b, c, l, m, p
17606 \emph default
17607  y 
17608 \emph on
17609 r
17610 \emph default
17611  están predefinidas y no pueden usarse.
17612  Pero se permiten todas las mayúsculas.
17613 \end_layout
17614
17615 \begin_layout Standard
17616 \begin_inset VSpace medskip
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \begin_layout Standard
17623 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17624  fija puedes definir el formato de celda
17625 \end_layout
17626
17627 \begin_layout Standard
17628
17629 \series bold
17630
17631 \backslash
17632 newcolumntype{M}[1]{>{
17633 \backslash
17634 centering
17635 \backslash
17636 hspace{0pt}}m{#1}}
17637 \end_layout
17638
17639 \begin_layout Standard
17640 donde 
17641 \series bold
17642
17643 \backslash
17644 hspace{0pt}
17645 \series default
17646  evita el problema de partir con guión la primera palabra, como se describe
17647  en la sección
17648 \begin_inset space ~
17649 \end_inset
17650
17651
17652 \begin_inset CommandInset ref
17653 LatexCommand ref
17654 reference "sub:Líneas-Múltiples-en"
17655
17656 \end_inset
17657
17658 .
17659  Ahora puedes introducir simplemente
17660 \end_layout
17661
17662 \begin_layout Standard
17663
17664 \series bold
17665 M{ancho}
17666 \end_layout
17667
17668 \begin_layout Standard
17669 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17670 \end_layout
17671
17672 \begin_layout Standard
17673 \begin_inset VSpace bigskip
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \begin_layout Standard
17680 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17681 \end_layout
17682
17683 \begin_layout Standard
17684
17685 \series bold
17686
17687 \backslash
17688 newcolumntype{S}[2]{>{
17689 \backslash
17690 centering
17691 \backslash
17692 hspace{0pt}}
17693 \begin_inset Newline newline
17694 \end_inset
17695
17696
17697 \begin_inset Phantom HPhantom
17698 status open
17699
17700 \begin_layout Plain Layout
17701
17702 \series bold
17703
17704 \backslash
17705 newcolumntype
17706 \end_layout
17707
17708 \end_inset
17709
17710 m{(#1+(2
17711 \backslash
17712 tabcolsep+
17713 \backslash
17714 arrayrulewidth)*(1-#2))/#2}}
17715 \end_layout
17716
17717 \begin_layout Standard
17718 Este formato usa la ecuación 
17719 \begin_inset CommandInset ref
17720 LatexCommand eqref
17721 reference "eq:Wgn"
17722
17723 \end_inset
17724
17725  para calcular la anchura necesaria para que cada celda extendida tenga
17726  la misma anchura.
17727 \end_layout
17728
17729 \begin_layout Standard
17730 Ahora puedes introducir
17731 \end_layout
17732
17733 \begin_layout Standard
17734
17735 \series bold
17736 S{ancho de la celda multicolumna}{número de columnas extendidas}
17737 \end_layout
17738
17739 \begin_layout Standard
17740 como argumento LaTeX de la columna.
17741 \end_layout
17742
17743 \begin_layout Standard
17744 \begin_inset VSpace bigskip
17745 \end_inset
17746
17747
17748 \end_layout
17749
17750 \begin_layout Standard
17751 Para columnas coloreadas puedes definir
17752 \end_layout
17753
17754 \begin_layout Standard
17755
17756 \series bold
17757
17758 \backslash
17759 newcolumntype{K}[1]{>{
17760 \backslash
17761 columncolor{#1}
17762 \backslash
17763 hspace{0pt}}c}
17764 \end_layout
17765
17766 \begin_layout Standard
17767 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17768  horizontalmente.
17769  Ahora puedes introducir
17770 \end_layout
17771
17772 \begin_layout Standard
17773
17774 \series bold
17775 K{nombre del color}
17776 \end_layout
17777
17778 \begin_layout Standard
17779 como argumento LaTeX.
17780 \end_layout
17781
17782 \begin_layout Standard
17783 \begin_inset VSpace bigskip
17784 \end_inset
17785
17786
17787 \end_layout
17788
17789 \begin_layout Standard
17790 Para crear la tabla
17791 \begin_inset space ~
17792 \end_inset
17793
17794
17795 \begin_inset CommandInset ref
17796 LatexCommand ref
17797 reference "tab:Tabla-con-formatos-definidos-por"
17798
17799 \end_inset
17800
17801  usa los argumentos LaTeX
17802 \end_layout
17803
17804 \begin_layout Standard
17805
17806 \series bold
17807 M{2.5cm}
17808 \end_layout
17809
17810 \begin_layout Standard
17811 para la primera columna y la multicolumna,
17812 \end_layout
17813
17814 \begin_layout Standard
17815
17816 \series bold
17817 K{red}
17818 \end_layout
17819
17820 \begin_layout Standard
17821 para la última columna y
17822 \end_layout
17823
17824 \begin_layout Standard
17825
17826 \series bold
17827 S{2.5cm}{2}
17828 \end_layout
17829
17830 \begin_layout Standard
17831 para las celdas en la segunda columna.
17832 \end_layout
17833
17834 \begin_layout Standard
17835 \begin_inset Float table
17836 placement h
17837 wide false
17838 sideways false
17839 status open
17840
17841 \begin_layout Plain Layout
17842 \begin_inset Caption
17843
17844 \begin_layout Plain Layout
17845 \begin_inset CommandInset label
17846 LatexCommand label
17847 name "tab:Tabla-con-formatos-definidos-por"
17848
17849 \end_inset
17850
17851 Tabla con formatos definidos por el usuario
17852 \end_layout
17853
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \begin_layout Plain Layout
17860 \align center
17861 \begin_inset Tabular
17862 <lyxtabular version="3" rows="3" columns="4">
17863 <features tabularvalignment="middle">
17864 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17865 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17866 <column alignment="center" valignment="middle" width="0">
17867 <column alignment="center" valignment="middle" width="0" special="K{red}">
17868 <row>
17869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873 palabramuylargaenceldadetabla
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17879 \begin_inset Text
17880
17881 \begin_layout Plain Layout
17882 multicolumna línea múltiple
17883 \end_layout
17884
17885 \end_inset
17886 </cell>
17887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17888 \begin_inset Text
17889
17890 \begin_layout Plain Layout
17891
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900 c
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 </row>
17906 <row>
17907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911 d
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920 e
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929 f
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938 g
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 </row>
17944 <row>
17945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949 h
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958 i
17959 \end_layout
17960
17961 \end_inset
17962 </cell>
17963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17964 \begin_inset Text
17965
17966 \begin_layout Plain Layout
17967 j
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout Plain Layout
17976 k
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 </row>
17982 </lyxtabular>
17983
17984 \end_inset
17985
17986
17987 \end_layout
17988
17989 \end_inset
17990
17991
17992 \end_layout
17993
17994 \begin_layout Subsection
17995 Grosor de líneas
17996 \begin_inset CommandInset label
17997 LatexCommand label
17998 name "sub:Grosor-de-Líneas"
17999
18000 \end_inset
18001
18002
18003 \begin_inset Index idx
18004 status collapsed
18005
18006 \begin_layout Plain Layout
18007 Personalización de tablas ! Grosor de línea
18008 \end_layout
18009
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \begin_layout Standard
18016 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
18017  
18018 \series bold
18019
18020 \backslash
18021 arrayrulewidth
18022 \series default
18023 .
18024  Por ejemplo, para poner un grosor de línea de 1.5
18025 \begin_inset space \thinspace{}
18026 \end_inset
18027
18028 pt, como en la tabla
18029 \begin_inset space ~
18030 \end_inset
18031
18032
18033 \begin_inset CommandInset ref
18034 LatexCommand ref
18035 reference "tab:Tabla-con-líneas"
18036
18037 \end_inset
18038
18039 , inserta el comando
18040 \end_layout
18041
18042 \begin_layout Standard
18043
18044 \series bold
18045
18046 \backslash
18047 setlength{
18048 \backslash
18049 arrayrulewidth}{1.5pt}
18050 \end_layout
18051
18052 \begin_layout Standard
18053 en código TeX antes de la tabla o flotante.
18054  Este cambio es válido para todas las siguientes tablas.
18055  Para volver al valor predeterminado, define 
18056 \series bold
18057
18058 \backslash
18059 arrayrulewidth
18060 \series default
18061  a 0.4
18062 \begin_inset space \thinspace{}
18063 \end_inset
18064
18065 pt en código TeX detrás de la tabla o flotante.
18066 \end_layout
18067
18068 \begin_layout Standard
18069 \begin_inset ERT
18070 status collapsed
18071
18072 \begin_layout Plain Layout
18073
18074
18075 \backslash
18076 setlength{
18077 \backslash
18078 arrayrulewidth}{1.5pt}
18079 \end_layout
18080
18081 \end_inset
18082
18083
18084 \begin_inset Float table
18085 wide false
18086 sideways false
18087 status open
18088
18089 \begin_layout Plain Layout
18090 \begin_inset Caption
18091
18092 \begin_layout Plain Layout
18093 \begin_inset CommandInset label
18094 LatexCommand label
18095 name "tab:Tabla-con-líneas"
18096
18097 \end_inset
18098
18099 Tabla con líneas de grosor 1.5
18100 \begin_inset space \thinspace{}
18101 \end_inset
18102
18103 pt
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \begin_layout Plain Layout
18112 \align center
18113 \begin_inset Tabular
18114 <lyxtabular version="3" rows="3" columns="3">
18115 <features tabularvalignment="middle">
18116 <column alignment="center" valignment="top" width="0">
18117 <column alignment="center" valignment="top" width="0">
18118 <column alignment="center" valignment="top" width="0">
18119 <row>
18120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124 sd
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 <row>
18149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 sd
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 </row>
18177 <row>
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 sd
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 </row>
18206 </lyxtabular>
18207
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \end_inset
18214
18215
18216 \begin_inset ERT
18217 status collapsed
18218
18219 \begin_layout Plain Layout
18220
18221
18222 \backslash
18223 setlength{
18224 \backslash
18225 arrayrulewidth}{0.4pt}
18226 \end_layout
18227
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \begin_layout Standard
18234 \begin_inset VSpace bigskip
18235 \end_inset
18236
18237 Para definir un grosor de 1.5
18238 \begin_inset space \thinspace{}
18239 \end_inset
18240
18241 pt sólo para líneas horizontales, como en la tabla
18242 \begin_inset space ~
18243 \end_inset
18244
18245
18246 \begin_inset CommandInset ref
18247 LatexCommand ref
18248 reference "tab:Tabla-con-horizontales"
18249
18250 \end_inset
18251
18252 , inserta estos comandos en código TeX antes de la tabla o flotante:
18253 \end_layout
18254
18255 \begin_layout Standard
18256
18257 \series bold
18258
18259 \backslash
18260 let
18261 \backslash
18262 myHline
18263 \backslash
18264 hline
18265 \begin_inset Newline newline
18266 \end_inset
18267
18268
18269 \backslash
18270 renewcommand{
18271 \backslash
18272 hline}
18273 \begin_inset Newline newline
18274 \end_inset
18275
18276  {
18277 \backslash
18278 noalign{
18279 \backslash
18280 global
18281 \backslash
18282 arrayrulewidth 1.5pt}
18283 \begin_inset Newline newline
18284 \end_inset
18285
18286   
18287 \backslash
18288 myHline
18289 \backslash
18290 noalign{
18291 \backslash
18292 global
18293 \backslash
18294 arrayrulewidth 0.4pt}}
18295 \end_layout
18296
18297 \begin_layout Standard
18298 Para volver al grosor predeterminado, inserta este comando en código TeX
18299  detrás de la tabla o flotante:
18300 \end_layout
18301
18302 \begin_layout Standard
18303
18304 \series bold
18305
18306 \backslash
18307 renewcommand{
18308 \backslash
18309 hline}{
18310 \backslash
18311 myHline}
18312 \end_layout
18313
18314 \begin_layout Standard
18315 \begin_inset ERT
18316 status collapsed
18317
18318 \begin_layout Plain Layout
18319
18320
18321 \backslash
18322 let
18323 \backslash
18324 myHline
18325 \backslash
18326 hline
18327 \end_layout
18328
18329 \begin_layout Plain Layout
18330
18331
18332 \backslash
18333 renewcommand{
18334 \backslash
18335 hline}
18336 \end_layout
18337
18338 \begin_layout Plain Layout
18339
18340  {
18341 \backslash
18342 noalign{
18343 \backslash
18344 global
18345 \backslash
18346 arrayrulewidth 1.5pt}
18347 \end_layout
18348
18349 \begin_layout Plain Layout
18350
18351   
18352 \backslash
18353 myHline
18354 \backslash
18355 noalign{
18356 \backslash
18357 global
18358 \backslash
18359 arrayrulewidth 0.4pt}}
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \begin_inset Float table
18366 wide false
18367 sideways false
18368 status open
18369
18370 \begin_layout Plain Layout
18371 \begin_inset Caption
18372
18373 \begin_layout Plain Layout
18374 \begin_inset CommandInset label
18375 LatexCommand label
18376 name "tab:Tabla-con-horizontales"
18377
18378 \end_inset
18379
18380 Tabla con líneas horizontales de 1.5
18381 \begin_inset space \thinspace{}
18382 \end_inset
18383
18384 pt
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Plain Layout
18393 \align center
18394 \begin_inset Tabular
18395 <lyxtabular version="3" rows="3" columns="3">
18396 <features tabularvalignment="middle">
18397 <column alignment="center" valignment="top" width="0">
18398 <column alignment="center" valignment="top" width="0">
18399 <column alignment="center" valignment="top" width="0">
18400 <row>
18401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405 sd
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 </row>
18429 <row>
18430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 sd
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Plain Layout
18452
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 </row>
18458 <row>
18459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18460 \begin_inset Text
18461
18462 \begin_layout Plain Layout
18463
18464 \end_layout
18465
18466 \end_inset
18467 </cell>
18468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 sd
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 </row>
18487 </lyxtabular>
18488
18489 \end_inset
18490
18491
18492 \end_layout
18493
18494 \end_inset
18495
18496
18497 \begin_inset ERT
18498 status collapsed
18499
18500 \begin_layout Plain Layout
18501
18502
18503 \backslash
18504 renewcommand{
18505 \backslash
18506 hline}{
18507 \backslash
18508 myHline}
18509 \end_layout
18510
18511 \end_inset
18512
18513
18514 \end_layout
18515
18516 \begin_layout Standard
18517 \begin_inset VSpace bigskip
18518 \end_inset
18519
18520 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18521  siguiente formato de columna en el preámbulo del documento, de acuerdo
18522  con lo descrito en la sección
18523 \begin_inset space ~
18524 \end_inset
18525
18526
18527 \begin_inset CommandInset ref
18528 LatexCommand ref
18529 reference "sub:Formato-Personalizado"
18530
18531 \end_inset
18532
18533 :
18534 \end_layout
18535
18536 \begin_layout Standard
18537
18538 \series bold
18539
18540 \backslash
18541 newcolumntype{V}{!{
18542 \backslash
18543 vrule width 1.5pt}}
18544 \end_layout
18545
18546 \begin_layout Standard
18547 Para la tabla
18548 \begin_inset space ~
18549 \end_inset
18550
18551
18552 \begin_inset CommandInset ref
18553 LatexCommand ref
18554 reference "tab:Tabla-con-verticales"
18555
18556 \end_inset
18557
18558  se usó el argumento LaTeX
18559 \end_layout
18560
18561 \begin_layout Standard
18562
18563 \series bold
18564 VcV
18565 \end_layout
18566
18567 \begin_layout Standard
18568 para la última columna y
18569 \end_layout
18570
18571 \begin_layout Standard
18572
18573 \series bold
18574 Vc
18575 \end_layout
18576
18577 \begin_layout Standard
18578 para las otras.
18579 \end_layout
18580
18581 \begin_layout Standard
18582 \begin_inset Float table
18583 wide false
18584 sideways false
18585 status open
18586
18587 \begin_layout Plain Layout
18588 \begin_inset Caption
18589
18590 \begin_layout Plain Layout
18591 \begin_inset CommandInset label
18592 LatexCommand label
18593 name "tab:Tabla-con-verticales"
18594
18595 \end_inset
18596
18597 Tabla con líneas verticales de 1.5
18598 \begin_inset space \thinspace{}
18599 \end_inset
18600
18601 pt de grosor
18602 \end_layout
18603
18604 \end_inset
18605
18606
18607 \end_layout
18608
18609 \begin_layout Plain Layout
18610 \align center
18611 \begin_inset Tabular
18612 <lyxtabular version="3" rows="3" columns="3">
18613 <features tabularvalignment="middle">
18614 <column alignment="center" valignment="top" width="0" special="Vc">
18615 <column alignment="center" valignment="top" width="0" special="Vc">
18616 <column alignment="center" valignment="top" width="0" special="VcV">
18617 <row>
18618 <cell alignment="center" valignment="top" topline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 sd
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 </row>
18646 <row>
18647 <cell alignment="center" valignment="top" topline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 <cell alignment="center" valignment="top" topline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660 sd
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 <cell alignment="center" valignment="top" topline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 </row>
18675 <row>
18676 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18677 \begin_inset Text
18678
18679 \begin_layout Plain Layout
18680
18681 \end_layout
18682
18683 \end_inset
18684 </cell>
18685 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18686 \begin_inset Text
18687
18688 \begin_layout Plain Layout
18689
18690 \end_layout
18691
18692 \end_inset
18693 </cell>
18694 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Plain Layout
18698 sd
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 </row>
18704 </lyxtabular>
18705
18706 \end_inset
18707
18708
18709 \end_layout
18710
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \begin_layout Subsection
18717 Líneas de trazos
18718 \begin_inset Index idx
18719 status collapsed
18720
18721 \begin_layout Plain Layout
18722 Personalización de tablas ! Líneas de trazos
18723 \end_layout
18724
18725 \end_inset
18726
18727
18728 \end_layout
18729
18730 \begin_layout Standard
18731 \begin_inset ERT
18732 status collapsed
18733
18734 \begin_layout Plain Layout
18735
18736
18737 \backslash
18738 ifarydshln
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \begin_inset Note Note
18745 status collapsed
18746
18747 \begin_layout Plain Layout
18748 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18749  LaTeX 
18750 \series bold
18751 arydshln
18752 \series default
18753 .
18754 \end_layout
18755
18756 \end_inset
18757
18758
18759 \end_layout
18760
18761 \begin_layout Standard
18762 \begin_inset Float table
18763 placement H
18764 wide false
18765 sideways false
18766 status open
18767
18768 \begin_layout Plain Layout
18769 \begin_inset Caption
18770
18771 \begin_layout Plain Layout
18772 \begin_inset CommandInset label
18773 LatexCommand label
18774 name "tab:Tabla-con-trazos"
18775
18776 \end_inset
18777
18778 Tabla con líneas de trazos
18779 \end_layout
18780
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \begin_layout Plain Layout
18787 \align center
18788 \begin_inset Tabular
18789 <lyxtabular version="3" rows="5" columns="5">
18790 <features tabularvalignment="middle">
18791 <column alignment="center" valignment="top" width="0">
18792 <column alignment="center" valignment="top" width="0">
18793 <column alignment="center" valignment="top" width="0" special=":c">
18794 <column alignment="center" valignment="top" width="0">
18795 <column alignment="center" valignment="top" width="0">
18796 <row>
18797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801 a
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810 b
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18816 \begin_inset Text
18817
18818 \begin_layout Plain Layout
18819 c
18820 \end_layout
18821
18822 \end_inset
18823 </cell>
18824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828 d
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837 e
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 </row>
18843 <row>
18844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18845 \begin_inset Text
18846
18847 \begin_layout Plain Layout
18848 f
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857 g
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 <cell alignment="center" valignment="top" topline="true" usebox="none">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866 h
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875 i
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884 j
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 </row>
18890 <row>
18891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18892 \begin_inset Text
18893
18894 \begin_layout Plain Layout
18895 \begin_inset ERT
18896 status collapsed
18897
18898 \begin_layout Plain Layout
18899
18900
18901 \backslash
18902 hdashline 
18903 \end_layout
18904
18905 \end_inset
18906
18907 k
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916 l
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 <cell alignment="center" valignment="top" usebox="none">
18922 \begin_inset Text
18923
18924 \begin_layout Plain Layout
18925 m
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934 n
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943 o
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 </row>
18949 <row>
18950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954 \begin_inset ERT
18955 status collapsed
18956
18957 \begin_layout Plain Layout
18958
18959
18960 \backslash
18961 cdashline{4-5}
18962 \end_layout
18963
18964 \end_inset
18965
18966 p
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975 q
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18981 \begin_inset Text
18982
18983 \begin_layout Plain Layout
18984 r
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993 s
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 </row>
19008 <row>
19009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19010 \begin_inset Text
19011
19012 \begin_layout Plain Layout
19013 t
19014 \end_layout
19015
19016 \end_inset
19017 </cell>
19018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022 u
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031 v
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040 w
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049 x
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 </row>
19055 </lyxtabular>
19056
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \end_inset
19063
19064
19065 \end_layout
19066
19067 \begin_layout Standard
19068 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19069  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19070 \series bold
19071 arydshln
19072 \series default
19073
19074 \begin_inset Index idx
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078 LaTeX-paquetes ! arydshln
19079 \end_layout
19080
19081 \end_inset
19082
19083  con el comando 
19084 \end_layout
19085
19086 \begin_layout Standard
19087
19088 \series bold
19089
19090 \backslash
19091 usepackage{arydshln}
19092 \end_layout
19093
19094 \begin_layout Standard
19095 Para hacer una línea vertical a trazos, introduce dos puntos «
19096 \series bold
19097 :
19098 \series default
19099 » junto con el carácter para alineación horizontal como argumento LaTeX
19100  en el diálogo de celda de tabla.
19101 \end_layout
19102
19103 \begin_layout Standard
19104 Para una línea de trazos horizontal añade el comando
19105 \end_layout
19106
19107 \begin_layout Standard
19108
19109 \series bold
19110
19111 \backslash
19112 hdashline
19113 \end_layout
19114
19115 \begin_layout Standard
19116 en código TeX como primer elemento de la primera celda en la fila.
19117 \end_layout
19118
19119 \begin_layout Standard
19120 Para líneas de trazos en multicolumna usa el comando
19121 \end_layout
19122
19123 \begin_layout Standard
19124
19125 \series bold
19126
19127 \backslash
19128 cdashline{número de líneas}
19129 \end_layout
19130
19131 \begin_layout Standard
19132 en código TeX como primer elemento de la primera celda en la fila.
19133  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19134  4 y quieres una línea de trazos por encima, añade el comando
19135 \end_layout
19136
19137 \begin_layout Standard
19138
19139 \series bold
19140
19141 \backslash
19142 cdashline{2-4}
19143 \end_layout
19144
19145 \begin_layout Standard
19146 como primer elemento de la primera celda en la fila de la multicolumna.
19147 \end_layout
19148
19149 \begin_layout Standard
19150 \begin_inset VSpace bigskip
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \begin_layout Standard
19157 La tabla
19158 \begin_inset space ~
19159 \end_inset
19160
19161
19162 \begin_inset CommandInset ref
19163 LatexCommand ref
19164 reference "tab:Tabla-con-trazos"
19165
19166 \end_inset
19167
19168  se ha hecho usando «
19169 \series bold
19170 :c
19171 \series default
19172 » como argumento LaTeX de la tercera columna.
19173  El comando en código TeX 
19174 \series bold
19175
19176 \backslash
19177 hdashline
19178 \series default
19179  se ha insertado en la primera celda de la tercera fila y el comando en
19180  código TeX
19181 \begin_inset Newline newline
19182 \end_inset
19183
19184
19185 \series bold
19186
19187 \backslash
19188 cdashline{4-5}
19189 \series default
19190  en la primera celda de la cuarta fila.
19191 \end_layout
19192
19193 \begin_layout Standard
19194 \begin_inset Note Greyedout
19195 status open
19196
19197 \begin_layout Plain Layout
19198
19199 \series bold
19200 Nota:
19201 \series default
19202  Aparentemente el paquete LaTeX 
19203 \series bold
19204 arydshln
19205 \series default
19206  no es compatible con el paquete LaTeX 
19207 \series bold
19208 colortbl
19209 \series default
19210
19211 \begin_inset Index idx
19212 status collapsed
19213
19214 \begin_layout Plain Layout
19215 LaTeX-paquetes ! colortbl
19216 \end_layout
19217
19218 \end_inset
19219
19220  que se usa para tablas coloreadas en la sección
19221 \begin_inset space ~
19222 \end_inset
19223
19224
19225 \begin_inset CommandInset ref
19226 LatexCommand ref
19227 reference "sec:Tablas-Coloreadas"
19228
19229 \end_inset
19230
19231 .
19232  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19233 \end_layout
19234
19235 \end_inset
19236
19237
19238 \end_layout
19239
19240 \begin_layout Standard
19241 \begin_inset ERT
19242 status collapsed
19243
19244 \begin_layout Plain Layout
19245
19246
19247 \backslash
19248 else
19249 \end_layout
19250
19251 \end_inset
19252
19253
19254 \begin_inset Note Note
19255 status collapsed
19256
19257 \begin_layout Plain Layout
19258 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19259  
19260 \series bold
19261 arydshln
19262 \series default
19263 .
19264 \end_layout
19265
19266 \end_inset
19267
19268
19269 \end_layout
19270
19271 \begin_layout Standard
19272 Debes instalar el paquete LaTeX 
19273 \series bold
19274 arydshln
19275 \series default
19276  para ver la parte siguiente en la salida.
19277 \end_layout
19278
19279 \begin_layout Standard
19280 \begin_inset ERT
19281 status collapsed
19282
19283 \begin_layout Plain Layout
19284
19285
19286 \backslash
19287 fi
19288 \end_layout
19289
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \begin_layout Chapter
19296 Flotantes
19297 \begin_inset Index idx
19298 status collapsed
19299
19300 \begin_layout Plain Layout
19301 Flotantes
19302 \end_layout
19303
19304 \end_inset
19305
19306
19307 \end_layout
19308
19309 \begin_layout Section
19310 Introducción
19311 \begin_inset CommandInset label
19312 LatexCommand label
19313 name "sec:Introducción-Flotantes"
19314
19315 \end_inset
19316
19317
19318 \begin_inset Index idx
19319 status collapsed
19320
19321 \begin_layout Plain Layout
19322 Flotantes ! Introducción
19323 \end_layout
19324
19325 \end_inset
19326
19327
19328 \end_layout
19329
19330 \begin_layout Standard
19331 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19332  no tiene posición fija.
19333  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19334  Las 
19335 \family sans
19336 Notas
19337 \begin_inset space ~
19338 \end_inset
19339
19340 al
19341 \begin_inset space ~
19342 \end_inset
19343
19344 pie
19345 \family default
19346  y 
19347 \family sans
19348 Notas
19349 \begin_inset space ~
19350 \end_inset
19351
19352 al
19353 \begin_inset space ~
19354 \end_inset
19355
19356 margen
19357 \family default
19358  también son flotantes, porque pueden flotar a la página siguiente cuando
19359  hay demasiadas notas en la página.
19360 \end_layout
19361
19362 \begin_layout Standard
19363 Los flotantes permiten composiciones de alta calidad.
19364  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19365  impedir espacios en blanco y páginas sin texto.
19366  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19367  cada flotante puede ser referenciado en el texto.
19368  Por lo tanto los flotantes están numerados.
19369  Las referencias se describen en la sección
19370 \begin_inset space ~
19371 \end_inset
19372
19373
19374 \begin_inset CommandInset ref
19375 LatexCommand ref
19376 reference "sec:Referencias-a-Flotantes"
19377
19378 \end_inset
19379
19380 .
19381 \end_layout
19382
19383 \begin_layout Standard
19384 Para insertar un flotante, usa el menú 
19385 \family sans
19386 Insertar\SpecialChar \menuseparator
19387 Flotante
19388 \family default
19389 .
19390  Esto inserta una 
19391 \family sans
19392 Leyenda,
19393 \family default
19394  un cuadro con una etiqueta.
19395  La etiqueta se traducirá automáticamente al idioma del documento.
19396  Tras la etiqueta puedes insertar el texto de la leyenda.
19397  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19398  separado dentro del flotante.
19399  La colocación de leyendas se describe en la sección
19400 \begin_inset space ~
19401 \end_inset
19402
19403
19404 \begin_inset CommandInset ref
19405 LatexCommand ref
19406 reference "sec:Colocación-de-leyendas"
19407
19408 \end_inset
19409
19410 .
19411  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19412  con clic izquierdo sobre él.
19413  Un cuadro cerrado se muestra así: 
19414 \begin_inset Graphics
19415         filename clipart/flotanteQt4.png
19416         scale 70
19417
19418 \end_inset
19419
19420  —un cuadro gris con etiqueta en rojo—.
19421 \end_layout
19422
19423 \begin_layout Standard
19424 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19425  errores de LaTeX si el texto circundante se formatea de modo especial.
19426 \end_layout
19427
19428 \begin_layout Standard
19429 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19430  y pinchando el botón correspondiente de la barra de herramientas para un
19431  flotante nuevo.
19432 \end_layout
19433
19434 \begin_layout Section
19435 Tipos de flotantes
19436 \end_layout
19437
19438 \begin_layout Standard
19439 Además de los flotantes de imagen y de tabla que se describen en la sección
19440 \begin_inset space ~
19441 \end_inset
19442
19443
19444 \begin_inset CommandInset ref
19445 LatexCommand ref
19446 reference "sec:Figuras-Flotantes"
19447
19448 \end_inset
19449
19450  y 
19451 \begin_inset CommandInset ref
19452 LatexCommand ref
19453 reference "sec:Tablas-Flotantes"
19454
19455 \end_inset
19456
19457 , respectivamente, LyX ofrece los tipos 
19458 \series bold
19459 Algoritmo
19460 \series default
19461  y 
19462 \series bold
19463 Envoltorio
19464 \series default
19465 .
19466 \end_layout
19467
19468 \begin_layout Subsection
19469 Algoritmos flotantes
19470 \begin_inset Index idx
19471 status collapsed
19472
19473 \begin_layout Plain Layout
19474 Flotantes ! Algoritmos
19475 \end_layout
19476
19477 \end_inset
19478
19479
19480 \begin_inset CommandInset label
19481 LatexCommand label
19482 name "sub:Algoritmos-Flotantes"
19483
19484 \end_inset
19485
19486
19487 \end_layout
19488
19489 \begin_layout Standard
19490 \begin_inset Float algorithm
19491 placement h
19492 wide false
19493 sideways false
19494 status open
19495
19496 \begin_layout Plain Layout
19497 \begin_inset Caption
19498
19499 \begin_layout Plain Layout
19500 \begin_inset CommandInset label
19501 LatexCommand label
19502 name "alg:Ejemplo-de-Algoritmo-flotante"
19503
19504 \end_inset
19505
19506 Ejemplo de algoritmo flotante
19507 \end_layout
19508
19509 \end_inset
19510
19511
19512 \end_layout
19513
19514 \begin_layout LyX-Code
19515 for I in 1..N loop
19516 \begin_inset Newline newline
19517 \end_inset
19518
19519  Sum:= Sum + A(I); /*comment*/
19520 \begin_inset Newline newline
19521 \end_inset
19522
19523 end loop
19524 \begin_inset VSpace -4mm
19525 \end_inset
19526
19527
19528 \end_layout
19529
19530 \end_inset
19531
19532
19533 \end_layout
19534
19535 \begin_layout Standard
19536 Este tipo de flotante se inserta con el menú 
19537 \family sans
19538 Insertar\SpecialChar \menuseparator
19539 Flotante\SpecialChar \menuseparator
19540 Algoritmo
19541 \family default
19542 .
19543  Se usa para códigos y descripciones de algoritmos y se puede considerar
19544  una alternativa al listado de código de programa, que se explica en el
19545  capítulo
19546 \begin_inset space ~
19547 \end_inset
19548
19549
19550 \begin_inset CommandInset ref
19551 LatexCommand ref
19552 reference "cap:Listado-de-programa"
19553
19554 \end_inset
19555
19556 .
19557  Un posible entorno para algoritmos es 
19558 \family sans
19559 Código-LyX
19560 \family default
19561 , descrito en la 
19562 \emph on
19563 Guía del usuario
19564 \emph default
19565  de LyX.
19566  El algoritmo
19567 \begin_inset space ~
19568 \end_inset
19569
19570
19571 \begin_inset CommandInset ref
19572 LatexCommand ref
19573 reference "alg:Ejemplo-de-Algoritmo-flotante"
19574
19575 \end_inset
19576
19577  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19578  vertical de -4
19579 \begin_inset space \thinspace{}
19580 \end_inset
19581
19582 mm al final para tener la línea inferior exactamente bajo la última línea
19583  de texto.
19584 \end_layout
19585
19586 \begin_layout Standard
19587 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19588  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19589 \end_layout
19590
19591 \begin_layout Standard
19592
19593 \series bold
19594
19595 \backslash
19596 floatname{algorithm}{nombre}
19597 \end_layout
19598
19599 \begin_layout Standard
19600 donde 
19601 \family sans
19602 nombre
19603 \family default
19604  es la palabra «
19605 \emph on
19606 algoritmo
19607 \emph default
19608 » en el idioma deseado.
19609 \end_layout
19610
19611 \begin_layout Standard
19612 Para insertar el índice de algoritmos puedes usar el menú 
19613 \family sans
19614 Insertar\SpecialChar \menuseparator
19615 Lista
19616 \begin_inset space \thinspace{}
19617 \end_inset
19618
19619 /
19620 \begin_inset space \thinspace{}
19621 \end_inset
19622
19623 Índice\SpecialChar \menuseparator
19624 Índice de algoritmos
19625 \family default
19626 , si el documento está en el mismo idioma que los menús de LyX.
19627  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19628 \end_layout
19629
19630 \begin_layout Standard
19631
19632 \series bold
19633
19634 \backslash
19635 listof{algorithm}{nombre}
19636 \end_layout
19637
19638 \begin_layout Standard
19639 donde 
19640 \family sans
19641 nombre
19642 \family default
19643  es «
19644 \emph on
19645 Lista de algoritmos
19646 \emph default
19647 » en el idioma del documento.
19648 \end_layout
19649
19650 \begin_layout Standard
19651 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19652  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19653 tmo».
19654  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19655  documento:
19656 \end_layout
19657
19658 \begin_layout Standard
19659
19660 \series bold
19661
19662 \backslash
19663 numberwithin{algorithm}{chapter}
19664 \end_layout
19665
19666 \begin_layout Standard
19667 Para poder usar el comando 
19668 \series bold
19669
19670 \backslash
19671 numberwithin
19672 \series default
19673 , marca la opción 
19674 \family sans
19675 Usar
19676 \begin_inset space ~
19677 \end_inset
19678
19679 el
19680 \begin_inset space ~
19681 \end_inset
19682
19683 paquete
19684 \begin_inset space ~
19685 \end_inset
19686
19687 AMS
19688 \family default
19689  en el menú 
19690 \family sans
19691 Documento\SpecialChar \menuseparator
19692 Configuración\SpecialChar \menuseparator
19693 Opciones para ecuaciones
19694 \family default
19695 .
19696 \end_layout
19697
19698 \begin_layout Subsection
19699 Flotantes envueltos
19700 \begin_inset Index idx
19701 status collapsed
19702
19703 \begin_layout Plain Layout
19704 Flotantes ! Envoltorio
19705 \end_layout
19706
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \begin_layout Standard
19713 \begin_inset Wrap figure
19714 lines 0
19715 placement l
19716 overhang 1cm
19717 width "40col%"
19718 status open
19719
19720 \begin_layout Plain Layout
19721 \begin_inset Graphics
19722         filename ../clipart/mobius.eps
19723         width 40col%
19724         rotateOrigin center
19725
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \begin_layout Plain Layout
19732 \begin_inset Caption
19733
19734 \begin_layout Plain Layout
19735 \begin_inset CommandInset label
19736 LatexCommand label
19737 name "fig:Envoltorio-de-figura"
19738
19739 \end_inset
19740
19741 Figura envuelta en el texto
19742 \end_layout
19743
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \end_inset
19750
19751  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19752  de modo que ocupe sólo una parte del ancho de columna.
19753  Se inserta con el menú 
19754 \family sans
19755 Insertar\SpecialChar \menuseparator
19756 Flotante\SpecialChar \menuseparator
19757 Figura
19758 \begin_inset space ~
19759 \end_inset
19760
19761 envuelta
19762 \family default
19763
19764 \begin_inset space \thinspace{}
19765 \end_inset
19766
19767 /
19768 \begin_inset space \thinspace{}
19769 \end_inset
19770
19771
19772 \family sans
19773 Tabla
19774 \begin_inset space ~
19775 \end_inset
19776
19777 envuelta
19778 \family default
19779  si está instalado el paquete LaTeX 
19780 \series bold
19781 wrapfig
19782 \series default
19783
19784 \begin_inset Index idx
19785 status collapsed
19786
19787 \begin_layout Plain Layout
19788 LaTeX-paquetes ! wrapfig
19789 \begin_inset ERT
19790 status collapsed
19791
19792 \begin_layout Plain Layout
19793
19794
19795 \backslash
19796 vspace{4mm}
19797 \end_layout
19798
19799 \end_inset
19800
19801
19802 \end_layout
19803
19804 \end_inset
19805
19806 .
19807 \begin_inset Foot
19808 status collapsed
19809
19810 \begin_layout Plain Layout
19811 La instalación de paquetes LaTeX se explica en el manual 
19812 \emph on
19813 Configuración de LaTeX
19814 \emph default
19815 .
19816 \end_layout
19817
19818 \end_inset
19819
19820  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19821  con clic derecho sobre el cuadro del flotante.
19822  Son obligatorias la 
19823 \family sans
19824 Ubicación
19825 \family default
19826  y la 
19827 \family sans
19828 Anchura
19829 \family default
19830 .
19831  Son opcionales 
19832 \family sans
19833 Extensión al margen
19834 \family default
19835 , que especifica la anchura de invasión del margen, y 
19836 \family sans
19837 Extender
19838 \begin_inset space ~
19839 \end_inset
19840
19841 a
19842 \begin_inset space ~
19843 \end_inset
19844
19845 líneas
19846 \family default
19847 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19848  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19849  opción sólo si encuentras problemas en la colocación del flotante.
19850  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19851  del párrafo o en los párrafos adyacentes.
19852  La figura
19853 \begin_inset space ~
19854 \end_inset
19855
19856
19857 \begin_inset CommandInset ref
19858 LatexCommand ref
19859 reference "fig:Envoltorio-de-figura"
19860
19861 \end_inset
19862
19863  es un ejemplo de envoltorio con una anchura de columna del 40
19864 \begin_inset space \thinspace{}
19865 \end_inset
19866
19867 %, ubicado a la izquierda y 1
19868 \begin_inset space \thinspace{}
19869 \end_inset
19870
19871 cm de invasión de margen.
19872 \begin_inset Foot
19873 status collapsed
19874
19875 \begin_layout Plain Layout
19876 Consulta las unidades disponibles en el apéndice
19877 \begin_inset space ~
19878 \end_inset
19879
19880
19881 \begin_inset CommandInset ref
19882 LatexCommand ref
19883 reference "cap:Unidades-disponibles-en"
19884
19885 \end_inset
19886
19887 .
19888 \end_layout
19889
19890 \end_inset
19891
19892
19893 \end_layout
19894
19895 \begin_layout Standard
19896 \begin_inset Note Greyedout
19897 status open
19898
19899 \begin_layout Plain Layout
19900
19901 \series bold
19902 Nota:
19903 \series default
19904  ¡Los flotantes envueltos son frágiles! P.
19905 \begin_inset space \thinspace{}
19906 \end_inset
19907
19908 e.
19909 \begin_inset space ~
19910 \end_inset
19911
19912 si una figura está demasiado cerca de la parte inferior de la página se
19913  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19914  o situarse junto a otro texto.
19915 \end_layout
19916
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \begin_layout Standard
19923 En general:
19924 \end_layout
19925
19926 \begin_layout Itemize
19927 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19928  salto de página.
19929  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19930  esté casi listo y puedas prever los saltos de página.
19931 \end_layout
19932
19933 \begin_layout Itemize
19934 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19935  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19936 \end_layout
19937
19938 \begin_layout Itemize
19939 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19940  que procura que haya un párrafo de texto entre ellos.
19941 \end_layout
19942
19943 \begin_layout Itemize
19944 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19945 \end_layout
19946
19947 \begin_layout Section
19948 Numeración de flotantes
19949 \begin_inset Index idx
19950 status collapsed
19951
19952 \begin_layout Plain Layout
19953 Flotantes ! Numeración
19954 \end_layout
19955
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \begin_layout Standard
19962 En general, los flotantes se numeran independientemente de las secciones
19963  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19964  dependiendo de la clase de documento utilizada.
19965 \end_layout
19966
19967 \begin_layout Standard
19968 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19969  comando en el preámbulo del documento:
19970 \end_layout
19971
19972 \begin_layout Standard
19973
19974 \series bold
19975
19976 \backslash
19977 renewcommand{
19978 \backslash
19979 thetable}{
19980 \backslash
19981 roman{table}}
19982 \end_layout
19983
19984 \begin_layout Standard
19985
19986 \series bold
19987
19988 \backslash
19989 thetable 
19990 \series default
19991 es el comando que imprime el número de la tabla, para figuras flotantes
19992  el comando sería 
19993 \series bold
19994
19995 \backslash
19996 thefigure
19997 \series default
19998 .
19999  El comando 
20000 \series bold
20001
20002 \backslash
20003 roman
20004 \series default
20005  imprime el número de tabla en números romanos en minúscula.
20006 \end_layout
20007
20008 \begin_layout Standard
20009 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
20010  usa este comando en el preámbulo:
20011 \end_layout
20012
20013 \begin_layout Standard
20014
20015 \series bold
20016
20017 \backslash
20018 numberwithin{table}{subsection}
20019 \end_layout
20020
20021 \begin_layout Standard
20022 Para poder usar el comando 
20023 \series bold
20024
20025 \backslash
20026 numberwithin
20027 \series default
20028 , debes marcar la opción 
20029 \family sans
20030 Usar
20031 \begin_inset space ~
20032 \end_inset
20033
20034 el
20035 \begin_inset space ~
20036 \end_inset
20037
20038 paquete
20039 \begin_inset space ~
20040 \end_inset
20041
20042 AMS 
20043 \family default
20044 en el apartado 
20045 \family sans
20046 Opciones para ecuaciones 
20047 \family default
20048 de las preferencias del documento.
20049 \end_layout
20050
20051 \begin_layout Standard
20052 Puedes ver más detalles y notas importantes sobre comandos de numeración
20053  en la sección
20054 \begin_inset space ~
20055 \end_inset
20056
20057
20058 \begin_inset CommandInset ref
20059 LatexCommand ref
20060 reference "sub:Numeración-de-Notas-al-Pie"
20061
20062 \end_inset
20063
20064 .
20065 \end_layout
20066
20067 \begin_layout Section
20068 Referencias a flotantes
20069 \begin_inset CommandInset label
20070 LatexCommand label
20071 name "sec:Referencias-a-Flotantes"
20072
20073 \end_inset
20074
20075
20076 \begin_inset Index idx
20077 status collapsed
20078
20079 \begin_layout Plain Layout
20080 Flotantes ! Referencias
20081 \end_layout
20082
20083 \end_inset
20084
20085
20086 \begin_inset Index idx
20087 status collapsed
20088
20089 \begin_layout Plain Layout
20090 Referencias
20091 \end_layout
20092
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \begin_layout Standard
20099 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20100  menú 
20101 \family sans
20102 Insertar\SpecialChar \menuseparator
20103 Etiqueta
20104 \family default
20105  o el botón 
20106 \begin_inset Graphics
20107         filename ../../images/label-insert.png
20108         scale 85
20109
20110 \end_inset
20111
20112 .
20113  Aparece una ventana esperando la introducción del texto de la etiqueta
20114  y se inserta un cuadro gris como este: 
20115 \begin_inset Graphics
20116         filename clipart/etiquetaQt4.png
20117         scale 85
20118
20119 \end_inset
20120
20121 .
20122  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20123  El prefijo depende del tipo de flotante, p.
20124 \begin_inset space \thinspace{}
20125 \end_inset
20126
20127 e.
20128 \begin_inset space ~
20129 \end_inset
20130
20131 para figuras el prefijo será «
20132 \family sans
20133 fig:
20134 \family default
20135 ».
20136 \end_layout
20137
20138 \begin_layout Standard
20139 La etiqueta se usa como ancla y el nombre para la referencia.
20140  Puedes referenciar la etiqueta usando el menú 
20141 \family sans
20142 Insertar\SpecialChar \menuseparator
20143 Referencia
20144 \family default
20145
20146 \begin_inset space ~
20147 \end_inset
20148
20149
20150 \family sans
20151 cruzada
20152 \family default
20153  o el botón 
20154 \begin_inset Graphics
20155         filename ../../images/dialog-show-new-inset_ref.png
20156         scale 85
20157
20158 \end_inset
20159
20160 .
20161  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20162  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20163  trabajando de la lista desplegable de la parte superior del diálogo.
20164  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20165  Se inserta un cuadro gris como este: 
20166 \begin_inset Graphics
20167         filename clipart/referenciaQt4.png
20168         scale 85
20169
20170 \end_inset
20171
20172 .
20173  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20174 \end_layout
20175
20176 \begin_layout Standard
20177 Se recomienda poner un espacio protegido entre el nombre de la referencia
20178  cruzada y su número para evitar saltos de línea entre ellos.
20179  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20180  dos interrogaciones en la salida.
20181 \end_layout
20182
20183 \begin_layout Standard
20184 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20185  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20186  al texto de la etiqueta nueva, no te preocupes por eso.
20187 \end_layout
20188
20189 \begin_layout Standard
20190 El botón 
20191 \family sans
20192 Ir
20193 \begin_inset space ~
20194 \end_inset
20195
20196 a
20197 \begin_inset space ~
20198 \end_inset
20199
20200 la
20201 \begin_inset space ~
20202 \end_inset
20203
20204 etiqueta
20205 \family default
20206  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20207  y el texto del botón cambia a 
20208 \family sans
20209 Volver
20210 \family default
20211 , con el que se puede retornar a la referencia.
20212  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20213  hasta la etiqueta pero sin opción de volver.
20214 \end_layout
20215
20216 \begin_layout Subsection
20217 Formatos de referencia cruzada
20218 \begin_inset CommandInset label
20219 LatexCommand label
20220 name "sub:Formatos-referencia-cruzada"
20221
20222 \end_inset
20223
20224
20225 \begin_inset Index idx
20226 status collapsed
20227
20228 \begin_layout Plain Layout
20229 Referencias ! Formatos
20230 \end_layout
20231
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \begin_layout Standard
20238 Hay seis variedades de referencias cruzadas:
20239 \end_layout
20240
20241 \begin_layout Description
20242 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20243  
20244 \begin_inset CommandInset ref
20245 LatexCommand ref
20246 reference "fig:Dos-imágenes-distorsionadas"
20247
20248 \end_inset
20249
20250
20251 \end_layout
20252
20253 \begin_layout Description
20254 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20255  habitual para referirse a fórmulas, especialmente si se omite el nombre
20256  «Ecuación»: 
20257 \begin_inset CommandInset ref
20258 LatexCommand eqref
20259 reference "eq:Wgn"
20260
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \begin_layout Description
20267 <página>: imprime el número de página: Página
20268 \begin_inset space ~
20269 \end_inset
20270
20271
20272 \begin_inset CommandInset ref
20273 LatexCommand pageref
20274 reference "fig:Dos-imágenes-distorsionadas"
20275
20276 \end_inset
20277
20278
20279 \end_layout
20280
20281 \begin_layout Description
20282 en
20283 \begin_inset space ~
20284 \end_inset
20285
20286 página
20287 \begin_inset space ~
20288 \end_inset
20289
20290 <página>: imprime el texto «en la página» y el número de página: 
20291 \begin_inset CommandInset ref
20292 LatexCommand vpageref
20293 reference "fig:Dos-imágenes-distorsionadas"
20294
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \begin_layout Description
20301 <referencia>
20302 \begin_inset space ~
20303 \end_inset
20304
20305 en
20306 \begin_inset space ~
20307 \end_inset
20308
20309 página
20310 \begin_inset space ~
20311 \end_inset
20312
20313 <página>: imprime el número flotante, el texto «en la página» y el número
20314  de página: 
20315 \begin_inset CommandInset ref
20316 LatexCommand vref
20317 reference "fig:Dos-imágenes-distorsionadas"
20318
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \begin_layout Description
20325 Referencia
20326 \begin_inset space ~
20327 \end_inset
20328
20329 con
20330 \begin_inset space ~
20331 \end_inset
20332
20333 formato: imprime un formato personalizado.
20334 \begin_inset Newline newline
20335 \end_inset
20336
20337
20338 \begin_inset Note Greyedout
20339 status open
20340
20341 \begin_layout Plain Layout
20342
20343 \series bold
20344 Nota:
20345 \series default
20346  Esta característica sólo está disponible si está instalado el paquete LaTeX
20347  
20348 \series bold
20349 prettyref
20350 \series default
20351  o 
20352 \series bold
20353 refstyle
20354 \series default
20355 .
20356 \begin_inset Index idx
20357 status collapsed
20358
20359 \begin_layout Plain Layout
20360 LaTeX-paquetes ! prettyref
20361 \end_layout
20362
20363 \end_inset
20364
20365
20366 \begin_inset Index idx
20367 status collapsed
20368
20369 \begin_layout Plain Layout
20370 LaTeX-paquetes ! refstyle
20371 \end_layout
20372
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \end_inset
20379
20380
20381 \begin_inset Newline newline
20382 \end_inset
20383
20384
20385 \lang english
20386 You can select which LaTeX-package should be used for this feature by setting
20387  the option 
20388 \family sans
20389 Use refstyle (not prettyref) for cross-references
20390 \family default
20391  in the menu 
20392 \family sans
20393 Document\SpecialChar \menuseparator
20394 Settings\SpecialChar \menuseparator
20395 Document Class
20396 \family default
20397 .
20398  The format is specified by adding the command 
20399 \series bold
20400
20401 \backslash
20402 newrefformat
20403 \series default
20404  (prettyref) or 
20405 \series bold
20406
20407 \backslash
20408 newref
20409 \series default
20410  (refstyle) to the preamble of the document.
20411  For example redefining all references to figures (which have the label
20412  shortcut
20413 \lang spanish
20414  
20415 \begin_inset Quotes fld
20416 \end_inset
20417
20418
20419 \family sans
20420 fig
20421 \family default
20422
20423 \begin_inset Quotes frd
20424 \end_inset
20425
20426
20427 \lang english
20428 can be done with this command
20429 \lang spanish
20430
20431 \begin_inset Newline newline
20432 \end_inset
20433
20434
20435 \series bold
20436
20437 \backslash
20438 newref{fig}{refcmd={
20439 \lang english
20440 Image on page
20441 \lang spanish
20442  
20443 \backslash
20444 pageref{#1}}}
20445 \series default
20446
20447 \begin_inset Newline newline
20448 \end_inset
20449
20450
20451 \lang english
20452 For more information about the format, have a look at the package documentations
20453 \lang spanish
20454
20455 \begin_inset CommandInset citation
20456 LatexCommand cite
20457 key "prettyref,refstyle"
20458
20459 \end_inset
20460
20461 .
20462 \end_layout
20463
20464 \begin_layout Description
20465
20466 \lang english
20467 Textual
20468 \begin_inset space ~
20469 \end_inset
20470
20471 reference: prints the caption of the reference
20472 \lang spanish
20473
20474 \begin_inset CommandInset ref
20475 LatexCommand nameref
20476 reference "fig:Dos-imágenes-distorsionadas"
20477
20478 \end_inset
20479
20480
20481 \end_layout
20482
20483 \begin_layout Standard
20484
20485 \family sans
20486 <página>
20487 \family default
20488
20489 \begin_inset space \thinspace{}
20490 \end_inset
20491
20492  no imprime el número si la etiqueta está en la misma página, en la anterior
20493  o en la siguiente.
20494  En su lugar verás p.
20495 \begin_inset space \thinspace{}
20496 \end_inset
20497
20498 e.
20499 \begin_inset space ~
20500 \end_inset
20501
20502 el texto «
20503 \family sans
20504 en esta página
20505 \family default
20506 ».
20507  El estilo 
20508 \family sans
20509 <referencia>
20510 \begin_inset space ~
20511 \end_inset
20512
20513 en
20514 \begin_inset space ~
20515 \end_inset
20516
20517 página
20518 \begin_inset space ~
20519 \end_inset
20520
20521 <página> 
20522 \family default
20523 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20524 \end_layout
20525
20526 \begin_layout Standard
20527 El número y página actual de la parte del documento referida es automáticamente
20528  calculado por LaTeX en la salida.
20529  Las variedades se ajustan en el campo 
20530 \family sans
20531 Formato
20532 \family default
20533  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20534 \end_layout
20535
20536 \begin_layout Standard
20537 \begin_inset Note Greyedout
20538 status open
20539
20540 \begin_layout Plain Layout
20541
20542 \series bold
20543 Nota:
20544 \series default
20545  
20546 \lang english
20547 It is recommended to use
20548 \lang spanish
20549  el paquete LaTeX 
20550 \series bold
20551 refstyle
20552 \series default
20553
20554 \begin_inset Index idx
20555 status collapsed
20556
20557 \begin_layout Plain Layout
20558 LaTeX-paquetes ! refstyle
20559 \end_layout
20560
20561 \end_inset
20562
20563  
20564 \lang english
20565 because
20566 \lang spanish
20567  
20568 \series bold
20569 prettyref
20570 \series default
20571
20572 \begin_inset Index idx
20573 status collapsed
20574
20575 \begin_layout Plain Layout
20576 LaTeX-paquetes ! prettyref
20577 \end_layout
20578
20579 \end_inset
20580
20581  no reconoce todas las abreviaturas de etiquetas
20582 \begin_inset Foot
20583 status collapsed
20584
20585 \begin_layout Plain Layout
20586 \begin_inset Quotes fld
20587 \end_inset
20588
20589 fig:
20590 \begin_inset Quotes frd
20591 \end_inset
20592
20593 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20594  figuras.
20595 \end_layout
20596
20597 \end_inset
20598
20599  posibles en LyX y no está internacionalizado.
20600 \end_layout
20601
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \begin_layout Subsection
20608 Designación automática de referencias
20609 \begin_inset Index idx
20610 status collapsed
20611
20612 \begin_layout Plain Layout
20613 Referencias ! Designación automática
20614 \end_layout
20615
20616 \end_inset
20617
20618
20619 \end_layout
20620
20621 \begin_layout Standard
20622 El paquete LaTeX 
20623 \series bold
20624 hyperref
20625 \series default
20626
20627 \begin_inset Index idx
20628 status collapsed
20629
20630 \begin_layout Plain Layout
20631 LaTeX-paquetes ! hyperref
20632 \end_layout
20633
20634 \end_inset
20635
20636 , que se habilita en 
20637 \family sans
20638 Propiedades PDF
20639 \family default
20640  del diálogo 
20641 \family sans
20642 Documento\SpecialChar \menuseparator
20643 Configuración
20644 \family default
20645 , dispone de una característica muy útil que permite incluir automáticamente
20646  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20647  de texto como 
20648 \emph on
20649 sección
20650 \emph default
20651 ).
20652  Así, p.
20653 \begin_inset space \thinspace{}
20654 \end_inset
20655
20656 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20657  a una figura.
20658  Para usar esta característica habilita el soporte para 
20659 \series bold
20660 hyperref
20661 \series default
20662  e inserta la siguiente línea en el preámbulo LaTeX:
20663 \end_layout
20664
20665 \begin_layout Standard
20666
20667 \series bold
20668
20669 \backslash
20670 AtBeginDocument{
20671 \backslash
20672 renewcommand{
20673 \backslash
20674 ref}[1]{
20675 \backslash
20676 mbox{
20677 \backslash
20678 autoref{#1}}}}
20679 \end_layout
20680
20681 \begin_layout Standard
20682 Si prefieres otros nombres para las referencias distintos de los predeterminados
20683 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20684  lo siguiente en el preámbulo:
20685 \end_layout
20686
20687 \begin_layout Standard
20688
20689 \series bold
20690
20691 \backslash
20692 addto
20693 \backslash
20694 extrasenglish{
20695 \backslash
20696 renewcommand{
20697 \backslash
20698 sectionautorefname}
20699 \begin_inset Newline newline
20700 \end_inset
20701
20702
20703 \begin_inset Phantom HPhantom
20704 status open
20705
20706 \begin_layout Plain Layout
20707
20708 \series bold
20709 \begin_inset space ~
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \end_inset
20716
20717 {sec.
20718 \backslash
20719 negthinspace}}
20720 \end_layout
20721
20722 \begin_layout Standard
20723 Si estás usando un idioma de documento distinto del inglés, reemplaza
20724 \begin_inset Newline newline
20725 \end_inset
20726
20727  
20728 \series bold
20729
20730 \backslash
20731 extrasenglish
20732 \series default
20733  por
20734 \series bold
20735  
20736 \backslash
20737 extras***
20738 \series default
20739 , donde *** es el nombre del idioma utilizado.
20740 \end_layout
20741
20742 \begin_layout Standard
20743 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20744  por ejemplo no para ecuaciones, usa este código de preámbulo:
20745 \end_layout
20746
20747 \begin_layout Standard
20748
20749 \series bold
20750
20751 \backslash
20752 newlength{
20753 \backslash
20754 abc}
20755 \begin_inset Newline newline
20756 \end_inset
20757
20758
20759 \backslash
20760 settowidth{
20761 \backslash
20762 abc}{
20763 \backslash
20764 space}
20765 \begin_inset Newline newline
20766 \end_inset
20767
20768
20769 \backslash
20770 addto
20771 \backslash
20772 extrasenglish{
20773 \backslash
20774 renewcommand{
20775 \backslash
20776 equationautorefname}
20777 \begin_inset Newline newline
20778 \end_inset
20779
20780
20781 \begin_inset Phantom HPhantom
20782 status open
20783
20784 \begin_layout Plain Layout
20785
20786 \series bold
20787 \begin_inset space ~
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \end_inset
20794
20795 {
20796 \backslash
20797 hspace{-
20798 \backslash
20799 abc}}
20800 \end_layout
20801
20802 \begin_layout Standard
20803 En la documentación de 
20804 \series bold
20805 hyperref
20806 \series default
20807  
20808 \begin_inset CommandInset citation
20809 LatexCommand cite
20810 key "hyperref"
20811
20812 \end_inset
20813
20814  puedes encontrar más información.
20815
20816 \series bold
20817  
20818 \end_layout
20819
20820 \begin_layout Standard
20821 \begin_inset Note Greyedout
20822 status open
20823
20824 \begin_layout Plain Layout
20825
20826 \series bold
20827 Nota:
20828 \series default
20829  La designación automática de referencias no puede usarse en el estilo 
20830 \family sans
20831 Referencia
20832 \begin_inset space ~
20833 \end_inset
20834
20835 con
20836 \begin_inset space ~
20837 \end_inset
20838
20839 formato
20840 \family default
20841 , descrita en la sección
20842 \begin_inset space ~
20843 \end_inset
20844
20845
20846 \begin_inset CommandInset ref
20847 LatexCommand ref
20848 reference "sub:Formatos-referencia-cruzada"
20849
20850 \end_inset
20851
20852 .
20853 \end_layout
20854
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \begin_layout Standard
20861 El manual 
20862 \emph on
20863 Ecuaciones
20864 \emph default
20865  es un ejemplo de documento en el que se ha utilizado designación automática
20866  de referencias.
20867 \end_layout
20868
20869 \begin_layout Subsection
20870 Colocación de referencias
20871 \begin_inset CommandInset label
20872 LatexCommand label
20873 name "sub:Colocación-de-Referencias"
20874
20875 \end_inset
20876
20877
20878 \begin_inset Index idx
20879 status collapsed
20880
20881 \begin_layout Plain Layout
20882 Referencias ! Colocación
20883 \end_layout
20884
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \begin_layout Standard
20891 Si usas 
20892 \series bold
20893 hyperref
20894 \series default
20895
20896 \begin_inset Index idx
20897 status collapsed
20898
20899 \begin_layout Plain Layout
20900 LaTeX-paquetes ! hyperref
20901 \end_layout
20902
20903 \end_inset
20904
20905 , en las 
20906 \family sans
20907 Preferencias PDF 
20908 \family default
20909 del diálogo 
20910 \family sans
20911 Documento\SpecialChar \menuseparator
20912 Configuración
20913 \family default
20914 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20915  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20916  La leyenda será la primera parte del texto en pantalla, de forma que para
20917  ver la imagen debes deslizar.
20918  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20919  Usando el paquete 
20920 \series bold
20921 hypcap
20922 \series default
20923
20924 \begin_inset Index idx
20925 status collapsed
20926
20927 \begin_layout Plain Layout
20928 LaTeX-paquetes ! hypcap
20929 \end_layout
20930
20931 \end_inset
20932
20933 , que forma parte del paquete LaTeX 
20934 \series bold
20935 oberdiek
20936 \series default
20937
20938 \begin_inset Index idx
20939 status collapsed
20940
20941 \begin_layout Plain Layout
20942 LaTeX-paquetes ! oberdiek
20943 \end_layout
20944
20945 \end_inset
20946
20947 , el ancla de enlace se sitúa al comienzo de un flotante.
20948  Para usar esta característica para figuras flotantes carga 
20949 \series bold
20950 hypcap
20951 \series default
20952  en el preámbulo con
20953 \end_layout
20954
20955 \begin_layout Standard
20956
20957 \series bold
20958
20959 \backslash
20960 usepackage[figure]{hypcap}
20961 \end_layout
20962
20963 \begin_layout Standard
20964 Puedes usar 
20965 \series bold
20966 hypcap
20967 \series default
20968  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20969  Más información en el manual de 
20970 \series bold
20971 hypcap
20972 \series default
20973  
20974 \begin_inset CommandInset citation
20975 LatexCommand cite
20976 key "hypcap"
20977
20978 \end_inset
20979
20980 .
20981 \end_layout
20982
20983 \begin_layout Standard
20984 \begin_inset Note Greyedout
20985 status open
20986
20987 \begin_layout Plain Layout
20988
20989 \series bold
20990 Nota:
20991 \series default
20992  
20993 \series bold
20994 hypcap
20995 \series default
20996  no funciona para las referencias a subfiguras.
20997 \end_layout
20998
20999 \end_inset
21000
21001
21002 \end_layout
21003
21004 \begin_layout Section
21005 Colocación de flotantes
21006 \begin_inset CommandInset label
21007 LatexCommand label
21008 name "sec:Colocación-de-Flotantes"
21009
21010 \end_inset
21011
21012
21013 \begin_inset Index idx
21014 status collapsed
21015
21016 \begin_layout Plain Layout
21017 Flotantes ! Colocación
21018 \end_layout
21019
21020 \end_inset
21021
21022
21023 \end_layout
21024
21025 \begin_layout Standard
21026 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
21027  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
21028  los flotantes.
21029 \begin_inset Newline newline
21030 \end_inset
21031
21032 La opción 
21033 \family sans
21034 Extender
21035 \begin_inset space ~
21036 \end_inset
21037
21038 columnas
21039 \family default
21040  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
21041  abarcará ambas columnas en lugar de una sola.
21042 \begin_inset Newline newline
21043 \end_inset
21044
21045 La opción 
21046 \family sans
21047 Girar
21048 \begin_inset space ~
21049 \end_inset
21050
21051 a
21052 \begin_inset space ~
21053 \end_inset
21054
21055 un
21056 \begin_inset space ~
21057 \end_inset
21058
21059 lado
21060 \family default
21061  sirve para girar flotantes, véase sección
21062 \begin_inset space ~
21063 \end_inset
21064
21065
21066 \begin_inset CommandInset ref
21067 LatexCommand ref
21068 reference "sec:Rotación-de-Flotantes"
21069
21070 \end_inset
21071
21072 .
21073  
21074 \end_layout
21075
21076 \begin_layout Standard
21077 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
21078  la posición de un flotante si desmarcas la opción 
21079 \family sans
21080 Usar
21081 \begin_inset space ~
21082 \end_inset
21083
21084 ubicación
21085 \begin_inset space ~
21086 \end_inset
21087
21088 predeterminada
21089 \family default
21090 :
21091 \end_layout
21092
21093 \begin_layout Description
21094
21095 \family sans
21096 \series bold
21097 Aquí
21098 \begin_inset space ~
21099 \end_inset
21100
21101 si
21102 \begin_inset space ~
21103 \end_inset
21104
21105 es
21106 \begin_inset space ~
21107 \end_inset
21108
21109 posible
21110 \family default
21111 \series default
21112  intenta situar el flotante en la posición en la que se inserta
21113 \end_layout
21114
21115 \begin_layout Description
21116
21117 \family sans
21118 \series bold
21119 Principio
21120 \begin_inset space ~
21121 \end_inset
21122
21123 de
21124 \begin_inset space ~
21125 \end_inset
21126
21127 página
21128 \family default
21129 \series default
21130  intenta situar el flotante al principio de la página actual
21131 \end_layout
21132
21133 \begin_layout Description
21134
21135 \family sans
21136 \series bold
21137 Fin
21138 \begin_inset space ~
21139 \end_inset
21140
21141 de
21142 \begin_inset space ~
21143 \end_inset
21144
21145 página
21146 \family default
21147 \series default
21148  intenta situar el flotante al final de la página actual
21149 \end_layout
21150
21151 \begin_layout Description
21152
21153 \family sans
21154 \series bold
21155 Página
21156 \begin_inset space ~
21157 \end_inset
21158
21159 de
21160 \begin_inset space ~
21161 \end_inset
21162
21163 flotantes
21164 \family default
21165 \series default
21166  intenta situar el flotante en una página propia 
21167 \end_layout
21168
21169 \begin_layout Standard
21170 LaTeX usa 
21171 \emph on
21172 siempre
21173 \emph default
21174  ese orden de opciones.
21175  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21176  lugar 
21177 \family sans
21178 Aquí
21179 \begin_inset space ~
21180 \end_inset
21181
21182 si
21183 \begin_inset space ~
21184 \end_inset
21185
21186 es
21187 \begin_inset space ~
21188 \end_inset
21189
21190 posible
21191 \family default
21192 , luego 
21193 \family sans
21194 Principio
21195 \begin_inset space ~
21196 \end_inset
21197
21198 de
21199 \begin_inset space ~
21200 \end_inset
21201
21202 página
21203 \family default
21204 , y después las otras.
21205  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21206  pero en dicho orden.
21207  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21208  pero intenta poner el flotante en la página siguiente.
21209 \end_layout
21210
21211 \begin_layout Standard
21212 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21213 \end_layout
21214
21215 \begin_layout Labeling
21216 \labelwidthstring 00.00.0000
21217
21218 \family sans
21219 Principio
21220 \begin_inset space ~
21221 \end_inset
21222
21223 de
21224 \begin_inset space ~
21225 \end_inset
21226
21227 página:
21228 \family default
21229  sólo si el flotante ocupa menos del 70
21230 \begin_inset space \thinspace{}
21231 \end_inset
21232
21233 % de la página puede ubicarse al principio de página (
21234 \series bold
21235
21236 \backslash
21237 topfraction
21238 \series default
21239 )
21240 \end_layout
21241
21242 \begin_layout Labeling
21243 \labelwidthstring 00.00.0000
21244
21245 \family sans
21246 Fin
21247 \begin_inset space ~
21248 \end_inset
21249
21250 de
21251 \begin_inset space ~
21252 \end_inset
21253
21254 página:
21255 \family default
21256  sólo si el flotante ocupa menos del 30
21257 \begin_inset space \thinspace{}
21258 \end_inset
21259
21260 % de la página puede ubicarse al fin de página.
21261  (
21262 \series bold
21263
21264 \backslash
21265 bottomfraction
21266 \series default
21267 )
21268 \end_layout
21269
21270 \begin_layout Labeling
21271 \labelwidthstring 00.00.0000
21272
21273 \family sans
21274 Página
21275 \begin_inset space ~
21276 \end_inset
21277
21278 de
21279 \begin_inset space ~
21280 \end_inset
21281
21282 flotantes:
21283 \family default
21284  sólo si más del 50
21285 \begin_inset space \thinspace{}
21286 \end_inset
21287
21288 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21289  página.
21290  (
21291 \series bold
21292
21293 \backslash
21294 floatpagefraction
21295 \series default
21296 )
21297 \end_layout
21298
21299 \begin_layout Standard
21300 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21301  
21302 \family sans
21303 Ignorar
21304 \begin_inset space ~
21305 \end_inset
21306
21307 reglas
21308 \begin_inset space ~
21309 \end_inset
21310
21311 de
21312 \begin_inset space ~
21313 \end_inset
21314
21315 LaTeX
21316 \family default
21317 .
21318 \begin_inset Newline newline
21319 \end_inset
21320
21321 También puedes redefinir las reglas con los comandos LaTeX que van entre
21322  paréntesis tras la descripción de las reglas anteriores.
21323  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21324  la regla 
21325 \family sans
21326 Fin
21327 \family default
21328
21329 \begin_inset space ~
21330 \end_inset
21331
21332
21333 \family sans
21334 de
21335 \family default
21336
21337 \begin_inset space ~
21338 \end_inset
21339
21340
21341 \family sans
21342 página
21343 \family default
21344  al 50
21345 \begin_inset space \thinspace{}
21346 \end_inset
21347
21348 %, añade esta línea en el preámbulo:
21349 \end_layout
21350
21351 \begin_layout Standard
21352
21353 \series bold
21354
21355 \backslash
21356 renewcommand{
21357 \backslash
21358 bottomfraction}{0.5}
21359 \end_layout
21360
21361 \begin_layout Standard
21362 En determinados casos podrías necesitar ubicar un flotante exactamente en
21363  la posición en la que se inserta.
21364  Para esto puedes usar la opción 
21365 \family sans
21366 Aquí
21367 \begin_inset space ~
21368 \end_inset
21369
21370 definitivamente
21371 \family default
21372 .
21373  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21374  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21375  se podría estropear el diseño de la página.
21376 \end_layout
21377
21378 \begin_layout Standard
21379 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21380  rodeados por texto de un párrafo determinado.
21381 \begin_inset VSpace bigskip
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \begin_layout Standard
21388 A veces surge el problema de que un flotante se sitúa al principio de la
21389  página mientras que su sección correspondiente empieza en mitad de la página,
21390  así que el lector podría creer que el flotante forma parte de la sección
21391  anterior.
21392  Para evitarlo puede emplearse el comando LaTeX 
21393 \series bold
21394
21395 \backslash
21396 suppressfloats
21397 \series default
21398 , que suprime la ubicación de un flotante dado en la página donde se inserta
21399  y además puede servir para evitar que el flotante se coloque antes del
21400  inicio de sección.
21401  Para ello, añade estos comandos al preámbulo:
21402 \end_layout
21403
21404 \begin_layout Standard
21405
21406 \series bold
21407
21408 \backslash
21409 let
21410 \backslash
21411 mySection
21412 \backslash
21413 section
21414 \begin_inset Newline newline
21415 \end_inset
21416
21417
21418 \backslash
21419 renewcommand{
21420 \backslash
21421 section}{
21422 \backslash
21423 suppressfloats[t]
21424 \backslash
21425 mySection}
21426 \end_layout
21427
21428 \begin_layout Standard
21429 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21430  subsecciones.
21431  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21432  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21433 \end_layout
21434
21435 \begin_layout Standard
21436 \begin_inset VSpace bigskip
21437 \end_inset
21438
21439 En ciertos casos se quieren tener todas las figuras/tablas al final del
21440  documento.
21441  Para estos casos está el paquete LaTeX 
21442 \series bold
21443 endfloat
21444 \series default
21445
21446 \begin_inset Index idx
21447 status collapsed
21448
21449 \begin_layout Plain Layout
21450 LaTeX-paquetes ! endfloat
21451 \end_layout
21452
21453 \end_inset
21454
21455 .
21456  Pone todas las figuras y tablas flotantes al final del documento en secciones
21457  propias.
21458  En la posición original del flotante se inserta una indicación como «
21459 \family sans
21460 [Figure
21461 \begin_inset space ~
21462 \end_inset
21463
21464 3.2 about here.]
21465 \family default
21466 ».
21467  El paquete 
21468 \series bold
21469 endfloat
21470 \series default
21471  se carga en el preámbulo con la línea
21472 \end_layout
21473
21474 \begin_layout Standard
21475
21476 \series bold
21477
21478 \backslash
21479 usepackage[options]{endfloat}
21480 \end_layout
21481
21482 \begin_layout Standard
21483 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21484  Para más información véase la documentación 
21485 \begin_inset CommandInset citation
21486 LatexCommand cite
21487 key "endfloat"
21488
21489 \end_inset
21490
21491 .
21492 \begin_inset Newline newline
21493 \end_inset
21494
21495
21496 \begin_inset Note Greyedout
21497 status open
21498
21499 \begin_layout Plain Layout
21500
21501 \series bold
21502 Nota: endfloat
21503 \series default
21504  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21505  véase sección
21506 \begin_inset space ~
21507 \end_inset
21508
21509 4 en 
21510 \begin_inset CommandInset citation
21511 LatexCommand cite
21512 key "endfloat"
21513
21514 \end_inset
21515
21516 .
21517 \end_layout
21518
21519 \end_inset
21520
21521
21522 \begin_inset Newline newline
21523 \end_inset
21524
21525
21526 \begin_inset Note Greyedout
21527 status open
21528
21529 \begin_layout Plain Layout
21530
21531 \series bold
21532 Nota:
21533 \series default
21534  Actualmente hay un error en 
21535 \series bold
21536 endfloat
21537 \series default
21538  cuando la leyenda contiene el carácter alemán «ß».
21539  Usa en ese caso el comando «
21540 \series bold
21541
21542 \backslash
21543 ss
21544 \series default
21545 » en código TeX en vez de «ß».
21546 \end_layout
21547
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \begin_layout Standard
21554 \begin_inset VSpace bigskip
21555 \end_inset
21556
21557 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21558 \begin_inset CommandInset citation
21559 LatexCommand cite
21560 key "latexcompanion,latexguide,latexbook"
21561
21562 \end_inset
21563
21564 .
21565 \end_layout
21566
21567 \begin_layout Section
21568 Rotación de flotantes
21569 \begin_inset CommandInset label
21570 LatexCommand label
21571 name "sec:Rotación-de-Flotantes"
21572
21573 \end_inset
21574
21575
21576 \begin_inset Index idx
21577 status collapsed
21578
21579 \begin_layout Plain Layout
21580 Flotantes ! Rotación
21581 \end_layout
21582
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \begin_layout Standard
21589 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21590  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21591  la opción 
21592 \family sans
21593 Girar
21594 \begin_inset space ~
21595 \end_inset
21596
21597 a
21598 \begin_inset space ~
21599 \end_inset
21600
21601 un
21602 \begin_inset space ~
21603 \end_inset
21604
21605 lado
21606 \family default
21607 .
21608 \end_layout
21609
21610 \begin_layout Standard
21611 Los flotantes girados son puestos siempre en su propia página (o columna
21612  si el documento es de dos columnas).
21613  Se les puede permitir abarcar varias columnas con la opción de configuración
21614  
21615 \family sans
21616 Extender
21617 \begin_inset space ~
21618 \end_inset
21619
21620 columnas
21621 \family default
21622 .
21623  Se rotan de forma que puedes leerlos desde el margen externo.
21624  Para forzar determinada dirección de rotación para todas las páginas, puedes
21625  añadir una de las opciones 
21626 \series bold
21627 figuresleft
21628 \series default
21629  o 
21630 \series bold
21631 figuresright
21632 \series default
21633  a las opciones de clase del documento.
21634 \end_layout
21635
21636 \begin_layout Standard
21637 Los flotantes girados se refieren igual que los normales, y el formato de
21638  la leyenda también es el mismo: un ejemplo es la tabla
21639 \begin_inset space ~
21640 \end_inset
21641
21642
21643 \begin_inset CommandInset ref
21644 LatexCommand ref
21645 reference "tab:Tabla-girada"
21646
21647 \end_inset
21648
21649 .
21650 \end_layout
21651
21652 \begin_layout Standard
21653 \begin_inset Note Greyedout
21654 status open
21655
21656 \begin_layout Plain Layout
21657
21658 \series bold
21659 Nota:
21660 \series default
21661  No todos los visores DVI pueden mostrar tablas giradas.
21662 \end_layout
21663
21664 \end_inset
21665
21666
21667 \end_layout
21668
21669 \begin_layout Standard
21670 \begin_inset Float table
21671 wide false
21672 sideways true
21673 status open
21674
21675 \begin_layout Plain Layout
21676 \begin_inset Caption
21677
21678 \begin_layout Plain Layout
21679 \begin_inset CommandInset label
21680 LatexCommand label
21681 name "tab:Tabla-girada"
21682
21683 \end_inset
21684
21685 Tabla girada
21686 \end_layout
21687
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \begin_layout Plain Layout
21694 \align center
21695 \begin_inset Tabular
21696 <lyxtabular version="3" rows="1" columns="5">
21697 <features tabularvalignment="middle">
21698 <column alignment="center" valignment="top" width="0">
21699 <column alignment="center" valignment="top" width="0">
21700 <column alignment="center" valignment="top" width="0">
21701 <column alignment="center" valignment="top" width="0">
21702 <column alignment="center" valignment="top" width="0">
21703 <row>
21704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 test
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 b
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726 c
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735 d
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744 e
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 </row>
21750 </lyxtabular>
21751
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \begin_layout Section
21763 Subflotantes
21764 \begin_inset Index idx
21765 status collapsed
21766
21767 \begin_layout Plain Layout
21768 Flotantes ! Subflotantes
21769 \end_layout
21770
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \begin_layout Standard
21777 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21778  imágenes.
21779  Se crean insertando un flotante dentro de otro.
21780  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21781  como se muestra en las tablas
21782 \begin_inset space ~
21783 \end_inset
21784
21785
21786 \begin_inset CommandInset ref
21787 LatexCommand ref
21788 reference "tab:Dos-subtablas-adosadas"
21789
21790 \end_inset
21791
21792  y
21793 \begin_inset space ~
21794 \end_inset
21795
21796
21797 \begin_inset CommandInset ref
21798 LatexCommand ref
21799 reference "tab:Dos-subtablas-una-sobre"
21800
21801 \end_inset
21802
21803 .
21804 \end_layout
21805
21806 \begin_layout Standard
21807 Las referencias a subflotantes funcionan como en los flotantes normales:
21808  la tabla
21809 \begin_inset space ~
21810 \end_inset
21811
21812
21813 \begin_inset CommandInset ref
21814 LatexCommand ref
21815 reference "tab:Esta-es-la-subtabla-a"
21816
21817 \end_inset
21818
21819  y la tabla
21820 \begin_inset space ~
21821 \end_inset
21822
21823
21824 \begin_inset CommandInset ref
21825 LatexCommand ref
21826 reference "tab:Esta-es-la-subtabla-b"
21827
21828 \end_inset
21829
21830  son subtablas de la tabla
21831 \begin_inset space ~
21832 \end_inset
21833
21834
21835 \begin_inset CommandInset ref
21836 LatexCommand ref
21837 reference "tab:Dos-subtablas-adosadas"
21838
21839 \end_inset
21840
21841 .
21842 \end_layout
21843
21844 \begin_layout Standard
21845 \begin_inset Float table
21846 wide false
21847 sideways false
21848 status open
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Caption
21852
21853 \begin_layout Plain Layout
21854 \begin_inset CommandInset label
21855 LatexCommand label
21856 name "tab:Dos-subtablas-adosadas"
21857
21858 \end_inset
21859
21860 Dos subtablas adosadas
21861 \end_layout
21862
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \begin_layout Plain Layout
21869 \begin_inset space \hfill{}
21870 \end_inset
21871
21872
21873 \begin_inset Float table
21874 wide false
21875 sideways false
21876 status collapsed
21877
21878 \begin_layout Plain Layout
21879 \begin_inset Caption
21880
21881 \begin_layout Plain Layout
21882 \begin_inset CommandInset label
21883 LatexCommand label
21884 name "tab:Esta-es-la-subtabla-a"
21885
21886 \end_inset
21887
21888 Esta es la subtabla a
21889 \end_layout
21890
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \begin_layout Plain Layout
21897 \align center
21898 \begin_inset Tabular
21899 <lyxtabular version="3" rows="1" columns="5">
21900 <features tabularvalignment="middle">
21901 <column alignment="center" valignment="top" width="0">
21902 <column alignment="center" valignment="top" width="0">
21903 <column alignment="center" valignment="top" width="0">
21904 <column alignment="center" valignment="top" width="0">
21905 <column alignment="center" valignment="top" width="0">
21906 <row>
21907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 test 
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 b
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929 c
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 d
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947 e
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 </row>
21953 </lyxtabular>
21954
21955 \end_inset
21956
21957
21958 \end_layout
21959
21960 \end_inset
21961
21962
21963 \begin_inset space \hfill{}
21964 \end_inset
21965
21966
21967 \begin_inset Float table
21968 wide false
21969 sideways false
21970 status collapsed
21971
21972 \begin_layout Plain Layout
21973 \begin_inset Caption
21974
21975 \begin_layout Plain Layout
21976 \begin_inset CommandInset label
21977 LatexCommand label
21978 name "tab:Esta-es-la-subtabla-b"
21979
21980 \end_inset
21981
21982 Esta es la subtabla b
21983 \end_layout
21984
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \begin_layout Plain Layout
21991 \align center
21992 \begin_inset Tabular
21993 <lyxtabular version="3" rows="1" columns="5">
21994 <features tabularvalignment="middle">
21995 <column alignment="center" valignment="top" width="0">
21996 <column alignment="center" valignment="top" width="0">
21997 <column alignment="center" valignment="top" width="0">
21998 <column alignment="center" valignment="top" width="0">
21999 <column alignment="center" valignment="top" width="0">
22000 <row>
22001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22002 \begin_inset Text
22003
22004 \begin_layout Plain Layout
22005 e
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 d
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023 c
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 b
22033 \end_layout
22034
22035 \end_inset
22036 </cell>
22037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22038 \begin_inset Text
22039
22040 \begin_layout Plain Layout
22041 test
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 </lyxtabular>
22048
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \begin_layout Plain Layout
22055
22056 \end_layout
22057
22058 \end_inset
22059
22060
22061 \begin_inset space \hfill{}
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \begin_layout Standard
22073 \begin_inset Float table
22074 wide false
22075 sideways false
22076 status open
22077
22078 \begin_layout Plain Layout
22079 \begin_inset Caption
22080
22081 \begin_layout Plain Layout
22082 \begin_inset CommandInset label
22083 LatexCommand label
22084 name "tab:Dos-subtablas-una-sobre"
22085
22086 \end_inset
22087
22088 Dos subtablas colocadas una sobre otra.
22089  La tabla (a) con 4 celdas, la (b) con 5 celdas.
22090 \end_layout
22091
22092 \end_inset
22093
22094
22095 \end_layout
22096
22097 \begin_layout Plain Layout
22098 \noindent
22099 \align center
22100 \begin_inset Float table
22101 wide false
22102 sideways false
22103 status collapsed
22104
22105 \begin_layout Plain Layout
22106 \begin_inset Caption
22107
22108 \begin_layout Plain Layout
22109
22110 \end_layout
22111
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \begin_layout Plain Layout
22118 \align center
22119 \begin_inset Tabular
22120 <lyxtabular version="3" rows="1" columns="4">
22121 <features tabularvalignment="middle">
22122 <column alignment="center" valignment="top" width="0">
22123 <column alignment="center" valignment="top" width="0">
22124 <column alignment="center" valignment="top" width="0">
22125 <column alignment="center" valignment="top" width="0">
22126 <row>
22127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131 test
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 test
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149 test
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158 test
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 </row>
22164 </lyxtabular>
22165
22166 \end_inset
22167
22168
22169 \end_layout
22170
22171 \begin_layout Plain Layout
22172
22173 \end_layout
22174
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \begin_layout Plain Layout
22181 \align center
22182 \begin_inset Float table
22183 wide false
22184 sideways false
22185 status collapsed
22186
22187 \begin_layout Plain Layout
22188
22189 \end_layout
22190
22191 \begin_layout Plain Layout
22192 \begin_inset Caption
22193
22194 \begin_layout Plain Layout
22195
22196 \end_layout
22197
22198 \end_inset
22199
22200
22201 \end_layout
22202
22203 \begin_layout Plain Layout
22204 \align center
22205 \begin_inset Tabular
22206 <lyxtabular version="3" rows="1" columns="5">
22207 <features tabularvalignment="middle">
22208 <column alignment="center" valignment="top" width="0">
22209 <column alignment="center" valignment="top" width="0">
22210 <column alignment="center" valignment="top" width="0">
22211 <column alignment="center" valignment="top" width="0">
22212 <column alignment="center" valignment="top" width="0">
22213 <row>
22214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218 a
22219 \end_layout
22220
22221 \end_inset
22222 </cell>
22223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227 b
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 c
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245 d
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 e
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 </row>
22260 </lyxtabular>
22261
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \begin_layout Plain Layout
22268
22269 \end_layout
22270
22271 \end_inset
22272
22273
22274 \end_layout
22275
22276 \end_inset
22277
22278
22279 \end_layout
22280
22281 \begin_layout Section
22282 Flotantes adosados
22283 \begin_inset Index idx
22284 status collapsed
22285
22286 \begin_layout Plain Layout
22287 Flotantes ! Adosados
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Standard
22296 Para colocar flotantes unos junto a otros, como en la figura
22297 \begin_inset space ~
22298 \end_inset
22299
22300
22301 \begin_inset CommandInset ref
22302 LatexCommand ref
22303 reference "fig:Flotante-izquierda"
22304
22305 \end_inset
22306
22307  y 
22308 \begin_inset CommandInset ref
22309 LatexCommand ref
22310 reference "fig:Flotante-derecha"
22311
22312 \end_inset
22313
22314 , se pone 
22315 \emph on
22316 un
22317 \emph default
22318  solo flotante.
22319  En él se insertan dos cuadros tipo minipágina.
22320 \begin_inset Foot
22321 status collapsed
22322
22323 \begin_layout Plain Layout
22324 Las minipáginas se explican en la sección
22325 \begin_inset space ~
22326 \end_inset
22327
22328
22329 \begin_inset CommandInset ref
22330 LatexCommand ref
22331 reference "sec:Minipáginas"
22332
22333 \end_inset
22334
22335 .
22336 \end_layout
22337
22338 \end_inset
22339
22340  La anchura de la columna se establece en 45-50
22341 \begin_inset space \thinspace{}
22342 \end_inset
22343
22344 % y la alineación en 
22345 \family sans
22346 Inferior
22347 \family default
22348  para cada minipágina.
22349  Las minipáginas contienen la imagen y su título, de igual forma que en
22350  los flotantes.
22351  La única diferencia es que el 
22352 \family sans
22353 Ancho
22354 \begin_inset space ~
22355 \end_inset
22356
22357 de
22358 \begin_inset space ~
22359 \end_inset
22360
22361 columna
22362 \begin_inset space ~
22363 \end_inset
22364
22365 %
22366 \family default
22367  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22368 \end_layout
22369
22370 \begin_layout Standard
22371 \begin_inset Float figure
22372 placement h
22373 wide false
22374 sideways false
22375 status open
22376
22377 \begin_layout Plain Layout
22378 \begin_inset Box Frameless
22379 position "b"
22380 hor_pos "c"
22381 has_inner_box 1
22382 inner_pos "t"
22383 use_parbox 0
22384 use_makebox 0
22385 width "45col%"
22386 special "none"
22387 height "1in"
22388 height_special "totalheight"
22389 status open
22390
22391 \begin_layout Plain Layout
22392 \align center
22393 \begin_inset Graphics
22394         filename ../clipart/mobius.eps
22395         lyxscale 50
22396         width 100col%
22397         scaleBeforeRotation
22398
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \begin_layout Plain Layout
22405 \begin_inset Caption
22406
22407 \begin_layout Plain Layout
22408 \begin_inset CommandInset label
22409 LatexCommand label
22410 name "fig:Flotante-izquierda"
22411
22412 \end_inset
22413
22414 Flotante en el lado izquierdo.
22415 \end_layout
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \end_inset
22423
22424
22425 \begin_inset space \hfill{}
22426 \end_inset
22427
22428
22429 \begin_inset Box Frameless
22430 position "b"
22431 hor_pos "c"
22432 has_inner_box 1
22433 inner_pos "t"
22434 use_parbox 0
22435 use_makebox 0
22436 width "45col%"
22437 special "none"
22438 height "1in"
22439 height_special "totalheight"
22440 status open
22441
22442 \begin_layout Plain Layout
22443 \align center
22444 \begin_inset Graphics
22445         filename ../clipart/platypus.eps
22446         lyxscale 50
22447         width 100col%
22448         scaleBeforeRotation
22449
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \begin_layout Plain Layout
22456 \begin_inset Caption
22457
22458 \begin_layout Plain Layout
22459 \begin_inset CommandInset label
22460 LatexCommand label
22461 name "fig:Flotante-derecha"
22462
22463 \end_inset
22464
22465 Flotante en el lado derecho.
22466 \end_layout
22467
22468 \end_inset
22469
22470
22471 \end_layout
22472
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \end_inset
22479
22480
22481 \end_layout
22482
22483 \begin_layout Section
22484 Formato de las leyendas
22485 \begin_inset Index idx
22486 status collapsed
22487
22488 \begin_layout Plain Layout
22489 Leyendas ! Formato
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \begin_inset Index idx
22496 status collapsed
22497
22498 \begin_layout Plain Layout
22499 Flotantes ! Formato de las leyendas
22500 \end_layout
22501
22502 \end_inset
22503
22504
22505 \begin_inset CommandInset label
22506 LatexCommand label
22507 name "sec:Formato-de-leyendas"
22508
22509 \end_inset
22510
22511
22512 \end_layout
22513
22514 \begin_layout Standard
22515 El entorno 
22516 \family sans
22517 Leyenda
22518 \family default
22519  es el predeterminado para los 
22520 \family sans
22521 Flotantes
22522 \family default
22523 .
22524  En LyX las leyendas se muestran como etiqueta, p.
22525 \begin_inset space \thinspace{}
22526 \end_inset
22527
22528 e.
22529 \begin_inset space ~
22530 \end_inset
22531
22532 «
22533 \family sans
22534 Figura #
22535 \family default
22536 :» seguida por el texto.
22537  «#» es el número real de referencia.
22538  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22539  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22540  del texto.
22541  El entorno leyenda no es apropiado para todos los tipos de documento.
22542  
22543 \end_layout
22544
22545 \begin_layout Standard
22546 Para cambiar el formato predeterminado carga el paquete LaTeX 
22547 \series bold
22548 caption
22549 \series default
22550
22551 \begin_inset Index idx
22552 status collapsed
22553
22554 \begin_layout Plain Layout
22555 LaTeX-paquetes ! caption
22556 \end_layout
22557
22558 \end_inset
22559
22560  en el preámbulo del documento con la línea:
22561 \end_layout
22562
22563 \begin_layout Standard
22564
22565 \series bold
22566
22567 \backslash
22568 usepackage[definición de formato]{caption}
22569 \end_layout
22570
22571 \begin_layout Standard
22572 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22573  las leyendas de tabla siempre sobre ella como en este documento, usa el
22574  comando:
22575 \end_layout
22576
22577 \begin_layout Standard
22578
22579 \series bold
22580
22581 \backslash
22582 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22583 \end_layout
22584
22585 \begin_layout Standard
22586 También puedes definir distintos formatos de leyenda para los distintos
22587  tipos de flotantes.
22588  En ese caso carga el paquete 
22589 \series bold
22590 caption
22591 \series default
22592  sin opciones específicas y define los distintos formatos con ayuda del
22593  comando
22594 \end_layout
22595
22596 \begin_layout Standard
22597
22598 \series bold
22599
22600 \backslash
22601 captionsetup[tipo de flotante]{definición de formato}
22602 \end_layout
22603
22604 \begin_layout Standard
22605 en el preámbulo del documento.
22606  Por ejemplo las leyendas de la Figura
22607 \begin_inset space ~
22608 \end_inset
22609
22610
22611 \begin_inset CommandInset ref
22612 LatexCommand ref
22613 reference "fig:Esto-es-una-fig"
22614
22615 \end_inset
22616
22617  y la tabla
22618 \begin_inset space ~
22619 \end_inset
22620
22621
22622 \begin_inset CommandInset ref
22623 LatexCommand ref
22624 reference "tab:Esto-es-una-tab"
22625
22626 \end_inset
22627
22628  pueden crearse usando los siguientes comandos en el preámbulo:
22629 \end_layout
22630
22631 \begin_layout Standard
22632
22633 \series bold
22634
22635 \backslash
22636 usepackage[tableposition=top]{caption}
22637 \series default
22638
22639 \begin_inset Newline newline
22640 \end_inset
22641
22642
22643 \series bold
22644
22645 \backslash
22646 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22647 \begin_inset Newline newline
22648 \end_inset
22649
22650
22651 \begin_inset Phantom HPhantom
22652 status open
22653
22654 \begin_layout Plain Layout
22655
22656 \series bold
22657
22658 \backslash
22659 captionsetup[figure]{
22660 \end_layout
22661
22662 \end_inset
22663
22664 labelsep=period}
22665 \begin_inset Newline newline
22666 \end_inset
22667
22668
22669 \backslash
22670 captionsetup[table]{labelfont={bf,sf}}
22671 \end_layout
22672
22673 \begin_layout Standard
22674 \begin_inset Note Greyedout
22675 status open
22676
22677 \begin_layout Plain Layout
22678
22679 \series bold
22680 Nota: 
22681 \series default
22682 La opción 
22683 \series bold
22684 tableposition=top
22685 \series default
22686  no tiene efecto si se usa una clase de documento 
22687 \series bold
22688 KOMA-Script
22689 \series default
22690 .
22691  En este caso debe utilizarse la opción de clase de documento 
22692 \series bold
22693 captions=tableheading
22694 \series default
22695 .
22696  
22697 \end_layout
22698
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \begin_layout Standard
22705 Para más información sobre el paquete 
22706 \series bold
22707 caption
22708 \series default
22709  acude a su documentación 
22710 \begin_inset CommandInset citation
22711 LatexCommand cite
22712 key "caption"
22713
22714 \end_inset
22715
22716 .
22717 \end_layout
22718
22719 \begin_layout Standard
22720 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22721 \begin_inset space \thinspace{}
22722 \end_inset
22723
22724 e., usa el siguiente comando de preámbulo:
22725 \end_layout
22726
22727 \begin_layout Standard
22728
22729 \series bold
22730
22731 \backslash
22732 renewcommand{
22733 \backslash
22734 fnum@figure}{Imagen~
22735 \backslash
22736 thefigure}
22737 \end_layout
22738
22739 \begin_layout Standard
22740 donde 
22741 \series bold
22742
22743 \backslash
22744 thefigure
22745 \series default
22746  inserta el número de figura y «~» genera un espacio protegido.
22747
22748 \series bold
22749  
22750 \end_layout
22751
22752 \begin_layout Standard
22753 \begin_inset VSpace bigskip
22754 \end_inset
22755
22756 Si estás usando la clase de documento 
22757 \series bold
22758 KOMA-Script
22759 \series default
22760
22761 \begin_inset Index idx
22762 status collapsed
22763
22764 \begin_layout Plain Layout
22765 LaTeX-paquetes ! KOMA-Script
22766 \end_layout
22767
22768 \end_inset
22769
22770  (
22771 \family sans
22772 article (KOMA-Script)
22773 \family default
22774
22775 \family sans
22776 book (KOMA-Script)
22777 \family default
22778
22779 \family sans
22780 letter (KOMA-Script)
22781 \family default
22782 , o 
22783 \family sans
22784 report (KOMA-Script)
22785 \family default
22786
22787 \begin_inset space \thinspace{}
22788 \end_inset
22789
22790 ), puedes emplear en vez del paquete 
22791 \series bold
22792 caption
22793 \series default
22794  el comando 
22795 \series bold
22796
22797 \backslash
22798 setkomafont
22799 \series default
22800  incluido en 
22801 \series bold
22802 KOMA-Script
22803 \series default
22804 .
22805  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22806  comando en el preámbulo del documento:
22807 \end_layout
22808
22809 \begin_layout Standard
22810
22811 \series bold
22812
22813 \backslash
22814 setkomafont{captionlabel}{
22815 \backslash
22816 bfseries}
22817 \end_layout
22818
22819 \begin_layout Standard
22820 Más información sobre 
22821 \series bold
22822
22823 \backslash
22824 setkomafont
22825 \series default
22826  en la documentación de 
22827 \series bold
22828 KOMA-Script
22829 \series default
22830  
22831 \begin_inset CommandInset citation
22832 LatexCommand cite
22833 key "KOMA-Script"
22834
22835 \end_inset
22836
22837 .
22838 \end_layout
22839
22840 \begin_layout Standard
22841 \begin_inset ERT
22842 status collapsed
22843
22844 \begin_layout Plain Layout
22845
22846
22847 \backslash
22848 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22849 }
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \begin_inset Note Note
22856 status collapsed
22857
22858 \begin_layout Plain Layout
22859 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22860 \end_layout
22861
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \begin_layout Standard
22868 \begin_inset Float figure
22869 placement !p
22870 wide false
22871 sideways false
22872 status open
22873
22874 \begin_layout Plain Layout
22875 \align center
22876 \begin_inset Graphics
22877         filename ../clipart/mobius.eps
22878         lyxscale 50
22879         scale 50
22880
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \begin_layout Plain Layout
22887 \begin_inset Caption
22888
22889 \begin_layout Plain Layout
22890 \begin_inset CommandInset label
22891 LatexCommand label
22892 name "fig:Esto-es-una-fig"
22893
22894 \end_inset
22895
22896
22897 \begin_inset Argument
22898 status collapsed
22899
22900 \begin_layout Plain Layout
22901 Figura con leyenda muy larga
22902 \end_layout
22903
22904 \end_inset
22905
22906 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22907  mostrar el formato diferente.
22908  Aquí se usa una leyenda personalizada.
22909 \end_layout
22910
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \begin_layout Standard
22922 \begin_inset ERT
22923 status collapsed
22924
22925 \begin_layout Plain Layout
22926
22927
22928 \backslash
22929 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22930 on}
22931 \end_layout
22932
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \begin_layout Standard
22939 \begin_inset Float table
22940 placement !p
22941 wide false
22942 sideways false
22943 status collapsed
22944
22945 \begin_layout Plain Layout
22946 \begin_inset Caption
22947
22948 \begin_layout Plain Layout
22949 \begin_inset CommandInset label
22950 LatexCommand label
22951 name "tab:Esto-es-una-tab"
22952
22953 \end_inset
22954
22955
22956 \begin_inset Argument
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960 Tabla con leyenda muy larga
22961 \end_layout
22962
22963 \end_inset
22964
22965 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22966  el formato diferente.
22967  Aquí se usa el formato de leyenda estándar para las tablas.
22968 \end_layout
22969
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \begin_layout Plain Layout
22976 \align center
22977 \begin_inset Tabular
22978 <lyxtabular version="3" rows="1" columns="5">
22979 <features tabularvalignment="middle">
22980 <column alignment="center" valignment="top" width="0">
22981 <column alignment="center" valignment="top" width="0">
22982 <column alignment="center" valignment="top" width="0">
22983 <column alignment="center" valignment="top" width="0">
22984 <column alignment="center" valignment="top" width="0">
22985 <row>
22986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 a
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 b
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 c
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017 d
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026 e
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 </row>
23032 </lyxtabular>
23033
23034 \end_inset
23035
23036
23037 \end_layout
23038
23039 \end_inset
23040
23041
23042 \end_layout
23043
23044 \begin_layout Section
23045 Colocación de leyendas
23046 \begin_inset Index idx
23047 status collapsed
23048
23049 \begin_layout Plain Layout
23050 Leyendas ! Colocación
23051 \end_layout
23052
23053 \end_inset
23054
23055
23056 \begin_inset Index idx
23057 status collapsed
23058
23059 \begin_layout Plain Layout
23060 Flotantes ! Colocación de leyendas
23061 \end_layout
23062
23063 \end_inset
23064
23065
23066 \begin_inset CommandInset label
23067 LatexCommand label
23068 name "sec:Colocación-de-leyendas"
23069
23070 \end_inset
23071
23072
23073 \end_layout
23074
23075 \begin_layout Standard
23076 La norma habitual para colocar las leyendas es:
23077 \end_layout
23078
23079 \begin_layout Description
23080 Figura: La leyenda al pie de la figura
23081 \end_layout
23082
23083 \begin_layout Description
23084 Tabla: La leyenda sobre la tabla
23085 \end_layout
23086
23087 \begin_layout Standard
23088 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
23089  la tabla.
23090  Esto implica que si usas las clases de documento 
23091 \family sans
23092 article
23093 \family default
23094
23095 \family sans
23096 book
23097 \family default
23098
23099 \family sans
23100 letter
23101 \family default
23102 , o 
23103 \family sans
23104 report
23105 \family default
23106  no habrá espacio entre la leyenda y la tabla.
23107  Para insertar el espacio adecuado añade la siguiente opción al comando
23108  del paquete LaTeX 
23109 \series bold
23110 caption
23111 \series default
23112  en el preámbulo del documento:
23113 \begin_inset Foot
23114 status collapsed
23115
23116 \begin_layout Plain Layout
23117 Véase la sección
23118 \begin_inset space ~
23119 \end_inset
23120
23121
23122 \begin_inset CommandInset ref
23123 LatexCommand ref
23124 reference "sec:Formato-de-leyendas"
23125
23126 \end_inset
23127
23128  para más información sobre el paquete 
23129 \series bold
23130 caption
23131 \series default
23132 .
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \end_layout
23139
23140 \begin_layout Standard
23141
23142 \series bold
23143 tableposition=top
23144 \end_layout
23145
23146 \begin_layout Standard
23147 Si estás usando la clase 
23148 \series bold
23149 KOMA-Script
23150 \series default
23151
23152 \begin_inset Index idx
23153 status collapsed
23154
23155 \begin_layout Plain Layout
23156 LaTeX-paquetes ! KOMA-Script
23157 \end_layout
23158
23159 \end_inset
23160
23161  (
23162 \family sans
23163 article (KOMA-Script)
23164 \family default
23165
23166 \family sans
23167 book (KOMA-Script)
23168 \family default
23169
23170 \family sans
23171 letter (KOMA-Script)
23172 \family default
23173 , o 
23174 \family sans
23175 report (KOMA-Script)
23176 \family default
23177
23178 \begin_inset space \thinspace{}
23179 \end_inset
23180
23181 ), en vez de 
23182 \series bold
23183 caption
23184 \series default
23185  puedes poner la opción 
23186 \series bold
23187 captions=tableheading
23188 \series default
23189  de la clase de documento.
23190 \end_layout
23191
23192 \begin_layout Standard
23193 \begin_inset VSpace bigskip
23194 \end_inset
23195
23196 También es posible poner la leyenda junto a una figura o tabla.
23197  Para conseguirlo hay que cargar el paquete LaTeX 
23198 \series bold
23199 sidecap
23200 \series default
23201
23202 \begin_inset Index idx
23203 status collapsed
23204
23205 \begin_layout Plain Layout
23206 LaTeX-paquetes ! sidecap
23207 \end_layout
23208
23209 \end_inset
23210
23211  añadiendo en el preámbulo del documento la línea
23212 \end_layout
23213
23214 \begin_layout Standard
23215
23216 \series bold
23217
23218 \backslash
23219 usepackage[option]{sidecap}
23220 \end_layout
23221
23222 \begin_layout Standard
23223 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23224  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23225  Puedes cambiar la colocación al margen interno con la opción 
23226 \series bold
23227 innercaption
23228 \series default
23229 .
23230  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23231  opciones 
23232 \series bold
23233 rightcaption
23234 \series default
23235  o 
23236 \series bold
23237 leftcaption
23238 \series default
23239 , respectivamente.
23240 \end_layout
23241
23242 \begin_layout Standard
23243 \begin_inset ERT
23244 status collapsed
23245
23246 \begin_layout Plain Layout
23247
23248
23249 \backslash
23250 ifsidecap
23251 \end_layout
23252
23253 \end_inset
23254
23255
23256 \begin_inset Note Note
23257 status collapsed
23258
23259 \begin_layout Plain Layout
23260 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23261  LaTeX 
23262 \series bold
23263 sidecap
23264 \series default
23265 .
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \begin_layout Standard
23274 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23275  estos comandos al preámbulo del documento:
23276 \end_layout
23277
23278 \begin_layout Standard
23279 \noindent
23280 \begin_inset CommandInset line
23281 LatexCommand rule
23282 offset "0.5ex"
23283 width "100line%"
23284 height "1pt"
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \begin_layout Standard
23292
23293 \series bold
23294
23295 \backslash
23296 newcommand{
23297 \backslash
23298 TabBesBeg}{%
23299 \begin_inset Newline newline
23300 \end_inset
23301
23302
23303 \begin_inset Phantom HPhantom
23304 status open
23305
23306 \begin_layout Plain Layout
23307
23308 \series bold
23309 \begin_inset space ~
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \end_inset
23316
23317
23318 \backslash
23319 let
23320 \backslash
23321 MyTable
23322 \backslash
23323 table
23324 \begin_inset Newline newline
23325 \end_inset
23326
23327
23328 \begin_inset Phantom HPhantom
23329 status open
23330
23331 \begin_layout Plain Layout
23332
23333 \series bold
23334 \begin_inset space ~
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341
23342
23343 \backslash
23344 let
23345 \backslash
23346 MyEndtable
23347 \backslash
23348 endtable
23349 \begin_inset Newline newline
23350 \end_inset
23351
23352
23353 \begin_inset Phantom HPhantom
23354 status open
23355
23356 \begin_layout Plain Layout
23357
23358 \series bold
23359 \begin_inset space ~
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366
23367
23368 \backslash
23369 renewenvironment{table}{
23370 \backslash
23371 begin{SCtable}}{
23372 \backslash
23373 end{SCtable}}}
23374 \end_layout
23375
23376 \begin_layout Standard
23377
23378 \series bold
23379
23380 \backslash
23381 newcommand{
23382 \backslash
23383 TabBesEnd}{%
23384 \begin_inset Newline newline
23385 \end_inset
23386
23387
23388 \begin_inset Phantom HPhantom
23389 status open
23390
23391 \begin_layout Plain Layout
23392
23393 \series bold
23394 \begin_inset space ~
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \end_inset
23401
23402
23403 \backslash
23404 let
23405 \backslash
23406 table
23407 \backslash
23408 MyTable
23409 \begin_inset Newline newline
23410 \end_inset
23411
23412
23413 \begin_inset Phantom HPhantom
23414 status open
23415
23416 \begin_layout Plain Layout
23417
23418 \series bold
23419 \begin_inset space ~
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426
23427
23428 \backslash
23429 let
23430 \backslash
23431 endtable
23432 \backslash
23433 MyEndtable
23434 \end_layout
23435
23436 \begin_layout Standard
23437
23438 \series bold
23439
23440 \backslash
23441 newcommand{
23442 \backslash
23443 FigBesBeg}{%
23444 \begin_inset Newline newline
23445 \end_inset
23446
23447
23448 \begin_inset Phantom HPhantom
23449 status open
23450
23451 \begin_layout Plain Layout
23452
23453 \series bold
23454 \begin_inset space ~
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \end_inset
23461
23462
23463 \backslash
23464 let
23465 \backslash
23466 MyFigure
23467 \backslash
23468 figure
23469 \begin_inset Newline newline
23470 \end_inset
23471
23472
23473 \begin_inset Phantom HPhantom
23474 status open
23475
23476 \begin_layout Plain Layout
23477
23478 \series bold
23479 \begin_inset space ~
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \end_inset
23486
23487
23488 \backslash
23489 let
23490 \backslash
23491 MyEndfigure
23492 \backslash
23493 endfigure
23494 \begin_inset Newline newline
23495 \end_inset
23496
23497
23498 \begin_inset Phantom HPhantom
23499 status open
23500
23501 \begin_layout Plain Layout
23502
23503 \series bold
23504 \begin_inset space ~
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \end_inset
23511
23512
23513 \backslash
23514 renewenvironment{figure}{
23515 \backslash
23516 begin{SCfigure}}{
23517 \backslash
23518 end{SCfigure}}}
23519 \end_layout
23520
23521 \begin_layout Standard
23522
23523 \series bold
23524
23525 \backslash
23526 newcommand{
23527 \backslash
23528 FigBesEnd}{%
23529 \begin_inset Newline newline
23530 \end_inset
23531
23532
23533 \begin_inset Phantom HPhantom
23534 status open
23535
23536 \begin_layout Plain Layout
23537
23538 \series bold
23539 \begin_inset space ~
23540 \end_inset
23541
23542
23543 \end_layout
23544
23545 \end_inset
23546
23547
23548 \backslash
23549 let
23550 \backslash
23551 figure
23552 \backslash
23553 MyFigure
23554 \begin_inset Newline newline
23555 \end_inset
23556
23557
23558 \begin_inset Phantom HPhantom
23559 status open
23560
23561 \begin_layout Plain Layout
23562
23563 \series bold
23564 \begin_inset space ~
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \end_inset
23571
23572
23573 \backslash
23574 let
23575 \backslash
23576 endfigure
23577 \backslash
23578 MyEndfigure}
23579 \end_layout
23580
23581 \begin_layout Standard
23582 \noindent
23583 \begin_inset CommandInset line
23584 LatexCommand rule
23585 offset "0.5ex"
23586 width "100line%"
23587 height "1pt"
23588
23589 \end_inset
23590
23591
23592 \end_layout
23593
23594 \begin_layout Standard
23595 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23596  en un lado.
23597  Para figuras flotantes usa el comando
23598 \end_layout
23599
23600 \begin_layout Standard
23601
23602 \series bold
23603
23604 \backslash
23605 FigBesBeg
23606 \end_layout
23607
23608 \begin_layout Standard
23609 en código TeX antes del flotante.
23610  Detrás del flotante inserta
23611 \end_layout
23612
23613 \begin_layout Standard
23614
23615 \series bold
23616
23617 \backslash
23618 FigBesEnd
23619 \end_layout
23620
23621 \begin_layout Standard
23622 en código TeX para volver a la definición original de flotantes.
23623 \end_layout
23624
23625 \begin_layout Standard
23626 Para tablas flotantes usa los comandos correspondientes
23627 \end_layout
23628
23629 \begin_layout Standard
23630
23631 \series bold
23632
23633 \backslash
23634 TabBesBeg
23635 \series default
23636  y 
23637 \series bold
23638
23639 \backslash
23640 TabBesEnd
23641 \end_layout
23642
23643 \begin_layout Standard
23644 La figura
23645 \begin_inset space ~
23646 \end_inset
23647
23648
23649 \begin_inset CommandInset ref
23650 LatexCommand ref
23651 reference "fig:encab-al-lado"
23652
23653 \end_inset
23654
23655  y la tabla
23656 \begin_inset space ~
23657 \end_inset
23658
23659
23660 \begin_inset CommandInset ref
23661 LatexCommand ref
23662 reference "tab:encab-al-lado"
23663
23664 \end_inset
23665
23666  son ejemplos en los que el título se sitúa al lado.
23667 \end_layout
23668
23669 \begin_layout Standard
23670 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23671  en tablas flotantes y debajo en las figuras flotantes.
23672  Para cambiarlo, puedes usar el comando
23673 \end_layout
23674
23675 \begin_layout Standard
23676
23677 \series bold
23678
23679 \backslash
23680 sidecaptionvpos{tipo de flotante}{colocación}
23681 \end_layout
23682
23683 \begin_layout Standard
23684 en el preámbulo o en código TeX antes del flotante.
23685  El tipo de flotante es 
23686 \family sans
23687 figure
23688 \family default
23689  o 
23690 \family sans
23691 table
23692 \family default
23693 , la colocación puede ser «
23694 \family sans
23695 t
23696 \family default
23697 » por «top» (arriba), «
23698 \family sans
23699 c
23700 \family default
23701 » por «center» (centro), o «
23702 \family sans
23703 b
23704 \family default
23705 » por «bottom» (abajo).
23706  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23707  usa el comando
23708 \end_layout
23709
23710 \begin_layout Standard
23711
23712 \series bold
23713
23714 \backslash
23715 sidecaptionvpos{figure}{c}
23716 \end_layout
23717
23718 \begin_layout Standard
23719 Esto se ha hecho en la figura
23720 \begin_inset space ~
23721 \end_inset
23722
23723
23724 \begin_inset CommandInset ref
23725 LatexCommand ref
23726 reference "fig:encab-al-lado-de-fig"
23727
23728 \end_inset
23729
23730 .
23731 \end_layout
23732
23733 \begin_layout Standard
23734 \begin_inset VSpace medskip
23735 \end_inset
23736
23737 Más información sobre el paquete 
23738 \series bold
23739 sidecap
23740 \series default
23741  en su documentación 
23742 \begin_inset CommandInset citation
23743 LatexCommand cite
23744 key "sidecap"
23745
23746 \end_inset
23747
23748 .
23749 \end_layout
23750
23751 \begin_layout Standard
23752 \begin_inset Note Greyedout
23753 status open
23754
23755 \begin_layout Plain Layout
23756
23757 \series bold
23758 Nota:
23759 \series default
23760  El paquete LaTeX 
23761 \series bold
23762 hypcap
23763 \series default
23764
23765 \begin_inset Index idx
23766 status collapsed
23767
23768 \begin_layout Plain Layout
23769 LaTeX-paquetes ! hypcap
23770 \end_layout
23771
23772 \end_inset
23773
23774 , descrito en la sección
23775 \begin_inset space ~
23776 \end_inset
23777
23778
23779 \begin_inset CommandInset ref
23780 LatexCommand ref
23781 reference "sub:Colocación-de-Referencias"
23782
23783 \end_inset
23784
23785 , no afecta a flotantes con la leyenda al lado.
23786 \end_layout
23787
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \begin_layout Standard
23794 \begin_inset ERT
23795 status collapsed
23796
23797 \begin_layout Plain Layout
23798
23799
23800 \backslash
23801 FigBesBeg 
23802 \end_layout
23803
23804 \end_inset
23805
23806
23807 \end_layout
23808
23809 \begin_layout Standard
23810 \begin_inset Float figure
23811 wide false
23812 sideways false
23813 status open
23814
23815 \begin_layout Plain Layout
23816 \begin_inset Graphics
23817         filename ../clipart/escher-lsd.eps
23818         scale 75
23819
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \begin_layout Plain Layout
23826 \begin_inset Caption
23827
23828 \begin_layout Plain Layout
23829 \begin_inset CommandInset label
23830 LatexCommand label
23831 name "fig:encab-al-lado"
23832
23833 \end_inset
23834
23835 Leyenda al lado de una figura.
23836 \end_layout
23837
23838 \end_inset
23839
23840
23841 \end_layout
23842
23843 \end_inset
23844
23845
23846 \end_layout
23847
23848 \begin_layout Standard
23849 \begin_inset ERT
23850 status collapsed
23851
23852 \begin_layout Plain Layout
23853
23854
23855 \backslash
23856 TabBesBeg 
23857 \end_layout
23858
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \begin_layout Standard
23865 \begin_inset Float table
23866 wide false
23867 sideways false
23868 status open
23869
23870 \begin_layout Plain Layout
23871 \begin_inset Caption
23872
23873 \begin_layout Plain Layout
23874 \begin_inset CommandInset label
23875 LatexCommand label
23876 name "tab:encab-al-lado"
23877
23878 \end_inset
23879
23880 Leyenda al lado de una tabla.
23881 \end_layout
23882
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \begin_layout Plain Layout
23889 \begin_inset Tabular
23890 <lyxtabular version="3" rows="4" columns="5">
23891 <features tabularvalignment="middle">
23892 <column alignment="center" valignment="top" width="0">
23893 <column alignment="center" valignment="top" width="0">
23894 <column alignment="center" valignment="top" width="0">
23895 <column alignment="center" valignment="top" width="0">
23896 <column alignment="center" valignment="top" width="0">
23897 <row>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 a
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920 b
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 c
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 </row>
23944 <row>
23945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958 d
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967
23968 \end_layout
23969
23970 \end_inset
23971 </cell>
23972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976 e
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 </row>
23991 <row>
23992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996 f
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 g
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 h
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 </row>
24038 <row>
24039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 i
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 j
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 </row>
24085 </lyxtabular>
24086
24087 \end_inset
24088
24089
24090 \end_layout
24091
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \begin_layout Standard
24098 \begin_inset ERT
24099 status collapsed
24100
24101 \begin_layout Plain Layout
24102
24103
24104 \backslash
24105 TabBesEnd
24106 \end_layout
24107
24108 \end_inset
24109
24110
24111 \end_layout
24112
24113 \begin_layout Standard
24114 \begin_inset ERT
24115 status collapsed
24116
24117 \begin_layout Plain Layout
24118
24119
24120 \backslash
24121 sidecaptionvpos{figure}{c}
24122 \end_layout
24123
24124 \end_inset
24125
24126
24127 \begin_inset Float figure
24128 wide false
24129 sideways false
24130 status open
24131
24132 \begin_layout Plain Layout
24133 \begin_inset Graphics
24134         filename ../clipart/escher-lsd.eps
24135         scale 75
24136
24137 \end_inset
24138
24139
24140 \end_layout
24141
24142 \begin_layout Plain Layout
24143 \begin_inset Caption
24144
24145 \begin_layout Plain Layout
24146 \begin_inset CommandInset label
24147 LatexCommand label
24148 name "fig:encab-al-lado-de-fig"
24149
24150 \end_inset
24151
24152 Leyenda centrada verticalmente junto a una figura.
24153 \end_layout
24154
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \end_inset
24161
24162
24163 \end_layout
24164
24165 \begin_layout Standard
24166 \begin_inset ERT
24167 status collapsed
24168
24169 \begin_layout Plain Layout
24170
24171
24172 \backslash
24173 FigBesEnd
24174 \end_layout
24175
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \begin_layout Standard
24182 \begin_inset ERT
24183 status collapsed
24184
24185 \begin_layout Plain Layout
24186
24187
24188 \backslash
24189 else
24190 \end_layout
24191
24192 \end_inset
24193
24194
24195 \begin_inset Note Note
24196 status collapsed
24197
24198 \begin_layout Plain Layout
24199 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24200  
24201 \series bold
24202 sidecap
24203 \series default
24204 .
24205 \end_layout
24206
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \begin_layout Standard
24213 Debes instalar el paquete LaTeX 
24214 \series bold
24215 sidecap
24216 \series default
24217  para ver la parte siguiente en la salida.
24218 \end_layout
24219
24220 \begin_layout Standard
24221 \begin_inset ERT
24222 status collapsed
24223
24224 \begin_layout Plain Layout
24225
24226
24227 \backslash
24228 fi
24229 \end_layout
24230
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \begin_layout Section
24237 Índice de flotantes
24238 \begin_inset Index idx
24239 status collapsed
24240
24241 \begin_layout Plain Layout
24242 Flotantes ! Índice de
24243 \end_layout
24244
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \begin_layout Standard
24251 Igual que en el índice general se listan las secciones del documento, hay
24252  índices para todos los tipos de flotantes, como las figuras.
24253  Se pueden insertar mediante los submenús 
24254 \family sans
24255 Insertar\SpecialChar \menuseparator
24256 Lista
24257 \begin_inset space \thinspace{}
24258 \end_inset
24259
24260 /
24261 \begin_inset space \thinspace{}
24262 \end_inset
24263
24264 Índice
24265 \family default
24266 .
24267 \end_layout
24268
24269 \begin_layout Standard
24270 Las entradas de los índices son las leyendas del flotante o su título breve,
24271  el número de flotante y el número de la página del documento en la que
24272  aparecen.
24273 \end_layout
24274
24275 \begin_layout Standard
24276 Puedes encontrar los índices de figuras y tablas al final de este documento.
24277 \end_layout
24278
24279 \begin_layout Chapter
24280 Notas
24281 \end_layout
24282
24283 \begin_layout Section
24284 Notas en LyX
24285 \begin_inset Index idx
24286 status collapsed
24287
24288 \begin_layout Plain Layout
24289 Notas ! en LyX
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \begin_layout Standard
24298 Las notas se insertan con el botón 
24299 \begin_inset Graphics
24300         filename ../../images/note-insert.png
24301         scale 85
24302
24303 \end_inset
24304
24305  o con el menú 
24306 \family sans
24307 Insertar\SpecialChar \menuseparator
24308 Nota
24309 \family default
24310 .
24311  Hay cinco tipos de notas:
24312 \end_layout
24313
24314 \begin_layout Description
24315 Nota
24316 \begin_inset space ~
24317 \end_inset
24318
24319 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24320  Su cuadro se muestra como este:
24321 \begin_inset Newline newline
24322 \end_inset
24323
24324
24325 \begin_inset Newline newline
24326 \end_inset
24327
24328
24329 \begin_inset Graphics
24330         filename clipart/NotaLyXImagenQt4.png
24331         display false
24332         scale 75
24333
24334 \end_inset
24335
24336  
24337 \begin_inset Note Note
24338 status collapsed
24339
24340 \begin_layout Plain Layout
24341 Este es un texto en un recuadro que no se muestra en la salida.
24342 \end_layout
24343
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \begin_layout Description
24350 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24351  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24352 \family sans
24353 Archivo\SpecialChar \menuseparator
24354 Exportar\SpecialChar \menuseparator
24355 LaTeX (pdflatex) / (plain)
24356 \family default
24357 .
24358  Su recuadro se ve así:
24359 \begin_inset Newline newline
24360 \end_inset
24361
24362
24363 \begin_inset Newline newline
24364 \end_inset
24365
24366
24367 \begin_inset Graphics
24368         filename clipart/ComentNotaImagenQt4.png
24369         display false
24370         scale 75
24371
24372 \end_inset
24373
24374  
24375 \begin_inset Note Comment
24376 status collapsed
24377
24378 \begin_layout Plain Layout
24379 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \begin_layout Description
24388 Resaltado
24389 \begin_inset space ~
24390 \end_inset
24391
24392 en
24393 \begin_inset space ~
24394 \end_inset
24395
24396 gris Esta nota aparece en la salida como texto resaltado en gris.
24397  Su recuadro se parece a este:
24398 \begin_inset Newline newline
24399 \end_inset
24400
24401
24402 \begin_inset Newline newline
24403 \end_inset
24404
24405
24406 \begin_inset Graphics
24407         filename clipart/GrisNotaImagenQt4.png
24408         display false
24409         scale 75
24410
24411 \end_inset
24412
24413
24414 \begin_inset Newline newline
24415 \end_inset
24416
24417
24418 \begin_inset ERT
24419 status collapsed
24420
24421 \begin_layout Plain Layout
24422
24423
24424 \backslash
24425 renewenvironment{lyxgreyedout}
24426 \end_layout
24427
24428 \begin_layout Plain Layout
24429
24430 {
24431 \backslash
24432 textcolor[gray]{0.8}
24433 \backslash
24434 bgroup}{
24435 \backslash
24436 egroup}
24437 \end_layout
24438
24439 \end_inset
24440
24441
24442 \begin_inset Note Greyedout
24443 status open
24444
24445 \begin_layout Plain Layout
24446 Este es el texto
24447 \begin_inset Foot
24448 status collapsed
24449
24450 \begin_layout Plain Layout
24451 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24452 \end_layout
24453
24454 \end_inset
24455
24456  de un comentario que se muestra resaltado en gris.
24457 \end_layout
24458
24459 \end_inset
24460
24461
24462 \begin_inset ERT
24463 status collapsed
24464
24465 \begin_layout Plain Layout
24466
24467
24468 \backslash
24469 renewenvironment{lyxgreyedout}
24470 \end_layout
24471
24472 \begin_layout Plain Layout
24473
24474 {
24475 \backslash
24476 textcolor{blue}
24477 \backslash
24478 bgroup}{
24479 \backslash
24480 egroup}
24481 \end_layout
24482
24483 \end_inset
24484
24485
24486 \begin_inset Note Note
24487 status collapsed
24488
24489 \begin_layout Plain Layout
24490 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24491  original de LyX, ya que en el preámbulo de este documento se han redefinido
24492  estas notas para que salgan en azul, como se indica más adelante.
24493 \end_layout
24494
24495 \end_inset
24496
24497
24498 \begin_inset Newline newline
24499 \end_inset
24500
24501
24502 \begin_inset Newline newline
24503 \end_inset
24504
24505 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24506  está un poco sangrada, y por otra parte pueden tener notas al pie.
24507 \end_layout
24508
24509 \begin_layout Standard
24510 \begin_inset VSpace bigskip
24511 \end_inset
24512
24513 Si usas el botón de la barra de herramientas 
24514 \begin_inset Graphics
24515         filename ../../images/note-insert.png
24516         scale 85
24517
24518 \end_inset
24519
24520  para insertar notas, se inserta una 
24521 \family sans
24522 Nota
24523 \begin_inset space ~
24524 \end_inset
24525
24526 LyX
24527 \family default
24528 .
24529  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24530  recuadro.
24531  
24532 \family roman
24533 \series medium
24534 \bar no
24535 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24536  botón de herramienta 
24537 \family sans
24538 \series default
24539 \bar default
24540 Nota
24541 \family default
24542 .
24543  Para cambiar una nota a texto, pulsa la tecla 
24544 \family sans
24545 Retroceso
24546 \family default
24547  cuando el cursor está en la primera posición de una nota, o la tecla 
24548 \family sans
24549 Supr
24550 \family default
24551  cuando el cursor está en la última posición de la nota, respectivamente.
24552 \end_layout
24553
24554 \begin_layout Standard
24555 \begin_inset VSpace bigskip
24556 \end_inset
24557
24558 Se puede cambiar el color del 
24559 \family sans
24560 Resaltado en gris
24561 \family default
24562  poniendo en el preámbulo el comando:
24563 \end_layout
24564
24565 \begin_layout Standard
24566
24567 \series bold
24568
24569 \backslash
24570 renewenvironment{lyxgreyedout}
24571 \begin_inset Newline newline
24572 \end_inset
24573
24574
24575 \begin_inset Phantom HPhantom
24576 status open
24577
24578 \begin_layout Plain Layout
24579
24580 \series bold
24581 \begin_inset space ~
24582 \end_inset
24583
24584
24585 \end_layout
24586
24587 \end_inset
24588
24589 {
24590 \backslash
24591 textcolor{color}
24592 \backslash
24593 bgroup}{
24594 \backslash
24595 egroup}
24596 \end_layout
24597
24598 \begin_layout Standard
24599 Los colores disponibles y el método para definir nuestros propios colores
24600  se explica en la sección
24601 \begin_inset space ~
24602 \end_inset
24603
24604
24605 \begin_inset CommandInset ref
24606 LatexCommand ref
24607 reference "sec:Tablas-Coloreadas"
24608
24609 \end_inset
24610
24611 .
24612 \end_layout
24613
24614 \begin_layout Standard
24615 Las notas en azul en este documento se han hecho con notas del tipo 
24616 \family sans
24617 Resaltado en gris
24618 \family default
24619  pero definiendo el color del texto en azul.
24620 \end_layout
24621
24622 \begin_layout Section
24623 Notas al pie
24624 \begin_inset CommandInset label
24625 LatexCommand label
24626 name "sec:Notas-al-pie"
24627
24628 \end_inset
24629
24630
24631 \begin_inset Index idx
24632 status collapsed
24633
24634 \begin_layout Plain Layout
24635 Notas ! al pie
24636 \end_layout
24637
24638 \end_inset
24639
24640
24641 \begin_inset Index idx
24642 status collapsed
24643
24644 \begin_layout Plain Layout
24645 Notas al pie
24646 \end_layout
24647
24648 \end_inset
24649
24650
24651 \end_layout
24652
24653 \begin_layout Standard
24654 Las notas al pie se insertan con el botón 
24655 \begin_inset Graphics
24656         filename ../../images/footnote-insert.png
24657         scale 85
24658
24659 \end_inset
24660
24661  o el menú 
24662 \family sans
24663 Insertar\SpecialChar \menuseparator
24664 Nota
24665 \begin_inset space ~
24666 \end_inset
24667
24668 al
24669 \begin_inset space ~
24670 \end_inset
24671
24672 pie
24673 \family default
24674 .
24675  
24676 \family roman
24677 \series medium
24678 \bar no
24679 Aparece un recuadro como este:
24680 \family default
24681 \series default
24682 \bar default
24683  
24684 \begin_inset Graphics
24685         filename clipart/notapieQt4.png
24686         scale 80
24687
24688 \end_inset
24689
24690  
24691 \family roman
24692 \series medium
24693 \bar no
24694 donde puedes introducir el texto.
24695  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24696  sobre el
24697 \family default
24698 \series default
24699 \bar default
24700  
24701 \family roman
24702 \series medium
24703 \bar no
24704 botón
24705 \family default
24706 \series default
24707 \bar default
24708 .
24709  Para cambiar una nota al pie a texto, pulsa la tecla 
24710 \family sans
24711 Retroceso
24712 \family default
24713  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24714  
24715 \family sans
24716 Supr
24717 \family default
24718  cuando el cursor está en la última posición de la nota, respectivamente.
24719 \end_layout
24720
24721 \begin_layout Standard
24722 Aquí hay un ejemplo de nota al pie:
24723 \family roman
24724 \series medium
24725 \bar no
24726
24727 \begin_inset Foot
24728 status collapsed
24729
24730 \begin_layout Plain Layout
24731 \begin_inset CommandInset label
24732 LatexCommand label
24733 name "pie:Esto-es-una"
24734
24735 \end_inset
24736
24737 Ejemplo de nota al pie.
24738 \end_layout
24739
24740 \end_inset
24741
24742
24743 \family default
24744 \series default
24745 \bar default
24746
24747 \begin_inset ERT
24748 status collapsed
24749
24750 \begin_layout Plain Layout
24751
24752
24753 \backslash
24754 newcounter{MyRepeatFoot}
24755 \end_layout
24756
24757 \begin_layout Plain Layout
24758
24759
24760 \backslash
24761 setcounter{MyRepeatFoot}{
24762 \backslash
24763 thefootnote}
24764 \end_layout
24765
24766 \end_inset
24767
24768
24769 \end_layout
24770
24771 \begin_layout Standard
24772 En la salida, el pie se muestra como número voladito en el lugar del texto
24773  donde se coloca el recuadro.
24774  El texto se coloca al final de la página actual.
24775  Los números de las notas son calculados por LaTeX, y son consecutivos.
24776  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24777 \end_layout
24778
24779 \begin_layout Standard
24780 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24781  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24782  se describe en la sección
24783 \begin_inset space ~
24784 \end_inset
24785
24786
24787 \begin_inset CommandInset ref
24788 LatexCommand ref
24789 reference "sec:Referencias-a-Flotantes"
24790
24791 \end_inset
24792
24793 .
24794 \begin_inset Newline newline
24795 \end_inset
24796
24797 Esto es una referencia cruzada a la Nota al pie
24798 \begin_inset space ~
24799 \end_inset
24800
24801
24802 \begin_inset CommandInset ref
24803 LatexCommand ref
24804 reference "pie:Esto-es-una"
24805
24806 \end_inset
24807
24808 .
24809 \end_layout
24810
24811 \begin_layout Standard
24812 \begin_inset VSpace defskip
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \begin_layout Standard
24819 Debido a razones técnicas, LaTeX no imprime las notas al pie en tablas.
24820  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
24821  se inserta el comando 
24822 \series bold
24823
24824 \backslash
24825 footnotemark{}
24826 \series default
24827  en código TeX.
24828  El texto de la nota se introduce como argumento del comando
24829 \series bold
24830  
24831 \backslash
24832 footnotetext
24833 \series default
24834  después de la tabla.
24835 \begin_inset Newline newline
24836 \end_inset
24837
24838 Esto es lo que se ha hecho para la siguiente tabla con el comando
24839 \end_layout
24840
24841 \begin_layout Standard
24842
24843 \series bold
24844
24845 \backslash
24846 footnotetext{
24847 \series default
24848 Texto de la nota de la tabla.
24849 \series bold
24850 }
24851 \end_layout
24852
24853 \begin_layout Standard
24854 \begin_inset Tabular
24855 <lyxtabular version="3" rows="2" columns="1">
24856 <features tabularvalignment="middle">
24857 <column alignment="center" valignment="top" width="0">
24858 <row>
24859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863 Texto de ejemplo.
24864 \begin_inset Foot
24865 status open
24866
24867 \begin_layout Plain Layout
24868 ¡Esta nota no se imprimirá!
24869 \end_layout
24870
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 </row>
24879 <row>
24880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884 Texto de ejemplo.
24885 \begin_inset ERT
24886 status collapsed
24887
24888 \begin_layout Plain Layout
24889
24890
24891 \backslash
24892 footnotemark{}
24893 \end_layout
24894
24895 \end_inset
24896
24897
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 </row>
24903 </lyxtabular>
24904
24905 \end_inset
24906
24907
24908 \begin_inset ERT
24909 status collapsed
24910
24911 \begin_layout Plain Layout
24912
24913
24914 \backslash
24915 footnotetext{
24916 \end_layout
24917
24918 \end_inset
24919
24920 Texto de la nota de la tabla.
24921 \begin_inset ERT
24922 status collapsed
24923
24924 \begin_layout Plain Layout
24925
24926 }
24927 \end_layout
24928
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \begin_layout Standard
24935 Las notas al pie en tablas largas se describen en la sección
24936 \begin_inset space ~
24937 \end_inset
24938
24939
24940 \begin_inset CommandInset ref
24941 LatexCommand ref
24942 reference "sub:Notas-al-pie-en-Tablas-Largas"
24943
24944 \end_inset
24945
24946 .
24947 \end_layout
24948
24949 \begin_layout Standard
24950 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
24951  y con numeración diferente debido a que una minipágina es como una página
24952  dentro de otra.
24953  (Más información sobre minipáginas en la sección
24954 \begin_inset space ~
24955 \end_inset
24956
24957
24958 \begin_inset CommandInset ref
24959 LatexCommand ref
24960 reference "sec:Minipáginas"
24961
24962 \end_inset
24963
24964 ).
24965  Para poner notas en una minipágina que se impriman a pie de página como
24966  las notas al pie normales, se puede usar también el método de 
24967 \series bold
24968
24969 \backslash
24970 footnotemark{}
24971 \series default
24972  y 
24973 \series bold
24974
24975 \backslash
24976 footnotetext
24977 \series default
24978 .
24979 \end_layout
24980
24981 \begin_layout Standard
24982 \begin_inset Box Frameless
24983 position "t"
24984 hor_pos "c"
24985 has_inner_box 1
24986 inner_pos "t"
24987 use_parbox 0
24988 use_makebox 0
24989 width "100col%"
24990 special "none"
24991 height "1in"
24992 height_special "totalheight"
24993 status open
24994
24995 \begin_layout Plain Layout
24996 Muestra de texto en una minipágina.
24997 \begin_inset Foot
24998 status open
24999
25000 \begin_layout Plain Layout
25001 Nota en la minipágina.
25002 \end_layout
25003
25004 \end_inset
25005
25006
25007 \end_layout
25008
25009 \begin_layout Plain Layout
25010 Muestra de texto en una minipágina.
25011 \begin_inset ERT
25012 status collapsed
25013
25014 \begin_layout Plain Layout
25015
25016
25017 \backslash
25018 footnotemark{}
25019 \end_layout
25020
25021 \end_inset
25022
25023
25024 \end_layout
25025
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \begin_layout Standard
25032 \begin_inset ERT
25033 status collapsed
25034
25035 \begin_layout Plain Layout
25036
25037
25038 \backslash
25039 footnotetext{
25040 \end_layout
25041
25042 \end_inset
25043
25044 Nota fuera de la minipágina.
25045 \begin_inset ERT
25046 status collapsed
25047
25048 \begin_layout Plain Layout
25049
25050 }
25051 \end_layout
25052
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \begin_layout Standard
25059 \begin_inset VSpace defskip
25060 \end_inset
25061
25062
25063 \end_layout
25064
25065 \begin_layout Standard
25066 Para hacer referencia a la misma nota varias veces sin imprimir su texto
25067  cada vez, usa el comando  
25068 \series bold
25069
25070 \backslash
25071 footnotemark[number]
25072 \series default
25073  en código TeX.
25074 \begin_inset Newline newline
25075 \end_inset
25076
25077 Como el número de la nota repetida no se conoce mientras se escribe el texto,
25078  hay que guardarlo.
25079  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
25080  comandos en código TeX después de la nota al pie
25081 \begin_inset space ~
25082 \end_inset
25083
25084
25085 \begin_inset CommandInset ref
25086 LatexCommand ref
25087 reference "pie:Esto-es-una"
25088
25089 \end_inset
25090
25091  para guardar el número de la nota: 
25092 \end_layout
25093
25094 \begin_layout Standard
25095
25096 \series bold
25097
25098 \backslash
25099 newcounter{MyRepeatFoot}
25100 \begin_inset Newline newline
25101 \end_inset
25102
25103
25104 \backslash
25105 setcounter{MyRepeatFoot}{
25106 \backslash
25107 thefootnote}
25108 \end_layout
25109
25110 \begin_layout Standard
25111 La marca de la nota se ha creado después con el comando:
25112 \end_layout
25113
25114 \begin_layout Standard
25115
25116 \series bold
25117
25118 \backslash
25119 footnotemark[
25120 \backslash
25121 theMyRepeatFoot]
25122 \end_layout
25123
25124 \begin_layout Standard
25125 Aquí hay una nota repetida:
25126 \begin_inset ERT
25127 status collapsed
25128
25129 \begin_layout Plain Layout
25130
25131
25132 \backslash
25133 footnotemark[
25134 \backslash
25135 theMyRepeatFoot]
25136 \end_layout
25137
25138 \end_inset
25139
25140
25141 \end_layout
25142
25143 \begin_layout Standard
25144 Para repetir la nota al pie previa, se puede omitir el guardado del número
25145  de la nota y usar en su lugar el comando:
25146 \end_layout
25147
25148 \begin_layout Standard
25149
25150 \series bold
25151
25152 \backslash
25153 footnotemark[
25154 \backslash
25155 thefootnote]
25156 \end_layout
25157
25158 \begin_layout Standard
25159 Aquí hay otra nota repetida:
25160 \begin_inset ERT
25161 status collapsed
25162
25163 \begin_layout Plain Layout
25164
25165
25166 \backslash
25167 footnotemark[
25168 \backslash
25169 thefootnote]
25170 \end_layout
25171
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \begin_layout Subsection
25178 Numeración de notas al pie
25179 \begin_inset CommandInset label
25180 LatexCommand label
25181 name "sub:Numeración-de-Notas-al-Pie"
25182
25183 \end_inset
25184
25185
25186 \begin_inset Index idx
25187 status collapsed
25188
25189 \begin_layout Plain Layout
25190 Notas al pie ! Numeración
25191 \end_layout
25192
25193 \end_inset
25194
25195
25196 \end_layout
25197
25198 \begin_layout Standard
25199 Para reiniciar el número de pie a 1 en cada sección añade
25200 \family roman
25201  en el preámbulo el comando:
25202 \end_layout
25203
25204 \begin_layout Standard
25205
25206 \series bold
25207
25208 \backslash
25209 @addtoreset{footnote}{section}
25210 \end_layout
25211
25212 \begin_layout Standard
25213 \begin_inset VSpace bigskip
25214 \end_inset
25215
25216 El siguiente comando en el preámbulo cambia el estilo de numeración del
25217  pie a números romanos en minúsculas:
25218 \end_layout
25219
25220 \begin_layout Standard
25221
25222 \series bold
25223
25224 \backslash
25225 renewcommand{
25226 \backslash
25227 thefootnote}{
25228 \backslash
25229 roman{footnote}}
25230 \end_layout
25231
25232 \begin_layout Standard
25233 \begin_inset ERT
25234 status collapsed
25235
25236 \begin_layout Plain Layout
25237
25238
25239 \backslash
25240 renewcommand{
25241 \backslash
25242 thefootnote}{
25243 \backslash
25244 roman{footnote}}
25245 \end_layout
25246
25247 \end_inset
25248
25249  Nota al pie en números romanos:
25250 \begin_inset Foot
25251 status collapsed
25252
25253 \begin_layout Plain Layout
25254 Ejemplo de nota al pie en números romanos.
25255 \end_layout
25256
25257 \end_inset
25258
25259
25260 \begin_inset ERT
25261 status collapsed
25262
25263 \begin_layout Plain Layout
25264
25265
25266 \backslash
25267 renewcommand{
25268 \backslash
25269 thefootnote}{
25270 \backslash
25271 arabic{footnote}}
25272 \end_layout
25273
25274 \end_inset
25275
25276
25277 \end_layout
25278
25279 \begin_layout Standard
25280 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25281  
25282 \series bold
25283
25284 \backslash
25285 roman
25286 \series default
25287  por 
25288 \series bold
25289
25290 \backslash
25291 Roman
25292 \series default
25293 .
25294  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25295 \series bold
25296
25297 \backslash
25298 Alph
25299 \series default
25300  o 
25301 \series bold
25302
25303 \backslash
25304 alph
25305 \series default
25306 , respectivamente.
25307  Para ordenar las notas al pie con símbolos usa 
25308 \series bold
25309
25310 \backslash
25311 fnsymbol
25312 \series default
25313 .
25314 \end_layout
25315
25316 \begin_layout Standard
25317 \begin_inset Note Greyedout
25318 status open
25319
25320 \begin_layout Plain Layout
25321
25322 \series bold
25323 Nota:
25324 \series default
25325  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25326  simples.
25327 \end_layout
25328
25329 \end_inset
25330
25331
25332 \begin_inset Newline newline
25333 \end_inset
25334
25335
25336 \begin_inset Note Greyedout
25337 status open
25338
25339 \begin_layout Plain Layout
25340
25341 \series bold
25342 Nota:
25343 \series default
25344  sólo puedes ordenar hasta 9 pies con símbolos.
25345 \end_layout
25346
25347 \end_inset
25348
25349
25350 \end_layout
25351
25352 \begin_layout Standard
25353 Para volver al estilo de numeración predeterminado cuando has cambiado a
25354  otro estilo, usa 
25355 \series bold
25356
25357 \backslash
25358 arabic
25359 \series default
25360  en vez de 
25361 \series bold
25362
25363 \backslash
25364 roman
25365 \series default
25366  en el comando anterior.
25367 \begin_inset ERT
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371
25372
25373 \backslash
25374 renewcommand{
25375 \backslash
25376 thefootnote}{
25377 \backslash
25378 arabic{footnote}}
25379 \end_layout
25380
25381 \end_inset
25382
25383
25384 \end_layout
25385
25386 \begin_layout Standard
25387 \begin_inset VSpace bigskip
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \begin_layout Standard
25394 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25395  comando al preámbulo del documento:
25396 \end_layout
25397
25398 \begin_layout Standard
25399
25400 \series bold
25401
25402 \backslash
25403 numberwithin{footnote}{chapter}
25404 \end_layout
25405
25406 \begin_layout Standard
25407 Para poder usar el comando 
25408 \series bold
25409
25410 \backslash
25411 numberwithin
25412 \series default
25413 , marca la opción 
25414 \family sans
25415 Usar
25416 \family default
25417
25418 \begin_inset space ~
25419 \end_inset
25420
25421
25422 \family sans
25423 el
25424 \family default
25425
25426 \begin_inset space ~
25427 \end_inset
25428
25429
25430 \family sans
25431 paquete
25432 \family default
25433
25434 \begin_inset space ~
25435 \end_inset
25436
25437
25438 \family sans
25439 AMS
25440 \family default
25441  en la sección 
25442 \family sans
25443 Opciones para ecuaciones
25444 \family default
25445  de la configuración del documento.
25446 \end_layout
25447
25448 \begin_layout Standard
25449 \begin_inset ERT
25450 status collapsed
25451
25452 \begin_layout Plain Layout
25453
25454
25455 \backslash
25456 numberwithin{footnote}{chapter}
25457 \end_layout
25458
25459 \end_inset
25460
25461 Esto es otro ejemplo de nota al pie:
25462 \series bold
25463
25464 \begin_inset Foot
25465 status collapsed
25466
25467 \begin_layout Plain Layout
25468 Nota al pie numerada en el esquema 
25469 \begin_inset Quotes eld
25470 \end_inset
25471
25472 capítulo.nota
25473 \begin_inset Quotes erd
25474 \end_inset
25475
25476 .
25477 \end_layout
25478
25479 \end_inset
25480
25481
25482 \series default
25483
25484 \begin_inset ERT
25485 status collapsed
25486
25487 \begin_layout Plain Layout
25488
25489
25490 \backslash
25491 renewcommand{
25492 \backslash
25493 thefootnote}{
25494 \backslash
25495 arabic{footnote}}
25496 \end_layout
25497
25498 \end_inset
25499
25500
25501 \end_layout
25502
25503 \begin_layout Standard
25504 \begin_inset Note Greyedout
25505 status open
25506
25507 \begin_layout Plain Layout
25508
25509 \series bold
25510 Nota: 
25511 \backslash
25512 numberwithin 
25513 \series default
25514 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25515  previas para obtener números no arábigos se sobreescriben.
25516 \end_layout
25517
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \begin_layout Standard
25524 Así, para obtener por ejemplo el esquema «capítulo.
25525 \backslash
25526 Roman{footnote}», usa este comando en vez de 
25527 \series bold
25528
25529 \backslash
25530 numberwithin
25531 \series default
25532 :
25533 \end_layout
25534
25535 \begin_layout Standard
25536
25537 \series bold
25538
25539 \backslash
25540 renewcommand{
25541 \backslash
25542 thefootnote}{
25543 \backslash
25544 thechapter.
25545 \backslash
25546 Roman{footnote}}
25547 \end_layout
25548
25549 \begin_layout Subsection
25550 Colocación de notas al pie
25551 \begin_inset Index idx
25552 status collapsed
25553
25554 \begin_layout Plain Layout
25555 Notas al pie ! Colocación
25556 \end_layout
25557
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \begin_layout Standard
25564 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25565  entre ellas al final de la página.
25566  Para hacerlas más legibles puedes añadir 1.5
25567 \begin_inset space \thinspace{}
25568 \end_inset
25569
25570 mm, p.
25571 \begin_inset space \thinspace{}
25572 \end_inset
25573
25574 e., con el comando siguiente en el preámbulo:
25575 \end_layout
25576
25577 \begin_layout Standard
25578
25579 \series bold
25580
25581 \backslash
25582 let
25583 \backslash
25584 myFoot
25585 \backslash
25586 footnote
25587 \begin_inset Newline newline
25588 \end_inset
25589
25590
25591 \backslash
25592 renewcommand{
25593 \backslash
25594 footnote}[1]{
25595 \backslash
25596 myFoot{#1
25597 \backslash
25598 vspace{1.5mm}}}
25599 \end_layout
25600
25601 \begin_layout Standard
25602 \begin_inset VSpace bigskip
25603 \end_inset
25604
25605 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25606  véase la figura
25607 \begin_inset space ~
25608 \end_inset
25609
25610
25611 \begin_inset CommandInset ref
25612 LatexCommand ref
25613 reference "fig:Colocación-standard-del-pie"
25614
25615 \end_inset
25616
25617 .
25618  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25619  en la figura
25620 \begin_inset space ~
25621 \end_inset
25622
25623
25624 \begin_inset CommandInset ref
25625 LatexCommand ref
25626 reference "fig:Colocación-del-pie-en"
25627
25628 \end_inset
25629
25630 , usa el paquete LaTeX 
25631 \series bold
25632 ftnright
25633 \series default
25634
25635 \begin_inset Index idx
25636 status collapsed
25637
25638 \begin_layout Plain Layout
25639 LaTeX-paquetes ! ftnright
25640 \end_layout
25641
25642 \end_inset
25643
25644  con este comando en el preámbulo:
25645 \end_layout
25646
25647 \begin_layout Standard
25648
25649 \series bold
25650
25651 \backslash
25652 usepackage{ftnright}
25653 \end_layout
25654
25655 \begin_layout Standard
25656 \begin_inset Float figure
25657 placement !h
25658 wide false
25659 sideways false
25660 status open
25661
25662 \begin_layout Plain Layout
25663 \begin_inset ERT
25664 status collapsed
25665
25666 \begin_layout Plain Layout
25667
25668
25669 \backslash
25670 framebox{
25671 \end_layout
25672
25673 \end_inset
25674
25675
25676 \begin_inset Graphics
25677         filename ../clipart/without_fntright.pdf
25678         width 100col%
25679
25680 \end_inset
25681
25682
25683 \begin_inset ERT
25684 status collapsed
25685
25686 \begin_layout Plain Layout
25687
25688 }
25689 \end_layout
25690
25691 \end_inset
25692
25693
25694 \end_layout
25695
25696 \begin_layout Plain Layout
25697 \begin_inset Caption
25698
25699 \begin_layout Plain Layout
25700 \begin_inset CommandInset label
25701 LatexCommand label
25702 name "fig:Colocación-standard-del-pie"
25703
25704 \end_inset
25705
25706 Colocación estándar de notas al pie en documentos a dos columnas.
25707 \end_layout
25708
25709 \end_inset
25710
25711
25712 \end_layout
25713
25714 \end_inset
25715
25716
25717 \end_layout
25718
25719 \begin_layout Standard
25720 \begin_inset Float figure
25721 placement !h
25722 wide false
25723 sideways false
25724 status open
25725
25726 \begin_layout Plain Layout
25727 \begin_inset ERT
25728 status collapsed
25729
25730 \begin_layout Plain Layout
25731
25732
25733 \backslash
25734 framebox{
25735 \end_layout
25736
25737 \end_inset
25738
25739
25740 \begin_inset Graphics
25741         filename ../clipart/with_fntright.pdf
25742         width 100col%
25743
25744 \end_inset
25745
25746
25747 \begin_inset ERT
25748 status collapsed
25749
25750 \begin_layout Plain Layout
25751
25752 }
25753 \end_layout
25754
25755 \end_inset
25756
25757
25758 \end_layout
25759
25760 \begin_layout Plain Layout
25761 \begin_inset Caption
25762
25763 \begin_layout Plain Layout
25764 \begin_inset CommandInset label
25765 LatexCommand label
25766 name "fig:Colocación-del-pie-en"
25767
25768 \end_inset
25769
25770 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25771  el paquete LaTeX 
25772 \series bold
25773 ftnright
25774 \series default
25775 .
25776 \end_layout
25777
25778 \end_inset
25779
25780
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \begin_layout Standard
25789 \begin_inset VSpace bigskip
25790 \end_inset
25791
25792 En alguna literatura científica es habitual reunir las notas para imprimirlas
25793  en un párrafo separado al final de la sección, como en la figura
25794 \begin_inset space ~
25795 \end_inset
25796
25797
25798 \begin_inset CommandInset ref
25799 LatexCommand ref
25800 reference "fig:Notas-al-pie-al-final"
25801
25802 \end_inset
25803
25804 .
25805  Para reunir las notas al final
25806 \begin_inset Index idx
25807 status collapsed
25808
25809 \begin_layout Plain Layout
25810 Notas ! al final
25811 \end_layout
25812
25813 \end_inset
25814
25815  en vez de a pie de página, carga en el menú 
25816 \family sans
25817 Documento\SpecialChar \menuseparator
25818 Configuratión\SpecialChar \menuseparator
25819 Módulos
25820 \family default
25821  el módulo 
25822 \family sans
25823 Pie
25824 \begin_inset space ~
25825 \end_inset
25826
25827 al
25828 \begin_inset space ~
25829 \end_inset
25830
25831 final
25832 \family default
25833 .
25834  Para insertar la colección de notas, escribe el comando
25835 \end_layout
25836
25837 \begin_layout Standard
25838
25839 \series bold
25840
25841 \backslash
25842 theendnotes
25843 \end_layout
25844
25845 \begin_layout Standard
25846 en código TeX al final de una sección o capítulo.
25847 \end_layout
25848
25849 \begin_layout Standard
25850 \begin_inset Float figure
25851 wide false
25852 sideways false
25853 status open
25854
25855 \begin_layout Plain Layout
25856 \align center
25857 \begin_inset ERT
25858 status collapsed
25859
25860 \begin_layout Plain Layout
25861
25862
25863 \backslash
25864 framebox{
25865 \end_layout
25866
25867 \end_inset
25868
25869
25870 \begin_inset Graphics
25871         filename ../clipart/endnotes.pdf
25872
25873 \end_inset
25874
25875
25876 \begin_inset ERT
25877 status collapsed
25878
25879 \begin_layout Plain Layout
25880
25881 }
25882 \end_layout
25883
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \begin_layout Plain Layout
25890 \begin_inset Caption
25891
25892 \begin_layout Plain Layout
25893 \begin_inset CommandInset label
25894 LatexCommand label
25895 name "fig:Notas-al-pie-al-final"
25896
25897 \end_inset
25898
25899 Notas al final: notas impresas en párrafo separado al final de la sección
25900  o del capítulo.
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \begin_layout Standard
25914 \begin_inset VSpace medskip
25915 \end_inset
25916
25917 La cabecera de párrafo para las notas finales no se traduce automáticamente
25918  al lenguaje del documento, hay que hacerlo manualmente.
25919   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
25920  al español «Notas»:
25921 \end_layout
25922
25923 \begin_layout Standard
25924
25925 \series bold
25926
25927 \backslash
25928 renewcommand{
25929 \backslash
25930 notesname}{Notas}
25931 \end_layout
25932
25933 \begin_layout Standard
25934 \begin_inset VSpace medskip
25935 \end_inset
25936
25937 La numeración de notas finales puede cambiarse como la de las notas al pie,
25938  como se describe en la sección
25939 \begin_inset space ~
25940 \end_inset
25941
25942
25943 \begin_inset CommandInset ref
25944 LatexCommand ref
25945 reference "sub:Numeración-de-Notas-al-Pie"
25946
25947 \end_inset
25948
25949 ; sólo hay que reemplazar el comando 
25950 \series bold
25951
25952 \backslash
25953 thefootnote
25954 \series default
25955  por 
25956 \series bold
25957
25958 \backslash
25959 theendnote
25960 \series default
25961 .
25962  Para restablecer la numeración usa el comando 
25963 \series bold
25964
25965 \backslash
25966 @addtoreset
25967 \series default
25968  como se describe en la sección
25969 \begin_inset space ~
25970 \end_inset
25971
25972
25973 \begin_inset CommandInset ref
25974 LatexCommand ref
25975 reference "sub:Numeración-de-Notas-al-Pie"
25976
25977 \end_inset
25978
25979  y sustituye el parámetro de comando 
25980 \series bold
25981 footnote
25982 \series default
25983  por 
25984 \series bold
25985 endnote
25986 \series default
25987 .
25988 \end_layout
25989
25990 \begin_layout Standard
25991 Para notas al final hay el comando  el comando 
25992 \series bold
25993
25994 \backslash
25995 endnotemark[número]
25996 \series default
25997  similar al comando 
25998 \series bold
25999
26000 \backslash
26001 footnotemark
26002 \series default
26003 , descrito en la sección
26004 \begin_inset space ~
26005 \end_inset
26006
26007
26008 \begin_inset CommandInset ref
26009 LatexCommand ref
26010 reference "sec:Notas-al-pie"
26011
26012 \end_inset
26013
26014 .
26015 \end_layout
26016
26017 \begin_layout Standard
26018 \begin_inset VSpace bigskip
26019 \end_inset
26020
26021 Las notas al pie también pueden colocarse al margen de la página y la alineación
26022  del texto del pie también puede cambiarse, véase el paquete LaTeX 
26023 \series bold
26024 footmisc
26025 \series default
26026
26027 \begin_inset Index idx
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031 LaTeX-paquetes ! footmisc
26032 \end_layout
26033
26034 \end_inset
26035
26036  
26037 \begin_inset CommandInset citation
26038 LatexCommand cite
26039 key "footmisc"
26040
26041 \end_inset
26042
26043  para más información.
26044 \end_layout
26045
26046 \begin_layout Standard
26047 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
26048  
26049 \begin_inset CommandInset citation
26050 LatexCommand cite
26051 key "latexcompanion,latexguide,latexbook"
26052
26053 \end_inset
26054
26055 .
26056 \end_layout
26057
26058 \begin_layout Section
26059 Notas al margen
26060 \begin_inset Index idx
26061 status collapsed
26062
26063 \begin_layout Plain Layout
26064 Notas ! al margen
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \begin_layout Standard
26073 Las notas al margen se ven y se comportan en LyX como notas al pie.
26074  Se insertan con el menú 
26075 \family sans
26076 Insertar\SpecialChar \menuseparator
26077 Nota
26078 \begin_inset space ~
26079 \end_inset
26080
26081 al
26082 \begin_inset space ~
26083 \end_inset
26084
26085 margen
26086 \family default
26087  o con el botón 
26088 \begin_inset Graphics
26089         filename ../../images/marginalnote-insert.png
26090         scale 85
26091
26092 \end_inset
26093
26094 .
26095  Aparece un cuadro gris con la etiqueta 
26096 \family roman
26097 \series medium
26098 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
26099 \end_layout
26100
26101 \begin_layout Standard
26102 Al lado hay un ejemplo de nota al margen.
26103
26104 \family roman
26105 \series medium
26106  
26107 \begin_inset Marginal
26108 status open
26109
26110 \begin_layout Plain Layout
26111 Esto es una nota al margen.
26112 \end_layout
26113
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \begin_layout Standard
26120 Estas notas salen en el margen derecho en documentos a una cara.
26121  En documentos a doble cara se muestran en el margen externo —margen izquierdo
26122  en páginas pares, derecho en páginas impares—.
26123  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
26124  a la derecha si la nota aparece en el margen izquierdo—.
26125  La primera línea de la nota se sitúa en la posición de la línea del texto
26126  en la que se inserta en el documento.
26127 \end_layout
26128
26129 \begin_layout Standard
26130 \begin_inset VSpace bigskip
26131 \end_inset
26132
26133 Para colocar la nota en el margen interno añade el comando
26134 \end_layout
26135
26136 \begin_layout Standard
26137
26138 \series bold
26139
26140 \backslash
26141 reversemarginpar
26142 \end_layout
26143
26144 \begin_layout Standard
26145 en código TeX antes de la nota.
26146  La nueva colocación es válida para todas las siguientes notas al margen.
26147  
26148 \begin_inset ERT
26149 status collapsed
26150
26151 \begin_layout Plain Layout
26152
26153
26154 \backslash
26155 reversemarginpar 
26156 \end_layout
26157
26158 \end_inset
26159
26160
26161 \begin_inset Marginal
26162 status open
26163
26164 \begin_layout Plain Layout
26165 Esto es una nota en el margen interno.
26166 \end_layout
26167
26168 \end_inset
26169
26170
26171 \series bold
26172
26173 \begin_inset Newline newline
26174 \end_inset
26175
26176
26177 \series default
26178
26179 \begin_inset Note Greyedout
26180 status open
26181
26182 \begin_layout Plain Layout
26183
26184 \series bold
26185 Nota:
26186 \series default
26187  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26188  no se mostrará correctamente en la salida.
26189 \end_layout
26190
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \begin_layout Standard
26197 Para volver a la ubicación predeterminada inserta en código TeX el comando
26198 \begin_inset ERT
26199 status collapsed
26200
26201 \begin_layout Plain Layout
26202
26203
26204 \backslash
26205 normalmarginpar 
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \begin_layout Standard
26214
26215 \series bold
26216
26217 \backslash
26218 normalmarginpar
26219 \end_layout
26220
26221 \begin_layout Standard
26222 \begin_inset Note Greyedout
26223 status open
26224
26225 \begin_layout Plain Layout
26226
26227 \series bold
26228 Nota:
26229 \series default
26230  El comando se ignora si en el mismo párrafo está también presente el comando
26231  
26232 \series bold
26233
26234 \backslash
26235 reversemarginpar
26236 \series default
26237 .
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \begin_layout Standard
26246 \begin_inset VSpace bigskip
26247 \end_inset
26248
26249
26250 \family roman
26251 \series medium
26252
26253 \begin_inset Marginal
26254 status open
26255
26256 \begin_layout Plain Layout
26257 PalabraMuyLargaAlMargen no partida con guión.
26258 \end_layout
26259
26260 \end_inset
26261
26262
26263 \family default
26264 \series default
26265  Como en el caso descrito en la sección
26266 \begin_inset space ~
26267 \end_inset
26268
26269
26270 \begin_inset CommandInset ref
26271 LatexCommand ref
26272 reference "sub:Líneas-Múltiples-en"
26273
26274 \end_inset
26275
26276 , una palabra larga no puede partirse con guión cuando es la primera en
26277  la nota al margen.
26278  Para evitar esto, inserta un espacio horizontal de 0
26279 \begin_inset space \thinspace{}
26280 \end_inset
26281
26282 pt antes de la palabra
26283 \family roman
26284 \series medium
26285 .
26286 \end_layout
26287
26288 \begin_layout Standard
26289
26290 \family roman
26291 \series medium
26292 \begin_inset Marginal
26293 status open
26294
26295 \begin_layout Plain Layout
26296 \begin_inset ERT
26297 status collapsed
26298
26299 \begin_layout Plain Layout
26300
26301
26302 \backslash
26303 hspace{0pt}
26304 \end_layout
26305
26306 \end_inset
26307
26308 PalabraMuyLargaAlMargen partida con guión.
26309 \end_layout
26310
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \begin_layout Standard
26317 \begin_inset VSpace bigskip
26318 \end_inset
26319
26320
26321 \end_layout
26322
26323 \begin_layout Standard
26324 \begin_inset Note Greyedout
26325 status open
26326
26327 \begin_layout Plain Layout
26328
26329 \series bold
26330 Nota:
26331 \series default
26332  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
26333  notas al pie.
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \begin_layout Standard
26342 \begin_inset VSpace bigskip
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \begin_layout Standard
26349 \begin_inset ERT
26350 status collapsed
26351
26352 \begin_layout Plain Layout
26353
26354
26355 \backslash
26356 ifmarginnote
26357 \end_layout
26358
26359 \end_inset
26360
26361
26362 \begin_inset Note Note
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26367  LaTeX 
26368 \series bold
26369 marginnote
26370 \series default
26371 .
26372 \end_layout
26373
26374 \end_inset
26375
26376
26377 \end_layout
26378
26379 \begin_layout Standard
26380 Esta restricción se puede salvar con el paquete LaTeX 
26381 \series bold
26382 marginnote
26383 \series default
26384
26385 \begin_inset Index idx
26386 status collapsed
26387
26388 \begin_layout Plain Layout
26389 LaTeX-paquetes ! marginnote
26390 \end_layout
26391
26392 \end_inset
26393
26394 .
26395  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26396  notas al margen es redefinido para usar el comando proporcionado por el
26397  paquete 
26398 \series bold
26399 marginnote
26400 \series default
26401 :
26402 \end_layout
26403
26404 \begin_layout Standard
26405
26406 \series bold
26407
26408 \backslash
26409 usepackage{marginnote}
26410 \begin_inset Newline newline
26411 \end_inset
26412
26413
26414 \backslash
26415 let
26416 \backslash
26417 marginpar
26418 \backslash
26419 marginnote
26420 \end_layout
26421
26422 \begin_layout Standard
26423 Esto se ha utilizado en el presente documento porque 
26424 \series bold
26425 marginnote
26426 \series default
26427  tiene una característica adicional útil: Puedes establecer un desplazamiento
26428  vertical a la nota.
26429  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26430  diseño de la página.
26431  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26432  en código TeX
26433 \end_layout
26434
26435 \begin_layout Standard
26436
26437 \series bold
26438 [desplazamiento]
26439 \end_layout
26440
26441 \begin_layout Standard
26442 donde desplazamiento es una longitud en una de las unidades de la tabla
26443 \begin_inset space ~
26444 \end_inset
26445
26446
26447 \begin_inset CommandInset ref
26448 LatexCommand ref
26449 reference "tab:Unidades"
26450
26451 \end_inset
26452
26453 .
26454  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26455  abajo.
26456  
26457 \family roman
26458 \series medium
26459 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26460 \begin_inset space \thinspace{}
26461 \end_inset
26462
26463 cm arriba con el comando en código TeX 
26464 \begin_inset Quotes eld
26465 \end_inset
26466
26467
26468 \family default
26469 \series bold
26470 [-1.5cm]
26471 \family roman
26472 \series medium
26473
26474 \begin_inset Quotes erd
26475 \end_inset
26476
26477
26478 \begin_inset Marginal
26479 status collapsed
26480
26481 \begin_layout Plain Layout
26482 Esta nota está 1.5
26483 \begin_inset space \thinspace{}
26484 \end_inset
26485
26486 cm por encima de su posición original.
26487 \end_layout
26488
26489 \end_inset
26490
26491
26492 \family default
26493 \series default
26494
26495 \begin_inset ERT
26496 status collapsed
26497
26498 \begin_layout Plain Layout
26499
26500 [-1.5cm]
26501 \end_layout
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \begin_layout Standard
26509 \begin_inset VSpace medskip
26510 \end_inset
26511
26512 Con 
26513 \series bold
26514 marginnote
26515 \series default
26516  también puedes cambiar la alineación del texto en el margen.
26517  Por ejemplo los comandos
26518 \end_layout
26519
26520 \begin_layout Standard
26521
26522 \series bold
26523
26524 \backslash
26525 renewcommand*{
26526 \backslash
26527 raggedleftmarginnote}{
26528 \backslash
26529 centering}
26530 \begin_inset Newline newline
26531 \end_inset
26532
26533
26534 \backslash
26535 renewcommand*{
26536 \backslash
26537 raggedrightmarginnote}{
26538 \backslash
26539 centering}
26540 \end_layout
26541
26542 \begin_layout Standard
26543 producen alineación centrada.
26544  
26545 \series bold
26546
26547 \backslash
26548 raggedleftmarginnote
26549 \series default
26550  identifica las notas que aparecen al lado izquierdo.
26551 \family roman
26552 \series medium
26553
26554 \begin_inset ERT
26555 status collapsed
26556
26557 \begin_layout Plain Layout
26558
26559
26560 \backslash
26561 renewcommand*{
26562 \backslash
26563 raggedleftmarginnote}{
26564 \backslash
26565 centering}
26566 \end_layout
26567
26568 \begin_layout Plain Layout
26569
26570
26571 \backslash
26572 renewcommand*{
26573 \backslash
26574 raggedrightmarginnote}{
26575 \backslash
26576 centering}
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \begin_inset Marginal
26583 status open
26584
26585 \begin_layout Plain Layout
26586 El texto de esta nota está centrado.
26587 \end_layout
26588
26589 \end_inset
26590
26591
26592 \family default
26593 \series default
26594  El valor predeterminado es 
26595 \end_layout
26596
26597 \begin_layout Standard
26598
26599 \series bold
26600
26601 \backslash
26602 renewcommand*{
26603 \backslash
26604 raggedleftmarginnote}{
26605 \backslash
26606 raggedleft}
26607 \begin_inset Newline newline
26608 \end_inset
26609
26610
26611 \backslash
26612 renewcommand*{
26613 \backslash
26614 raggedrightmarginnote}{
26615 \backslash
26616 raggedright}
26617 \family roman
26618 \series medium
26619
26620 \begin_inset ERT
26621 status collapsed
26622
26623 \begin_layout Plain Layout
26624
26625
26626 \backslash
26627 renewcommand*{
26628 \backslash
26629 raggedleftmarginnote}{
26630 \backslash
26631 raggedleft}
26632 \end_layout
26633
26634 \begin_layout Plain Layout
26635
26636
26637 \backslash
26638 renewcommand*{
26639 \backslash
26640 raggedrightmarginnote}{
26641 \backslash
26642 raggedright}
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \begin_layout Standard
26651 \begin_inset VSpace medskip
26652 \end_inset
26653
26654 Para otras características de 
26655 \series bold
26656 marginnote
26657 \series default
26658  mira en su documentación 
26659 \begin_inset CommandInset citation
26660 LatexCommand cite
26661 key "marginnote"
26662
26663 \end_inset
26664
26665 .
26666 \end_layout
26667
26668 \begin_layout Standard
26669 \begin_inset VSpace bigskip
26670 \end_inset
26671
26672 El diseño de las notas al margen puede ser redefinido.
26673  Por ejemplo, para crear una cabecera para todas las notas con el texto
26674  
26675 \begin_inset Quotes eld
26676 \end_inset
26677
26678
26679 \series bold
26680 \bar under
26681 ¡
26682 \family sans
26683 Atención
26684 \family default
26685 !
26686 \series default
26687 \bar default
26688
26689 \begin_inset Quotes erd
26690 \end_inset
26691
26692 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26693 \end_layout
26694
26695 \begin_layout Standard
26696
26697 \series bold
26698
26699 \backslash
26700 let
26701 \backslash
26702 myMarginpar
26703 \backslash
26704 marginpar
26705 \begin_inset Newline newline
26706 \end_inset
26707
26708
26709 \backslash
26710 renewcommand{
26711 \backslash
26712 marginpar}[1]{
26713 \backslash
26714 myMarginpar{%
26715 \begin_inset Newline newline
26716 \end_inset
26717
26718
26719 \begin_inset Phantom HPhantom
26720 status open
26721
26722 \begin_layout Plain Layout
26723
26724 \series bold
26725 \begin_inset space ~
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \end_inset
26732
26733
26734 \backslash
26735 hspace{0pt}
26736 \backslash
26737 textsf{
26738 \backslash
26739 textbf{
26740 \backslash
26741 underbar{¡Atención!}}}%
26742 \begin_inset Newline newline
26743 \end_inset
26744
26745
26746 \begin_inset Phantom HPhantom
26747 status open
26748
26749 \begin_layout Plain Layout
26750
26751 \series bold
26752 \begin_inset space ~
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \end_inset
26759
26760
26761 \backslash
26762 vspace{1.5mm}
26763 \backslash
26764
26765 \backslash
26766 #1}}
26767 \end_layout
26768
26769 \begin_layout Standard
26770
26771 \family roman
26772 \series medium
26773 \begin_inset ERT
26774 status collapsed
26775
26776 \begin_layout Plain Layout
26777
26778
26779 \backslash
26780 let
26781 \backslash
26782 myMarginpar
26783 \backslash
26784 marginpar
26785 \end_layout
26786
26787 \begin_layout Plain Layout
26788
26789
26790 \backslash
26791 renewcommand{
26792 \backslash
26793 marginpar}[1]{
26794 \backslash
26795 myMarginpar{%
26796 \end_layout
26797
26798 \begin_layout Plain Layout
26799
26800    
26801 \backslash
26802 textsf{
26803 \backslash
26804 textbf{
26805 \backslash
26806 underbar{¡Atención!}}}%
26807 \end_layout
26808
26809 \begin_layout Plain Layout
26810
26811    
26812 \backslash
26813 vspace{1.5mm}
26814 \backslash
26815
26816 \backslash
26817 #1}}
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \begin_inset Marginal
26824 status open
26825
26826 \begin_layout Plain Layout
26827 Esta es una nota con una cabecera definida.
26828 \end_layout
26829
26830 \end_inset
26831
26832
26833 \family default
26834 \series default
26835
26836 \begin_inset ERT
26837 status collapsed
26838
26839 \begin_layout Plain Layout
26840
26841 [-1.5cm]
26842 \end_layout
26843
26844 \end_inset
26845
26846
26847 \family roman
26848 \series medium
26849
26850 \begin_inset ERT
26851 status collapsed
26852
26853 \begin_layout Plain Layout
26854
26855
26856 \backslash
26857 renewcommand{
26858 \backslash
26859 marginpar}[1]{
26860 \backslash
26861 myMarginpar{#1}}
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \family default
26868 \series default
26869
26870 \begin_inset Note Note
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26875 \end_layout
26876
26877 \end_inset
26878
26879
26880 \end_layout
26881
26882 \begin_layout Standard
26883 \begin_inset ERT
26884 status collapsed
26885
26886 \begin_layout Plain Layout
26887
26888
26889 \backslash
26890 else
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \begin_inset Note Note
26897 status collapsed
26898
26899 \begin_layout Plain Layout
26900 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26901  
26902 \series bold
26903 marginnote
26904 \series default
26905 .
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Standard
26914 Debes instalar el paquete LaTeX 
26915 \series bold
26916 marginnote
26917 \series default
26918  para ver la parte siguiente en la salida.
26919 \end_layout
26920
26921 \begin_layout Standard
26922 \begin_inset ERT
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926
26927
26928 \backslash
26929 fi
26930 \end_layout
26931
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \begin_layout Chapter
26938 Cuadros
26939 \end_layout
26940
26941 \begin_layout Section
26942 Introducción
26943 \begin_inset Index idx
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947 Cuadros ! Introducción
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \begin_layout Standard
26956 Los cuadros se emplean para dar formato a bloques de texto.
26957  Se pueden usar para escribir documentos con varios idiomas, véase sección
26958 \begin_inset space ~
26959 \end_inset
26960
26961
26962 \begin_inset CommandInset ref
26963 LatexCommand ref
26964 reference "sec:Minipáginas"
26965
26966 \end_inset
26967
26968 , enmarcar textos, véase sección
26969 \begin_inset space ~
26970 \end_inset
26971
26972
26973 \begin_inset CommandInset ref
26974 LatexCommand ref
26975 reference "sec:Decoración"
26976
26977 \end_inset
26978
26979 , evitar la división de palabras, véase sección
26980 \begin_inset space ~
26981 \end_inset
26982
26983
26984 \begin_inset CommandInset ref
26985 LatexCommand ref
26986 reference "sec:Evitar-la-Partición"
26987
26988 \end_inset
26989
26990 , alinear texto, véase sección
26991 \begin_inset space ~
26992 \end_inset
26993
26994
26995 \begin_inset CommandInset ref
26996 LatexCommand ref
26997 reference "sub:Alineación-Vertical"
26998
26999 \end_inset
27000
27001 , o para poner color de fondo a un texto, véase sección
27002 \begin_inset space ~
27003 \end_inset
27004
27005
27006 \begin_inset CommandInset ref
27007 LatexCommand ref
27008 reference "sec:Cuadros-Coloreados"
27009
27010 \end_inset
27011
27012 .
27013 \end_layout
27014
27015 \begin_layout Standard
27016 Se insertan con el menú 
27017 \family sans
27018 Insertar\SpecialChar \menuseparator
27019 Cuadro
27020 \family default
27021  o con el botón 
27022 \begin_inset Graphics
27023         filename ../../images/box-insert.png
27024         scale 85
27025
27026 \end_inset
27027
27028 .
27029  Surge un recuadro gris con la etiqueta 
27030 \family sans
27031 Cuadro (Minipágina)
27032 \family default
27033
27034 \begin_inset Graphics
27035         filename clipart/CuadroMinipagQt4.png
27036         scale 75
27037         keepAspectRatio
27038
27039 \end_inset
27040
27041 .
27042  El tipo de cuadro se puede elegir al hacer clic derecho sobre él y seleccionand
27043
27044 \family sans
27045 Configuración
27046 \family default
27047 .
27048  Sale un diálogo en el que 
27049 \family sans
27050 Cuadro
27051 \family default
27052
27053 \begin_inset space ~
27054 \end_inset
27055
27056
27057 \family sans
27058 interior
27059 \family default
27060  permite escoger los tipos 
27061 \family sans
27062 Párrafo
27063 \family default
27064  y 
27065 \family sans
27066 Minipágina
27067 \family default
27068 .
27069  
27070 \family sans
27071 Minipágina
27072 \family default
27073  es el predeterminado para nuevos cuadros y se explica en la sección
27074 \begin_inset space ~
27075 \end_inset
27076
27077
27078 \begin_inset CommandInset ref
27079 LatexCommand ref
27080 reference "sec:Minipáginas"
27081
27082 \end_inset
27083
27084 ; el tipo 
27085 \family sans
27086 Párrafo
27087 \family default
27088  se describe en la sección
27089 \begin_inset space ~
27090 \end_inset
27091
27092
27093 \begin_inset CommandInset ref
27094 LatexCommand ref
27095 reference "sec:Cuadros-de-Párrafo"
27096
27097 \end_inset
27098
27099  y el tipo 
27100 \family sans
27101 \lang english
27102 Makebox
27103 \family default
27104 \lang spanish
27105  se describe en la sección
27106 \begin_inset space ~
27107 \end_inset
27108
27109
27110 \begin_inset CommandInset ref
27111 LatexCommand ref
27112 reference "sec:Evitar-la-Partición"
27113
27114 \end_inset
27115
27116 .
27117 \end_layout
27118
27119 \begin_layout Standard
27120 Los cuadros no se numeran y por tanto no se pueden referenciar como los
27121  flotantes o las notas al pie.
27122 \end_layout
27123
27124 \begin_layout Standard
27125 \begin_inset Note Greyedout
27126 status open
27127
27128 \begin_layout Plain Layout
27129
27130 \series bold
27131 Nota:
27132 \series default
27133  Los cuadros no deben ser el ítem en un entorno 
27134 \family sans
27135 Enumeración*
27136 \family default
27137  o 
27138 \family sans
27139 Descripción
27140 \family default
27141 .
27142 \end_layout
27143
27144 \end_inset
27145
27146
27147 \end_layout
27148
27149 \begin_layout Standard
27150 \begin_inset Note Greyedout
27151 status open
27152
27153 \begin_layout Plain Layout
27154
27155 \series bold
27156 Nota:
27157 \series default
27158  Por razones desconocidas sólo se puede poner el tipo 
27159 \family sans
27160 Cuadro
27161 \begin_inset space ~
27162 \end_inset
27163
27164 interior
27165 \family default
27166  en 
27167 \family sans
27168 Ninguno
27169 \family default
27170  cuando se emplea un cuadro enmarcado.
27171  Los cuadros sin ningún tipo de 
27172 \family sans
27173 Cuadro
27174 \begin_inset space ~
27175 \end_inset
27176
27177 interior
27178 \family default
27179  y sin marcos se explican en la sección
27180 \begin_inset space ~
27181 \end_inset
27182
27183
27184 \begin_inset CommandInset ref
27185 LatexCommand ref
27186 reference "sec:Evitar-la-Partición"
27187
27188 \end_inset
27189
27190 .
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \begin_layout Section
27199 Diálogo de cuadros
27200 \begin_inset CommandInset label
27201 LatexCommand label
27202 name "sec:Diálogo-Cuadros"
27203
27204 \end_inset
27205
27206
27207 \begin_inset Index idx
27208 status collapsed
27209
27210 \begin_layout Plain Layout
27211 Cuadros ! Configuración
27212 \end_layout
27213
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \begin_layout Subsection
27220 Tamaño
27221 \begin_inset Index idx
27222 status collapsed
27223
27224 \begin_layout Plain Layout
27225 Cuadros ! Tamaño
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Standard
27234 En el diálogo puedes ajustar la geometría del cuadro en los campos 
27235 \family sans
27236 Ancho
27237 \family default
27238  y 
27239 \family sans
27240 Alto
27241 \family default
27242 .
27243  Las unidades disponibles para la geometría se describen en la tabla
27244 \begin_inset space ~
27245 \end_inset
27246
27247
27248 \begin_inset CommandInset ref
27249 LatexCommand ref
27250 reference "tab:Unidades"
27251
27252 \end_inset
27253
27254 .
27255  El campo 
27256 \family sans
27257 Alto
27258 \family default
27259  ofrece los siguientes tamaños adicionales:
27260 \end_layout
27261
27262 \begin_layout Description
27263 Profundidad Este es el texto plano «alto».
27264  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27265  cuadro:
27266 \begin_inset Newline newline
27267 \end_inset
27268
27269
27270 \begin_inset Newline newline
27271 \end_inset
27272
27273
27274 \begin_inset Newline newline
27275 \end_inset
27276
27277
27278 \begin_inset Box Boxed
27279 position "c"
27280 hor_pos "c"
27281 has_inner_box 1
27282 inner_pos "c"
27283 use_parbox 0
27284 use_makebox 0
27285 width "12col%"
27286 special "none"
27287 height "1in"
27288 height_special "depth"
27289 status open
27290
27291 \begin_layout Plain Layout
27292 \align center
27293 Cuadro con altura establecida en 1
27294 \begin_inset space \thinspace{}
27295 \end_inset
27296
27297 Profundidad
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \begin_inset Newline newline
27304 \end_inset
27305
27306
27307 \begin_inset Newline newline
27308 \end_inset
27309
27310
27311 \end_layout
27312
27313 \begin_layout Description
27314 Alto Es la altura del texto que está dentro del cuadro.
27315  Un valor de, p.
27316 \begin_inset space \thinspace{}
27317 \end_inset
27318
27319 e.
27320 \begin_inset space ~
27321 \end_inset
27322
27323 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
27324  
27325 \begin_inset Box Boxed
27326 position "c"
27327 hor_pos "c"
27328 has_inner_box 1
27329 inner_pos "c"
27330 use_parbox 0
27331 use_makebox 0
27332 width "20col%"
27333 special "none"
27334 height "2in"
27335 height_special "height"
27336 status open
27337
27338 \begin_layout Plain Layout
27339 \align center
27340 Cuadro con altura puesta en 2
27341 \begin_inset space \thinspace{}
27342 \end_inset
27343
27344 Alto
27345 \end_layout
27346
27347 \end_inset
27348
27349
27350 \end_layout
27351
27352 \begin_layout Description
27353 Alto
27354 \begin_inset space ~
27355 \end_inset
27356
27357 total Esto es el Alto
27358 \begin_inset space \thinspace{}
27359 \end_inset
27360
27361 +
27362 \begin_inset space \thinspace{}
27363 \end_inset
27364
27365 Profundidad: 
27366 \begin_inset Box Boxed
27367 position "c"
27368 hor_pos "c"
27369 has_inner_box 1
27370 inner_pos "c"
27371 use_parbox 0
27372 use_makebox 0
27373 width "20col%"
27374 special "none"
27375 height "1in"
27376 height_special "totalheight"
27377 status open
27378
27379 \begin_layout Plain Layout
27380 \align center
27381 Cuadro con altura puesta a 1
27382 \begin_inset space \thinspace{}
27383 \end_inset
27384
27385 Alto
27386 \begin_inset space ~
27387 \end_inset
27388
27389 total
27390 \end_layout
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \begin_layout Description
27398 Ancho Esto determina al ancho del cuadro como altura: 
27399 \begin_inset Box Boxed
27400 position "c"
27401 hor_pos "c"
27402 has_inner_box 1
27403 inner_pos "c"
27404 use_parbox 0
27405 use_makebox 0
27406 width "12col%"
27407 special "none"
27408 height "1in"
27409 height_special "width"
27410 status open
27411
27412 \begin_layout Plain Layout
27413 \align center
27414 Cuadro con altura puesta en 1
27415 \begin_inset space \thinspace{}
27416 \end_inset
27417
27418 Ancho
27419 \end_layout
27420
27421 \end_inset
27422
27423
27424 \end_layout
27425
27426 \begin_layout Subsection
27427 Alineación
27428 \begin_inset Index idx
27429 status collapsed
27430
27431 \begin_layout Plain Layout
27432 Cuadros ! Alineación
27433 \end_layout
27434
27435 \end_inset
27436
27437
27438 \end_layout
27439
27440 \begin_layout Standard
27441 Si has elegido un 
27442 \family sans
27443 Cuadro
27444 \begin_inset space ~
27445 \end_inset
27446
27447 interior
27448 \family default
27449 , la alineación vertical del cuadro puede ser:
27450 \end_layout
27451
27452 \begin_layout Description
27453 Superior Ejemplo de línea de texto.
27454  
27455 \begin_inset Box Boxed
27456 position "t"
27457 hor_pos "c"
27458 has_inner_box 1
27459 inner_pos "c"
27460 use_parbox 0
27461 use_makebox 0
27462 width "12col%"
27463 special "none"
27464 height "1in"
27465 height_special "totalheight"
27466 status collapsed
27467
27468 \begin_layout Plain Layout
27469 \align center
27470 Cuadro alineado arriba.
27471 \end_layout
27472
27473 \end_inset
27474
27475  Ejemplo de línea de texto.
27476 \end_layout
27477
27478 \begin_layout Description
27479 Medio Ejemplo de línea de texto.
27480  
27481 \begin_inset Box Boxed
27482 position "c"
27483 hor_pos "c"
27484 has_inner_box 1
27485 inner_pos "c"
27486 use_parbox 0
27487 use_makebox 0
27488 width "12col%"
27489 special "none"
27490 height "1in"
27491 height_special "totalheight"
27492 status collapsed
27493
27494 \begin_layout Plain Layout
27495 \align center
27496 Cuadro alineado en medio.
27497 \end_layout
27498
27499 \end_inset
27500
27501  Ejemplo de línea de texto.
27502 \end_layout
27503
27504 \begin_layout Description
27505 Inferior Ejemplo de línea de texto.
27506  
27507 \begin_inset Box Boxed
27508 position "b"
27509 hor_pos "c"
27510 has_inner_box 1
27511 inner_pos "c"
27512 use_parbox 0
27513 use_makebox 0
27514 width "12col%"
27515 special "none"
27516 height "1in"
27517 height_special "totalheight"
27518 status collapsed
27519
27520 \begin_layout Plain Layout
27521 \align center
27522 Cuadro alineado abajo.
27523 \end_layout
27524
27525 \end_inset
27526
27527  Ejemplo de línea de texto.
27528 \end_layout
27529
27530 \begin_layout Standard
27531 \begin_inset Note Greyedout
27532 status open
27533
27534 \begin_layout Plain Layout
27535
27536 \series bold
27537 Nota:
27538 \series default
27539  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27540  en una línea y, p.
27541 \begin_inset space \thinspace{}
27542 \end_inset
27543
27544 e., uno de ellos tiene sombreado y el otro no.
27545 \end_layout
27546
27547 \end_inset
27548
27549
27550 \end_layout
27551
27552 \begin_layout Standard
27553 La alineación horizontal del cuadro puede establecerse en el diálogo de
27554  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27555 \end_layout
27556
27557 \begin_layout Standard
27558 \begin_inset VSpace bigskip
27559 \end_inset
27560
27561 Si has escogido un 
27562 \family sans
27563 Cuadro
27564 \begin_inset space ~
27565 \end_inset
27566
27567 interior
27568 \family default
27569 , el contenido puede alinearse verticalmente a:
27570 \end_layout
27571
27572 \begin_layout Description
27573 Superior Ejemplo de línea de texto.
27574  
27575 \begin_inset Box Boxed
27576 position "c"
27577 hor_pos "c"
27578 has_inner_box 1
27579 inner_pos "t"
27580 use_parbox 0
27581 use_makebox 0
27582 width "12col%"
27583 special "none"
27584 height "1.5in"
27585 height_special "totalheight"
27586 status collapsed
27587
27588 \begin_layout Plain Layout
27589 \align center
27590 Cuadro con texto alineado arriba.
27591 \end_layout
27592
27593 \end_inset
27594
27595  Ejemplo de línea de texto.
27596 \end_layout
27597
27598 \begin_layout Description
27599 Medio Ejemplo de línea de texto.
27600  
27601 \begin_inset Box Boxed
27602 position "c"
27603 hor_pos "c"
27604 has_inner_box 1
27605 inner_pos "c"
27606 use_parbox 0
27607 use_makebox 0
27608 width "12col%"
27609 special "none"
27610 height "1.5in"
27611 height_special "totalheight"
27612 status collapsed
27613
27614 \begin_layout Plain Layout
27615 \align center
27616 Cuadro con texto alineado en medio.
27617 \end_layout
27618
27619 \end_inset
27620
27621  Ejemplo de línea de texto.
27622 \end_layout
27623
27624 \begin_layout Description
27625 Inferior Ejemplo de línea de texto.
27626  
27627 \begin_inset Box Boxed
27628 position "c"
27629 hor_pos "c"
27630 has_inner_box 1
27631 inner_pos "b"
27632 use_parbox 0
27633 use_makebox 0
27634 width "12col%"
27635 special "none"
27636 height "1.5in"
27637 height_special "totalheight"
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641 \align center
27642 Cuadro con texto alineado abajo.
27643 \end_layout
27644
27645 \end_inset
27646
27647  Ejemplo de línea de texto.
27648 \end_layout
27649
27650 \begin_layout Description
27651 Estirado Ejemplo de línea de texto.
27652  
27653 \begin_inset Box Boxed
27654 position "c"
27655 hor_pos "c"
27656 has_inner_box 1
27657 inner_pos "s"
27658 use_parbox 0
27659 use_makebox 0
27660 width "12col%"
27661 special "none"
27662 height "1.5in"
27663 height_special "totalheight"
27664 status collapsed
27665
27666 \begin_layout Plain Layout
27667 \align center
27668 Este texto
27669 \end_layout
27670
27671 \begin_layout Plain Layout
27672 \align center
27673 está
27674 \end_layout
27675
27676 \begin_layout Plain Layout
27677 \align center
27678 estirado.
27679 \end_layout
27680
27681 \end_inset
27682
27683  Ejemplo de línea de texto.
27684 \end_layout
27685
27686 \begin_layout Standard
27687 Para estirar el contenido debe tener más de un párrafo.
27688  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27689 \end_layout
27690
27691 \begin_layout Standard
27692 \begin_inset VSpace bigskip
27693 \end_inset
27694
27695 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27696  LyX cuando hayas escogido un 
27697 \family sans
27698 Cuadro
27699 \begin_inset space ~
27700 \end_inset
27701
27702 interior
27703 \family default
27704 .
27705 \end_layout
27706
27707 \begin_layout Standard
27708 \align center
27709 \begin_inset Box Boxed
27710 position "c"
27711 hor_pos "c"
27712 has_inner_box 1
27713 inner_pos "s"
27714 use_parbox 0
27715 use_makebox 0
27716 width "15col%"
27717 special "none"
27718 height "1.25in"
27719 height_special "totalheight"
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723 \align left
27724 Cuadro
27725 \end_layout
27726
27727 \begin_layout Plain Layout
27728 \align center
27729 con texto
27730 \end_layout
27731
27732 \begin_layout Plain Layout
27733 \align right
27734 estirado
27735 \end_layout
27736
27737 \end_inset
27738
27739
27740 \end_layout
27741
27742 \begin_layout Standard
27743 Si no has establecido un 
27744 \family sans
27745 Cuadro
27746 \begin_inset space ~
27747 \end_inset
27748
27749 interior
27750 \family default
27751 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27752  cuadro.
27753 \end_layout
27754
27755 \begin_layout Standard
27756 \align center
27757 \begin_inset Box Boxed
27758 position "c"
27759 hor_pos "s"
27760 has_inner_box 0
27761 inner_pos "s"
27762 use_parbox 0
27763 use_makebox 0
27764 width "90col%"
27765 special "none"
27766 height "1.25in"
27767 height_special "totalheight"
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771 \align left
27772 Texto estirado horizontalmente.
27773 \end_layout
27774
27775 \end_inset
27776
27777
27778 \end_layout
27779
27780 \begin_layout Subsection
27781 Decoración
27782 \begin_inset CommandInset label
27783 LatexCommand label
27784 name "sec:Decoración"
27785
27786 \end_inset
27787
27788
27789 \begin_inset Index idx
27790 status collapsed
27791
27792 \begin_layout Plain Layout
27793 Cuadros ! Decoración
27794 \end_layout
27795
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \begin_layout Standard
27802 El estilo de marco del cuadro se puede determinar en la lista desplegable
27803  
27804 \family sans
27805 Tipo
27806 \family default
27807  del diálogo de cuadros.
27808  Son posibles los siguientes marcos:
27809 \end_layout
27810
27811 \begin_layout Description
27812 Sin
27813 \begin_inset space ~
27814 \end_inset
27815
27816 marco 
27817 \lang english
27818 Nothing is drawn.
27819 \end_layout
27820
27821 \begin_layout Description
27822 Marco
27823 \begin_inset space ~
27824 \end_inset
27825
27826 rectangular
27827 \begin_inset space ~
27828 \end_inset
27829
27830 sencillo Dibuja un marco rectangular alrededor del cuadro.
27831  El grosor del marco depende de 
27832 \series bold
27833
27834 \backslash
27835 fboxrule
27836 \series default
27837 .
27838  
27839 \begin_inset Box Boxed
27840 position "c"
27841 hor_pos "c"
27842 has_inner_box 1
27843 inner_pos "c"
27844 use_parbox 0
27845 use_makebox 0
27846 width "25col%"
27847 special "none"
27848 height "1in"
27849 height_special "totalheight"
27850 status open
27851
27852 \begin_layout Plain Layout
27853 \align center
27854 Cuadro rectangular
27855 \end_layout
27856
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \begin_layout Description
27863 Marco
27864 \begin_inset space ~
27865 \end_inset
27866
27867 ovalado,
27868 \begin_inset space ~
27869 \end_inset
27870
27871 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27872 \begin_inset space \thinspace{}
27873 \end_inset
27874
27875 pt.
27876  
27877 \begin_inset Box ovalbox
27878 position "c"
27879 hor_pos "c"
27880 has_inner_box 1
27881 inner_pos "c"
27882 use_parbox 0
27883 use_makebox 0
27884 width "25col%"
27885 special "none"
27886 height "1in"
27887 height_special "totalheight"
27888 status open
27889
27890 \begin_layout Plain Layout
27891 \align center
27892 Marco ovalado, fino
27893 \end_layout
27894
27895 \end_inset
27896
27897
27898 \end_layout
27899
27900 \begin_layout Description
27901 Marco
27902 \begin_inset space ~
27903 \end_inset
27904
27905 ovalado,
27906 \begin_inset space ~
27907 \end_inset
27908
27909 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27910 \begin_inset space \thinspace{}
27911 \end_inset
27912
27913 pt.
27914  
27915 \begin_inset Box Ovalbox
27916 position "c"
27917 hor_pos "c"
27918 has_inner_box 1
27919 inner_pos "c"
27920 use_parbox 0
27921 use_makebox 0
27922 width "30col%"
27923 special "none"
27924 height "1in"
27925 height_special "totalheight"
27926 status open
27927
27928 \begin_layout Plain Layout
27929 \align center
27930 Cuadro ovalado, grueso
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \begin_layout Description
27939 Marco
27940 \begin_inset space ~
27941 \end_inset
27942
27943 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
27944  El grosor de la línea tiene el tamaño dado por 
27945 \series bold
27946
27947 \backslash
27948 fboxrule
27949 \series default
27950 , la sombra tiene una anchura de 4
27951 \begin_inset space \thinspace{}
27952 \end_inset
27953
27954 pt.
27955  
27956 \begin_inset Box Shadowbox
27957 position "c"
27958 hor_pos "c"
27959 has_inner_box 1
27960 inner_pos "c"
27961 use_parbox 0
27962 use_makebox 0
27963 width "20col%"
27964 special "none"
27965 height "1in"
27966 height_special "totalheight"
27967 status open
27968
27969 \begin_layout Plain Layout
27970 \align center
27971 Marco sombrado
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \begin_layout Description
27980 Fondo
27981 \begin_inset space ~
27982 \end_inset
27983
27984 sombreado Dibuja un cuadro con fondo de color rojo.
27985  A diferencia de los cuadros coloreados,
27986 \begin_inset Foot
27987 status collapsed
27988
27989 \begin_layout Plain Layout
27990 véase sec.
27991  
27992 \begin_inset CommandInset ref
27993 LatexCommand ref
27994 reference "sec:Cuadros-Coloreados"
27995
27996 \end_inset
27997
27998
27999 \end_layout
28000
28001 \end_inset
28002
28003  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
28004 \begin_inset Box Shaded
28005 position "t"
28006 hor_pos "c"
28007 has_inner_box 0
28008 inner_pos "t"
28009 use_parbox 0
28010 use_makebox 0
28011 width "50col%"
28012 special "none"
28013 height "1in"
28014 height_special "totalheight"
28015 status open
28016
28017 \begin_layout Plain Layout
28018 Cuadro con fondo sombreado
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \begin_layout Description
28027 Marco
28028 \begin_inset space ~
28029 \end_inset
28030
28031 rectangular
28032 \begin_inset space ~
28033 \end_inset
28034
28035 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
28036  El grosor de la línea interior es 0.75
28037 \begin_inset space \thinspace{}
28038 \end_inset
28039
28040
28041 \series bold
28042
28043 \backslash
28044 fboxrule
28045 \series default
28046 , el de la línea exterior es 1.5
28047 \begin_inset space \thinspace{}
28048 \end_inset
28049
28050
28051 \series bold
28052
28053 \backslash
28054 fboxrule
28055 \series default
28056 .
28057  La distancia entre líneas es 1.5
28058 \begin_inset space \thinspace{}
28059 \end_inset
28060
28061
28062 \series bold
28063
28064 \backslash
28065 fboxrule
28066 \series default
28067
28068 \begin_inset space \thinspace{}
28069 \end_inset
28070
28071 +
28072 \begin_inset space \thinspace{}
28073 \end_inset
28074
28075 0.5
28076 \begin_inset space \thinspace{}
28077 \end_inset
28078
28079 pt.
28080  
28081 \begin_inset Box Doublebox
28082 position "c"
28083 hor_pos "c"
28084 has_inner_box 1
28085 inner_pos "c"
28086 use_parbox 0
28087 use_makebox 0
28088 width "20col%"
28089 special "none"
28090 height "1in"
28091 height_special "totalheight"
28092 status open
28093
28094 \begin_layout Plain Layout
28095 \align center
28096 Marco doble
28097 \end_layout
28098
28099 \end_inset
28100
28101
28102 \end_layout
28103
28104 \begin_layout Standard
28105 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
28106  Para poder utilizar los distintos marcos, debe estar instalado el paquete
28107  LaTeX 
28108 \series bold
28109 fancybox
28110 \series default
28111
28112 \begin_inset Index idx
28113 status collapsed
28114
28115 \begin_layout Plain Layout
28116 LaTeX-paquetes ! fancybox
28117 \end_layout
28118
28119 \end_inset
28120
28121 .
28122 \end_layout
28123
28124 \begin_layout Standard
28125 \begin_inset VSpace bigskip
28126 \end_inset
28127
28128 Si usas la decoración 
28129 \family sans
28130 marco rectangular sencillo
28131 \family default
28132  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
28133  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
28134  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
28135  propio y 
28136 \series bold
28137
28138 \backslash
28139 fboxrule
28140 \series default
28141  y 
28142 \series bold
28143
28144 \backslash
28145 fboxsep
28146 \series default
28147  no funcionan.
28148  El grosor del marco tiene el tamaño de 
28149 \series bold
28150
28151 \backslash
28152 FrameRule
28153 \series default
28154 .
28155 \begin_inset Box Framed
28156 position "t"
28157 hor_pos "c"
28158 has_inner_box 0
28159 inner_pos "t"
28160 use_parbox 0
28161 use_makebox 0
28162 width "100col%"
28163 special "none"
28164 height "1in"
28165 height_special "totalheight"
28166 status collapsed
28167
28168 \begin_layout Plain Layout
28169 Cuadro que permite saltos de página
28170 \end_layout
28171
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \begin_layout Section
28178 Personalización de cuadros
28179 \begin_inset Index idx
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 Cuadros ! Personalizar
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Standard
28192 El valor predeterminado por 
28193 \series bold
28194
28195 \backslash
28196 fboxrule
28197 \series default
28198  es 0.4
28199 \begin_inset space \thinspace{}
28200 \end_inset
28201
28202 pt.
28203  Puede cambiarse con el siguiente comando en código TeX, p.
28204 \begin_inset space \thinspace{}
28205 \end_inset
28206
28207 e.
28208 \begin_inset space ~
28209 \end_inset
28210
28211 a
28212 \begin_inset space ~
28213 \end_inset
28214
28215 2
28216 \begin_inset space \thinspace{}
28217 \end_inset
28218
28219 pt:
28220 \end_layout
28221
28222 \begin_layout Standard
28223
28224 \series bold
28225
28226 \backslash
28227 setlength{
28228 \backslash
28229 fboxrule}{2pt}
28230 \end_layout
28231
28232 \begin_layout Standard
28233 \begin_inset ERT
28234 status collapsed
28235
28236 \begin_layout Plain Layout
28237
28238
28239 \backslash
28240 setlength{
28241 \backslash
28242 fboxrule}{2pt}
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \begin_inset Box Boxed
28249 position "c"
28250 hor_pos "c"
28251 has_inner_box 1
28252 inner_pos "c"
28253 use_parbox 0
28254 use_makebox 0
28255 width "25col%"
28256 special "none"
28257 height "1in"
28258 height_special "totalheight"
28259 status open
28260
28261 \begin_layout Plain Layout
28262 \align center
28263 Cuadro rectangular con 
28264 \series bold
28265
28266 \backslash
28267 fboxrule
28268 \series default
28269
28270 \begin_inset space \thinspace{}
28271 \end_inset
28272
28273 =
28274 \begin_inset space \thinspace{}
28275 \end_inset
28276
28277 2
28278 \begin_inset space \thinspace{}
28279 \end_inset
28280
28281 pt
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \begin_inset ERT
28288 status collapsed
28289
28290 \begin_layout Plain Layout
28291
28292
28293 \backslash
28294 setlength{
28295 \backslash
28296 fboxrule}{0.4pt}
28297 \end_layout
28298
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \begin_layout Standard
28305 \begin_inset VSpace bigskip
28306 \end_inset
28307
28308 El espacio entre el marco y el contenido del cuadro es 3
28309 \begin_inset space \thinspace{}
28310 \end_inset
28311
28312 pt por omisión para todos los estilos.
28313  Se puede cambiar mediante la longitud 
28314 \series bold
28315
28316 \backslash
28317 fboxsep
28318 \series default
28319 .
28320  Por ejemplo el comando
28321 \end_layout
28322
28323 \begin_layout Standard
28324
28325 \series bold
28326
28327 \backslash
28328 setlength{
28329 \backslash
28330 fboxsep}{10pt}
28331 \end_layout
28332
28333 \begin_layout Standard
28334 determina un valor de 10
28335 \begin_inset space \thinspace{}
28336 \end_inset
28337
28338 pt, como en el siguiente cuadro:
28339 \end_layout
28340
28341 \begin_layout Standard
28342 \begin_inset ERT
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346
28347
28348 \backslash
28349 setlength{
28350 \backslash
28351 fboxsep}{10pt}
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \begin_inset Box Boxed
28358 position "c"
28359 hor_pos "c"
28360 has_inner_box 1
28361 inner_pos "c"
28362 use_parbox 0
28363 use_makebox 0
28364 width "25col%"
28365 special "none"
28366 height "1in"
28367 height_special "totalheight"
28368 status open
28369
28370 \begin_layout Plain Layout
28371 \align center
28372 Cuadro rectangular con 
28373 \series bold
28374
28375 \backslash
28376 fboxsep
28377 \series default
28378
28379 \begin_inset space \thinspace{}
28380 \end_inset
28381
28382 =
28383 \begin_inset space \thinspace{}
28384 \end_inset
28385
28386 10
28387 \begin_inset space \thinspace{}
28388 \end_inset
28389
28390 pt
28391 \end_layout
28392
28393 \end_inset
28394
28395
28396 \begin_inset ERT
28397 status collapsed
28398
28399 \begin_layout Plain Layout
28400
28401
28402 \backslash
28403 setlength{
28404 \backslash
28405 fboxsep}{3pt}
28406 \end_layout
28407
28408 \end_inset
28409
28410
28411 \end_layout
28412
28413 \begin_layout Standard
28414 \begin_inset VSpace bigskip
28415 \end_inset
28416
28417 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
28418  el comando 
28419 \series bold
28420
28421 \backslash
28422 cornersize
28423 \series default
28424 .
28425  El comando
28426 \end_layout
28427
28428 \begin_layout Standard
28429
28430 \series bold
28431
28432 \backslash
28433 cornersize*{1cm}
28434 \end_layout
28435
28436 \begin_layout Standard
28437 establece un diámetro de 1
28438 \begin_inset space \thinspace{}
28439 \end_inset
28440
28441 cm.
28442  El comando
28443 \end_layout
28444
28445 \begin_layout Standard
28446
28447 \series bold
28448
28449 \backslash
28450 cornersize{num}
28451 \end_layout
28452
28453 \begin_layout Standard
28454 fija el diámetro en 
28455 \family sans
28456 num
28457 \begin_inset space \thinspace{}
28458 \end_inset
28459
28460 ×
28461 \begin_inset space \thinspace{}
28462 \end_inset
28463
28464 mínimo
28465 \family default
28466  
28467 \family sans
28468 (ancho y alto del cuadro)
28469 \family default
28470 .
28471  Por omisión es 
28472 \series bold
28473
28474 \backslash
28475 cornersize{0.5}
28476 \series default
28477 .
28478 \end_layout
28479
28480 \begin_layout Standard
28481 \begin_inset ERT
28482 status collapsed
28483
28484 \begin_layout Plain Layout
28485
28486
28487 \backslash
28488 cornersize*{1.5cm}
28489 \end_layout
28490
28491 \end_inset
28492
28493
28494 \begin_inset Box Ovalbox
28495 position "c"
28496 hor_pos "c"
28497 has_inner_box 1
28498 inner_pos "c"
28499 use_parbox 0
28500 use_makebox 0
28501 width "28col%"
28502 special "none"
28503 height "1in"
28504 height_special "totalheight"
28505 status open
28506
28507 \begin_layout Plain Layout
28508 \align center
28509 Cuadro ovalado con 
28510 \series bold
28511
28512 \backslash
28513 cornersize
28514 \series default
28515
28516 \begin_inset space \thinspace{}
28517 \end_inset
28518
28519 =
28520 \begin_inset space \thinspace{}
28521 \end_inset
28522
28523 1.5
28524 \begin_inset space \thinspace{}
28525 \end_inset
28526
28527 cm
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \begin_inset ERT
28534 status collapsed
28535
28536 \begin_layout Plain Layout
28537
28538
28539 \backslash
28540 cornersize{0.5}
28541 \end_layout
28542
28543 \end_inset
28544
28545
28546 \end_layout
28547
28548 \begin_layout Standard
28549 \begin_inset VSpace bigskip
28550 \end_inset
28551
28552 El tamaño de la sombra se puede ajustar cambiando la longitud 
28553 \series bold
28554
28555 \backslash
28556 shadowsize
28557 \series default
28558 .
28559  Este comando la ajusta a 2
28560 \begin_inset space \thinspace{}
28561 \end_inset
28562
28563 pt en el cuadro siguiente:
28564 \end_layout
28565
28566 \begin_layout Standard
28567
28568 \series bold
28569
28570 \backslash
28571 setlength{
28572 \backslash
28573 shadowsize}{2pt}
28574 \end_layout
28575
28576 \begin_layout Standard
28577 \begin_inset ERT
28578 status collapsed
28579
28580 \begin_layout Plain Layout
28581
28582
28583 \backslash
28584 setlength{
28585 \backslash
28586 shadowsize}{2pt}
28587 \end_layout
28588
28589 \end_inset
28590
28591
28592 \begin_inset Box Shadowbox
28593 position "c"
28594 hor_pos "c"
28595 has_inner_box 1
28596 inner_pos "c"
28597 use_parbox 0
28598 use_makebox 0
28599 width "28col%"
28600 special "none"
28601 height "1in"
28602 height_special "totalheight"
28603 status open
28604
28605 \begin_layout Plain Layout
28606 \align center
28607 Cuadro sombreado con 
28608 \series bold
28609
28610 \backslash
28611 shadowsize
28612 \series default
28613
28614 \begin_inset space \thinspace{}
28615 \end_inset
28616
28617 =
28618 \begin_inset space \thinspace{}
28619 \end_inset
28620
28621 2
28622 \begin_inset space \thinspace{}
28623 \end_inset
28624
28625 pt
28626 \end_layout
28627
28628 \end_inset
28629
28630
28631 \begin_inset ERT
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635
28636
28637 \backslash
28638 setlength{
28639 \backslash
28640 shadowsize}{4pt}
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \begin_layout Standard
28649 \begin_inset VSpace bigskip
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \begin_layout Standard
28656 Por omisión, el tamaño 
28657 \series bold
28658
28659 \backslash
28660 FrameRule
28661 \series default
28662  es 0,4
28663 \begin_inset space \thinspace{}
28664 \end_inset
28665
28666 pt.
28667  El espacio por omisión entre el contenido de la nota y el marco es 9
28668 \begin_inset space \thinspace{}
28669 \end_inset
28670
28671 pt; puede cambiarse con el valor de 
28672 \series bold
28673
28674 \backslash
28675 FrameSep
28676 \series default
28677 .
28678  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28679  en código TeX
28680 \end_layout
28681
28682 \begin_layout Standard
28683
28684 \series bold
28685
28686 \backslash
28687 setlength{
28688 \backslash
28689 FrameRule}{5pt}
28690 \begin_inset Newline newline
28691 \end_inset
28692
28693
28694 \backslash
28695 setlength{
28696 \backslash
28697 FrameSep}{0.5cm}
28698 \end_layout
28699
28700 \begin_layout Standard
28701 \begin_inset ERT
28702 status collapsed
28703
28704 \begin_layout Plain Layout
28705
28706
28707 \backslash
28708 setlength{
28709 \backslash
28710 FrameRule}{5pt}
28711 \end_layout
28712
28713 \begin_layout Plain Layout
28714
28715
28716 \backslash
28717 setlength{
28718 \backslash
28719 FrameSep}{0.5cm}
28720 \end_layout
28721
28722 \end_inset
28723
28724
28725 \begin_inset Box Framed
28726 position "t"
28727 hor_pos "c"
28728 has_inner_box 0
28729 inner_pos "t"
28730 use_parbox 0
28731 use_makebox 0
28732 width "100col%"
28733 special "none"
28734 height "1in"
28735 height_special "totalheight"
28736 status open
28737
28738 \begin_layout Plain Layout
28739 Texto en un 
28740 \family sans
28741 marco
28742 \begin_inset space ~
28743 \end_inset
28744
28745 sencillo
28746 \begin_inset space ~
28747 \end_inset
28748
28749 con
28750 \begin_inset space ~
28751 \end_inset
28752
28753 salto
28754 \begin_inset space ~
28755 \end_inset
28756
28757 de
28758 \begin_inset space ~
28759 \end_inset
28760
28761 página
28762 \family default
28763 .
28764 \end_layout
28765
28766 \end_inset
28767
28768
28769 \begin_inset ERT
28770 status collapsed
28771
28772 \begin_layout Plain Layout
28773
28774
28775 \backslash
28776 setlength{
28777 \backslash
28778 FrameRule}{0.4pt}
28779 \end_layout
28780
28781 \begin_layout Plain Layout
28782
28783
28784 \backslash
28785 setlength{
28786 \backslash
28787 FrameSep}{9pt}
28788 \end_layout
28789
28790 \end_inset
28791
28792
28793 \end_layout
28794
28795 \begin_layout Standard
28796 \begin_inset VSpace bigskip
28797 \end_inset
28798
28799
28800 \end_layout
28801
28802 \begin_layout Standard
28803 Para los cuadros con 
28804 \family sans
28805 fondo
28806 \begin_inset space ~
28807 \end_inset
28808
28809 sombreado
28810 \family default
28811  el espacio por omisión entre el contenido y el marco es 3
28812 \begin_inset space \thinspace{}
28813 \end_inset
28814
28815 pt; se puede cambiar con el valor de 
28816 \series bold
28817
28818 \backslash
28819 fboxsep
28820 \series default
28821 .
28822  El color rojo predeterminado se puede cambiar en el sitio con el comando
28823  
28824 \series bold
28825
28826 \backslash
28827 definecolor{shadecolor}
28828 \series default
28829  o globalmente con el menú 
28830 \family sans
28831 Herramientas
28832 \family default
28833 \SpecialChar \menuseparator
28834
28835 \family sans
28836 Preferencias
28837 \family default
28838 \SpecialChar \menuseparator
28839
28840 \family sans
28841 Colores
28842 \family default
28843 \SpecialChar \menuseparator
28844
28845 \family sans
28846 cuadro
28847 \begin_inset space ~
28848 \end_inset
28849
28850 sombreado
28851 \family default
28852 .
28853  El esquema del comando 
28854 \series bold
28855
28856 \backslash
28857 definecolor
28858 \series default
28859  se explica en la sección
28860 \begin_inset space ~
28861 \end_inset
28862
28863
28864 \begin_inset CommandInset ref
28865 LatexCommand ref
28866 reference "sec:Tablas-Coloreadas"
28867
28868 \end_inset
28869
28870 .
28871 \begin_inset Foot
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875 El comando 
28876 \series bold
28877
28878 \backslash
28879 definecolor
28880 \series default
28881  requiere el paquete LaTeX 
28882 \series bold
28883 color
28884 \series default
28885  en el preámbulo, véase la sección
28886 \begin_inset space ~
28887 \end_inset
28888
28889
28890 \begin_inset CommandInset ref
28891 LatexCommand ref
28892 reference "sec:Cuadros-Coloreados"
28893
28894 \end_inset
28895
28896 .
28897 \end_layout
28898
28899 \end_inset
28900
28901  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28902 \end_layout
28903
28904 \begin_layout Standard
28905
28906 \series bold
28907
28908 \backslash
28909 setlength{
28910 \backslash
28911 fboxsep}{0.5cm}
28912 \series default
28913
28914 \begin_inset Newline newline
28915 \end_inset
28916
28917
28918 \series bold
28919
28920 \backslash
28921 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28922 \end_layout
28923
28924 \begin_layout Standard
28925 \begin_inset ERT
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929
28930
28931 \backslash
28932 setlength{
28933 \backslash
28934 fboxsep}{0.5cm}
28935 \end_layout
28936
28937 \begin_layout Plain Layout
28938
28939
28940 \backslash
28941 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28942 \end_layout
28943
28944 \end_inset
28945
28946
28947 \begin_inset Box Shaded
28948 position "t"
28949 hor_pos "c"
28950 has_inner_box 0
28951 inner_pos "t"
28952 use_parbox 0
28953 use_makebox 0
28954 width "100col%"
28955 special "none"
28956 height "1in"
28957 height_special "totalheight"
28958 status open
28959
28960 \begin_layout Plain Layout
28961
28962 \color yellow
28963 Texto amarillo en un cuadro con 
28964 \family sans
28965 fondo sombreado 
28966 \family default
28967  en color verde oscuro.
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \begin_inset ERT
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977
28978
28979 \backslash
28980 setlength{
28981 \backslash
28982 fboxsep}{3pt}
28983 \end_layout
28984
28985 \begin_layout Plain Layout
28986
28987
28988 \backslash
28989 definecolor{shadecolor}{rgb}{1,0,0}
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 \begin_inset VSpace bigskip
28999 \end_inset
29000
29001 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
29002  a los comandos.
29003 \end_layout
29004
29005 \begin_layout Section
29006 Minipáginas
29007 \begin_inset CommandInset label
29008 LatexCommand label
29009 name "sec:Minipáginas"
29010
29011 \end_inset
29012
29013
29014 \begin_inset Index idx
29015 status collapsed
29016
29017 \begin_layout Plain Layout
29018 Cuadros ! Minipáginas
29019 \end_layout
29020
29021 \end_inset
29022
29023
29024 \end_layout
29025
29026 \begin_layout Standard
29027 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
29028  por tanto pueden tener, por ejemplo, sus propias notas al pie.
29029 \end_layout
29030
29031 \begin_layout Standard
29032 Las minipáginas son útiles para escribir documentos en distintas lenguas.
29033 \end_layout
29034
29035 \begin_layout Standard
29036 A continuación hay dos ejemplos de minipáginas adosadas.
29037  Su anchura está puesta en 45
29038 \begin_inset space \thinspace{}
29039 \end_inset
29040
29041 % y separadas por un relleno horizontal, insertado vía el menú 
29042 \family sans
29043 Insertar\SpecialChar \menuseparator
29044 Formato\SpecialChar \menuseparator
29045 Relleno
29046 \begin_inset space ~
29047 \end_inset
29048
29049 horizontal
29050 \family default
29051 .
29052 \end_layout
29053
29054 \begin_layout Standard
29055 \begin_inset Box Frameless
29056 position "t"
29057 hor_pos "c"
29058 has_inner_box 1
29059 inner_pos "c"
29060 use_parbox 0
29061 use_makebox 0
29062 width "45col%"
29063 special "none"
29064 height "1in"
29065 height_special "totalheight"
29066 status open
29067
29068 \begin_layout Plain Layout
29069
29070 \lang german
29071 Dies ist ein deutscher Text.
29072  Dies ist ein deutscher Text.
29073  Dies ist ein deutscher Text.
29074  Dies ist ein deutscher Text.
29075  Dies ist ein deutscher Text.
29076  Dies ist ein deutscher Text.
29077  Dies ist ein deutscher Text.
29078  Dies ist ein deutscher Text.
29079  Dies ist ein deutscher Text.
29080  Dies ist ein deutscher Text.
29081  Dies ist ein deutscher Text.
29082  Dies ist ein deutscher Text.
29083  Dies ist ein deutscher Text
29084 \begin_inset Foot
29085 status collapsed
29086
29087 \begin_layout Plain Layout
29088
29089 \lang german
29090 Dies ist eine deutsche Fußnote.
29091 \end_layout
29092
29093 \end_inset
29094
29095 .
29096  Dies ist ein deutscher Text.
29097  Dies ist ein deutscher Text.
29098 \end_layout
29099
29100 \end_inset
29101
29102
29103 \begin_inset space \hfill{}
29104 \end_inset
29105
29106
29107 \begin_inset Box Frameless
29108 position "t"
29109 hor_pos "c"
29110 has_inner_box 1
29111 inner_pos "c"
29112 use_parbox 0
29113 use_makebox 0
29114 width "45col%"
29115 special "none"
29116 height "1in"
29117 height_special "totalheight"
29118 status open
29119
29120 \begin_layout Plain Layout
29121
29122 \lang english
29123 This is an English Text.
29124  This is an English Text.
29125  This is an English Text.
29126  This is an English Text.
29127  This is an English Text.
29128  This is an English Text.
29129  This is an English Text.
29130  This is an English Text.
29131  This is an English Text.
29132  This is an English Text.
29133  This is an English Text.
29134  This is an English Text.
29135  This is an English Text.
29136  This is an English Text.
29137  This is an English Text.
29138  This is an English Text.
29139 \begin_inset Foot
29140 status collapsed
29141
29142 \begin_layout Plain Layout
29143
29144 \lang english
29145 This is an English footnote.
29146 \end_layout
29147
29148 \end_inset
29149
29150  This is an English Text.
29151  
29152 \end_layout
29153
29154 \end_inset
29155
29156
29157 \end_layout
29158
29159 \begin_layout Standard
29160 \begin_inset VSpace bigskip
29161 \end_inset
29162
29163 La configuración global de párrafos se ignora en las minipáginas.
29164  Esto significa que en las mismas no habrá espacio entre párrafos aunque
29165  pongas p.
29166 \begin_inset space \thinspace{}
29167 \end_inset
29168
29169 e.
29170 \begin_inset space ~
29171 \end_inset
29172
29173
29174 \family sans
29175 Salto
29176 \begin_inset space ~
29177 \end_inset
29178
29179 medio
29180 \family default
29181  en la configuración del documento.
29182 \end_layout
29183
29184 \begin_layout Standard
29185 Las minipáginas también sirven para poner un color de fondo para partes
29186  de texto, véase sección
29187 \begin_inset space ~
29188 \end_inset
29189
29190
29191 \begin_inset CommandInset ref
29192 LatexCommand ref
29193 reference "sub:Color-en-Párrafos"
29194
29195 \end_inset
29196
29197 .
29198 \end_layout
29199
29200 \begin_layout Standard
29201 \begin_inset Note Greyedout
29202 status open
29203
29204 \begin_layout Plain Layout
29205
29206 \series bold
29207 Nota:
29208 \series default
29209  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29210  tener minipáginas en tablas, flotantes, y otros cuadros.
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Section
29219 Cuadros de párrafo
29220 \begin_inset CommandInset label
29221 LatexCommand label
29222 name "sec:Cuadros-de-Párrafo"
29223
29224 \end_inset
29225
29226
29227 \begin_inset Index idx
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231 Cuadros ! de párrafo
29232 \end_layout
29233
29234 \end_inset
29235
29236
29237 \end_layout
29238
29239 \begin_layout Standard
29240 Los cuadros de párrafo son similares a las minipáginas con la diferencia
29241  de que no pueden contener notas al pie.
29242 \end_layout
29243
29244 \begin_layout Standard
29245 \align center
29246 \begin_inset Box Frameless
29247 position "t"
29248 hor_pos "c"
29249 has_inner_box 1
29250 inner_pos "t"
29251 use_parbox 1
29252 use_makebox 0
29253 width "33col%"
29254 special "none"
29255 height "1in"
29256 height_special "totalheight"
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260 Texto en un cuadro de párrafo.
29261  Texto en un cuadro de párrafo.
29262  Esta nota no aparece:
29263 \begin_inset Foot
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
29268 \end_layout
29269
29270 \end_inset
29271
29272
29273 \end_layout
29274
29275 \end_inset
29276
29277
29278 \end_layout
29279
29280 \begin_layout Section
29281 Cuadros para palabras y caracteres
29282 \begin_inset Index idx
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286 Cuadros ! para palabras y caracteres
29287 \end_layout
29288
29289 \end_inset
29290
29291
29292 \end_layout
29293
29294 \begin_layout Subsection
29295 Evitar la partición de palabras
29296 \begin_inset CommandInset label
29297 LatexCommand label
29298 name "sec:Evitar-la-Partición"
29299
29300 \end_inset
29301
29302
29303 \begin_inset Index idx
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307 Cuadros ! para evitar la partición de palabras
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \end_layout
29314
29315 \begin_layout Standard
29316
29317 \lang english
29318 You can use the box type 
29319 \family sans
29320 Makebox
29321 \family default
29322 \lang spanish
29323  para impedir que una palabra sea partida con guión.
29324 \begin_inset Newline newline
29325 \end_inset
29326
29327 He aquí un ejemplo:
29328 \end_layout
29329
29330 \begin_layout Standard
29331 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29332 palabra».
29333 \end_layout
29334
29335 \begin_layout Standard
29336 Para evitar su división 
29337 \lang english
29338 of the word 
29339 \begin_inset Quotes eld
29340 \end_inset
29341
29342 veryverylongword
29343 \begin_inset Quotes erd
29344 \end_inset
29345
29346 , put the word into a box, set the 
29347 \family sans
29348 Inner
29349 \begin_inset space ~
29350 \end_inset
29351
29352 box
29353 \family default
29354  to 
29355 \family sans
29356 Makebox
29357 \family default
29358  and its width to 1
29359 \begin_inset space \thinspace{}
29360 \end_inset
29361
29362 Width.
29363 \end_layout
29364
29365 \begin_layout Standard
29366 Este es el resultado:
29367 \end_layout
29368
29369 \begin_layout Standard
29370 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29371 \begin_inset Box Frameless
29372 position "t"
29373 hor_pos "c"
29374 has_inner_box 1
29375 inner_pos "t"
29376 use_parbox 0
29377 use_makebox 1
29378 width "1in"
29379 special "width"
29380 height "1in"
29381 height_special "totalheight"
29382 status open
29383
29384 \begin_layout Plain Layout
29385 «estalarguísimapalabra»
29386 \end_layout
29387
29388 \end_inset
29389
29390 .
29391 \end_layout
29392
29393 \begin_layout Standard
29394 Como alternativa puedes poner el comando «
29395 \series bold
29396
29397 \backslash
29398 -
29399 \series default
29400 » en código TeX directamente antes de la palabra:
29401 \end_layout
29402
29403 \begin_layout Standard
29404 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29405 \begin_inset ERT
29406 status collapsed
29407
29408 \begin_layout Plain Layout
29409
29410
29411 \backslash
29412 -
29413 \end_layout
29414
29415 \end_inset
29416
29417 estalarguísimapalabra».
29418 \end_layout
29419
29420 \begin_layout Standard
29421 Por supuesto, la palabra sobresale del margen.
29422  Para evitarlo añade, con el menú 
29423 \family sans
29424 Insertar\SpecialChar \menuseparator
29425 Formato\SpecialChar \menuseparator
29426 Salto
29427 \begin_inset space ~
29428 \end_inset
29429
29430 de
29431 \begin_inset space ~
29432 \end_inset
29433
29434
29435 \family default
29436 línea (atajo 
29437 \family sans
29438 Ctrl+Retorno
29439 \family default
29440 ), un salto de línea antes de la palabra:
29441 \end_layout
29442
29443 \begin_layout Standard
29444 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29445 \begin_inset Newline newline
29446 \end_inset
29447
29448
29449 \begin_inset Box Frameless
29450 position "t"
29451 hor_pos "c"
29452 has_inner_box 1
29453 inner_pos "t"
29454 use_parbox 0
29455 use_makebox 1
29456 width "1in"
29457 special "width"
29458 height "1in"
29459 height_special "totalheight"
29460 status open
29461
29462 \begin_layout Plain Layout
29463 «estalarguísimapalabra»
29464 \end_layout
29465
29466 \end_inset
29467
29468 .
29469 \end_layout
29470
29471 \begin_layout Subsection
29472 Alineación vertical
29473 \begin_inset CommandInset label
29474 LatexCommand label
29475 name "sub:Alineación-Vertical"
29476
29477 \end_inset
29478
29479
29480 \begin_inset Index idx
29481 status collapsed
29482
29483 \begin_layout Plain Layout
29484 Cuadros ! para alineación vertical
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \end_layout
29491
29492 \begin_layout Standard
29493 Con ayuda del comando 
29494 \series bold
29495
29496 \backslash
29497 raisebox
29498 \series default
29499  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29500  
29501 \series bold
29502
29503 \backslash
29504 raisebox
29505 \series default
29506  se utiliza según el esquema:
29507 \end_layout
29508
29509 \begin_layout Standard
29510
29511 \series bold
29512
29513 \backslash
29514 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29515 \end_layout
29516
29517 \begin_layout Standard
29518 La elevación puede ser un valor positivo para subir el cuadro o negativo
29519  para bajarlo.
29520 \end_layout
29521
29522 \begin_layout Standard
29523 Para alinear una palabra, p.
29524 \begin_inset space \thinspace{}
29525 \end_inset
29526
29527 e
29528 \begin_inset space ~
29529 \end_inset
29530
29531 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29532  en la línea de base, inserta el comando
29533 \end_layout
29534
29535 \begin_layout Standard
29536
29537 \series bold
29538
29539 \backslash
29540 raisebox{
29541 \backslash
29542 depth}{
29543 \end_layout
29544
29545 \begin_layout Standard
29546 en código TeX antes de la palabra.
29547  Detrás de la palabra inserta una llave de cierre «
29548 \series bold
29549 }
29550 \series default
29551 » en código TeX.
29552 \begin_inset Newline newline
29553 \end_inset
29554
29555 Este es el resultado:
29556 \end_layout
29557
29558 \begin_layout Standard
29559 Esto es una línea de texto con la palabra 
29560 \begin_inset ERT
29561 status collapsed
29562
29563 \begin_layout Plain Layout
29564
29565
29566 \backslash
29567 raisebox{
29568 \backslash
29569 depth}{
29570 \end_layout
29571
29572 \end_inset
29573
29574 «prevención»
29575 \begin_inset ERT
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579
29580 }
29581 \end_layout
29582
29583 \end_inset
29584
29585  elevada.
29586 \end_layout
29587
29588 \begin_layout Standard
29589 \begin_inset VSpace bigskip
29590 \end_inset
29591
29592 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29593 \end_layout
29594
29595 \begin_layout Standard
29596 Esto es una línea de texto con la palabra 
29597 \begin_inset ERT
29598 status collapsed
29599
29600 \begin_layout Plain Layout
29601
29602
29603 \backslash
29604 raisebox{-
29605 \backslash
29606 depth}{
29607 \end_layout
29608
29609 \end_inset
29610
29611 «prevención»
29612 \begin_inset ERT
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616
29617 }
29618 \end_layout
29619
29620 \end_inset
29621
29622  bajada.
29623 \begin_inset Newline newline
29624 \end_inset
29625
29626 Esto es una línea de texto con la palabra 
29627 \begin_inset ERT
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631
29632
29633 \backslash
29634 raisebox{0.5cm}{
29635 \end_layout
29636
29637 \end_inset
29638
29639 «testigo»
29640 \begin_inset ERT
29641 status collapsed
29642
29643 \begin_layout Plain Layout
29644
29645 }
29646 \end_layout
29647
29648 \end_inset
29649
29650  elevada.
29651 \end_layout
29652
29653 \begin_layout Standard
29654 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29655  Por ejemplo
29656 \end_layout
29657
29658 \begin_layout Standard
29659
29660 \series bold
29661
29662 \backslash
29663 raisebox{-
29664 \backslash
29665 depth}[0pt]{
29666 \end_layout
29667
29668 \begin_layout Standard
29669 Esto es una línea de texto con la palabra 
29670 \begin_inset ERT
29671 status collapsed
29672
29673 \begin_layout Plain Layout
29674
29675
29676 \backslash
29677 raisebox{-
29678 \backslash
29679 depth}[0pt]{
29680 \end_layout
29681
29682 \end_inset
29683
29684 «prevención»
29685 \begin_inset ERT
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689
29690 }
29691 \end_layout
29692
29693 \end_inset
29694
29695  bajada.
29696 \begin_inset Newline newline
29697 \end_inset
29698
29699 Esto es una línea de texto con la palabra 
29700 \begin_inset ERT
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704
29705
29706 \backslash
29707 raisebox{0.5cm}[0pt]{
29708 \end_layout
29709
29710 \end_inset
29711
29712 «testigo»
29713 \begin_inset ERT
29714 status collapsed
29715
29716 \begin_layout Plain Layout
29717
29718 }
29719 \end_layout
29720
29721 \end_inset
29722
29723  elevada.
29724 \end_layout
29725
29726 \begin_layout Section
29727 Cuadros coloreados
29728 \begin_inset CommandInset label
29729 LatexCommand label
29730 name "sec:Cuadros-Coloreados"
29731
29732 \end_inset
29733
29734
29735 \begin_inset Index idx
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739 Cuadros ! Color
29740 \end_layout
29741
29742 \end_inset
29743
29744
29745 \end_layout
29746
29747 \begin_layout Subsection
29748 Color en texto
29749 \begin_inset Index idx
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753 Color ! en texto
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \begin_layout Standard
29762 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29763  Esto requiere cargar el paquete LaTeX 
29764 \series bold
29765 color
29766 \series default
29767
29768 \begin_inset Index idx
29769 status collapsed
29770
29771 \begin_layout Plain Layout
29772 LaTeX-paquetes ! color
29773 \end_layout
29774
29775 \end_inset
29776
29777  en el preámbulo del documento con
29778 \end_layout
29779
29780 \begin_layout Standard
29781
29782 \series bold
29783
29784 \backslash
29785 @ifundef\SpecialChar \textcompwordmark{}
29786 ined{textcolor}
29787 \begin_inset Newline newline
29788 \end_inset
29789
29790
29791 \begin_inset Phantom HPhantom
29792 status open
29793
29794 \begin_layout Plain Layout
29795
29796 \series bold
29797 \begin_inset space ~
29798 \end_inset
29799
29800
29801 \end_layout
29802
29803 \end_inset
29804
29805 {
29806 \backslash
29807 usepackage{color}}{}
29808 \end_layout
29809
29810 \begin_layout Standard
29811 LyX cargará automáticamente el paquete 
29812 \series bold
29813 color
29814 \series default
29815  cuando colorees texto.
29816 \begin_inset Foot
29817 status collapsed
29818
29819 \begin_layout Plain Layout
29820 Para evitar cargarlo dos veces se usa el comando 
29821 \series bold
29822
29823 \backslash
29824 @ifundef\SpecialChar \textcompwordmark{}
29825 ined
29826 \series default
29827 .
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \begin_layout Standard
29836 \begin_inset VSpace medskip
29837 \end_inset
29838
29839 Los cuadros coloreados se crean con el comando 
29840 \series bold
29841
29842 \backslash
29843 colorbox
29844 \series default
29845 , de acuerdo con el siguiente esquema:
29846 \end_layout
29847
29848 \begin_layout Standard
29849
29850 \series bold
29851
29852 \backslash
29853 colorbox{color}{contenido del cuadro}
29854 \end_layout
29855
29856 \begin_layout Standard
29857 El contenido también puede ser un cuadro y los cuadros coloreados también
29858  pueden estar en otros cuadros.
29859 \end_layout
29860
29861 \begin_layout Standard
29862 Los siguientes colores están predefinidos:
29863 \begin_inset Newline newline
29864 \end_inset
29865
29866
29867 \family sans
29868 red
29869 \family default
29870
29871 \family sans
29872 green
29873 \family default
29874
29875 \family sans
29876 yellow, blue
29877 \family default
29878
29879 \family sans
29880 cyan
29881 \family default
29882 \series bold
29883 ,
29884 \series default
29885  
29886 \family sans
29887 magenta, black
29888 \family default
29889
29890 \family sans
29891 white
29892 \family default
29893 .
29894 \begin_inset Newline newline
29895 \end_inset
29896
29897 También puedes definir tus propios colores según se explica en la sección
29898 \begin_inset space ~
29899 \end_inset
29900
29901
29902 \begin_inset CommandInset ref
29903 LatexCommand ref
29904 reference "sec:Tablas-Coloreadas"
29905
29906 \end_inset
29907
29908 .
29909 \end_layout
29910
29911 \begin_layout Standard
29912 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29913 \end_layout
29914
29915 \begin_layout Standard
29916
29917 \series bold
29918
29919 \backslash
29920 colorbox{red}{
29921 \end_layout
29922
29923 \begin_layout Standard
29924 en código TeX antes de la palabra.
29925  Tras la palabra inserta una llave de cierre «
29926 \series bold
29927 }
29928 \series default
29929 » en código TeX.
29930 \begin_inset Newline newline
29931 \end_inset
29932
29933 Este es el resultado:
29934 \end_layout
29935
29936 \begin_layout Standard
29937 Línea en la que la palabra 
29938 \begin_inset ERT
29939 status collapsed
29940
29941 \begin_layout Plain Layout
29942
29943
29944 \backslash
29945 colorbox{red}{
29946 \end_layout
29947
29948 \end_inset
29949
29950 «¡Atención!»
29951 \begin_inset ERT
29952 status collapsed
29953
29954 \begin_layout Plain Layout
29955
29956 }
29957 \end_layout
29958
29959 \end_inset
29960
29961  tiene fondo rojo.
29962 \end_layout
29963
29964 \begin_layout Standard
29965 \begin_inset VSpace bigskip
29966 \end_inset
29967
29968 Si quieres un marco de distinto color, puedes emplear el comando 
29969 \series bold
29970
29971 \backslash
29972 fcolorbox
29973 \series default
29974  con el esquema siguiente:
29975 \end_layout
29976
29977 \begin_layout Standard
29978
29979 \series bold
29980
29981 \backslash
29982 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29983 \end_layout
29984
29985 \begin_layout Standard
29986
29987 \series bold
29988
29989 \backslash
29990 fcolorbox
29991 \series default
29992  es una extensión de 
29993 \series bold
29994
29995 \backslash
29996 colorbox
29997 \series default
29998 .
29999  El grosor del marco y el espacio entre él y el contenido se puede ajustar
30000  con las longitudes 
30001 \series bold
30002
30003 \backslash
30004 fboxrule
30005 \series default
30006  y 
30007 \series bold
30008
30009 \backslash
30010 fboxsep
30011 \series default
30012 , respectivamente, como se describe en la sección
30013 \begin_inset space ~
30014 \end_inset
30015
30016
30017 \begin_inset CommandInset ref
30018 LatexCommand ref
30019 reference "sec:Decoración"
30020
30021 \end_inset
30022
30023 .
30024 \end_layout
30025
30026 \begin_layout Standard
30027 Para el ejemplo siguiente se ha utilizado el comando
30028 \end_layout
30029
30030 \begin_layout Standard
30031
30032 \series bold
30033
30034 \backslash
30035 fcolorbox{cyan}{magenta}{
30036 \end_layout
30037
30038 \begin_layout Standard
30039 Este es un ejemplo en el que se ha puesto un grosor de 1
30040 \begin_inset space \thinspace{}
30041 \end_inset
30042
30043 mm para la línea del marco:
30044 \begin_inset Newline newline
30045 \end_inset
30046
30047
30048 \begin_inset ERT
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052
30053
30054 \backslash
30055 fboxrule 1mm 
30056 \backslash
30057 fboxsep 1mm
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \begin_inset ERT
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067
30068
30069 \backslash
30070 fcolorbox{cyan}{magenta}{
30071 \end_layout
30072
30073 \end_inset
30074
30075 Texto en un marco coloreado y enmarcado.
30076 \begin_inset ERT
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080
30081 }
30082 \end_layout
30083
30084 \end_inset
30085
30086
30087 \end_layout
30088
30089 \begin_layout Standard
30090 \begin_inset VSpace bigskip
30091 \end_inset
30092
30093 Por supuesto también puedes colorear el texto en un marco coloreado:
30094 \begin_inset Newline newline
30095 \end_inset
30096
30097
30098 \begin_inset ERT
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102
30103
30104 \backslash
30105 fcolorbox{cyan}{magenta}{
30106 \end_layout
30107
30108 \end_inset
30109
30110
30111 \color yellow
30112 Texto coloreado en un marco sombreado y coloreado.
30113 \color none
30114
30115 \begin_inset ERT
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119
30120 }
30121 \end_layout
30122
30123 \end_inset
30124
30125
30126 \begin_inset ERT
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130
30131
30132 \backslash
30133 fboxrule 0.4pt 
30134 \backslash
30135 fboxsep 3pt
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \begin_layout Standard
30144
30145 \series bold
30146 \begin_inset VSpace medskip
30147 \end_inset
30148
30149
30150 \end_layout
30151
30152 \begin_layout Standard
30153 \begin_inset Note Greyedout
30154 status open
30155
30156 \begin_layout Plain Layout
30157
30158 \series bold
30159 Nota:
30160 \series default
30161  El texto en cuadros coloreados no puede tener saltos de línea.
30162  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
30163  coloreado como se describe a continuación.
30164 \end_layout
30165
30166 \end_inset
30167
30168
30169 \end_layout
30170
30171 \begin_layout Subsection
30172 Color en párrafos
30173 \begin_inset CommandInset label
30174 LatexCommand label
30175 name "sub:Color-en-Párrafos"
30176
30177 \end_inset
30178
30179
30180 \begin_inset Index idx
30181 status collapsed
30182
30183 \begin_layout Plain Layout
30184 Color ! en párrafos
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Standard
30193 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30194  Antes de la minipágina inserta el comando 
30195 \series bold
30196
30197 \backslash
30198 colorbox
30199 \series default
30200  en código TeX
30201 \end_layout
30202
30203 \begin_layout Standard
30204
30205 \series bold
30206
30207 \backslash
30208 colorbox{color}{
30209 \end_layout
30210
30211 \begin_layout Standard
30212  Detrás de la minipágina inserta una llave de cierre «
30213 \series bold
30214 }
30215 \series default
30216 », también en código TeX.
30217 \end_layout
30218
30219 \begin_layout Standard
30220 \begin_inset ERT
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224
30225
30226 \backslash
30227 colorbox{grisclaro}{
30228 \end_layout
30229
30230 \end_inset
30231
30232
30233 \begin_inset Box Frameless
30234 position "t"
30235 hor_pos "c"
30236 has_inner_box 1
30237 inner_pos "t"
30238 use_parbox 0
30239 use_makebox 0
30240 width "100col%"
30241 special "none"
30242 height "1in"
30243 height_special "totalheight"
30244 status collapsed
30245
30246 \begin_layout Plain Layout
30247 Texto con color de fondo.
30248  Texto con color de fondo.
30249 \end_layout
30250
30251 \begin_layout Plain Layout
30252 \begin_inset VSpace defskip
30253 \end_inset
30254
30255 El texto puede tener notas al pie
30256 \begin_inset Foot
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260 Otro ejemplo de nota
30261 \end_layout
30262
30263 \end_inset
30264
30265  y puede incluir tablas y figuras.
30266 \end_layout
30267
30268 \begin_layout Plain Layout
30269 \align center
30270 \begin_inset Tabular
30271 <lyxtabular version="3" rows="3" columns="3">
30272 <features tabularvalignment="middle">
30273 <column alignment="center" valignment="top" width="0">
30274 <column alignment="center" valignment="top" width="0">
30275 <column alignment="center" valignment="top" width="0">
30276 <row>
30277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30278 \begin_inset Text
30279
30280 \begin_layout Plain Layout
30281 a
30282 \end_layout
30283
30284 \end_inset
30285 </cell>
30286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30287 \begin_inset Text
30288
30289 \begin_layout Plain Layout
30290 !
30291 \end_layout
30292
30293 \end_inset
30294 </cell>
30295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30296 \begin_inset Text
30297
30298 \begin_layout Plain Layout
30299 3
30300 \end_layout
30301
30302 \end_inset
30303 </cell>
30304 </row>
30305 <row>
30306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30307 \begin_inset Text
30308
30309 \begin_layout Plain Layout
30310 <
30311 \end_layout
30312
30313 \end_inset
30314 </cell>
30315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30316 \begin_inset Text
30317
30318 \begin_layout Plain Layout
30319 b2
30320 \begin_inset Quotes erd
30321 \end_inset
30322
30323 |
30324 \end_layout
30325
30326 \end_inset
30327 </cell>
30328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30329 \begin_inset Text
30330
30331 \begin_layout Plain Layout
30332 >
30333 \end_layout
30334
30335 \end_inset
30336 </cell>
30337 </row>
30338 <row>
30339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30340 \begin_inset Text
30341
30342 \begin_layout Plain Layout
30343 1
30344 \end_layout
30345
30346 \end_inset
30347 </cell>
30348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30349 \begin_inset Text
30350
30351 \begin_layout Plain Layout
30352 §
30353 \end_layout
30354
30355 \end_inset
30356 </cell>
30357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30358 \begin_inset Text
30359
30360 \begin_layout Plain Layout
30361 c
30362 \end_layout
30363
30364 \end_inset
30365 </cell>
30366 </row>
30367 </lyxtabular>
30368
30369 \end_inset
30370
30371
30372 \end_layout
30373
30374 \end_inset
30375
30376
30377 \begin_inset ERT
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381
30382 }
30383 \end_layout
30384
30385 \end_inset
30386
30387
30388 \end_layout
30389
30390 \begin_layout Section
30391 Cuadros rotados y escalados
30392 \end_layout
30393
30394 \begin_layout Standard
30395 Para poder usar los comandos descritos en esta sección hay que cargar el
30396  paquete LaTeX 
30397 \series bold
30398 graphicx
30399 \series default
30400
30401 \begin_inset Index idx
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405 LaTeX-paquetes ! graphicx
30406 \end_layout
30407
30408 \end_inset
30409
30410  en el preámbulo del documento, con el comando
30411 \end_layout
30412
30413 \begin_layout Standard
30414
30415 \series bold
30416
30417 \backslash
30418 @ifundefined{rotatebox}
30419 \begin_inset Newline newline
30420 \end_inset
30421
30422
30423 \begin_inset Phantom HPhantom
30424 status open
30425
30426 \begin_layout Plain Layout
30427
30428 \series bold
30429 \begin_inset space ~
30430 \end_inset
30431
30432
30433 \end_layout
30434
30435 \end_inset
30436
30437 {
30438 \backslash
30439 usepackage{graphicx}}{}
30440 \end_layout
30441
30442 \begin_layout Standard
30443 \begin_inset Note Greyedout
30444 status open
30445
30446 \begin_layout Plain Layout
30447
30448 \series bold
30449 Nota: 
30450 \series default
30451 Algunos visores DVI no pueden mostrar material rotado o escalado.
30452 \end_layout
30453
30454 \end_inset
30455
30456
30457 \end_layout
30458
30459 \begin_layout Standard
30460 \begin_inset Note Greyedout
30461 status open
30462
30463 \begin_layout Plain Layout
30464
30465 \series bold
30466 Nota:
30467 \series default
30468  Los cuadros rotados o escalados no pueden contener flotantes.
30469 \end_layout
30470
30471 \end_inset
30472
30473
30474 \end_layout
30475
30476 \begin_layout Subsection
30477 Cuadros rotados
30478 \begin_inset Index idx
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482 Cuadros ! Rotar
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \begin_inset Index idx
30489 status collapsed
30490
30491 \begin_layout Plain Layout
30492 Material rotado
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \begin_inset Index idx
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502 Figuras ! Rotar
30503 \end_layout
30504
30505 \end_inset
30506
30507
30508 \begin_inset Index idx
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512 Tablas ! Rotar
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \begin_layout Standard
30521 Para rotar material debes ponerlo en un cuadro rotado.
30522  Los cuadros rotados se crean con el comando 
30523 \series bold
30524
30525 \backslash
30526 rotatebox
30527 \series default
30528  en código TeX, según el esquema:
30529 \end_layout
30530
30531 \begin_layout Standard
30532
30533 \series bold
30534
30535 \backslash
30536 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30537 \end_layout
30538
30539 \begin_layout Standard
30540 El origen de rotación se especifica en la forma 
30541 \series bold
30542 origin=position
30543 \series default
30544 .
30545  Son posibles las posiciones siguientes: 
30546 \emph on
30547 c
30548 \emph default
30549  (center), 
30550 \emph on
30551 l
30552 \emph default
30553  (left), 
30554 \emph on
30555 r
30556 \emph default
30557  (right), 
30558 \emph on
30559 b
30560 \emph default
30561  (bottom), 
30562 \emph on
30563 t
30564 \emph default
30565  (top), así como combinaciones adecuadas de las posiciones básicas.
30566  Por ejemplo, 
30567 \emph on
30568 lt
30569 \emph default
30570  significa que el origen de rotación es la esquina superior izquierda del
30571  cuadro.
30572  Si no se especifica origen de rotación se usará la posición 
30573 \emph on
30574 l
30575 \emph default
30576 .
30577  El ángulo de rotación es un número de grados, y puede ser negativo.
30578  El sentido de giro es contrario al de las agujas del reloj.
30579 \end_layout
30580
30581 \begin_layout Standard
30582 En el siguiente ejemplo se ha insertado el comando 
30583 \series bold
30584
30585 \backslash
30586 rotatebox[origin=c]{60}{ 
30587 \series default
30588 como código TeX delante del texto «con rotación»; después del texto, el
30589  cuadro se ha cerrado con llave de cierre en código TeX.
30590 \end_layout
30591
30592 \begin_layout Standard
30593 Esta línea contiene texto 
30594 \begin_inset ERT
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598
30599
30600 \backslash
30601 rotatebox[origin=c]{60}{
30602 \end_layout
30603
30604 \end_inset
30605
30606 con rotación
30607 \begin_inset ERT
30608 status collapsed
30609
30610 \begin_layout Plain Layout
30611
30612 }
30613 \end_layout
30614
30615 \end_inset
30616
30617 .
30618 \end_layout
30619
30620 \begin_layout Standard
30621 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30622  línea:
30623 \end_layout
30624
30625 \begin_layout Standard
30626 En esta línea hay texto enmarcado 
30627 \begin_inset ERT
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631
30632
30633 \backslash
30634 rotatebox[origin=r]{-60}{
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \begin_inset Box Doublebox
30641 position "c"
30642 hor_pos "c"
30643 has_inner_box 0
30644 inner_pos "c"
30645 use_parbox 0
30646 use_makebox 0
30647 width "1in"
30648 special "width"
30649 height "1in"
30650 height_special "totalheight"
30651 status open
30652
30653 \begin_layout Plain Layout
30654 con rotación
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665 }
30666 \end_layout
30667
30668 \end_inset
30669
30670  y 
30671 \begin_inset ERT
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675
30676
30677 \backslash
30678 rotatebox[origin=lb]{60}{
30679 \end_layout
30680
30681 \end_inset
30682
30683
30684 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30685 \end_inset
30686
30687
30688 \begin_inset ERT
30689 status collapsed
30690
30691 \begin_layout Plain Layout
30692
30693 }
30694 \end_layout
30695
30696 \end_inset
30697
30698  una ecuación.
30699 \end_layout
30700
30701 \begin_layout Standard
30702 O una imagen o una tabla:
30703 \end_layout
30704
30705 \begin_layout Standard
30706 Aquí hay una imagen girada 
30707 \begin_inset ERT
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711
30712
30713 \backslash
30714 rotatebox[origin=lb]{90}{
30715 \end_layout
30716
30717 \end_inset
30718
30719
30720 \begin_inset Graphics
30721         filename ../clipart/platypus.eps
30722         lyxscale 50
30723         width 25col%
30724
30725 \end_inset
30726
30727
30728 \begin_inset ERT
30729 status collapsed
30730
30731 \begin_layout Plain Layout
30732
30733 }
30734 \end_layout
30735
30736 \end_inset
30737
30738  y una tabla girada 
30739 \begin_inset ERT
30740 status collapsed
30741
30742 \begin_layout Plain Layout
30743
30744
30745 \backslash
30746 rotatebox[origin=l]{-90}{
30747 \end_layout
30748
30749 \end_inset
30750
30751
30752 \begin_inset Tabular
30753 <lyxtabular version="3" rows="2" columns="2">
30754 <features tabularvalignment="middle">
30755 <column alignment="center" valignment="top" width="0">
30756 <column alignment="center" valignment="top" width="0">
30757 <row>
30758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30759 \begin_inset Text
30760
30761 \begin_layout Plain Layout
30762 q
30763 \end_layout
30764
30765 \end_inset
30766 </cell>
30767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30768 \begin_inset Text
30769
30770 \begin_layout Plain Layout
30771 w
30772 \end_layout
30773
30774 \end_inset
30775 </cell>
30776 </row>
30777 <row>
30778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30779 \begin_inset Text
30780
30781 \begin_layout Plain Layout
30782 e
30783 \end_layout
30784
30785 \end_inset
30786 </cell>
30787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30788 \begin_inset Text
30789
30790 \begin_layout Plain Layout
30791 r
30792 \end_layout
30793
30794 \end_inset
30795 </cell>
30796 </row>
30797 </lyxtabular>
30798
30799 \end_inset
30800
30801
30802 \begin_inset ERT
30803 status collapsed
30804
30805 \begin_layout Plain Layout
30806
30807 }
30808 \end_layout
30809
30810 \end_inset
30811
30812
30813 \end_layout
30814
30815 \begin_layout Subsection
30816 Cuadros escalados
30817 \begin_inset Index idx
30818 status collapsed
30819
30820 \begin_layout Plain Layout
30821 Cuadros ! Escalar
30822 \end_layout
30823
30824 \end_inset
30825
30826
30827 \begin_inset Index idx
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831 Material escalado
30832 \end_layout
30833
30834 \end_inset
30835
30836
30837 \begin_inset Index idx
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841 Figuras ! Escalar
30842 \end_layout
30843
30844 \end_inset
30845
30846
30847 \begin_inset Index idx
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851 Tablas ! Escalar
30852 \end_layout
30853
30854 \end_inset
30855
30856
30857 \end_layout
30858
30859 \begin_layout Standard
30860 Para escalar material se pueden usar los comandos 
30861 \series bold
30862
30863 \backslash
30864 scalebox
30865 \series default
30866  y 
30867 \series bold
30868
30869 \backslash
30870 resizebox 
30871 \series default
30872 en código TeX.
30873 \end_layout
30874
30875 \begin_layout Standard
30876
30877 \series bold
30878
30879 \backslash
30880 scalebox
30881 \series default
30882  se usa con el esquema siguiente:
30883 \end_layout
30884
30885 \begin_layout Standard
30886
30887 \series bold
30888
30889 \backslash
30890 scalebox{horizontal}[vertical]{contenido del cuadro}
30891 \end_layout
30892
30893 \begin_layout Standard
30894 Horizontal y vertical son los factores de escala correspondientes.
30895  Si no se especifica factor vertical, su valor será el mismo que el factor
30896  de escala horizontal.
30897  
30898 \end_layout
30899
30900 \begin_layout Standard
30901 Por ejemplo, el comando 
30902 \series bold
30903
30904 \backslash
30905 scalebox{2}{Hola} 
30906 \series default
30907 crea un 
30908 \begin_inset ERT
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912
30913
30914 \backslash
30915 scalebox{2}{
30916 \end_layout
30917
30918 \end_inset
30919
30920 Hola
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926 }
30927 \end_layout
30928
30929 \end_inset
30930
30931  de doble tamaño que el texto normal del documento.
30932 \end_layout
30933
30934 \begin_layout Standard
30935 El comando 
30936 \series bold
30937
30938 \backslash
30939 scalebox{2}[1]{Hola} 
30940 \series default
30941 distorsiona el 
30942 \begin_inset ERT
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946
30947
30948 \backslash
30949 scalebox{2}[1]{
30950 \end_layout
30951
30952 \end_inset
30953
30954 Hola
30955 \begin_inset ERT
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959
30960 }
30961 \end_layout
30962
30963 \end_inset
30964
30965 .
30966 \end_layout
30967
30968 \begin_layout Standard
30969 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30970  Por eso el comando 
30971 \series bold
30972
30973 \backslash
30974 scalebox{-1}[1]{Hola} 
30975 \series default
30976 puede usarse para reflejar un texto: 
30977 \begin_inset ERT
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981
30982
30983 \backslash
30984 scalebox{-1}[1]{
30985 \end_layout
30986
30987 \end_inset
30988
30989 Hola
30990 \begin_inset ERT
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994
30995 }
30996 \end_layout
30997
30998 \end_inset
30999
31000 .
31001 \end_layout
31002
31003 \begin_layout Standard
31004
31005 \series bold
31006
31007 \backslash
31008 scalebox{1}[-1]{Hola} 
31009 \series default
31010 refleja el 
31011 \begin_inset ERT
31012 status collapsed
31013
31014 \begin_layout Plain Layout
31015
31016
31017 \backslash
31018 scalebox{1}[-1]{
31019 \end_layout
31020
31021 \end_inset
31022
31023 Hola
31024 \begin_inset ERT
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028
31029 }
31030 \end_layout
31031
31032 \end_inset
31033
31034  sobre la base.
31035 \end_layout
31036
31037 \begin_layout Standard
31038 El comando 
31039 \series bold
31040
31041 \backslash
31042 scalebox{-1}[1]{contenido del cuadro} 
31043 \series default
31044 puede sustituirse por 
31045 \series bold
31046
31047 \begin_inset Newline newline
31048 \end_inset
31049
31050
31051 \backslash
31052 reflectbox{contenido del cuadro}
31053 \begin_inset VSpace defskip
31054 \end_inset
31055
31056
31057 \end_layout
31058
31059 \begin_layout Standard
31060 El comando 
31061 \series bold
31062
31063 \backslash
31064 resizebox
31065 \series default
31066  sirve para escalar el cuadro a una altura y anchura definidas, según el
31067  esquema:
31068 \end_layout
31069
31070 \begin_layout Standard
31071
31072 \series bold
31073
31074 \backslash
31075 resizebox{anchura}{altura}{contenido del cuadro}
31076 \end_layout
31077
31078 \begin_layout Standard
31079 Si uno de los argumentos del comando es un signo de exclamación, 
31080 \series bold
31081 !
31082 \series default
31083 , la escala se produce de forma que se mantiene la relación de las dimensiones
31084  originales del contenido del cuadro.
31085  
31086 \end_layout
31087
31088 \begin_layout Standard
31089 El comando 
31090 \series bold
31091
31092 \backslash
31093 resizebox{2cm}{1cm}{Hola}
31094 \series default
31095  genera: 
31096 \begin_inset ERT
31097 status collapsed
31098
31099 \begin_layout Plain Layout
31100
31101
31102 \backslash
31103 resizebox{2cm}{1cm}{
31104 \end_layout
31105
31106 \end_inset
31107
31108 Hola
31109 \begin_inset ERT
31110 status collapsed
31111
31112 \begin_layout Plain Layout
31113
31114 }
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \begin_inset Newline newline
31121 \end_inset
31122
31123 El comando 
31124 \series bold
31125
31126 \backslash
31127 resizebox{2cm}{!}{Hola}
31128 \series default
31129  genera: 
31130 \begin_inset ERT
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134
31135
31136 \backslash
31137 resizebox{2cm}{!}{
31138 \end_layout
31139
31140 \end_inset
31141
31142 Hola
31143 \begin_inset ERT
31144 status collapsed
31145
31146 \begin_layout Plain Layout
31147
31148 }
31149 \end_layout
31150
31151 \end_inset
31152
31153
31154 \end_layout
31155
31156 \begin_layout Standard
31157 \begin_inset VSpace defskip
31158 \end_inset
31159
31160
31161 \end_layout
31162
31163 \begin_layout Standard
31164 \begin_inset Note Greyedout
31165 status open
31166
31167 \begin_layout Plain Layout
31168
31169 \series bold
31170 Nota: 
31171 \series default
31172 Si los argumentos de 
31173 \series bold
31174
31175 \backslash
31176 scalebox
31177 \series default
31178  o 
31179 \series bold
31180
31181 \backslash
31182 resizebox
31183 \series default
31184  son cero, no se generan errores de LaTeX al exportar el documento, pero
31185  puede suceder que la salida no se muestre o que sea incompleta.
31186  
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \begin_inset VSpace defskip
31193 \end_inset
31194
31195
31196 \end_layout
31197
31198 \begin_layout Standard
31199 Los cuadros se pueden combinar en cualquier orden.
31200  Por ejemplo, el comando
31201 \series bold
31202
31203 \begin_inset Newline newline
31204 \end_inset
31205
31206
31207 \backslash
31208 rotatebox[origin=c]{-45}{
31209 \backslash
31210 resizebox{2cm}{!}{
31211 \backslash
31212 reflectbox{Hola}}}
31213 \begin_inset Newline newline
31214 \end_inset
31215
31216
31217 \series default
31218 genera:
31219 \end_layout
31220
31221 \begin_layout Standard
31222 \noindent
31223 \align center
31224 \begin_inset ERT
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228
31229
31230 \backslash
31231 rotatebox[origin=c]{-45}{
31232 \backslash
31233 resizebox{2cm}{!}{
31234 \backslash
31235 reflectbox{
31236 \end_layout
31237
31238 \end_inset
31239
31240 Hola
31241 \begin_inset ERT
31242 status collapsed
31243
31244 \begin_layout Plain Layout
31245
31246 }}}
31247 \end_layout
31248
31249 \end_inset
31250
31251
31252 \end_layout
31253
31254 \begin_layout Standard
31255 \noindent
31256 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
31257 \end_layout
31258
31259 \begin_layout Standard
31260 \noindent
31261
31262 \end_layout
31263
31264 \begin_layout Standard
31265 \align center
31266 \begin_inset ERT
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270
31271
31272 \backslash
31273 rotatebox[origin=c]{-30}{
31274 \backslash
31275 resizebox{2cm}{!}{
31276 \backslash
31277 reflectbox{
31278 \end_layout
31279
31280 \end_inset
31281
31282
31283 \begin_inset Graphics
31284         filename ../clipart/platypus.eps
31285         lyxscale 50
31286         width 25col%
31287
31288 \end_inset
31289
31290
31291 \begin_inset ERT
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295
31296 }}}
31297 \end_layout
31298
31299 \end_inset
31300
31301
31302 \begin_inset ERT
31303 status collapsed
31304
31305 \begin_layout Plain Layout
31306
31307
31308 \backslash
31309 rotatebox[origin=c]{-45}{
31310 \backslash
31311 resizebox{2cm}{!}{
31312 \backslash
31313 reflectbox{
31314 \end_layout
31315
31316 \end_inset
31317
31318
31319 \begin_inset Tabular
31320 <lyxtabular version="3" rows="2" columns="2">
31321 <features tabularvalignment="middle">
31322 <column alignment="center" valignment="top" width="0">
31323 <column alignment="center" valignment="top" width="0">
31324 <row>
31325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31326 \begin_inset Text
31327
31328 \begin_layout Plain Layout
31329 q
31330 \end_layout
31331
31332 \end_inset
31333 </cell>
31334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31335 \begin_inset Text
31336
31337 \begin_layout Plain Layout
31338 w
31339 \end_layout
31340
31341 \end_inset
31342 </cell>
31343 </row>
31344 <row>
31345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31346 \begin_inset Text
31347
31348 \begin_layout Plain Layout
31349 e
31350 \end_layout
31351
31352 \end_inset
31353 </cell>
31354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31355 \begin_inset Text
31356
31357 \begin_layout Plain Layout
31358 r
31359 \end_layout
31360
31361 \end_inset
31362 </cell>
31363 </row>
31364 </lyxtabular>
31365
31366 \end_inset
31367
31368
31369 \begin_inset ERT
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373
31374 }}}
31375 \end_layout
31376
31377 \end_inset
31378
31379
31380 \begin_inset ERT
31381 status collapsed
31382
31383 \begin_layout Plain Layout
31384
31385
31386 \backslash
31387 rotatebox[origin=c]{-45}{
31388 \backslash
31389 resizebox{2cm}{!}{
31390 \backslash
31391 reflectbox{
31392 \end_layout
31393
31394 \end_inset
31395
31396
31397 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31398 \end_inset
31399
31400
31401 \begin_inset ERT
31402 status collapsed
31403
31404 \begin_layout Plain Layout
31405
31406 }}}
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \end_layout
31413
31414 \begin_layout Standard
31415 Si se usa el estilo global 
31416 \series bold
31417 fleqn
31418 \series default
31419  para las ecuaciones del documento,
31420 \begin_inset Foot
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424 Si «fleqn» se añade a las opciones de clase del documento.
31425 \end_layout
31426
31427 \end_inset
31428
31429  también pueden escalarse las ecuaciones en estilo presentación.
31430 \end_layout
31431
31432 \begin_layout Chapter
31433 Archivos externos
31434 \begin_inset Index idx
31435 status collapsed
31436
31437 \begin_layout Plain Layout
31438 Archivos externos
31439 \end_layout
31440
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \begin_layout Standard
31447 Con el menú 
31448 \family sans
31449 Insertar\SpecialChar \menuseparator
31450 Archivo 
31451 \family default
31452 se pueden insertar archivos externos en un documento.
31453  Estos pueden ser:
31454 \end_layout
31455
31456 \begin_layout Description
31457 Documento
31458 \begin_inset space ~
31459 \end_inset
31460
31461 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31462 \end_layout
31463
31464 \begin_layout Description
31465 Texto
31466 \begin_inset space ~
31467 \end_inset
31468
31469 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31470  como párrafo propio.
31471 \end_layout
31472
31473 \begin_layout Description
31474 Texto
31475 \begin_inset space ~
31476 \end_inset
31477
31478 simple,
31479 \begin_inset space ~
31480 \end_inset
31481
31482 unir
31483 \begin_inset space ~
31484 \end_inset
31485
31486 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31487  Las líneas vacías generan un nuevo párrafo en tu documento.
31488 \end_layout
31489
31490 \begin_layout Description
31491 Material
31492 \begin_inset space ~
31493 \end_inset
31494
31495 externo Archivos en diversos formatos.
31496 \end_layout
31497
31498 \begin_layout Description
31499 Documento
31500 \begin_inset space ~
31501 \end_inset
31502
31503 hijo Documentos LyX, LaTeX o texto simple.
31504 \end_layout
31505
31506 \begin_layout Section
31507 Material externo
31508 \begin_inset Index idx
31509 status collapsed
31510
31511 \begin_layout Plain Layout
31512 Material externo
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \begin_layout Standard
31521 Esta característica te permite insertar archivos en tu documento sin convertirlo
31522 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31523  las necesarias conversiones.
31524  Esto es parecido a la inserción de imágenes en diversos formatos en los
31525  documentos LyX.
31526  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31527  en 
31528 \family sans
31529 Apariencia
31530 \family default
31531 \SpecialChar \menuseparator
31532 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31533  en LyX.
31534 \end_layout
31535
31536 \begin_layout Standard
31537 El material externo se puede insertar mediante el diálogo que surge a partir
31538  del menú 
31539 \family sans
31540 Insertar\SpecialChar \menuseparator
31541 Archivo\SpecialChar \menuseparator
31542 Material
31543 \begin_inset space ~
31544 \end_inset
31545
31546 externo
31547 \family default
31548 .
31549  Actualmente se permiten los siguientes tipos de archivo (
31550 \family sans
31551 Plantillas
31552 \family default
31553 ):
31554 \end_layout
31555
31556 \begin_layout Description
31557 Diagrama
31558 \begin_inset space ~
31559 \end_inset
31560
31561 de
31562 \begin_inset space ~
31563 \end_inset
31564
31565 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31566  con el programa 
31567 \series bold
31568
31569 \begin_inset CommandInset href
31570 LatexCommand href
31571 name "XBoard"
31572 target "http://en.wikipedia.org/wiki/XBoard"
31573
31574 \end_inset
31575
31576
31577 \series default
31578 .
31579 \end_layout
31580
31581 \begin_layout Description
31582 Dia Esta plantilla soporta diagramas creados con el programa 
31583 \series bold
31584
31585 \begin_inset CommandInset href
31586 LatexCommand href
31587 name "Dia"
31588 target "http://en.wikipedia.org/wiki/Dia_(software)"
31589
31590 \end_inset
31591
31592
31593 \series default
31594 .
31595 \end_layout
31596
31597 \begin_layout Description
31598 Fecha Esta inserta la fecha en el formato 
31599 \emph on
31600 Día-Mes-Año.
31601
31602 \emph default
31603  A continuación hay una fecha insertada como material externo: 
31604 \begin_inset External
31605         template Date
31606         filename ...
31607
31608 \end_inset
31609
31610
31611 \begin_inset space ~
31612 \end_inset
31613
31614
31615 \begin_inset Note Note
31616 status collapsed
31617
31618 \begin_layout Plain Layout
31619 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31620 \end_layout
31621
31622 \end_inset
31623
31624
31625 \begin_inset Newline newline
31626 \end_inset
31627
31628 La fecha no se muestra en LyX, sólo en la salida.
31629  Hay otros dos métodos de insertar una fecha, con el menú 
31630 \family sans
31631 Insertar\SpecialChar \menuseparator
31632 Fecha
31633 \family default
31634  y con el comando LaTeX 
31635 \series bold
31636
31637 \backslash
31638 today
31639 \series default
31640  en código TeX.
31641  Los distintos métodos se comparan en la tabla
31642 \begin_inset space ~
31643 \end_inset
31644
31645
31646 \begin_inset CommandInset ref
31647 LatexCommand ref
31648 reference "tab:Comparación-de"
31649
31650 \end_inset
31651
31652 .
31653 \end_layout
31654
31655 \begin_layout Description
31656 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31657 \begin_inset Newline linebreak
31658 \end_inset
31659
31660
31661 \series bold
31662
31663 \begin_inset CommandInset href
31664 LatexCommand href
31665 name "LilyPond"
31666 target "http://en.wikipedia.org/wiki/LilyPond"
31667
31668 \end_inset
31669
31670
31671 \series default
31672 .
31673 \end_layout
31674
31675 \begin_layout Description
31676 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31677  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31678  la opción 
31679 \emph on
31680 pages
31681 \emph default
31682  en el campo 
31683 \family sans
31684 Opción
31685 \family default
31686  de la pestaña 
31687 \family sans
31688 Opciones de LaTeX y LyX
31689 \family default
31690 , según la descripción de la plantilla en el diálogo.
31691  Si no se usa la opción 
31692 \emph on
31693 pages
31694 \emph default
31695 , sólo se inserta la primera página del PDF.
31696 \end_layout
31697
31698 \begin_layout Description
31699 RasterImage Sirve para insertar imágenes bitmap.
31700  Casi todos los formatos populares de imágenes están soportados.
31701  Las imágenes se pueden tratar en el diálogo 
31702 \family sans
31703 Material Externo
31704 \family default
31705  como las que habitualmente se incluyen mediante el diálogo 
31706 \family sans
31707 Gráficos
31708 \family default
31709 , tal como se explica en la sección
31710 \begin_inset space ~
31711 \end_inset
31712
31713
31714 \begin_inset CommandInset ref
31715 LatexCommand ref
31716 reference "sec:Diálogo-Gráficos"
31717
31718 \end_inset
31719
31720 .
31721  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31722  PDF y EPS no están soportadas.
31723 \end_layout
31724
31725 \begin_layout Description
31726 XFig Esta plantilla soporta imágenes creadas con el programa 
31727 \series bold
31728
31729 \begin_inset CommandInset href
31730 LatexCommand href
31731 name "Xfig"
31732 target "http://en.wikipedia.org/wiki/Xfig"
31733
31734 \end_inset
31735
31736
31737 \series default
31738 .
31739 \end_layout
31740
31741 \begin_layout Standard
31742 \begin_inset Float table
31743 placement h
31744 wide false
31745 sideways false
31746 status open
31747
31748 \begin_layout Plain Layout
31749 \begin_inset Caption
31750
31751 \begin_layout Plain Layout
31752 \begin_inset CommandInset label
31753 LatexCommand label
31754 name "tab:Comparación-de"
31755
31756 \end_inset
31757
31758 Comparación de los métodos de inserción de fecha.
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \end_layout
31765
31766 \begin_layout Plain Layout
31767 \align center
31768 \begin_inset Tabular
31769 <lyxtabular version="3" rows="4" columns="4">
31770 <features tabularvalignment="middle">
31771 <column alignment="center" valignment="top" width="0">
31772 <column alignment="center" valignment="top" width="0">
31773 <column alignment="center" valignment="top" width="0">
31774 <column alignment="center" valignment="top" width="0">
31775 <row>
31776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31777 \begin_inset Text
31778
31779 \begin_layout Plain Layout
31780 Documento
31781 \end_layout
31782
31783 \end_inset
31784 </cell>
31785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31786 \begin_inset Text
31787
31788 \begin_layout Plain Layout
31789
31790 \family sans
31791 Material externo\SpecialChar \menuseparator
31792 Fecha
31793 \end_layout
31794
31795 \end_inset
31796 </cell>
31797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31798 \begin_inset Text
31799
31800 \begin_layout Plain Layout
31801
31802 \family sans
31803 Insertar\SpecialChar \menuseparator
31804 Fecha
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31810 \begin_inset Text
31811
31812 \begin_layout Plain Layout
31813 comando 
31814 \series bold
31815
31816 \backslash
31817 today
31818 \end_layout
31819
31820 \end_inset
31821 </cell>
31822 </row>
31823 <row>
31824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31825 \begin_inset Text
31826
31827 \begin_layout Plain Layout
31828 LyX
31829 \end_layout
31830
31831 \end_inset
31832 </cell>
31833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31834 \begin_inset Text
31835
31836 \begin_layout Plain Layout
31837 como cuadro
31838 \end_layout
31839
31840 \end_inset
31841 </cell>
31842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31843 \begin_inset Text
31844
31845 \begin_layout Plain Layout
31846 como fecha
31847 \end_layout
31848
31849 \end_inset
31850 </cell>
31851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31852 \begin_inset Text
31853
31854 \begin_layout Plain Layout
31855 como cuadro código TeX
31856 \end_layout
31857
31858 \end_inset
31859 </cell>
31860 </row>
31861 <row>
31862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31863 \begin_inset Text
31864
31865 \begin_layout Plain Layout
31866 LaTeX
31867 \end_layout
31868
31869 \end_inset
31870 </cell>
31871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31872 \begin_inset Text
31873
31874 \begin_layout Plain Layout
31875 como fecha
31876 \end_layout
31877
31878 \end_inset
31879 </cell>
31880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31881 \begin_inset Text
31882
31883 \begin_layout Plain Layout
31884 como fecha
31885 \end_layout
31886
31887 \end_inset
31888 </cell>
31889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31890 \begin_inset Text
31891
31892 \begin_layout Plain Layout
31893 como comando
31894 \end_layout
31895
31896 \end_inset
31897 </cell>
31898 </row>
31899 <row>
31900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31901 \begin_inset Text
31902
31903 \begin_layout Plain Layout
31904 DVI, PDF, PS
31905 \end_layout
31906
31907 \end_inset
31908 </cell>
31909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31910 \begin_inset Text
31911
31912 \begin_layout Plain Layout
31913 como fecha
31914 \end_layout
31915
31916 \end_inset
31917 </cell>
31918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31919 \begin_inset Text
31920
31921 \begin_layout Plain Layout
31922 como fecha
31923 \end_layout
31924
31925 \end_inset
31926 </cell>
31927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31928 \begin_inset Text
31929
31930 \begin_layout Plain Layout
31931 como fecha
31932 \end_layout
31933
31934 \end_inset
31935 </cell>
31936 </row>
31937 </lyxtabular>
31938
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \end_inset
31945
31946
31947 \end_layout
31948
31949 \begin_layout Standard
31950 Si utilizas la opción 
31951 \family sans
31952 Borrador
31953 \family default
31954  en la solapa 
31955 \family sans
31956 Archivo
31957 \family default
31958  del diálogo 
31959 \family sans
31960 Material Externo
31961 \family default
31962 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31963 \family sans
31964
31965 \begin_inset Newline newline
31966 \end_inset
31967
31968
31969 \family default
31970 El material externo se muestra en LyX como un cuadro del tipo:
31971 \family sans
31972  
31973 \family default
31974
31975 \begin_inset Graphics
31976         filename clipart/MaterialExternoQt4.png
31977         scale 80
31978
31979 \end_inset
31980
31981  o como imagen, dependiendo de si se marca la opción 
31982 \family sans
31983 Mostrar en LyX 
31984 \family default
31985 de la pestaña 
31986 \family sans
31987 Opciones de LaTeX y LyX
31988 \family default
31989  del diálogo
31990 \family sans
31991 .
31992 \end_layout
31993
31994 \begin_layout Standard
31995 En el manual 
31996 \emph on
31997 Personalización
31998 \emph default
31999  se explica cómo definir tus propias plantillas.
32000 \end_layout
32001
32002 \begin_layout Section
32003 Documento hijo
32004 \begin_inset CommandInset label
32005 LatexCommand label
32006 name "sec:Documento-Hijo"
32007
32008 \end_inset
32009
32010
32011 \begin_inset Index idx
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015 Documento hijo
32016 \end_layout
32017
32018 \end_inset
32019
32020
32021 \end_layout
32022
32023 \begin_layout Standard
32024 Los documentos hijos se emplean en el caso de tener un documento extenso
32025  compuesto por varias partes o secciones más grandes.
32026  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
32027  en varios archivos que pueden ser revisados por separado.
32028  Estos archivos se conocen como documentos hijos, y el llamado documento
32029  maestro los conecta con el fin de imprimirlos como un todo o por partes.
32030  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
32031  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
32032 \end_layout
32033
32034 \begin_layout Standard
32035 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
32036  en el menú 
32037 \family sans
32038 Documento\SpecialChar \menuseparator
32039 Configuración\SpecialChar \menuseparator
32040 Clase del documento
32041 \family default
32042  del documento hijo especifica el documento maestro predeterminado.
32043  Este maestro será usado entonces por LyX en un segundo plano cuando edites
32044  el documento hijo.
32045 \end_layout
32046
32047 \begin_layout Standard
32048 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
32049  cuadros del tipo: 
32050 \begin_inset Graphics
32051         filename clipart/DocumentoHijoQt4.png
32052         scale 80
32053
32054 \end_inset
32055
32056 .
32057  Para incluir documentos hijos en un documento maestro utiliza el menú 
32058 \family sans
32059 Insertar
32060 \family default
32061 \SpecialChar \menuseparator
32062
32063 \family sans
32064 Archivo
32065 \family default
32066 \SpecialChar \menuseparator
32067
32068 \family sans
32069 Documento
32070 \begin_inset space ~
32071 \end_inset
32072
32073 hijo
32074 \family default
32075 .
32076  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
32077 \end_layout
32078
32079 \begin_layout Description
32080 Incluir Puedes incluir documentos LyX y documentos LaTeX.
32081  Al pulsar el botón 
32082 \family sans
32083 Cargar
32084 \family default
32085  en el diálogo 
32086 \family sans
32087 Documento hijo
32088 \family default
32089 , los documentos incluidos se abrirán en una nueva solapa de archivo en
32090  la ventana de LyX y así puedes modificarlos si quieres.
32091 \end_layout
32092
32093 \begin_layout Standard
32094 Aquí hay un archivo insertado con el método 
32095 \family sans
32096 Incluir
32097 \family default
32098
32099 \begin_inset CommandInset include
32100 LatexCommand include
32101 filename "DocumentoPostizo1.lyx"
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Standard
32109 La numeración de secciones tiene en cuenta las secciones de los archivos
32110  incluidos en el orden en que están insertados en el documento maestro.
32111  El documento incluido de ejemplo tiene una subsección que se numera como
32112  subsección de la presente sección.
32113  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
32114 \begin_inset space ~
32115 \end_inset
32116
32117
32118 \begin_inset CommandInset ref
32119 LatexCommand ref
32120 reference "sub:Subsección-Externa-1"
32121
32122 \end_inset
32123
32124 .
32125 \end_layout
32126
32127 \begin_layout Standard
32128 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
32129  del documento maestro.
32130  Las ramas en los documentos hijos serán ignoradas por el documento maestro
32131  si éste no tiene una rama con el mismo nombre.
32132  Los documentos incluidos se insertan comenzando una página nueva y acabando
32133  con un salto de página.
32134 \end_layout
32135
32136 \begin_layout Standard
32137 En caso de estar trabajando solo en un capítulo determinado de un documento
32138  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
32139  cada archivo incluido en una rama.
32140 \begin_inset Foot
32141 status collapsed
32142
32143 \begin_layout Plain Layout
32144 Las ramas se describen en la sección
32145 \emph on
32146  Ramas
32147 \emph default
32148  de la  
32149 \emph on
32150 Guía del usuario
32151 \emph default
32152  de LyX.
32153 \end_layout
32154
32155 \end_inset
32156
32157  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
32158  aparecerán en la salida.
32159 \end_layout
32160
32161 \begin_layout Standard
32162 \begin_inset Note Greyedout
32163 status open
32164
32165 \begin_layout Plain Layout
32166
32167 \series bold
32168 Nota:
32169 \series default
32170  Debido a un fallo de LyX, el comando LaTeX 
32171 \series bold
32172
32173 \backslash
32174 includeonly
32175 \series default
32176  no se puede usar por el momento como alternativa para decidir qué archivos
32177  deberían ser incluidos.
32178 \end_layout
32179
32180 \end_inset
32181
32182
32183 \end_layout
32184
32185 \begin_layout Standard
32186 \begin_inset Note Greyedout
32187 status open
32188
32189 \begin_layout Plain Layout
32190
32191 \series bold
32192 Nota:
32193 \series default
32194  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
32195  a la del documento maestro, recibirás una advertencia al exportar/ver el
32196  documento, ya que esto podría dar resultados inesperados.
32197 \end_layout
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \begin_layout Description
32205 Entrada Este método es muy parecido al método 
32206 \family sans
32207 Incluir
32208 \family default
32209 .
32210  Las diferencias son:
32211 \end_layout
32212
32213 \begin_deeper
32214 \begin_layout Itemize
32215 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
32216  un salto de página.
32217 \end_layout
32218
32219 \begin_layout Itemize
32220 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
32221 \family sans
32222 Vista
32223 \begin_inset space ~
32224 \end_inset
32225
32226 preliminar
32227 \begin_inset space ~
32228 \end_inset
32229
32230 inmediata 
32231 \family default
32232 está activada en el diálogo 
32233 \family sans
32234 Herramientas\SpecialChar \menuseparator
32235 Preferencias
32236 \family default
32237 , apartado 
32238 \family sans
32239 Apariencia\SpecialChar \menuseparator
32240 Gráficos
32241 \family default
32242 .
32243 \end_layout
32244
32245 \begin_layout Itemize
32246 No se puede utilizar el comando LaTeX 
32247 \series bold
32248
32249 \backslash
32250 includeonly
32251 \series default
32252 .
32253 \end_layout
32254
32255 \end_deeper
32256 \begin_layout Standard
32257 Aquí hay un documento hijo insertado con el método 
32258 \family sans
32259 Entrada
32260 \family default
32261 :
32262 \end_layout
32263
32264 \begin_layout Standard
32265 \begin_inset CommandInset include
32266 LatexCommand input
32267 filename "DocumentoPostizo2.lyx"
32268
32269 \end_inset
32270
32271
32272 \end_layout
32273
32274 \begin_layout Description
32275 Literal Con este método se puede incluir todo archivo de texto.
32276  El archivo aparece en la salida con su código fuente, y si contiene comandos
32277  no se ejecutan.
32278  Con la opción 
32279 \family sans
32280 Marcar espacios en la salida
32281 \family default
32282  cada espacio en el código fuente se muestra en la salida con el carácter
32283  «
32284 \begin_inset ERT
32285 status collapsed
32286
32287 \begin_layout Plain Layout
32288
32289
32290 \backslash
32291 textvisiblespace
32292 \end_layout
32293
32294 \end_inset
32295
32296 ».
32297  La diferencia con el método de inserción mediante el menú 
32298 \family sans
32299 Insertar
32300 \family default
32301 \SpecialChar \menuseparator
32302
32303 \family sans
32304 Archivo
32305 \family default
32306 \SpecialChar \menuseparator
32307
32308 \family sans
32309 Texto
32310 \begin_inset space ~
32311 \end_inset
32312
32313 simple
32314 \family default
32315  es que en este caso el contenido del archivo se ve en LyX, mientras que
32316  en modo 
32317 \family sans
32318 Literal 
32319 \family default
32320 no se muestra el contenido, sino un recuadro con el nombre.
32321
32322 \family sans
32323  
32324 \end_layout
32325
32326 \begin_layout Standard
32327 Aquí se inserta un documento hijo en modo Literal:
32328 \begin_inset CommandInset include
32329 LatexCommand verbatiminput
32330 filename "DocumentoTextoPostizo.txt"
32331
32332 \end_inset
32333
32334
32335 \begin_inset VSpace bigskip
32336 \end_inset
32337
32338
32339 \end_layout
32340
32341 \begin_layout Standard
32342 Aquí se inserta un documento hijo en modo Literal con la opción 
32343 \family sans
32344 Marcar espacios en la salida
32345 \family default
32346 :
32347 \begin_inset CommandInset include
32348 LatexCommand verbatiminput*
32349 filename "DocumentoTextoPostizo.txt"
32350
32351 \end_inset
32352
32353
32354 \begin_inset VSpace bigskip
32355 \end_inset
32356
32357
32358 \end_layout
32359
32360 \begin_layout Standard
32361 \begin_inset Note Greyedout
32362 status open
32363
32364 \begin_layout Plain Layout
32365
32366 \series bold
32367 Nota:
32368 \series default
32369  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32370  incluidos en modo 
32371 \family sans
32372 literal
32373 \family default
32374  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32375  archivo de texto.
32376 \end_layout
32377
32378 \end_inset
32379
32380
32381 \end_layout
32382
32383 \begin_layout Description
32384 Listado
32385 \begin_inset space ~
32386 \end_inset
32387
32388 de
32389 \begin_inset space ~
32390 \end_inset
32391
32392 programa Este tipo se describe en el capítulo
32393 \begin_inset space ~
32394 \end_inset
32395
32396
32397 \begin_inset CommandInset ref
32398 LatexCommand ref
32399 reference "cap:Listado-de-programa"
32400
32401 \end_inset
32402
32403 .
32404 \end_layout
32405
32406 \begin_layout Standard
32407 \begin_inset Note Greyedout
32408 status open
32409
32410 \begin_layout Plain Layout
32411
32412 \series bold
32413 Nota:
32414 \series default
32415  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32416  problemas en LaTeX.
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Chapter
32425 Listado de programa
32426 \begin_inset CommandInset label
32427 LatexCommand label
32428 name "cap:Listado-de-programa"
32429
32430 \end_inset
32431
32432
32433 \begin_inset Index idx
32434 status collapsed
32435
32436 \begin_layout Plain Layout
32437 Listado de programa
32438 \end_layout
32439
32440 \end_inset
32441
32442
32443 \begin_inset Index idx
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447 Código de programa
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \begin_inset Index idx
32454 status collapsed
32455
32456 \begin_layout Plain Layout
32457 Flotantes ! Listado de programa
32458 \end_layout
32459
32460 \end_inset
32461
32462
32463 \end_layout
32464
32465 \begin_layout Standard
32466 Para incluir y tipografiar código de programación puedes usar la opción
32467  de menú disponible en 
32468 \family sans
32469 Insertar\SpecialChar \menuseparator
32470 Listado
32471 \begin_inset space ~
32472 \end_inset
32473
32474 de
32475 \begin_inset space ~
32476 \end_inset
32477
32478 programa.
32479  
32480 \family default
32481 El paquete LaTeX 
32482 \series bold
32483 listings
32484 \series default
32485
32486 \begin_inset Index idx
32487 status collapsed
32488
32489 \begin_layout Plain Layout
32490 LaTeX-paquetes ! listings
32491 \end_layout
32492
32493 \end_inset
32494
32495  provee un mecanismo potente y flexible para insertar código fuente en tu
32496  documento.
32497 \end_layout
32498
32499 \begin_layout Standard
32500 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32501  incorporado en el que puedes configurar su formato.
32502 \end_layout
32503
32504 \begin_layout Standard
32505 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32506  La opción de ubicación 
32507 \family sans
32508 Listado
32509 \begin_inset space ~
32510 \end_inset
32511
32512 en
32513 \begin_inset space ~
32514 \end_inset
32515
32516 línea
32517 \family default
32518  lo imprime en la línea, como este ejemplo: 
32519 \begin_inset listings
32520 lstparams "language={C++}"
32521 inline true
32522 status open
32523
32524 \begin_layout Plain Layout
32525
32526 int a=5;
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \family sans
32533
32534 \begin_inset Newline newline
32535 \end_inset
32536
32537
32538 \family default
32539 La opción 
32540 \family sans
32541 Flotante
32542 \family default
32543  crea un listado flotante cuya colocación se puede especificar mediante
32544  las opciones «
32545 \family sans
32546 h
32547 \family default
32548 », «
32549 \family sans
32550 t
32551 \family default
32552 », «
32553 \family sans
32554 b
32555 \family default
32556 » y «
32557 \family sans
32558 p
32559 \family default
32560 », correspondientes a las opciones de colocación de flotantes descritas
32561  en la sección
32562 \family sans
32563
32564 \begin_inset space ~
32565 \end_inset
32566
32567
32568 \begin_inset CommandInset ref
32569 LatexCommand ref
32570 reference "sec:Colocación-de-Flotantes"
32571
32572 \end_inset
32573
32574
32575 \family default
32576 .
32577  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32578  p.
32579 \family sans
32580
32581 \begin_inset space \thinspace{}
32582 \end_inset
32583
32584
32585 \family default
32586 e.
32587 \begin_inset space ~
32588 \end_inset
32589
32590 «
32591 \family sans
32592 htbp
32593 \family default
32594 ».
32595  La opción «
32596 \family sans
32597 h
32598 \family default
32599 » a veces no tiene efecto, pero no necesitas usar la opción 
32600 \family sans
32601 Flotante
32602 \family default
32603  en ese caso puesto que los listados de programa no flotantes también pueden
32604  tener leyendas y ser referenciadas.
32605 \end_layout
32606
32607 \begin_layout Standard
32608 Se puede añadir una leyenda a un listado de programa con el menú 
32609 \family sans
32610 Insertar\SpecialChar \menuseparator
32611 Leyenda
32612 \family default
32613
32614 \begin_inset Foot
32615 status collapsed
32616
32617 \begin_layout Plain Layout
32618 Para traducir la etiqueta 
32619 \begin_inset Quotes eld
32620 \end_inset
32621
32622 Listado
32623 \begin_inset Quotes erd
32624 \end_inset
32625
32626  de la leyenda, se añade al preámbulo del documento el comando 
32627 \series bold
32628
32629 \backslash
32630 renewcommand{
32631 \backslash
32632 lstlistingname}{Listado}
32633 \series default
32634 .
32635  (
32636 \emph on
32637 N.
32638 \begin_inset space \thinspace{}
32639 \end_inset
32640
32641 del t.
32642 \emph default
32643 )
32644 \end_layout
32645
32646 \end_inset
32647
32648 .
32649  Los listados de programa se pueden referenciar como los flotantes: Listado
32650 \begin_inset space ~
32651 \end_inset
32652
32653
32654 \begin_inset CommandInset ref
32655 LatexCommand ref
32656 reference "lst:Ejemplo-de-listado-de-programa"
32657
32658 \end_inset
32659
32660
32661 \end_layout
32662
32663 \begin_layout Standard
32664 \begin_inset listings
32665 lstparams "language=Python"
32666 inline false
32667 status open
32668
32669 \begin_layout Plain Layout
32670
32671 \begin_inset Caption
32672
32673 \begin_layout Plain Layout
32674 \begin_inset CommandInset label
32675 LatexCommand label
32676 name "lst:Ejemplo-de-listado-de-programa"
32677
32678 \end_inset
32679
32680 Ejemplo de listado de programa flotante
32681 \end_layout
32682
32683 \end_inset
32684
32685 # Ejemplo de listado flotante
32686 \end_layout
32687
32688 \begin_layout Plain Layout
32689
32690 def func(param):
32691 \end_layout
32692
32693 \begin_layout Plain Layout
32694
32695     'this is a python function'
32696 \end_layout
32697
32698 \begin_layout Plain Layout
32699
32700     pass
32701 \end_layout
32702
32703 \end_inset
32704
32705
32706 \end_layout
32707
32708 \begin_layout Standard
32709 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32710  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32711  y tipografiadas de manera especial en la salida.
32712  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32713  negrita.
32714 \end_layout
32715
32716 \begin_layout Standard
32717 \begin_inset Note Greyedout
32718 status open
32719
32720 \begin_layout Plain Layout
32721
32722 \series bold
32723 Nota:
32724 \series default
32725  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32726  debe probablemente a que dicha fuente no suministra negritas.
32727  En este caso selecciona una fuente distinta en el menú 
32728 \family sans
32729 Documento
32730 \family default
32731 \SpecialChar \menuseparator
32732
32733 \family sans
32734 Configuración
32735 \family default
32736 \SpecialChar \menuseparator
32737
32738 \family sans
32739 Fuentes.
32740  
32741 \family default
32742 (Las fuentes 
32743 \emph on
32744 LuxiMono, BeraMono
32745 \emph default
32746  y 
32747 \emph on
32748 Courier 
32749 \emph default
32750 suministran negritas.)
32751 \end_layout
32752
32753 \end_inset
32754
32755
32756 \end_layout
32757
32758 \begin_layout Standard
32759 En la sección 
32760 \family sans
32761 Numeración
32762 \begin_inset space ~
32763 \end_inset
32764
32765 de
32766 \begin_inset space ~
32767 \end_inset
32768
32769 líneas
32770 \family default
32771  del diálogo puedes elegir el estilo de numeración de las líneas.
32772  En el campo 
32773 \family sans
32774 Paso 
32775 \family default
32776 puedes insertar un número para determinar qué líneas se numeran.
32777  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32778  
32779 \end_layout
32780
32781 \begin_layout Standard
32782 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32783  en la salida.
32784  La opción 
32785 \family sans
32786 Tabla
32787 \begin_inset space ~
32788 \end_inset
32789
32790 de
32791 \begin_inset space ~
32792 \end_inset
32793
32794 caracteres
32795 \begin_inset space ~
32796 \end_inset
32797
32798 extendida
32799 \family default
32800  debería emplearse si se usan en el código caracteres nacionales como la
32801  diéresis alemana.
32802 \begin_inset Newline newline
32803 \end_inset
32804
32805 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32806  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32807  y «Espacio como símbolo», rango de líneas 3-8:
32808 \begin_inset listings
32809 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32810 inline false
32811 status open
32812
32813 \begin_layout Plain Layout
32814
32815 def func(param):
32816 \end_layout
32817
32818 \begin_layout Plain Layout
32819
32820     'this is a python function'
32821 \end_layout
32822
32823 \begin_layout Plain Layout
32824
32825     pass
32826 \end_layout
32827
32828 \begin_layout Plain Layout
32829
32830 def func(param):
32831 \end_layout
32832
32833 \begin_layout Plain Layout
32834
32835 'This is a German word: Tschüß'
32836 \end_layout
32837
32838 \begin_layout Plain Layout
32839
32840 pass
32841 \end_layout
32842
32843 \begin_layout Plain Layout
32844
32845 def func(param):
32846 \end_layout
32847
32848 \begin_layout Plain Layout
32849
32850 'this is a python function'
32851 \end_layout
32852
32853 \begin_layout Plain Layout
32854
32855 pass
32856 \end_layout
32857
32858 \end_inset
32859
32860
32861 \end_layout
32862
32863 \begin_layout Standard
32864 \begin_inset Note Greyedout
32865 status open
32866
32867 \begin_layout Plain Layout
32868
32869 \series bold
32870 Nota:
32871 \series default
32872  Debido a un error en el paquete 
32873 \series bold
32874 listings
32875 \series default
32876  la numeración de líneas cambia en una línea por cada listado previo.
32877  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32878  3 y 6.
32879 \end_layout
32880
32881 \end_inset
32882
32883
32884 \end_layout
32885
32886 \begin_layout Standard
32887 \begin_inset VSpace bigskip
32888 \end_inset
32889
32890
32891 \end_layout
32892
32893 \begin_layout Standard
32894 También es posible imprimir como listado de programa líneas de un archivo.
32895  Para hacer esto, usa el menú 
32896 \family sans
32897 Insertar\SpecialChar \menuseparator
32898 Archivo\SpecialChar \menuseparator
32899 Documento
32900 \begin_inset space ~
32901 \end_inset
32902
32903 hijo 
32904 \family default
32905 y elige el tipo 
32906 \family sans
32907 Listado de programa
32908 \family default
32909 .
32910 \begin_inset Foot
32911 status collapsed
32912
32913 \begin_layout Plain Layout
32914 Los restantes tipos de documento hijo se describen en la sección
32915 \begin_inset space ~
32916 \end_inset
32917
32918
32919 \begin_inset CommandInset ref
32920 LatexCommand ref
32921 reference "sec:Documento-Hijo"
32922
32923 \end_inset
32924
32925 .
32926 \end_layout
32927
32928 \end_inset
32929
32930  En el diálogo de documento hijo puedes especificar los parámetros del listado
32931  en el cuadro de texto.
32932  Para ver una lista de los parámetros disponibles teclea una interrogación
32933  «?» en el cuadro.
32934 \end_layout
32935
32936 \begin_layout Standard
32937 Para referenciar un documento hijo tipo listado, escribe el texto de la
32938  etiqueta en el campo correspondiente del diálogo de documento hijo.
32939  Después se puede referenciar la etiqueta con el menú 
32940 \family sans
32941 Insertar\SpecialChar \menuseparator
32942 Referencia cruzada.
32943 \end_layout
32944
32945 \begin_layout Standard
32946 A continuación hay un ejemplo, Listado
32947 \begin_inset space ~
32948 \end_inset
32949
32950
32951 \begin_inset CommandInset ref
32952 LatexCommand ref
32953 reference "lst:archivo-listado"
32954
32955 \end_inset
32956
32957 , de inserción de líneas de un archivo; en él se incluye el rango de las
32958  líneas 10
32959 \begin_inset space \thinspace{}
32960 \end_inset
32961
32962 -
32963 \begin_inset space \thinspace{}
32964 \end_inset
32965
32966 15 de este archivo LyX.
32967 \end_layout
32968
32969 \begin_layout Standard
32970 \begin_inset CommandInset include
32971 LatexCommand lstinputlisting
32972 filename "EmbeddedObjects.lyx"
32973 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32974
32975 \end_inset
32976
32977
32978 \end_layout
32979
32980 \begin_layout Standard
32981 \begin_inset VSpace bigskip
32982 \end_inset
32983
32984
32985 \end_layout
32986
32987 \begin_layout Standard
32988 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
32989 \end_layout
32990
32991 \begin_layout Enumerate
32992 Abre el diálogo de listado y añade
32993 \begin_inset Newline newline
32994 \end_inset
32995
32996
32997 \family sans
32998 mathescape=true
32999 \begin_inset Newline newline
33000 \end_inset
33001
33002
33003 \family default
33004 en el campo de texto de la solapa 
33005 \family sans
33006 Avanzado
33007 \end_layout
33008
33009 \begin_layout Enumerate
33010 Crea una ecuación fuera del listado
33011 \end_layout
33012
33013 \begin_layout Enumerate
33014 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
33015  (teclas 
33016 \family sans
33017 Ctrl+C
33018 \family default
33019 )
33020 \end_layout
33021
33022 \begin_layout Enumerate
33023 En el listado escribe 
33024 \begin_inset Quotes eld
33025 \end_inset
33026
33027
33028 \family sans
33029 $$
33030 \family default
33031
33032 \begin_inset Quotes erd
33033 \end_inset
33034
33035  y pega desde el portapapeles entre los símbolos dólar (teclas 
33036 \family sans
33037 Ctrl+V
33038 \family default
33039 )
33040 \end_layout
33041
33042 \begin_layout Standard
33043 \begin_inset listings
33044 lstparams "language=Python,mathescape=true"
33045 inline false
33046 status open
33047
33048 \begin_layout Plain Layout
33049
33050 \begin_inset Caption
33051
33052 \begin_layout Plain Layout
33053 Ejemplo de listado flotante con una ecuación
33054 \end_layout
33055
33056 \end_inset
33057
33058 # Ejemplo de listado flotante
33059 \end_layout
33060
33061 \begin_layout Plain Layout
33062
33063 def func(param):
33064 \end_layout
33065
33066 \begin_layout Plain Layout
33067
33068     # $
33069 \backslash
33070 prod_{n=1}^{
33071 \backslash
33072 infty}
33073 \backslash
33074 ,
33075 \backslash
33076 frac{1}{x^{2}}$
33077 \end_layout
33078
33079 \begin_layout Plain Layout
33080
33081     pass
33082 \end_layout
33083
33084 \end_inset
33085
33086
33087 \end_layout
33088
33089 \begin_layout Standard
33090 \begin_inset VSpace bigskip
33091 \end_inset
33092
33093
33094 \end_layout
33095
33096 \begin_layout Standard
33097 Las preferencias globales se pueden establecer en el diálogo 
33098 \family sans
33099 Documento\SpecialChar \menuseparator
33100 Configuración\SpecialChar \menuseparator
33101 Diseño
33102 \begin_inset space ~
33103 \end_inset
33104
33105 del
33106 \begin_inset space ~
33107 \end_inset
33108
33109 texto.
33110  
33111 \family default
33112 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
33113  «?» en el campo de texto.
33114 \end_layout
33115
33116 \begin_layout Standard
33117 Para más información sobre el paquete 
33118 \series bold
33119 listings
33120 \series default
33121 , consulta su documentación
33122 \begin_inset space ~
33123 \end_inset
33124
33125
33126 \begin_inset CommandInset citation
33127 LatexCommand cite
33128 key "listings"
33129
33130 \end_inset
33131
33132 .
33133 \end_layout
33134
33135 \begin_layout Standard
33136 \begin_inset Newpage newpage
33137 \end_inset
33138
33139
33140 \end_layout
33141
33142 \begin_layout Chapter
33143 \start_of_appendix
33144 Unidades disponibles en LyX
33145 \begin_inset Index idx
33146 status collapsed
33147
33148 \begin_layout Plain Layout
33149 Unidades
33150 \end_layout
33151
33152 \end_inset
33153
33154
33155 \begin_inset CommandInset label
33156 LatexCommand label
33157 name "cap:Unidades-disponibles-en"
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Standard
33165 Para comprender las unidades utilizadas en este manual, el cuadro
33166 \begin_inset space ~
33167 \end_inset
33168
33169
33170 \begin_inset CommandInset ref
33171 LatexCommand ref
33172 reference "tab:Unidades"
33173
33174 \end_inset
33175
33176  describe todas las unidades disponibles en LyX.
33177 \end_layout
33178
33179 \begin_layout Standard
33180 \begin_inset Float table
33181 placement h
33182 wide false
33183 sideways false
33184 status open
33185
33186 \begin_layout Plain Layout
33187 \begin_inset Caption
33188
33189 \begin_layout Plain Layout
33190 \begin_inset CommandInset label
33191 LatexCommand label
33192 name "tab:Unidades"
33193
33194 \end_inset
33195
33196 Unidades
33197 \end_layout
33198
33199 \end_inset
33200
33201
33202 \end_layout
33203
33204 \begin_layout Plain Layout
33205 \begin_inset VSpace medskip
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \begin_layout Plain Layout
33212 \align center
33213 \begin_inset Tabular
33214 <lyxtabular version="3" rows="20" columns="2">
33215 <features tabularvalignment="middle">
33216 <column alignment="center" valignment="top" width="0">
33217 <column alignment="center" valignment="top" width="0">
33218 <row>
33219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33220 \begin_inset Text
33221
33222 \begin_layout Plain Layout
33223 unidad
33224 \end_layout
33225
33226 \end_inset
33227 </cell>
33228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33229 \begin_inset Text
33230
33231 \begin_layout Plain Layout
33232 nombre/descripción
33233 \end_layout
33234
33235 \end_inset
33236 </cell>
33237 </row>
33238 <row>
33239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33240 \begin_inset Text
33241
33242 \begin_layout Plain Layout
33243 mm
33244 \end_layout
33245
33246 \end_inset
33247 </cell>
33248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33249 \begin_inset Text
33250
33251 \begin_layout Plain Layout
33252 milímetro
33253 \end_layout
33254
33255 \end_inset
33256 </cell>
33257 </row>
33258 <row>
33259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33260 \begin_inset Text
33261
33262 \begin_layout Plain Layout
33263 cm
33264 \end_layout
33265
33266 \end_inset
33267 </cell>
33268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33269 \begin_inset Text
33270
33271 \begin_layout Plain Layout
33272 centímetro
33273 \end_layout
33274
33275 \end_inset
33276 </cell>
33277 </row>
33278 <row>
33279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33280 \begin_inset Text
33281
33282 \begin_layout Plain Layout
33283 in
33284 \end_layout
33285
33286 \end_inset
33287 </cell>
33288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33289 \begin_inset Text
33290
33291 \begin_layout Plain Layout
33292 pulgada
33293 \end_layout
33294
33295 \end_inset
33296 </cell>
33297 </row>
33298 <row>
33299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303 pt
33304 \end_layout
33305
33306 \end_inset
33307 </cell>
33308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33309 \begin_inset Text
33310
33311 \begin_layout Plain Layout
33312 punto (72.27
33313 \begin_inset space \thinspace{}
33314 \end_inset
33315
33316 pt = 1
33317 \begin_inset space \thinspace{}
33318 \end_inset
33319
33320 in)
33321 \end_layout
33322
33323 \end_inset
33324 </cell>
33325 </row>
33326 <row>
33327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33328 \begin_inset Text
33329
33330 \begin_layout Plain Layout
33331 pc
33332 \end_layout
33333
33334 \end_inset
33335 </cell>
33336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33337 \begin_inset Text
33338
33339 \begin_layout Plain Layout
33340 pica (1
33341 \begin_inset space \thinspace{}
33342 \end_inset
33343
33344 pc = 12
33345 \begin_inset space \thinspace{}
33346 \end_inset
33347
33348 pt)
33349 \end_layout
33350
33351 \end_inset
33352 </cell>
33353 </row>
33354 <row>
33355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33356 \begin_inset Text
33357
33358 \begin_layout Plain Layout
33359 sp
33360 \end_layout
33361
33362 \end_inset
33363 </cell>
33364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33365 \begin_inset Text
33366
33367 \begin_layout Plain Layout
33368 punto escalado (65536
33369 \begin_inset space \thinspace{}
33370 \end_inset
33371
33372 sp = 1
33373 \begin_inset space \thinspace{}
33374 \end_inset
33375
33376 pt)
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 </row>
33382 <row>
33383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33384 \begin_inset Text
33385
33386 \begin_layout Plain Layout
33387 bp
33388 \end_layout
33389
33390 \end_inset
33391 </cell>
33392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33393 \begin_inset Text
33394
33395 \begin_layout Plain Layout
33396 punto grande (72
33397 \begin_inset space \thinspace{}
33398 \end_inset
33399
33400 bp = 1
33401 \begin_inset space \thinspace{}
33402 \end_inset
33403
33404 in)
33405 \end_layout
33406
33407 \end_inset
33408 </cell>
33409 </row>
33410 <row>
33411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33412 \begin_inset Text
33413
33414 \begin_layout Plain Layout
33415 dd
33416 \end_layout
33417
33418 \end_inset
33419 </cell>
33420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33421 \begin_inset Text
33422
33423 \begin_layout Plain Layout
33424 didot (1
33425 \begin_inset space \thinspace{}
33426 \end_inset
33427
33428 dd 
33429 \begin_inset Formula $\approx$
33430 \end_inset
33431
33432  0.376
33433 \begin_inset space \thinspace{}
33434 \end_inset
33435
33436 mm)
33437 \end_layout
33438
33439 \end_inset
33440 </cell>
33441 </row>
33442 <row>
33443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33444 \begin_inset Text
33445
33446 \begin_layout Plain Layout
33447 cc
33448 \end_layout
33449
33450 \end_inset
33451 </cell>
33452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33453 \begin_inset Text
33454
33455 \begin_layout Plain Layout
33456 cicero (1
33457 \begin_inset space \thinspace{}
33458 \end_inset
33459
33460 cc = 12
33461 \begin_inset space \thinspace{}
33462 \end_inset
33463
33464 dd)
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 </row>
33470 <row>
33471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33472 \begin_inset Text
33473
33474 \begin_layout Plain Layout
33475 escala
33476 \begin_inset space \thinspace{}
33477 \end_inset
33478
33479 %
33480 \end_layout
33481
33482 \end_inset
33483 </cell>
33484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33485 \begin_inset Text
33486
33487 \begin_layout Plain Layout
33488 % del tamaño original de la imagen
33489 \end_layout
33490
33491 \end_inset
33492 </cell>
33493 </row>
33494 <row>
33495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33496 \begin_inset Text
33497
33498 \begin_layout Plain Layout
33499 texto
33500 \begin_inset space \thinspace{}
33501 \end_inset
33502
33503 %
33504 \end_layout
33505
33506 \end_inset
33507 </cell>
33508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33509 \begin_inset Text
33510
33511 \begin_layout Plain Layout
33512 % de anchura de texto
33513 \end_layout
33514
33515 \end_inset
33516 </cell>
33517 </row>
33518 <row>
33519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33520 \begin_inset Text
33521
33522 \begin_layout Plain Layout
33523 columna
33524 \begin_inset space \thinspace{}
33525 \end_inset
33526
33527 %
33528 \end_layout
33529
33530 \end_inset
33531 </cell>
33532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33533 \begin_inset Text
33534
33535 \begin_layout Plain Layout
33536 % de anchura de columna
33537 \end_layout
33538
33539 \end_inset
33540 </cell>
33541 </row>
33542 <row>
33543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33544 \begin_inset Text
33545
33546 \begin_layout Plain Layout
33547 página
33548 \begin_inset space \thinspace{}
33549 \end_inset
33550
33551 %
33552 \end_layout
33553
33554 \end_inset
33555 </cell>
33556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33557 \begin_inset Text
33558
33559 \begin_layout Plain Layout
33560 % de anchura de página
33561 \end_layout
33562
33563 \end_inset
33564 </cell>
33565 </row>
33566 <row>
33567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33568 \begin_inset Text
33569
33570 \begin_layout Plain Layout
33571 línea
33572 \begin_inset space \thinspace{}
33573 \end_inset
33574
33575 %
33576 \end_layout
33577
33578 \end_inset
33579 </cell>
33580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33581 \begin_inset Text
33582
33583 \begin_layout Plain Layout
33584 % de anchura de línea
33585 \end_layout
33586
33587 \end_inset
33588 </cell>
33589 </row>
33590 <row>
33591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33592 \begin_inset Text
33593
33594 \begin_layout Plain Layout
33595 alt.
33596  texto
33597 \begin_inset space \thinspace{}
33598 \end_inset
33599
33600 %
33601 \end_layout
33602
33603 \end_inset
33604 </cell>
33605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33606 \begin_inset Text
33607
33608 \begin_layout Plain Layout
33609 % de altura de texto
33610 \end_layout
33611
33612 \end_inset
33613 </cell>
33614 </row>
33615 <row>
33616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33617 \begin_inset Text
33618
33619 \begin_layout Plain Layout
33620 alt.
33621  pág.
33622 \begin_inset space \thinspace{}
33623 \end_inset
33624
33625 %
33626 \end_layout
33627
33628 \end_inset
33629 </cell>
33630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33631 \begin_inset Text
33632
33633 \begin_layout Plain Layout
33634 % de altura de página
33635 \end_layout
33636
33637 \end_inset
33638 </cell>
33639 </row>
33640 <row>
33641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33642 \begin_inset Text
33643
33644 \begin_layout Plain Layout
33645 ex
33646 \end_layout
33647
33648 \end_inset
33649 </cell>
33650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33651 \begin_inset Text
33652
33653 \begin_layout Plain Layout
33654 altura de la letra 
33655 \emph on
33656 x
33657 \emph default
33658  en la fuente actual
33659 \end_layout
33660
33661 \end_inset
33662 </cell>
33663 </row>
33664 <row>
33665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33666 \begin_inset Text
33667
33668 \begin_layout Plain Layout
33669 em
33670 \end_layout
33671
33672 \end_inset
33673 </cell>
33674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33675 \begin_inset Text
33676
33677 \begin_layout Plain Layout
33678 anchura de la letra 
33679 \emph on
33680 M
33681 \emph default
33682  en la fuente actual
33683 \end_layout
33684
33685 \end_inset
33686 </cell>
33687 </row>
33688 <row>
33689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33690 \begin_inset Text
33691
33692 \begin_layout Plain Layout
33693 mu
33694 \end_layout
33695
33696 \end_inset
33697 </cell>
33698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33699 \begin_inset Text
33700
33701 \begin_layout Plain Layout
33702 unidad matemática (1
33703 \begin_inset space \thinspace{}
33704 \end_inset
33705
33706 mu = 1/18
33707 \begin_inset space \thinspace{}
33708 \end_inset
33709
33710 em)
33711 \end_layout
33712
33713 \end_inset
33714 </cell>
33715 </row>
33716 </lyxtabular>
33717
33718 \end_inset
33719
33720
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \end_layout
33727
33728 \begin_layout Chapter
33729 Formatos de archivos de salida con gráficos
33730 \begin_inset CommandInset label
33731 LatexCommand label
33732 name "cap:Formatos-de-Archivos-de-Salida"
33733
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \begin_layout Section
33740 DVI
33741 \begin_inset Index idx
33742 status collapsed
33743
33744 \begin_layout Plain Layout
33745 Formatos de archivo ! DVI
33746 \end_layout
33747
33748 \end_inset
33749
33750
33751 \begin_inset Index idx
33752 status collapsed
33753
33754 \begin_layout Plain Layout
33755 DVI|see
33756 \begin_inset ERT
33757 status collapsed
33758
33759 \begin_layout Plain Layout
33760
33761 {
33762 \end_layout
33763
33764 \end_inset
33765
33766 Formatos de archivo
33767 \begin_inset ERT
33768 status collapsed
33769
33770 \begin_layout Plain Layout
33771
33772 }
33773 \end_layout
33774
33775 \end_inset
33776
33777
33778 \end_layout
33779
33780 \end_inset
33781
33782
33783 \end_layout
33784
33785 \begin_layout Standard
33786 Este tipo de archivo tiene la extensión «
33787 \family typewriter
33788 .dvi
33789 \family default
33790 ».
33791  Se denomina «device-independent» (DVI), porque es completamente portable;
33792  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33793  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33794  Los DVI se usan para vistas preliminares rápidas y como preparación para
33795  otros formatos de salida como PostScript.
33796 \end_layout
33797
33798 \begin_layout Standard
33799 \begin_inset Note Greyedout
33800 status open
33801
33802 \begin_layout Plain Layout
33803
33804 \series bold
33805 Nota:
33806 \series default
33807  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33808 \end_layout
33809
33810 \end_inset
33811
33812  Por tanto no debes olvidar esto si mueves archivos 
33813 \family typewriter
33814 .dvi
33815 \family default
33816  a otro ordenador.
33817  Esta característica también puede retardar la visualización del archivo,
33818  porque el visor DVI tiene que convertir la imagen en segundo plano para
33819  hacerla visible al deslizar el visor.
33820  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33821 \end_layout
33822
33823 \begin_layout Standard
33824 Un documento se exporta a DVI con el menú 
33825 \family sans
33826 Archivo\SpecialChar \menuseparator
33827 Exportar\SpecialChar \menuseparator
33828 DVI
33829 \family default
33830 .
33831  Puedes ver la salida del documento en DVI con el menú 
33832 \family sans
33833 Ver\SpecialChar \menuseparator
33834 DVI 
33835 \family default
33836 o con el botón
33837 \begin_inset space ~
33838 \end_inset
33839
33840
33841 \begin_inset Graphics
33842         filename ../../images/buffer-view_dvi.png
33843         scale 85
33844
33845 \end_inset
33846
33847 .
33848 \end_layout
33849
33850 \begin_layout Section
33851 PostScript
33852 \begin_inset CommandInset label
33853 LatexCommand label
33854 name "sec:PostScript"
33855
33856 \end_inset
33857
33858
33859 \begin_inset Index idx
33860 status collapsed
33861
33862 \begin_layout Plain Layout
33863 Formatos de archivo ! PostScript
33864 \end_layout
33865
33866 \end_inset
33867
33868
33869 \begin_inset Index idx
33870 status collapsed
33871
33872 \begin_layout Plain Layout
33873 PostScript|see
33874 \begin_inset ERT
33875 status collapsed
33876
33877 \begin_layout Plain Layout
33878
33879 {
33880 \end_layout
33881
33882 \end_inset
33883
33884 Formatos de archivo
33885 \begin_inset ERT
33886 status collapsed
33887
33888 \begin_layout Plain Layout
33889
33890 }
33891 \end_layout
33892
33893 \end_inset
33894
33895
33896 \end_layout
33897
33898 \end_inset
33899
33900
33901 \end_layout
33902
33903 \begin_layout Standard
33904 Este tipo de archivo tiene la extensión «
33905 \family typewriter
33906 .ps
33907 \family default
33908 ».
33909  PostScript fue desarrollado por la compañía 
33910 \family typewriter
33911 Adobe
33912 \family default
33913  como lenguaje para impresoras.
33914  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33915  PostScript puede considerarse como un «lenguaje de programación»; con él
33916  puedes calcular y dibujar imágenes y diagramas.
33917 \begin_inset Foot
33918 status collapsed
33919
33920 \begin_layout Plain Layout
33921 Si estás interesado en este tema acude al paquete LaTeX 
33922 \series bold
33923 PSTricks
33924 \series default
33925  
33926 \begin_inset CommandInset citation
33927 LatexCommand cite
33928 key "pstricks"
33929
33930 \end_inset
33931
33932 .
33933 \end_layout
33934
33935 \end_inset
33936
33937  Por esto los archivos suelen ser más grandes que los PDF.
33938 \end_layout
33939
33940 \begin_layout Standard
33941 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33942 d PostScript» (EPS, extensión «
33943 \family typewriter
33944 .eps
33945 \family default
33946 »).
33947  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33948  en segundo plano para convertir las imágenes a EPS.
33949  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33950  cada vez que veas o exportes el documento.
33951  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33952  puedes evitar el problema insertando las imágenes directamente en EPS.
33953 \end_layout
33954
33955 \begin_layout Standard
33956 El documento se puede exportar a PostScript con el menú 
33957 \family sans
33958 Archivo\SpecialChar \menuseparator
33959 Exportar\SpecialChar \menuseparator
33960 Postscript
33961 \family default
33962 .
33963  Se puede ver la salida en PostScript con el menú 
33964 \family sans
33965 Ver\SpecialChar \menuseparator
33966 Postscript 
33967 \family default
33968 o con el botón
33969 \begin_inset space ~
33970 \end_inset
33971
33972
33973 \begin_inset Graphics
33974         filename ../../images/buffer-view_ps.png
33975
33976 \end_inset
33977
33978 .
33979 \end_layout
33980
33981 \begin_layout Section
33982 PDF
33983 \begin_inset Index idx
33984 status collapsed
33985
33986 \begin_layout Plain Layout
33987 Formatos de archivo ! PDF
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \begin_inset Index idx
33994 status collapsed
33995
33996 \begin_layout Plain Layout
33997 PDF
33998 \end_layout
33999
34000 \end_inset
34001
34002
34003 \end_layout
34004
34005 \begin_layout Standard
34006 Este tipo de archivo tiene la extensión «
34007 \family typewriter
34008 .pdf
34009 \family default
34010 ».
34011  El formato «Portable Document Format» (PDF) fue desarrollado por 
34012 \family typewriter
34013 Adobe
34014 \family default
34015  como derivado de PostScript.
34016  Es más comprimido y utiliza muchos menos comandos que PostScript.
34017  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
34018  operativo y la salida impresa se muestra exactamente igual.
34019 \end_layout
34020
34021 \begin_layout Standard
34022 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
34023  Photographic Experts Group» (JPG, extensión «
34024 \family typewriter
34025 .jpg
34026 \family default
34027 » o «
34028 \family typewriter
34029 .jpeg
34030 \family default
34031 »), y en el formato «Portable Network Graphics» (PNG, extensión «
34032 \family typewriter
34033 .png
34034 \family default
34035 »).
34036  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
34037  en segundo plano a alguno de los anteriores.
34038  Pero como se ha comentado en la sección sobre PostScript, la conversión
34039  de gráficos ralentiza el trabajo.
34040  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
34041  mencionados.
34042 \end_layout
34043
34044 \begin_layout Standard
34045 Un documento se puede exportar a PDF con el menú 
34046 \family sans
34047 Archivo\SpecialChar \menuseparator
34048 Exportar
34049 \family default
34050  en tres modos diferentes:
34051 \end_layout
34052
34053 \begin_layout Description
34054 PDF
34055 \begin_inset space ~
34056 \end_inset
34057
34058 (ps2pdf) Este utiliza el programa 
34059 \family typewriter
34060 ps2pdf
34061 \family default
34062  que crea un PDF a partir de una versión PostScript del archivo.
34063  La versión PostScript es producida por el programa 
34064 \family typewriter
34065 dvips
34066 \family default
34067  que usa una versión DVI como paso intermedio.
34068  Así que este modo de exportación consta de tres conversiones.
34069 \end_layout
34070
34071 \begin_layout Description
34072 PDF
34073 \begin_inset space ~
34074 \end_inset
34075
34076 (dvipdfm) Este utiliza el programa 
34077 \family typewriter
34078 dvipdfm
34079 \family default
34080  que convierte el archivo a DVI en segundo plano y en un segundo paso a
34081  PDF.
34082 \end_layout
34083
34084 \begin_layout Description
34085 PDF
34086 \begin_inset space ~
34087 \end_inset
34088
34089 (pdflatex) Este utiliza el programa 
34090 \family typewriter
34091 pdftex
34092 \family default
34093  que convierte directamente el archivo a PDF.
34094 \end_layout
34095
34096 \begin_layout Standard
34097 Se recomienda usar 
34098 \family sans
34099 PDF
34100 \begin_inset space ~
34101 \end_inset
34102
34103 (pdflatex)
34104 \family default
34105  porque 
34106 \family typewriter
34107 pdftex
34108 \family default
34109  soporta todas las características de las versiones actuales de PDF, es
34110  rápido y estable.
34111  El programa 
34112 \family typewriter
34113 dvipdfm
34114 \family default
34115  ya no se desarrolla y está un poco obsoleto.
34116 \end_layout
34117
34118 \begin_layout Standard
34119 La salida en formato PDF se puede ver con el menú 
34120 \family sans
34121 Ver 
34122 \family default
34123 o con el botón
34124 \begin_inset space ~
34125 \end_inset
34126
34127
34128 \begin_inset Graphics
34129         filename ../../images/buffer-view_pdf2.png
34130         scale 85
34131
34132 \end_inset
34133
34134  (que usa 
34135 \family sans
34136 PDF
34137 \begin_inset space ~
34138 \end_inset
34139
34140 (pdflatex)
34141 \family default
34142 ).
34143 \end_layout
34144
34145 \begin_layout Chapter
34146 Explicación de la ecuación
34147 \begin_inset space ~
34148 \end_inset
34149
34150 (
34151 \begin_inset CommandInset ref
34152 LatexCommand ref
34153 reference "eq:Wgn"
34154
34155 \end_inset
34156
34157 )
34158 \begin_inset CommandInset label
34159 LatexCommand label
34160 name "cap:Explicación-de-la-Ecuación"
34161
34162 \end_inset
34163
34164
34165 \end_layout
34166
34167 \begin_layout Standard
34168 La anchura total de 
34169 \emph on
34170 n
34171 \emph default
34172  celdas de una tabla 
34173 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34174 \end_inset
34175
34176  puede calcularse con
34177 \end_layout
34178
34179 \begin_layout Standard
34180 \begin_inset Formula \begin{equation}
34181 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}
34182
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \begin_layout Standard
34189 donde 
34190 \begin_inset Formula $W_{g\, n}$
34191 \end_inset
34192
34193  es el ancho dado de todas las celdas.
34194  
34195 \series bold
34196
34197 \backslash
34198 tabcolsep
34199 \series default
34200  es la longitud LaTeX entre el texto y el borde de la celda, 6
34201 \begin_inset space \thinspace{}
34202 \end_inset
34203
34204 pt por omisión.
34205  
34206 \series bold
34207
34208 \backslash
34209 arrayrulewidth
34210 \series default
34211  es el grosor de línea del borde, 0.4
34212 \begin_inset space \thinspace{}
34213 \end_inset
34214
34215 pt por omisión.
34216 \end_layout
34217
34218 \begin_layout Standard
34219 Procediendo como en la ecuación
34220 \begin_inset space ~
34221 \end_inset
34222
34223
34224 \begin_inset CommandInset ref
34225 LatexCommand eqref
34226 reference "eq:Wtot_n"
34227
34228 \end_inset
34229
34230 , el ancho total de una multicolumna, 
34231 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34232 \end_inset
34233
34234  es
34235 \end_layout
34236
34237 \begin_layout Standard
34238 \begin_inset Formula \begin{equation}
34239 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34240
34241 \end_inset
34242
34243
34244 \end_layout
34245
34246 \begin_layout Standard
34247 Igualando las ecuaciones
34248 \begin_inset space ~
34249 \end_inset
34250
34251
34252 \begin_inset CommandInset ref
34253 LatexCommand eqref
34254 reference "eq:Wtot_n"
34255
34256 \end_inset
34257
34258  y 
34259 \begin_inset CommandInset ref
34260 LatexCommand eqref
34261 reference "eq:Wtot_mult"
34262
34263 \end_inset
34264
34265  podemos calcular el ancho dado necesario 
34266 \begin_inset Formula $W_{g\, n}$
34267 \end_inset
34268
34269  cuando se expanden 
34270 \emph on
34271 n
34272 \emph default
34273  columnas, de forma que cada una de ellas tiene una anchura total  
34274 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34275 \end_inset
34276
34277 :
34278 \end_layout
34279
34280 \begin_layout Standard
34281 \begin_inset Formula \begin{equation}
34282 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34283
34284 \end_inset
34285
34286
34287 \end_layout
34288
34289 \begin_layout Bibliography
34290 \labelwidthstring Bibliografía
34291 \begin_inset CommandInset bibitem
34292 LatexCommand bibitem
34293 key "latexcompanion"
34294
34295 \end_inset
34296
34297 Frank Mittelbach and Michel Goossens: 
34298 \emph on
34299 The LaTeX Companion Second Edition.
34300
34301 \emph default
34302  Addison-Wesley, 2004
34303 \end_layout
34304
34305 \begin_layout Bibliography
34306 \labelwidthstring Bibliografía
34307 \begin_inset CommandInset bibitem
34308 LatexCommand bibitem
34309 key "latexguide"
34310
34311 \end_inset
34312
34313 Helmut Kopka and Patrick W.
34314  Daly: 
34315 \emph on
34316 A Guide to LaTeX Fourth Edition.
34317
34318 \emph default
34319  Addison-Wesley, 2003
34320 \end_layout
34321
34322 \begin_layout Bibliography
34323 \labelwidthstring Bibliografía
34324 \begin_inset CommandInset bibitem
34325 LatexCommand bibitem
34326 key "latexbook"
34327
34328 \end_inset
34329
34330 Leslie Lamport: 
34331 \emph on
34332 LaTeX: A Document Preparation System.
34333
34334 \emph default
34335  Addison-Wesley, second edition, 1994
34336 \end_layout
34337
34338 \begin_layout Bibliography
34339 \labelwidthstring Bibliografía
34340 \begin_inset CommandInset bibitem
34341 LatexCommand bibitem
34342 key "booktabs"
34343
34344 \end_inset
34345
34346 Documentación del paquete LaTeX 
34347 \series bold
34348
34349 \begin_inset CommandInset href
34350 LatexCommand href
34351 name "booktabs"
34352 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34353
34354 \end_inset
34355
34356
34357 \series default
34358
34359 \begin_inset Index idx
34360 status collapsed
34361
34362 \begin_layout Plain Layout
34363 LaTeX-paquetes ! booktabs
34364 \end_layout
34365
34366 \end_inset
34367
34368
34369 \end_layout
34370
34371 \begin_layout Bibliography
34372 \labelwidthstring Bibliografía
34373 \begin_inset CommandInset bibitem
34374 LatexCommand bibitem
34375 key "caption"
34376
34377 \end_inset
34378
34379 Documentación del paquete LaTeX 
34380 \series bold
34381
34382 \begin_inset CommandInset href
34383 LatexCommand href
34384 name "caption"
34385 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34386
34387 \end_inset
34388
34389
34390 \series default
34391
34392 \begin_inset Index idx
34393 status collapsed
34394
34395 \begin_layout Plain Layout
34396 LaTeX-paquetes ! caption
34397 \end_layout
34398
34399 \end_inset
34400
34401
34402 \end_layout
34403
34404 \begin_layout Bibliography
34405 \labelwidthstring Bibliografía
34406 \begin_inset CommandInset bibitem
34407 LatexCommand bibitem
34408 key "endfloat"
34409
34410 \end_inset
34411
34412 Documentación del paquete LaTeX 
34413 \series bold
34414
34415 \begin_inset CommandInset href
34416 LatexCommand href
34417 name "endfloat"
34418 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34419
34420 \end_inset
34421
34422
34423 \series default
34424
34425 \begin_inset Index idx
34426 status collapsed
34427
34428 \begin_layout Plain Layout
34429 LaTeX-paquetes ! endfloat
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \begin_layout Bibliography
34438 \labelwidthstring Bibliografía
34439 \begin_inset CommandInset bibitem
34440 LatexCommand bibitem
34441 key "wrapfig"
34442
34443 \end_inset
34444
34445 Documentación del paquete LaTeX 
34446 \series bold
34447
34448 \begin_inset CommandInset href
34449 LatexCommand href
34450 name "wrapfig"
34451 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34452
34453 \end_inset
34454
34455
34456 \series default
34457
34458 \begin_inset Index idx
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462 LaTeX-paquetes ! wrapfig
34463 \begin_inset ERT
34464 status collapsed
34465
34466 \begin_layout Plain Layout
34467
34468
34469 \backslash
34470 vspace{4mm}
34471 \end_layout
34472
34473 \end_inset
34474
34475
34476 \end_layout
34477
34478 \end_inset
34479
34480
34481 \end_layout
34482
34483 \begin_layout Bibliography
34484 \labelwidthstring Bibliografía
34485 \begin_inset CommandInset bibitem
34486 LatexCommand bibitem
34487 key "footmisc"
34488
34489 \end_inset
34490
34491 Documentación del paquete LaTeX 
34492 \series bold
34493
34494 \begin_inset CommandInset href
34495 LatexCommand href
34496 name "footmisc"
34497 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34498
34499 \end_inset
34500
34501
34502 \series default
34503
34504 \begin_inset Index idx
34505 status collapsed
34506
34507 \begin_layout Plain Layout
34508 LaTeX-paquetes ! footmisc
34509 \end_layout
34510
34511 \end_inset
34512
34513
34514 \end_layout
34515
34516 \begin_layout Bibliography
34517 \labelwidthstring Bibliografía
34518 \begin_inset CommandInset bibitem
34519 LatexCommand bibitem
34520 key "hypcap"
34521
34522 \end_inset
34523
34524 Documentación del paquete LaTeX 
34525 \series bold
34526
34527 \begin_inset CommandInset href
34528 LatexCommand href
34529 name "hypcap"
34530 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34531
34532 \end_inset
34533
34534
34535 \series default
34536
34537 \begin_inset Index idx
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541 LaTeX-paquetes ! hyperref
34542 \end_layout
34543
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \begin_layout Bibliography
34550 \labelwidthstring Bibliografía
34551 \begin_inset CommandInset bibitem
34552 LatexCommand bibitem
34553 key "hyperref"
34554
34555 \end_inset
34556
34557 Documentación del paquete LaTeX 
34558 \series bold
34559
34560 \begin_inset CommandInset href
34561 LatexCommand href
34562 name "hyperref"
34563 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34564
34565 \end_inset
34566
34567
34568 \series default
34569
34570 \begin_inset Index idx
34571 status collapsed
34572
34573 \begin_layout Plain Layout
34574 LaTeX-paquetes ! hyperref
34575 \end_layout
34576
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \begin_layout Bibliography
34583 \labelwidthstring Bibliografía
34584 \begin_inset CommandInset bibitem
34585 LatexCommand bibitem
34586 key "KOMA-Script"
34587
34588 \end_inset
34589
34590 Documentación del paquete LaTeX 
34591 \series bold
34592
34593 \begin_inset CommandInset href
34594 LatexCommand href
34595 name "KOMA-Script"
34596 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34597
34598 \end_inset
34599
34600
34601 \series default
34602
34603 \begin_inset Index idx
34604 status collapsed
34605
34606 \begin_layout Plain Layout
34607 LaTeX-paquetes ! KOMA-Script
34608 \end_layout
34609
34610 \end_inset
34611
34612
34613 \end_layout
34614
34615 \begin_layout Bibliography
34616 \labelwidthstring Bibliografía
34617 \begin_inset CommandInset bibitem
34618 LatexCommand bibitem
34619 key "listings"
34620
34621 \end_inset
34622
34623 Documentación del paquete LaTeX 
34624 \series bold
34625
34626 \begin_inset CommandInset href
34627 LatexCommand href
34628 name "listings"
34629 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34630
34631 \end_inset
34632
34633
34634 \series default
34635
34636 \begin_inset Index idx
34637 status collapsed
34638
34639 \begin_layout Plain Layout
34640 LaTeX-paquetes ! listings
34641 \end_layout
34642
34643 \end_inset
34644
34645
34646 \end_layout
34647
34648 \begin_layout Bibliography
34649 \labelwidthstring Bibliografía
34650 \begin_inset CommandInset bibitem
34651 LatexCommand bibitem
34652 key "marginnote"
34653
34654 \end_inset
34655
34656 Documentación del paquete LaTeX 
34657 \series bold
34658
34659 \begin_inset CommandInset href
34660 LatexCommand href
34661 name "marginnote"
34662 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34663
34664 \end_inset
34665
34666
34667 \series default
34668
34669 \begin_inset Index idx
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673 LaTeX-paquetes ! marginnote
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \end_layout
34680
34681 \begin_layout Bibliography
34682 \labelwidthstring Bibliografía
34683 \begin_inset CommandInset bibitem
34684 LatexCommand bibitem
34685 key "pstricks"
34686
34687 \end_inset
34688
34689 Página web del paquete LaTeX 
34690 \series bold
34691
34692 \begin_inset CommandInset href
34693 LatexCommand href
34694 name "PSTricks"
34695 target "http://tug.org/PSTricks/"
34696
34697 \end_inset
34698
34699
34700 \series default
34701
34702 \begin_inset Index idx
34703 status collapsed
34704
34705 \begin_layout Plain Layout
34706 LaTeX-paquetes ! PSTricks
34707 \end_layout
34708
34709 \end_inset
34710
34711
34712 \end_layout
34713
34714 \begin_layout Bibliography
34715 \labelwidthstring Bibliografía
34716 \begin_inset CommandInset bibitem
34717 LatexCommand bibitem
34718 key "sidecap"
34719
34720 \end_inset
34721
34722 Documentación del paquete LaTeX 
34723 \series bold
34724
34725 \begin_inset CommandInset href
34726 LatexCommand href
34727 name "sidecap"
34728 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34729
34730 \end_inset
34731
34732
34733 \series default
34734
34735 \begin_inset Index idx
34736 status collapsed
34737
34738 \begin_layout Plain Layout
34739 LaTeX-paquetes ! sidecap
34740 \end_layout
34741
34742 \end_inset
34743
34744
34745 \end_layout
34746
34747 \begin_layout Bibliography
34748 \labelwidthstring Bibliografía
34749 \begin_inset CommandInset bibitem
34750 LatexCommand bibitem
34751 key "prettyref"
34752
34753 \end_inset
34754
34755 Documentación del paquete LaTeX 
34756 \series bold
34757
34758 \begin_inset CommandInset href
34759 LatexCommand href
34760 name "prettyref"
34761 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34762
34763 \end_inset
34764
34765
34766 \series default
34767
34768 \begin_inset Index idx
34769 status collapsed
34770
34771 \begin_layout Plain Layout
34772 LaTeX-paquetes ! prettyref
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \begin_layout Bibliography
34781 \labelwidthstring Bibliografía
34782 \begin_inset CommandInset bibitem
34783 LatexCommand bibitem
34784 key "refstyle"
34785
34786 \end_inset
34787
34788 Documentación del paquete LaTeX 
34789 \series bold
34790
34791 \begin_inset CommandInset href
34792 LatexCommand href
34793 name "refstyle"
34794 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
34795
34796 \end_inset
34797
34798
34799 \series default
34800
34801 \begin_inset Index idx
34802 status collapsed
34803
34804 \begin_layout Plain Layout
34805 LaTeX-paquetes ! refstyle
34806 \end_layout
34807
34808 \end_inset
34809
34810
34811 \end_layout
34812
34813 \begin_layout Bibliography
34814 \labelwidthstring Bibliografía
34815 \begin_inset CommandInset bibitem
34816 LatexCommand bibitem
34817 key "NewInLyX20"
34818
34819 \end_inset
34820
34821
34822 \begin_inset CommandInset href
34823 LatexCommand href
34824 name "Página wiki"
34825 target "http://wiki.lyx.org/LyX/NewInLyX20"
34826
34827 \end_inset
34828
34829  sobre características nuevas para la versión 
34830 \family sans
34831 LyX
34832 \begin_inset space ~
34833 \end_inset
34834
34835 2.0
34836 \family default
34837 .
34838 \end_layout
34839
34840 \begin_layout Standard
34841 \begin_inset CommandInset index_print
34842 LatexCommand printindex
34843 type "idx"
34844
34845 \end_inset
34846
34847
34848 \end_layout
34849
34850 \end_body
34851 \end_document