]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Spanish EmbeddedObjects.lyx, Math.lyx: updates by Ignacio
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.0.0beta2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 410
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_non_tex_fonts 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 \begin_inset Newline newline
1882 \end_inset
1883
1884 Con la opción del diálogo 
1885 \family sans
1886 Aplicar inmediatamente
1887 \family default
1888  cada cambio que hagas se aplica directamente.
1889  Si mueves el cursor a otra celda el diálogo también se actualizará con
1890  los parámetros de la nueva celda.
1891  Si cambias valores de longitud debes pulsar la tecla 
1892 \family sans
1893 Entrar
1894 \family default
1895  para aplicar los cambios.
1896 \begin_inset Newline newline
1897 \end_inset
1898
1899 En el cuadro de diálogo aparecen las siguientes solapas:
1900 \end_layout
1901
1902 \begin_layout Description
1903
1904 \family sans
1905 Configuración
1906 \begin_inset space ~
1907 \end_inset
1908
1909 de
1910 \begin_inset space ~
1911 \end_inset
1912
1913 la
1914 \begin_inset space ~
1915 \end_inset
1916
1917 tabla
1918 \family default
1919  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1920  actual.
1921  La alineación 
1922 \family sans
1923 Al separador decimal
1924 \family default
1925  se describe en la sección
1926 \begin_inset space ~
1927 \end_inset
1928
1929
1930 \begin_inset CommandInset ref
1931 LatexCommand ref
1932 reference "sub:Alineación-especial-de"
1933
1934 \end_inset
1935
1936 .
1937  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1938  Una anchura determinada permite tener saltos de línea y distintos párrafos
1939  de texto, véase sección
1940 \begin_inset space ~
1941 \end_inset
1942
1943
1944 \begin_inset CommandInset ref
1945 LatexCommand ref
1946 reference "sub:Líneas-Múltiples-en"
1947
1948 \end_inset
1949
1950 .
1951  Si no estableces anchura, la columna será tan ancha como el contenido de
1952  la celda más ancha.
1953 \begin_inset Newline newline
1954 \end_inset
1955
1956 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
1957  véase sección
1958 \begin_inset space ~
1959 \end_inset
1960
1961
1962 \begin_inset CommandInset ref
1963 LatexCommand ref
1964 reference "sub:Multicolumnas"
1965
1966 \end_inset
1967
1968 , o las celdas de una columna como celda multifila, véase sección
1969 \begin_inset space ~
1970 \end_inset
1971
1972
1973 \begin_inset CommandInset ref
1974 LatexCommand ref
1975 reference "sub:Multifilas"
1976
1977 \end_inset
1978
1979 .
1980 \begin_inset Newline newline
1981 \end_inset
1982
1983 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1984  90º en el sentido de las agujas del reloj.
1985  La rotación no se ve en LyX, sí en la salida.
1986 \begin_inset Newline newline
1987 \end_inset
1988
1989
1990 \begin_inset Note Greyedout
1991 status open
1992
1993 \begin_layout Plain Layout
1994
1995 \series bold
1996 Nota:
1997 \series default
1998  no todos los visores DVI pueden mostrar rotaciones.
1999 \end_layout
2000
2001 \end_inset
2002
2003
2004 \begin_inset Newline newline
2005 \end_inset
2006
2007 La alineación vertical de tabla completa se usa para tablas en líneas de
2008  texto:
2009 \begin_inset Newline newline
2010 \end_inset
2011
2012 Línea con tablas con diferentes alineaciones: 
2013 \begin_inset Tabular
2014 <lyxtabular version="3" rows="2" columns="2">
2015 <features tabularvalignment="top">
2016 <column alignment="center" valignment="top" width="0pt">
2017 <column alignment="center" valignment="top" width="0">
2018 <row>
2019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2020 \begin_inset Text
2021
2022 \begin_layout Plain Layout
2023
2024 \end_layout
2025
2026 \end_inset
2027 </cell>
2028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2029 \begin_inset Text
2030
2031 \begin_layout Plain Layout
2032 1
2033 \end_layout
2034
2035 \end_inset
2036 </cell>
2037 </row>
2038 <row>
2039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2040 \begin_inset Text
2041
2042 \begin_layout Plain Layout
2043 A
2044 \end_layout
2045
2046 \end_inset
2047 </cell>
2048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2049 \begin_inset Text
2050
2051 \begin_layout Plain Layout
2052
2053 \end_layout
2054
2055 \end_inset
2056 </cell>
2057 </row>
2058 </lyxtabular>
2059
2060 \end_inset
2061
2062  
2063 \begin_inset Tabular
2064 <lyxtabular version="3" rows="2" columns="2">
2065 <features tabularvalignment="middle">
2066 <column alignment="center" valignment="top" width="0">
2067 <column alignment="center" valignment="top" width="0">
2068 <row>
2069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2070 \begin_inset Text
2071
2072 \begin_layout Plain Layout
2073
2074 \end_layout
2075
2076 \end_inset
2077 </cell>
2078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2079 \begin_inset Text
2080
2081 \begin_layout Plain Layout
2082 1
2083 \end_layout
2084
2085 \end_inset
2086 </cell>
2087 </row>
2088 <row>
2089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2090 \begin_inset Text
2091
2092 \begin_layout Plain Layout
2093 A
2094 \end_layout
2095
2096 \end_inset
2097 </cell>
2098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2099 \begin_inset Text
2100
2101 \begin_layout Plain Layout
2102
2103 \end_layout
2104
2105 \end_inset
2106 </cell>
2107 </row>
2108 </lyxtabular>
2109
2110 \end_inset
2111
2112  
2113 \begin_inset Tabular
2114 <lyxtabular version="3" rows="2" columns="2">
2115 <features tabularvalignment="bottom">
2116 <column alignment="center" valignment="top" width="0pt">
2117 <column alignment="center" valignment="top" width="0">
2118 <row>
2119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2120 \begin_inset Text
2121
2122 \begin_layout Plain Layout
2123
2124 \end_layout
2125
2126 \end_inset
2127 </cell>
2128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2129 \begin_inset Text
2130
2131 \begin_layout Plain Layout
2132 1
2133 \end_layout
2134
2135 \end_inset
2136 </cell>
2137 </row>
2138 <row>
2139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2140 \begin_inset Text
2141
2142 \begin_layout Plain Layout
2143 A
2144 \end_layout
2145
2146 \end_inset
2147 </cell>
2148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2149 \begin_inset Text
2150
2151 \begin_layout Plain Layout
2152
2153 \end_layout
2154
2155 \end_inset
2156 </cell>
2157 </row>
2158 </lyxtabular>
2159
2160 \end_inset
2161
2162
2163 \begin_inset Newline newline
2164 \end_inset
2165
2166 También es posible introducir argumentos LaTeX necesarios para formatos
2167  especiales, véanse las secciones
2168 \begin_inset space ~
2169 \end_inset
2170
2171
2172 \begin_inset CommandInset ref
2173 LatexCommand ref
2174 reference "sub:Cálculos-en-Multicolumnas"
2175
2176 \end_inset
2177
2178  y
2179 \begin_inset space ~
2180 \end_inset
2181
2182
2183 \begin_inset CommandInset ref
2184 LatexCommand ref
2185 reference "sec:Tablas-Coloreadas"
2186
2187 \end_inset
2188
2189 .
2190 \end_layout
2191
2192 \begin_layout Description
2193
2194 \family sans
2195 Bordes
2196 \family default
2197  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2198  Puedes elegir para la tabla un estilo 
2199 \family sans
2200 Formal
2201 \family default
2202 , como se describe en la sección
2203 \begin_inset space ~
2204 \end_inset
2205
2206
2207 \begin_inset CommandInset ref
2208 LatexCommand ref
2209 reference "sec:Tablas-Formales"
2210
2211 \end_inset
2212
2213 .
2214 \begin_inset Newline newline
2215 \end_inset
2216
2217 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2218  se describe en la sección
2219 \begin_inset space ~
2220 \end_inset
2221
2222
2223 \begin_inset CommandInset ref
2224 LatexCommand ref
2225 reference "sub:Espacio-adicional"
2226
2227 \end_inset
2228
2229
2230 \end_layout
2231
2232 \begin_layout Description
2233
2234 \family sans
2235 Tabla
2236 \begin_inset space ~
2237 \end_inset
2238
2239 larga
2240 \family default
2241  Para hacer 
2242 \emph on
2243 tablas largas
2244 \emph default
2245  que pueden extenderse por varias páginas.
2246  Las secciones
2247 \begin_inset space ~
2248 \end_inset
2249
2250
2251 \begin_inset CommandInset ref
2252 LatexCommand ref
2253 reference "sec:Tablas-Largas"
2254
2255 \end_inset
2256
2257  y 
2258 \begin_inset CommandInset ref
2259 LatexCommand ref
2260 reference "sec:Particularidades-tablas-largas"
2261
2262 \end_inset
2263
2264  describen sus características en detalle.
2265 \end_layout
2266
2267 \begin_layout Section
2268 Barra de herramientas de tabla
2269 \begin_inset Index idx
2270 status collapsed
2271
2272 \begin_layout Plain Layout
2273 Tablas ! Barra de herramientas
2274 \end_layout
2275
2276 \end_inset
2277
2278
2279 \end_layout
2280
2281 \begin_layout Standard
2282 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2283  para cambiar las tablas de manera más rápida.
2284  Normalmente debería aparecer en la parte inferior de la ventana principal
2285  de LyX cuando el cursor está dentro de una tabla.
2286  En cualquier momento se puede presentar esta barra pinchando con el botón
2287  derecho del ratón en cualquier punto de la barra principal de menú.
2288 \end_layout
2289
2290 \begin_layout Standard
2291 La barra de herramientas tiene los siguientes iconos:
2292 \end_layout
2293
2294 \begin_layout Labeling
2295 \labelwidthstring 00.00.0000
2296 \begin_inset Graphics
2297         filename ../../images/tabular-feature_append-row.png
2298
2299 \end_inset
2300
2301  añade una fila bajo la celda actual o selección
2302 \end_layout
2303
2304 \begin_layout Labeling
2305 \labelwidthstring 00.00.0000
2306 \begin_inset Graphics
2307         filename ../../images/tabular-feature_append-column.png
2308
2309 \end_inset
2310
2311  añade una columna a la derecha de la celda actual o selección
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316 \begin_inset Graphics
2317         filename ../../images/tabular-feature_delete-row.png
2318
2319 \end_inset
2320
2321  borra la fila actual o selección
2322 \end_layout
2323
2324 \begin_layout Labeling
2325 \labelwidthstring 00.00.0000
2326 \begin_inset Graphics
2327         filename ../../images/tabular-feature_delete-column.png
2328
2329 \end_inset
2330
2331  borra la columna actual o selección
2332 \end_layout
2333
2334 \begin_layout Labeling
2335 \labelwidthstring 00.00.0000
2336 \begin_inset Graphics
2337         filename ../../images/tabular-feature_toggle-line-top.png
2338
2339 \end_inset
2340
2341  añade un borde superior en la celda/fila actual o la selección
2342 \end_layout
2343
2344 \begin_layout Labeling
2345 \labelwidthstring 00.00.0000
2346 \begin_inset Graphics
2347         filename ../../images/tabular-feature_toggle-line-bottom.png
2348
2349 \end_inset
2350
2351  añade un borde inferior en la celda/fila actual o la selección
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Graphics
2357         filename ../../images/tabular-feature_toggle-line-left.png
2358
2359 \end_inset
2360
2361  añade un borde a la izquierda en la celda/fila actual o la selección
2362 \end_layout
2363
2364 \begin_layout Labeling
2365 \labelwidthstring 00.00.0000
2366 \begin_inset Graphics
2367         filename ../../images/tabular-feature_toggle-line-right.png
2368
2369 \end_inset
2370
2371  añade un borde a la derecha en la celda/fila actual o la selección
2372 \end_layout
2373
2374 \begin_layout Labeling
2375 \labelwidthstring 00.00.0000
2376 \begin_inset Graphics
2377         filename ../../images/tabular-feature_set-all-lines.png
2378
2379 \end_inset
2380
2381  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2382  no es multicolumna esto afecta también a la fila y a la columna)
2383 \end_layout
2384
2385 \begin_layout Labeling
2386 \labelwidthstring 00.00.0000
2387 \begin_inset Graphics
2388         filename ../../images/tabular-feature_unset-all-lines.png
2389
2390 \end_inset
2391
2392  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2393  actual no es multicolumna esto afecta también a la fila y a la columna)
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Graphics
2399         filename ../../images/tabular-feature_m-align-left.png
2400
2401 \end_inset
2402
2403  alinea a la izquierda el contenido de la celda/columna
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Graphics
2409         filename ../../images/tabular-feature_m-align-center.png
2410
2411 \end_inset
2412
2413  centra el contenido de la celda/columna horizontalmente
2414 \end_layout
2415
2416 \begin_layout Labeling
2417 \labelwidthstring 00.00.0000
2418 \begin_inset Graphics
2419         filename ../../images/tabular-feature_m-align-right.png
2420
2421 \end_inset
2422
2423  alinea a la derecha el contenido de la celda/columna
2424 \end_layout
2425
2426 \begin_layout Labeling
2427 \labelwidthstring 00.00.0000
2428 \begin_inset Graphics
2429         filename ../../images/tabular-feature_align-decimal.png
2430         scaleBeforeRotation
2431
2432 \end_inset
2433
2434  alinea el contenido de la celda/columna a un carácter
2435 \end_layout
2436
2437 \begin_layout Labeling
2438 \labelwidthstring 00.00.0000
2439 \begin_inset Graphics
2440         filename ../../images/tabular-feature_m-valign-top.png
2441
2442 \end_inset
2443
2444  alinea arriba el contenido de la celda
2445 \end_layout
2446
2447 \begin_layout Labeling
2448 \labelwidthstring 00.00.0000
2449 \begin_inset Graphics
2450         filename ../../images/tabular-feature_m-valign-middle.png
2451
2452 \end_inset
2453
2454  centra verticalmente el contenido de la celda
2455 \end_layout
2456
2457 \begin_layout Labeling
2458 \labelwidthstring 00.00.0000
2459 \begin_inset Graphics
2460         filename ../../images/tabular-feature_m-valign-bottom.png
2461
2462 \end_inset
2463
2464  alinea abajo el contenido de la celda
2465 \end_layout
2466
2467 \begin_layout Labeling
2468 \labelwidthstring 00.00.0000
2469 \begin_inset Graphics
2470         filename ../../images/tabular-feature_set-rotate-cell.png
2471
2472 \end_inset
2473
2474  gira la celda o selección 90° como las agujas de reloj
2475 \end_layout
2476
2477 \begin_layout Labeling
2478 \labelwidthstring 00.00.0000
2479 \begin_inset Graphics
2480         filename ../../images/tabular-feature_set-rotate-tabular.png
2481
2482 \end_inset
2483
2484  gira toda la tabla 90° como agujas del reloj
2485 \end_layout
2486
2487 \begin_layout Labeling
2488 \labelwidthstring 00.00.0000
2489 \begin_inset Graphics
2490         filename ../../images/tabular-feature_multicolumn.png
2491
2492 \end_inset
2493
2494  establece la celda actual o selección como multicolumna
2495 \end_layout
2496
2497 \begin_layout Labeling
2498 \labelwidthstring 00.00.0000
2499 \begin_inset Graphics
2500         filename ../../images/tabular-feature_multirow.png
2501         scaleBeforeRotation
2502
2503 \end_inset
2504
2505  establece la celda actual o selección como multifila
2506 \end_layout
2507
2508 \begin_layout Standard
2509 \begin_inset Note Greyedout
2510 status open
2511
2512 \begin_layout Plain Layout
2513
2514 \series bold
2515 Nota:
2516 \series default
2517  En la salida se emplea la alineación vertical de la primera celda de una
2518  fila para todas las celdas restantes de la fila.
2519 \end_layout
2520
2521 \end_inset
2522
2523
2524 \end_layout
2525
2526 \begin_layout Section
2527 Menú Editar Tabla
2528 \begin_inset Index idx
2529 status collapsed
2530
2531 \begin_layout Plain Layout
2532 Tablas ! Editar
2533 \end_layout
2534
2535 \end_inset
2536
2537
2538 \end_layout
2539
2540 \begin_layout Standard
2541 Además del diálogo y la barra de herramientas, el menú 
2542 \family sans
2543 Editar\SpecialChar \menuseparator
2544 Tabla
2545 \family default
2546  permite añadir y borrar bordes para la fila/columna actual y establecer
2547  la selección como multicolumna.
2548  El menú sólo está disponible si el cursor está en la tabla.
2549 \end_layout
2550
2551 \begin_layout Section
2552 Tablas flotantes
2553 \begin_inset CommandInset label
2554 LatexCommand label
2555 name "sec:Tablas-Flotantes"
2556
2557 \end_inset
2558
2559
2560 \begin_inset Index idx
2561 status collapsed
2562
2563 \begin_layout Plain Layout
2564 Flotantes ! Tablas
2565 \end_layout
2566
2567 \end_inset
2568
2569
2570 \begin_inset Index idx
2571 status collapsed
2572
2573 \begin_layout Plain Layout
2574 Tablas ! Flotantes
2575 \end_layout
2576
2577 \end_inset
2578
2579
2580 \end_layout
2581
2582 \begin_layout Standard
2583 Para una explicación general sobre flotantes, echa un vistazo a la sección
2584 \begin_inset space ~
2585 \end_inset
2586
2587
2588 \begin_inset CommandInset ref
2589 LatexCommand ref
2590 reference "sec:Introducción-Flotantes"
2591
2592 \end_inset
2593
2594 .
2595 \end_layout
2596
2597 \begin_layout Standard
2598 \begin_inset Float table
2599 placement h
2600 wide false
2601 sideways false
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 \begin_inset Caption
2606
2607 \begin_layout Plain Layout
2608 \begin_inset CommandInset label
2609 LatexCommand label
2610 name "tab:una tabla flotante"
2611
2612 \end_inset
2613
2614 Una tabla flotante.
2615 \end_layout
2616
2617 \end_inset
2618
2619
2620 \end_layout
2621
2622 \begin_layout Plain Layout
2623 \align center
2624 \begin_inset Tabular
2625 <lyxtabular version="3" rows="3" columns="3">
2626 <features tabularvalignment="middle">
2627 <column alignment="center" valignment="top" width="0pt">
2628 <column alignment="center" valignment="top" width="0pt">
2629 <column alignment="center" valignment="top" width="0pt">
2630 <row>
2631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2632 \begin_inset Text
2633
2634 \begin_layout Plain Layout
2635
2636 \family roman
2637 \series medium
2638 \shape up
2639 \size normal
2640 \emph off
2641 \bar no
2642 \noun off
2643 \color none
2644 1
2645 \end_layout
2646
2647 \end_inset
2648 </cell>
2649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2650 \begin_inset Text
2651
2652 \begin_layout Plain Layout
2653
2654 \family roman
2655 \series medium
2656 \shape up
2657 \size normal
2658 \emph off
2659 \bar no
2660 \noun off
2661 \color none
2662 2
2663 \end_layout
2664
2665 \end_inset
2666 </cell>
2667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2668 \begin_inset Text
2669
2670 \begin_layout Plain Layout
2671
2672 \family roman
2673 \series medium
2674 \shape up
2675 \size normal
2676 \emph off
2677 \bar no
2678 \noun off
2679 \color none
2680 3
2681 \end_layout
2682
2683 \end_inset
2684 </cell>
2685 </row>
2686 <row>
2687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2688 \begin_inset Text
2689
2690 \begin_layout Plain Layout
2691
2692 \family roman
2693 \series medium
2694 \shape up
2695 \size normal
2696 \emph off
2697 \bar no
2698 \noun off
2699 \color none
2700 Pepe
2701 \end_layout
2702
2703 \end_inset
2704 </cell>
2705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2706 \begin_inset Text
2707
2708 \begin_layout Plain Layout
2709
2710 \family roman
2711 \series medium
2712 \shape up
2713 \size normal
2714 \emph off
2715 \bar no
2716 \noun off
2717 \color none
2718 Mari
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727
2728 \family roman
2729 \series medium
2730 \shape up
2731 \size normal
2732 \emph off
2733 \bar no
2734 \noun off
2735 \color none
2736 Teo
2737 \end_layout
2738
2739 \end_inset
2740 </cell>
2741 </row>
2742 <row>
2743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2744 \begin_inset Text
2745
2746 \begin_layout Plain Layout
2747
2748 \family roman
2749 \series medium
2750 \shape up
2751 \size normal
2752 \emph off
2753 \bar no
2754 \noun off
2755 \color none
2756 \begin_inset Formula $\int x^{2}dx$
2757 \end_inset
2758
2759
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768
2769 \family roman
2770 \series medium
2771 \shape up
2772 \size normal
2773 \emph off
2774 \bar no
2775 \noun off
2776 \color none
2777 \begin_inset Formula $\left[\begin{array}{cc}
2778 a & b\\
2779 c & d
2780 \end{array}\right]$
2781 \end_inset
2782
2783
2784 \end_layout
2785
2786 \end_inset
2787 </cell>
2788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2789 \begin_inset Text
2790
2791 \begin_layout Plain Layout
2792
2793 \family roman
2794 \series medium
2795 \shape up
2796 \size normal
2797 \emph off
2798 \bar no
2799 \noun off
2800 \color none
2801 \begin_inset Formula $1+1=2$
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 </row>
2810 </lyxtabular>
2811
2812 \end_inset
2813
2814
2815 \end_layout
2816
2817 \end_inset
2818
2819
2820 \end_layout
2821
2822 \begin_layout Standard
2823 Las tablas flotantes pueden insertarse con el menú 
2824 \family sans
2825 Insertar\SpecialChar \menuseparator
2826 Flotante\SpecialChar \menuseparator
2827 Tabla
2828 \family default
2829  o con el botón 
2830 \begin_inset Graphics
2831         filename ../../images/float-insert_table.png
2832         scale 85
2833
2834 \end_inset
2835
2836 .
2837 \end_layout
2838
2839 \begin_layout Standard
2840 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2841 \begin_inset space ~
2842 \end_inset
2843
2844 #:» (# es el número actual).
2845  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2846  Para insertar una tabla en el flotante se sitúa el cursor al final del
2847  texto del encabezado y se pulsa 
2848 \family sans
2849 Entrar
2850 \family default
2851 .
2852  La leyenda se imprime encima de la tabla.
2853 \end_layout
2854
2855 \begin_layout Standard
2856 La tabla
2857 \begin_inset space ~
2858 \end_inset
2859
2860
2861 \begin_inset CommandInset ref
2862 LatexCommand ref
2863 reference "tab:una tabla flotante"
2864
2865 \end_inset
2866
2867  es un ejemplo de tabla flotante.
2868 \end_layout
2869
2870 \begin_layout Standard
2871 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2872  no es soportado en las clases estándar de LaTeX.
2873  Esto significa que si estás usando las clases de documento 
2874 \family sans
2875 article
2876 \family default
2877
2878 \family sans
2879 book
2880 \family default
2881
2882 \family sans
2883 letter
2884 \family default
2885  o 
2886 \family sans
2887 report
2888 \family default
2889  no habrá espacio entre la leyenda y la tabla.
2890  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2891  del documento la siguiente opción al comando del paquete LaTeX 
2892 \series bold
2893 caption
2894 \series default
2895
2896 \begin_inset Index idx
2897 status collapsed
2898
2899 \begin_layout Plain Layout
2900 LaTeX-paquetes ! caption
2901 \end_layout
2902
2903 \end_inset
2904
2905 :
2906 \begin_inset Foot
2907 status collapsed
2908
2909 \begin_layout Plain Layout
2910 Para más información ve a la sección
2911 \begin_inset space ~
2912 \end_inset
2913
2914
2915 \begin_inset CommandInset ref
2916 LatexCommand ref
2917 reference "sec:Colocación-de-leyendas"
2918
2919 \end_inset
2920
2921 .
2922 \end_layout
2923
2924 \end_inset
2925
2926
2927 \end_layout
2928
2929 \begin_layout Standard
2930
2931 \series bold
2932 tableposition=top
2933 \end_layout
2934
2935 \begin_layout Standard
2936 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2937 \series bold
2938 caption
2939 \series default
2940  como se describe en la sección
2941 \begin_inset space ~
2942 \end_inset
2943
2944
2945 \begin_inset CommandInset ref
2946 LatexCommand ref
2947 reference "sec:Formato-de-leyendas"
2948
2949 \end_inset
2950
2951 .
2952  
2953 \end_layout
2954
2955 \begin_layout Standard
2956 \begin_inset Index idx
2957 status collapsed
2958
2959 \begin_layout Plain Layout
2960 Referencias ! a tablas
2961 \end_layout
2962
2963 \end_inset
2964
2965 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2966  etiqueta.
2967  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2968 \family sans
2969 Insertar\SpecialChar \menuseparator
2970 Etiqueta
2971 \family default
2972  o con el botón 
2973 \begin_inset Graphics
2974         filename ../../images/label-insert.png
2975         scale 85
2976
2977 \end_inset
2978
2979 .
2980  Ahora puedes referenciar la etiqueta con el menú 
2981 \family sans
2982 Insertar\SpecialChar \menuseparator
2983 Referencia
2984 \begin_inset space ~
2985 \end_inset
2986
2987 cruzada
2988 \family default
2989  o con el botón 
2990 \begin_inset Graphics
2991         filename ../../images/dialog-show-new-inset_ref.png
2992         scale 85
2993
2994 \end_inset
2995
2996 .
2997 \begin_inset Newline newline
2998 \end_inset
2999
3000 Las referencias se explican con detalle en la sección
3001 \begin_inset space ~
3002 \end_inset
3003
3004
3005 \begin_inset CommandInset ref
3006 LatexCommand ref
3007 reference "sec:Referencias-a-Flotantes"
3008
3009 \end_inset
3010
3011 .
3012 \end_layout
3013
3014 \begin_layout Section
3015 Tablas largas
3016 \begin_inset CommandInset label
3017 LatexCommand label
3018 name "sec:Tablas-Largas"
3019
3020 \end_inset
3021
3022
3023 \begin_inset Index idx
3024 status collapsed
3025
3026 \begin_layout Plain Layout
3027 Tablas largas
3028 \end_layout
3029
3030 \end_inset
3031
3032
3033 \begin_inset Index idx
3034 status collapsed
3035
3036 \begin_layout Plain Layout
3037 Tablas ! Largas|see
3038 \begin_inset ERT
3039 status collapsed
3040
3041 \begin_layout Plain Layout
3042
3043 {
3044 \end_layout
3045
3046 \end_inset
3047
3048 Tablas largas
3049 \begin_inset ERT
3050 status collapsed
3051
3052 \begin_layout Plain Layout
3053
3054 }
3055 \end_layout
3056
3057 \end_inset
3058
3059
3060 \end_layout
3061
3062 \end_inset
3063
3064
3065 \end_layout
3066
3067 \begin_layout Standard
3068 Si la tabla es demasiado larga para una página, puedes usar la opción 
3069 \family sans
3070 Usar
3071 \begin_inset space ~
3072 \end_inset
3073
3074 tabla
3075 \begin_inset space ~
3076 \end_inset
3077
3078 larga
3079 \family default
3080  en la solapa 
3081 \family sans
3082 Tabla
3083 \begin_inset space ~
3084 \end_inset
3085
3086 larga
3087 \family default
3088  del diálogo de tablas, para repartir automáticamente la tabla en varias
3089  páginas.
3090  Al hacerlo se habilitan las siguientes opciones:
3091 \end_layout
3092
3093 \begin_layout Description
3094 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3095  las páginas de la tabla, excepto para la primera página si 
3096 \family sans
3097 Primer
3098 \begin_inset space ~
3099 \end_inset
3100
3101 encabezado
3102 \family default
3103  está definido.
3104  Este se denomina encabezado principal.
3105 \end_layout
3106
3107 \begin_layout Description
3108 Primer
3109 \begin_inset space ~
3110 \end_inset
3111
3112 encabezado: La fila actual se define como encabezado de la primera página
3113  de la tabla.
3114 \end_layout
3115
3116 \begin_layout Description
3117 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3118  de la tabla, excepto para la última página si se define 
3119 \family sans
3120 Último
3121 \begin_inset space ~
3122 \end_inset
3123
3124 pie.
3125 \end_layout
3126
3127 \begin_layout Description
3128 Último
3129 \begin_inset space ~
3130 \end_inset
3131
3132 pie:
3133 \family sans
3134  
3135 \family default
3136 La fila actual se define como pie de la última página de la tabla.
3137 \end_layout
3138
3139 \begin_layout Description
3140 Leyenda: La fila actual contiene la leyenda de la tabla.
3141  La primera fila se reajusta como columna única y se inserta una leyenda.
3142  Más detalles sobre leyendas en tablas largas en la sec.
3143 \begin_inset space \thinspace{}
3144 \end_inset
3145
3146
3147 \begin_inset CommandInset ref
3148 LatexCommand ref
3149 reference "sub:Leyendas-en-Tablas"
3150
3151 \end_inset
3152
3153 .
3154 \end_layout
3155
3156 \begin_layout Standard
3157 También se puede especificar en el diálogo en qué fila se ha de cortar la
3158  tabla.
3159  La siguiente tabla muestra cómo funciona:
3160 \end_layout
3161
3162 \begin_layout Standard
3163
3164 \end_layout
3165
3166 \begin_layout Standard
3167 \align center
3168 \begin_inset Tabular
3169 <lyxtabular version="3" rows="69" columns="3">
3170 <features islongtable="true" longtabularalignment="center">
3171 <column alignment="left" valignment="top" width="0cm">
3172 <column alignment="left" valignment="top" width="0pt">
3173 <column alignment="right" valignment="top" width="0pt">
3174 <row endfirsthead="true">
3175 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Plain Layout
3179
3180 \series bold
3181 Ejemplo de lista telefónica (ignore los nombres)
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 </row>
3205 <row endfirsthead="true">
3206 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3207 \begin_inset Text
3208
3209 \begin_layout Plain Layout
3210
3211 \series bold
3212 NOMBRE
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230
3231 \series bold
3232 TEL.
3233 \end_layout
3234
3235 \end_inset
3236 </cell>
3237 </row>
3238 <row endhead="true">
3239 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243
3244 \series bold
3245 Ejemplo de lista telefónica
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 </row>
3269 <row endhead="true">
3270 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274
3275 \series bold
3276 NOMBRE
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \series bold
3296 TEL.
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 </row>
3302 <row endfoot="true">
3303 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307  continúa en la página siguiente
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 </row>
3331 <row>
3332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \series bold
3338 Annovi
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell alignment="center" valignment="top" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347 Silvia
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356 111
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 <row>
3363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \series bold
3369 Bertoli
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378 Stefano
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387 111
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 </row>
3393 <row>
3394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398
3399 \series bold
3400 Bozzi
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell alignment="center" valignment="top" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 Walter
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418 111
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 </row>
3424 <row>
3425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429
3430 \series bold
3431 Cachia
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440 Maria
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449 111
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 </row>
3455 <row>
3456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460
3461 \series bold
3462 Cachia
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell alignment="center" valignment="top" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471 Maurizio
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480 111
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 </row>
3486 <row>
3487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491
3492 \series bold
3493 Cinquemani
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 Giusi
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511 111
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 </row>
3517 <row>
3518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522
3523 \series bold
3524 Colin
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 Bernard
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542 111
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 </row>
3548 <row>
3549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553
3554 \series bold
3555 Concli
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 Gianfranco
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 111
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 </row>
3579 <row>
3580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584
3585 \series bold
3586 Dal Bosco
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595 Carolina
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604 111
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 </row>
3610 <row>
3611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615
3616 \series bold
3617 Dalpiaz
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 Annamaria
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 111
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 </row>
3641 <row>
3642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646
3647 \series bold
3648 Feliciello
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 Domenico
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666 111
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 </row>
3672 <row>
3673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677
3678 \series bold
3679 Focarelli
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 Paola
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697 111
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 </row>
3703 <row>
3704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708
3709 \series bold
3710 Galletti
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 Oreste
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 111
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 <row>
3735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739
3740 \series bold
3741 Gasparini
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 Franca
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759 111
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 </row>
3765 <row>
3766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770
3771 \series bold
3772 Rizzardi
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 Paola
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790 111
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 </row>
3796 <row>
3797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801
3802 \series bold
3803 Lassini
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 Giancarlo
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821 111
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 </row>
3827 <row>
3828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832
3833 \series bold
3834 Malfatti
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 Luciano
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852 111
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 </row>
3858 <row>
3859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863
3864 \series bold
3865 Malfatti
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 Valeriano
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883 111
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 </row>
3889 <row>
3890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894
3895 \series bold
3896 Meneguzzo
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 Roberto
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914 111
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 </row>
3920 <row>
3921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925
3926 \series bold
3927 Mezzadra
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 Roberto
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945 111
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 </row>
3951 <row>
3952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956
3957 \series bold
3958 Pirpamer
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 Erich
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 111
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 </row>
3982 <row>
3983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987
3988 \series bold
3989 Pochiesa
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 Paolo
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 111, 222
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 </row>
4013 <row>
4014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018
4019 \series bold
4020 Radina
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 Claudio
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038 111
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 </row>
4044 <row>
4045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049
4050 \series bold
4051 Stuffer
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 Oskar
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069 111
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 </row>
4075 <row>
4076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080
4081 \series bold
4082 Tacchelli
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 Ugo
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 111
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 </row>
4106 <row>
4107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111
4112 \series bold
4113 Tezzele
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 Margit
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131 111
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 </row>
4137 <row>
4138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142
4143 \series bold
4144 Unterkalmsteiner
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Frieda
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 111
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 </row>
4168 <row>
4169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173
4174 \series bold
4175 Vieider
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 Hilde
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 111
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \series bold
4206 Vigna
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 Jürgen
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 111
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \series bold
4237 Weber
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 Maurizio
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 111
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row>
4262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \series bold
4268 Winkler
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 Franz
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 111
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297  
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 </row>
4321 <row>
4322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326
4327 \series bold
4328 Annovi
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 Silvia
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346 555
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 </row>
4352 <row>
4353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357
4358 \series bold
4359 Bertoli
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 Stefano
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 555
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 </row>
4383 <row>
4384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388
4389 \series bold
4390 Bozzi
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 Walter
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 555
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 </row>
4414 <row>
4415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419
4420 \series bold
4421 Cachia
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 Maria
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439 555
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 </row>
4445 <row>
4446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450
4451 \series bold
4452 Cachia
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 Maurizio
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470 555
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 </row>
4476 <row>
4477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481
4482 \series bold
4483 Cinquemani
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 Giusi
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501 555
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 </row>
4507 <row>
4508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512
4513 \series bold
4514 Colin
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 Bernard
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532 555
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 </row>
4538 <row>
4539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543
4544 \series bold
4545 Concli
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 Gianfranco
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 555
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 </row>
4569 <row>
4570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574
4575 \series bold
4576 Dal Bosco
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 Carolina
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594 555
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 </row>
4600 <row>
4601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605
4606 \series bold
4607 Dalpiaz
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 Annamaria
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 555
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 </row>
4631 <row>
4632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636
4637 \series bold
4638 Feliciello
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 Domenico
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 555
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 </row>
4662 <row>
4663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667
4668 \series bold
4669 Focarelli
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 Paola
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687 555
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 </row>
4693 <row>
4694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698
4699 \series bold
4700 Galletti
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 Oreste
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 555
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 </row>
4724 <row>
4725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729
4730 \series bold
4731 Gasparini
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 Franca
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749 555
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 </row>
4755 <row>
4756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760
4761 \series bold
4762 Rizzardi
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 Paola
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780 555
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 </row>
4786 <row>
4787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791
4792 \series bold
4793 Lassini
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 Giancarlo
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811 555
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 </row>
4817 <row>
4818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822
4823 \series bold
4824 Malfatti
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 Luciano
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842 555
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 </row>
4848 <row>
4849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853
4854 \series bold
4855 Malfatti
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 Valeriano
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873 555
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 <row>
4880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884
4885 \series bold
4886 Meneguzzo
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 Roberto
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904 555
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 </row>
4910 <row>
4911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915
4916 \series bold
4917 Mezzadra
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 Roberto
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935 555
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 </row>
4941 <row>
4942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946
4947 \series bold
4948 Pirpamer
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 Erich
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966 555
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 </row>
4972 <row>
4973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977
4978 \series bold
4979 Pochiesa
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 Paolo
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997 555, 222
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 </row>
5003 <row>
5004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008
5009 \series bold
5010 Radina
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 Claudio
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 555
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 </row>
5034 <row>
5035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039
5040 \series bold
5041 Stuffer
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 Oskar
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059 555
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 </row>
5065 <row>
5066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070
5071 \series bold
5072 Tacchelli
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 Ugo
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090 555
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 </row>
5096 <row>
5097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101
5102 \series bold
5103 Tezzele
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 Margit
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121 555
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 </row>
5127 <row>
5128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132
5133 \series bold
5134 Unterkalmsteiner
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 Frieda
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152 555
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 </row>
5158 <row>
5159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163
5164 \series bold
5165 Vieider
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 Hilde
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183 555
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 <row>
5190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \series bold
5196 Vigna
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Jürgen
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214 999
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 </row>
5220 <row>
5221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225
5226 \series bold
5227 Weber
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 Maurizio
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245 555
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 </row>
5251 <row>
5252 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256
5257 \series bold
5258 Winkler
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 Franz
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276 555
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row endlastfoot="true">
5283 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287 fin
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 </row>
5311 </lyxtabular>
5312
5313 \end_inset
5314
5315
5316 \begin_inset ERT
5317 status collapsed
5318
5319 \begin_layout Plain Layout
5320
5321
5322 \backslash
5323 addtocounter{table}{-1}
5324 \end_layout
5325
5326 \end_inset
5327
5328
5329 \begin_inset Note Note
5330 status collapsed
5331
5332 \begin_layout Plain Layout
5333 Para comprender el uso de este comando, lee al final de la sección
5334 \begin_inset space ~
5335 \end_inset
5336
5337
5338 \begin_inset CommandInset ref
5339 LatexCommand ref
5340 reference "sub:Leyendas-en-Tablas"
5341
5342 \end_inset
5343
5344  la primera nota resaltada en gris.
5345  
5346 \end_layout
5347
5348 \end_inset
5349
5350
5351 \end_layout
5352
5353 \begin_layout Subsection
5354 Notas al pie en tablas largas
5355 \begin_inset CommandInset label
5356 LatexCommand label
5357 name "sub:Notas-al-pie-en-Tablas-Largas"
5358
5359 \end_inset
5360
5361
5362 \begin_inset Index idx
5363 status collapsed
5364
5365 \begin_layout Plain Layout
5366 Tablas largas ! Notas al pie
5367 \end_layout
5368
5369 \end_inset
5370
5371
5372 \end_layout
5373
5374 \begin_layout Standard
5375 Se pueden insertar notas al pie en cada celda de una tabla larga.
5376  Las notas se muestran en la parte inferior de la página en la que esté
5377  la celda con la nota.
5378  La tabla
5379 \begin_inset space ~
5380 \end_inset
5381
5382
5383 \begin_inset CommandInset ref
5384 LatexCommand ref
5385 reference "tab:DifLeyendas"
5386
5387 \end_inset
5388
5389  tiene un ejemplo de nota al pie.
5390 \end_layout
5391
5392 \begin_layout Subsection
5393 Alineación de tablas largas
5394 \begin_inset Index idx
5395 status collapsed
5396
5397 \begin_layout Plain Layout
5398 Tablas largas ! Alineación
5399 \end_layout
5400
5401 \end_inset
5402
5403
5404 \end_layout
5405
5406 \begin_layout Standard
5407 La alineación horizontal de tablas largas se puede establecer en el diálogo
5408  de configuración de tablas.
5409  Para las alineaciones izquierda y derecha la tabla irá al borde de la página.
5410  Para poner espacio entre la tabla y el borde hay que poner la alineación
5411  al centro y cambiar el valor de las longitudes 
5412 \series bold
5413
5414 \backslash
5415 LTleft
5416 \series default
5417  y 
5418 \series bold
5419
5420 \backslash
5421 LTright 
5422 \series default
5423 insertando la línea siguiente en código TeX antes de la correspondiente
5424  tabla larga:
5425 \end_layout
5426
5427 \begin_layout Standard
5428
5429 \series bold
5430
5431 \backslash
5432 setlength{
5433 \backslash
5434 LTleft}{valor}
5435 \end_layout
5436
5437 \begin_layout Standard
5438 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5439 \begin_inset space ~
5440 \end_inset
5441
5442
5443 \begin_inset CommandInset ref
5444 LatexCommand ref
5445 reference "tab:Unidades"
5446
5447 \end_inset
5448
5449 .
5450  
5451 \series bold
5452
5453 \backslash
5454 LTlent 
5455 \series default
5456 controla la distancia entre el borde izquierdo de la página y la tabla.
5457  
5458 \series bold
5459
5460 \backslash
5461 LTright 
5462 \series default
5463 la distancia desde el lado derecho.
5464  El valor predeterminado para ambas longitudes es 
5465 \series bold
5466
5467 \backslash
5468 fill
5469 \series default
5470 , que en este caso es lo mismo que un relleno horizontal en LyX.
5471 \end_layout
5472
5473 \begin_layout Standard
5474 La siguiente tabla larga se ha alineado centrada y 
5475 \series bold
5476
5477 \backslash
5478 LTleft
5479 \series default
5480  establecido en 
5481 \family sans
5482 0.1
5483 \backslash
5484 columnwidth
5485 \family default
5486 :
5487 \begin_inset ERT
5488 status collapsed
5489
5490 \begin_layout Plain Layout
5491
5492
5493 \backslash
5494 setlength{
5495 \backslash
5496 LTleft}{0.1
5497 \backslash
5498 columnwidth}
5499 \end_layout
5500
5501 \end_inset
5502
5503
5504 \end_layout
5505
5506 \begin_layout Standard
5507 \begin_inset Tabular
5508 <lyxtabular version="3" rows="5" columns="5">
5509 <features islongtable="true" longtabularalignment="center">
5510 <column alignment="center" valignment="top" width="0">
5511 <column alignment="center" valignment="top" width="0">
5512 <column alignment="center" valignment="top" width="0">
5513 <column alignment="center" valignment="top" width="0">
5514 <column alignment="center" valignment="top" width="0">
5515 <row>
5516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 1
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 2
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Plain Layout
5538 3
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 4
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 5
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 </row>
5562 <row>
5563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 asd
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 s
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 s
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 s
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 asd
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 asd
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 s
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 s
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 s
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 asd
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 </row>
5656 <row>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 asd
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 s
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 s
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 s
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 asd
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 asd
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 asd
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 asd
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 asd
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 asd
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 </row>
5750 </lyxtabular>
5751
5752 \end_inset
5753
5754
5755 \begin_inset ERT
5756 status collapsed
5757
5758 \begin_layout Plain Layout
5759
5760
5761 \backslash
5762 setlength{
5763 \backslash
5764 LTleft}{
5765 \backslash
5766 fill}
5767 \end_layout
5768
5769 \end_inset
5770
5771
5772 \begin_inset ERT
5773 status collapsed
5774
5775 \begin_layout Plain Layout
5776
5777
5778 \backslash
5779 addtocounter{table}{-1}
5780 \end_layout
5781
5782 \end_inset
5783
5784
5785 \begin_inset Note Note
5786 status collapsed
5787
5788 \begin_layout Plain Layout
5789 Para comprender el uso de este comando, lee al final de la sección
5790 \begin_inset space ~
5791 \end_inset
5792
5793
5794 \begin_inset CommandInset ref
5795 LatexCommand ref
5796 reference "sub:Leyendas-en-Tablas"
5797
5798 \end_inset
5799
5800  la primera nota resaltada en gris.
5801  
5802 \end_layout
5803
5804 \end_inset
5805
5806
5807 \end_layout
5808
5809 \begin_layout Subsection
5810 Leyendas en tablas largas
5811 \begin_inset Index idx
5812 status collapsed
5813
5814 \begin_layout Plain Layout
5815 Tablas largas ! Leyendas
5816 \end_layout
5817
5818 \end_inset
5819
5820
5821 \begin_inset CommandInset label
5822 LatexCommand label
5823 name "sub:Leyendas-en-Tablas"
5824
5825 \end_inset
5826
5827
5828 \end_layout
5829
5830 \begin_layout Standard
5831 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5832  estar en una página.
5833  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5834  utilizando para una fila de una tabla larga la opción 
5835 \family sans
5836 Leyenda
5837 \family default
5838 , como se explica en la sec.
5839 \begin_inset space \thinspace{}
5840 \end_inset
5841
5842
5843 \begin_inset CommandInset ref
5844 LatexCommand ref
5845 reference "sec:Tablas-Largas"
5846
5847 \end_inset
5848
5849 .
5850  Sólo una fila puede contener la leyenda.
5851 \end_layout
5852
5853 \begin_layout Standard
5854 He aquí una pequeña tabla larga para mostrar cómo funciona:
5855 \end_layout
5856
5857 \begin_layout Standard
5858 \begin_inset Tabular
5859 <lyxtabular version="3" rows="6" columns="5">
5860 <features islongtable="true" longtabularalignment="center">
5861 <column alignment="center" valignment="top" width="0">
5862 <column alignment="center" valignment="top" width="0">
5863 <column alignment="center" valignment="top" width="0">
5864 <column alignment="center" valignment="top" width="0">
5865 <column alignment="center" valignment="top" width="0">
5866 <row caption="true">
5867 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 \begin_inset Caption
5872
5873 \begin_layout Plain Layout
5874 Tabla larga con leyenda
5875 \begin_inset Argument
5876 status collapsed
5877
5878 \begin_layout Plain Layout
5879 Tabla larga
5880 \end_layout
5881
5882 \end_inset
5883
5884
5885 \end_layout
5886
5887 \end_inset
5888
5889
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 <row>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 1
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 2
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 3
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 4
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 5
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 </row>
5978 <row>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 asd
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 s
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 s
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 s
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 asd
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 <row>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 asd
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 s
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 s
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 s
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 asd
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 </row>
6072 <row>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 asd
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 s
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 s
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 s
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 asd
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 </row>
6119 <row>
6120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 asd
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 asd
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 asd
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 asd
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 asd
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 </row>
6166 </lyxtabular>
6167
6168 \end_inset
6169
6170
6171 \end_layout
6172
6173 \begin_layout Standard
6174 \begin_inset VSpace medskip
6175 \end_inset
6176
6177
6178 \begin_inset Note Greyedout
6179 status open
6180
6181 \begin_layout Plain Layout
6182
6183 \series bold
6184 Nota
6185 \begin_inset space ~
6186 \end_inset
6187
6188 1:
6189 \series default
6190  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
6191  leyenda en alguna de ellas.
6192  Por esto podría suceder que, p.
6193 \begin_inset space \thinspace{}
6194 \end_inset
6195
6196 e., la tabla
6197 \begin_inset space ~
6198 \end_inset
6199
6200 2.4 siga a la tabla
6201 \begin_inset space ~
6202 \end_inset
6203
6204 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
6205  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
6206  en código TeX:
6207 \end_layout
6208
6209 \begin_layout Plain Layout
6210
6211 \series bold
6212
6213 \backslash
6214 addtocounter{table}{-1}
6215 \end_layout
6216
6217 \begin_layout Plain Layout
6218 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
6219  el siguiente código en el preámbulo del documento:
6220 \end_layout
6221
6222 \begin_layout Plain Layout
6223
6224 \series bold
6225
6226 \backslash
6227 let
6228 \backslash
6229 myEnd
6230 \backslash
6231 endlongtable
6232 \begin_inset Newline newline
6233 \end_inset
6234
6235
6236 \backslash
6237 renewcommand{
6238 \backslash
6239 endlongtable}{
6240 \backslash
6241 myEnd
6242 \backslash
6243 addtocounter{table}{-1}}
6244 \end_layout
6245
6246 \end_inset
6247
6248
6249 \end_layout
6250
6251 \begin_layout Standard
6252 \begin_inset Note Greyedout
6253 status open
6254
6255 \begin_layout Plain Layout
6256
6257 \series bold
6258 Nota
6259 \begin_inset space ~
6260 \end_inset
6261
6262 2:
6263 \series default
6264  Si utilizas 
6265 \series bold
6266 hyperref
6267 \series default
6268
6269 \begin_inset Index idx
6270 status collapsed
6271
6272 \begin_layout Plain Layout
6273 LaTeX-paquetes ! hyperref
6274 \end_layout
6275
6276 \end_inset
6277
6278  en las 
6279 \family sans
6280 Propiedades PDF 
6281 \family default
6282 del diálogo 
6283 \family sans
6284 Configuración del documento 
6285 \family default
6286 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6287  llevan siempre al principio del documento.
6288 \end_layout
6289
6290 \end_inset
6291
6292
6293 \end_layout
6294
6295 \begin_layout Subsubsection
6296 Referencias a tablas largas
6297 \begin_inset Index idx
6298 status collapsed
6299
6300 \begin_layout Plain Layout
6301 Tablas largas ! Referencias a
6302 \end_layout
6303
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \begin_layout Standard
6310 \begin_inset Tabular
6311 <lyxtabular version="3" rows="6" columns="5">
6312 <features islongtable="true" longtabularalignment="center">
6313 <column alignment="center" valignment="top" width="0">
6314 <column alignment="center" valignment="top" width="0">
6315 <column alignment="center" valignment="top" width="0">
6316 <column alignment="center" valignment="top" width="0">
6317 <column alignment="center" valignment="top" width="0">
6318 <row caption="true">
6319 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 \begin_inset Caption
6324
6325 \begin_layout Plain Layout
6326 Tabla larga referenciada
6327 \begin_inset CommandInset label
6328 LatexCommand label
6329 name "tab:RefEjemplo"
6330
6331 \end_inset
6332
6333
6334 \end_layout
6335
6336 \end_inset
6337
6338
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 <row>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 1
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 2
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 3
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 4
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 5
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 </row>
6427 <row>
6428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 asd
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 s
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 s
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 s
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 asd
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 </row>
6474 <row>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 asd
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 s
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 s
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 s
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 asd
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 </row>
6521 <row>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 asd
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 s
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 s
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 s
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 asd
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 </row>
6568 <row>
6569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 asd
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 sad
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 asd
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 asd
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 asd
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 </row>
6615 </lyxtabular>
6616
6617 \end_inset
6618
6619
6620 \end_layout
6621
6622 \begin_layout Standard
6623 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6624  
6625 \end_layout
6626
6627 \begin_layout Standard
6628 Esto es una referencia a la tabla
6629 \begin_inset space ~
6630 \end_inset
6631
6632
6633 \begin_inset CommandInset ref
6634 LatexCommand ref
6635 reference "tab:RefEjemplo"
6636
6637 \end_inset
6638
6639 .
6640 \end_layout
6641
6642 \begin_layout Standard
6643 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6644  del documento mediante el paquete LaTeX 
6645 \series bold
6646 caption
6647 \series default
6648
6649 \begin_inset Index idx
6650 status collapsed
6651
6652 \begin_layout Plain Layout
6653 LaTeX-paquetes ! caption
6654 \end_layout
6655
6656 \end_inset
6657
6658 , véase sección
6659 \begin_inset space ~
6660 \end_inset
6661
6662
6663 \begin_inset CommandInset ref
6664 LatexCommand ref
6665 reference "sec:Formato-de-leyendas"
6666
6667 \end_inset
6668
6669 .
6670 \end_layout
6671
6672 \begin_layout Subsubsection
6673 Anchura de la leyenda
6674 \begin_inset Index idx
6675 status collapsed
6676
6677 \begin_layout Plain Layout
6678 Tablas largas ! Anchura de la leyenda
6679 \end_layout
6680
6681 \end_inset
6682
6683
6684 \end_layout
6685
6686 \begin_layout Standard
6687 La anchura máxima de la leyenda se define por la longitud 
6688 \series bold
6689
6690 \backslash
6691 LTcapwidth
6692 \series default
6693 .
6694  Por omisión, su valor es 4
6695 \begin_inset space \thinspace{}
6696 \end_inset
6697
6698 in (4
6699 \begin_inset space ~
6700 \end_inset
6701
6702 pulgadas).
6703  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6704  en el propio documento antes de la tabla larga a la que deba afectar
6705 \end_layout
6706
6707 \begin_layout Standard
6708
6709 \series bold
6710
6711 \backslash
6712 setlength{
6713 \backslash
6714 LTcapwidth}{anchura}
6715 \end_layout
6716
6717 \begin_layout Standard
6718 donde la anchura puede ser una de las unidades listadas en el apéndice
6719 \begin_inset space ~
6720 \end_inset
6721
6722
6723 \begin_inset CommandInset ref
6724 LatexCommand ref
6725 reference "cap:Unidades-disponibles-en"
6726
6727 \end_inset
6728
6729 .
6730 \end_layout
6731
6732 \begin_layout Standard
6733 Las tablas siguientes muestran la diferencia:
6734 \end_layout
6735
6736 \begin_layout Standard
6737 \begin_inset Tabular
6738 <lyxtabular version="3" rows="6" columns="5">
6739 <features islongtable="true" longtabularalignment="center">
6740 <column alignment="center" valignment="top" width="0">
6741 <column alignment="center" valignment="top" width="0">
6742 <column alignment="center" valignment="top" width="0">
6743 <column alignment="center" valignment="top" width="0">
6744 <column alignment="center" valignment="top" width="0">
6745 <row caption="true">
6746 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 \begin_inset Caption
6751
6752 \begin_layout Plain Layout
6753 Leyenda larga completa con anchura predeterminada leyenda larga completa
6754  con anchura predeterminada
6755 \begin_inset Argument
6756 status collapsed
6757
6758 \begin_layout Plain Layout
6759 Leyenda con anchura predeterminada
6760 \end_layout
6761
6762 \end_inset
6763
6764
6765 \end_layout
6766
6767 \end_inset
6768
6769
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 </row>
6811 <row>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 1
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 2
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 3
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 4
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 5
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 </row>
6858 <row>
6859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 asd
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 s
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 s
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 s
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 asd
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 </row>
6905 <row>
6906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 asd
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 s
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 s
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 s
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 asd
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 </row>
6952 <row>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 asd
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 s
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 s
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 s
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 asd
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 </row>
6999 <row>
7000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 asd
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 sad
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 asd
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 asd
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 asd
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 </row>
7046 </lyxtabular>
7047
7048 \end_inset
7049
7050
7051 \end_layout
7052
7053 \begin_layout Standard
7054 \begin_inset ERT
7055 status collapsed
7056
7057 \begin_layout Plain Layout
7058
7059
7060 \backslash
7061 setlength{
7062 \backslash
7063 LTcapwidth}{5cm}
7064 \end_layout
7065
7066 \end_inset
7067
7068
7069 \begin_inset Tabular
7070 <lyxtabular version="3" rows="6" columns="5">
7071 <features islongtable="true" longtabularalignment="center">
7072 <column alignment="center" valignment="top" width="0">
7073 <column alignment="center" valignment="top" width="0">
7074 <column alignment="center" valignment="top" width="0">
7075 <column alignment="center" valignment="top" width="0">
7076 <column alignment="center" valignment="top" width="0">
7077 <row caption="true">
7078 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 \begin_inset Caption
7083
7084 \begin_layout Plain Layout
7085 Leyenda larga completa con una anchura de 5
7086 \begin_inset space \thinspace{}
7087 \end_inset
7088
7089 cm leyenda larga completa con una anchura de 5
7090 \begin_inset space \thinspace{}
7091 \end_inset
7092
7093 cm 
7094 \begin_inset Argument
7095 status collapsed
7096
7097 \begin_layout Plain Layout
7098 Leyenda con anchura
7099 \begin_inset space \thinspace{}
7100 \end_inset
7101
7102 =
7103 \begin_inset space \thinspace{}
7104 \end_inset
7105
7106 5
7107 \begin_inset space \thinspace{}
7108 \end_inset
7109
7110 cm
7111 \end_layout
7112
7113 \end_inset
7114
7115
7116 \end_layout
7117
7118 \end_inset
7119
7120
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 </row>
7162 <row>
7163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 1
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 2
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 3
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 4
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 5
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 </row>
7209 <row>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 asd
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 s
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 s
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 s
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 asd
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 </row>
7256 <row>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 asd
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 s
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 s
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 s
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 asd
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 </row>
7303 <row>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 asd
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 s
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 s
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 s
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 asd
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 </row>
7350 <row>
7351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 asd
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 sad
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 asd
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 asd
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 asd
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 </row>
7397 </lyxtabular>
7398
7399 \end_inset
7400
7401
7402 \begin_inset ERT
7403 status collapsed
7404
7405 \begin_layout Plain Layout
7406
7407
7408 \backslash
7409 setlength{
7410 \backslash
7411 LTcapwidth}{4in}
7412 \end_layout
7413
7414 \end_inset
7415
7416
7417 \end_layout
7418
7419 \begin_layout Standard
7420 \begin_inset Note Greyedout
7421 status collapsed
7422
7423 \begin_layout Plain Layout
7424
7425 \series bold
7426 Nota: 
7427 \series default
7428 Si se usa el paquete LaTeX 
7429 \series bold
7430 caption
7431 \series default
7432
7433 \begin_inset Index idx
7434 status collapsed
7435
7436 \begin_layout Plain Layout
7437 LaTeX-paquetes ! caption
7438 \end_layout
7439
7440 \end_inset
7441
7442 , como en este documento, para la leyenda se utiliza toda la anchura de
7443  la página cuando se deja el valor por omisión de 4
7444 \begin_inset space \thinspace{}
7445 \end_inset
7446
7447 in para 
7448 \series bold
7449
7450 \backslash
7451 LTcapwidth
7452 \series default
7453 .
7454  En este caso, para conseguir una leyenda de 4
7455 \begin_inset space \thinspace{}
7456 \end_inset
7457
7458 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7459 \begin_inset space \thinspace{}
7460 \end_inset
7461
7462 in, p.
7463 \begin_inset space \thinspace{}
7464 \end_inset
7465
7466 e.
7467  3.99
7468 \begin_inset space \thinspace{}
7469 \end_inset
7470
7471 in, o bien emplear el comando LaTeX 
7472 \series bold
7473
7474 \backslash
7475 captionsetup{width=valor}
7476 \series default
7477 , suministrado por el paquete 
7478 \series bold
7479 caption
7480 \series default
7481 .
7482 \end_layout
7483
7484 \end_inset
7485
7486
7487 \end_layout
7488
7489 \begin_layout Subsubsection
7490 Leyendas distintas para cada página
7491 \begin_inset Index idx
7492 status collapsed
7493
7494 \begin_layout Plain Layout
7495 Tablas largas ! Leyendas distintas para cada página
7496 \end_layout
7497
7498 \end_inset
7499
7500
7501 \end_layout
7502
7503 \begin_layout Standard
7504 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7505  de la leyenda de la primera página de la tabla, se insertan con el comando
7506  en código TeX
7507 \end_layout
7508
7509 \begin_layout Standard
7510
7511 \series bold
7512
7513 \backslash
7514 caption*{texto de la leyenda}
7515 \backslash
7516
7517 \backslash
7518 %
7519 \end_layout
7520
7521 \begin_layout Standard
7522 en una fila postiza que se marca como encabezado.
7523  La tabla
7524 \begin_inset space ~
7525 \end_inset
7526
7527
7528 \begin_inset CommandInset ref
7529 LatexCommand ref
7530 reference "tab:DifLeyendas"
7531
7532 \end_inset
7533
7534  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7535  no incluye número de tabla.
7536 \end_layout
7537
7538 \begin_layout Standard
7539 \align center
7540 \begin_inset Tabular
7541 <lyxtabular version="3" rows="59" columns="3">
7542 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7543 <column alignment="left" valignment="top" width="0cm">
7544 <column alignment="left" valignment="top" width="0pt">
7545 <column alignment="right" valignment="top" width="0pt">
7546 <row caption="true">
7547 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 \begin_inset Caption
7552
7553 \begin_layout Plain Layout
7554 Ejemplo de lista telefónica
7555 \begin_inset CommandInset label
7556 LatexCommand label
7557 name "tab:DifLeyendas"
7558
7559 \end_inset
7560
7561
7562 \begin_inset Argument
7563 status collapsed
7564
7565 \begin_layout Plain Layout
7566 Ejemplo de lista telefónica
7567 \end_layout
7568
7569 \end_inset
7570
7571
7572 \end_layout
7573
7574 \end_inset
7575
7576
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="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" 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 endfirsthead="true">
7601 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605
7606 \series bold
7607 Ejemplo de lista telefónica (ignore los nombres)
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="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="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 </row>
7631 <row endfirsthead="true">
7632 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \series bold
7638 NOMBRE
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="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \series bold
7658 TEL.
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 <row endhead="true">
7665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669 \begin_inset ERT
7670 status open
7671
7672 \begin_layout Plain Layout
7673
7674
7675 \backslash
7676 caption*{continúa Ejemplo de lista telefónica}
7677 \backslash
7678
7679 \backslash
7680 %
7681 \end_layout
7682
7683 \end_inset
7684
7685
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 </row>
7709 <row endhead="true">
7710 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714
7715 \series bold
7716 Ejemplo de lista telefónica
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 </row>
7740 <row endhead="true">
7741 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \series bold
7747 NOMBRE
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \series bold
7767 TEL.
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 </row>
7773 <row endfoot="true">
7774 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 continúa en página siguiente
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 </row>
7802 <row>
7803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807
7808 \series bold
7809 Annovi
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818 Silvia
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827 111
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 </row>
7833 <row>
7834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838
7839 \series bold
7840 Bertoli
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 Stefano
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858 111
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 </row>
7864 <row>
7865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \series bold
7871 Bozzi
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 Walter
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889 111
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 </row>
7895 <row>
7896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \series bold
7902 Cachia
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 Maria
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 111
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row>
7927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \series bold
7933 Cachia
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 Maurizio
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 111
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 </row>
7957 <row>
7958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962
7963 \series bold
7964 Cinquemani
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 Giusi
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 111
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 <row>
7989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \series bold
7995 Colin
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 Bernard
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 111
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \series bold
8026 Concli
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 Gianfranco
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 111
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 </row>
8050 <row>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \series bold
8057 Dal Bosco
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 Carolina
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 111
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \series bold
8088 Dalpiaz
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 Annamaria
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 111
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 <row>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \series bold
8119 Feliciello
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 Domenico
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 111
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \series bold
8150 Focarelli
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 Paola
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 111
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \series bold
8181 Galletti
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Oreste
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 111
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \series bold
8212 Gasparini
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 Franca
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 111
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \series bold
8243 Rizzardi
8244 \series default
8245
8246 \begin_inset Foot
8247 status collapsed
8248
8249 \begin_layout Plain Layout
8250 Ejemplo de nota a pie de página
8251 \end_layout
8252
8253 \end_inset
8254
8255
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 Paola
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 111
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \series bold
8286 Lassini
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 Giancarlo
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 111
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 <row>
8311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315
8316 \series bold
8317 Malfatti
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 Luciano
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 111
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 </row>
8341 <row>
8342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346
8347 \series bold
8348 Malfatti
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 Valeriano
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 111
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 <row>
8373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377
8378 \series bold
8379 Meneguzzo
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 Roberto
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 111
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 </row>
8403 <row>
8404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408
8409 \series bold
8410 Mezzadra
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 Roberto
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 111
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \series bold
8441 Pirpamer
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 Erich
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 111
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 </row>
8465 <row>
8466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470
8471 \series bold
8472 Pochiesa
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 Paolo
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 111, 222
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \series bold
8503 Radina
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 Claudio
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 111
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \series bold
8534 Stuffer
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 Oskar
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 111
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 <row>
8559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \series bold
8565 Tacchelli
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 Ugo
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 111
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 </row>
8589 <row>
8590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594
8595 \series bold
8596 Tezzele
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 Margit
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 111
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 </row>
8620 <row>
8621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625
8626 \series bold
8627 Unterkalmsteiner
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 Frieda
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 111
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 </row>
8651 <row>
8652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656
8657 \series bold
8658 Vieider
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 Hilde
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 111
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 </row>
8682 <row>
8683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687
8688 \series bold
8689 Vigna
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 Jürgen
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 111
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 </row>
8713 <row>
8714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718
8719 \series bold
8720 Weber
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 Maurizio
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 111
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 </row>
8744 <row>
8745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749
8750 \series bold
8751 Winkler
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 Franz
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 111
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 </row>
8775 <row>
8776 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780  
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 </row>
8804 <row>
8805 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809
8810 \series bold
8811 Annovi
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 Silvia
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 555
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 </row>
8835 <row>
8836 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840
8841 \series bold
8842 Bertoli
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 Stefano
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 555
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 </row>
8866 <row>
8867 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871
8872 \series bold
8873 Bozzi
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 Walter
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 555
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 <row>
8898 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902
8903 \series bold
8904 Cachia
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 Maria
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 555
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 </row>
8928 <row>
8929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933
8934 \series bold
8935 Cachia
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 Maurizio
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 555
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964
8965 \series bold
8966 Cinquemani
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 Giusi
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 555
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row>
8991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995
8996 \series bold
8997 Colin
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 Bernard
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 555
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 <row>
9022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026
9027 \series bold
9028 Concli
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 Gianfranco
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 555
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 <row>
9053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057
9058 \series bold
9059 Dal Bosco
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 Carolina
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 555
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \series bold
9090 Dalpiaz
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 Annamaria
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 555
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row>
9115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119
9120 \series bold
9121 Feliciello
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 Domenico
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 555
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 </row>
9145 <row>
9146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150
9151 \series bold
9152 Focarelli
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 Paola
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 555
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \series bold
9183 Galletti
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 Oreste
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 555
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212
9213 \series bold
9214 Gasparini
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 Franca
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 555
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row>
9239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243
9244 \series bold
9245 Rizzardi
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 Paola
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 555
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \series bold
9276 Lassini
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 Giancarlo
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 555
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 </row>
9300 <row>
9301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305
9306 \series bold
9307 Malfatti
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 Luciano
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 555
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \series bold
9338 Malfatti
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 Valeriano
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 555
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 </row>
9362 <row>
9363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367
9368 \series bold
9369 Meneguzzo
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 Roberto
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 555
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 </row>
9393 <row>
9394 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398
9399 \series bold
9400 Mezzadra
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 Roberto
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 555
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 </lyxtabular>
9425
9426 \end_inset
9427
9428
9429 \end_layout
9430
9431 \begin_layout Section
9432 Particularidades de las tablas largas
9433 \begin_inset CommandInset label
9434 LatexCommand label
9435 name "sec:Particularidades-tablas-largas"
9436
9437 \end_inset
9438
9439
9440 \end_layout
9441
9442 \begin_layout Subsection
9443 Cálculos
9444 \begin_inset Index idx
9445 status collapsed
9446
9447 \begin_layout Plain Layout
9448 Tablas largas ! Cálculos
9449 \end_layout
9450
9451 \end_inset
9452
9453
9454 \end_layout
9455
9456 \begin_layout Standard
9457 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9458  utilizando los denominados «trozos», que son partes de la tabla presentes
9459  en la memoria de LaTeX.
9460  El valor predeterminado está establecido a sólo 20 filas.
9461  Si estás usando tablas largas con muchas páginas, la generación del documento
9462  puede hacerse muy lenta.
9463  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9464  el siguiente comando en el preámbulo del documento:
9465 \end_layout
9466
9467 \begin_layout Standard
9468
9469 \series bold
9470
9471 \backslash
9472 setcounter{LTchunksize}{100}
9473 \end_layout
9474
9475 \begin_layout Subsection
9476 Flotantes y tablas largas
9477 \begin_inset Index idx
9478 status collapsed
9479
9480 \begin_layout Plain Layout
9481 Tablas largas ! Flotantes
9482 \end_layout
9483
9484 \end_inset
9485
9486
9487 \end_layout
9488
9489 \begin_layout Standard
9490 Podría haber problemas si un flotante aparece en la misma página donde comienza
9491  una tabla larga.
9492  Para evitarlo, añade un 
9493 \begin_inset Quotes fld
9494 \end_inset
9495
9496 salto de página limpia
9497 \begin_inset Quotes frd
9498 \end_inset
9499
9500  (menú 
9501 \family sans
9502 Insertar\SpecialChar \menuseparator
9503 Formato\SpecialChar \menuseparator
9504 Limpiar
9505 \begin_inset space ~
9506 \end_inset
9507
9508 página
9509 \family default
9510 ) antes de la tabla.
9511 \end_layout
9512
9513 \begin_layout Subsection
9514 Saltos de página forzados
9515 \begin_inset Index idx
9516 status collapsed
9517
9518 \begin_layout Plain Layout
9519 Tablas largas ! Saltos de página forzados
9520 \end_layout
9521
9522 \end_inset
9523
9524
9525 \end_layout
9526
9527 \begin_layout Standard
9528 Por omisión, las tablas sólo se cortan entre filas.
9529  Si tienes una celda con líneas múltiples y necesitas un salto de página
9530  dentro de la celda, inserta el comando de nueva línea «
9531 \series bold
9532
9533 \backslash
9534
9535 \backslash
9536
9537 \series default
9538 » en código TeX en el punto en que quieras cortar.
9539  Antes del comando «
9540 \series bold
9541
9542 \backslash
9543
9544 \backslash
9545
9546 \series default
9547 » debes insertar en código TeX tantos caracteres «
9548 \series bold
9549 &
9550 \series default
9551 » como columnas siguientes de la tabla.
9552  
9553 \series bold
9554 &
9555 \series default
9556  es el carácter para separar celdas.
9557  Escribe en código TeX después de cada 
9558 \series bold
9559 &
9560 \series default
9561  el contenido de la celda siguiente correspondiente y borra el contenido
9562  de esas celdas.
9563 \begin_inset Newline newline
9564 \end_inset
9565
9566 Detrás del comando 
9567 \series bold
9568
9569 \backslash
9570
9571 \backslash
9572
9573 \series default
9574 , inserta tantos 
9575 \series bold
9576 &
9577 \series default
9578  como columnas haya delante de la actual.
9579  En la tabla
9580 \begin_inset space ~
9581 \end_inset
9582
9583
9584 \begin_inset CommandInset ref
9585 LatexCommand ref
9586 reference "tab:Saltos de Página Forzados"
9587
9588 \end_inset
9589
9590  la celda que debería cortarse está en la segunda columna seguida de otra
9591  columna.
9592  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9593  de «
9594 \emph on
9595 Castelchiodato,
9596 \emph default
9597 »:
9598 \end_layout
9599
9600 \begin_layout Standard
9601
9602 \series bold
9603 & 111
9604 \backslash
9605
9606 \backslash
9607  
9608 \backslash
9609 newpage
9610 \begin_inset Newline newline
9611 \end_inset
9612
9613 &
9614 \end_layout
9615
9616 \begin_layout Standard
9617 El «111» en la tercera columna de la fila se ha borrado.
9618
9619 \series bold
9620  
9621 \backslash
9622 newpage 
9623 \series default
9624 es necesario solo si en esta posición debiera ir definitivamente un salto
9625  de página, de otro modo es sólamente una posibilidad de salto.
9626  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9627  superior pero quisieras una línea horizontal donde se corta la celda, usa
9628  este comando alternativo:
9629 \end_layout
9630
9631 \begin_layout Standard
9632
9633 \series bold
9634 & 111
9635 \backslash
9636
9637 \backslash
9638
9639 \begin_inset Newline newline
9640 \end_inset
9641
9642
9643 \backslash
9644 hline &
9645 \end_layout
9646
9647 \begin_layout Standard
9648 Cuando la celda a cortar está en la última columna, el comando
9649 \end_layout
9650
9651 \begin_layout Standard
9652
9653 \series bold
9654
9655 \backslash
9656 setlength{
9657 \backslash
9658 parfillskip}{0pt}
9659 \end_layout
9660
9661 \begin_layout Standard
9662 debe insertarse en código TeX al principio de la celda.
9663  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9664  aparecerá con toda su anchura.
9665 \end_layout
9666
9667 \begin_layout Standard
9668 \align center
9669 \begin_inset Tabular
9670 <lyxtabular version="3" rows="38" columns="3">
9671 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9672 <column alignment="left" valignment="top" width="0cm">
9673 <column alignment="left" valignment="top" width="3cm">
9674 <column alignment="right" valignment="top" width="0pt">
9675 <row caption="true">
9676 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680 \begin_inset Caption
9681
9682 \begin_layout Plain Layout
9683 Tabla con salto de página forzado en celda
9684 \begin_inset CommandInset label
9685 LatexCommand label
9686 name "tab:Saltos de Página Forzados"
9687
9688 \end_inset
9689
9690
9691 \begin_inset Argument
9692 status collapsed
9693
9694 \begin_layout Plain Layout
9695 Tabla con salto de página forzado en celda
9696 \end_layout
9697
9698 \end_inset
9699
9700
9701 \end_layout
9702
9703 \end_inset
9704
9705
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="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" 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 endfirsthead="true">
9730 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \series bold
9736 Ejemplo de lista telefónica (ignore los nombres)
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="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="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 </row>
9760 <row endfirsthead="true">
9761 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765
9766 \series bold
9767 NOMBRE
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="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785
9786 \series bold
9787 TEL.
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 </row>
9793 <row endhead="true">
9794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 \begin_inset ERT
9799 status collapsed
9800
9801 \begin_layout Plain Layout
9802
9803
9804 \backslash
9805 caption*{continúa Ejemplo de lista telefónica}
9806 \backslash
9807
9808 \backslash
9809 %
9810 \end_layout
9811
9812 \end_inset
9813
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 </row>
9838 <row endhead="true">
9839 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843  
9844 \series bold
9845 Ejemplo de lista telefónica
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 </row>
9869 <row endhead="true">
9870 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874
9875 \series bold
9876 NOMBRE
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894
9895 \series bold
9896 TEL.
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 </row>
9902 <row endfoot="true">
9903 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 continúa en página siguiente
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row>
9932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936
9937 \series bold
9938 Annovi
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 Silvia
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956 111
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 <row>
9963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \series bold
9969 Bertoli
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 Stefano
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 111
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row>
9994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \series bold
10000 Bozzi
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 Walter
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 111
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 </row>
10024 <row>
10025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \series bold
10031 Cachia
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 Maria
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049 111
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 </row>
10055 <row>
10056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \series bold
10062 Cachia
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 Maurizio
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 111
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 </row>
10086 <row>
10087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \series bold
10093 Cinquemani
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 Giusi
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 111
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 </row>
10117 <row>
10118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \series bold
10124 Colin
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 Bernard
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 111
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 </row>
10148 <row>
10149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \series bold
10155 Concli
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 Gianfranco
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 111
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 </row>
10179 <row>
10180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184
10185 \series bold
10186 Dal Bosco
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 Carolina
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 111
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 </row>
10210 <row>
10211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215
10216 \series bold
10217 Dalpiaz
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 Annamaria
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 111
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 </row>
10241 <row>
10242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246
10247 \series bold
10248 Feliciello
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 Domenico
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 111
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 </row>
10272 <row>
10273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277
10278 \series bold
10279 Focarelli
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 Paola
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 111
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 </row>
10303 <row>
10304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308
10309 \series bold
10310 Galletti
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 Oreste
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 111
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 <row>
10335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339
10340 \series bold
10341 Gasparini
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 Franca
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 111
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 </row>
10365 <row>
10366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370
10371 \series bold
10372 Lassini
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 Giancarlo
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \series bold
10403 Malfatti
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 Luciano
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 111
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 </row>
10427 <row>
10428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432
10433 \series bold
10434 Malfatti
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 Valeriano
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 111
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 </row>
10458 <row>
10459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463
10464 \series bold
10465 Meneguzzo
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 Roberto
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 111
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 </row>
10489 <row>
10490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494
10495 \series bold
10496 Mezzadra
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 Roberto
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 111
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 </row>
10520 <row>
10521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525
10526 \series bold
10527 Pirpamer
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 Erich
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 111
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 <row>
10552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \series bold
10558 Pochiesa
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 Paolo
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 111, 222
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \series bold
10589 Radina
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 Claudio
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 111
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 <row>
10614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618
10619 \series bold
10620 Rizzardi
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 Paolo, 11.
10630  Fürst von Montecompatri, 11.
10631  Fürst von Sulmona und Vivaro, 10.
10632  Fürst von Rossano, 5.
10633  Herzog von Canemorte, 11.
10634  Herzog von Palombara, 5.
10635  Herzog von Castelchiodato,
10636 \begin_inset ERT
10637 status open
10638
10639 \begin_layout Plain Layout
10640
10641 & 111
10642 \backslash
10643
10644 \backslash
10645  
10646 \backslash
10647 newpage
10648 \end_layout
10649
10650 \begin_layout Plain Layout
10651
10652 &
10653 \end_layout
10654
10655 \end_inset
10656
10657  11.
10658  Herzog von Poggionativo, 11.
10659  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10660  Graf von Valinfreda, 11.
10661  Baron von Cropalati, 11.
10662  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 111
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row>
10678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \series bold
10684 Stuffer
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 Oskar
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 111
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 <row>
10709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \series bold
10715 Tacchelli
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 Ugo
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 111
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \series bold
10746 Tezzele
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 Margit
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 111
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row>
10771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \series bold
10777 Unterkalmsteiner
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 Frieda
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 111
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 <row>
10802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \series bold
10808 Vieider
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 Hilde
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 111
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 <row>
10833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \series bold
10839 Vigna
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 Jürgen
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 111
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \series bold
10870 Weber
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 Maurizio
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 111
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Winkler
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Franz
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 </lyxtabular>
10926
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \begin_layout Section
10933 Líneas múltiples en columnas y filas
10934 \end_layout
10935
10936 \begin_layout Subsection
10937 Líneas múltiples en celdas
10938 \begin_inset CommandInset label
10939 LatexCommand label
10940 name "sub:Líneas-Múltiples-en"
10941
10942 \end_inset
10943
10944
10945 \begin_inset Index idx
10946 status collapsed
10947
10948 \begin_layout Plain Layout
10949 Lineas@Líneas múltiples en celdas
10950 \end_layout
10951
10952 \end_inset
10953
10954
10955 \begin_inset Index idx
10956 status collapsed
10957
10958 \begin_layout Plain Layout
10959 Tablas ! Saltos de línea
10960 \end_layout
10961
10962 \end_inset
10963
10964
10965 \end_layout
10966
10967 \begin_layout Standard
10968 \noindent
10969 \begin_inset Float table
10970 placement H
10971 wide false
10972 sideways false
10973 status open
10974
10975 \begin_layout Plain Layout
10976 \begin_inset Caption
10977
10978 \begin_layout Plain Layout
10979 \begin_inset CommandInset label
10980 LatexCommand label
10981 name "tab:Tabla-con-múltiples"
10982
10983 \end_inset
10984
10985 Tabla con líneas múltiples en celda
10986 \end_layout
10987
10988 \end_inset
10989
10990
10991 \end_layout
10992
10993 \begin_layout Plain Layout
10994 \align center
10995 \begin_inset Tabular
10996 <lyxtabular version="3" rows="3" columns="3">
10997 <features tabularvalignment="middle">
10998 <column alignment="center" valignment="middle" width="2.5cm">
10999 <column alignment="center" valignment="middle" width="0">
11000 <column alignment="center" valignment="middle" width="0">
11001 <row>
11002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 líneas
11007 \begin_inset Newline linebreak
11008 \end_inset
11009
11010 múltiples
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 b
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 c
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 </row>
11034 <row>
11035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 d
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 e
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 f
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 </row>
11063 <row>
11064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 g
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 h
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 i
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 </row>
11092 </lyxtabular>
11093
11094 \end_inset
11095
11096
11097 \end_layout
11098
11099 \end_inset
11100
11101
11102 \end_layout
11103
11104 \begin_layout Standard
11105 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11106  párrafos con varias líneas y guionado.
11107 \end_layout
11108
11109 \begin_layout Standard
11110 Para generar la tabla
11111 \begin_inset space ~
11112 \end_inset
11113
11114
11115 \begin_inset CommandInset ref
11116 LatexCommand ref
11117 reference "tab:Tabla-con-múltiples"
11118
11119 \end_inset
11120
11121 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
11122  En el diálogo que surge establece una anchura de 2.5
11123 \begin_inset space \thinspace{}
11124 \end_inset
11125
11126 cm y escoge centro en alineación vertical y horizontal.
11127  La alineación vertical se utiliza para todas las celdas de la fila.
11128  Como nuestro texto es menor de 2.5
11129 \begin_inset space \thinspace{}
11130 \end_inset
11131
11132 cm, sólo aparece una línea.
11133  Para poner dos añadimos un salto de línea justificado, (atajo 
11134 \family sans
11135 Ctrl+Mayúsculas+Entrar
11136 \family default
11137 ).
11138  Si el texto es más ancho que la celda será automáticamente dividido en
11139  líneas.
11140 \end_layout
11141
11142 \begin_layout Standard
11143 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11144  con guión si es la primera entrada.
11145  Por eso hay que insertar algo para que dicha palabra no sea la primera
11146  entrada: añade un espacio horizontal de 0
11147 \begin_inset space \thinspace{}
11148 \end_inset
11149
11150 pt delante de la palabra.
11151  Como el espacio es 0 la salida no cambia.
11152  El cuadro
11153 \begin_inset space ~
11154 \end_inset
11155
11156
11157 \begin_inset CommandInset ref
11158 LatexCommand ref
11159 reference "tab:Tabla-con-y"
11160
11161 \end_inset
11162
11163  muestra el efecto.
11164 \end_layout
11165
11166 \begin_layout Standard
11167 \begin_inset Float table
11168 placement b
11169 wide false
11170 sideways false
11171 status open
11172
11173 \begin_layout Plain Layout
11174 \begin_inset Caption
11175
11176 \begin_layout Plain Layout
11177 \begin_inset CommandInset label
11178 LatexCommand label
11179 name "tab:Tabla-con-y"
11180
11181 \end_inset
11182
11183 Tablas con y sin guión
11184 \end_layout
11185
11186 \end_inset
11187
11188
11189 \end_layout
11190
11191 \begin_layout Plain Layout
11192 \begin_inset space \hfill{}
11193 \end_inset
11194
11195
11196 \begin_inset Tabular
11197 <lyxtabular version="3" rows="3" columns="3">
11198 <features tabularvalignment="middle">
11199 <column alignment="center" valignment="middle" width="2.5cm">
11200 <column alignment="center" valignment="middle" width="0">
11201 <column alignment="center" valignment="middle" width="0">
11202 <row>
11203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 celdaconpalabramuylarga
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 b
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 c
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 </row>
11231 <row>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 d
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 e
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 f
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 </row>
11260 <row>
11261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 g
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 h
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 i
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 </row>
11289 </lyxtabular>
11290
11291 \end_inset
11292
11293
11294 \begin_inset space \hfill{}
11295 \end_inset
11296
11297
11298 \begin_inset Tabular
11299 <lyxtabular version="3" rows="3" columns="3">
11300 <features tabularvalignment="middle">
11301 <column alignment="center" valignment="middle" width="2.5cm">
11302 <column alignment="center" valignment="middle" width="0">
11303 <column alignment="center" valignment="middle" width="0">
11304 <row>
11305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309 \begin_inset space \hspace{}
11310 \length 0pt
11311 \end_inset
11312
11313 celdaconpalabramuylarga
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 b
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 c
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 </row>
11337 <row>
11338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 d
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 e
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 f
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 </row>
11366 <row>
11367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 g
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 h
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 i
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 </row>
11395 </lyxtabular>
11396
11397 \end_inset
11398
11399
11400 \begin_inset space \hfill{}
11401 \end_inset
11402
11403
11404 \end_layout
11405
11406 \end_inset
11407
11408
11409 \end_layout
11410
11411 \begin_layout Subsection
11412 Multicolumnas
11413 \begin_inset CommandInset label
11414 LatexCommand label
11415 name "sub:Multicolumnas"
11416
11417 \end_inset
11418
11419
11420 \begin_inset Index idx
11421 status collapsed
11422
11423 \begin_layout Plain Layout
11424 Multicolumnas
11425 \end_layout
11426
11427 \end_inset
11428
11429
11430 \begin_inset Index idx
11431 status collapsed
11432
11433 \begin_layout Plain Layout
11434 Tablas ! Multicolumnas
11435 \end_layout
11436
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \begin_layout Subsubsection
11443 Fundamentos de multicolumna
11444 \end_layout
11445
11446 \begin_layout Standard
11447 Para extender una celda sobre varias columnas, se marcan las celdas que
11448  se desee combinar y se usa el botón 
11449 \begin_inset Graphics
11450         filename ../../images/tabular-feature_multicolumn.png
11451         scale 85
11452
11453 \end_inset
11454
11455 , el menú 
11456 \family sans
11457 Editar\SpecialChar \menuseparator
11458 Tabla\SpecialChar \menuseparator
11459 Multicolumna
11460 \family default
11461 , o clic derecho sobre las celdas marcadas y elige 
11462 \family sans
11463 Multicolumna 
11464 \family default
11465 en el menú contextual.
11466 \end_layout
11467
11468 \begin_layout Standard
11469 Las multicolumnas tienen su propia configuración de celdas.
11470  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11471  multicolumna.
11472  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11473  última fila sin borde superior:
11474 \end_layout
11475
11476 \begin_layout Standard
11477 \align center
11478 \begin_inset Tabular
11479 <lyxtabular version="3" rows="3" columns="4">
11480 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11481 <column alignment="center" valignment="top" width="0pt">
11482 <column alignment="center" valignment="middle" width="0">
11483 <column alignment="center" valignment="top" width="0in">
11484 <column alignment="center" valignment="top" width="0pt">
11485 <row>
11486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490 abc
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 def ghi
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 jkl
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 <row>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528
11529 \family roman
11530 \series medium
11531 \shape up
11532 \size normal
11533 \emph off
11534 \bar no
11535 \noun off
11536 \color none
11537 A
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 B
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 C
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 D
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 </row>
11570 <row>
11571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 1
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 2
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 3
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 4
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 </row>
11608 </lyxtabular>
11609
11610 \end_inset
11611
11612
11613 \end_layout
11614
11615 \begin_layout Subsubsection
11616 Cálculos en multicolumnas
11617 \begin_inset CommandInset label
11618 LatexCommand label
11619 name "sub:Cálculos-en-Multicolumnas"
11620
11621 \end_inset
11622
11623
11624 \begin_inset Index idx
11625 status collapsed
11626
11627 \begin_layout Plain Layout
11628 Multicolumnas ! Cálculos
11629 \end_layout
11630
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \begin_layout Standard
11637 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11638  la anchura de celda de las columnas combinadas en la celda multicolumna.
11639 \end_layout
11640
11641 \begin_layout Standard
11642 \begin_inset Float table
11643 placement h
11644 wide false
11645 sideways false
11646 status open
11647
11648 \begin_layout Plain Layout
11649 \begin_inset Caption
11650
11651 \begin_layout Plain Layout
11652 \begin_inset CommandInset label
11653 LatexCommand label
11654 name "tab:Tabla-con-centrado"
11655
11656 \end_inset
11657
11658 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11659 te la mitad de anchura que la celda multicolumna
11660 \begin_inset Argument
11661 status collapsed
11662
11663 \begin_layout Plain Layout
11664 Tabla multicolumna perfecta
11665 \end_layout
11666
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \begin_layout Plain Layout
11678 \align center
11679 \begin_inset Tabular
11680 <lyxtabular version="3" rows="3" columns="3">
11681 <features tabularvalignment="middle">
11682 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11683 <column alignment="center" valignment="middle" width="0">
11684 <column alignment="center" valignment="top" width="0">
11685 <row>
11686 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 multicolumna línea múltiple
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 c
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 </row>
11714 <row>
11715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 d
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728 e
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 f
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 </row>
11743 <row>
11744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748 g
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 h
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11763 \begin_inset Text
11764
11765 \begin_layout Plain Layout
11766 i
11767 \end_layout
11768
11769 \end_inset
11770 </cell>
11771 </row>
11772 </lyxtabular>
11773
11774 \end_inset
11775
11776
11777 \end_layout
11778
11779 \end_inset
11780
11781
11782 \end_layout
11783
11784 \begin_layout Standard
11785 Por ejemplo, para crear la tabla
11786 \begin_inset space ~
11787 \end_inset
11788
11789
11790 \begin_inset CommandInset ref
11791 LatexCommand ref
11792 reference "tab:Tabla-con-centrado"
11793
11794 \end_inset
11795
11796 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11797  clic derecho.
11798  En el diálogo marca 
11799 \emph on
11800 multicolumna
11801 \emph default
11802
11803 \emph on
11804 alineación centro
11805 \emph default
11806  y una anchura de 2.5
11807 \begin_inset space \thinspace{}
11808 \end_inset
11809
11810 cm.
11811  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11812  de la celda multicolumna, así que deberías ajustar 1.25
11813 \begin_inset space \thinspace{}
11814 \end_inset
11815
11816 cm para la primera columna.
11817  La segunda columna tendrá entonces automáticamente 1.25
11818 \begin_inset space \thinspace{}
11819 \end_inset
11820
11821 cm de anchura.
11822  Para la tabla
11823 \begin_inset space ~
11824 \end_inset
11825
11826
11827 \begin_inset CommandInset ref
11828 LatexCommand ref
11829 reference "tab:Tabla-sin-mitad"
11830
11831 \end_inset
11832
11833  se ha procedido de la siguiente manera:
11834 \end_layout
11835
11836 \begin_layout Standard
11837 \begin_inset Float table
11838 wide false
11839 sideways false
11840 status open
11841
11842 \begin_layout Plain Layout
11843 \begin_inset Caption
11844
11845 \begin_layout Plain Layout
11846 \begin_inset CommandInset label
11847 LatexCommand label
11848 name "tab:Tabla-sin-mitad"
11849
11850 \end_inset
11851
11852 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11853  anchura que la celda multicolumna
11854 \begin_inset Argument
11855 status collapsed
11856
11857 \begin_layout Plain Layout
11858 Tabla multicolumna imperfecta
11859 \end_layout
11860
11861 \end_inset
11862
11863
11864 \end_layout
11865
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \begin_layout Plain Layout
11872 \align center
11873 \begin_inset Tabular
11874 <lyxtabular version="3" rows="3" columns="3">
11875 <features tabularvalignment="middle">
11876 <column alignment="center" valignment="top" width="1.25cm">
11877 <column alignment="center" valignment="top" width="0">
11878 <column alignment="center" valignment="top" width="0">
11879 <row>
11880 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 multicolumna línea múltiple
11885 \end_layout
11886
11887 \end_inset
11888 </cell>
11889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 c
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 </row>
11908 <row>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 d
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 e
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 f
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 </row>
11937 <row>
11938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 g
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 h
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 i
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 </row>
11966 </lyxtabular>
11967
11968 \end_inset
11969
11970
11971 \end_layout
11972
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \begin_layout Standard
11979 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11980 a, es un poco mayor.
11981  La razón es que la anchura dada para una celda 
11982 \begin_inset Formula $W_{g}$
11983 \end_inset
11984
11985  no es su anchura total 
11986 \begin_inset Formula $W_{\mathrm{tot}}$
11987 \end_inset
11988
11989  porque una celda es siempre algo mayor que la anchura dada.
11990  El apéndice
11991 \begin_inset space ~
11992 \end_inset
11993
11994
11995 \begin_inset CommandInset ref
11996 LatexCommand eqref
11997 reference "cap:Explicación-de-la-Ecuación"
11998
11999 \end_inset
12000
12001  lo explica con detalle.
12002 \end_layout
12003
12004 \begin_layout Standard
12005 La anchura dada 
12006 \begin_inset Formula $W_{g\, n}$
12007 \end_inset
12008
12009  necesaria para combinar 
12010 \emph on
12011 n
12012 \emph default
12013  columnas puede calcularse de manera que cada columna tenga una anchura
12014  total de 
12015 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12016 \end_inset
12017
12018 :
12019 \begin_inset Formula \begin{equation}
12020 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12021 \end{equation}
12022
12023 \end_inset
12024
12025
12026 \end_layout
12027
12028 \begin_layout Standard
12029 En nuestro caso tenemos 
12030 \begin_inset Formula $n=2$
12031 \end_inset
12032
12033
12034 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12035 \end_inset
12036
12037
12038 \begin_inset space \thinspace{}
12039 \end_inset
12040
12041 cm y los valores predeterminados para longitudes, así la ecuación
12042 \begin_inset space ~
12043 \end_inset
12044
12045
12046 \begin_inset CommandInset ref
12047 LatexCommand ref
12048 reference "eq:Wgn"
12049
12050 \end_inset
12051
12052  queda
12053 \begin_inset Formula \begin{equation}
12054 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12055 \end{equation}
12056
12057 \end_inset
12058
12059
12060 \end_layout
12061
12062 \begin_layout Standard
12063 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
12064  
12065 \series bold
12066 calc
12067 \series default
12068  con la línea
12069 \begin_inset Index idx
12070 status collapsed
12071
12072 \begin_layout Plain Layout
12073 LaTeX-paquetes ! calc
12074 \end_layout
12075
12076 \end_inset
12077
12078
12079 \end_layout
12080
12081 \begin_layout Standard
12082
12083 \series bold
12084
12085 \backslash
12086 usepackage{calc}
12087 \end_layout
12088
12089 \begin_layout Standard
12090 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12091  Por tanto hay que insertar un argumento LaTeX en el diálogo.
12092  He aquí un repaso de los argumentos:
12093 \end_layout
12094
12095 \begin_layout Itemize
12096
12097 \series bold
12098 p{ancho}
12099 \series default
12100  crea celdas con anchura fija, el texto alineado arriba
12101 \end_layout
12102
12103 \begin_layout Itemize
12104
12105 \series bold
12106 m{ancho}
12107 \series default
12108  crea celdas con anchura fija, el texto con alineación vertical centrada
12109  
12110 \end_layout
12111
12112 \begin_layout Itemize
12113
12114 \series bold
12115 b{ancho}
12116 \series default
12117  crea celdas con anchura fija, el texto alineado abajo
12118 \end_layout
12119
12120 \begin_layout Standard
12121 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12122  en el diálogo se ignoran.
12123 \end_layout
12124
12125 \begin_layout Standard
12126 \begin_inset Note Greyedout
12127 status open
12128
12129 \begin_layout Plain Layout
12130
12131 \series bold
12132 Nota:
12133 \series default
12134  Debido a un error, LyX muestra de todas formas estas propiedades.
12135 \end_layout
12136
12137 \end_inset
12138
12139  
12140 \end_layout
12141
12142 \begin_layout Standard
12143 El comando 
12144 \series bold
12145
12146 \backslash
12147 centering
12148 \series default
12149  centra horizontalmente el texto.
12150  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12151  columna extendida:
12152 \end_layout
12153
12154 \begin_layout Standard
12155
12156 \series bold
12157 >{
12158 \backslash
12159 centering}m{1.25cm-6.2pt}
12160 \end_layout
12161
12162 \begin_layout Standard
12163 El comando 
12164 \series bold
12165 >{ }
12166 \series default
12167  significa que los comandos entre llaves se aplican antes de crear la celda.
12168 \end_layout
12169
12170 \begin_layout Standard
12171 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12172 , aún está alineado a la izquierda.
12173  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12174  Así que para multicolumnas hemos de usar el argumento de LaTeX
12175 \end_layout
12176
12177 \begin_layout Standard
12178
12179 \series bold
12180 >{
12181 \backslash
12182 centering}m{2.5cm}
12183 \end_layout
12184
12185 \begin_layout Subsection
12186 Multifilas
12187 \begin_inset CommandInset label
12188 LatexCommand label
12189 name "sub:Multifilas"
12190
12191 \end_inset
12192
12193
12194 \begin_inset Index idx
12195 status collapsed
12196
12197 \begin_layout Plain Layout
12198 Multifilas
12199 \end_layout
12200
12201 \end_inset
12202
12203
12204 \begin_inset Index idx
12205 status collapsed
12206
12207 \begin_layout Plain Layout
12208 Tablas ! Multifilas
12209 \end_layout
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \begin_layout Standard
12217 Para extender una celda sobre varias filas, se marcan las celdas que se
12218  desee combinar y se usa el botón 
12219 \begin_inset Graphics
12220         filename ../../images/tabular-feature_multirow.png
12221         scale 85
12222         scaleBeforeRotation
12223
12224 \end_inset
12225
12226 , el menú 
12227 \family sans
12228 Editar\SpecialChar \menuseparator
12229 Tabla\SpecialChar \menuseparator
12230 Multifila
12231 \family default
12232 , o haz clic derecho sobre las celdas marcadas y elige 
12233 \family sans
12234 Multifila 
12235 \family default
12236 en el menú contextual.
12237 \end_layout
12238
12239 \begin_layout Standard
12240 Aquí hay un ejemplo de tabla con una multifila en la primera columna:
12241 \end_layout
12242
12243 \begin_layout Standard
12244 \align center
12245 \begin_inset Tabular
12246 <lyxtabular version="3" rows="3" columns="3">
12247 <features tabularvalignment="middle">
12248 <column alignment="center" valignment="top" width="0pt">
12249 <column alignment="center" valignment="top" width="0">
12250 <column alignment="center" valignment="top" width="0">
12251 <row>
12252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Plain Layout
12256 entrada en una celda larga
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12262 \begin_inset Text
12263
12264 \begin_layout Plain Layout
12265 b
12266 \end_layout
12267
12268 \end_inset
12269 </cell>
12270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12271 \begin_inset Text
12272
12273 \begin_layout Plain Layout
12274 c
12275 \end_layout
12276
12277 \end_inset
12278 </cell>
12279 </row>
12280 <row>
12281 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 multifila
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Plain Layout
12294 e
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12300 \begin_inset Text
12301
12302 \begin_layout Plain Layout
12303 f
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 </row>
12309 <row>
12310 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314
12315 \end_layout
12316
12317 \end_inset
12318 </cell>
12319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12320 \begin_inset Text
12321
12322 \begin_layout Plain Layout
12323 h
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12329 \begin_inset Text
12330
12331 \begin_layout Plain Layout
12332 i
12333 \end_layout
12334
12335 \end_inset
12336 </cell>
12337 </row>
12338 </lyxtabular>
12339
12340 \end_inset
12341
12342
12343 \end_layout
12344
12345 \begin_layout Standard
12346 La anchura de las celdas multifila se establece poniendo la anchura y la
12347  alineación para toda la columna.
12348  El 
12349 \family sans
12350 Desplazamiento vertical
12351 \family default
12352  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12353 gativo.
12354 \end_layout
12355
12356 \begin_layout Standard
12357 Si la columna de una celda multifila no tiene anchura explícita, la celda
12358  multifila hereda el alineamiento de la columna.
12359  Por otra parte, se alinea a la izquierda por omisión.
12360  Para cambiar esto renombra el comando 
12361 \series bold
12362
12363 \backslash
12364 multirowsetup
12365 \series default
12366  con el comando
12367 \end_layout
12368
12369 \begin_layout Standard
12370
12371 \series bold
12372
12373 \backslash
12374 renewcommand{
12375 \backslash
12376 multirowsetup}{
12377 \backslash
12378 centering}
12379 \end_layout
12380
12381 \begin_layout Standard
12382 en el preámbulo del documento.
12383  Entonces se centran todas las entradas de celdas multifila en el documento.
12384  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12385  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12386  Si el texto debe estar alineado a la derecha, reemplaza 
12387 \series bold
12388
12389 \backslash
12390 centering
12391 \series default
12392  por 
12393 \series bold
12394
12395 \backslash
12396 raggedleft
12397 \series default
12398 .
12399  Para volver a alineado a la izquierda usa 
12400 \series bold
12401
12402 \backslash
12403 raggedright
12404 \series default
12405 .
12406 \end_layout
12407
12408 \begin_layout Standard
12409 Este es un ejemplo de tabla con una celda multifila alineada a la derecha
12410  que tiene un desplazamiento vertical de -4
12411 \begin_inset space \thinspace{}
12412 \end_inset
12413
12414 mm y está en una columna de 3
12415 \begin_inset space \thinspace{}
12416 \end_inset
12417
12418 cm de ancho:
12419 \end_layout
12420
12421 \begin_layout Standard
12422 \noindent
12423 \align center
12424 \begin_inset ERT
12425 status collapsed
12426
12427 \begin_layout Plain Layout
12428
12429
12430 \backslash
12431 renewcommand{
12432 \backslash
12433 multirowsetup}{
12434 \backslash
12435 raggedleft}
12436 \end_layout
12437
12438 \end_inset
12439
12440
12441 \begin_inset Tabular
12442 <lyxtabular version="3" rows="4" columns="3">
12443 <features tabularvalignment="middle">
12444 <column alignment="center" valignment="top" width="3cm">
12445 <column alignment="center" valignment="top" width="0">
12446 <column alignment="center" valignment="top" width="0">
12447 <row>
12448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12449 \begin_inset Text
12450
12451 \begin_layout Plain Layout
12452 entrada en una celda larga
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461 b
12462 \end_layout
12463
12464 \end_inset
12465 </cell>
12466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12467 \begin_inset Text
12468
12469 \begin_layout Plain Layout
12470 c
12471 \end_layout
12472
12473 \end_inset
12474 </cell>
12475 </row>
12476 <row>
12477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12478 \begin_inset Text
12479
12480 \begin_layout Plain Layout
12481 t
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 n
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499 m
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 </row>
12505 <row>
12506 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 multifila
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519 e
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 f
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 </row>
12534 <row>
12535 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 h
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12554 \begin_inset Text
12555
12556 \begin_layout Plain Layout
12557 i
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 </row>
12563 </lyxtabular>
12564
12565 \end_inset
12566
12567
12568 \begin_inset ERT
12569 status collapsed
12570
12571 \begin_layout Plain Layout
12572
12573
12574 \backslash
12575 renewcommand{
12576 \backslash
12577 multirowsetup}{
12578 \backslash
12579 raggedright}
12580 \end_layout
12581
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \begin_layout Section
12588 Tablas formales
12589 \begin_inset CommandInset label
12590 LatexCommand label
12591 name "sec:Tablas-Formales"
12592
12593 \end_inset
12594
12595
12596 \begin_inset Index idx
12597 status collapsed
12598
12599 \begin_layout Plain Layout
12600 Tablas ! Formales
12601 \end_layout
12602
12603 \end_inset
12604
12605  
12606 \end_layout
12607
12608 \begin_layout Standard
12609 En los libros, las tablas se suelen presentar en un formato como el de la
12610  tabla 
12611 \begin_inset space ~
12612 \end_inset
12613
12614
12615 \begin_inset CommandInset ref
12616 LatexCommand ref
12617 reference "tab:Ejemplo-tabla-formal"
12618
12619 \end_inset
12620
12621 .
12622  Se denominan tablas 
12623 \emph on
12624 formales
12625 \emph default
12626 .
12627  Para hacer tablas con este diseño, elige 
12628 \family sans
12629 Estilo
12630 \family default
12631
12632 \begin_inset space ~
12633 \end_inset
12634
12635
12636 \family sans
12637 Formal
12638 \family default
12639  en la solapa 
12640 \family sans
12641 Bordes
12642 \family default
12643  del cuadro de diálogo de tablas.
12644 \end_layout
12645
12646 \begin_layout Standard
12647 \begin_inset Float table
12648 placement h
12649 wide false
12650 sideways false
12651 status open
12652
12653 \begin_layout Plain Layout
12654 \begin_inset Caption
12655
12656 \begin_layout Plain Layout
12657 \begin_inset CommandInset label
12658 LatexCommand label
12659 name "tab:Ejemplo-tabla-formal"
12660
12661 \end_inset
12662
12663 Ejemplo de tabla formal
12664 \end_layout
12665
12666 \end_inset
12667
12668
12669 \end_layout
12670
12671 \begin_layout Plain Layout
12672 \align center
12673 \begin_inset Tabular
12674 <lyxtabular version="3" rows="8" columns="4">
12675 <features booktabs="true" tabularvalignment="middle">
12676 <column alignment="center" valignment="top" width="0">
12677 <column alignment="center" valignment="top" width="0">
12678 <column alignment="center" valignment="top" width="0">
12679 <column alignment="center" valignment="top" width="0">
12680 <row>
12681 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 System
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 Chip
12695 \begin_inset space \thinspace{}
12696 \end_inset
12697
12698 1
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707 Chip
12708 \begin_inset space \thinspace{}
12709 \end_inset
12710
12711 2
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 </row>
12726 <row>
12727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731 \begin_inset ERT
12732 status collapsed
12733
12734 \begin_layout Plain Layout
12735
12736
12737 \backslash
12738 cmidrule(r){2-2}
12739 \end_layout
12740
12741 \end_inset
12742
12743
12744 \begin_inset ERT
12745 status collapsed
12746
12747 \begin_layout Plain Layout
12748
12749
12750 \backslash
12751 cmidrule(l){3-4}
12752 \end_layout
12753
12754 \end_inset
12755
12756 Detector thickness in µm
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 <cell alignment="center" valignment="top" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 300
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 300
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783 700
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 </row>
12789 <row>
12790 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 Edge angle in °
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 3.55
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 <cell alignment="center" valignment="top" topline="true" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 2.71
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 <cell alignment="center" valignment="top" topline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821 7.99
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 </row>
12827 <row topspace="default">
12828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 Spatial resolution in µm
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 4.26
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 10.17
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell alignment="center" valignment="top" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 10.56
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 </row>
12865 <row topspace="default">
12866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 MTF at 
12871 \begin_inset Formula $f_{\mathrm{max}}$
12872 \end_inset
12873
12874
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 <cell alignment="center" valignment="top" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883 0.53
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 <cell alignment="center" valignment="top" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 0.37
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 0.39
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 </row>
12907 <row topspace="default">
12908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 \begin_inset ERT
12913 status collapsed
12914
12915 \begin_layout Plain Layout
12916
12917
12918 \backslash
12919 cmidrule(l{10pt}){1-1}
12920 \end_layout
12921
12922 \end_inset
12923
12924 LSF-spatial resolution
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 <cell alignment="center" valignment="top" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 </row>
12957 <row>
12958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 in µm
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell alignment="center" valignment="top" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 129.7
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 <cell alignment="center" valignment="top" usebox="none">
12977 \begin_inset Text
12978
12979 \begin_layout Plain Layout
12980 52.75
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 <cell alignment="center" valignment="top" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 50.78
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 </row>
12995 <row>
12996 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 in % of pixel size
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 76.3
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 95.9
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027 92.3
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 </row>
13033 </lyxtabular>
13034
13035 \end_inset
13036
13037
13038 \end_layout
13039
13040 \end_inset
13041
13042
13043 \end_layout
13044
13045 \begin_layout Standard
13046 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
13047  correspondientes que se encuentran en la solapa 
13048 \family sans
13049 Bordes 
13050 \family default
13051 del diálogo
13052 \family sans
13053  Configuración
13054 \begin_inset space ~
13055 \end_inset
13056
13057 de
13058 \begin_inset space ~
13059 \end_inset
13060
13061 la
13062 \begin_inset space ~
13063 \end_inset
13064
13065 tabla
13066 \family default
13067 , como se explica en la sección
13068 \begin_inset space ~
13069 \end_inset
13070
13071
13072 \begin_inset CommandInset ref
13073 LatexCommand ref
13074 reference "sub:Espacio-adicional"
13075
13076 \end_inset
13077
13078 .
13079 \end_layout
13080
13081 \begin_layout Standard
13082 A diferencia de las tablas normales, las tablas formales no tienen líneas
13083  verticales.
13084  Las líneas horizontales se pueden poner o no como en las tablas normales,
13085  pero en la salida se mostrarán con distinto grosor:
13086 \begin_inset Newline newline
13087 \end_inset
13088
13089 Las líneas primera y última tienen un grosor predeterminado de 0.08
13090 \begin_inset space \thinspace{}
13091 \end_inset
13092
13093 em, las demás tienen un grosor predeterminado de 0.05
13094 \begin_inset space \thinspace{}
13095 \end_inset
13096
13097 em.
13098 \end_layout
13099
13100 \begin_layout Standard
13101 Estos valores predeterminados se pueden cambiar
13102 \series bold
13103  
13104 \series default
13105 con las líneas de preámbulo:
13106 \end_layout
13107
13108 \begin_layout Standard
13109
13110 \series bold
13111
13112 \backslash
13113 let
13114 \backslash
13115 mytoprule
13116 \backslash
13117 toprule
13118 \begin_inset Newline newline
13119 \end_inset
13120
13121
13122 \backslash
13123 renewcommand{
13124 \backslash
13125 toprule}{
13126 \backslash
13127 mytoprule[grosor]}
13128 \end_layout
13129
13130 \begin_layout Standard
13131 Este ejemplo es para la primera línea, la denominada 
13132 \series bold
13133 toprule
13134 \series default
13135 .
13136  Si quieres cambiar el grosor de la última línea, reemplaza 
13137 \series bold
13138 toprule
13139 \series default
13140  por 
13141 \series bold
13142 bottomrule
13143 \series default
13144 .
13145  Y para cambiar el grosor de las demás líneas cambia 
13146 \series bold
13147 toprule
13148 \series default
13149  por 
13150 \series bold
13151 midrule
13152 \series default
13153 .
13154  Puedes usar cualquiera de las unidades listadas en el apéndice
13155 \begin_inset space ~
13156 \end_inset
13157
13158
13159 \begin_inset CommandInset ref
13160 LatexCommand ref
13161 reference "cap:Unidades-disponibles-en"
13162
13163 \end_inset
13164
13165  para establecer el grosor.
13166 \end_layout
13167
13168 \begin_layout Standard
13169 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
13170  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
13171  LyX empleará internamente el comando 
13172 \series bold
13173
13174 \backslash
13175 cmidrule
13176 \series default
13177  para dibujar la línea.
13178  El esquema completo es
13179 \end_layout
13180
13181 \begin_layout Standard
13182
13183 \series bold
13184
13185 \backslash
13186 cmidrule[grosor](recorte){inicol-fincol}
13187 \end_layout
13188
13189 \begin_layout Standard
13190 Por el momento, LyX no soporta las opciones de 
13191 \series bold
13192
13193 \backslash
13194 cmidrule
13195 \series default
13196 , así que para usarlas hay que emplear código TeX.
13197  Las líneas 
13198 \series bold
13199
13200 \backslash
13201 cmidrule
13202 \series default
13203  se pueden insertar manualmente con el comando en código TeX como primera
13204  entrada de la primera celda de una fila.
13205  En la salida se dibujará la línea sobre dicha fila.
13206 \end_layout
13207
13208 \begin_layout Standard
13209 El grosor predeterminado es 0.03
13210 \begin_inset space \thinspace{}
13211 \end_inset
13212
13213 em.
13214  
13215 \series bold
13216 inicol
13217 \series default
13218  es el número de la columna en la que comienza la línea y 
13219 \series bold
13220 fincol
13221 \series default
13222  es el número de la columna en la que acaba la línea.
13223  El valor 
13224 \series bold
13225 fincol
13226 \series default
13227  debe especificarse siempre, aunque la línea se extienda sobre una sola
13228  columna.
13229  El parámetro opcional 
13230 \series bold
13231 recorte
13232 \series default
13233  debe ser 
13234 \emph on
13235 l{recorte}
13236 \emph default
13237  o 
13238 \emph on
13239 r{recorte}
13240 \emph default
13241 , donde 
13242 \emph on
13243 recorte
13244 \emph default
13245  también es opcional.
13246  Por ejemplo, el parámetro 
13247 \emph on
13248 l{2pt}
13249 \emph default
13250  significa que la línea se recorta 2
13251 \begin_inset space \thinspace{}
13252 \end_inset
13253
13254 pt por su izquierda.
13255  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
13256 \begin_inset space \thinspace{}
13257 \end_inset
13258
13259 em.
13260
13261 \series bold
13262  
13263 \end_layout
13264
13265 \begin_layout Standard
13266
13267 \end_layout
13268
13269 \begin_layout Standard
13270 \begin_inset VSpace bigskip
13271 \end_inset
13272
13273
13274 \end_layout
13275
13276 \begin_layout Standard
13277 La tabla
13278 \begin_inset space ~
13279 \end_inset
13280
13281
13282 \begin_inset CommandInset ref
13283 LatexCommand ref
13284 reference "tab:Ejemplo-tabla-formal"
13285
13286 \end_inset
13287
13288  se ha creado con los comandos
13289 \end_layout
13290
13291 \begin_layout Standard
13292
13293 \series bold
13294
13295 \backslash
13296 cmidrule(r){2-2}
13297 \backslash
13298 cmidrule(l){3-4}
13299 \end_layout
13300
13301 \begin_layout Standard
13302 en la segunda fila, 
13303 \series bold
13304
13305 \backslash
13306 midrule
13307 \series default
13308  en la tercera, y
13309 \end_layout
13310
13311 \begin_layout Standard
13312
13313 \series bold
13314
13315 \backslash
13316 cmidrule(l{10pt}){1-1}
13317 \end_layout
13318
13319 \begin_layout Standard
13320 en la sexta fila.
13321 \end_layout
13322
13323 \begin_layout Standard
13324 \begin_inset VSpace bigskip
13325 \end_inset
13326
13327
13328 \end_layout
13329
13330 \begin_layout Standard
13331 Quizá quieras superponer líneas 
13332 \series bold
13333
13334 \backslash
13335 cmidrules
13336 \series default
13337  como en la tabla
13338 \begin_inset space ~
13339 \end_inset
13340
13341
13342 \begin_inset CommandInset ref
13343 LatexCommand ref
13344 reference "tab:Tabla-formal-especial"
13345
13346 \end_inset
13347
13348 .
13349  Esto se consigue con el comando en código TeX
13350 \end_layout
13351
13352 \begin_layout Standard
13353
13354 \series bold
13355
13356 \backslash
13357 morecmidrules
13358 \end_layout
13359
13360 \begin_layout Standard
13361 El comando que se ha utilizado para la segunda fila de la tabla
13362 \begin_inset space ~
13363 \end_inset
13364
13365
13366 \begin_inset CommandInset ref
13367 LatexCommand ref
13368 reference "tab:Tabla-formal-especial"
13369
13370 \end_inset
13371
13372  es
13373 \end_layout
13374
13375 \begin_layout Standard
13376
13377 \series bold
13378
13379 \backslash
13380 cmidrule(r){2-2}
13381 \backslash
13382 cmidrule(l){3-4}
13383 \backslash
13384 morecmidrules
13385 \backslash
13386 cmidrule{2-4}
13387 \end_layout
13388
13389 \begin_layout Standard
13390 El comando para la sexta fila es
13391 \end_layout
13392
13393 \begin_layout Standard
13394
13395 \series bold
13396
13397 \backslash
13398 midrule
13399 \backslash
13400 morecmidrules
13401 \backslash
13402 cmidrule{3-4}
13403 \series default
13404
13405 \begin_inset VSpace bigskip
13406 \end_inset
13407
13408
13409 \end_layout
13410
13411 \begin_layout Standard
13412 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13413  el siguiente comando para dibujar líneas que se extienden sobre todas las
13414  columnas
13415 \end_layout
13416
13417 \begin_layout Standard
13418
13419 \series bold
13420
13421 \backslash
13422 specialrule{anchura}{espacio superior}{espacio inferior}
13423 \end_layout
13424
13425 \begin_layout Standard
13426 Para más información sobre estas características especiales, acude al manual
13427  del paquete LaTeX 
13428 \series bold
13429 booktabs
13430 \series default
13431
13432 \begin_inset CommandInset citation
13433 LatexCommand cite
13434 key "booktabs"
13435
13436 \end_inset
13437
13438 .
13439 \begin_inset Index idx
13440 status collapsed
13441
13442 \begin_layout Plain Layout
13443 LaTeX-paquetes ! booktabs
13444 \end_layout
13445
13446 \end_inset
13447
13448  
13449 \begin_inset VSpace bigskip
13450 \end_inset
13451
13452
13453 \end_layout
13454
13455 \begin_layout Standard
13456 \begin_inset Float table
13457 placement h
13458 wide false
13459 sideways false
13460 status open
13461
13462 \begin_layout Plain Layout
13463 \begin_inset Caption
13464
13465 \begin_layout Plain Layout
13466 \begin_inset CommandInset label
13467 LatexCommand label
13468 name "tab:Tabla-formal-especial"
13469
13470 \end_inset
13471
13472 Tabla formal especial
13473 \end_layout
13474
13475 \end_inset
13476
13477
13478 \end_layout
13479
13480 \begin_layout Plain Layout
13481 \align center
13482 \begin_inset Tabular
13483 <lyxtabular version="3" rows="8" columns="4">
13484 <features booktabs="true" tabularvalignment="middle">
13485 <column alignment="center" valignment="top" width="0">
13486 <column alignment="center" valignment="top" width="0">
13487 <column alignment="center" valignment="top" width="0">
13488 <column alignment="center" valignment="top" width="0">
13489 <row>
13490 <cell alignment="center" valignment="top" topline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 System
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" topline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 Chip
13504 \begin_inset space \thinspace{}
13505 \end_inset
13506
13507 1
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 Chip
13517 \begin_inset space \thinspace{}
13518 \end_inset
13519
13520 2
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 </row>
13535 <row>
13536 <cell alignment="center" valignment="top" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 \begin_inset ERT
13541 status collapsed
13542
13543 \begin_layout Plain Layout
13544
13545
13546 \backslash
13547 cmidrule(r){2-2}
13548 \end_layout
13549
13550 \end_inset
13551
13552
13553 \begin_inset ERT
13554 status collapsed
13555
13556 \begin_layout Plain Layout
13557
13558
13559 \backslash
13560 cmidrule(l){3-4}
13561 \end_layout
13562
13563 \end_inset
13564
13565
13566 \begin_inset ERT
13567 status collapsed
13568
13569 \begin_layout Plain Layout
13570
13571
13572 \backslash
13573 morecmidrules 
13574 \end_layout
13575
13576 \end_inset
13577
13578
13579 \begin_inset ERT
13580 status collapsed
13581
13582 \begin_layout Plain Layout
13583
13584
13585 \backslash
13586 cmidrule{2-4}
13587 \end_layout
13588
13589 \end_inset
13590
13591 Detector thickness in µm
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 <cell alignment="center" valignment="top" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600 300
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 <cell alignment="center" valignment="top" usebox="none">
13606 \begin_inset Text
13607
13608 \begin_layout Plain Layout
13609 300
13610 \end_layout
13611
13612 \end_inset
13613 </cell>
13614 <cell alignment="center" valignment="top" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618 700
13619 \end_layout
13620
13621 \end_inset
13622 </cell>
13623 </row>
13624 <row>
13625 <cell alignment="center" valignment="top" topline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629 Edge angle in °
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" topline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 3.55
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" topline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647 2.71
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" topline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 7.99
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 </row>
13662 <row topspace="default">
13663 <cell alignment="center" valignment="top" usebox="none">
13664 \begin_inset Text
13665
13666 \begin_layout Plain Layout
13667 Spatial resolution in µm
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 <cell alignment="center" valignment="top" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676 4.26
13677 \end_layout
13678
13679 \end_inset
13680 </cell>
13681 <cell alignment="center" valignment="top" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685 10.17
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694 10.56
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 </row>
13700 <row topspace="default">
13701 <cell alignment="center" valignment="top" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 MTF at 
13706 \begin_inset Formula $f_{\mathrm{max}}$
13707 \end_inset
13708
13709
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 <cell alignment="center" valignment="top" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 0.53
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 <cell alignment="center" valignment="top" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 0.37
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 <cell alignment="center" valignment="top" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 0.39
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 </row>
13742 <row>
13743 <cell alignment="center" valignment="top" topline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 \begin_inset ERT
13748 status collapsed
13749
13750 \begin_layout Plain Layout
13751
13752
13753 \backslash
13754 morecmidrules 
13755 \end_layout
13756
13757 \end_inset
13758
13759
13760 \begin_inset ERT
13761 status collapsed
13762
13763 \begin_layout Plain Layout
13764
13765
13766 \backslash
13767 cmidrule{3-4}
13768 \end_layout
13769
13770 \end_inset
13771
13772 LSF-spatial resolution
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" topline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 </row>
13805 <row>
13806 <cell alignment="center" valignment="top" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810 in µm
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819 129.7
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828 52.75
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 50.78
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 </row>
13843 <row>
13844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 in % of pixel size
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 76.3
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866 95.9
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 92.3
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 </row>
13881 </lyxtabular>
13882
13883 \end_inset
13884
13885
13886 \end_layout
13887
13888 \end_inset
13889
13890
13891 \end_layout
13892
13893 \begin_layout Section
13894 Alineación vertical de tablas
13895 \begin_inset Index idx
13896 status collapsed
13897
13898 \begin_layout Plain Layout
13899 Tablas ! Alineación vertical
13900 \end_layout
13901
13902 \end_inset
13903
13904
13905 \end_layout
13906
13907 \begin_layout Standard
13908 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13909  en un cuadro.
13910  Entonces el cuadro se puede alinear verticalmente como se describe en la
13911  sección
13912 \begin_inset space ~
13913 \end_inset
13914
13915
13916 \begin_inset CommandInset ref
13917 LatexCommand ref
13918 reference "sec:Diálogo-Cuadros"
13919
13920 \end_inset
13921
13922 .
13923  
13924 \end_layout
13925
13926 \begin_layout Standard
13927 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13928 \begin_inset Foot
13929 status collapsed
13930
13931 \begin_layout Plain Layout
13932 Las minipáginas se describen en la sección
13933 \begin_inset space ~
13934 \end_inset
13935
13936
13937 \begin_inset CommandInset ref
13938 LatexCommand ref
13939 reference "sec:Minipáginas"
13940
13941 \end_inset
13942
13943 .
13944 \end_layout
13945
13946 \end_inset
13947
13948  que tiene una anchura del 15
13949 \begin_inset space \thinspace{}
13950 \end_inset
13951
13952 % de columna:
13953 \end_layout
13954
13955 \begin_layout Itemize
13956 test 
13957 \begin_inset Box Frameless
13958 position "t"
13959 hor_pos "c"
13960 has_inner_box 1
13961 inner_pos "c"
13962 use_parbox 0
13963 use_makebox 0
13964 width "15col%"
13965 special "none"
13966 height "1in"
13967 height_special "totalheight"
13968 status collapsed
13969
13970 \begin_layout Plain Layout
13971 \begin_inset Tabular
13972 <lyxtabular version="3" rows="3" columns="3">
13973 <features tabularvalignment="middle">
13974 <column alignment="center" valignment="top" width="0">
13975 <column alignment="center" valignment="top" width="0">
13976 <column alignment="center" valignment="top" width="0">
13977 <row>
13978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 a
13983 \end_layout
13984
13985 \end_inset
13986 </cell>
13987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Plain Layout
13991 d
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 g
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 </row>
14006 <row>
14007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011 b
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020 e
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 h
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 </row>
14035 <row>
14036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040 c
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049 f
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 i
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 </row>
14064 </lyxtabular>
14065
14066 \end_inset
14067
14068
14069 \end_layout
14070
14071 \end_inset
14072
14073  test 
14074 \begin_inset ERT
14075 status collapsed
14076
14077 \begin_layout Plain Layout
14078
14079
14080 \backslash
14081 raisebox{0.85
14082 \backslash
14083 baselineskip}{
14084 \end_layout
14085
14086 \end_inset
14087
14088
14089 \begin_inset Box Frameless
14090 position "t"
14091 hor_pos "c"
14092 has_inner_box 1
14093 inner_pos "c"
14094 use_parbox 0
14095 use_makebox 0
14096 width "15col%"
14097 special "none"
14098 height "1in"
14099 height_special "totalheight"
14100 status collapsed
14101
14102 \begin_layout Plain Layout
14103 \begin_inset Tabular
14104 <lyxtabular version="3" rows="3" columns="3">
14105 <features tabularvalignment="middle">
14106 <column alignment="center" valignment="top" width="0">
14107 <column alignment="center" valignment="top" width="0">
14108 <column alignment="center" valignment="top" width="0">
14109 <row>
14110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 a
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14120 \begin_inset Text
14121
14122 \begin_layout Plain Layout
14123 d
14124 \end_layout
14125
14126 \end_inset
14127 </cell>
14128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14129 \begin_inset Text
14130
14131 \begin_layout Plain Layout
14132 g
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 </row>
14138 <row>
14139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Plain Layout
14143 b
14144 \end_layout
14145
14146 \end_inset
14147 </cell>
14148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14149 \begin_inset Text
14150
14151 \begin_layout Plain Layout
14152 e
14153 \end_layout
14154
14155 \end_inset
14156 </cell>
14157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14158 \begin_inset Text
14159
14160 \begin_layout Plain Layout
14161 h
14162 \end_layout
14163
14164 \end_inset
14165 </cell>
14166 </row>
14167 <row>
14168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172 c
14173 \end_layout
14174
14175 \end_inset
14176 </cell>
14177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14178 \begin_inset Text
14179
14180 \begin_layout Plain Layout
14181 f
14182 \end_layout
14183
14184 \end_inset
14185 </cell>
14186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Plain Layout
14190 i
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 </row>
14196 </lyxtabular>
14197
14198 \end_inset
14199
14200
14201 \end_layout
14202
14203 \end_inset
14204
14205
14206 \begin_inset ERT
14207 status collapsed
14208
14209 \begin_layout Plain Layout
14210
14211 }
14212 \end_layout
14213
14214 \end_inset
14215
14216
14217 \end_layout
14218
14219 \begin_layout Itemize
14220 test 
14221 \begin_inset Box Frameless
14222 position "c"
14223 hor_pos "c"
14224 has_inner_box 1
14225 inner_pos "c"
14226 use_parbox 0
14227 use_makebox 0
14228 width "15col%"
14229 special "none"
14230 height "1in"
14231 height_special "totalheight"
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235 \begin_inset Tabular
14236 <lyxtabular version="3" rows="3" columns="3">
14237 <features tabularvalignment="middle">
14238 <column alignment="center" valignment="top" width="0">
14239 <column alignment="center" valignment="top" width="0">
14240 <column alignment="center" valignment="top" width="0">
14241 <row>
14242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 a
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 d
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 g
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 </row>
14270 <row>
14271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275 b
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284 e
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293 h
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 </row>
14299 <row>
14300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 c
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 f
14314 \end_layout
14315
14316 \end_inset
14317 </cell>
14318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Plain Layout
14322 i
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 </row>
14328 </lyxtabular>
14329
14330 \end_inset
14331
14332
14333 \end_layout
14334
14335 \end_inset
14336
14337
14338 \end_layout
14339
14340 \begin_layout Itemize
14341 test 
14342 \begin_inset Box Frameless
14343 position "b"
14344 hor_pos "c"
14345 has_inner_box 1
14346 inner_pos "c"
14347 use_parbox 0
14348 use_makebox 0
14349 width "15col%"
14350 special "none"
14351 height "1in"
14352 height_special "totalheight"
14353 status collapsed
14354
14355 \begin_layout Plain Layout
14356 \begin_inset Tabular
14357 <lyxtabular version="3" rows="3" columns="3">
14358 <features tabularvalignment="middle">
14359 <column alignment="center" valignment="top" width="0">
14360 <column alignment="center" valignment="top" width="0">
14361 <column alignment="center" valignment="top" width="0">
14362 <row>
14363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 a
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Plain Layout
14376 d
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385 g
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 </row>
14391 <row>
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 b
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Plain Layout
14405 e
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Plain Layout
14414 h
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 </row>
14420 <row>
14421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14422 \begin_inset Text
14423
14424 \begin_layout Plain Layout
14425 c
14426 \end_layout
14427
14428 \end_inset
14429 </cell>
14430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Plain Layout
14434 f
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443 i
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 </row>
14449 </lyxtabular>
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \end_inset
14457
14458  test 
14459 \begin_inset ERT
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463
14464
14465 \backslash
14466 raisebox{-0.32
14467 \backslash
14468 baselineskip}{
14469 \end_layout
14470
14471 \end_inset
14472
14473
14474 \begin_inset Box Frameless
14475 position "b"
14476 hor_pos "c"
14477 has_inner_box 1
14478 inner_pos "c"
14479 use_parbox 0
14480 use_makebox 0
14481 width "15col%"
14482 special "none"
14483 height "1in"
14484 height_special "totalheight"
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488 \begin_inset Tabular
14489 <lyxtabular version="3" rows="3" columns="3">
14490 <features tabularvalignment="middle">
14491 <column alignment="center" valignment="top" width="0">
14492 <column alignment="center" valignment="top" width="0">
14493 <column alignment="center" valignment="top" width="0">
14494 <row>
14495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499 a
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508 d
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517 g
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 </row>
14523 <row>
14524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14525 \begin_inset Text
14526
14527 \begin_layout Plain Layout
14528 b
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 e
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546 h
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 </row>
14552 <row>
14553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557 c
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566 f
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575 i
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 </row>
14581 </lyxtabular>
14582
14583 \end_inset
14584
14585
14586 \end_layout
14587
14588 \end_inset
14589
14590
14591 \begin_inset ERT
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595
14596 }
14597 \end_layout
14598
14599 \end_inset
14600
14601
14602 \end_layout
14603
14604 \begin_layout Standard
14605 Como ves, los contenidos de la primera y última filas no se alinean correctament
14606 e con la línea de texto donde está la tabla.
14607  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14608  un cuadro elevado («raisebox»
14609 \begin_inset Foot
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613 El uso del comando 
14614 \series bold
14615
14616 \backslash
14617 raisebox
14618 \series default
14619  se explica en la sección
14620 \begin_inset space ~
14621 \end_inset
14622
14623
14624 \begin_inset CommandInset ref
14625 LatexCommand ref
14626 reference "sub:Alineación-Vertical"
14627
14628 \end_inset
14629
14630 .
14631 \end_layout
14632
14633 \end_inset
14634
14635 ).
14636  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14637  usando el comando en código TeX
14638 \end_layout
14639
14640 \begin_layout Standard
14641
14642 \series bold
14643
14644 \backslash
14645 raisebox{0.85
14646 \backslash
14647 baselineskip}{
14648 \end_layout
14649
14650 \begin_layout Standard
14651 antes del cuadro.
14652  Tras él, se pone la llave de cierre 
14653 \series bold
14654 }
14655 \series default
14656  también en código TeX.
14657  Para la segunda tabla en el tercer ítem se usa el comando 
14658 \end_layout
14659
14660 \begin_layout Standard
14661
14662 \series bold
14663
14664 \backslash
14665 raisebox{-0.32
14666 \backslash
14667 baselineskip}{
14668 \end_layout
14669
14670 \begin_layout Standard
14671 \begin_inset Note Greyedout
14672 status open
14673
14674 \begin_layout Plain Layout
14675
14676 \series bold
14677 Not
14678 \series default
14679 a: La alineación del contenido de la fila con la línea del texto adyacente
14680  no es exacta.
14681  El factor necesario del comando 
14682 \series bold
14683
14684 \backslash
14685 raisebox
14686 \series default
14687  para este alineamiento depende de la fuente del documento, del tamaño de
14688  la fuente y del grosor de línea de la tabla.
14689 \end_layout
14690
14691 \end_inset
14692
14693
14694 \end_layout
14695
14696 \begin_layout Section
14697 Tablas coloreadas
14698 \begin_inset CommandInset label
14699 LatexCommand label
14700 name "sec:Tablas-Coloreadas"
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \begin_layout Subsection
14708 Celdas coloreadas
14709 \begin_inset Index idx
14710 status collapsed
14711
14712 \begin_layout Plain Layout
14713 Tablas ! Coloreadas ! Celdas
14714 \end_layout
14715
14716 \end_inset
14717
14718
14719 \begin_inset Index idx
14720 status collapsed
14721
14722 \begin_layout Plain Layout
14723 Color ! en celdas de tablas
14724 \end_layout
14725
14726 \end_inset
14727
14728
14729 \end_layout
14730
14731 \begin_layout Standard
14732 \begin_inset Float table
14733 placement h
14734 wide false
14735 sideways false
14736 status open
14737
14738 \begin_layout Plain Layout
14739 \begin_inset Caption
14740
14741 \begin_layout Plain Layout
14742 \begin_inset CommandInset label
14743 LatexCommand label
14744 name "tab:Tabla-coloreada-sin"
14745
14746 \end_inset
14747
14748 Tabla coloreada sin usar el paquete 
14749 \series bold
14750 colortbl
14751 \series default
14752
14753 \begin_inset Argument
14754 status collapsed
14755
14756 \begin_layout Plain Layout
14757 Tabla sin colortbl
14758 \end_layout
14759
14760 \end_inset
14761
14762
14763 \end_layout
14764
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \begin_layout Plain Layout
14771 \align center
14772 \begin_inset Tabular
14773 <lyxtabular version="3" rows="3" columns="3">
14774 <features tabularvalignment="middle">
14775 <column alignment="center" valignment="top" width="0">
14776 <column alignment="center" valignment="top" width="0">
14777 <column alignment="center" valignment="top" width="0">
14778 <row>
14779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14780 \begin_inset Text
14781
14782 \begin_layout Plain Layout
14783
14784 \color green
14785 a
14786 \end_layout
14787
14788 \end_inset
14789 </cell>
14790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14791 \begin_inset Text
14792
14793 \begin_layout Plain Layout
14794
14795 \color red
14796 b
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805
14806 \color red
14807 c
14808 \end_layout
14809
14810 \end_inset
14811 </cell>
14812 </row>
14813 <row>
14814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14815 \begin_inset Text
14816
14817 \begin_layout Plain Layout
14818
14819 \color green
14820 d
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Plain Layout
14829
14830 \color blue
14831 e
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14837 \begin_inset Text
14838
14839 \begin_layout Plain Layout
14840
14841 \color blue
14842 f
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 </row>
14848 <row>
14849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853
14854 \color green
14855 g
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864
14865 \color blue
14866 h
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875
14876 \color blue
14877 i
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 </row>
14883 </lyxtabular>
14884
14885 \end_inset
14886
14887
14888 \end_layout
14889
14890 \end_inset
14891
14892
14893 \end_layout
14894
14895 \begin_layout Standard
14896 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14897  el menú 
14898 \family sans
14899 Editar\SpecialChar \menuseparator
14900 Estilo
14901 \begin_inset space ~
14902 \end_inset
14903
14904 del
14905 \begin_inset space ~
14906 \end_inset
14907
14908 Texto
14909 \family default
14910 .
14911  Esto se ha hecho en la tabla
14912 \begin_inset space ~
14913 \end_inset
14914
14915
14916 \begin_inset CommandInset ref
14917 LatexCommand ref
14918 reference "tab:Tabla-coloreada-sin"
14919
14920 \end_inset
14921
14922 .
14923  En cualquier otro caso hay que usar el paquete LaTeX 
14924 \series bold
14925 colortbl
14926 \series default
14927 .
14928 \begin_inset Index idx
14929 status collapsed
14930
14931 \begin_layout Plain Layout
14932 LaTeX-paquetes ! colortbl
14933 \end_layout
14934
14935 \end_inset
14936
14937
14938 \end_layout
14939
14940 \begin_layout Standard
14941 \begin_inset ERT
14942 status collapsed
14943
14944 \begin_layout Plain Layout
14945
14946
14947 \backslash
14948 ifcolortbl
14949 \end_layout
14950
14951 \end_inset
14952
14953
14954 \begin_inset Note Note
14955 status collapsed
14956
14957 \begin_layout Plain Layout
14958 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14959  LaTeX 
14960 \series bold
14961 colortbl
14962 \series default
14963 .
14964 \end_layout
14965
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \begin_layout Standard
14972 Para crear tablas coloreadas, 
14973 \series bold
14974 colortbl
14975 \series default
14976  debe cargarse en el preámbulo con la línea
14977 \end_layout
14978
14979 \begin_layout Standard
14980
14981 \series bold
14982
14983 \backslash
14984 usepackage{colortbl}
14985 \end_layout
14986
14987 \begin_layout Standard
14988 El color de una columna se define con el comando
14989 \end_layout
14990
14991 \begin_layout Standard
14992
14993 \series bold
14994
14995 \backslash
14996 columncolor{nombre del color}
14997 \end_layout
14998
14999 \begin_layout Standard
15000 dentro del comando 
15001 \series bold
15002 >{ }
15003 \series default
15004 .
15005  Más sobre el comando 
15006 \series bold
15007 >{}
15008 \series default
15009  se explica en la sección
15010 \begin_inset space ~
15011 \end_inset
15012
15013
15014 \begin_inset CommandInset ref
15015 LatexCommand ref
15016 reference "sub:Cálculos-en-Multicolumnas"
15017
15018 \end_inset
15019
15020 .
15021 \end_layout
15022
15023 \begin_layout Standard
15024 Los siguientes nombres de color están predefinidos:
15025 \end_layout
15026
15027 \begin_layout Standard
15028
15029 \family sans
15030 red
15031 \family default
15032
15033 \family sans
15034 green
15035 \family default
15036
15037 \family sans
15038 yellow, blue
15039 \family default
15040
15041 \family sans
15042 cyan
15043 \family default
15044 \series bold
15045 ,
15046 \series default
15047  
15048 \family sans
15049 magenta, black
15050 \family default
15051
15052 \family sans
15053 white
15054 \end_layout
15055
15056 \begin_layout Standard
15057 \begin_inset VSpace medskip
15058 \end_inset
15059
15060
15061 \end_layout
15062
15063 \begin_layout Standard
15064 Puedes definir tus propios colores con el comando
15065 \end_layout
15066
15067 \begin_layout Standard
15068
15069 \series bold
15070
15071 \backslash
15072 definecolor{nombre del color}{modelo de color}{valores de color}
15073 \end_layout
15074
15075 \begin_layout Standard
15076 El modelo de color puede ser
15077 \end_layout
15078
15079 \begin_layout Labeling
15080 \labelwidthstring 00.00.0000
15081 cmyk: cyan, magenta, yellow, black
15082 \end_layout
15083
15084 \begin_layout Labeling
15085 \labelwidthstring 00.00.0000
15086 rgb: red, green, blue
15087 \end_layout
15088
15089 \begin_layout Labeling
15090 \labelwidthstring 00.00.0000
15091 gray: gray
15092 \end_layout
15093
15094 \begin_layout Standard
15095 y los valores de color son números separados por comas entre 0 y 1 que describen
15096  el factor para el color correspondiente del modelo de color.
15097 \end_layout
15098
15099 \begin_layout Standard
15100 Por ejemplo, puedes definir el color
15101 \series bold
15102  
15103 \series default
15104 «
15105 \emph on
15106 verde oscuro
15107 \emph default
15108 » en el preámbulo con
15109 \end_layout
15110
15111 \begin_layout Standard
15112
15113 \series bold
15114
15115 \backslash
15116 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
15117 \end_layout
15118
15119 \begin_layout Standard
15120 y el color «
15121 \emph on
15122 gris claro
15123 \emph default
15124 » con
15125 \end_layout
15126
15127 \begin_layout Standard
15128
15129 \series bold
15130
15131 \backslash
15132 definecolor{grisclaro}{gray}{0.8}
15133 \end_layout
15134
15135 \begin_layout Standard
15136 \begin_inset VSpace medskip
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \begin_layout Standard
15143 Las líneas se colorean con el comando
15144 \end_layout
15145
15146 \begin_layout Standard
15147
15148 \series bold
15149
15150 \backslash
15151 rowcolor{nombre del color}
15152 \end_layout
15153
15154 \begin_layout Standard
15155 y las celdas se colorean con el comando
15156 \end_layout
15157
15158 \begin_layout Standard
15159
15160 \series bold
15161
15162 \backslash
15163 cellcolor{nombre del color}
15164 \end_layout
15165
15166 \begin_layout Standard
15167 Ambos comandos se insertan al principio de una celda en código TeX.
15168 \end_layout
15169
15170 \begin_layout Standard
15171 Para colorear caracteres en la tabla marca las celdas y usa el menú 
15172 \family sans
15173 Editar\SpecialChar \menuseparator
15174 Estilo
15175 \begin_inset space ~
15176 \end_inset
15177
15178 del
15179 \begin_inset space ~
15180 \end_inset
15181
15182 Texto
15183 \family default
15184 .
15185  Si una celda contiene código TeX marca sólo los caracteres, si no el código
15186  TeX en color puede ocasionar errores de LaTeX.
15187 \end_layout
15188
15189 \begin_layout Standard
15190 \begin_inset Note Greyedout
15191 status open
15192
15193 \begin_layout Plain Layout
15194
15195 \series bold
15196 Nota:
15197 \series default
15198  No todos los visores DVI pueden mostrar colores definidos por el usuario.
15199 \end_layout
15200
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \begin_layout Standard
15207 \begin_inset VSpace bigskip
15208 \end_inset
15209
15210
15211 \end_layout
15212
15213 \begin_layout Standard
15214 Para crear la tabla
15215 \begin_inset space ~
15216 \end_inset
15217
15218
15219 \begin_inset CommandInset ref
15220 LatexCommand ref
15221 reference "tab:Tabla-coloreada-con"
15222
15223 \end_inset
15224
15225  haz lo siguiente: el color de la primera columna debe ser 
15226 \emph on
15227 verde oscuro
15228 \emph default
15229 , entonces inserta
15230 \end_layout
15231
15232 \begin_layout Standard
15233
15234 \series bold
15235 >{
15236 \backslash
15237 columncolor{verdeoscuro}
15238 \backslash
15239 centering}c
15240 \end_layout
15241
15242 \begin_layout Standard
15243 como argumento LaTeX para esta columna.
15244  La primera fila debe ser azul, por tanto inserta el comando en código TeX
15245 \end_layout
15246
15247 \begin_layout Standard
15248
15249 \series bold
15250
15251 \backslash
15252 rowcolor{cyan}
15253 \end_layout
15254
15255 \begin_layout Standard
15256 en la primera celda de esta fila.
15257  Observa que esto sobreescribe el color de la columna para la primera celda.
15258  La última celda de la última fila se colorea magenta insertando el comando
15259  en código TeX
15260 \end_layout
15261
15262 \begin_layout Standard
15263
15264 \series bold
15265
15266 \backslash
15267 cellcolor{magenta}
15268 \end_layout
15269
15270 \begin_layout Standard
15271 Ahora podrían colorearse los caracteres usando el menú 
15272 \family sans
15273 Editar\SpecialChar \menuseparator
15274 Estilo
15275 \begin_inset space ~
15276 \end_inset
15277
15278 del
15279 \begin_inset space ~
15280 \end_inset
15281
15282 Texto
15283 \family default
15284 .
15285 \end_layout
15286
15287 \begin_layout Standard
15288 \begin_inset Float table
15289 placement h
15290 wide false
15291 sideways false
15292 status open
15293
15294 \begin_layout Plain Layout
15295 \begin_inset Caption
15296
15297 \begin_layout Plain Layout
15298 \begin_inset CommandInset label
15299 LatexCommand label
15300 name "tab:Tabla-coloreada-con"
15301
15302 \end_inset
15303
15304 Tabla coloreada con el paquete 
15305 \series bold
15306 colortbl
15307 \series default
15308
15309 \begin_inset Argument
15310 status collapsed
15311
15312 \begin_layout Plain Layout
15313 Tabla con 
15314 \series bold
15315 colortbl
15316 \end_layout
15317
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \begin_layout Plain Layout
15329 \align center
15330 \begin_inset Tabular
15331 <lyxtabular version="3" rows="3" columns="3">
15332 <features tabularvalignment="middle">
15333 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15334 <column alignment="center" valignment="top" width="0">
15335 <column alignment="center" valignment="top" width="0">
15336 <row>
15337 <cell alignment="center" valignment="top" usebox="none">
15338 \begin_inset Text
15339
15340 \begin_layout Plain Layout
15341 \begin_inset ERT
15342 status collapsed
15343
15344 \begin_layout Plain Layout
15345
15346
15347 \backslash
15348 rowcolor{cyan}
15349 \end_layout
15350
15351 \end_inset
15352
15353
15354 \color magenta
15355 a
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364
15365 \color red
15366 b
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 <cell alignment="center" valignment="top" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375
15376 \color red
15377 c
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 </row>
15383 <row>
15384 <cell alignment="center" valignment="top" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Plain Layout
15388
15389 \color yellow
15390 d
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399
15400 \color blue
15401 e
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 <cell alignment="center" valignment="top" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410
15411 \color blue
15412 f
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 </row>
15418 <row>
15419 <cell alignment="center" valignment="top" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423
15424 \color yellow
15425 g
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434
15435 \color blue
15436 h
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 <cell alignment="center" valignment="top" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445 \begin_inset ERT
15446 status collapsed
15447
15448 \begin_layout Plain Layout
15449
15450
15451 \backslash
15452 cellcolor{magenta}
15453 \end_layout
15454
15455 \end_inset
15456
15457
15458 \color green
15459 i
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 </row>
15465 </lyxtabular>
15466
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \begin_layout Standard
15478 \begin_inset ERT
15479 status collapsed
15480
15481 \begin_layout Plain Layout
15482
15483
15484 \backslash
15485 else
15486 \end_layout
15487
15488 \end_inset
15489
15490
15491 \begin_inset Note Note
15492 status collapsed
15493
15494 \begin_layout Plain Layout
15495 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15496  
15497 \series bold
15498 colortbl
15499 \series default
15500 .
15501 \end_layout
15502
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \begin_layout Standard
15509 Debes instalar el paquete LaTeX 
15510 \series bold
15511 colortbl
15512 \series default
15513  para ver la parte siguiente en la salida.
15514 \end_layout
15515
15516 \begin_layout Standard
15517 \begin_inset ERT
15518 status collapsed
15519
15520 \begin_layout Plain Layout
15521
15522
15523 \backslash
15524 fi
15525 \end_layout
15526
15527 \end_inset
15528
15529
15530 \end_layout
15531
15532 \begin_layout Subsection
15533 Líneas coloreadas
15534 \begin_inset Index idx
15535 status collapsed
15536
15537 \begin_layout Plain Layout
15538 Tablas ! Coloreadas ! Líneas
15539 \end_layout
15540
15541 \end_inset
15542
15543
15544 \begin_inset Index idx
15545 status collapsed
15546
15547 \begin_layout Plain Layout
15548 Color ! en bordes de tabla
15549 \end_layout
15550
15551 \end_inset
15552
15553
15554 \end_layout
15555
15556 \begin_layout Standard
15557 Como se describe en la sección
15558 \begin_inset space ~
15559 \end_inset
15560
15561
15562 \begin_inset CommandInset ref
15563 LatexCommand ref
15564 reference "sub:Grosor-de-Líneas"
15565
15566 \end_inset
15567
15568 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15569  
15570 \series bold
15571
15572 \backslash
15573 arrayrulewidth
15574 \series default
15575 .
15576  Se ha puesto 1.5
15577 \begin_inset space \thinspace{}
15578 \end_inset
15579
15580 pt para todas las tablas de esta sección.
15581 \begin_inset ERT
15582 status collapsed
15583
15584 \begin_layout Plain Layout
15585
15586
15587 \backslash
15588 setlength{
15589 \backslash
15590 arrayrulewidth}{1.5pt}
15591 \end_layout
15592
15593 \end_inset
15594
15595
15596 \end_layout
15597
15598 \begin_layout Standard
15599 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15600  el preámbulo del documento el siguiente formato de columna, de acuerdo
15601  a lo descrito en la sección
15602 \begin_inset space ~
15603 \end_inset
15604
15605
15606 \begin_inset CommandInset ref
15607 LatexCommand ref
15608 reference "sub:Formato-Personalizado"
15609
15610 \end_inset
15611
15612 :
15613 \end_layout
15614
15615 \begin_layout Standard
15616
15617 \series bold
15618
15619 \backslash
15620 newcolumntype{W}{!{
15621 \backslash
15622 color{green}
15623 \backslash
15624 vline}}
15625 \end_layout
15626
15627 \begin_layout Standard
15628 Para la tabla
15629 \begin_inset space ~
15630 \end_inset
15631
15632
15633 \begin_inset CommandInset ref
15634 LatexCommand ref
15635 reference "tab:Tabla-con-verticales-coloreadas"
15636
15637 \end_inset
15638
15639  se usó el argumento LaTeX
15640 \series bold
15641  WcW
15642 \series default
15643  para la última columna y
15644 \series bold
15645  Wc
15646 \series default
15647  para las demás.
15648 \end_layout
15649
15650 \begin_layout Standard
15651 Si quieres tener varios colores, define más formatos de columna.
15652 \end_layout
15653
15654 \begin_layout Standard
15655 \begin_inset Float table
15656 placement h
15657 wide false
15658 sideways false
15659 status open
15660
15661 \begin_layout Plain Layout
15662 \begin_inset Caption
15663
15664 \begin_layout Plain Layout
15665 \begin_inset CommandInset label
15666 LatexCommand label
15667 name "tab:Tabla-con-verticales-coloreadas"
15668
15669 \end_inset
15670
15671 Tabla con líneas verticales coloreadas
15672 \end_layout
15673
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \begin_layout Plain Layout
15680 \align center
15681 \begin_inset Tabular
15682 <lyxtabular version="3" rows="3" columns="3">
15683 <features tabularvalignment="middle">
15684 <column alignment="center" valignment="top" width="0" special="Wc">
15685 <column alignment="center" valignment="top" width="0" special="Wc">
15686 <column alignment="center" valignment="top" width="0" special="WcW">
15687 <row>
15688 <cell alignment="center" valignment="top" topline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 sd
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell alignment="center" valignment="top" topline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 </row>
15716 <row>
15717 <cell alignment="center" valignment="top" topline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730 sd
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 <cell alignment="center" valignment="top" topline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 </row>
15745 <row>
15746 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768 sd
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 </row>
15774 </lyxtabular>
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \end_inset
15782
15783
15784 \end_layout
15785
15786 \begin_layout Standard
15787 \begin_inset VSpace bigskip
15788 \end_inset
15789
15790 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15791 \begin_inset space ~
15792 \end_inset
15793
15794
15795 \begin_inset CommandInset ref
15796 LatexCommand ref
15797 reference "tab:Tabla-con-horizontales-coloreadas"
15798
15799 \end_inset
15800
15801 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15802 \end_layout
15803
15804 \begin_layout Standard
15805
15806 \series bold
15807
15808 \backslash
15809 let
15810 \backslash
15811 myHlineC
15812 \backslash
15813 hline
15814 \begin_inset Newline newline
15815 \end_inset
15816
15817
15818 \backslash
15819 renewcommand{
15820 \backslash
15821 hline}
15822 \begin_inset Newline newline
15823 \end_inset
15824
15825
15826 \begin_inset Phantom HPhantom
15827 status open
15828
15829 \begin_layout Plain Layout
15830
15831 \series bold
15832 \begin_inset space ~
15833 \end_inset
15834
15835
15836 \end_layout
15837
15838 \end_inset
15839
15840 {
15841 \backslash
15842 arrayrulecolor{red}
15843 \backslash
15844 myHlineC
15845 \backslash
15846 arrayrulecolor{black}}
15847 \end_layout
15848
15849 \begin_layout Standard
15850 \begin_inset ERT
15851 status collapsed
15852
15853 \begin_layout Plain Layout
15854
15855
15856 \backslash
15857 let
15858 \backslash
15859 myHlineC
15860 \backslash
15861 hline
15862 \end_layout
15863
15864 \begin_layout Plain Layout
15865
15866
15867 \backslash
15868 renewcommand{
15869 \backslash
15870 hline}
15871 \end_layout
15872
15873 \begin_layout Plain Layout
15874
15875  {
15876 \backslash
15877 arrayrulecolor{red}
15878 \backslash
15879 myHlineC
15880 \backslash
15881 arrayrulecolor{black}}
15882 \end_layout
15883
15884 \end_inset
15885
15886
15887 \begin_inset Float table
15888 placement h
15889 wide false
15890 sideways false
15891 status open
15892
15893 \begin_layout Plain Layout
15894 \begin_inset Caption
15895
15896 \begin_layout Plain Layout
15897 \begin_inset CommandInset label
15898 LatexCommand label
15899 name "tab:Tabla-con-horizontales-coloreadas"
15900
15901 \end_inset
15902
15903 Tabla con líneas horizontales coloreadas
15904 \end_layout
15905
15906 \end_inset
15907
15908
15909 \end_layout
15910
15911 \begin_layout Plain Layout
15912 \align center
15913 \begin_inset Tabular
15914 <lyxtabular version="3" rows="3" columns="3">
15915 <features tabularvalignment="middle">
15916 <column alignment="center" valignment="top" width="0">
15917 <column alignment="center" valignment="top" width="0">
15918 <column alignment="center" valignment="top" width="0">
15919 <row>
15920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924 sd
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 </row>
15948 <row>
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 sd
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 </row>
15977 <row>
15978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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" bottomline="true" leftline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 sd
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 </row>
16006 </lyxtabular>
16007
16008 \end_inset
16009
16010
16011 \end_layout
16012
16013 \end_inset
16014
16015
16016 \end_layout
16017
16018 \begin_layout Standard
16019 Para volver al color de línea negro predeterminado inserta este comando
16020  en código TeX detrás de la tabla o el flotante:
16021 \end_layout
16022
16023 \begin_layout Standard
16024
16025 \series bold
16026
16027 \backslash
16028 renewcommand{
16029 \backslash
16030 hline}{
16031 \backslash
16032 myHlineC}
16033 \end_layout
16034
16035 \begin_layout Standard
16036 La tabla
16037 \begin_inset space ~
16038 \end_inset
16039
16040
16041 \begin_inset CommandInset ref
16042 LatexCommand ref
16043 reference "tab:Tabla-con-líneas-coloreadas"
16044
16045 \end_inset
16046
16047  es un ejemplo con líneas verticales y horizontales coloreadas.
16048 \end_layout
16049
16050 \begin_layout Standard
16051 \begin_inset Float table
16052 placement h
16053 wide false
16054 sideways false
16055 status open
16056
16057 \begin_layout Plain Layout
16058 \begin_inset Caption
16059
16060 \begin_layout Plain Layout
16061 \begin_inset CommandInset label
16062 LatexCommand label
16063 name "tab:Tabla-con-líneas-coloreadas"
16064
16065 \end_inset
16066
16067 Tabla con líneas coloreadas
16068 \end_layout
16069
16070 \end_inset
16071
16072
16073 \end_layout
16074
16075 \begin_layout Plain Layout
16076 \align center
16077 \begin_inset Tabular
16078 <lyxtabular version="3" rows="3" columns="3">
16079 <features tabularvalignment="middle">
16080 <column alignment="center" valignment="top" width="0" special="Wc">
16081 <column alignment="center" valignment="top" width="0" special="Wc">
16082 <column alignment="center" valignment="top" width="0" special="WcW">
16083 <row>
16084 <cell alignment="center" valignment="top" topline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 sd
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 <cell alignment="center" valignment="top" topline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 <row>
16113 <cell alignment="center" valignment="top" topline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 <cell alignment="center" valignment="top" topline="true" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Plain Layout
16126 sd
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" topline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 <row>
16142 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146
16147 \end_layout
16148
16149 \end_inset
16150 </cell>
16151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16152 \begin_inset Text
16153
16154 \begin_layout Plain Layout
16155
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 sd
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 </row>
16170 </lyxtabular>
16171
16172 \end_inset
16173
16174
16175 \end_layout
16176
16177 \end_inset
16178
16179
16180 \end_layout
16181
16182 \begin_layout Standard
16183 \begin_inset ERT
16184 status collapsed
16185
16186 \begin_layout Plain Layout
16187
16188
16189 \backslash
16190 renewcommand{
16191 \backslash
16192 hline}{
16193 \backslash
16194 myHlineC}
16195 \end_layout
16196
16197 \end_inset
16198
16199
16200 \end_layout
16201
16202 \begin_layout Standard
16203 \begin_inset ERT
16204 status collapsed
16205
16206 \begin_layout Plain Layout
16207
16208
16209 \backslash
16210 setlength{
16211 \backslash
16212 arrayrulewidth}{0.4pt}
16213 \end_layout
16214
16215 \end_inset
16216
16217
16218 \end_layout
16219
16220 \begin_layout Section
16221 Personalización de tablas
16222 \begin_inset Index idx
16223 status collapsed
16224
16225 \begin_layout Plain Layout
16226 Personalización de tablas
16227 \end_layout
16228
16229 \end_inset
16230
16231
16232 \begin_inset Index idx
16233 status collapsed
16234
16235 \begin_layout Plain Layout
16236 Tablas ! Personalización
16237 \end_layout
16238
16239 \end_inset
16240
16241
16242 \end_layout
16243
16244 \begin_layout Subsection
16245 Espacio adicional en filas
16246 \begin_inset CommandInset label
16247 LatexCommand label
16248 name "sub:Espacio-adicional"
16249
16250 \end_inset
16251
16252
16253 \begin_inset Index idx
16254 status collapsed
16255
16256 \begin_layout Plain Layout
16257 Personalización de tablas ! Espacio adicional en filas
16258 \end_layout
16259
16260 \end_inset
16261
16262
16263 \end_layout
16264
16265 \begin_layout Standard
16266 Es posible añadir espacio vertical a las filas de una tabla en la solapa
16267  
16268 \family sans
16269 Bordes
16270 \family default
16271  del diálogo de configuración de tablas.
16272  En el marco 
16273 \family sans
16274 Espacio
16275 \begin_inset space ~
16276 \end_inset
16277
16278 adicional
16279 \family default
16280  dispones de tres posibilidades:
16281 \end_layout
16282
16283 \begin_layout Description
16284 Superior
16285 \begin_inset space ~
16286 \end_inset
16287
16288 de
16289 \begin_inset space ~
16290 \end_inset
16291
16292 la
16293 \begin_inset space ~
16294 \end_inset
16295
16296 fila añade espacio sobre los caracteres de la fila.
16297  Si la tabla es de estilo formal
16298 \begin_inset Foot
16299 status collapsed
16300
16301 \begin_layout Plain Layout
16302 Las tablas formales se explican en la sección
16303 \begin_inset space ~
16304 \end_inset
16305
16306
16307 \begin_inset CommandInset ref
16308 LatexCommand ref
16309 reference "sec:Tablas-Formales"
16310
16311 \end_inset
16312
16313
16314 \end_layout
16315
16316 \end_inset
16317
16318  LyX insertará 0.5
16319 \begin_inset space \thinspace{}
16320 \end_inset
16321
16322 em por omisión.
16323  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16324  verticales, como se ve en la tabla siguiente:
16325 \begin_inset VSpace medskip
16326 \end_inset
16327
16328
16329 \begin_inset Newline newline
16330 \end_inset
16331
16332
16333 \begin_inset space \hspace*{}
16334 \length 0pt
16335 \end_inset
16336
16337
16338 \begin_inset space \hfill{}
16339 \end_inset
16340
16341
16342 \begin_inset Tabular
16343 <lyxtabular version="3" rows="3" columns="1">
16344 <features tabularvalignment="middle">
16345 <column alignment="center" valignment="top" width="0">
16346 <row>
16347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351 A
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 </row>
16357 <row topspace="3mm">
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 3
16363 \begin_inset space \thinspace{}
16364 \end_inset
16365
16366 mm sobre la fila
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 C
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 </row>
16383 </lyxtabular>
16384
16385 \end_inset
16386
16387
16388 \begin_inset space \hfill{}
16389 \end_inset
16390
16391
16392 \begin_inset space \hspace*{}
16393 \length 0pt
16394 \end_inset
16395
16396
16397 \begin_inset VSpace medskip
16398 \end_inset
16399
16400
16401 \begin_inset Newline newline
16402 \end_inset
16403
16404 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16405  sin líneas verticales.
16406 \end_layout
16407
16408 \begin_layout Description
16409 Inferior
16410 \begin_inset space ~
16411 \end_inset
16412
16413 de
16414 \begin_inset space ~
16415 \end_inset
16416
16417 la
16418 \begin_inset space ~
16419 \end_inset
16420
16421 fila añade espacio bajo los caracteres de la fila.
16422  Si la tabla es formal LyX inserta por omisión 0.5
16423 \begin_inset space \thinspace{}
16424 \end_inset
16425
16426 em; si la tabla es normal inserta 2
16427 \begin_inset space \thinspace{}
16428 \end_inset
16429
16430 pt.
16431  
16432 \end_layout
16433
16434 \begin_layout Description
16435 Entre
16436 \begin_inset space ~
16437 \end_inset
16438
16439 las
16440 \begin_inset space ~
16441 \end_inset
16442
16443 filas añade espacio entre la fila actual y la siguiente.
16444  Si la tabla es formal LyX inserta 0.5
16445 \begin_inset space \thinspace{}
16446 \end_inset
16447
16448 em por omisión.
16449  En tablas normales, el espacio adicional destruirá las líneas verticales
16450  de la tabla, como se ve en la siguiente:
16451 \begin_inset VSpace medskip
16452 \end_inset
16453
16454
16455 \begin_inset Newline newline
16456 \end_inset
16457
16458
16459 \begin_inset space \hspace*{}
16460 \length 0pt
16461 \end_inset
16462
16463
16464 \begin_inset space \hfill{}
16465 \end_inset
16466
16467
16468 \begin_inset Tabular
16469 <lyxtabular version="3" rows="3" columns="1">
16470 <features tabularvalignment="middle">
16471 <column alignment="center" valignment="top" width="0">
16472 <row>
16473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 A
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 </row>
16483 <row interlinespace="3mm">
16484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 \begin_inset Formula $\downarrow$
16489 \end_inset
16490
16491  3
16492 \begin_inset space \thinspace{}
16493 \end_inset
16494
16495 mm entre las filas
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 \begin_inset Formula $\uparrow$
16507 \end_inset
16508
16509  3
16510 \begin_inset space \thinspace{}
16511 \end_inset
16512
16513 mm entre las filas 
16514 \begin_inset Formula $\uparrow$
16515 \end_inset
16516
16517
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 </row>
16523 </lyxtabular>
16524
16525 \end_inset
16526
16527
16528 \begin_inset space \hfill{}
16529 \end_inset
16530
16531
16532 \begin_inset space \hspace*{}
16533 \length 0pt
16534 \end_inset
16535
16536
16537 \begin_inset VSpace medskip
16538 \end_inset
16539
16540
16541 \begin_inset Newline newline
16542 \end_inset
16543
16544 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16545  para tablas sin líneas verticales.
16546 \end_layout
16547
16548 \begin_layout Standard
16549 \begin_inset VSpace bigskip
16550 \end_inset
16551
16552 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16553  utiliza los siguientes comandos en el preámbulo:
16554 \end_layout
16555
16556 \begin_layout Standard
16557
16558 \series bold
16559
16560 \backslash
16561 @ifundefined{extrarowheight}
16562 \begin_inset Newline newline
16563 \end_inset
16564
16565
16566 \begin_inset Phantom HPhantom
16567 status open
16568
16569 \begin_layout Plain Layout
16570
16571 \series bold
16572 \begin_inset space ~
16573 \end_inset
16574
16575
16576 \end_layout
16577
16578 \end_inset
16579
16580 {
16581 \backslash
16582 usepackage{array}}{}
16583 \begin_inset Newline newline
16584 \end_inset
16585
16586
16587 \backslash
16588 setlength{
16589 \backslash
16590 extrarowheight}{altura}
16591 \end_layout
16592
16593 \begin_layout Standard
16594 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16595  centrado en vertical.
16596  (Lyx cargará automáticamente el paquete 
16597 \series bold
16598 array
16599 \series default
16600  cuando uses formatos de tabla autodefinidos.
16601  Para evitar que sea cargado dos veces se pone al principio el comando 
16602 \series bold
16603
16604 \backslash
16605 @ifundefined
16606 \series default
16607 .)
16608 \end_layout
16609
16610 \begin_layout Standard
16611 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16612  la tabla están a veces demasiado cerca de las letras.
16613  Esto se puede corregir insertando el comando 
16614 \series bold
16615
16616 \backslash
16617 strut
16618 \series default
16619  en código TeX al principio de la fila de la tabla.
16620  La tabla
16621 \begin_inset space ~
16622 \end_inset
16623
16624
16625 \begin_inset CommandInset ref
16626 LatexCommand ref
16627 reference "tab:Alineación-vertical"
16628
16629 \end_inset
16630
16631  muestra el efecto:
16632 \end_layout
16633
16634 \begin_layout Standard
16635 \noindent
16636 \begin_inset Float table
16637 placement h
16638 wide false
16639 sideways false
16640 status open
16641
16642 \begin_layout Plain Layout
16643 \begin_inset Caption
16644
16645 \begin_layout Plain Layout
16646 \begin_inset CommandInset label
16647 LatexCommand label
16648 name "tab:Alineación-vertical"
16649
16650 \end_inset
16651
16652 Alineación vertical de texto con fuentes grandes
16653 \end_layout
16654
16655 \end_inset
16656
16657
16658 \end_layout
16659
16660 \begin_layout Plain Layout
16661 \begin_inset space \hfill{}
16662 \end_inset
16663
16664
16665 \begin_inset Float table
16666 wide false
16667 sideways false
16668 status collapsed
16669
16670 \begin_layout Plain Layout
16671 \begin_inset Caption
16672
16673 \begin_layout Plain Layout
16674 Tabla normal
16675 \end_layout
16676
16677 \end_inset
16678
16679
16680 \end_layout
16681
16682 \begin_layout Plain Layout
16683 \noindent
16684 \align center
16685 \begin_inset Tabular
16686 <lyxtabular version="3" rows="6" columns="1">
16687 <features tabularvalignment="middle">
16688 <column alignment="left" valignment="top" width="0">
16689 <row>
16690 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 Normal, g
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \size large
16707 Grande
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 </row>
16713 <row>
16714 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718
16719 \size larger
16720 Más grande
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 <row>
16727 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731
16732 \size largest
16733 Grandísima
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 </row>
16739 <row>
16740 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744
16745 \size huge
16746 Enorme
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 </row>
16752 <row>
16753 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757
16758 \size huge
16759 Más enorme
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 </row>
16765 </lyxtabular>
16766
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \end_inset
16773
16774
16775 \begin_inset space \hfill{}
16776 \end_inset
16777
16778
16779 \begin_inset Float table
16780 wide false
16781 sideways false
16782 status collapsed
16783
16784 \begin_layout Plain Layout
16785 \begin_inset Caption
16786
16787 \begin_layout Plain Layout
16788 Tabla con comando 
16789 \series bold
16790
16791 \backslash
16792 strut
16793 \end_layout
16794
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \begin_layout Plain Layout
16801 \noindent
16802 \align center
16803 \begin_inset Tabular
16804 <lyxtabular version="3" rows="6" columns="1">
16805 <features tabularvalignment="middle">
16806 <column alignment="left" valignment="top" width="0">
16807 <row>
16808 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 Normal, g
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 </row>
16818 <row>
16819 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823
16824 \size large
16825 \begin_inset ERT
16826 status collapsed
16827
16828 \begin_layout Plain Layout
16829
16830
16831 \backslash
16832 strut 
16833 \end_layout
16834
16835 \end_inset
16836
16837 Grande
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 </row>
16843 <row>
16844 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848
16849 \size larger
16850 \begin_inset ERT
16851 status collapsed
16852
16853 \begin_layout Plain Layout
16854
16855
16856 \backslash
16857 strut 
16858 \end_layout
16859
16860 \end_inset
16861
16862 Más grande
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 </row>
16868 <row>
16869 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873
16874 \size largest
16875 \begin_inset ERT
16876 status collapsed
16877
16878 \begin_layout Plain Layout
16879
16880
16881 \backslash
16882 strut 
16883 \end_layout
16884
16885 \end_inset
16886
16887 Grandísima
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 </row>
16893 <row>
16894 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898
16899 \size huge
16900 \begin_inset ERT
16901 status collapsed
16902
16903 \begin_layout Plain Layout
16904
16905
16906 \backslash
16907 strut 
16908 \end_layout
16909
16910 \end_inset
16911
16912 Enorme
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 </row>
16918 <row>
16919 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923
16924 \size giant
16925 \begin_inset ERT
16926 status collapsed
16927
16928 \begin_layout Plain Layout
16929
16930
16931 \backslash
16932 strut 
16933 \end_layout
16934
16935 \end_inset
16936
16937
16938 \size huge
16939 Más enorme
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 </row>
16945 </lyxtabular>
16946
16947 \end_inset
16948
16949
16950 \end_layout
16951
16952 \end_inset
16953
16954
16955 \begin_inset space \hfill{}
16956 \end_inset
16957
16958
16959 \end_layout
16960
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \begin_layout Subsection
16967 Alineación especial de celdas
16968 \begin_inset CommandInset label
16969 LatexCommand label
16970 name "sub:Alineación-especial-de"
16971
16972 \end_inset
16973
16974
16975 \begin_inset Index idx
16976 status collapsed
16977
16978 \begin_layout Plain Layout
16979 Personalización de tablas ! Alineación especial de celdas
16980 \end_layout
16981
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \begin_layout Standard
16988 A veces mejora la presentación si las entradas en las celdas de una columna
16989  se alinean con un carácter determinado, p.
16990 \begin_inset space \thinspace{}
16991 \end_inset
16992
16993 e.
16994 \begin_inset space ~
16995 \end_inset
16996
16997 el separador decimal, como en la tabla
16998 \begin_inset space ~
16999 \end_inset
17000
17001
17002 \begin_inset CommandInset ref
17003 LatexCommand ref
17004 reference "tab:Table-celdas-alineadas"
17005
17006 \end_inset
17007
17008 .
17009  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
17010  el botón 
17011 \begin_inset Graphics
17012         filename ../../images/tabular-feature_align-decimal.png
17013         scale 85
17014         scaleBeforeRotation
17015
17016 \end_inset
17017
17018  de la barra de herramientas o eligiendo la alineación 
17019 \family sans
17020 Al separador decimal
17021 \family default
17022  en la configuración de la tabla.
17023  Ahí se puede especificar también el carácter deseado para la alineación.
17024 \end_layout
17025
17026 \begin_layout Standard
17027 \begin_inset Float table
17028 wide false
17029 sideways false
17030 status open
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Caption
17034
17035 \begin_layout Plain Layout
17036 \begin_inset CommandInset label
17037 LatexCommand label
17038 name "tab:Table-celdas-alineadas"
17039
17040 \end_inset
17041
17042 Tabla con celdas alineadas al separador decimal.
17043 \end_layout
17044
17045 \end_inset
17046
17047
17048 \end_layout
17049
17050 \begin_layout Plain Layout
17051 \align center
17052 \begin_inset Tabular
17053 <lyxtabular version="3" rows="4" columns="1">
17054 <features booktabs="true" tabularvalignment="middle">
17055 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17056 <row>
17057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 leyenda
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="center" valignment="top" topline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 12,6
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 </row>
17078 <row>
17079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 0,68
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 </row>
17089 <row>
17090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094 -123,0
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 </row>
17100 </lyxtabular>
17101
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \begin_layout Standard
17113 \begin_inset Float table
17114 wide false
17115 sideways false
17116 status open
17117
17118 \begin_layout Plain Layout
17119 \begin_inset Caption
17120
17121 \begin_layout Plain Layout
17122 \begin_inset CommandInset label
17123 LatexCommand label
17124 name "tab:Tabla-con-celdas-de"
17125
17126 \end_inset
17127
17128 Tabla con celdas alineadas a los operadores.
17129 \end_layout
17130
17131 \end_inset
17132
17133
17134 \end_layout
17135
17136 \begin_layout Plain Layout
17137 \align center
17138 \begin_inset Tabular
17139 <lyxtabular version="3" rows="4" columns="2">
17140 <features booktabs="true" tabularvalignment="middle">
17141 <column alignment="right" valignment="top" width="0pt">
17142 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17143 <row>
17144 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148 leyenda
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17154 \begin_inset Text
17155
17156 \begin_layout Plain Layout
17157
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 <row>
17164 <cell alignment="center" valignment="top" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168 \begin_inset Formula $12\,+$
17169 \end_inset
17170
17171
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 <cell alignment="center" valignment="top" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 \begin_inset Formula $\,6$
17181 \end_inset
17182
17183
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 </row>
17189 <row>
17190 <cell alignment="center" valignment="top" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 \begin_inset Formula $0\,-$
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 \begin_inset Formula $\,68$
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 \begin_inset Formula $-123\,/$
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 <cell alignment="center" valignment="top" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232 \begin_inset Formula $\,0$
17233 \end_inset
17234
17235
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 </row>
17241 </lyxtabular>
17242
17243 \end_inset
17244
17245
17246 \end_layout
17247
17248 \end_inset
17249
17250
17251 \end_layout
17252
17253 \begin_layout Standard
17254 Para alinear con caracteres en ecuaciones este método no funciona porque
17255  el campo para especificar el carácter no permite ecuaciones.
17256  En este caso hay que usar el método de la tabla
17257 \begin_inset space ~
17258 \end_inset
17259
17260
17261 \begin_inset CommandInset ref
17262 LatexCommand ref
17263 reference "tab:Tabla-con-celdas-de"
17264
17265 \end_inset
17266
17267 .
17268  Es una tabla 4×2.
17269  La leyenda es una multicolumna centrada.
17270  La primera columna está alineada a la derecha y contiene la primera parte
17271  incluyendo el operador.
17272  La segunda columna está alineada a la izquierda y contiene la parte restante.
17273  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
17274  columna para mantener el espacio habitual alrededor de los operadores.
17275  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
17276  el siguiente argumento LaTeX para la segunda columna:
17277 \end_layout
17278
17279 \begin_layout Standard
17280
17281 \series bold
17282 @{}l
17283 \end_layout
17284
17285 \begin_layout Standard
17286 La tabla
17287 \begin_inset space ~
17288 \end_inset
17289
17290
17291 \begin_inset CommandInset ref
17292 LatexCommand ref
17293 reference "tab:Varias-alineaciones"
17294
17295 \end_inset
17296
17297  muestra varios ejemplos de alineación.
17298  Para alinear al signo de relación se ha añadido un pequeño espacio como
17299  en la segunda columna de la tabla
17300 \begin_inset space ~
17301 \end_inset
17302
17303
17304 \begin_inset CommandInset ref
17305 LatexCommand ref
17306 reference "tab:Tabla-con-celdas-de"
17307
17308 \end_inset
17309
17310 .
17311 \end_layout
17312
17313 \begin_layout Standard
17314 \begin_inset Float table
17315 placement h
17316 wide false
17317 sideways false
17318 status open
17319
17320 \begin_layout Plain Layout
17321 \begin_inset Caption
17322
17323 \begin_layout Plain Layout
17324 \begin_inset CommandInset label
17325 LatexCommand label
17326 name "tab:Varias-alineaciones"
17327
17328 \end_inset
17329
17330 Tabla con varias alineaciones.
17331 \end_layout
17332
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \begin_layout Plain Layout
17339 \align center
17340 \begin_inset Tabular
17341 <lyxtabular version="3" rows="4" columns="6">
17342 <features tabularvalignment="middle">
17343 <column alignment="right" valignment="top" width="0">
17344 <column alignment="left" valignment="top" width="0" special="@{}l">
17345 <column alignment="right" valignment="top" width="0">
17346 <column alignment="left" valignment="top" width="0" special="@{}l">
17347 <column alignment="right" valignment="top" width="0">
17348 <column alignment="left" valignment="top" width="0" special="@{}l">
17349 <row>
17350 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354 unidades
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 exponentes
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 relaciones
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 <row>
17406 <cell alignment="center" valignment="top" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410 12×
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 24
17420 \begin_inset space \thinspace{}
17421 \end_inset
17422
17423 bottles
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 \begin_inset Formula $10\cdot$
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 \begin_inset Formula $10^{\mbox{-}17}$
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 \begin_inset Formula $\Gamma(t)\propto$
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 \begin_inset Formula $\:\Upsilon(t)$
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 </row>
17477 <row>
17478 <cell alignment="center" valignment="top" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 1024×
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491 768
17492 \begin_inset space \thinspace{}
17493 \end_inset
17494
17495 Pixels
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 <cell alignment="center" valignment="top" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 \begin_inset Formula $5.78\cdot$
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 \begin_inset Formula $10^{7}$
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 \begin_inset Formula $A\ne$
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 \begin_inset Formula $\: B_{\mathrm{red}}$
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 </row>
17549 <row>
17550 <cell alignment="center" valignment="top" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554 32×
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563 6
17564 \begin_inset space \thinspace{}
17565 \end_inset
17566
17567 cm
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 -
17577 \begin_inset Formula $33.5\cdot$
17578 \end_inset
17579
17580
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 \begin_inset Formula $10^{4}$
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601 \begin_inset Formula $\sen(\alpha)\ge$
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 <cell alignment="center" valignment="top" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Plain Layout
17613 \begin_inset Formula $\:\sen(\beta)$
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 </row>
17622 </lyxtabular>
17623
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \begin_layout Subsection
17635 Formato personalizado de celda/columna
17636 \begin_inset CommandInset label
17637 LatexCommand label
17638 name "sub:Formato-Personalizado"
17639
17640 \end_inset
17641
17642
17643 \begin_inset Index idx
17644 status collapsed
17645
17646 \begin_layout Plain Layout
17647 Personalización de tablas ! Formato de celda/columna
17648 \end_layout
17649
17650 \end_inset
17651
17652
17653 \end_layout
17654
17655 \begin_layout Standard
17656 El cálculo de la anchura necesaria para columnas extendidas descrito en
17657  la sección
17658 \begin_inset space ~
17659 \end_inset
17660
17661
17662 \begin_inset CommandInset ref
17663 LatexCommand ref
17664 reference "sub:Cálculos-en-Multicolumnas"
17665
17666 \end_inset
17667
17668  es muy pesado si tienes varias tablas con multicolumnas.
17669  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17670 mna aplicable a todas las tablas del documento.
17671  El formato se define con el comando
17672 \end_layout
17673
17674 \begin_layout Standard
17675
17676 \series bold
17677
17678 \backslash
17679 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17680 \end_layout
17681
17682 \begin_layout Standard
17683 El nombre de formato puede ser una sola letra.
17684  Las letras 
17685 \emph on
17686 b, c, l, m, p
17687 \emph default
17688  y 
17689 \emph on
17690 r
17691 \emph default
17692  están predefinidas y no pueden usarse.
17693  Pero se permiten todas las mayúsculas.
17694 \end_layout
17695
17696 \begin_layout Standard
17697 \begin_inset VSpace medskip
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \begin_layout Standard
17704 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17705  fija puedes definir el formato de celda
17706 \end_layout
17707
17708 \begin_layout Standard
17709
17710 \series bold
17711
17712 \backslash
17713 newcolumntype{M}[1]{>{
17714 \backslash
17715 centering
17716 \backslash
17717 hspace{0pt}}m{#1}}
17718 \end_layout
17719
17720 \begin_layout Standard
17721 donde 
17722 \series bold
17723
17724 \backslash
17725 hspace{0pt}
17726 \series default
17727  evita el problema de partir con guión la primera palabra, como se describe
17728  en la sección
17729 \begin_inset space ~
17730 \end_inset
17731
17732
17733 \begin_inset CommandInset ref
17734 LatexCommand ref
17735 reference "sub:Líneas-Múltiples-en"
17736
17737 \end_inset
17738
17739 .
17740  Ahora puedes introducir simplemente
17741 \end_layout
17742
17743 \begin_layout Standard
17744
17745 \series bold
17746 M{ancho}
17747 \end_layout
17748
17749 \begin_layout Standard
17750 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17751 \end_layout
17752
17753 \begin_layout Standard
17754 \begin_inset VSpace bigskip
17755 \end_inset
17756
17757
17758 \end_layout
17759
17760 \begin_layout Standard
17761 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17762 \end_layout
17763
17764 \begin_layout Standard
17765
17766 \series bold
17767
17768 \backslash
17769 newcolumntype{S}[2]{>{
17770 \backslash
17771 centering
17772 \backslash
17773 hspace{0pt}}
17774 \begin_inset Newline newline
17775 \end_inset
17776
17777
17778 \begin_inset Phantom HPhantom
17779 status open
17780
17781 \begin_layout Plain Layout
17782
17783 \series bold
17784
17785 \backslash
17786 newcolumntype
17787 \end_layout
17788
17789 \end_inset
17790
17791 m{(#1+(2
17792 \backslash
17793 tabcolsep+
17794 \backslash
17795 arrayrulewidth)*(1-#2))/#2}}
17796 \end_layout
17797
17798 \begin_layout Standard
17799 Este formato usa la ecuación 
17800 \begin_inset CommandInset ref
17801 LatexCommand eqref
17802 reference "eq:Wgn"
17803
17804 \end_inset
17805
17806  para calcular la anchura necesaria para que cada celda extendida tenga
17807  la misma anchura.
17808 \end_layout
17809
17810 \begin_layout Standard
17811 Ahora puedes introducir
17812 \end_layout
17813
17814 \begin_layout Standard
17815
17816 \series bold
17817 S{ancho de la celda multicolumna}{número de columnas extendidas}
17818 \end_layout
17819
17820 \begin_layout Standard
17821 como argumento LaTeX de la columna.
17822 \end_layout
17823
17824 \begin_layout Standard
17825 \begin_inset VSpace bigskip
17826 \end_inset
17827
17828
17829 \end_layout
17830
17831 \begin_layout Standard
17832 Para columnas coloreadas puedes definir
17833 \end_layout
17834
17835 \begin_layout Standard
17836
17837 \series bold
17838
17839 \backslash
17840 newcolumntype{K}[1]{>{
17841 \backslash
17842 columncolor{#1}
17843 \backslash
17844 hspace{0pt}}c}
17845 \end_layout
17846
17847 \begin_layout Standard
17848 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17849  horizontalmente.
17850  Ahora puedes introducir
17851 \end_layout
17852
17853 \begin_layout Standard
17854
17855 \series bold
17856 K{nombre del color}
17857 \end_layout
17858
17859 \begin_layout Standard
17860 como argumento LaTeX.
17861 \end_layout
17862
17863 \begin_layout Standard
17864 \begin_inset VSpace bigskip
17865 \end_inset
17866
17867
17868 \end_layout
17869
17870 \begin_layout Standard
17871 Para crear la tabla
17872 \begin_inset space ~
17873 \end_inset
17874
17875
17876 \begin_inset CommandInset ref
17877 LatexCommand ref
17878 reference "tab:Tabla-con-formatos-definidos-por"
17879
17880 \end_inset
17881
17882  usa los argumentos LaTeX
17883 \end_layout
17884
17885 \begin_layout Standard
17886
17887 \series bold
17888 M{2.5cm}
17889 \end_layout
17890
17891 \begin_layout Standard
17892 para la primera columna y la multicolumna,
17893 \end_layout
17894
17895 \begin_layout Standard
17896
17897 \series bold
17898 K{red}
17899 \end_layout
17900
17901 \begin_layout Standard
17902 para la última columna y
17903 \end_layout
17904
17905 \begin_layout Standard
17906
17907 \series bold
17908 S{2.5cm}{2}
17909 \end_layout
17910
17911 \begin_layout Standard
17912 para las celdas en la segunda columna.
17913 \end_layout
17914
17915 \begin_layout Standard
17916 \begin_inset Float table
17917 placement h
17918 wide false
17919 sideways false
17920 status open
17921
17922 \begin_layout Plain Layout
17923 \begin_inset Caption
17924
17925 \begin_layout Plain Layout
17926 \begin_inset CommandInset label
17927 LatexCommand label
17928 name "tab:Tabla-con-formatos-definidos-por"
17929
17930 \end_inset
17931
17932 Tabla con formatos definidos por el usuario
17933 \end_layout
17934
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \begin_layout Plain Layout
17941 \align center
17942 \begin_inset Tabular
17943 <lyxtabular version="3" rows="3" columns="4">
17944 <features tabularvalignment="middle">
17945 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17946 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17947 <column alignment="center" valignment="middle" width="0">
17948 <column alignment="center" valignment="middle" width="0" special="K{red}">
17949 <row>
17950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954 palabramuylargaenceldadetabla
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 multicolumna línea múltiple
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981 c
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 </row>
17987 <row>
17988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 d
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 e
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 f
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18016 \begin_inset Text
18017
18018 \begin_layout Plain Layout
18019 g
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 </row>
18025 <row>
18026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 h
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 i
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 j
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 k
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 </row>
18063 </lyxtabular>
18064
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \end_inset
18071
18072
18073 \end_layout
18074
18075 \begin_layout Subsection
18076 Grosor de líneas
18077 \begin_inset CommandInset label
18078 LatexCommand label
18079 name "sub:Grosor-de-Líneas"
18080
18081 \end_inset
18082
18083
18084 \begin_inset Index idx
18085 status collapsed
18086
18087 \begin_layout Plain Layout
18088 Personalización de tablas ! Grosor de línea
18089 \end_layout
18090
18091 \end_inset
18092
18093
18094 \end_layout
18095
18096 \begin_layout Standard
18097 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
18098  
18099 \series bold
18100
18101 \backslash
18102 arrayrulewidth
18103 \series default
18104 .
18105  Por ejemplo, para poner un grosor de línea de 1.5
18106 \begin_inset space \thinspace{}
18107 \end_inset
18108
18109 pt, como en la tabla
18110 \begin_inset space ~
18111 \end_inset
18112
18113
18114 \begin_inset CommandInset ref
18115 LatexCommand ref
18116 reference "tab:Tabla-con-líneas"
18117
18118 \end_inset
18119
18120 , inserta el comando
18121 \end_layout
18122
18123 \begin_layout Standard
18124
18125 \series bold
18126
18127 \backslash
18128 setlength{
18129 \backslash
18130 arrayrulewidth}{1.5pt}
18131 \end_layout
18132
18133 \begin_layout Standard
18134 en código TeX antes de la tabla o flotante.
18135  Este cambio es válido para todas las siguientes tablas.
18136  Para volver al valor predeterminado, define 
18137 \series bold
18138
18139 \backslash
18140 arrayrulewidth
18141 \series default
18142  a 0.4
18143 \begin_inset space \thinspace{}
18144 \end_inset
18145
18146 pt en código TeX detrás de la tabla o flotante.
18147 \end_layout
18148
18149 \begin_layout Standard
18150 \begin_inset ERT
18151 status collapsed
18152
18153 \begin_layout Plain Layout
18154
18155
18156 \backslash
18157 setlength{
18158 \backslash
18159 arrayrulewidth}{1.5pt}
18160 \end_layout
18161
18162 \end_inset
18163
18164
18165 \begin_inset Float table
18166 wide false
18167 sideways false
18168 status open
18169
18170 \begin_layout Plain Layout
18171 \begin_inset Caption
18172
18173 \begin_layout Plain Layout
18174 \begin_inset CommandInset label
18175 LatexCommand label
18176 name "tab:Tabla-con-líneas"
18177
18178 \end_inset
18179
18180 Tabla con líneas de grosor 1.5
18181 \begin_inset space \thinspace{}
18182 \end_inset
18183
18184 pt
18185 \end_layout
18186
18187 \end_inset
18188
18189
18190 \end_layout
18191
18192 \begin_layout Plain Layout
18193 \align center
18194 \begin_inset Tabular
18195 <lyxtabular version="3" rows="3" columns="3">
18196 <features tabularvalignment="middle">
18197 <column alignment="center" valignment="top" width="0">
18198 <column alignment="center" valignment="top" width="0">
18199 <column alignment="center" valignment="top" width="0">
18200 <row>
18201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205 sd
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 </row>
18229 <row>
18230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243 sd
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 </row>
18258 <row>
18259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 sd
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 </row>
18287 </lyxtabular>
18288
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \end_inset
18295
18296
18297 \begin_inset ERT
18298 status collapsed
18299
18300 \begin_layout Plain Layout
18301
18302
18303 \backslash
18304 setlength{
18305 \backslash
18306 arrayrulewidth}{0.4pt}
18307 \end_layout
18308
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \begin_layout Standard
18315 \begin_inset VSpace bigskip
18316 \end_inset
18317
18318 Para definir un grosor de 1.5
18319 \begin_inset space \thinspace{}
18320 \end_inset
18321
18322 pt sólo para líneas horizontales, como en la tabla
18323 \begin_inset space ~
18324 \end_inset
18325
18326
18327 \begin_inset CommandInset ref
18328 LatexCommand ref
18329 reference "tab:Tabla-con-horizontales"
18330
18331 \end_inset
18332
18333 , inserta estos comandos en código TeX antes de la tabla o flotante:
18334 \end_layout
18335
18336 \begin_layout Standard
18337
18338 \series bold
18339
18340 \backslash
18341 let
18342 \backslash
18343 myHline
18344 \backslash
18345 hline
18346 \begin_inset Newline newline
18347 \end_inset
18348
18349
18350 \backslash
18351 renewcommand{
18352 \backslash
18353 hline}
18354 \begin_inset Newline newline
18355 \end_inset
18356
18357  {
18358 \backslash
18359 noalign{
18360 \backslash
18361 global
18362 \backslash
18363 arrayrulewidth 1.5pt}
18364 \begin_inset Newline newline
18365 \end_inset
18366
18367   
18368 \backslash
18369 myHline
18370 \backslash
18371 noalign{
18372 \backslash
18373 global
18374 \backslash
18375 arrayrulewidth 0.4pt}}
18376 \end_layout
18377
18378 \begin_layout Standard
18379 Para volver al grosor predeterminado, inserta este comando en código TeX
18380  detrás de la tabla o flotante:
18381 \end_layout
18382
18383 \begin_layout Standard
18384
18385 \series bold
18386
18387 \backslash
18388 renewcommand{
18389 \backslash
18390 hline}{
18391 \backslash
18392 myHline}
18393 \end_layout
18394
18395 \begin_layout Standard
18396 \begin_inset ERT
18397 status collapsed
18398
18399 \begin_layout Plain Layout
18400
18401
18402 \backslash
18403 let
18404 \backslash
18405 myHline
18406 \backslash
18407 hline
18408 \end_layout
18409
18410 \begin_layout Plain Layout
18411
18412
18413 \backslash
18414 renewcommand{
18415 \backslash
18416 hline}
18417 \end_layout
18418
18419 \begin_layout Plain Layout
18420
18421  {
18422 \backslash
18423 noalign{
18424 \backslash
18425 global
18426 \backslash
18427 arrayrulewidth 1.5pt}
18428 \end_layout
18429
18430 \begin_layout Plain Layout
18431
18432   
18433 \backslash
18434 myHline
18435 \backslash
18436 noalign{
18437 \backslash
18438 global
18439 \backslash
18440 arrayrulewidth 0.4pt}}
18441 \end_layout
18442
18443 \end_inset
18444
18445
18446 \begin_inset Float table
18447 wide false
18448 sideways false
18449 status open
18450
18451 \begin_layout Plain Layout
18452 \begin_inset Caption
18453
18454 \begin_layout Plain Layout
18455 \begin_inset CommandInset label
18456 LatexCommand label
18457 name "tab:Tabla-con-horizontales"
18458
18459 \end_inset
18460
18461 Tabla con líneas horizontales de 1.5
18462 \begin_inset space \thinspace{}
18463 \end_inset
18464
18465 pt
18466 \end_layout
18467
18468 \end_inset
18469
18470
18471 \end_layout
18472
18473 \begin_layout Plain Layout
18474 \align center
18475 \begin_inset Tabular
18476 <lyxtabular version="3" rows="3" columns="3">
18477 <features tabularvalignment="middle">
18478 <column alignment="center" valignment="top" width="0">
18479 <column alignment="center" valignment="top" width="0">
18480 <column alignment="center" valignment="top" width="0">
18481 <row>
18482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 sd
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 </row>
18510 <row>
18511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524 sd
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 </row>
18539 <row>
18540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 sd
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 </row>
18568 </lyxtabular>
18569
18570 \end_inset
18571
18572
18573 \end_layout
18574
18575 \end_inset
18576
18577
18578 \begin_inset ERT
18579 status collapsed
18580
18581 \begin_layout Plain Layout
18582
18583
18584 \backslash
18585 renewcommand{
18586 \backslash
18587 hline}{
18588 \backslash
18589 myHline}
18590 \end_layout
18591
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \begin_layout Standard
18598 \begin_inset VSpace bigskip
18599 \end_inset
18600
18601 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18602  siguiente formato de columna en el preámbulo del documento, de acuerdo
18603  con lo descrito en la sección
18604 \begin_inset space ~
18605 \end_inset
18606
18607
18608 \begin_inset CommandInset ref
18609 LatexCommand ref
18610 reference "sub:Formato-Personalizado"
18611
18612 \end_inset
18613
18614 :
18615 \end_layout
18616
18617 \begin_layout Standard
18618
18619 \series bold
18620
18621 \backslash
18622 newcolumntype{V}{!{
18623 \backslash
18624 vrule width 1.5pt}}
18625 \end_layout
18626
18627 \begin_layout Standard
18628 Para la tabla
18629 \begin_inset space ~
18630 \end_inset
18631
18632
18633 \begin_inset CommandInset ref
18634 LatexCommand ref
18635 reference "tab:Tabla-con-verticales"
18636
18637 \end_inset
18638
18639  se usó el argumento LaTeX
18640 \end_layout
18641
18642 \begin_layout Standard
18643
18644 \series bold
18645 VcV
18646 \end_layout
18647
18648 \begin_layout Standard
18649 para la última columna y
18650 \end_layout
18651
18652 \begin_layout Standard
18653
18654 \series bold
18655 Vc
18656 \end_layout
18657
18658 \begin_layout Standard
18659 para las otras.
18660 \end_layout
18661
18662 \begin_layout Standard
18663 \begin_inset Float table
18664 wide false
18665 sideways false
18666 status open
18667
18668 \begin_layout Plain Layout
18669 \begin_inset Caption
18670
18671 \begin_layout Plain Layout
18672 \begin_inset CommandInset label
18673 LatexCommand label
18674 name "tab:Tabla-con-verticales"
18675
18676 \end_inset
18677
18678 Tabla con líneas verticales de 1.5
18679 \begin_inset space \thinspace{}
18680 \end_inset
18681
18682 pt de grosor
18683 \end_layout
18684
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \begin_layout Plain Layout
18691 \align center
18692 \begin_inset Tabular
18693 <lyxtabular version="3" rows="3" columns="3">
18694 <features tabularvalignment="middle">
18695 <column alignment="center" valignment="top" width="0" special="Vc">
18696 <column alignment="center" valignment="top" width="0" special="Vc">
18697 <column alignment="center" valignment="top" width="0" special="VcV">
18698 <row>
18699 <cell alignment="center" valignment="top" topline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703 sd
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 <cell alignment="center" valignment="top" topline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712
18713 \end_layout
18714
18715 \end_inset
18716 </cell>
18717 <cell alignment="center" valignment="top" topline="true" usebox="none">
18718 \begin_inset Text
18719
18720 \begin_layout Plain Layout
18721
18722 \end_layout
18723
18724 \end_inset
18725 </cell>
18726 </row>
18727 <row>
18728 <cell alignment="center" valignment="top" topline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 <cell alignment="center" valignment="top" topline="true" usebox="none">
18738 \begin_inset Text
18739
18740 \begin_layout Plain Layout
18741 sd
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 <cell alignment="center" valignment="top" topline="true" usebox="none">
18747 \begin_inset Text
18748
18749 \begin_layout Plain Layout
18750
18751 \end_layout
18752
18753 \end_inset
18754 </cell>
18755 </row>
18756 <row>
18757 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18758 \begin_inset Text
18759
18760 \begin_layout Plain Layout
18761
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779 sd
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 </row>
18785 </lyxtabular>
18786
18787 \end_inset
18788
18789
18790 \end_layout
18791
18792 \end_inset
18793
18794
18795 \end_layout
18796
18797 \begin_layout Subsection
18798 Líneas de trazos
18799 \begin_inset Index idx
18800 status collapsed
18801
18802 \begin_layout Plain Layout
18803 Personalización de tablas ! Líneas de trazos
18804 \end_layout
18805
18806 \end_inset
18807
18808
18809 \end_layout
18810
18811 \begin_layout Standard
18812 \begin_inset ERT
18813 status collapsed
18814
18815 \begin_layout Plain Layout
18816
18817
18818 \backslash
18819 ifarydshln
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \begin_inset Note Note
18826 status collapsed
18827
18828 \begin_layout Plain Layout
18829 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18830  LaTeX 
18831 \series bold
18832 arydshln
18833 \series default
18834 .
18835 \end_layout
18836
18837 \end_inset
18838
18839
18840 \end_layout
18841
18842 \begin_layout Standard
18843 \begin_inset Float table
18844 placement H
18845 wide false
18846 sideways false
18847 status open
18848
18849 \begin_layout Plain Layout
18850 \begin_inset Caption
18851
18852 \begin_layout Plain Layout
18853 \begin_inset CommandInset label
18854 LatexCommand label
18855 name "tab:Tabla-con-trazos"
18856
18857 \end_inset
18858
18859 Tabla con líneas de trazos
18860 \end_layout
18861
18862 \end_inset
18863
18864
18865 \end_layout
18866
18867 \begin_layout Plain Layout
18868 \align center
18869 \begin_inset Tabular
18870 <lyxtabular version="3" rows="5" columns="5">
18871 <features tabularvalignment="middle">
18872 <column alignment="center" valignment="top" width="0">
18873 <column alignment="center" valignment="top" width="0">
18874 <column alignment="center" valignment="top" width="0" special=":c">
18875 <column alignment="center" valignment="top" width="0">
18876 <column alignment="center" valignment="top" width="0">
18877 <row>
18878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882 a
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18888 \begin_inset Text
18889
18890 \begin_layout Plain Layout
18891 b
18892 \end_layout
18893
18894 \end_inset
18895 </cell>
18896 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18897 \begin_inset Text
18898
18899 \begin_layout Plain Layout
18900 c
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 d
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 e
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 </row>
18924 <row>
18925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929 f
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938 g
18939 \end_layout
18940
18941 \end_inset
18942 </cell>
18943 <cell alignment="center" valignment="top" topline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947 h
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956 i
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965 j
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 </row>
18971 <row>
18972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976 \begin_inset ERT
18977 status collapsed
18978
18979 \begin_layout Plain Layout
18980
18981
18982 \backslash
18983 hdashline 
18984 \end_layout
18985
18986 \end_inset
18987
18988 k
18989 \end_layout
18990
18991 \end_inset
18992 </cell>
18993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997 l
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 <cell alignment="center" valignment="top" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006 m
19007 \end_layout
19008
19009 \end_inset
19010 </cell>
19011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19012 \begin_inset Text
19013
19014 \begin_layout Plain Layout
19015 n
19016 \end_layout
19017
19018 \end_inset
19019 </cell>
19020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19021 \begin_inset Text
19022
19023 \begin_layout Plain Layout
19024 o
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 </row>
19030 <row>
19031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035 \begin_inset ERT
19036 status collapsed
19037
19038 \begin_layout Plain Layout
19039
19040
19041 \backslash
19042 cdashline{4-5}
19043 \end_layout
19044
19045 \end_inset
19046
19047 p
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056 q
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065 r
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074 s
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 </row>
19089 <row>
19090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094 t
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103 u
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112 v
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121 w
19122 \end_layout
19123
19124 \end_inset
19125 </cell>
19126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130 x
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 </row>
19136 </lyxtabular>
19137
19138 \end_inset
19139
19140
19141 \end_layout
19142
19143 \end_inset
19144
19145
19146 \end_layout
19147
19148 \begin_layout Standard
19149 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19150  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19151 \series bold
19152 arydshln
19153 \series default
19154
19155 \begin_inset Index idx
19156 status collapsed
19157
19158 \begin_layout Plain Layout
19159 LaTeX-paquetes ! arydshln
19160 \end_layout
19161
19162 \end_inset
19163
19164  con el comando 
19165 \end_layout
19166
19167 \begin_layout Standard
19168
19169 \series bold
19170
19171 \backslash
19172 usepackage{arydshln}
19173 \end_layout
19174
19175 \begin_layout Standard
19176 Para hacer una línea vertical a trazos, introduce dos puntos «
19177 \series bold
19178 :
19179 \series default
19180 » junto con el carácter para alineación horizontal como argumento LaTeX
19181  en el diálogo de celda de tabla.
19182 \end_layout
19183
19184 \begin_layout Standard
19185 Para una línea de trazos horizontal añade el comando
19186 \end_layout
19187
19188 \begin_layout Standard
19189
19190 \series bold
19191
19192 \backslash
19193 hdashline
19194 \end_layout
19195
19196 \begin_layout Standard
19197 en código TeX como primer elemento de la primera celda en la fila.
19198 \end_layout
19199
19200 \begin_layout Standard
19201 Para líneas de trazos en multicolumna usa el comando
19202 \end_layout
19203
19204 \begin_layout Standard
19205
19206 \series bold
19207
19208 \backslash
19209 cdashline{número de líneas}
19210 \end_layout
19211
19212 \begin_layout Standard
19213 en código TeX como primer elemento de la primera celda en la fila.
19214  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19215  4 y quieres una línea de trazos por encima, añade el comando
19216 \end_layout
19217
19218 \begin_layout Standard
19219
19220 \series bold
19221
19222 \backslash
19223 cdashline{2-4}
19224 \end_layout
19225
19226 \begin_layout Standard
19227 como primer elemento de la primera celda en la fila de la multicolumna.
19228 \end_layout
19229
19230 \begin_layout Standard
19231 \begin_inset VSpace bigskip
19232 \end_inset
19233
19234
19235 \end_layout
19236
19237 \begin_layout Standard
19238 La tabla
19239 \begin_inset space ~
19240 \end_inset
19241
19242
19243 \begin_inset CommandInset ref
19244 LatexCommand ref
19245 reference "tab:Tabla-con-trazos"
19246
19247 \end_inset
19248
19249  se ha hecho usando «
19250 \series bold
19251 :c
19252 \series default
19253 » como argumento LaTeX de la tercera columna.
19254  El comando en código TeX 
19255 \series bold
19256
19257 \backslash
19258 hdashline
19259 \series default
19260  se ha insertado en la primera celda de la tercera fila y el comando en
19261  código TeX
19262 \begin_inset Newline newline
19263 \end_inset
19264
19265
19266 \series bold
19267
19268 \backslash
19269 cdashline{4-5}
19270 \series default
19271  en la primera celda de la cuarta fila.
19272 \end_layout
19273
19274 \begin_layout Standard
19275 \begin_inset Note Greyedout
19276 status open
19277
19278 \begin_layout Plain Layout
19279
19280 \series bold
19281 Nota:
19282 \series default
19283  Aparentemente el paquete LaTeX 
19284 \series bold
19285 arydshln
19286 \series default
19287  no es compatible con el paquete LaTeX 
19288 \series bold
19289 colortbl
19290 \series default
19291
19292 \begin_inset Index idx
19293 status collapsed
19294
19295 \begin_layout Plain Layout
19296 LaTeX-paquetes ! colortbl
19297 \end_layout
19298
19299 \end_inset
19300
19301  que se usa para tablas coloreadas en la sección
19302 \begin_inset space ~
19303 \end_inset
19304
19305
19306 \begin_inset CommandInset ref
19307 LatexCommand ref
19308 reference "sec:Tablas-Coloreadas"
19309
19310 \end_inset
19311
19312 .
19313  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19314 \end_layout
19315
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \begin_layout Standard
19322 \begin_inset ERT
19323 status collapsed
19324
19325 \begin_layout Plain Layout
19326
19327
19328 \backslash
19329 else
19330 \end_layout
19331
19332 \end_inset
19333
19334
19335 \begin_inset Note Note
19336 status collapsed
19337
19338 \begin_layout Plain Layout
19339 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19340  
19341 \series bold
19342 arydshln
19343 \series default
19344 .
19345 \end_layout
19346
19347 \end_inset
19348
19349
19350 \end_layout
19351
19352 \begin_layout Standard
19353 Debes instalar el paquete LaTeX 
19354 \series bold
19355 arydshln
19356 \series default
19357  para ver la parte siguiente en la salida.
19358 \end_layout
19359
19360 \begin_layout Standard
19361 \begin_inset ERT
19362 status collapsed
19363
19364 \begin_layout Plain Layout
19365
19366
19367 \backslash
19368 fi
19369 \end_layout
19370
19371 \end_inset
19372
19373
19374 \end_layout
19375
19376 \begin_layout Chapter
19377 Flotantes
19378 \begin_inset Index idx
19379 status collapsed
19380
19381 \begin_layout Plain Layout
19382 Flotantes
19383 \end_layout
19384
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \begin_layout Section
19391 Introducción
19392 \begin_inset CommandInset label
19393 LatexCommand label
19394 name "sec:Introducción-Flotantes"
19395
19396 \end_inset
19397
19398
19399 \begin_inset Index idx
19400 status collapsed
19401
19402 \begin_layout Plain Layout
19403 Flotantes ! Introducción
19404 \end_layout
19405
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \begin_layout Standard
19412 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19413  no tiene posición fija.
19414  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19415  Las 
19416 \family sans
19417 Notas
19418 \begin_inset space ~
19419 \end_inset
19420
19421 al
19422 \begin_inset space ~
19423 \end_inset
19424
19425 pie
19426 \family default
19427  y 
19428 \family sans
19429 Notas
19430 \begin_inset space ~
19431 \end_inset
19432
19433 al
19434 \begin_inset space ~
19435 \end_inset
19436
19437 margen
19438 \family default
19439  también son flotantes, porque pueden flotar a la página siguiente cuando
19440  hay demasiadas notas en la página.
19441 \end_layout
19442
19443 \begin_layout Standard
19444 Los flotantes permiten composiciones de alta calidad.
19445  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19446  impedir espacios en blanco y páginas sin texto.
19447  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19448  cada flotante puede ser referenciado en el texto.
19449  Por lo tanto los flotantes están numerados.
19450  Las referencias se describen en la sección
19451 \begin_inset space ~
19452 \end_inset
19453
19454
19455 \begin_inset CommandInset ref
19456 LatexCommand ref
19457 reference "sec:Referencias-a-Flotantes"
19458
19459 \end_inset
19460
19461 .
19462 \end_layout
19463
19464 \begin_layout Standard
19465 Para insertar un flotante, usa el menú 
19466 \family sans
19467 Insertar\SpecialChar \menuseparator
19468 Flotante
19469 \family default
19470 .
19471  Esto inserta una 
19472 \family sans
19473 Leyenda,
19474 \family default
19475  un cuadro con una etiqueta.
19476  La etiqueta se traducirá automáticamente al idioma del documento.
19477  Tras la etiqueta puedes insertar el texto de la leyenda.
19478  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19479  separado dentro del flotante.
19480  La colocación de leyendas se describe en la sección
19481 \begin_inset space ~
19482 \end_inset
19483
19484
19485 \begin_inset CommandInset ref
19486 LatexCommand ref
19487 reference "sec:Colocación-de-leyendas"
19488
19489 \end_inset
19490
19491 .
19492  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19493  con clic izquierdo sobre él.
19494  Un cuadro cerrado se muestra así: 
19495 \begin_inset Graphics
19496         filename clipart/flotanteQt4.png
19497         scale 70
19498
19499 \end_inset
19500
19501  —un cuadro gris con etiqueta en rojo—.
19502 \end_layout
19503
19504 \begin_layout Standard
19505 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19506  errores de LaTeX si el texto circundante se formatea de modo especial.
19507 \end_layout
19508
19509 \begin_layout Standard
19510 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19511  y pinchando el botón correspondiente de la barra de herramientas para un
19512  flotante nuevo.
19513 \end_layout
19514
19515 \begin_layout Section
19516 Tipos de flotantes
19517 \end_layout
19518
19519 \begin_layout Standard
19520 Además de los flotantes de imagen y de tabla que se describen en la sección
19521 \begin_inset space ~
19522 \end_inset
19523
19524
19525 \begin_inset CommandInset ref
19526 LatexCommand ref
19527 reference "sec:Figuras-Flotantes"
19528
19529 \end_inset
19530
19531  y 
19532 \begin_inset CommandInset ref
19533 LatexCommand ref
19534 reference "sec:Tablas-Flotantes"
19535
19536 \end_inset
19537
19538 , respectivamente, LyX ofrece los tipos 
19539 \series bold
19540 Algoritmo
19541 \series default
19542  y 
19543 \series bold
19544 Envoltorio
19545 \series default
19546 .
19547 \end_layout
19548
19549 \begin_layout Subsection
19550 Algoritmos flotantes
19551 \begin_inset Index idx
19552 status collapsed
19553
19554 \begin_layout Plain Layout
19555 Flotantes ! Algoritmos
19556 \end_layout
19557
19558 \end_inset
19559
19560
19561 \begin_inset CommandInset label
19562 LatexCommand label
19563 name "sub:Algoritmos-Flotantes"
19564
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \begin_layout Standard
19571 \begin_inset Float algorithm
19572 placement h
19573 wide false
19574 sideways false
19575 status open
19576
19577 \begin_layout Plain Layout
19578 \begin_inset Caption
19579
19580 \begin_layout Plain Layout
19581 \begin_inset CommandInset label
19582 LatexCommand label
19583 name "alg:Ejemplo-de-Algoritmo-flotante"
19584
19585 \end_inset
19586
19587 Ejemplo de algoritmo flotante
19588 \end_layout
19589
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \begin_layout LyX-Code
19596 for I in 1..N loop
19597 \begin_inset Newline newline
19598 \end_inset
19599
19600  Sum:= Sum + A(I); /*comment*/
19601 \begin_inset Newline newline
19602 \end_inset
19603
19604 end loop
19605 \begin_inset VSpace -4mm
19606 \end_inset
19607
19608
19609 \end_layout
19610
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \begin_layout Standard
19617 Este tipo de flotante se inserta con el menú 
19618 \family sans
19619 Insertar\SpecialChar \menuseparator
19620 Flotante\SpecialChar \menuseparator
19621 Algoritmo
19622 \family default
19623 .
19624  Se usa para códigos y descripciones de algoritmos y se puede considerar
19625  una alternativa al listado de código de programa, que se explica en el
19626  capítulo
19627 \begin_inset space ~
19628 \end_inset
19629
19630
19631 \begin_inset CommandInset ref
19632 LatexCommand ref
19633 reference "cap:Listado-de-programa"
19634
19635 \end_inset
19636
19637 .
19638  Un posible entorno para algoritmos es 
19639 \family sans
19640 Código-LyX
19641 \family default
19642 , descrito en la 
19643 \emph on
19644 Guía del usuario
19645 \emph default
19646  de LyX.
19647  El algoritmo
19648 \begin_inset space ~
19649 \end_inset
19650
19651
19652 \begin_inset CommandInset ref
19653 LatexCommand ref
19654 reference "alg:Ejemplo-de-Algoritmo-flotante"
19655
19656 \end_inset
19657
19658  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19659  vertical de -4
19660 \begin_inset space \thinspace{}
19661 \end_inset
19662
19663 mm al final para tener la línea inferior exactamente bajo la última línea
19664  de texto.
19665 \end_layout
19666
19667 \begin_layout Standard
19668 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19669  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19670 \end_layout
19671
19672 \begin_layout Standard
19673
19674 \series bold
19675
19676 \backslash
19677 floatname{algorithm}{nombre}
19678 \end_layout
19679
19680 \begin_layout Standard
19681 donde 
19682 \family sans
19683 nombre
19684 \family default
19685  es la palabra «
19686 \emph on
19687 algoritmo
19688 \emph default
19689 » en el idioma deseado.
19690 \end_layout
19691
19692 \begin_layout Standard
19693 Para insertar el índice de algoritmos puedes usar el menú 
19694 \family sans
19695 Insertar\SpecialChar \menuseparator
19696 Lista
19697 \begin_inset space \thinspace{}
19698 \end_inset
19699
19700 /
19701 \begin_inset space \thinspace{}
19702 \end_inset
19703
19704 Índice\SpecialChar \menuseparator
19705 Índice de algoritmos
19706 \family default
19707 , si el documento está en el mismo idioma que los menús de LyX.
19708  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19709 \end_layout
19710
19711 \begin_layout Standard
19712
19713 \series bold
19714
19715 \backslash
19716 listof{algorithm}{nombre}
19717 \end_layout
19718
19719 \begin_layout Standard
19720 donde 
19721 \family sans
19722 nombre
19723 \family default
19724  es «
19725 \emph on
19726 Lista de algoritmos
19727 \emph default
19728 » en el idioma del documento.
19729 \end_layout
19730
19731 \begin_layout Standard
19732 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19733  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19734 tmo».
19735  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19736  documento:
19737 \end_layout
19738
19739 \begin_layout Standard
19740
19741 \series bold
19742
19743 \backslash
19744 numberwithin{algorithm}{chapter}
19745 \end_layout
19746
19747 \begin_layout Standard
19748 Para poder usar el comando 
19749 \series bold
19750
19751 \backslash
19752 numberwithin
19753 \series default
19754 , marca la opción 
19755 \family sans
19756 Usar
19757 \begin_inset space ~
19758 \end_inset
19759
19760 el
19761 \begin_inset space ~
19762 \end_inset
19763
19764 paquete
19765 \begin_inset space ~
19766 \end_inset
19767
19768 AMS
19769 \family default
19770  en el menú 
19771 \family sans
19772 Documento\SpecialChar \menuseparator
19773 Configuración\SpecialChar \menuseparator
19774 Opciones para ecuaciones
19775 \family default
19776 .
19777 \end_layout
19778
19779 \begin_layout Subsection
19780 Flotantes envueltos
19781 \begin_inset Index idx
19782 status collapsed
19783
19784 \begin_layout Plain Layout
19785 Flotantes ! Envoltorio
19786 \end_layout
19787
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \begin_layout Standard
19794 \begin_inset Wrap figure
19795 lines 0
19796 placement l
19797 overhang 1cm
19798 width "40col%"
19799 status open
19800
19801 \begin_layout Plain Layout
19802 \begin_inset Graphics
19803         filename ../clipart/mobius.eps
19804         width 40col%
19805         rotateOrigin center
19806
19807 \end_inset
19808
19809
19810 \end_layout
19811
19812 \begin_layout Plain Layout
19813 \begin_inset Caption
19814
19815 \begin_layout Plain Layout
19816 \begin_inset CommandInset label
19817 LatexCommand label
19818 name "fig:Envoltorio-de-figura"
19819
19820 \end_inset
19821
19822 Figura envuelta en el texto
19823 \end_layout
19824
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \end_inset
19831
19832  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19833  de modo que ocupe sólo una parte del ancho de columna.
19834  Se inserta con el menú 
19835 \family sans
19836 Insertar\SpecialChar \menuseparator
19837 Flotante\SpecialChar \menuseparator
19838 Figura
19839 \begin_inset space ~
19840 \end_inset
19841
19842 envuelta
19843 \family default
19844
19845 \begin_inset space \thinspace{}
19846 \end_inset
19847
19848 /
19849 \begin_inset space \thinspace{}
19850 \end_inset
19851
19852
19853 \family sans
19854 Tabla
19855 \begin_inset space ~
19856 \end_inset
19857
19858 envuelta
19859 \family default
19860  si está instalado el paquete LaTeX 
19861 \series bold
19862 wrapfig
19863 \series default
19864
19865 \begin_inset Index idx
19866 status collapsed
19867
19868 \begin_layout Plain Layout
19869 LaTeX-paquetes ! wrapfig
19870 \begin_inset ERT
19871 status collapsed
19872
19873 \begin_layout Plain Layout
19874
19875
19876 \backslash
19877 vspace{4mm}
19878 \end_layout
19879
19880 \end_inset
19881
19882
19883 \end_layout
19884
19885 \end_inset
19886
19887 .
19888 \begin_inset Foot
19889 status collapsed
19890
19891 \begin_layout Plain Layout
19892 La instalación de paquetes LaTeX se explica en el manual 
19893 \emph on
19894 Configuración de LaTeX
19895 \emph default
19896 .
19897 \end_layout
19898
19899 \end_inset
19900
19901  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19902  con clic derecho sobre el cuadro del flotante.
19903  Son obligatorias la 
19904 \family sans
19905 Ubicación
19906 \family default
19907  y la 
19908 \family sans
19909 Anchura
19910 \family default
19911 .
19912  Son opcionales 
19913 \family sans
19914 Extensión al margen
19915 \family default
19916 , que especifica la anchura de invasión del margen, y 
19917 \family sans
19918 Extender
19919 \begin_inset space ~
19920 \end_inset
19921
19922 a
19923 \begin_inset space ~
19924 \end_inset
19925
19926 líneas
19927 \family default
19928 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19929  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19930  opción sólo si encuentras problemas en la colocación del flotante.
19931  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19932  del párrafo o en los párrafos adyacentes.
19933  La figura
19934 \begin_inset space ~
19935 \end_inset
19936
19937
19938 \begin_inset CommandInset ref
19939 LatexCommand ref
19940 reference "fig:Envoltorio-de-figura"
19941
19942 \end_inset
19943
19944  es un ejemplo de envoltorio con una anchura de columna del 40
19945 \begin_inset space \thinspace{}
19946 \end_inset
19947
19948 %, ubicado a la izquierda y 1
19949 \begin_inset space \thinspace{}
19950 \end_inset
19951
19952 cm de invasión de margen.
19953 \begin_inset Foot
19954 status collapsed
19955
19956 \begin_layout Plain Layout
19957 Consulta las unidades disponibles en el apéndice
19958 \begin_inset space ~
19959 \end_inset
19960
19961
19962 \begin_inset CommandInset ref
19963 LatexCommand ref
19964 reference "cap:Unidades-disponibles-en"
19965
19966 \end_inset
19967
19968 .
19969 \end_layout
19970
19971 \end_inset
19972
19973
19974 \end_layout
19975
19976 \begin_layout Standard
19977 \begin_inset Note Greyedout
19978 status open
19979
19980 \begin_layout Plain Layout
19981
19982 \series bold
19983 Nota:
19984 \series default
19985  ¡Los flotantes envueltos son frágiles! P.
19986 \begin_inset space \thinspace{}
19987 \end_inset
19988
19989 e.
19990 \begin_inset space ~
19991 \end_inset
19992
19993 si una figura está demasiado cerca de la parte inferior de la página se
19994  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19995  o situarse junto a otro texto.
19996 \end_layout
19997
19998 \end_inset
19999
20000
20001 \end_layout
20002
20003 \begin_layout Standard
20004 En general:
20005 \end_layout
20006
20007 \begin_layout Itemize
20008 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
20009  salto de página.
20010  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
20011  esté casi listo y puedas prever los saltos de página.
20012 \end_layout
20013
20014 \begin_layout Itemize
20015 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
20016  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
20017 \end_layout
20018
20019 \begin_layout Itemize
20020 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
20021  que procura que haya un párrafo de texto entre ellos.
20022 \end_layout
20023
20024 \begin_layout Itemize
20025 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
20026 \end_layout
20027
20028 \begin_layout Section
20029 Numeración de flotantes
20030 \begin_inset Index idx
20031 status collapsed
20032
20033 \begin_layout Plain Layout
20034 Flotantes ! Numeración
20035 \end_layout
20036
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \begin_layout Standard
20043 En general, los flotantes se numeran independientemente de las secciones
20044  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
20045  dependiendo de la clase de documento utilizada.
20046 \end_layout
20047
20048 \begin_layout Standard
20049 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
20050  comando en el preámbulo del documento:
20051 \end_layout
20052
20053 \begin_layout Standard
20054
20055 \series bold
20056
20057 \backslash
20058 renewcommand{
20059 \backslash
20060 thetable}{
20061 \backslash
20062 roman{table}}
20063 \end_layout
20064
20065 \begin_layout Standard
20066
20067 \series bold
20068
20069 \backslash
20070 thetable 
20071 \series default
20072 es el comando que imprime el número de la tabla, para figuras flotantes
20073  el comando sería 
20074 \series bold
20075
20076 \backslash
20077 thefigure
20078 \series default
20079 .
20080  El comando 
20081 \series bold
20082
20083 \backslash
20084 roman
20085 \series default
20086  imprime el número de tabla en números romanos en minúscula.
20087 \end_layout
20088
20089 \begin_layout Standard
20090 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
20091  usa este comando en el preámbulo:
20092 \end_layout
20093
20094 \begin_layout Standard
20095
20096 \series bold
20097
20098 \backslash
20099 numberwithin{table}{subsection}
20100 \end_layout
20101
20102 \begin_layout Standard
20103 Para poder usar el comando 
20104 \series bold
20105
20106 \backslash
20107 numberwithin
20108 \series default
20109 , debes marcar la opción 
20110 \family sans
20111 Usar
20112 \begin_inset space ~
20113 \end_inset
20114
20115 el
20116 \begin_inset space ~
20117 \end_inset
20118
20119 paquete
20120 \begin_inset space ~
20121 \end_inset
20122
20123 AMS 
20124 \family default
20125 en el apartado 
20126 \family sans
20127 Opciones para ecuaciones 
20128 \family default
20129 de las preferencias del documento.
20130 \end_layout
20131
20132 \begin_layout Standard
20133 Puedes ver más detalles y notas importantes sobre comandos de numeración
20134  en la sección
20135 \begin_inset space ~
20136 \end_inset
20137
20138
20139 \begin_inset CommandInset ref
20140 LatexCommand ref
20141 reference "sub:Numeración-de-Notas-al-Pie"
20142
20143 \end_inset
20144
20145 .
20146 \end_layout
20147
20148 \begin_layout Section
20149 Referencias a flotantes
20150 \begin_inset CommandInset label
20151 LatexCommand label
20152 name "sec:Referencias-a-Flotantes"
20153
20154 \end_inset
20155
20156
20157 \begin_inset Index idx
20158 status collapsed
20159
20160 \begin_layout Plain Layout
20161 Flotantes ! Referencias
20162 \end_layout
20163
20164 \end_inset
20165
20166
20167 \begin_inset Index idx
20168 status collapsed
20169
20170 \begin_layout Plain Layout
20171 Referencias
20172 \end_layout
20173
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \begin_layout Standard
20180 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20181  menú 
20182 \family sans
20183 Insertar\SpecialChar \menuseparator
20184 Etiqueta
20185 \family default
20186  o el botón 
20187 \begin_inset Graphics
20188         filename ../../images/label-insert.png
20189         scale 85
20190
20191 \end_inset
20192
20193 .
20194  Aparece una ventana esperando la introducción del texto de la etiqueta
20195  y se inserta un cuadro gris como este: 
20196 \begin_inset Graphics
20197         filename clipart/etiquetaQt4.png
20198         scale 85
20199
20200 \end_inset
20201
20202 .
20203  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20204  El prefijo depende del tipo de flotante, p.
20205 \begin_inset space \thinspace{}
20206 \end_inset
20207
20208 e.
20209 \begin_inset space ~
20210 \end_inset
20211
20212 para figuras el prefijo será «
20213 \family sans
20214 fig:
20215 \family default
20216 ».
20217 \end_layout
20218
20219 \begin_layout Standard
20220 La etiqueta se usa como ancla y el nombre para la referencia.
20221  Puedes referenciar la etiqueta usando el menú 
20222 \family sans
20223 Insertar\SpecialChar \menuseparator
20224 Referencia
20225 \family default
20226
20227 \begin_inset space ~
20228 \end_inset
20229
20230
20231 \family sans
20232 cruzada
20233 \family default
20234  o el botón 
20235 \begin_inset Graphics
20236         filename ../../images/dialog-show-new-inset_ref.png
20237         scale 85
20238
20239 \end_inset
20240
20241 .
20242  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20243  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20244  trabajando de la lista desplegable de la parte superior del diálogo.
20245  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20246  Se inserta un cuadro gris como este: 
20247 \begin_inset Graphics
20248         filename clipart/referenciaQt4.png
20249         scale 85
20250
20251 \end_inset
20252
20253 .
20254  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20255 \end_layout
20256
20257 \begin_layout Standard
20258 Se recomienda poner un espacio protegido entre el nombre de la referencia
20259  cruzada y su número para evitar saltos de línea entre ellos.
20260  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20261  dos interrogaciones en la salida.
20262 \end_layout
20263
20264 \begin_layout Standard
20265 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20266  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20267  al texto de la etiqueta nueva, no te preocupes por eso.
20268 \end_layout
20269
20270 \begin_layout Standard
20271 El botón 
20272 \family sans
20273 Ir
20274 \begin_inset space ~
20275 \end_inset
20276
20277 a
20278 \begin_inset space ~
20279 \end_inset
20280
20281 la
20282 \begin_inset space ~
20283 \end_inset
20284
20285 etiqueta
20286 \family default
20287  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20288  y el texto del botón cambia a 
20289 \family sans
20290 Volver
20291 \family default
20292 , con el que se puede retornar a la referencia.
20293  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20294  hasta la etiqueta pero sin opción de volver.
20295 \end_layout
20296
20297 \begin_layout Subsection
20298 Formatos de referencia cruzada
20299 \begin_inset CommandInset label
20300 LatexCommand label
20301 name "sub:Formatos-referencia-cruzada"
20302
20303 \end_inset
20304
20305
20306 \begin_inset Index idx
20307 status collapsed
20308
20309 \begin_layout Plain Layout
20310 Referencias ! Formatos
20311 \end_layout
20312
20313 \end_inset
20314
20315
20316 \end_layout
20317
20318 \begin_layout Standard
20319 Hay seis variedades de referencias cruzadas:
20320 \end_layout
20321
20322 \begin_layout Description
20323 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20324  
20325 \begin_inset CommandInset ref
20326 LatexCommand ref
20327 reference "fig:Dos-imágenes-distorsionadas"
20328
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \begin_layout Description
20335 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20336  habitual para referirse a fórmulas, especialmente si se omite el nombre
20337  «Ecuación»: 
20338 \begin_inset CommandInset ref
20339 LatexCommand eqref
20340 reference "eq:Wgn"
20341
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \begin_layout Description
20348 <página>: imprime el número de página: Página
20349 \begin_inset space ~
20350 \end_inset
20351
20352
20353 \begin_inset CommandInset ref
20354 LatexCommand pageref
20355 reference "fig:Dos-imágenes-distorsionadas"
20356
20357 \end_inset
20358
20359
20360 \end_layout
20361
20362 \begin_layout Description
20363 en
20364 \begin_inset space ~
20365 \end_inset
20366
20367 página
20368 \begin_inset space ~
20369 \end_inset
20370
20371 <página>: imprime el texto «en la página» y el número de página: 
20372 \begin_inset CommandInset ref
20373 LatexCommand vpageref
20374 reference "fig:Dos-imágenes-distorsionadas"
20375
20376 \end_inset
20377
20378
20379 \end_layout
20380
20381 \begin_layout Description
20382 <referencia>
20383 \begin_inset space ~
20384 \end_inset
20385
20386 en
20387 \begin_inset space ~
20388 \end_inset
20389
20390 página
20391 \begin_inset space ~
20392 \end_inset
20393
20394 <página>: imprime el número flotante, el texto «en la página» y el número
20395  de página: 
20396 \begin_inset CommandInset ref
20397 LatexCommand vref
20398 reference "fig:Dos-imágenes-distorsionadas"
20399
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \begin_layout Description
20406 Referencia
20407 \begin_inset space ~
20408 \end_inset
20409
20410 con
20411 \begin_inset space ~
20412 \end_inset
20413
20414 formato: imprime un formato personalizado.
20415 \begin_inset Newline newline
20416 \end_inset
20417
20418
20419 \begin_inset Note Greyedout
20420 status open
20421
20422 \begin_layout Plain Layout
20423
20424 \series bold
20425 Nota:
20426 \series default
20427  Esta característica sólo está disponible si está instalado el paquete LaTeX
20428  
20429 \series bold
20430 prettyref
20431 \series default
20432  o 
20433 \series bold
20434 refstyle
20435 \series default
20436 .
20437 \begin_inset Index idx
20438 status collapsed
20439
20440 \begin_layout Plain Layout
20441 LaTeX-paquetes ! prettyref
20442 \end_layout
20443
20444 \end_inset
20445
20446
20447 \begin_inset Index idx
20448 status collapsed
20449
20450 \begin_layout Plain Layout
20451 LaTeX-paquetes ! refstyle
20452 \end_layout
20453
20454 \end_inset
20455
20456
20457 \end_layout
20458
20459 \end_inset
20460
20461
20462 \begin_inset Newline newline
20463 \end_inset
20464
20465 Se puede seleccionar el paquete LaTeX a usar con esta característica marcando
20466  la opción 
20467 \family sans
20468 Usar refstyle (no prettyref) para las referencias cruzadas
20469 \family default
20470  en el menú 
20471 \family sans
20472 Documento\SpecialChar \menuseparator
20473 Configuración\SpecialChar \menuseparator
20474 Clase de documento
20475 \family default
20476 .
20477  El formato se especifica añadiendo el comando 
20478 \series bold
20479
20480 \backslash
20481 newrefformat
20482 \series default
20483  (prettyref) o 
20484 \series bold
20485
20486 \backslash
20487 newref
20488 \series default
20489  (refstyle) en el preámbulo del documento.
20490  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
20491  la etiqueta 
20492 \begin_inset Quotes fld
20493 \end_inset
20494
20495
20496 \family sans
20497 fig
20498 \family default
20499
20500 \begin_inset Quotes frd
20501 \end_inset
20502
20503 ) se usa el comando
20504 \begin_inset Newline newline
20505 \end_inset
20506
20507
20508 \series bold
20509
20510 \backslash
20511 newref{fig}{refcmd={Imagen en la página 
20512 \backslash
20513 pageref{#1}}}
20514 \series default
20515
20516 \begin_inset Newline newline
20517 \end_inset
20518
20519 Para más información sobre este formato echa un vistazo a la documentación
20520  de
20521 \begin_inset space ~
20522 \end_inset
20523
20524
20525 \begin_inset CommandInset citation
20526 LatexCommand cite
20527 key "prettyref,refstyle"
20528
20529 \end_inset
20530
20531 .
20532 \end_layout
20533
20534 \begin_layout Description
20535 Referencia
20536 \begin_inset space ~
20537 \end_inset
20538
20539 textual: imprime la leyenda de la referencia: 
20540 \begin_inset CommandInset ref
20541 LatexCommand nameref
20542 reference "fig:Dos-imágenes-distorsionadas"
20543
20544 \end_inset
20545
20546
20547 \end_layout
20548
20549 \begin_layout Standard
20550
20551 \family sans
20552 <página>
20553 \family default
20554
20555 \begin_inset space \thinspace{}
20556 \end_inset
20557
20558  no imprime el número si la etiqueta está en la misma página, en la anterior
20559  o en la siguiente.
20560  En su lugar verás p.
20561 \begin_inset space \thinspace{}
20562 \end_inset
20563
20564 e.
20565 \begin_inset space ~
20566 \end_inset
20567
20568 el texto «
20569 \family sans
20570 en esta página
20571 \family default
20572 ».
20573  El estilo 
20574 \family sans
20575 <referencia>
20576 \begin_inset space ~
20577 \end_inset
20578
20579 en
20580 \begin_inset space ~
20581 \end_inset
20582
20583 página
20584 \begin_inset space ~
20585 \end_inset
20586
20587 <página> 
20588 \family default
20589 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20590 \end_layout
20591
20592 \begin_layout Standard
20593 El número y página actual de la parte del documento referida es automáticamente
20594  calculado por LaTeX en la salida.
20595  Las variedades se ajustan en el campo 
20596 \family sans
20597 Formato
20598 \family default
20599  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20600 \end_layout
20601
20602 \begin_layout Standard
20603 \begin_inset Note Greyedout
20604 status collapsed
20605
20606 \begin_layout Plain Layout
20607
20608 \series bold
20609 Nota: 
20610 \series default
20611 Se recomienda usar el paquete LaTeX 
20612 \series bold
20613 refstyle
20614 \series default
20615
20616 \begin_inset Index idx
20617 status collapsed
20618
20619 \begin_layout Plain Layout
20620 LaTeX-paquetes ! refstyle
20621 \end_layout
20622
20623 \end_inset
20624
20625  porque 
20626 \series bold
20627 prettyref
20628 \series default
20629
20630 \begin_inset Index idx
20631 status collapsed
20632
20633 \begin_layout Plain Layout
20634 LaTeX-paquetes ! prettyref
20635 \end_layout
20636
20637 \end_inset
20638
20639  no reconoce todas las abreviaturas de etiquetas
20640 \begin_inset Foot
20641 status collapsed
20642
20643 \begin_layout Plain Layout
20644 \begin_inset Quotes fld
20645 \end_inset
20646
20647 fig:
20648 \begin_inset Quotes frd
20649 \end_inset
20650
20651 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20652  figuras.
20653 \end_layout
20654
20655 \end_inset
20656
20657  posibles en LyX y no está internacionalizado.
20658 \end_layout
20659
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \begin_layout Standard
20666 \begin_inset Note Greyedout
20667 status open
20668
20669 \begin_layout Plain Layout
20670
20671 \series bold
20672 Nota:
20673 \series default
20674  Debido a un fallo en el paquete LaTeX 
20675 \series bold
20676 varioref
20677 \series default
20678  versión 1.4w, algunos formatos de las referencias cruzadas provocarán errores
20679  de LaTeX en documentos cuyo idioma haga activo el carácter punto (como
20680  el francés).
20681  Para una solución provisional, véase 
20682 \begin_inset Newline newline
20683 \end_inset
20684
20685
20686 \begin_inset CommandInset href
20687 LatexCommand href
20688 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20689
20690 \end_inset
20691
20692 .
20693 \end_layout
20694
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \begin_layout Subsection
20701 Designación automática de referencias
20702 \begin_inset Index idx
20703 status collapsed
20704
20705 \begin_layout Plain Layout
20706 Referencias ! Designación automática
20707 \end_layout
20708
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \begin_layout Standard
20715 El paquete LaTeX 
20716 \series bold
20717 hyperref
20718 \series default
20719
20720 \begin_inset Index idx
20721 status collapsed
20722
20723 \begin_layout Plain Layout
20724 LaTeX-paquetes ! hyperref
20725 \end_layout
20726
20727 \end_inset
20728
20729 , que se habilita en 
20730 \family sans
20731 Propiedades PDF
20732 \family default
20733  del diálogo 
20734 \family sans
20735 Documento\SpecialChar \menuseparator
20736 Configuración
20737 \family default
20738 , dispone de una característica muy útil que permite incluir automáticamente
20739  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20740  de texto como 
20741 \emph on
20742 sección
20743 \emph default
20744 ).
20745  Así, p.
20746 \begin_inset space \thinspace{}
20747 \end_inset
20748
20749 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20750  a una figura.
20751  Para usar esta característica habilita el soporte para 
20752 \series bold
20753 hyperref
20754 \series default
20755  e inserta la siguiente línea en el preámbulo LaTeX:
20756 \end_layout
20757
20758 \begin_layout Standard
20759
20760 \series bold
20761
20762 \backslash
20763 AtBeginDocument{
20764 \backslash
20765 renewcommand{
20766 \backslash
20767 ref}[1]{
20768 \backslash
20769 mbox{
20770 \backslash
20771 autoref{#1}}}}
20772 \end_layout
20773
20774 \begin_layout Standard
20775 Si prefieres otros nombres para las referencias distintos de los predeterminados
20776 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20777  lo siguiente en el preámbulo:
20778 \end_layout
20779
20780 \begin_layout Standard
20781
20782 \series bold
20783
20784 \backslash
20785 addto
20786 \backslash
20787 extrasenglish{
20788 \backslash
20789 renewcommand{
20790 \backslash
20791 sectionautorefname}
20792 \begin_inset Newline newline
20793 \end_inset
20794
20795
20796 \begin_inset Phantom HPhantom
20797 status open
20798
20799 \begin_layout Plain Layout
20800
20801 \series bold
20802 \begin_inset space ~
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \end_inset
20809
20810 {sec.
20811 \backslash
20812 negthinspace}}
20813 \end_layout
20814
20815 \begin_layout Standard
20816 Si estás usando un idioma de documento distinto del inglés, reemplaza
20817 \begin_inset Newline newline
20818 \end_inset
20819
20820  
20821 \series bold
20822
20823 \backslash
20824 extrasenglish
20825 \series default
20826  por
20827 \series bold
20828  
20829 \backslash
20830 extras***
20831 \series default
20832 , donde *** es el nombre del idioma utilizado.
20833 \end_layout
20834
20835 \begin_layout Standard
20836 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20837  por ejemplo no para ecuaciones, usa este código de preámbulo:
20838 \end_layout
20839
20840 \begin_layout Standard
20841
20842 \series bold
20843
20844 \backslash
20845 newlength{
20846 \backslash
20847 abc}
20848 \begin_inset Newline newline
20849 \end_inset
20850
20851
20852 \backslash
20853 settowidth{
20854 \backslash
20855 abc}{
20856 \backslash
20857 space}
20858 \begin_inset Newline newline
20859 \end_inset
20860
20861
20862 \backslash
20863 addto
20864 \backslash
20865 extrasenglish{
20866 \backslash
20867 renewcommand{
20868 \backslash
20869 equationautorefname}
20870 \begin_inset Newline newline
20871 \end_inset
20872
20873
20874 \begin_inset Phantom HPhantom
20875 status open
20876
20877 \begin_layout Plain Layout
20878
20879 \series bold
20880 \begin_inset space ~
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \end_inset
20887
20888 {
20889 \backslash
20890 hspace{-
20891 \backslash
20892 abc}}
20893 \end_layout
20894
20895 \begin_layout Standard
20896 En la documentación de 
20897 \series bold
20898 hyperref
20899 \series default
20900  
20901 \begin_inset CommandInset citation
20902 LatexCommand cite
20903 key "hyperref"
20904
20905 \end_inset
20906
20907  puedes encontrar más información.
20908
20909 \series bold
20910  
20911 \end_layout
20912
20913 \begin_layout Standard
20914 \begin_inset Note Greyedout
20915 status open
20916
20917 \begin_layout Plain Layout
20918
20919 \series bold
20920 Nota:
20921 \series default
20922  La designación automática de referencias no puede usarse en el estilo 
20923 \family sans
20924 Referencia
20925 \begin_inset space ~
20926 \end_inset
20927
20928 con
20929 \begin_inset space ~
20930 \end_inset
20931
20932 formato
20933 \family default
20934 , descrita en la sección
20935 \begin_inset space ~
20936 \end_inset
20937
20938
20939 \begin_inset CommandInset ref
20940 LatexCommand ref
20941 reference "sub:Formatos-referencia-cruzada"
20942
20943 \end_inset
20944
20945 .
20946 \end_layout
20947
20948 \end_inset
20949
20950
20951 \end_layout
20952
20953 \begin_layout Standard
20954 El manual 
20955 \emph on
20956 Ecuaciones
20957 \emph default
20958  es un ejemplo de documento en el que se ha utilizado designación automática
20959  de referencias.
20960 \end_layout
20961
20962 \begin_layout Subsection
20963 Colocación de referencias
20964 \begin_inset CommandInset label
20965 LatexCommand label
20966 name "sub:Colocación-de-Referencias"
20967
20968 \end_inset
20969
20970
20971 \begin_inset Index idx
20972 status collapsed
20973
20974 \begin_layout Plain Layout
20975 Referencias ! Colocación
20976 \end_layout
20977
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \begin_layout Standard
20984 Si usas 
20985 \series bold
20986 hyperref
20987 \series default
20988
20989 \begin_inset Index idx
20990 status collapsed
20991
20992 \begin_layout Plain Layout
20993 LaTeX-paquetes ! hyperref
20994 \end_layout
20995
20996 \end_inset
20997
20998 , en las 
20999 \family sans
21000 Preferencias PDF 
21001 \family default
21002 del diálogo 
21003 \family sans
21004 Documento\SpecialChar \menuseparator
21005 Configuración
21006 \family default
21007 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
21008  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
21009  La leyenda será la primera parte del texto en pantalla, de forma que para
21010  ver la imagen debes deslizar.
21011  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
21012  Usando el paquete 
21013 \series bold
21014 hypcap
21015 \series default
21016
21017 \begin_inset Index idx
21018 status collapsed
21019
21020 \begin_layout Plain Layout
21021 LaTeX-paquetes ! hypcap
21022 \end_layout
21023
21024 \end_inset
21025
21026 , que forma parte del paquete LaTeX 
21027 \series bold
21028 oberdiek
21029 \series default
21030
21031 \begin_inset Index idx
21032 status collapsed
21033
21034 \begin_layout Plain Layout
21035 LaTeX-paquetes ! oberdiek
21036 \end_layout
21037
21038 \end_inset
21039
21040 , el ancla de enlace se sitúa al comienzo de un flotante.
21041  Para usar esta característica para figuras flotantes carga 
21042 \series bold
21043 hypcap
21044 \series default
21045  en el preámbulo con
21046 \end_layout
21047
21048 \begin_layout Standard
21049
21050 \series bold
21051
21052 \backslash
21053 usepackage[figure]{hypcap}
21054 \end_layout
21055
21056 \begin_layout Standard
21057 Puedes usar 
21058 \series bold
21059 hypcap
21060 \series default
21061  para todos los flotantes aunque no se recomienda por razones de estabilidad.
21062  Más información en el manual de 
21063 \series bold
21064 hypcap
21065 \series default
21066  
21067 \begin_inset CommandInset citation
21068 LatexCommand cite
21069 key "hypcap"
21070
21071 \end_inset
21072
21073 .
21074 \end_layout
21075
21076 \begin_layout Standard
21077 \begin_inset Note Greyedout
21078 status open
21079
21080 \begin_layout Plain Layout
21081
21082 \series bold
21083 Nota:
21084 \series default
21085  
21086 \series bold
21087 hypcap
21088 \series default
21089  no funciona para las referencias a subfiguras.
21090 \end_layout
21091
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \begin_layout Section
21098 Colocación de flotantes
21099 \begin_inset CommandInset label
21100 LatexCommand label
21101 name "sec:Colocación-de-Flotantes"
21102
21103 \end_inset
21104
21105
21106 \begin_inset Index idx
21107 status collapsed
21108
21109 \begin_layout Plain Layout
21110 Flotantes ! Colocación
21111 \end_layout
21112
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \begin_layout Standard
21119 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
21120  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
21121  los flotantes.
21122 \begin_inset Newline newline
21123 \end_inset
21124
21125 La opción 
21126 \family sans
21127 Extender
21128 \begin_inset space ~
21129 \end_inset
21130
21131 columnas
21132 \family default
21133  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
21134  abarcará ambas columnas en lugar de una sola.
21135 \begin_inset Newline newline
21136 \end_inset
21137
21138 La opción 
21139 \family sans
21140 Girar
21141 \begin_inset space ~
21142 \end_inset
21143
21144 a
21145 \begin_inset space ~
21146 \end_inset
21147
21148 un
21149 \begin_inset space ~
21150 \end_inset
21151
21152 lado
21153 \family default
21154  sirve para girar flotantes, véase sección
21155 \begin_inset space ~
21156 \end_inset
21157
21158
21159 \begin_inset CommandInset ref
21160 LatexCommand ref
21161 reference "sec:Rotación-de-Flotantes"
21162
21163 \end_inset
21164
21165 .
21166  
21167 \end_layout
21168
21169 \begin_layout Standard
21170 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
21171  la posición de un flotante si desmarcas la opción 
21172 \family sans
21173 Usar
21174 \begin_inset space ~
21175 \end_inset
21176
21177 ubicación
21178 \begin_inset space ~
21179 \end_inset
21180
21181 predeterminada
21182 \family default
21183 :
21184 \end_layout
21185
21186 \begin_layout Description
21187
21188 \family sans
21189 \series bold
21190 Aquí
21191 \begin_inset space ~
21192 \end_inset
21193
21194 si
21195 \begin_inset space ~
21196 \end_inset
21197
21198 es
21199 \begin_inset space ~
21200 \end_inset
21201
21202 posible
21203 \family default
21204 \series default
21205  intenta situar el flotante en la posición en la que se inserta
21206 \end_layout
21207
21208 \begin_layout Description
21209
21210 \family sans
21211 \series bold
21212 Principio
21213 \begin_inset space ~
21214 \end_inset
21215
21216 de
21217 \begin_inset space ~
21218 \end_inset
21219
21220 página
21221 \family default
21222 \series default
21223  intenta situar el flotante al principio de la página actual
21224 \end_layout
21225
21226 \begin_layout Description
21227
21228 \family sans
21229 \series bold
21230 Fin
21231 \begin_inset space ~
21232 \end_inset
21233
21234 de
21235 \begin_inset space ~
21236 \end_inset
21237
21238 página
21239 \family default
21240 \series default
21241  intenta situar el flotante al final de la página actual
21242 \end_layout
21243
21244 \begin_layout Description
21245
21246 \family sans
21247 \series bold
21248 Página
21249 \begin_inset space ~
21250 \end_inset
21251
21252 de
21253 \begin_inset space ~
21254 \end_inset
21255
21256 flotantes
21257 \family default
21258 \series default
21259  intenta situar el flotante en una página propia 
21260 \end_layout
21261
21262 \begin_layout Standard
21263 LaTeX usa 
21264 \emph on
21265 siempre
21266 \emph default
21267  ese orden de opciones.
21268  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21269  lugar 
21270 \family sans
21271 Aquí
21272 \begin_inset space ~
21273 \end_inset
21274
21275 si
21276 \begin_inset space ~
21277 \end_inset
21278
21279 es
21280 \begin_inset space ~
21281 \end_inset
21282
21283 posible
21284 \family default
21285 , luego 
21286 \family sans
21287 Principio
21288 \begin_inset space ~
21289 \end_inset
21290
21291 de
21292 \begin_inset space ~
21293 \end_inset
21294
21295 página
21296 \family default
21297 , y después las otras.
21298  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21299  pero en dicho orden.
21300  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21301  pero intenta poner el flotante en la página siguiente.
21302 \end_layout
21303
21304 \begin_layout Standard
21305 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21306 \end_layout
21307
21308 \begin_layout Labeling
21309 \labelwidthstring 00.00.0000
21310
21311 \family sans
21312 Principio
21313 \begin_inset space ~
21314 \end_inset
21315
21316 de
21317 \begin_inset space ~
21318 \end_inset
21319
21320 página:
21321 \family default
21322  sólo si el flotante ocupa menos del 70
21323 \begin_inset space \thinspace{}
21324 \end_inset
21325
21326 % de la página puede ubicarse al principio de página (
21327 \series bold
21328
21329 \backslash
21330 topfraction
21331 \series default
21332 )
21333 \end_layout
21334
21335 \begin_layout Labeling
21336 \labelwidthstring 00.00.0000
21337
21338 \family sans
21339 Fin
21340 \begin_inset space ~
21341 \end_inset
21342
21343 de
21344 \begin_inset space ~
21345 \end_inset
21346
21347 página:
21348 \family default
21349  sólo si el flotante ocupa menos del 30
21350 \begin_inset space \thinspace{}
21351 \end_inset
21352
21353 % de la página puede ubicarse al fin de página.
21354  (
21355 \series bold
21356
21357 \backslash
21358 bottomfraction
21359 \series default
21360 )
21361 \end_layout
21362
21363 \begin_layout Labeling
21364 \labelwidthstring 00.00.0000
21365
21366 \family sans
21367 Página
21368 \begin_inset space ~
21369 \end_inset
21370
21371 de
21372 \begin_inset space ~
21373 \end_inset
21374
21375 flotantes:
21376 \family default
21377  sólo si más del 50
21378 \begin_inset space \thinspace{}
21379 \end_inset
21380
21381 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21382  página.
21383  (
21384 \series bold
21385
21386 \backslash
21387 floatpagefraction
21388 \series default
21389 )
21390 \end_layout
21391
21392 \begin_layout Standard
21393 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21394  
21395 \family sans
21396 Ignorar
21397 \begin_inset space ~
21398 \end_inset
21399
21400 reglas
21401 \begin_inset space ~
21402 \end_inset
21403
21404 de
21405 \begin_inset space ~
21406 \end_inset
21407
21408 LaTeX
21409 \family default
21410 .
21411 \begin_inset Newline newline
21412 \end_inset
21413
21414 También puedes redefinir las reglas con los comandos LaTeX que van entre
21415  paréntesis tras la descripción de las reglas anteriores.
21416  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21417  la regla 
21418 \family sans
21419 Fin
21420 \family default
21421
21422 \begin_inset space ~
21423 \end_inset
21424
21425
21426 \family sans
21427 de
21428 \family default
21429
21430 \begin_inset space ~
21431 \end_inset
21432
21433
21434 \family sans
21435 página
21436 \family default
21437  al 50
21438 \begin_inset space \thinspace{}
21439 \end_inset
21440
21441 %, añade esta línea en el preámbulo:
21442 \end_layout
21443
21444 \begin_layout Standard
21445
21446 \series bold
21447
21448 \backslash
21449 renewcommand{
21450 \backslash
21451 bottomfraction}{0.5}
21452 \end_layout
21453
21454 \begin_layout Standard
21455 En determinados casos podrías necesitar ubicar un flotante exactamente en
21456  la posición en la que se inserta.
21457  Para esto puedes usar la opción 
21458 \family sans
21459 Aquí
21460 \begin_inset space ~
21461 \end_inset
21462
21463 definitivamente
21464 \family default
21465 .
21466  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21467  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21468  se podría estropear el diseño de la página.
21469 \end_layout
21470
21471 \begin_layout Standard
21472 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21473  rodeados por texto de un párrafo determinado.
21474 \begin_inset VSpace bigskip
21475 \end_inset
21476
21477
21478 \end_layout
21479
21480 \begin_layout Standard
21481 A veces surge el problema de que un flotante se sitúa al principio de la
21482  página mientras que su sección correspondiente empieza en mitad de la página,
21483  así que el lector podría creer que el flotante forma parte de la sección
21484  anterior.
21485  Para evitarlo puede emplearse el comando LaTeX 
21486 \series bold
21487
21488 \backslash
21489 suppressfloats
21490 \series default
21491 , que suprime la ubicación de un flotante dado en la página donde se inserta
21492  y además puede servir para evitar que el flotante se coloque antes del
21493  inicio de sección.
21494  Para ello, añade estos comandos al preámbulo:
21495 \end_layout
21496
21497 \begin_layout Standard
21498
21499 \series bold
21500
21501 \backslash
21502 let
21503 \backslash
21504 mySection
21505 \backslash
21506 section
21507 \begin_inset Newline newline
21508 \end_inset
21509
21510
21511 \backslash
21512 renewcommand{
21513 \backslash
21514 section}{
21515 \backslash
21516 suppressfloats[t]
21517 \backslash
21518 mySection}
21519 \end_layout
21520
21521 \begin_layout Standard
21522 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21523  subsecciones.
21524  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21525  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21526 \end_layout
21527
21528 \begin_layout Standard
21529 \begin_inset VSpace bigskip
21530 \end_inset
21531
21532 En ciertos casos se quieren tener todas las figuras/tablas al final del
21533  documento.
21534  Para estos casos está el paquete LaTeX 
21535 \series bold
21536 endfloat
21537 \series default
21538
21539 \begin_inset Index idx
21540 status collapsed
21541
21542 \begin_layout Plain Layout
21543 LaTeX-paquetes ! endfloat
21544 \end_layout
21545
21546 \end_inset
21547
21548 .
21549  Pone todas las figuras y tablas flotantes al final del documento en secciones
21550  propias.
21551  En la posición original del flotante se inserta una indicación como «
21552 \family sans
21553 [Figure
21554 \begin_inset space ~
21555 \end_inset
21556
21557 3.2 about here.]
21558 \family default
21559 ».
21560  El paquete 
21561 \series bold
21562 endfloat
21563 \series default
21564  se carga en el preámbulo con la línea
21565 \end_layout
21566
21567 \begin_layout Standard
21568
21569 \series bold
21570
21571 \backslash
21572 usepackage[options]{endfloat}
21573 \end_layout
21574
21575 \begin_layout Standard
21576 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21577  Para más información véase la documentación 
21578 \begin_inset CommandInset citation
21579 LatexCommand cite
21580 key "endfloat"
21581
21582 \end_inset
21583
21584 .
21585 \begin_inset Newline newline
21586 \end_inset
21587
21588
21589 \begin_inset Note Greyedout
21590 status open
21591
21592 \begin_layout Plain Layout
21593
21594 \series bold
21595 Nota: endfloat
21596 \series default
21597  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21598  véase sección
21599 \begin_inset space ~
21600 \end_inset
21601
21602 4 en 
21603 \begin_inset CommandInset citation
21604 LatexCommand cite
21605 key "endfloat"
21606
21607 \end_inset
21608
21609 .
21610 \end_layout
21611
21612 \end_inset
21613
21614
21615 \begin_inset Newline newline
21616 \end_inset
21617
21618
21619 \begin_inset Note Greyedout
21620 status open
21621
21622 \begin_layout Plain Layout
21623
21624 \series bold
21625 Nota:
21626 \series default
21627  Actualmente hay un error en 
21628 \series bold
21629 endfloat
21630 \series default
21631  cuando la leyenda contiene el carácter alemán «ß».
21632  Usa en ese caso el comando «
21633 \series bold
21634
21635 \backslash
21636 ss
21637 \series default
21638 » en código TeX en vez de «ß».
21639 \end_layout
21640
21641 \end_inset
21642
21643
21644 \end_layout
21645
21646 \begin_layout Standard
21647 \begin_inset VSpace bigskip
21648 \end_inset
21649
21650 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21651 \begin_inset CommandInset citation
21652 LatexCommand cite
21653 key "latexcompanion,latexguide,latexbook"
21654
21655 \end_inset
21656
21657 .
21658 \end_layout
21659
21660 \begin_layout Section
21661 Rotación de flotantes
21662 \begin_inset CommandInset label
21663 LatexCommand label
21664 name "sec:Rotación-de-Flotantes"
21665
21666 \end_inset
21667
21668
21669 \begin_inset Index idx
21670 status collapsed
21671
21672 \begin_layout Plain Layout
21673 Flotantes ! Rotación
21674 \end_layout
21675
21676 \end_inset
21677
21678
21679 \end_layout
21680
21681 \begin_layout Standard
21682 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21683  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21684  la opción 
21685 \family sans
21686 Girar
21687 \begin_inset space ~
21688 \end_inset
21689
21690 a
21691 \begin_inset space ~
21692 \end_inset
21693
21694 un
21695 \begin_inset space ~
21696 \end_inset
21697
21698 lado
21699 \family default
21700 .
21701 \end_layout
21702
21703 \begin_layout Standard
21704 Los flotantes girados son puestos siempre en su propia página (o columna
21705  si el documento es de dos columnas).
21706  Se les puede permitir abarcar varias columnas con la opción de configuración
21707  
21708 \family sans
21709 Extender
21710 \begin_inset space ~
21711 \end_inset
21712
21713 columnas
21714 \family default
21715 .
21716  Se rotan de forma que puedes leerlos desde el margen externo.
21717  Para forzar determinada dirección de rotación para todas las páginas, puedes
21718  añadir una de las opciones 
21719 \series bold
21720 figuresleft
21721 \series default
21722  o 
21723 \series bold
21724 figuresright
21725 \series default
21726  a las opciones de clase del documento.
21727 \end_layout
21728
21729 \begin_layout Standard
21730 Los flotantes girados se refieren igual que los normales, y el formato de
21731  la leyenda también es el mismo: un ejemplo es la tabla
21732 \begin_inset space ~
21733 \end_inset
21734
21735
21736 \begin_inset CommandInset ref
21737 LatexCommand ref
21738 reference "tab:Tabla-girada"
21739
21740 \end_inset
21741
21742 .
21743 \end_layout
21744
21745 \begin_layout Standard
21746 \begin_inset Note Greyedout
21747 status open
21748
21749 \begin_layout Plain Layout
21750
21751 \series bold
21752 Nota:
21753 \series default
21754  No todos los visores DVI pueden mostrar tablas giradas.
21755 \end_layout
21756
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \begin_layout Standard
21763 \begin_inset Float table
21764 wide false
21765 sideways true
21766 status open
21767
21768 \begin_layout Plain Layout
21769 \begin_inset Caption
21770
21771 \begin_layout Plain Layout
21772 \begin_inset CommandInset label
21773 LatexCommand label
21774 name "tab:Tabla-girada"
21775
21776 \end_inset
21777
21778 Tabla girada
21779 \end_layout
21780
21781 \end_inset
21782
21783
21784 \end_layout
21785
21786 \begin_layout Plain Layout
21787 \align center
21788 \begin_inset Tabular
21789 <lyxtabular version="3" rows="1" columns="5">
21790 <features tabularvalignment="middle">
21791 <column alignment="center" valignment="top" width="0">
21792 <column alignment="center" valignment="top" width="0">
21793 <column alignment="center" valignment="top" width="0">
21794 <column alignment="center" valignment="top" width="0">
21795 <column alignment="center" valignment="top" width="0">
21796 <row>
21797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 test
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810 b
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819 c
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828 d
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837 e
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 </row>
21843 </lyxtabular>
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \begin_layout Section
21856 Subflotantes
21857 \begin_inset Index idx
21858 status collapsed
21859
21860 \begin_layout Plain Layout
21861 Flotantes ! Subflotantes
21862 \end_layout
21863
21864 \end_inset
21865
21866
21867 \end_layout
21868
21869 \begin_layout Standard
21870 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21871  imágenes.
21872  Se crean insertando un flotante dentro de otro.
21873  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21874  como se muestra en las tablas
21875 \begin_inset space ~
21876 \end_inset
21877
21878
21879 \begin_inset CommandInset ref
21880 LatexCommand ref
21881 reference "tab:Dos-subtablas-adosadas"
21882
21883 \end_inset
21884
21885  y
21886 \begin_inset space ~
21887 \end_inset
21888
21889
21890 \begin_inset CommandInset ref
21891 LatexCommand ref
21892 reference "tab:Dos-subtablas-una-sobre"
21893
21894 \end_inset
21895
21896 .
21897 \end_layout
21898
21899 \begin_layout Standard
21900 Las referencias a subflotantes funcionan como en los flotantes normales:
21901  la tabla
21902 \begin_inset space ~
21903 \end_inset
21904
21905
21906 \begin_inset CommandInset ref
21907 LatexCommand ref
21908 reference "tab:Esta-es-la-subtabla-a"
21909
21910 \end_inset
21911
21912  y la tabla
21913 \begin_inset space ~
21914 \end_inset
21915
21916
21917 \begin_inset CommandInset ref
21918 LatexCommand ref
21919 reference "tab:Esta-es-la-subtabla-b"
21920
21921 \end_inset
21922
21923  son subtablas de la tabla
21924 \begin_inset space ~
21925 \end_inset
21926
21927
21928 \begin_inset CommandInset ref
21929 LatexCommand ref
21930 reference "tab:Dos-subtablas-adosadas"
21931
21932 \end_inset
21933
21934 .
21935 \end_layout
21936
21937 \begin_layout Standard
21938 \begin_inset Float table
21939 wide false
21940 sideways false
21941 status open
21942
21943 \begin_layout Plain Layout
21944 \begin_inset Caption
21945
21946 \begin_layout Plain Layout
21947 \begin_inset CommandInset label
21948 LatexCommand label
21949 name "tab:Dos-subtablas-adosadas"
21950
21951 \end_inset
21952
21953 Dos subtablas adosadas
21954 \end_layout
21955
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \begin_layout Plain Layout
21962 \begin_inset space \hfill{}
21963 \end_inset
21964
21965
21966 \begin_inset Float table
21967 wide false
21968 sideways false
21969 status collapsed
21970
21971 \begin_layout Plain Layout
21972 \begin_inset Caption
21973
21974 \begin_layout Plain Layout
21975 \begin_inset CommandInset label
21976 LatexCommand label
21977 name "tab:Esta-es-la-subtabla-a"
21978
21979 \end_inset
21980
21981 Esta es la subtabla a
21982 \end_layout
21983
21984 \end_inset
21985
21986
21987 \end_layout
21988
21989 \begin_layout Plain Layout
21990 \align center
21991 \begin_inset Tabular
21992 <lyxtabular version="3" rows="1" columns="5">
21993 <features tabularvalignment="middle">
21994 <column alignment="center" valignment="top" width="0">
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 <row>
22000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 test 
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013 b
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022 c
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 d
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 e
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 </row>
22046 </lyxtabular>
22047
22048 \end_inset
22049
22050
22051 \end_layout
22052
22053 \end_inset
22054
22055
22056 \begin_inset space \hfill{}
22057 \end_inset
22058
22059
22060 \begin_inset Float table
22061 wide false
22062 sideways false
22063 status collapsed
22064
22065 \begin_layout Plain Layout
22066 \begin_inset Caption
22067
22068 \begin_layout Plain Layout
22069 \begin_inset CommandInset label
22070 LatexCommand label
22071 name "tab:Esta-es-la-subtabla-b"
22072
22073 \end_inset
22074
22075 Esta es la subtabla b
22076 \end_layout
22077
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \begin_layout Plain Layout
22084 \align center
22085 \begin_inset Tabular
22086 <lyxtabular version="3" rows="1" columns="5">
22087 <features tabularvalignment="middle">
22088 <column alignment="center" valignment="top" width="0">
22089 <column alignment="center" valignment="top" width="0">
22090 <column alignment="center" valignment="top" width="0">
22091 <column alignment="center" valignment="top" width="0">
22092 <column alignment="center" valignment="top" width="0">
22093 <row>
22094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098 e
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 d
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 c
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125 b
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 test
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 </row>
22140 </lyxtabular>
22141
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \begin_layout Plain Layout
22148
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \begin_inset space \hfill{}
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \begin_layout Standard
22166 \begin_inset Float table
22167 wide false
22168 sideways false
22169 status open
22170
22171 \begin_layout Plain Layout
22172 \begin_inset Caption
22173
22174 \begin_layout Plain Layout
22175 \begin_inset CommandInset label
22176 LatexCommand label
22177 name "tab:Dos-subtablas-una-sobre"
22178
22179 \end_inset
22180
22181 Dos subtablas colocadas una sobre otra.
22182  La tabla (a) con 4 celdas, la (b) con 5 celdas.
22183 \end_layout
22184
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \begin_layout Plain Layout
22191 \noindent
22192 \align center
22193 \begin_inset Float table
22194 wide false
22195 sideways false
22196 status collapsed
22197
22198 \begin_layout Plain Layout
22199 \begin_inset Caption
22200
22201 \begin_layout Plain Layout
22202
22203 \end_layout
22204
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \begin_layout Plain Layout
22211 \align center
22212 \begin_inset Tabular
22213 <lyxtabular version="3" rows="1" columns="4">
22214 <features tabularvalignment="middle">
22215 <column alignment="center" valignment="top" width="0">
22216 <column alignment="center" valignment="top" width="0">
22217 <column alignment="center" valignment="top" width="0">
22218 <column alignment="center" valignment="top" width="0">
22219 <row>
22220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 test
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233 test
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 test
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251 test
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 </row>
22257 </lyxtabular>
22258
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \begin_layout Plain Layout
22265
22266 \end_layout
22267
22268 \end_inset
22269
22270
22271 \end_layout
22272
22273 \begin_layout Plain Layout
22274 \align center
22275 \begin_inset Float table
22276 wide false
22277 sideways false
22278 status collapsed
22279
22280 \begin_layout Plain Layout
22281
22282 \end_layout
22283
22284 \begin_layout Plain Layout
22285 \begin_inset Caption
22286
22287 \begin_layout Plain Layout
22288
22289 \end_layout
22290
22291 \end_inset
22292
22293
22294 \end_layout
22295
22296 \begin_layout Plain Layout
22297 \align center
22298 \begin_inset Tabular
22299 <lyxtabular version="3" rows="1" columns="5">
22300 <features tabularvalignment="middle">
22301 <column alignment="center" valignment="top" width="0">
22302 <column alignment="center" valignment="top" width="0">
22303 <column alignment="center" valignment="top" width="0">
22304 <column alignment="center" valignment="top" width="0">
22305 <column alignment="center" valignment="top" width="0">
22306 <row>
22307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 a
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 b
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 c
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 d
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 e
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 </row>
22353 </lyxtabular>
22354
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \begin_layout Plain Layout
22361
22362 \end_layout
22363
22364 \end_inset
22365
22366
22367 \end_layout
22368
22369 \end_inset
22370
22371
22372 \end_layout
22373
22374 \begin_layout Section
22375 Flotantes adosados
22376 \begin_inset Index idx
22377 status collapsed
22378
22379 \begin_layout Plain Layout
22380 Flotantes ! Adosados
22381 \end_layout
22382
22383 \end_inset
22384
22385
22386 \end_layout
22387
22388 \begin_layout Standard
22389 Para colocar flotantes unos junto a otros, como en la figura
22390 \begin_inset space ~
22391 \end_inset
22392
22393
22394 \begin_inset CommandInset ref
22395 LatexCommand ref
22396 reference "fig:Flotante-izquierda"
22397
22398 \end_inset
22399
22400  y 
22401 \begin_inset CommandInset ref
22402 LatexCommand ref
22403 reference "fig:Flotante-derecha"
22404
22405 \end_inset
22406
22407 , se pone 
22408 \emph on
22409 un
22410 \emph default
22411  solo flotante.
22412  En él se insertan dos cuadros tipo minipágina.
22413 \begin_inset Foot
22414 status collapsed
22415
22416 \begin_layout Plain Layout
22417 Las minipáginas se explican en la sección
22418 \begin_inset space ~
22419 \end_inset
22420
22421
22422 \begin_inset CommandInset ref
22423 LatexCommand ref
22424 reference "sec:Minipáginas"
22425
22426 \end_inset
22427
22428 .
22429 \end_layout
22430
22431 \end_inset
22432
22433  La anchura de la columna se establece en 45-50
22434 \begin_inset space \thinspace{}
22435 \end_inset
22436
22437 % y la alineación en 
22438 \family sans
22439 Inferior
22440 \family default
22441  para cada minipágina.
22442  Las minipáginas contienen la imagen y su título, de igual forma que en
22443  los flotantes.
22444  La única diferencia es que el 
22445 \family sans
22446 Ancho
22447 \begin_inset space ~
22448 \end_inset
22449
22450 de
22451 \begin_inset space ~
22452 \end_inset
22453
22454 columna
22455 \begin_inset space ~
22456 \end_inset
22457
22458 %
22459 \family default
22460  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22461 \end_layout
22462
22463 \begin_layout Standard
22464 \begin_inset Float figure
22465 placement h
22466 wide false
22467 sideways false
22468 status open
22469
22470 \begin_layout Plain Layout
22471 \begin_inset Box Frameless
22472 position "b"
22473 hor_pos "c"
22474 has_inner_box 1
22475 inner_pos "t"
22476 use_parbox 0
22477 use_makebox 0
22478 width "45col%"
22479 special "none"
22480 height "1in"
22481 height_special "totalheight"
22482 status open
22483
22484 \begin_layout Plain Layout
22485 \align center
22486 \begin_inset Graphics
22487         filename ../clipart/mobius.eps
22488         lyxscale 50
22489         width 100col%
22490         scaleBeforeRotation
22491
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \begin_layout Plain Layout
22498 \begin_inset Caption
22499
22500 \begin_layout Plain Layout
22501 \begin_inset CommandInset label
22502 LatexCommand label
22503 name "fig:Flotante-izquierda"
22504
22505 \end_inset
22506
22507 Flotante en el lado izquierdo.
22508 \end_layout
22509
22510 \end_inset
22511
22512
22513 \end_layout
22514
22515 \end_inset
22516
22517
22518 \begin_inset space \hfill{}
22519 \end_inset
22520
22521
22522 \begin_inset Box Frameless
22523 position "b"
22524 hor_pos "c"
22525 has_inner_box 1
22526 inner_pos "t"
22527 use_parbox 0
22528 use_makebox 0
22529 width "45col%"
22530 special "none"
22531 height "1in"
22532 height_special "totalheight"
22533 status open
22534
22535 \begin_layout Plain Layout
22536 \align center
22537 \begin_inset Graphics
22538         filename ../clipart/platypus.eps
22539         lyxscale 50
22540         width 100col%
22541         scaleBeforeRotation
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \begin_layout Plain Layout
22549 \begin_inset Caption
22550
22551 \begin_layout Plain Layout
22552 \begin_inset CommandInset label
22553 LatexCommand label
22554 name "fig:Flotante-derecha"
22555
22556 \end_inset
22557
22558 Flotante en el lado derecho.
22559 \end_layout
22560
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \end_inset
22567
22568
22569 \end_layout
22570
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \begin_layout Section
22577 Formato de las leyendas
22578 \begin_inset Index idx
22579 status collapsed
22580
22581 \begin_layout Plain Layout
22582 Leyendas ! Formato
22583 \end_layout
22584
22585 \end_inset
22586
22587
22588 \begin_inset Index idx
22589 status collapsed
22590
22591 \begin_layout Plain Layout
22592 Flotantes ! Formato de las leyendas
22593 \end_layout
22594
22595 \end_inset
22596
22597
22598 \begin_inset CommandInset label
22599 LatexCommand label
22600 name "sec:Formato-de-leyendas"
22601
22602 \end_inset
22603
22604
22605 \end_layout
22606
22607 \begin_layout Standard
22608 El entorno 
22609 \family sans
22610 Leyenda
22611 \family default
22612  es el predeterminado para los 
22613 \family sans
22614 Flotantes
22615 \family default
22616 .
22617  En LyX las leyendas se muestran como etiqueta, p.
22618 \begin_inset space \thinspace{}
22619 \end_inset
22620
22621 e.
22622 \begin_inset space ~
22623 \end_inset
22624
22625 «
22626 \family sans
22627 Figura #
22628 \family default
22629 :» seguida por el texto.
22630  «#» es el número real de referencia.
22631  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22632  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22633  del texto.
22634  El entorno leyenda no es apropiado para todos los tipos de documento.
22635  
22636 \end_layout
22637
22638 \begin_layout Standard
22639 Para cambiar el formato predeterminado carga el paquete LaTeX 
22640 \series bold
22641 caption
22642 \series default
22643
22644 \begin_inset Index idx
22645 status collapsed
22646
22647 \begin_layout Plain Layout
22648 LaTeX-paquetes ! caption
22649 \end_layout
22650
22651 \end_inset
22652
22653  en el preámbulo del documento con la línea:
22654 \end_layout
22655
22656 \begin_layout Standard
22657
22658 \series bold
22659
22660 \backslash
22661 usepackage[definición de formato]{caption}
22662 \end_layout
22663
22664 \begin_layout Standard
22665 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22666  las leyendas de tabla siempre sobre ella como en este documento, usa el
22667  comando:
22668 \end_layout
22669
22670 \begin_layout Standard
22671
22672 \series bold
22673
22674 \backslash
22675 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22676 \end_layout
22677
22678 \begin_layout Standard
22679 También puedes definir distintos formatos de leyenda para los distintos
22680  tipos de flotantes.
22681  En ese caso carga el paquete 
22682 \series bold
22683 caption
22684 \series default
22685  sin opciones específicas y define los distintos formatos con ayuda del
22686  comando
22687 \end_layout
22688
22689 \begin_layout Standard
22690
22691 \series bold
22692
22693 \backslash
22694 captionsetup[tipo de flotante]{definición de formato}
22695 \end_layout
22696
22697 \begin_layout Standard
22698 en el preámbulo del documento.
22699  Por ejemplo las leyendas de la Figura
22700 \begin_inset space ~
22701 \end_inset
22702
22703
22704 \begin_inset CommandInset ref
22705 LatexCommand ref
22706 reference "fig:Esto-es-una-fig"
22707
22708 \end_inset
22709
22710  y la tabla
22711 \begin_inset space ~
22712 \end_inset
22713
22714
22715 \begin_inset CommandInset ref
22716 LatexCommand ref
22717 reference "tab:Esto-es-una-tab"
22718
22719 \end_inset
22720
22721  pueden crearse usando los siguientes comandos en el preámbulo:
22722 \end_layout
22723
22724 \begin_layout Standard
22725
22726 \series bold
22727
22728 \backslash
22729 usepackage[tableposition=top]{caption}
22730 \series default
22731
22732 \begin_inset Newline newline
22733 \end_inset
22734
22735
22736 \series bold
22737
22738 \backslash
22739 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22740 \begin_inset Newline newline
22741 \end_inset
22742
22743
22744 \begin_inset Phantom HPhantom
22745 status open
22746
22747 \begin_layout Plain Layout
22748
22749 \series bold
22750
22751 \backslash
22752 captionsetup[figure]{
22753 \end_layout
22754
22755 \end_inset
22756
22757 labelsep=period}
22758 \begin_inset Newline newline
22759 \end_inset
22760
22761
22762 \backslash
22763 captionsetup[table]{labelfont={bf,sf}}
22764 \end_layout
22765
22766 \begin_layout Standard
22767 \begin_inset Note Greyedout
22768 status open
22769
22770 \begin_layout Plain Layout
22771
22772 \series bold
22773 Nota: 
22774 \series default
22775 La opción 
22776 \series bold
22777 tableposition=top
22778 \series default
22779  no tiene efecto si se usa una clase de documento 
22780 \series bold
22781 KOMA-Script
22782 \series default
22783 .
22784  En este caso debe utilizarse la opción de clase de documento 
22785 \series bold
22786 captions=tableheading
22787 \series default
22788 .
22789  
22790 \end_layout
22791
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \begin_layout Standard
22798 Para más información sobre el paquete 
22799 \series bold
22800 caption
22801 \series default
22802  acude a su documentación 
22803 \begin_inset CommandInset citation
22804 LatexCommand cite
22805 key "caption"
22806
22807 \end_inset
22808
22809 .
22810 \end_layout
22811
22812 \begin_layout Standard
22813 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22814 \begin_inset space \thinspace{}
22815 \end_inset
22816
22817 e., usa el siguiente comando de preámbulo:
22818 \end_layout
22819
22820 \begin_layout Standard
22821
22822 \series bold
22823
22824 \backslash
22825 renewcommand{
22826 \backslash
22827 fnum@figure}{Imagen~
22828 \backslash
22829 thefigure}
22830 \end_layout
22831
22832 \begin_layout Standard
22833 donde 
22834 \series bold
22835
22836 \backslash
22837 thefigure
22838 \series default
22839  inserta el número de figura y «~» genera un espacio protegido.
22840
22841 \series bold
22842  
22843 \end_layout
22844
22845 \begin_layout Standard
22846 \begin_inset VSpace bigskip
22847 \end_inset
22848
22849 Si estás usando la clase de documento 
22850 \series bold
22851 KOMA-Script
22852 \series default
22853
22854 \begin_inset Index idx
22855 status collapsed
22856
22857 \begin_layout Plain Layout
22858 LaTeX-paquetes ! KOMA-Script
22859 \end_layout
22860
22861 \end_inset
22862
22863  (
22864 \family sans
22865 article (KOMA-Script)
22866 \family default
22867
22868 \family sans
22869 book (KOMA-Script)
22870 \family default
22871
22872 \family sans
22873 letter (KOMA-Script)
22874 \family default
22875 , o 
22876 \family sans
22877 report (KOMA-Script)
22878 \family default
22879
22880 \begin_inset space \thinspace{}
22881 \end_inset
22882
22883 ), puedes emplear en vez del paquete 
22884 \series bold
22885 caption
22886 \series default
22887  el comando 
22888 \series bold
22889
22890 \backslash
22891 setkomafont
22892 \series default
22893  incluido en 
22894 \series bold
22895 KOMA-Script
22896 \series default
22897 .
22898  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22899  comando en el preámbulo del documento:
22900 \end_layout
22901
22902 \begin_layout Standard
22903
22904 \series bold
22905
22906 \backslash
22907 setkomafont{captionlabel}{
22908 \backslash
22909 bfseries}
22910 \end_layout
22911
22912 \begin_layout Standard
22913 Más información sobre 
22914 \series bold
22915
22916 \backslash
22917 setkomafont
22918 \series default
22919  en la documentación de 
22920 \series bold
22921 KOMA-Script
22922 \series default
22923  
22924 \begin_inset CommandInset citation
22925 LatexCommand cite
22926 key "KOMA-Script"
22927
22928 \end_inset
22929
22930 .
22931 \end_layout
22932
22933 \begin_layout Standard
22934 \begin_inset ERT
22935 status collapsed
22936
22937 \begin_layout Plain Layout
22938
22939
22940 \backslash
22941 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22942 }
22943 \end_layout
22944
22945 \end_inset
22946
22947
22948 \begin_inset Note Note
22949 status collapsed
22950
22951 \begin_layout Plain Layout
22952 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22953 \end_layout
22954
22955 \end_inset
22956
22957
22958 \end_layout
22959
22960 \begin_layout Standard
22961 \begin_inset Float figure
22962 placement !p
22963 wide false
22964 sideways false
22965 status open
22966
22967 \begin_layout Plain Layout
22968 \align center
22969 \begin_inset Graphics
22970         filename ../clipart/mobius.eps
22971         lyxscale 50
22972         scale 50
22973
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \begin_layout Plain Layout
22980 \begin_inset Caption
22981
22982 \begin_layout Plain Layout
22983 \begin_inset CommandInset label
22984 LatexCommand label
22985 name "fig:Esto-es-una-fig"
22986
22987 \end_inset
22988
22989
22990 \begin_inset Argument
22991 status collapsed
22992
22993 \begin_layout Plain Layout
22994 Figura con leyenda muy larga
22995 \end_layout
22996
22997 \end_inset
22998
22999 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
23000  mostrar el formato diferente.
23001  Aquí se usa una leyenda personalizada.
23002 \end_layout
23003
23004 \end_inset
23005
23006
23007 \end_layout
23008
23009 \end_inset
23010
23011
23012 \end_layout
23013
23014 \begin_layout Standard
23015 \begin_inset ERT
23016 status collapsed
23017
23018 \begin_layout Plain Layout
23019
23020
23021 \backslash
23022 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23023 on}
23024 \end_layout
23025
23026 \end_inset
23027
23028
23029 \end_layout
23030
23031 \begin_layout Standard
23032 \begin_inset Float table
23033 placement !p
23034 wide false
23035 sideways false
23036 status collapsed
23037
23038 \begin_layout Plain Layout
23039 \begin_inset Caption
23040
23041 \begin_layout Plain Layout
23042 \begin_inset CommandInset label
23043 LatexCommand label
23044 name "tab:Esto-es-una-tab"
23045
23046 \end_inset
23047
23048
23049 \begin_inset Argument
23050 status collapsed
23051
23052 \begin_layout Plain Layout
23053 Tabla con leyenda muy larga
23054 \end_layout
23055
23056 \end_inset
23057
23058 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
23059  el formato diferente.
23060  Aquí se usa el formato de leyenda estándar para las tablas.
23061 \end_layout
23062
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \begin_layout Plain Layout
23069 \align center
23070 \begin_inset Tabular
23071 <lyxtabular version="3" rows="1" columns="5">
23072 <features tabularvalignment="middle">
23073 <column alignment="center" valignment="top" width="0">
23074 <column alignment="center" valignment="top" width="0">
23075 <column alignment="center" valignment="top" width="0">
23076 <column alignment="center" valignment="top" width="0">
23077 <column alignment="center" valignment="top" width="0">
23078 <row>
23079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083 a
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 b
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101 c
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110 d
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119 e
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 </row>
23125 </lyxtabular>
23126
23127 \end_inset
23128
23129
23130 \end_layout
23131
23132 \end_inset
23133
23134
23135 \end_layout
23136
23137 \begin_layout Section
23138 Colocación de leyendas
23139 \begin_inset Index idx
23140 status collapsed
23141
23142 \begin_layout Plain Layout
23143 Leyendas ! Colocación
23144 \end_layout
23145
23146 \end_inset
23147
23148
23149 \begin_inset Index idx
23150 status collapsed
23151
23152 \begin_layout Plain Layout
23153 Flotantes ! Colocación de leyendas
23154 \end_layout
23155
23156 \end_inset
23157
23158
23159 \begin_inset CommandInset label
23160 LatexCommand label
23161 name "sec:Colocación-de-leyendas"
23162
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \begin_layout Standard
23169 La norma habitual para colocar las leyendas es:
23170 \end_layout
23171
23172 \begin_layout Description
23173 Figura: La leyenda al pie de la figura
23174 \end_layout
23175
23176 \begin_layout Description
23177 Tabla: La leyenda sobre la tabla
23178 \end_layout
23179
23180 \begin_layout Standard
23181 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
23182  la tabla.
23183  Esto implica que si usas las clases de documento 
23184 \family sans
23185 article
23186 \family default
23187
23188 \family sans
23189 book
23190 \family default
23191
23192 \family sans
23193 letter
23194 \family default
23195 , o 
23196 \family sans
23197 report
23198 \family default
23199  no habrá espacio entre la leyenda y la tabla.
23200  Para insertar el espacio adecuado añade la siguiente opción al comando
23201  del paquete LaTeX 
23202 \series bold
23203 caption
23204 \series default
23205  en el preámbulo del documento:
23206 \begin_inset Foot
23207 status collapsed
23208
23209 \begin_layout Plain Layout
23210 Véase la sección
23211 \begin_inset space ~
23212 \end_inset
23213
23214
23215 \begin_inset CommandInset ref
23216 LatexCommand ref
23217 reference "sec:Formato-de-leyendas"
23218
23219 \end_inset
23220
23221  para más información sobre el paquete 
23222 \series bold
23223 caption
23224 \series default
23225 .
23226 \end_layout
23227
23228 \end_inset
23229
23230
23231 \end_layout
23232
23233 \begin_layout Standard
23234
23235 \series bold
23236 tableposition=top
23237 \end_layout
23238
23239 \begin_layout Standard
23240 Si estás usando la clase 
23241 \series bold
23242 KOMA-Script
23243 \series default
23244
23245 \begin_inset Index idx
23246 status collapsed
23247
23248 \begin_layout Plain Layout
23249 LaTeX-paquetes ! KOMA-Script
23250 \end_layout
23251
23252 \end_inset
23253
23254  (
23255 \family sans
23256 article (KOMA-Script)
23257 \family default
23258
23259 \family sans
23260 book (KOMA-Script)
23261 \family default
23262
23263 \family sans
23264 letter (KOMA-Script)
23265 \family default
23266 , o 
23267 \family sans
23268 report (KOMA-Script)
23269 \family default
23270
23271 \begin_inset space \thinspace{}
23272 \end_inset
23273
23274 ), en vez de 
23275 \series bold
23276 caption
23277 \series default
23278  puedes poner la opción 
23279 \series bold
23280 captions=tableheading
23281 \series default
23282  de la clase de documento.
23283 \end_layout
23284
23285 \begin_layout Standard
23286 \begin_inset VSpace bigskip
23287 \end_inset
23288
23289 También es posible poner la leyenda junto a una figura o tabla.
23290  Para conseguirlo hay que cargar el paquete LaTeX 
23291 \series bold
23292 sidecap
23293 \series default
23294
23295 \begin_inset Index idx
23296 status collapsed
23297
23298 \begin_layout Plain Layout
23299 LaTeX-paquetes ! sidecap
23300 \end_layout
23301
23302 \end_inset
23303
23304  añadiendo en el preámbulo del documento la línea
23305 \end_layout
23306
23307 \begin_layout Standard
23308
23309 \series bold
23310
23311 \backslash
23312 usepackage[option]{sidecap}
23313 \end_layout
23314
23315 \begin_layout Standard
23316 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23317  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23318  Puedes cambiar la colocación al margen interno con la opción 
23319 \series bold
23320 innercaption
23321 \series default
23322 .
23323  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23324  opciones 
23325 \series bold
23326 rightcaption
23327 \series default
23328  o 
23329 \series bold
23330 leftcaption
23331 \series default
23332 , respectivamente.
23333 \end_layout
23334
23335 \begin_layout Standard
23336 \begin_inset ERT
23337 status collapsed
23338
23339 \begin_layout Plain Layout
23340
23341
23342 \backslash
23343 ifsidecap
23344 \end_layout
23345
23346 \end_inset
23347
23348
23349 \begin_inset Note Note
23350 status collapsed
23351
23352 \begin_layout Plain Layout
23353 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23354  LaTeX 
23355 \series bold
23356 sidecap
23357 \series default
23358 .
23359 \end_layout
23360
23361 \end_inset
23362
23363
23364 \end_layout
23365
23366 \begin_layout Standard
23367 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23368  estos comandos al preámbulo del documento:
23369 \end_layout
23370
23371 \begin_layout Standard
23372 \noindent
23373 \begin_inset CommandInset line
23374 LatexCommand rule
23375 offset "0.5ex"
23376 width "100line%"
23377 height "1pt"
23378
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \begin_layout Standard
23385
23386 \series bold
23387
23388 \backslash
23389 newcommand{
23390 \backslash
23391 TabBesBeg}{%
23392 \begin_inset Newline newline
23393 \end_inset
23394
23395
23396 \begin_inset Phantom HPhantom
23397 status open
23398
23399 \begin_layout Plain Layout
23400
23401 \series bold
23402 \begin_inset space ~
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409
23410
23411 \backslash
23412 let
23413 \backslash
23414 MyTable
23415 \backslash
23416 table
23417 \begin_inset Newline newline
23418 \end_inset
23419
23420
23421 \begin_inset Phantom HPhantom
23422 status open
23423
23424 \begin_layout Plain Layout
23425
23426 \series bold
23427 \begin_inset space ~
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434
23435
23436 \backslash
23437 let
23438 \backslash
23439 MyEndtable
23440 \backslash
23441 endtable
23442 \begin_inset Newline newline
23443 \end_inset
23444
23445
23446 \begin_inset Phantom HPhantom
23447 status open
23448
23449 \begin_layout Plain Layout
23450
23451 \series bold
23452 \begin_inset space ~
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \end_inset
23459
23460
23461 \backslash
23462 renewenvironment{table}{
23463 \backslash
23464 begin{SCtable}}{
23465 \backslash
23466 end{SCtable}}}
23467 \end_layout
23468
23469 \begin_layout Standard
23470
23471 \series bold
23472
23473 \backslash
23474 newcommand{
23475 \backslash
23476 TabBesEnd}{%
23477 \begin_inset Newline newline
23478 \end_inset
23479
23480
23481 \begin_inset Phantom HPhantom
23482 status open
23483
23484 \begin_layout Plain Layout
23485
23486 \series bold
23487 \begin_inset space ~
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \end_inset
23494
23495
23496 \backslash
23497 let
23498 \backslash
23499 table
23500 \backslash
23501 MyTable
23502 \begin_inset Newline newline
23503 \end_inset
23504
23505
23506 \begin_inset Phantom HPhantom
23507 status open
23508
23509 \begin_layout Plain Layout
23510
23511 \series bold
23512 \begin_inset space ~
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \end_inset
23519
23520
23521 \backslash
23522 let
23523 \backslash
23524 endtable
23525 \backslash
23526 MyEndtable
23527 \end_layout
23528
23529 \begin_layout Standard
23530
23531 \series bold
23532
23533 \backslash
23534 newcommand{
23535 \backslash
23536 FigBesBeg}{%
23537 \begin_inset Newline newline
23538 \end_inset
23539
23540
23541 \begin_inset Phantom HPhantom
23542 status open
23543
23544 \begin_layout Plain Layout
23545
23546 \series bold
23547 \begin_inset space ~
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \end_inset
23554
23555
23556 \backslash
23557 let
23558 \backslash
23559 MyFigure
23560 \backslash
23561 figure
23562 \begin_inset Newline newline
23563 \end_inset
23564
23565
23566 \begin_inset Phantom HPhantom
23567 status open
23568
23569 \begin_layout Plain Layout
23570
23571 \series bold
23572 \begin_inset space ~
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \end_inset
23579
23580
23581 \backslash
23582 let
23583 \backslash
23584 MyEndfigure
23585 \backslash
23586 endfigure
23587 \begin_inset Newline newline
23588 \end_inset
23589
23590
23591 \begin_inset Phantom HPhantom
23592 status open
23593
23594 \begin_layout Plain Layout
23595
23596 \series bold
23597 \begin_inset space ~
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \end_inset
23604
23605
23606 \backslash
23607 renewenvironment{figure}{
23608 \backslash
23609 begin{SCfigure}}{
23610 \backslash
23611 end{SCfigure}}}
23612 \end_layout
23613
23614 \begin_layout Standard
23615
23616 \series bold
23617
23618 \backslash
23619 newcommand{
23620 \backslash
23621 FigBesEnd}{%
23622 \begin_inset Newline newline
23623 \end_inset
23624
23625
23626 \begin_inset Phantom HPhantom
23627 status open
23628
23629 \begin_layout Plain Layout
23630
23631 \series bold
23632 \begin_inset space ~
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \end_inset
23639
23640
23641 \backslash
23642 let
23643 \backslash
23644 figure
23645 \backslash
23646 MyFigure
23647 \begin_inset Newline newline
23648 \end_inset
23649
23650
23651 \begin_inset Phantom HPhantom
23652 status open
23653
23654 \begin_layout Plain Layout
23655
23656 \series bold
23657 \begin_inset space ~
23658 \end_inset
23659
23660
23661 \end_layout
23662
23663 \end_inset
23664
23665
23666 \backslash
23667 let
23668 \backslash
23669 endfigure
23670 \backslash
23671 MyEndfigure}
23672 \end_layout
23673
23674 \begin_layout Standard
23675 \noindent
23676 \begin_inset CommandInset line
23677 LatexCommand rule
23678 offset "0.5ex"
23679 width "100line%"
23680 height "1pt"
23681
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \begin_layout Standard
23688 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23689  en un lado.
23690  Para figuras flotantes usa el comando
23691 \end_layout
23692
23693 \begin_layout Standard
23694
23695 \series bold
23696
23697 \backslash
23698 FigBesBeg
23699 \end_layout
23700
23701 \begin_layout Standard
23702 en código TeX antes del flotante.
23703  Detrás del flotante inserta
23704 \end_layout
23705
23706 \begin_layout Standard
23707
23708 \series bold
23709
23710 \backslash
23711 FigBesEnd
23712 \end_layout
23713
23714 \begin_layout Standard
23715 en código TeX para volver a la definición original de flotantes.
23716 \end_layout
23717
23718 \begin_layout Standard
23719 Para tablas flotantes usa los comandos correspondientes
23720 \end_layout
23721
23722 \begin_layout Standard
23723
23724 \series bold
23725
23726 \backslash
23727 TabBesBeg
23728 \series default
23729  y 
23730 \series bold
23731
23732 \backslash
23733 TabBesEnd
23734 \end_layout
23735
23736 \begin_layout Standard
23737 La figura
23738 \begin_inset space ~
23739 \end_inset
23740
23741
23742 \begin_inset CommandInset ref
23743 LatexCommand ref
23744 reference "fig:encab-al-lado"
23745
23746 \end_inset
23747
23748  y la tabla
23749 \begin_inset space ~
23750 \end_inset
23751
23752
23753 \begin_inset CommandInset ref
23754 LatexCommand ref
23755 reference "tab:encab-al-lado"
23756
23757 \end_inset
23758
23759  son ejemplos en los que el título se sitúa al lado.
23760 \end_layout
23761
23762 \begin_layout Standard
23763 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23764  en tablas flotantes y debajo en las figuras flotantes.
23765  Para cambiarlo, puedes usar el comando
23766 \end_layout
23767
23768 \begin_layout Standard
23769
23770 \series bold
23771
23772 \backslash
23773 sidecaptionvpos{tipo de flotante}{colocación}
23774 \end_layout
23775
23776 \begin_layout Standard
23777 en el preámbulo o en código TeX antes del flotante.
23778  El tipo de flotante es 
23779 \family sans
23780 figure
23781 \family default
23782  o 
23783 \family sans
23784 table
23785 \family default
23786 , la colocación puede ser «
23787 \family sans
23788 t
23789 \family default
23790 » por «top» (arriba), «
23791 \family sans
23792 c
23793 \family default
23794 » por «center» (centro), o «
23795 \family sans
23796 b
23797 \family default
23798 » por «bottom» (abajo).
23799  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23800  usa el comando
23801 \end_layout
23802
23803 \begin_layout Standard
23804
23805 \series bold
23806
23807 \backslash
23808 sidecaptionvpos{figure}{c}
23809 \end_layout
23810
23811 \begin_layout Standard
23812 Esto se ha hecho en la figura
23813 \begin_inset space ~
23814 \end_inset
23815
23816
23817 \begin_inset CommandInset ref
23818 LatexCommand ref
23819 reference "fig:encab-al-lado-de-fig"
23820
23821 \end_inset
23822
23823 .
23824 \end_layout
23825
23826 \begin_layout Standard
23827 \begin_inset VSpace medskip
23828 \end_inset
23829
23830 Más información sobre el paquete 
23831 \series bold
23832 sidecap
23833 \series default
23834  en su documentación 
23835 \begin_inset CommandInset citation
23836 LatexCommand cite
23837 key "sidecap"
23838
23839 \end_inset
23840
23841 .
23842 \end_layout
23843
23844 \begin_layout Standard
23845 \begin_inset Note Greyedout
23846 status open
23847
23848 \begin_layout Plain Layout
23849
23850 \series bold
23851 Nota:
23852 \series default
23853  El paquete LaTeX 
23854 \series bold
23855 hypcap
23856 \series default
23857
23858 \begin_inset Index idx
23859 status collapsed
23860
23861 \begin_layout Plain Layout
23862 LaTeX-paquetes ! hypcap
23863 \end_layout
23864
23865 \end_inset
23866
23867 , descrito en la sección
23868 \begin_inset space ~
23869 \end_inset
23870
23871
23872 \begin_inset CommandInset ref
23873 LatexCommand ref
23874 reference "sub:Colocación-de-Referencias"
23875
23876 \end_inset
23877
23878 , no afecta a flotantes con la leyenda al lado.
23879 \end_layout
23880
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \begin_layout Standard
23887 \begin_inset ERT
23888 status collapsed
23889
23890 \begin_layout Plain Layout
23891
23892
23893 \backslash
23894 FigBesBeg 
23895 \end_layout
23896
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \begin_layout Standard
23903 \begin_inset Float figure
23904 wide false
23905 sideways false
23906 status open
23907
23908 \begin_layout Plain Layout
23909 \begin_inset Graphics
23910         filename ../clipart/escher-lsd.eps
23911         scale 75
23912
23913 \end_inset
23914
23915
23916 \end_layout
23917
23918 \begin_layout Plain Layout
23919 \begin_inset Caption
23920
23921 \begin_layout Plain Layout
23922 \begin_inset CommandInset label
23923 LatexCommand label
23924 name "fig:encab-al-lado"
23925
23926 \end_inset
23927
23928 Leyenda al lado de una figura.
23929 \end_layout
23930
23931 \end_inset
23932
23933
23934 \end_layout
23935
23936 \end_inset
23937
23938
23939 \end_layout
23940
23941 \begin_layout Standard
23942 \begin_inset ERT
23943 status collapsed
23944
23945 \begin_layout Plain Layout
23946
23947
23948 \backslash
23949 TabBesBeg 
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \begin_layout Standard
23958 \begin_inset Float table
23959 wide false
23960 sideways false
23961 status open
23962
23963 \begin_layout Plain Layout
23964 \begin_inset Caption
23965
23966 \begin_layout Plain Layout
23967 \begin_inset CommandInset label
23968 LatexCommand label
23969 name "tab:encab-al-lado"
23970
23971 \end_inset
23972
23973 Leyenda al lado de una tabla.
23974 \end_layout
23975
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \begin_layout Plain Layout
23982 \begin_inset Tabular
23983 <lyxtabular version="3" rows="4" columns="5">
23984 <features tabularvalignment="middle">
23985 <column alignment="center" valignment="top" width="0">
23986 <column alignment="center" valignment="top" width="0">
23987 <column alignment="center" valignment="top" width="0">
23988 <column alignment="center" valignment="top" width="0">
23989 <column alignment="center" valignment="top" width="0">
23990 <row>
23991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Plain Layout
23995 a
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 b
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24019 \begin_inset Text
24020
24021 \begin_layout Plain Layout
24022
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Plain Layout
24031 c
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 </row>
24037 <row>
24038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24039 \begin_inset Text
24040
24041 \begin_layout Plain Layout
24042
24043 \end_layout
24044
24045 \end_inset
24046 </cell>
24047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24048 \begin_inset Text
24049
24050 \begin_layout Plain Layout
24051 d
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 e
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 </row>
24084 <row>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089 f
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107 g
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 h
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 </row>
24131 <row>
24132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24142 \begin_inset Text
24143
24144 \begin_layout Plain Layout
24145 i
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163 j
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 </row>
24178 </lyxtabular>
24179
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \begin_layout Standard
24191 \begin_inset ERT
24192 status collapsed
24193
24194 \begin_layout Plain Layout
24195
24196
24197 \backslash
24198 TabBesEnd
24199 \end_layout
24200
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \begin_layout Standard
24207 \begin_inset ERT
24208 status collapsed
24209
24210 \begin_layout Plain Layout
24211
24212
24213 \backslash
24214 sidecaptionvpos{figure}{c}
24215 \end_layout
24216
24217 \end_inset
24218
24219
24220 \begin_inset Float figure
24221 wide false
24222 sideways false
24223 status open
24224
24225 \begin_layout Plain Layout
24226 \begin_inset Graphics
24227         filename ../clipart/escher-lsd.eps
24228         scale 75
24229
24230 \end_inset
24231
24232
24233 \end_layout
24234
24235 \begin_layout Plain Layout
24236 \begin_inset Caption
24237
24238 \begin_layout Plain Layout
24239 \begin_inset CommandInset label
24240 LatexCommand label
24241 name "fig:encab-al-lado-de-fig"
24242
24243 \end_inset
24244
24245 Leyenda centrada verticalmente junto a una figura.
24246 \end_layout
24247
24248 \end_inset
24249
24250
24251 \end_layout
24252
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \begin_layout Standard
24259 \begin_inset ERT
24260 status collapsed
24261
24262 \begin_layout Plain Layout
24263
24264
24265 \backslash
24266 FigBesEnd
24267 \end_layout
24268
24269 \end_inset
24270
24271
24272 \end_layout
24273
24274 \begin_layout Standard
24275 \begin_inset ERT
24276 status collapsed
24277
24278 \begin_layout Plain Layout
24279
24280
24281 \backslash
24282 else
24283 \end_layout
24284
24285 \end_inset
24286
24287
24288 \begin_inset Note Note
24289 status collapsed
24290
24291 \begin_layout Plain Layout
24292 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24293  
24294 \series bold
24295 sidecap
24296 \series default
24297 .
24298 \end_layout
24299
24300 \end_inset
24301
24302
24303 \end_layout
24304
24305 \begin_layout Standard
24306 Debes instalar el paquete LaTeX 
24307 \series bold
24308 sidecap
24309 \series default
24310  para ver la parte siguiente en la salida.
24311 \end_layout
24312
24313 \begin_layout Standard
24314 \begin_inset ERT
24315 status collapsed
24316
24317 \begin_layout Plain Layout
24318
24319
24320 \backslash
24321 fi
24322 \end_layout
24323
24324 \end_inset
24325
24326
24327 \end_layout
24328
24329 \begin_layout Section
24330 Índice de flotantes
24331 \begin_inset Index idx
24332 status collapsed
24333
24334 \begin_layout Plain Layout
24335 Flotantes ! Índice de
24336 \end_layout
24337
24338 \end_inset
24339
24340
24341 \end_layout
24342
24343 \begin_layout Standard
24344 Igual que en el índice general se listan las secciones del documento, hay
24345  índices para todos los tipos de flotantes, como las figuras.
24346  Se pueden insertar mediante los submenús 
24347 \family sans
24348 Insertar\SpecialChar \menuseparator
24349 Lista
24350 \begin_inset space \thinspace{}
24351 \end_inset
24352
24353 /
24354 \begin_inset space \thinspace{}
24355 \end_inset
24356
24357 Índice
24358 \family default
24359 .
24360 \end_layout
24361
24362 \begin_layout Standard
24363 Las entradas de los índices son las leyendas del flotante o su título breve,
24364  el número de flotante y el número de la página del documento en la que
24365  aparecen.
24366 \end_layout
24367
24368 \begin_layout Standard
24369 Puedes encontrar los índices de figuras y tablas al final de este documento.
24370 \end_layout
24371
24372 \begin_layout Chapter
24373 Notas
24374 \end_layout
24375
24376 \begin_layout Section
24377 Notas en LyX
24378 \begin_inset Index idx
24379 status collapsed
24380
24381 \begin_layout Plain Layout
24382 Notas ! en LyX
24383 \end_layout
24384
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \begin_layout Standard
24391 Las notas se insertan con el botón 
24392 \begin_inset Graphics
24393         filename ../../images/note-insert.png
24394         scale 85
24395
24396 \end_inset
24397
24398  o con el menú 
24399 \family sans
24400 Insertar\SpecialChar \menuseparator
24401 Nota
24402 \family default
24403 .
24404  Hay cinco tipos de notas:
24405 \end_layout
24406
24407 \begin_layout Description
24408 Nota
24409 \begin_inset space ~
24410 \end_inset
24411
24412 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24413  Su cuadro se muestra como este:
24414 \begin_inset Newline newline
24415 \end_inset
24416
24417
24418 \begin_inset Newline newline
24419 \end_inset
24420
24421
24422 \begin_inset Graphics
24423         filename clipart/NotaLyXImagenQt4.png
24424         display false
24425         scale 75
24426
24427 \end_inset
24428
24429  
24430 \begin_inset Note Note
24431 status collapsed
24432
24433 \begin_layout Plain Layout
24434 Este es un texto en un recuadro que no se muestra en la salida.
24435 \end_layout
24436
24437 \end_inset
24438
24439
24440 \end_layout
24441
24442 \begin_layout Description
24443 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24444  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24445 \family sans
24446 Archivo\SpecialChar \menuseparator
24447 Exportar\SpecialChar \menuseparator
24448 LaTeX (pdflatex) / (plain)
24449 \family default
24450 .
24451  Su recuadro se ve así:
24452 \begin_inset Newline newline
24453 \end_inset
24454
24455
24456 \begin_inset Newline newline
24457 \end_inset
24458
24459
24460 \begin_inset Graphics
24461         filename clipart/ComentNotaImagenQt4.png
24462         display false
24463         scale 75
24464
24465 \end_inset
24466
24467  
24468 \begin_inset Note Comment
24469 status collapsed
24470
24471 \begin_layout Plain Layout
24472 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24473 \end_layout
24474
24475 \end_inset
24476
24477
24478 \end_layout
24479
24480 \begin_layout Description
24481 Resaltado
24482 \begin_inset space ~
24483 \end_inset
24484
24485 en
24486 \begin_inset space ~
24487 \end_inset
24488
24489 gris Esta nota aparece en la salida como texto resaltado en gris.
24490  Su recuadro se parece a este:
24491 \begin_inset Newline newline
24492 \end_inset
24493
24494
24495 \begin_inset Newline newline
24496 \end_inset
24497
24498
24499 \begin_inset Graphics
24500         filename clipart/GrisNotaImagenQt4.png
24501         display false
24502         scale 75
24503
24504 \end_inset
24505
24506
24507 \begin_inset Newline newline
24508 \end_inset
24509
24510
24511 \begin_inset ERT
24512 status collapsed
24513
24514 \begin_layout Plain Layout
24515
24516
24517 \backslash
24518 renewenvironment{lyxgreyedout}
24519 \end_layout
24520
24521 \begin_layout Plain Layout
24522
24523 {
24524 \backslash
24525 textcolor[gray]{0.8}
24526 \backslash
24527 bgroup}{
24528 \backslash
24529 egroup}
24530 \end_layout
24531
24532 \end_inset
24533
24534
24535 \begin_inset Note Greyedout
24536 status open
24537
24538 \begin_layout Plain Layout
24539 Este es el texto
24540 \begin_inset Foot
24541 status collapsed
24542
24543 \begin_layout Plain Layout
24544 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24545 \end_layout
24546
24547 \end_inset
24548
24549  de un comentario que se muestra resaltado en gris.
24550 \end_layout
24551
24552 \end_inset
24553
24554
24555 \begin_inset ERT
24556 status collapsed
24557
24558 \begin_layout Plain Layout
24559
24560
24561 \backslash
24562 renewenvironment{lyxgreyedout}
24563 \end_layout
24564
24565 \begin_layout Plain Layout
24566
24567 {
24568 \backslash
24569 textcolor{blue}
24570 \backslash
24571 bgroup}{
24572 \backslash
24573 egroup}
24574 \end_layout
24575
24576 \end_inset
24577
24578
24579 \begin_inset Note Note
24580 status collapsed
24581
24582 \begin_layout Plain Layout
24583 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24584  original de LyX, ya que en el preámbulo de este documento se han redefinido
24585  estas notas para que salgan en azul, como se indica más adelante.
24586 \end_layout
24587
24588 \end_inset
24589
24590
24591 \begin_inset Newline newline
24592 \end_inset
24593
24594
24595 \begin_inset Newline newline
24596 \end_inset
24597
24598 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24599  está un poco sangrada, y por otra parte pueden tener notas al pie.
24600 \end_layout
24601
24602 \begin_layout Standard
24603 \begin_inset VSpace bigskip
24604 \end_inset
24605
24606 Si usas el botón de la barra de herramientas 
24607 \begin_inset Graphics
24608         filename ../../images/note-insert.png
24609         scale 85
24610
24611 \end_inset
24612
24613  para insertar notas, se inserta una 
24614 \family sans
24615 Nota
24616 \begin_inset space ~
24617 \end_inset
24618
24619 LyX
24620 \family default
24621 .
24622  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24623  recuadro.
24624  
24625 \family roman
24626 \series medium
24627 \bar no
24628 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24629  botón de herramienta 
24630 \family sans
24631 \series default
24632 \bar default
24633 Nota
24634 \family default
24635 .
24636  Para cambiar una nota a texto, pulsa la tecla 
24637 \family sans
24638 Retroceso
24639 \family default
24640  cuando el cursor está en la primera posición de una nota, o la tecla 
24641 \family sans
24642 Supr
24643 \family default
24644  cuando el cursor está en la última posición de la nota, respectivamente.
24645 \end_layout
24646
24647 \begin_layout Standard
24648 \begin_inset VSpace bigskip
24649 \end_inset
24650
24651 Se puede cambiar el color del 
24652 \family sans
24653 Resaltado en gris
24654 \family default
24655  poniendo en el preámbulo el comando:
24656 \end_layout
24657
24658 \begin_layout Standard
24659
24660 \series bold
24661
24662 \backslash
24663 renewenvironment{lyxgreyedout}
24664 \begin_inset Newline newline
24665 \end_inset
24666
24667
24668 \begin_inset Phantom HPhantom
24669 status open
24670
24671 \begin_layout Plain Layout
24672
24673 \series bold
24674 \begin_inset space ~
24675 \end_inset
24676
24677
24678 \end_layout
24679
24680 \end_inset
24681
24682 {
24683 \backslash
24684 textcolor{color}
24685 \backslash
24686 bgroup}{
24687 \backslash
24688 egroup}
24689 \end_layout
24690
24691 \begin_layout Standard
24692 Los colores disponibles y el método para definir nuestros propios colores
24693  se explica en la sección
24694 \begin_inset space ~
24695 \end_inset
24696
24697
24698 \begin_inset CommandInset ref
24699 LatexCommand ref
24700 reference "sec:Tablas-Coloreadas"
24701
24702 \end_inset
24703
24704 .
24705 \end_layout
24706
24707 \begin_layout Standard
24708 Las notas en azul en este documento se han hecho con notas del tipo 
24709 \family sans
24710 Resaltado en gris
24711 \family default
24712  pero definiendo el color del texto en azul.
24713 \end_layout
24714
24715 \begin_layout Section
24716 Notas al pie
24717 \begin_inset CommandInset label
24718 LatexCommand label
24719 name "sec:Notas-al-pie"
24720
24721 \end_inset
24722
24723
24724 \begin_inset Index idx
24725 status collapsed
24726
24727 \begin_layout Plain Layout
24728 Notas ! al pie
24729 \end_layout
24730
24731 \end_inset
24732
24733
24734 \begin_inset Index idx
24735 status collapsed
24736
24737 \begin_layout Plain Layout
24738 Notas al pie
24739 \end_layout
24740
24741 \end_inset
24742
24743
24744 \end_layout
24745
24746 \begin_layout Standard
24747 Las notas al pie se insertan con el botón 
24748 \begin_inset Graphics
24749         filename ../../images/footnote-insert.png
24750         scale 85
24751
24752 \end_inset
24753
24754  o el menú 
24755 \family sans
24756 Insertar\SpecialChar \menuseparator
24757 Nota
24758 \begin_inset space ~
24759 \end_inset
24760
24761 al
24762 \begin_inset space ~
24763 \end_inset
24764
24765 pie
24766 \family default
24767 .
24768  
24769 \family roman
24770 \series medium
24771 \bar no
24772 Aparece un recuadro como este:
24773 \family default
24774 \series default
24775 \bar default
24776  
24777 \begin_inset Graphics
24778         filename clipart/notapieQt4.png
24779         scale 80
24780
24781 \end_inset
24782
24783  
24784 \family roman
24785 \series medium
24786 \bar no
24787 donde puedes introducir el texto.
24788  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24789  sobre el
24790 \family default
24791 \series default
24792 \bar default
24793  
24794 \family roman
24795 \series medium
24796 \bar no
24797 botón
24798 \family default
24799 \series default
24800 \bar default
24801 .
24802  Para cambiar una nota al pie a texto, pulsa la tecla 
24803 \family sans
24804 Retroceso
24805 \family default
24806  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24807  
24808 \family sans
24809 Supr
24810 \family default
24811  cuando el cursor está en la última posición de la nota, respectivamente.
24812 \end_layout
24813
24814 \begin_layout Standard
24815 Aquí hay un ejemplo de nota al pie:
24816 \family roman
24817 \series medium
24818 \bar no
24819
24820 \begin_inset Foot
24821 status collapsed
24822
24823 \begin_layout Plain Layout
24824 \begin_inset CommandInset label
24825 LatexCommand label
24826 name "pie:Esto-es-una"
24827
24828 \end_inset
24829
24830 Ejemplo de nota al pie.
24831 \end_layout
24832
24833 \end_inset
24834
24835
24836 \family default
24837 \series default
24838 \bar default
24839
24840 \begin_inset ERT
24841 status collapsed
24842
24843 \begin_layout Plain Layout
24844
24845
24846 \backslash
24847 newcounter{MyRepeatFoot}
24848 \end_layout
24849
24850 \begin_layout Plain Layout
24851
24852
24853 \backslash
24854 setcounter{MyRepeatFoot}{
24855 \backslash
24856 thefootnote}
24857 \end_layout
24858
24859 \end_inset
24860
24861
24862 \end_layout
24863
24864 \begin_layout Standard
24865 En la salida, el pie se muestra como número voladito en el lugar del texto
24866  donde se coloca el recuadro.
24867  El texto se coloca al final de la página actual.
24868  Los números de las notas son calculados por LaTeX, y son consecutivos.
24869  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24870 \end_layout
24871
24872 \begin_layout Standard
24873 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24874  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24875  se describe en la sección
24876 \begin_inset space ~
24877 \end_inset
24878
24879
24880 \begin_inset CommandInset ref
24881 LatexCommand ref
24882 reference "sec:Referencias-a-Flotantes"
24883
24884 \end_inset
24885
24886 .
24887 \begin_inset Newline newline
24888 \end_inset
24889
24890 Esto es una referencia cruzada a la Nota al pie
24891 \begin_inset space ~
24892 \end_inset
24893
24894
24895 \begin_inset CommandInset ref
24896 LatexCommand ref
24897 reference "pie:Esto-es-una"
24898
24899 \end_inset
24900
24901 .
24902 \end_layout
24903
24904 \begin_layout Standard
24905 \begin_inset VSpace defskip
24906 \end_inset
24907
24908
24909 \end_layout
24910
24911 \begin_layout Standard
24912 Debido a razones técnicas, LaTeX no imprime las notas al pie en tablas.
24913  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
24914  se inserta el comando 
24915 \series bold
24916
24917 \backslash
24918 footnotemark{}
24919 \series default
24920  en código TeX.
24921  El texto de la nota se introduce como argumento del comando
24922 \series bold
24923  
24924 \backslash
24925 footnotetext
24926 \series default
24927  después de la tabla.
24928 \begin_inset Newline newline
24929 \end_inset
24930
24931 Esto es lo que se ha hecho para la siguiente tabla con el comando
24932 \end_layout
24933
24934 \begin_layout Standard
24935
24936 \series bold
24937
24938 \backslash
24939 footnotetext{
24940 \series default
24941 Texto de la nota de la tabla.
24942 \series bold
24943 }
24944 \end_layout
24945
24946 \begin_layout Standard
24947 \begin_inset Tabular
24948 <lyxtabular version="3" rows="2" columns="1">
24949 <features tabularvalignment="middle">
24950 <column alignment="center" valignment="top" width="0">
24951 <row>
24952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956 Texto de ejemplo.
24957 \begin_inset Foot
24958 status open
24959
24960 \begin_layout Plain Layout
24961 ¡Esta nota no se imprimirá!
24962 \end_layout
24963
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 </row>
24972 <row>
24973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977 Texto de ejemplo.
24978 \begin_inset ERT
24979 status collapsed
24980
24981 \begin_layout Plain Layout
24982
24983
24984 \backslash
24985 footnotemark{}
24986 \end_layout
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 </row>
24996 </lyxtabular>
24997
24998 \end_inset
24999
25000
25001 \begin_inset ERT
25002 status collapsed
25003
25004 \begin_layout Plain Layout
25005
25006
25007 \backslash
25008 footnotetext{
25009 \end_layout
25010
25011 \end_inset
25012
25013 Texto de la nota de la tabla.
25014 \begin_inset ERT
25015 status collapsed
25016
25017 \begin_layout Plain Layout
25018
25019 }
25020 \end_layout
25021
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \begin_layout Standard
25028 Las notas al pie en tablas largas se describen en la sección
25029 \begin_inset space ~
25030 \end_inset
25031
25032
25033 \begin_inset CommandInset ref
25034 LatexCommand ref
25035 reference "sub:Notas-al-pie-en-Tablas-Largas"
25036
25037 \end_inset
25038
25039 .
25040 \end_layout
25041
25042 \begin_layout Standard
25043 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
25044  y con numeración diferente debido a que una minipágina es como una página
25045  dentro de otra.
25046  (Más información sobre minipáginas en la sección
25047 \begin_inset space ~
25048 \end_inset
25049
25050
25051 \begin_inset CommandInset ref
25052 LatexCommand ref
25053 reference "sec:Minipáginas"
25054
25055 \end_inset
25056
25057 ).
25058  Para poner notas en una minipágina que se impriman a pie de página como
25059  las notas al pie normales, se puede usar también el método de 
25060 \series bold
25061
25062 \backslash
25063 footnotemark{}
25064 \series default
25065  y 
25066 \series bold
25067
25068 \backslash
25069 footnotetext
25070 \series default
25071 .
25072 \end_layout
25073
25074 \begin_layout Standard
25075 \begin_inset Box Frameless
25076 position "t"
25077 hor_pos "c"
25078 has_inner_box 1
25079 inner_pos "t"
25080 use_parbox 0
25081 use_makebox 0
25082 width "100col%"
25083 special "none"
25084 height "1in"
25085 height_special "totalheight"
25086 status open
25087
25088 \begin_layout Plain Layout
25089 Muestra de texto en una minipágina.
25090 \begin_inset Foot
25091 status open
25092
25093 \begin_layout Plain Layout
25094 Nota en la minipágina.
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \begin_layout Plain Layout
25103 Muestra de texto en una minipágina.
25104 \begin_inset ERT
25105 status collapsed
25106
25107 \begin_layout Plain Layout
25108
25109
25110 \backslash
25111 footnotemark{}
25112 \end_layout
25113
25114 \end_inset
25115
25116
25117 \end_layout
25118
25119 \end_inset
25120
25121
25122 \end_layout
25123
25124 \begin_layout Standard
25125 \begin_inset ERT
25126 status collapsed
25127
25128 \begin_layout Plain Layout
25129
25130
25131 \backslash
25132 footnotetext{
25133 \end_layout
25134
25135 \end_inset
25136
25137 Nota fuera de la minipágina.
25138 \begin_inset ERT
25139 status collapsed
25140
25141 \begin_layout Plain Layout
25142
25143 }
25144 \end_layout
25145
25146 \end_inset
25147
25148
25149 \end_layout
25150
25151 \begin_layout Standard
25152 \begin_inset VSpace defskip
25153 \end_inset
25154
25155
25156 \end_layout
25157
25158 \begin_layout Standard
25159 Para hacer referencia a la misma nota varias veces sin imprimir su texto
25160  cada vez, usa el comando  
25161 \series bold
25162
25163 \backslash
25164 footnotemark[number]
25165 \series default
25166  en código TeX.
25167 \begin_inset Newline newline
25168 \end_inset
25169
25170 Como el número de la nota repetida no se conoce mientras se escribe el texto,
25171  hay que guardarlo.
25172  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
25173  comandos en código TeX después de la nota al pie
25174 \begin_inset space ~
25175 \end_inset
25176
25177
25178 \begin_inset CommandInset ref
25179 LatexCommand ref
25180 reference "pie:Esto-es-una"
25181
25182 \end_inset
25183
25184  para guardar el número de la nota: 
25185 \end_layout
25186
25187 \begin_layout Standard
25188
25189 \series bold
25190
25191 \backslash
25192 newcounter{MyRepeatFoot}
25193 \begin_inset Newline newline
25194 \end_inset
25195
25196
25197 \backslash
25198 setcounter{MyRepeatFoot}{
25199 \backslash
25200 thefootnote}
25201 \end_layout
25202
25203 \begin_layout Standard
25204 La marca de la nota se ha creado después con el comando:
25205 \end_layout
25206
25207 \begin_layout Standard
25208
25209 \series bold
25210
25211 \backslash
25212 footnotemark[
25213 \backslash
25214 theMyRepeatFoot]
25215 \end_layout
25216
25217 \begin_layout Standard
25218 Aquí hay una nota repetida:
25219 \begin_inset ERT
25220 status collapsed
25221
25222 \begin_layout Plain Layout
25223
25224
25225 \backslash
25226 footnotemark[
25227 \backslash
25228 theMyRepeatFoot]
25229 \end_layout
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \begin_layout Standard
25237 Para repetir la nota al pie previa, se puede omitir el guardado del número
25238  de la nota y usar en su lugar el comando:
25239 \end_layout
25240
25241 \begin_layout Standard
25242
25243 \series bold
25244
25245 \backslash
25246 footnotemark[
25247 \backslash
25248 thefootnote]
25249 \end_layout
25250
25251 \begin_layout Standard
25252 Aquí hay otra nota repetida:
25253 \begin_inset ERT
25254 status collapsed
25255
25256 \begin_layout Plain Layout
25257
25258
25259 \backslash
25260 footnotemark[
25261 \backslash
25262 thefootnote]
25263 \end_layout
25264
25265 \end_inset
25266
25267
25268 \end_layout
25269
25270 \begin_layout Subsection
25271 Numeración de notas al pie
25272 \begin_inset CommandInset label
25273 LatexCommand label
25274 name "sub:Numeración-de-Notas-al-Pie"
25275
25276 \end_inset
25277
25278
25279 \begin_inset Index idx
25280 status collapsed
25281
25282 \begin_layout Plain Layout
25283 Notas al pie ! Numeración
25284 \end_layout
25285
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \begin_layout Standard
25292 Para reiniciar el número de pie a 1 en cada sección añade
25293 \family roman
25294  en el preámbulo el comando:
25295 \end_layout
25296
25297 \begin_layout Standard
25298
25299 \series bold
25300
25301 \backslash
25302 @addtoreset{footnote}{section}
25303 \end_layout
25304
25305 \begin_layout Standard
25306 \begin_inset VSpace bigskip
25307 \end_inset
25308
25309 El siguiente comando en el preámbulo cambia el estilo de numeración del
25310  pie a números romanos en minúsculas:
25311 \end_layout
25312
25313 \begin_layout Standard
25314
25315 \series bold
25316
25317 \backslash
25318 renewcommand{
25319 \backslash
25320 thefootnote}{
25321 \backslash
25322 roman{footnote}}
25323 \end_layout
25324
25325 \begin_layout Standard
25326 \begin_inset ERT
25327 status collapsed
25328
25329 \begin_layout Plain Layout
25330
25331
25332 \backslash
25333 renewcommand{
25334 \backslash
25335 thefootnote}{
25336 \backslash
25337 roman{footnote}}
25338 \end_layout
25339
25340 \end_inset
25341
25342  Nota al pie en números romanos:
25343 \begin_inset Foot
25344 status collapsed
25345
25346 \begin_layout Plain Layout
25347 Ejemplo de nota al pie en números romanos.
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \begin_inset ERT
25354 status collapsed
25355
25356 \begin_layout Plain Layout
25357
25358
25359 \backslash
25360 renewcommand{
25361 \backslash
25362 thefootnote}{
25363 \backslash
25364 arabic{footnote}}
25365 \end_layout
25366
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \begin_layout Standard
25373 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25374  
25375 \series bold
25376
25377 \backslash
25378 roman
25379 \series default
25380  por 
25381 \series bold
25382
25383 \backslash
25384 Roman
25385 \series default
25386 .
25387  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25388 \series bold
25389
25390 \backslash
25391 Alph
25392 \series default
25393  o 
25394 \series bold
25395
25396 \backslash
25397 alph
25398 \series default
25399 , respectivamente.
25400  Para ordenar las notas al pie con símbolos usa 
25401 \series bold
25402
25403 \backslash
25404 fnsymbol
25405 \series default
25406 .
25407 \end_layout
25408
25409 \begin_layout Standard
25410 \begin_inset Note Greyedout
25411 status open
25412
25413 \begin_layout Plain Layout
25414
25415 \series bold
25416 Nota:
25417 \series default
25418  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25419  simples.
25420 \end_layout
25421
25422 \end_inset
25423
25424
25425 \begin_inset Newline newline
25426 \end_inset
25427
25428
25429 \begin_inset Note Greyedout
25430 status open
25431
25432 \begin_layout Plain Layout
25433
25434 \series bold
25435 Nota:
25436 \series default
25437  sólo puedes ordenar hasta 9 pies con símbolos.
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \begin_layout Standard
25446 Para volver al estilo de numeración predeterminado cuando has cambiado a
25447  otro estilo, usa 
25448 \series bold
25449
25450 \backslash
25451 arabic
25452 \series default
25453  en vez de 
25454 \series bold
25455
25456 \backslash
25457 roman
25458 \series default
25459  en el comando anterior.
25460 \begin_inset ERT
25461 status collapsed
25462
25463 \begin_layout Plain Layout
25464
25465
25466 \backslash
25467 renewcommand{
25468 \backslash
25469 thefootnote}{
25470 \backslash
25471 arabic{footnote}}
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \end_layout
25478
25479 \begin_layout Standard
25480 \begin_inset VSpace bigskip
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \begin_layout Standard
25487 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25488  comando al preámbulo del documento:
25489 \end_layout
25490
25491 \begin_layout Standard
25492
25493 \series bold
25494
25495 \backslash
25496 numberwithin{footnote}{chapter}
25497 \end_layout
25498
25499 \begin_layout Standard
25500 Para poder usar el comando 
25501 \series bold
25502
25503 \backslash
25504 numberwithin
25505 \series default
25506 , marca la opción 
25507 \family sans
25508 Usar
25509 \family default
25510
25511 \begin_inset space ~
25512 \end_inset
25513
25514
25515 \family sans
25516 el
25517 \family default
25518
25519 \begin_inset space ~
25520 \end_inset
25521
25522
25523 \family sans
25524 paquete
25525 \family default
25526
25527 \begin_inset space ~
25528 \end_inset
25529
25530
25531 \family sans
25532 AMS
25533 \family default
25534  en la sección 
25535 \family sans
25536 Opciones para ecuaciones
25537 \family default
25538  de la configuración del documento.
25539 \end_layout
25540
25541 \begin_layout Standard
25542 \begin_inset ERT
25543 status collapsed
25544
25545 \begin_layout Plain Layout
25546
25547
25548 \backslash
25549 numberwithin{footnote}{chapter}
25550 \end_layout
25551
25552 \end_inset
25553
25554 Esto es otro ejemplo de nota al pie:
25555 \series bold
25556
25557 \begin_inset Foot
25558 status collapsed
25559
25560 \begin_layout Plain Layout
25561 Nota al pie numerada en el esquema 
25562 \begin_inset Quotes eld
25563 \end_inset
25564
25565 capítulo.nota
25566 \begin_inset Quotes erd
25567 \end_inset
25568
25569 .
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \series default
25576
25577 \begin_inset ERT
25578 status collapsed
25579
25580 \begin_layout Plain Layout
25581
25582
25583 \backslash
25584 renewcommand{
25585 \backslash
25586 thefootnote}{
25587 \backslash
25588 arabic{footnote}}
25589 \end_layout
25590
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \begin_layout Standard
25597 \begin_inset Note Greyedout
25598 status open
25599
25600 \begin_layout Plain Layout
25601
25602 \series bold
25603 Nota: 
25604 \backslash
25605 numberwithin 
25606 \series default
25607 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25608  previas para obtener números no arábigos se sobreescriben.
25609 \end_layout
25610
25611 \end_inset
25612
25613
25614 \end_layout
25615
25616 \begin_layout Standard
25617 Así, para obtener por ejemplo el esquema «capítulo.
25618 \backslash
25619 Roman{footnote}», usa este comando en vez de 
25620 \series bold
25621
25622 \backslash
25623 numberwithin
25624 \series default
25625 :
25626 \end_layout
25627
25628 \begin_layout Standard
25629
25630 \series bold
25631
25632 \backslash
25633 renewcommand{
25634 \backslash
25635 thefootnote}{
25636 \backslash
25637 thechapter.
25638 \backslash
25639 Roman{footnote}}
25640 \end_layout
25641
25642 \begin_layout Subsection
25643 Colocación de notas al pie
25644 \begin_inset Index idx
25645 status collapsed
25646
25647 \begin_layout Plain Layout
25648 Notas al pie ! Colocación
25649 \end_layout
25650
25651 \end_inset
25652
25653
25654 \end_layout
25655
25656 \begin_layout Standard
25657 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25658  entre ellas al final de la página.
25659  Para hacerlas más legibles puedes añadir 1.5
25660 \begin_inset space \thinspace{}
25661 \end_inset
25662
25663 mm, p.
25664 \begin_inset space \thinspace{}
25665 \end_inset
25666
25667 e., con el comando siguiente en el preámbulo:
25668 \end_layout
25669
25670 \begin_layout Standard
25671
25672 \series bold
25673
25674 \backslash
25675 let
25676 \backslash
25677 myFoot
25678 \backslash
25679 footnote
25680 \begin_inset Newline newline
25681 \end_inset
25682
25683
25684 \backslash
25685 renewcommand{
25686 \backslash
25687 footnote}[1]{
25688 \backslash
25689 myFoot{#1
25690 \backslash
25691 vspace{1.5mm}}}
25692 \end_layout
25693
25694 \begin_layout Standard
25695 \begin_inset VSpace bigskip
25696 \end_inset
25697
25698 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25699  véase la figura
25700 \begin_inset space ~
25701 \end_inset
25702
25703
25704 \begin_inset CommandInset ref
25705 LatexCommand ref
25706 reference "fig:Colocación-standard-del-pie"
25707
25708 \end_inset
25709
25710 .
25711  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25712  en la figura
25713 \begin_inset space ~
25714 \end_inset
25715
25716
25717 \begin_inset CommandInset ref
25718 LatexCommand ref
25719 reference "fig:Colocación-del-pie-en"
25720
25721 \end_inset
25722
25723 , usa el paquete LaTeX 
25724 \series bold
25725 ftnright
25726 \series default
25727
25728 \begin_inset Index idx
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732 LaTeX-paquetes ! ftnright
25733 \end_layout
25734
25735 \end_inset
25736
25737  con este comando en el preámbulo:
25738 \end_layout
25739
25740 \begin_layout Standard
25741
25742 \series bold
25743
25744 \backslash
25745 usepackage{ftnright}
25746 \end_layout
25747
25748 \begin_layout Standard
25749 \begin_inset Float figure
25750 placement !h
25751 wide false
25752 sideways false
25753 status open
25754
25755 \begin_layout Plain Layout
25756 \begin_inset ERT
25757 status collapsed
25758
25759 \begin_layout Plain Layout
25760
25761
25762 \backslash
25763 framebox{
25764 \end_layout
25765
25766 \end_inset
25767
25768
25769 \begin_inset Graphics
25770         filename ../clipart/without_fntright.pdf
25771         width 100col%
25772
25773 \end_inset
25774
25775
25776 \begin_inset ERT
25777 status collapsed
25778
25779 \begin_layout Plain Layout
25780
25781 }
25782 \end_layout
25783
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \begin_layout Plain Layout
25790 \begin_inset Caption
25791
25792 \begin_layout Plain Layout
25793 \begin_inset CommandInset label
25794 LatexCommand label
25795 name "fig:Colocación-standard-del-pie"
25796
25797 \end_inset
25798
25799 Colocación estándar de notas al pie en documentos a dos columnas.
25800 \end_layout
25801
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \begin_layout Standard
25813 \begin_inset Float figure
25814 placement !h
25815 wide false
25816 sideways false
25817 status open
25818
25819 \begin_layout Plain Layout
25820 \begin_inset ERT
25821 status collapsed
25822
25823 \begin_layout Plain Layout
25824
25825
25826 \backslash
25827 framebox{
25828 \end_layout
25829
25830 \end_inset
25831
25832
25833 \begin_inset Graphics
25834         filename ../clipart/with_fntright.pdf
25835         width 100col%
25836
25837 \end_inset
25838
25839
25840 \begin_inset ERT
25841 status collapsed
25842
25843 \begin_layout Plain Layout
25844
25845 }
25846 \end_layout
25847
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \begin_layout Plain Layout
25854 \begin_inset Caption
25855
25856 \begin_layout Plain Layout
25857 \begin_inset CommandInset label
25858 LatexCommand label
25859 name "fig:Colocación-del-pie-en"
25860
25861 \end_inset
25862
25863 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25864  el paquete LaTeX 
25865 \series bold
25866 ftnright
25867 \series default
25868 .
25869 \end_layout
25870
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \begin_layout Standard
25882 \begin_inset VSpace bigskip
25883 \end_inset
25884
25885 En alguna literatura científica es habitual reunir las notas para imprimirlas
25886  en un párrafo separado al final de la sección, como en la figura
25887 \begin_inset space ~
25888 \end_inset
25889
25890
25891 \begin_inset CommandInset ref
25892 LatexCommand ref
25893 reference "fig:Notas-al-pie-al-final"
25894
25895 \end_inset
25896
25897 .
25898  Para reunir las notas al final
25899 \begin_inset Index idx
25900 status collapsed
25901
25902 \begin_layout Plain Layout
25903 Notas ! al final
25904 \end_layout
25905
25906 \end_inset
25907
25908  en vez de a pie de página, carga en el menú 
25909 \family sans
25910 Documento\SpecialChar \menuseparator
25911 Configuratión\SpecialChar \menuseparator
25912 Módulos
25913 \family default
25914  el módulo 
25915 \family sans
25916 Pie
25917 \begin_inset space ~
25918 \end_inset
25919
25920 al
25921 \begin_inset space ~
25922 \end_inset
25923
25924 final
25925 \family default
25926 .
25927  Para insertar la colección de notas, escribe el comando
25928 \end_layout
25929
25930 \begin_layout Standard
25931
25932 \series bold
25933
25934 \backslash
25935 theendnotes
25936 \end_layout
25937
25938 \begin_layout Standard
25939 en código TeX al final de una sección o capítulo.
25940 \end_layout
25941
25942 \begin_layout Standard
25943 \begin_inset Float figure
25944 wide false
25945 sideways false
25946 status open
25947
25948 \begin_layout Plain Layout
25949 \align center
25950 \begin_inset ERT
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954
25955
25956 \backslash
25957 framebox{
25958 \end_layout
25959
25960 \end_inset
25961
25962
25963 \begin_inset Graphics
25964         filename ../clipart/endnotes.pdf
25965
25966 \end_inset
25967
25968
25969 \begin_inset ERT
25970 status collapsed
25971
25972 \begin_layout Plain Layout
25973
25974 }
25975 \end_layout
25976
25977 \end_inset
25978
25979
25980 \end_layout
25981
25982 \begin_layout Plain Layout
25983 \begin_inset Caption
25984
25985 \begin_layout Plain Layout
25986 \begin_inset CommandInset label
25987 LatexCommand label
25988 name "fig:Notas-al-pie-al-final"
25989
25990 \end_inset
25991
25992 Notas al final: notas impresas en párrafo separado al final de la sección
25993  o del capítulo.
25994 \end_layout
25995
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \begin_layout Standard
26007 \begin_inset VSpace medskip
26008 \end_inset
26009
26010 La cabecera de párrafo para las notas finales no se traduce automáticamente
26011  al lenguaje del documento, hay que hacerlo manualmente.
26012   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
26013  al español «Notas»:
26014 \end_layout
26015
26016 \begin_layout Standard
26017
26018 \series bold
26019
26020 \backslash
26021 renewcommand{
26022 \backslash
26023 notesname}{Notas}
26024 \end_layout
26025
26026 \begin_layout Standard
26027 \begin_inset VSpace medskip
26028 \end_inset
26029
26030 La numeración de notas finales puede cambiarse como la de las notas al pie,
26031  como se describe en la sección
26032 \begin_inset space ~
26033 \end_inset
26034
26035
26036 \begin_inset CommandInset ref
26037 LatexCommand ref
26038 reference "sub:Numeración-de-Notas-al-Pie"
26039
26040 \end_inset
26041
26042 ; sólo hay que reemplazar el comando 
26043 \series bold
26044
26045 \backslash
26046 thefootnote
26047 \series default
26048  por 
26049 \series bold
26050
26051 \backslash
26052 theendnote
26053 \series default
26054 .
26055  Para restablecer la numeración usa el comando 
26056 \series bold
26057
26058 \backslash
26059 @addtoreset
26060 \series default
26061  como se describe en la sección
26062 \begin_inset space ~
26063 \end_inset
26064
26065
26066 \begin_inset CommandInset ref
26067 LatexCommand ref
26068 reference "sub:Numeración-de-Notas-al-Pie"
26069
26070 \end_inset
26071
26072  y sustituye el parámetro de comando 
26073 \series bold
26074 footnote
26075 \series default
26076  por 
26077 \series bold
26078 endnote
26079 \series default
26080 .
26081 \end_layout
26082
26083 \begin_layout Standard
26084 Para notas al final hay el comando  el comando 
26085 \series bold
26086
26087 \backslash
26088 endnotemark[número]
26089 \series default
26090  similar al comando 
26091 \series bold
26092
26093 \backslash
26094 footnotemark
26095 \series default
26096 , descrito en la sección
26097 \begin_inset space ~
26098 \end_inset
26099
26100
26101 \begin_inset CommandInset ref
26102 LatexCommand ref
26103 reference "sec:Notas-al-pie"
26104
26105 \end_inset
26106
26107 .
26108 \end_layout
26109
26110 \begin_layout Standard
26111 \begin_inset VSpace bigskip
26112 \end_inset
26113
26114 Las notas al pie también pueden colocarse al margen de la página y la alineación
26115  del texto del pie también puede cambiarse, véase el paquete LaTeX 
26116 \series bold
26117 footmisc
26118 \series default
26119
26120 \begin_inset Index idx
26121 status collapsed
26122
26123 \begin_layout Plain Layout
26124 LaTeX-paquetes ! footmisc
26125 \end_layout
26126
26127 \end_inset
26128
26129  
26130 \begin_inset CommandInset citation
26131 LatexCommand cite
26132 key "footmisc"
26133
26134 \end_inset
26135
26136  para más información.
26137 \end_layout
26138
26139 \begin_layout Standard
26140 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
26141  
26142 \begin_inset CommandInset citation
26143 LatexCommand cite
26144 key "latexcompanion,latexguide,latexbook"
26145
26146 \end_inset
26147
26148 .
26149 \end_layout
26150
26151 \begin_layout Section
26152 Notas al margen
26153 \begin_inset Index idx
26154 status collapsed
26155
26156 \begin_layout Plain Layout
26157 Notas ! al margen
26158 \end_layout
26159
26160 \end_inset
26161
26162
26163 \end_layout
26164
26165 \begin_layout Standard
26166 Las notas al margen se ven y se comportan en LyX como notas al pie.
26167  Se insertan con el menú 
26168 \family sans
26169 Insertar\SpecialChar \menuseparator
26170 Nota
26171 \begin_inset space ~
26172 \end_inset
26173
26174 al
26175 \begin_inset space ~
26176 \end_inset
26177
26178 margen
26179 \family default
26180  o con el botón 
26181 \begin_inset Graphics
26182         filename ../../images/marginalnote-insert.png
26183         scale 85
26184
26185 \end_inset
26186
26187 .
26188  Aparece un cuadro gris con la etiqueta 
26189 \family roman
26190 \series medium
26191 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
26192 \end_layout
26193
26194 \begin_layout Standard
26195 Al lado hay un ejemplo de nota al margen.
26196
26197 \family roman
26198 \series medium
26199  
26200 \begin_inset Marginal
26201 status open
26202
26203 \begin_layout Plain Layout
26204 Esto es una nota al margen.
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \begin_layout Standard
26213 Estas notas salen en el margen derecho en documentos a una cara.
26214  En documentos a doble cara se muestran en el margen externo —margen izquierdo
26215  en páginas pares, derecho en páginas impares—.
26216  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
26217  a la derecha si la nota aparece en el margen izquierdo—.
26218  La primera línea de la nota se sitúa en la posición de la línea del texto
26219  en la que se inserta en el documento.
26220 \end_layout
26221
26222 \begin_layout Standard
26223 \begin_inset VSpace bigskip
26224 \end_inset
26225
26226 Para colocar la nota en el margen interno añade el comando
26227 \end_layout
26228
26229 \begin_layout Standard
26230
26231 \series bold
26232
26233 \backslash
26234 reversemarginpar
26235 \end_layout
26236
26237 \begin_layout Standard
26238 en código TeX antes de la nota.
26239  La nueva colocación es válida para todas las siguientes notas al margen.
26240  
26241 \begin_inset ERT
26242 status collapsed
26243
26244 \begin_layout Plain Layout
26245
26246
26247 \backslash
26248 reversemarginpar 
26249 \end_layout
26250
26251 \end_inset
26252
26253
26254 \begin_inset Marginal
26255 status open
26256
26257 \begin_layout Plain Layout
26258 Esto es una nota en el margen interno.
26259 \end_layout
26260
26261 \end_inset
26262
26263
26264 \series bold
26265
26266 \begin_inset Newline newline
26267 \end_inset
26268
26269
26270 \series default
26271
26272 \begin_inset Note Greyedout
26273 status open
26274
26275 \begin_layout Plain Layout
26276
26277 \series bold
26278 Nota:
26279 \series default
26280  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26281  no se mostrará correctamente en la salida.
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \end_layout
26288
26289 \begin_layout Standard
26290 Para volver a la ubicación predeterminada inserta en código TeX el comando
26291 \begin_inset ERT
26292 status collapsed
26293
26294 \begin_layout Plain Layout
26295
26296
26297 \backslash
26298 normalmarginpar 
26299 \end_layout
26300
26301 \end_inset
26302
26303
26304 \end_layout
26305
26306 \begin_layout Standard
26307
26308 \series bold
26309
26310 \backslash
26311 normalmarginpar
26312 \end_layout
26313
26314 \begin_layout Standard
26315 \begin_inset Note Greyedout
26316 status open
26317
26318 \begin_layout Plain Layout
26319
26320 \series bold
26321 Nota:
26322 \series default
26323  El comando se ignora si en el mismo párrafo está también presente el comando
26324  
26325 \series bold
26326
26327 \backslash
26328 reversemarginpar
26329 \series default
26330 .
26331 \end_layout
26332
26333 \end_inset
26334
26335
26336 \end_layout
26337
26338 \begin_layout Standard
26339 \begin_inset VSpace bigskip
26340 \end_inset
26341
26342
26343 \family roman
26344 \series medium
26345
26346 \begin_inset Marginal
26347 status open
26348
26349 \begin_layout Plain Layout
26350 PalabraMuyLargaAlMargen no partida con guión.
26351 \end_layout
26352
26353 \end_inset
26354
26355
26356 \family default
26357 \series default
26358  Como en el caso descrito en la sección
26359 \begin_inset space ~
26360 \end_inset
26361
26362
26363 \begin_inset CommandInset ref
26364 LatexCommand ref
26365 reference "sub:Líneas-Múltiples-en"
26366
26367 \end_inset
26368
26369 , una palabra larga no puede partirse con guión cuando es la primera en
26370  la nota al margen.
26371  Para evitar esto, inserta un espacio horizontal de 0
26372 \begin_inset space \thinspace{}
26373 \end_inset
26374
26375 pt antes de la palabra
26376 \family roman
26377 \series medium
26378 .
26379 \end_layout
26380
26381 \begin_layout Standard
26382
26383 \family roman
26384 \series medium
26385 \begin_inset Marginal
26386 status open
26387
26388 \begin_layout Plain Layout
26389 \begin_inset ERT
26390 status collapsed
26391
26392 \begin_layout Plain Layout
26393
26394
26395 \backslash
26396 hspace{0pt}
26397 \end_layout
26398
26399 \end_inset
26400
26401 PalabraMuyLargaAlMargen partida con guión.
26402 \end_layout
26403
26404 \end_inset
26405
26406
26407 \end_layout
26408
26409 \begin_layout Standard
26410 \begin_inset VSpace bigskip
26411 \end_inset
26412
26413
26414 \end_layout
26415
26416 \begin_layout Standard
26417 \begin_inset Note Greyedout
26418 status open
26419
26420 \begin_layout Plain Layout
26421
26422 \series bold
26423 Nota:
26424 \series default
26425  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
26426  notas al pie.
26427 \end_layout
26428
26429 \end_inset
26430
26431
26432 \end_layout
26433
26434 \begin_layout Standard
26435 \begin_inset VSpace bigskip
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \begin_layout Standard
26442 \begin_inset ERT
26443 status collapsed
26444
26445 \begin_layout Plain Layout
26446
26447
26448 \backslash
26449 ifmarginnote
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \begin_inset Note Note
26456 status collapsed
26457
26458 \begin_layout Plain Layout
26459 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26460  LaTeX 
26461 \series bold
26462 marginnote
26463 \series default
26464 .
26465 \end_layout
26466
26467 \end_inset
26468
26469
26470 \end_layout
26471
26472 \begin_layout Standard
26473 Esta restricción se puede salvar con el paquete LaTeX 
26474 \series bold
26475 marginnote
26476 \series default
26477
26478 \begin_inset Index idx
26479 status collapsed
26480
26481 \begin_layout Plain Layout
26482 LaTeX-paquetes ! marginnote
26483 \end_layout
26484
26485 \end_inset
26486
26487 .
26488  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26489  notas al margen es redefinido para usar el comando proporcionado por el
26490  paquete 
26491 \series bold
26492 marginnote
26493 \series default
26494 :
26495 \end_layout
26496
26497 \begin_layout Standard
26498
26499 \series bold
26500
26501 \backslash
26502 usepackage{marginnote}
26503 \begin_inset Newline newline
26504 \end_inset
26505
26506
26507 \backslash
26508 let
26509 \backslash
26510 marginpar
26511 \backslash
26512 marginnote
26513 \end_layout
26514
26515 \begin_layout Standard
26516 Esto se ha utilizado en el presente documento porque 
26517 \series bold
26518 marginnote
26519 \series default
26520  tiene una característica adicional útil: Puedes establecer un desplazamiento
26521  vertical a la nota.
26522  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26523  diseño de la página.
26524  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26525  en código TeX
26526 \end_layout
26527
26528 \begin_layout Standard
26529
26530 \series bold
26531 [desplazamiento]
26532 \end_layout
26533
26534 \begin_layout Standard
26535 donde desplazamiento es una longitud en una de las unidades de la tabla
26536 \begin_inset space ~
26537 \end_inset
26538
26539
26540 \begin_inset CommandInset ref
26541 LatexCommand ref
26542 reference "tab:Unidades"
26543
26544 \end_inset
26545
26546 .
26547  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26548  abajo.
26549  
26550 \family roman
26551 \series medium
26552 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26553 \begin_inset space \thinspace{}
26554 \end_inset
26555
26556 cm arriba con el comando en código TeX 
26557 \begin_inset Quotes eld
26558 \end_inset
26559
26560
26561 \family default
26562 \series bold
26563 [-1.5cm]
26564 \family roman
26565 \series medium
26566
26567 \begin_inset Quotes erd
26568 \end_inset
26569
26570
26571 \begin_inset Marginal
26572 status collapsed
26573
26574 \begin_layout Plain Layout
26575 Esta nota está 1.5
26576 \begin_inset space \thinspace{}
26577 \end_inset
26578
26579 cm por encima de su posición original.
26580 \end_layout
26581
26582 \end_inset
26583
26584
26585 \family default
26586 \series default
26587
26588 \begin_inset ERT
26589 status collapsed
26590
26591 \begin_layout Plain Layout
26592
26593 [-1.5cm]
26594 \end_layout
26595
26596 \end_inset
26597
26598
26599 \end_layout
26600
26601 \begin_layout Standard
26602 \begin_inset VSpace medskip
26603 \end_inset
26604
26605 Con 
26606 \series bold
26607 marginnote
26608 \series default
26609  también puedes cambiar la alineación del texto en el margen.
26610  Por ejemplo los comandos
26611 \end_layout
26612
26613 \begin_layout Standard
26614
26615 \series bold
26616
26617 \backslash
26618 renewcommand*{
26619 \backslash
26620 raggedleftmarginnote}{
26621 \backslash
26622 centering}
26623 \begin_inset Newline newline
26624 \end_inset
26625
26626
26627 \backslash
26628 renewcommand*{
26629 \backslash
26630 raggedrightmarginnote}{
26631 \backslash
26632 centering}
26633 \end_layout
26634
26635 \begin_layout Standard
26636 producen alineación centrada.
26637  
26638 \series bold
26639
26640 \backslash
26641 raggedleftmarginnote
26642 \series default
26643  identifica las notas que aparecen al lado izquierdo.
26644 \family roman
26645 \series medium
26646
26647 \begin_inset ERT
26648 status collapsed
26649
26650 \begin_layout Plain Layout
26651
26652
26653 \backslash
26654 renewcommand*{
26655 \backslash
26656 raggedleftmarginnote}{
26657 \backslash
26658 centering}
26659 \end_layout
26660
26661 \begin_layout Plain Layout
26662
26663
26664 \backslash
26665 renewcommand*{
26666 \backslash
26667 raggedrightmarginnote}{
26668 \backslash
26669 centering}
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \begin_inset Marginal
26676 status open
26677
26678 \begin_layout Plain Layout
26679 El texto de esta nota está centrado.
26680 \end_layout
26681
26682 \end_inset
26683
26684
26685 \family default
26686 \series default
26687  El valor predeterminado es 
26688 \end_layout
26689
26690 \begin_layout Standard
26691
26692 \series bold
26693
26694 \backslash
26695 renewcommand*{
26696 \backslash
26697 raggedleftmarginnote}{
26698 \backslash
26699 raggedleft}
26700 \begin_inset Newline newline
26701 \end_inset
26702
26703
26704 \backslash
26705 renewcommand*{
26706 \backslash
26707 raggedrightmarginnote}{
26708 \backslash
26709 raggedright}
26710 \family roman
26711 \series medium
26712
26713 \begin_inset ERT
26714 status collapsed
26715
26716 \begin_layout Plain Layout
26717
26718
26719 \backslash
26720 renewcommand*{
26721 \backslash
26722 raggedleftmarginnote}{
26723 \backslash
26724 raggedleft}
26725 \end_layout
26726
26727 \begin_layout Plain Layout
26728
26729
26730 \backslash
26731 renewcommand*{
26732 \backslash
26733 raggedrightmarginnote}{
26734 \backslash
26735 raggedright}
26736 \end_layout
26737
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \begin_layout Standard
26744 \begin_inset VSpace medskip
26745 \end_inset
26746
26747 Para otras características de 
26748 \series bold
26749 marginnote
26750 \series default
26751  mira en su documentación 
26752 \begin_inset CommandInset citation
26753 LatexCommand cite
26754 key "marginnote"
26755
26756 \end_inset
26757
26758 .
26759 \end_layout
26760
26761 \begin_layout Standard
26762 \begin_inset VSpace bigskip
26763 \end_inset
26764
26765 El diseño de las notas al margen puede ser redefinido.
26766  Por ejemplo, para crear una cabecera para todas las notas con el texto
26767  
26768 \begin_inset Quotes eld
26769 \end_inset
26770
26771
26772 \series bold
26773 \bar under
26774 ¡
26775 \family sans
26776 Atención
26777 \family default
26778 !
26779 \series default
26780 \bar default
26781
26782 \begin_inset Quotes erd
26783 \end_inset
26784
26785 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26786 \end_layout
26787
26788 \begin_layout Standard
26789
26790 \series bold
26791
26792 \backslash
26793 let
26794 \backslash
26795 myMarginpar
26796 \backslash
26797 marginpar
26798 \begin_inset Newline newline
26799 \end_inset
26800
26801
26802 \backslash
26803 renewcommand{
26804 \backslash
26805 marginpar}[1]{
26806 \backslash
26807 myMarginpar{%
26808 \begin_inset Newline newline
26809 \end_inset
26810
26811
26812 \begin_inset Phantom HPhantom
26813 status open
26814
26815 \begin_layout Plain Layout
26816
26817 \series bold
26818 \begin_inset space ~
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \end_inset
26825
26826
26827 \backslash
26828 hspace{0pt}
26829 \backslash
26830 textsf{
26831 \backslash
26832 textbf{
26833 \backslash
26834 underbar{¡Atención!}}}%
26835 \begin_inset Newline newline
26836 \end_inset
26837
26838
26839 \begin_inset Phantom HPhantom
26840 status open
26841
26842 \begin_layout Plain Layout
26843
26844 \series bold
26845 \begin_inset space ~
26846 \end_inset
26847
26848
26849 \end_layout
26850
26851 \end_inset
26852
26853
26854 \backslash
26855 vspace{1.5mm}
26856 \backslash
26857
26858 \backslash
26859 #1}}
26860 \end_layout
26861
26862 \begin_layout Standard
26863
26864 \family roman
26865 \series medium
26866 \begin_inset ERT
26867 status collapsed
26868
26869 \begin_layout Plain Layout
26870
26871
26872 \backslash
26873 let
26874 \backslash
26875 myMarginpar
26876 \backslash
26877 marginpar
26878 \end_layout
26879
26880 \begin_layout Plain Layout
26881
26882
26883 \backslash
26884 renewcommand{
26885 \backslash
26886 marginpar}[1]{
26887 \backslash
26888 myMarginpar{%
26889 \end_layout
26890
26891 \begin_layout Plain Layout
26892
26893    
26894 \backslash
26895 textsf{
26896 \backslash
26897 textbf{
26898 \backslash
26899 underbar{¡Atención!}}}%
26900 \end_layout
26901
26902 \begin_layout Plain Layout
26903
26904    
26905 \backslash
26906 vspace{1.5mm}
26907 \backslash
26908
26909 \backslash
26910 #1}}
26911 \end_layout
26912
26913 \end_inset
26914
26915
26916 \begin_inset Marginal
26917 status open
26918
26919 \begin_layout Plain Layout
26920 Esta es una nota con una cabecera definida.
26921 \end_layout
26922
26923 \end_inset
26924
26925
26926 \family default
26927 \series default
26928
26929 \begin_inset ERT
26930 status collapsed
26931
26932 \begin_layout Plain Layout
26933
26934 [-1.5cm]
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \family roman
26941 \series medium
26942
26943 \begin_inset ERT
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947
26948
26949 \backslash
26950 renewcommand{
26951 \backslash
26952 marginpar}[1]{
26953 \backslash
26954 myMarginpar{#1}}
26955 \end_layout
26956
26957 \end_inset
26958
26959
26960 \family default
26961 \series default
26962
26963 \begin_inset Note Note
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26968 \end_layout
26969
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \begin_layout Standard
26976 \begin_inset ERT
26977 status collapsed
26978
26979 \begin_layout Plain Layout
26980
26981
26982 \backslash
26983 else
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \begin_inset Note Note
26990 status collapsed
26991
26992 \begin_layout Plain Layout
26993 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26994  
26995 \series bold
26996 marginnote
26997 \series default
26998 .
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \begin_layout Standard
27007 Debes instalar el paquete LaTeX 
27008 \series bold
27009 marginnote
27010 \series default
27011  para ver la parte siguiente en la salida.
27012 \end_layout
27013
27014 \begin_layout Standard
27015 \begin_inset ERT
27016 status collapsed
27017
27018 \begin_layout Plain Layout
27019
27020
27021 \backslash
27022 fi
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \end_layout
27029
27030 \begin_layout Chapter
27031 Cuadros
27032 \end_layout
27033
27034 \begin_layout Section
27035 Introducción
27036 \begin_inset Index idx
27037 status collapsed
27038
27039 \begin_layout Plain Layout
27040 Cuadros ! Introducción
27041 \end_layout
27042
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \begin_layout Standard
27049 Los cuadros se emplean para dar formato a bloques de texto.
27050  Se pueden usar para escribir documentos con varios idiomas, véase sección
27051 \begin_inset space ~
27052 \end_inset
27053
27054
27055 \begin_inset CommandInset ref
27056 LatexCommand ref
27057 reference "sec:Minipáginas"
27058
27059 \end_inset
27060
27061 , enmarcar textos, véase sección
27062 \begin_inset space ~
27063 \end_inset
27064
27065
27066 \begin_inset CommandInset ref
27067 LatexCommand ref
27068 reference "sec:Decoración"
27069
27070 \end_inset
27071
27072 , evitar la división de palabras, véase sección
27073 \begin_inset space ~
27074 \end_inset
27075
27076
27077 \begin_inset CommandInset ref
27078 LatexCommand ref
27079 reference "sec:Evitar-la-Partición"
27080
27081 \end_inset
27082
27083 , alinear texto, véase sección
27084 \begin_inset space ~
27085 \end_inset
27086
27087
27088 \begin_inset CommandInset ref
27089 LatexCommand ref
27090 reference "sub:Alineación-Vertical"
27091
27092 \end_inset
27093
27094 , o para poner color de fondo a un texto, véase sección
27095 \begin_inset space ~
27096 \end_inset
27097
27098
27099 \begin_inset CommandInset ref
27100 LatexCommand ref
27101 reference "sec:Cuadros-Coloreados"
27102
27103 \end_inset
27104
27105 .
27106 \end_layout
27107
27108 \begin_layout Standard
27109 Se insertan con el menú 
27110 \family sans
27111 Insertar\SpecialChar \menuseparator
27112 Cuadro
27113 \family default
27114  o con el botón 
27115 \begin_inset Graphics
27116         filename ../../images/box-insert.png
27117         scale 85
27118
27119 \end_inset
27120
27121 .
27122  Surge un recuadro gris con la etiqueta 
27123 \family sans
27124 Cuadro (Minipágina)
27125 \family default
27126
27127 \begin_inset Graphics
27128         filename clipart/CuadroMinipagQt4.png
27129         scale 75
27130         keepAspectRatio
27131
27132 \end_inset
27133
27134 .
27135  El tipo de cuadro se puede elegir al hacer clic derecho sobre él y seleccionand
27136
27137 \family sans
27138 Configuración
27139 \family default
27140 .
27141  Sale un diálogo en el que 
27142 \family sans
27143 Cuadro
27144 \family default
27145
27146 \begin_inset space ~
27147 \end_inset
27148
27149
27150 \family sans
27151 interior
27152 \family default
27153  permite escoger los tipos
27154 \family sans
27155  Minipágina
27156 \family default
27157
27158 \family sans
27159 Cuadro de párrafo
27160 \family default
27161  y 
27162 \family sans
27163 Cuadro de 
27164 \family default
27165 línea.
27166  
27167 \family sans
27168 Minipágina
27169 \family default
27170  es el predeterminado para nuevos cuadros y se explica en la sección
27171 \begin_inset space ~
27172 \end_inset
27173
27174
27175 \begin_inset CommandInset ref
27176 LatexCommand ref
27177 reference "sec:Minipáginas"
27178
27179 \end_inset
27180
27181 ; el tipo 
27182 \family sans
27183 Cuadro de párrafo
27184 \family default
27185  se describe en la sección
27186 \begin_inset space ~
27187 \end_inset
27188
27189
27190 \begin_inset CommandInset ref
27191 LatexCommand ref
27192 reference "sec:Cuadros-de-Párrafo"
27193
27194 \end_inset
27195
27196  y el tipo 
27197 \family sans
27198 Cuadro de línea
27199 \family default
27200  se describe en la sección
27201 \begin_inset space ~
27202 \end_inset
27203
27204
27205 \begin_inset CommandInset ref
27206 LatexCommand ref
27207 reference "sec:Evitar-la-Partición"
27208
27209 \end_inset
27210
27211 .
27212 \end_layout
27213
27214 \begin_layout Standard
27215 Los cuadros no se numeran y por tanto no se pueden referenciar como los
27216  flotantes o las notas al pie.
27217 \end_layout
27218
27219 \begin_layout Standard
27220 \begin_inset Note Greyedout
27221 status open
27222
27223 \begin_layout Plain Layout
27224
27225 \series bold
27226 Nota:
27227 \series default
27228  Los cuadros no deben ser el ítem en un entorno 
27229 \family sans
27230 Enumeración*
27231 \family default
27232  o 
27233 \family sans
27234 Descripción
27235 \family default
27236 .
27237 \end_layout
27238
27239 \end_inset
27240
27241
27242 \end_layout
27243
27244 \begin_layout Standard
27245 \begin_inset Note Greyedout
27246 status open
27247
27248 \begin_layout Plain Layout
27249
27250 \series bold
27251 Nota:
27252 \series default
27253  Por razones desconocidas sólo se puede poner el tipo 
27254 \family sans
27255 Cuadro
27256 \begin_inset space ~
27257 \end_inset
27258
27259 interior
27260 \family default
27261  en 
27262 \family sans
27263 Ninguno
27264 \family default
27265  cuando se emplea un cuadro enmarcado.
27266  Los cuadros sin ningún tipo de 
27267 \family sans
27268 Cuadro
27269 \begin_inset space ~
27270 \end_inset
27271
27272 interior
27273 \family default
27274  y sin marcos se explican en la sección
27275 \begin_inset space ~
27276 \end_inset
27277
27278
27279 \begin_inset CommandInset ref
27280 LatexCommand ref
27281 reference "sec:Evitar-la-Partición"
27282
27283 \end_inset
27284
27285 .
27286 \end_layout
27287
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \begin_layout Section
27294 Diálogo de cuadros
27295 \begin_inset CommandInset label
27296 LatexCommand label
27297 name "sec:Diálogo-Cuadros"
27298
27299 \end_inset
27300
27301
27302 \begin_inset Index idx
27303 status collapsed
27304
27305 \begin_layout Plain Layout
27306 Cuadros ! Configuración
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \begin_layout Subsection
27315 Tamaño
27316 \begin_inset Index idx
27317 status collapsed
27318
27319 \begin_layout Plain Layout
27320 Cuadros ! Tamaño
27321 \end_layout
27322
27323 \end_inset
27324
27325
27326 \end_layout
27327
27328 \begin_layout Standard
27329 En el diálogo puedes ajustar la geometría del cuadro en los campos 
27330 \family sans
27331 Ancho
27332 \family default
27333  y 
27334 \family sans
27335 Alto
27336 \family default
27337 .
27338  Las unidades disponibles para la geometría se describen en la tabla
27339 \begin_inset space ~
27340 \end_inset
27341
27342
27343 \begin_inset CommandInset ref
27344 LatexCommand ref
27345 reference "tab:Unidades"
27346
27347 \end_inset
27348
27349 .
27350  El campo 
27351 \family sans
27352 Alto
27353 \family default
27354  ofrece los siguientes tamaños adicionales:
27355 \end_layout
27356
27357 \begin_layout Description
27358 Profundidad Este es el texto plano «alto».
27359  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27360  cuadro:
27361 \begin_inset Newline newline
27362 \end_inset
27363
27364
27365 \begin_inset Newline newline
27366 \end_inset
27367
27368
27369 \begin_inset Newline newline
27370 \end_inset
27371
27372
27373 \begin_inset Box Boxed
27374 position "c"
27375 hor_pos "c"
27376 has_inner_box 1
27377 inner_pos "c"
27378 use_parbox 0
27379 use_makebox 0
27380 width "12col%"
27381 special "none"
27382 height "1in"
27383 height_special "depth"
27384 status open
27385
27386 \begin_layout Plain Layout
27387 \align center
27388 Cuadro con altura establecida en 1
27389 \begin_inset space \thinspace{}
27390 \end_inset
27391
27392 Profundidad
27393 \end_layout
27394
27395 \end_inset
27396
27397
27398 \begin_inset Newline newline
27399 \end_inset
27400
27401
27402 \begin_inset Newline newline
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_layout Description
27409 Alto Es la altura del texto que está dentro del cuadro.
27410  Un valor de, p.
27411 \begin_inset space \thinspace{}
27412 \end_inset
27413
27414 e.
27415 \begin_inset space ~
27416 \end_inset
27417
27418 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
27419  
27420 \begin_inset Box Boxed
27421 position "c"
27422 hor_pos "c"
27423 has_inner_box 1
27424 inner_pos "c"
27425 use_parbox 0
27426 use_makebox 0
27427 width "20col%"
27428 special "none"
27429 height "2in"
27430 height_special "height"
27431 status open
27432
27433 \begin_layout Plain Layout
27434 \align center
27435 Cuadro con altura puesta en 2
27436 \begin_inset space \thinspace{}
27437 \end_inset
27438
27439 Alto
27440 \end_layout
27441
27442 \end_inset
27443
27444
27445 \end_layout
27446
27447 \begin_layout Description
27448 Alto
27449 \begin_inset space ~
27450 \end_inset
27451
27452 total Esto es el Alto
27453 \begin_inset space \thinspace{}
27454 \end_inset
27455
27456 +
27457 \begin_inset space \thinspace{}
27458 \end_inset
27459
27460 Profundidad: 
27461 \begin_inset Box Boxed
27462 position "c"
27463 hor_pos "c"
27464 has_inner_box 1
27465 inner_pos "c"
27466 use_parbox 0
27467 use_makebox 0
27468 width "20col%"
27469 special "none"
27470 height "1in"
27471 height_special "totalheight"
27472 status open
27473
27474 \begin_layout Plain Layout
27475 \align center
27476 Cuadro con altura puesta a 1
27477 \begin_inset space \thinspace{}
27478 \end_inset
27479
27480 Alto
27481 \begin_inset space ~
27482 \end_inset
27483
27484 total
27485 \end_layout
27486
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \begin_layout Description
27493 Ancho Esto determina al ancho del cuadro como altura: 
27494 \begin_inset Box Boxed
27495 position "c"
27496 hor_pos "c"
27497 has_inner_box 1
27498 inner_pos "c"
27499 use_parbox 0
27500 use_makebox 0
27501 width "12col%"
27502 special "none"
27503 height "1in"
27504 height_special "width"
27505 status open
27506
27507 \begin_layout Plain Layout
27508 \align center
27509 Cuadro con altura puesta en 1
27510 \begin_inset space \thinspace{}
27511 \end_inset
27512
27513 Ancho
27514 \end_layout
27515
27516 \end_inset
27517
27518
27519 \end_layout
27520
27521 \begin_layout Subsection
27522 Alineación
27523 \begin_inset Index idx
27524 status collapsed
27525
27526 \begin_layout Plain Layout
27527 Cuadros ! Alineación
27528 \end_layout
27529
27530 \end_inset
27531
27532
27533 \end_layout
27534
27535 \begin_layout Standard
27536 Si has elegido un 
27537 \family sans
27538 Cuadro
27539 \begin_inset space ~
27540 \end_inset
27541
27542 interior
27543 \family default
27544 , la alineación vertical del cuadro puede ser:
27545 \end_layout
27546
27547 \begin_layout Description
27548 Superior Ejemplo de línea de texto.
27549  
27550 \begin_inset Box Boxed
27551 position "t"
27552 hor_pos "c"
27553 has_inner_box 1
27554 inner_pos "c"
27555 use_parbox 0
27556 use_makebox 0
27557 width "12col%"
27558 special "none"
27559 height "1in"
27560 height_special "totalheight"
27561 status collapsed
27562
27563 \begin_layout Plain Layout
27564 \align center
27565 Cuadro alineado arriba.
27566 \end_layout
27567
27568 \end_inset
27569
27570  Ejemplo de línea de texto.
27571 \end_layout
27572
27573 \begin_layout Description
27574 Medio Ejemplo de línea de texto.
27575  
27576 \begin_inset Box Boxed
27577 position "c"
27578 hor_pos "c"
27579 has_inner_box 1
27580 inner_pos "c"
27581 use_parbox 0
27582 use_makebox 0
27583 width "12col%"
27584 special "none"
27585 height "1in"
27586 height_special "totalheight"
27587 status collapsed
27588
27589 \begin_layout Plain Layout
27590 \align center
27591 Cuadro alineado en medio.
27592 \end_layout
27593
27594 \end_inset
27595
27596  Ejemplo de línea de texto.
27597 \end_layout
27598
27599 \begin_layout Description
27600 Inferior Ejemplo de línea de texto.
27601  
27602 \begin_inset Box Boxed
27603 position "b"
27604 hor_pos "c"
27605 has_inner_box 1
27606 inner_pos "c"
27607 use_parbox 0
27608 use_makebox 0
27609 width "12col%"
27610 special "none"
27611 height "1in"
27612 height_special "totalheight"
27613 status collapsed
27614
27615 \begin_layout Plain Layout
27616 \align center
27617 Cuadro alineado abajo.
27618 \end_layout
27619
27620 \end_inset
27621
27622  Ejemplo de línea de texto.
27623 \end_layout
27624
27625 \begin_layout Standard
27626 \begin_inset Note Greyedout
27627 status open
27628
27629 \begin_layout Plain Layout
27630
27631 \series bold
27632 Nota:
27633 \series default
27634  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27635  en una línea y, p.
27636 \begin_inset space \thinspace{}
27637 \end_inset
27638
27639 e., uno de ellos tiene sombreado y el otro no.
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \begin_layout Standard
27648 La alineación horizontal del cuadro puede establecerse en el diálogo de
27649  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27650 \end_layout
27651
27652 \begin_layout Standard
27653 \begin_inset VSpace bigskip
27654 \end_inset
27655
27656 Si has escogido un 
27657 \family sans
27658 Cuadro
27659 \begin_inset space ~
27660 \end_inset
27661
27662 interior
27663 \family default
27664 , el contenido puede alinearse verticalmente a:
27665 \end_layout
27666
27667 \begin_layout Description
27668 Superior Ejemplo de línea de texto.
27669  
27670 \begin_inset Box Boxed
27671 position "c"
27672 hor_pos "c"
27673 has_inner_box 1
27674 inner_pos "t"
27675 use_parbox 0
27676 use_makebox 0
27677 width "12col%"
27678 special "none"
27679 height "1.5in"
27680 height_special "totalheight"
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684 \align center
27685 Cuadro con texto alineado arriba.
27686 \end_layout
27687
27688 \end_inset
27689
27690  Ejemplo de línea de texto.
27691 \end_layout
27692
27693 \begin_layout Description
27694 Medio Ejemplo de línea de texto.
27695  
27696 \begin_inset Box Boxed
27697 position "c"
27698 hor_pos "c"
27699 has_inner_box 1
27700 inner_pos "c"
27701 use_parbox 0
27702 use_makebox 0
27703 width "12col%"
27704 special "none"
27705 height "1.5in"
27706 height_special "totalheight"
27707 status collapsed
27708
27709 \begin_layout Plain Layout
27710 \align center
27711 Cuadro con texto alineado en medio.
27712 \end_layout
27713
27714 \end_inset
27715
27716  Ejemplo de línea de texto.
27717 \end_layout
27718
27719 \begin_layout Description
27720 Inferior Ejemplo de línea de texto.
27721  
27722 \begin_inset Box Boxed
27723 position "c"
27724 hor_pos "c"
27725 has_inner_box 1
27726 inner_pos "b"
27727 use_parbox 0
27728 use_makebox 0
27729 width "12col%"
27730 special "none"
27731 height "1.5in"
27732 height_special "totalheight"
27733 status collapsed
27734
27735 \begin_layout Plain Layout
27736 \align center
27737 Cuadro con texto alineado abajo.
27738 \end_layout
27739
27740 \end_inset
27741
27742  Ejemplo de línea de texto.
27743 \end_layout
27744
27745 \begin_layout Description
27746 Estirado Ejemplo de línea de texto.
27747  
27748 \begin_inset Box Boxed
27749 position "c"
27750 hor_pos "c"
27751 has_inner_box 1
27752 inner_pos "s"
27753 use_parbox 0
27754 use_makebox 0
27755 width "12col%"
27756 special "none"
27757 height "1.5in"
27758 height_special "totalheight"
27759 status collapsed
27760
27761 \begin_layout Plain Layout
27762 \align center
27763 Este texto
27764 \end_layout
27765
27766 \begin_layout Plain Layout
27767 \align center
27768 está
27769 \end_layout
27770
27771 \begin_layout Plain Layout
27772 \align center
27773 estirado.
27774 \end_layout
27775
27776 \end_inset
27777
27778  Ejemplo de línea de texto.
27779 \end_layout
27780
27781 \begin_layout Standard
27782 Para estirar el contenido debe tener más de un párrafo.
27783  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27784 \end_layout
27785
27786 \begin_layout Standard
27787 \begin_inset VSpace bigskip
27788 \end_inset
27789
27790 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27791  LyX cuando hayas escogido un 
27792 \family sans
27793 Cuadro
27794 \begin_inset space ~
27795 \end_inset
27796
27797 interior
27798 \family default
27799 .
27800 \end_layout
27801
27802 \begin_layout Standard
27803 \align center
27804 \begin_inset Box Boxed
27805 position "c"
27806 hor_pos "c"
27807 has_inner_box 1
27808 inner_pos "s"
27809 use_parbox 0
27810 use_makebox 0
27811 width "15col%"
27812 special "none"
27813 height "1.25in"
27814 height_special "totalheight"
27815 status collapsed
27816
27817 \begin_layout Plain Layout
27818 \align left
27819 Cuadro
27820 \end_layout
27821
27822 \begin_layout Plain Layout
27823 \align center
27824 con texto
27825 \end_layout
27826
27827 \begin_layout Plain Layout
27828 \align right
27829 estirado
27830 \end_layout
27831
27832 \end_inset
27833
27834
27835 \end_layout
27836
27837 \begin_layout Standard
27838 Si no has establecido un 
27839 \family sans
27840 Cuadro
27841 \begin_inset space ~
27842 \end_inset
27843
27844 interior
27845 \family default
27846 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27847  cuadro.
27848 \end_layout
27849
27850 \begin_layout Standard
27851 \align center
27852 \begin_inset Box Boxed
27853 position "c"
27854 hor_pos "s"
27855 has_inner_box 0
27856 inner_pos "s"
27857 use_parbox 0
27858 use_makebox 0
27859 width "90col%"
27860 special "none"
27861 height "1.25in"
27862 height_special "totalheight"
27863 status collapsed
27864
27865 \begin_layout Plain Layout
27866 \align left
27867 Texto estirado horizontalmente.
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \end_layout
27874
27875 \begin_layout Subsection
27876 Decoración
27877 \begin_inset CommandInset label
27878 LatexCommand label
27879 name "sec:Decoración"
27880
27881 \end_inset
27882
27883
27884 \begin_inset Index idx
27885 status collapsed
27886
27887 \begin_layout Plain Layout
27888 Cuadros ! Decoración
27889 \end_layout
27890
27891 \end_inset
27892
27893
27894 \end_layout
27895
27896 \begin_layout Standard
27897 El estilo de marco del cuadro se puede determinar en la lista desplegable
27898  
27899 \family sans
27900 Tipo
27901 \family default
27902  del diálogo de cuadros.
27903  Son posibles los siguientes marcos:
27904 \end_layout
27905
27906 \begin_layout Description
27907 Sin
27908 \begin_inset space ~
27909 \end_inset
27910
27911 marco No se dibuja ninguno.
27912 \end_layout
27913
27914 \begin_layout Description
27915 Marco
27916 \begin_inset space ~
27917 \end_inset
27918
27919 rectangular
27920 \begin_inset space ~
27921 \end_inset
27922
27923 sencillo Dibuja un marco rectangular alrededor del cuadro.
27924  El grosor del marco depende de 
27925 \series bold
27926
27927 \backslash
27928 fboxrule
27929 \series default
27930 .
27931  
27932 \begin_inset Box Boxed
27933 position "c"
27934 hor_pos "c"
27935 has_inner_box 1
27936 inner_pos "c"
27937 use_parbox 0
27938 use_makebox 0
27939 width "25col%"
27940 special "none"
27941 height "1in"
27942 height_special "totalheight"
27943 status open
27944
27945 \begin_layout Plain Layout
27946 \align center
27947 Cuadro rectangular
27948 \end_layout
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \begin_layout Description
27956 Marco
27957 \begin_inset space ~
27958 \end_inset
27959
27960 ovalado,
27961 \begin_inset space ~
27962 \end_inset
27963
27964 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27965 \begin_inset space \thinspace{}
27966 \end_inset
27967
27968 pt.
27969  
27970 \begin_inset Box ovalbox
27971 position "c"
27972 hor_pos "c"
27973 has_inner_box 1
27974 inner_pos "c"
27975 use_parbox 0
27976 use_makebox 0
27977 width "25col%"
27978 special "none"
27979 height "1in"
27980 height_special "totalheight"
27981 status open
27982
27983 \begin_layout Plain Layout
27984 \align center
27985 Marco ovalado, fino
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \begin_layout Description
27994 Marco
27995 \begin_inset space ~
27996 \end_inset
27997
27998 ovalado,
27999 \begin_inset space ~
28000 \end_inset
28001
28002 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
28003 \begin_inset space \thinspace{}
28004 \end_inset
28005
28006 pt.
28007  
28008 \begin_inset Box Ovalbox
28009 position "c"
28010 hor_pos "c"
28011 has_inner_box 1
28012 inner_pos "c"
28013 use_parbox 0
28014 use_makebox 0
28015 width "30col%"
28016 special "none"
28017 height "1in"
28018 height_special "totalheight"
28019 status open
28020
28021 \begin_layout Plain Layout
28022 \align center
28023 Cuadro ovalado, grueso
28024 \end_layout
28025
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \begin_layout Description
28032 Marco
28033 \begin_inset space ~
28034 \end_inset
28035
28036 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
28037  El grosor de la línea tiene el tamaño dado por 
28038 \series bold
28039
28040 \backslash
28041 fboxrule
28042 \series default
28043 , la sombra tiene una anchura de 4
28044 \begin_inset space \thinspace{}
28045 \end_inset
28046
28047 pt.
28048  
28049 \begin_inset Box Shadowbox
28050 position "c"
28051 hor_pos "c"
28052 has_inner_box 1
28053 inner_pos "c"
28054 use_parbox 0
28055 use_makebox 0
28056 width "20col%"
28057 special "none"
28058 height "1in"
28059 height_special "totalheight"
28060 status open
28061
28062 \begin_layout Plain Layout
28063 \align center
28064 Marco sombrado
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \end_layout
28071
28072 \begin_layout Description
28073 Fondo
28074 \begin_inset space ~
28075 \end_inset
28076
28077 sombreado Dibuja un cuadro con fondo de color rojo.
28078  A diferencia de los cuadros coloreados,
28079 \begin_inset Foot
28080 status collapsed
28081
28082 \begin_layout Plain Layout
28083 véase sec.
28084  
28085 \begin_inset CommandInset ref
28086 LatexCommand ref
28087 reference "sec:Cuadros-Coloreados"
28088
28089 \end_inset
28090
28091
28092 \end_layout
28093
28094 \end_inset
28095
28096  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
28097 \begin_inset Box Shaded
28098 position "t"
28099 hor_pos "c"
28100 has_inner_box 0
28101 inner_pos "t"
28102 use_parbox 0
28103 use_makebox 0
28104 width "50col%"
28105 special "none"
28106 height "1in"
28107 height_special "totalheight"
28108 status open
28109
28110 \begin_layout Plain Layout
28111 Cuadro con fondo sombreado
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \end_layout
28118
28119 \begin_layout Description
28120 Marco
28121 \begin_inset space ~
28122 \end_inset
28123
28124 rectangular
28125 \begin_inset space ~
28126 \end_inset
28127
28128 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
28129  El grosor de la línea interior es 0.75
28130 \begin_inset space \thinspace{}
28131 \end_inset
28132
28133
28134 \series bold
28135
28136 \backslash
28137 fboxrule
28138 \series default
28139 , el de la línea exterior es 1.5
28140 \begin_inset space \thinspace{}
28141 \end_inset
28142
28143
28144 \series bold
28145
28146 \backslash
28147 fboxrule
28148 \series default
28149 .
28150  La distancia entre líneas es 1.5
28151 \begin_inset space \thinspace{}
28152 \end_inset
28153
28154
28155 \series bold
28156
28157 \backslash
28158 fboxrule
28159 \series default
28160
28161 \begin_inset space \thinspace{}
28162 \end_inset
28163
28164 +
28165 \begin_inset space \thinspace{}
28166 \end_inset
28167
28168 0.5
28169 \begin_inset space \thinspace{}
28170 \end_inset
28171
28172 pt.
28173  
28174 \begin_inset Box Doublebox
28175 position "c"
28176 hor_pos "c"
28177 has_inner_box 1
28178 inner_pos "c"
28179 use_parbox 0
28180 use_makebox 0
28181 width "20col%"
28182 special "none"
28183 height "1in"
28184 height_special "totalheight"
28185 status open
28186
28187 \begin_layout Plain Layout
28188 \align center
28189 Marco doble
28190 \end_layout
28191
28192 \end_inset
28193
28194
28195 \end_layout
28196
28197 \begin_layout Standard
28198 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
28199  Para poder utilizar los distintos marcos, debe estar instalado el paquete
28200  LaTeX 
28201 \series bold
28202 fancybox
28203 \series default
28204
28205 \begin_inset Index idx
28206 status collapsed
28207
28208 \begin_layout Plain Layout
28209 LaTeX-paquetes ! fancybox
28210 \end_layout
28211
28212 \end_inset
28213
28214 .
28215 \end_layout
28216
28217 \begin_layout Standard
28218 \begin_inset VSpace bigskip
28219 \end_inset
28220
28221 Si usas la decoración 
28222 \family sans
28223 marco rectangular sencillo
28224 \family default
28225  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
28226  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
28227  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
28228  propio y 
28229 \series bold
28230
28231 \backslash
28232 fboxrule
28233 \series default
28234  y 
28235 \series bold
28236
28237 \backslash
28238 fboxsep
28239 \series default
28240  no funcionan.
28241  El grosor del marco tiene el tamaño de 
28242 \series bold
28243
28244 \backslash
28245 FrameRule
28246 \series default
28247 .
28248 \begin_inset Box Framed
28249 position "t"
28250 hor_pos "c"
28251 has_inner_box 0
28252 inner_pos "t"
28253 use_parbox 0
28254 use_makebox 0
28255 width "100col%"
28256 special "none"
28257 height "1in"
28258 height_special "totalheight"
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262 Cuadro que permite saltos de página
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \begin_layout Section
28271 Personalización de cuadros
28272 \begin_inset Index idx
28273 status collapsed
28274
28275 \begin_layout Plain Layout
28276 Cuadros ! Personalizar
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \begin_layout Standard
28285 El valor predeterminado por 
28286 \series bold
28287
28288 \backslash
28289 fboxrule
28290 \series default
28291  es 0.4
28292 \begin_inset space \thinspace{}
28293 \end_inset
28294
28295 pt.
28296  Puede cambiarse con el siguiente comando en código TeX, p.
28297 \begin_inset space \thinspace{}
28298 \end_inset
28299
28300 e.
28301 \begin_inset space ~
28302 \end_inset
28303
28304 a
28305 \begin_inset space ~
28306 \end_inset
28307
28308 2
28309 \begin_inset space \thinspace{}
28310 \end_inset
28311
28312 pt:
28313 \end_layout
28314
28315 \begin_layout Standard
28316
28317 \series bold
28318
28319 \backslash
28320 setlength{
28321 \backslash
28322 fboxrule}{2pt}
28323 \end_layout
28324
28325 \begin_layout Standard
28326 \begin_inset ERT
28327 status collapsed
28328
28329 \begin_layout Plain Layout
28330
28331
28332 \backslash
28333 setlength{
28334 \backslash
28335 fboxrule}{2pt}
28336 \end_layout
28337
28338 \end_inset
28339
28340
28341 \begin_inset Box Boxed
28342 position "c"
28343 hor_pos "c"
28344 has_inner_box 1
28345 inner_pos "c"
28346 use_parbox 0
28347 use_makebox 0
28348 width "25col%"
28349 special "none"
28350 height "1in"
28351 height_special "totalheight"
28352 status open
28353
28354 \begin_layout Plain Layout
28355 \align center
28356 Cuadro rectangular con 
28357 \series bold
28358
28359 \backslash
28360 fboxrule
28361 \series default
28362
28363 \begin_inset space \thinspace{}
28364 \end_inset
28365
28366 =
28367 \begin_inset space \thinspace{}
28368 \end_inset
28369
28370 2
28371 \begin_inset space \thinspace{}
28372 \end_inset
28373
28374 pt
28375 \end_layout
28376
28377 \end_inset
28378
28379
28380 \begin_inset ERT
28381 status collapsed
28382
28383 \begin_layout Plain Layout
28384
28385
28386 \backslash
28387 setlength{
28388 \backslash
28389 fboxrule}{0.4pt}
28390 \end_layout
28391
28392 \end_inset
28393
28394
28395 \end_layout
28396
28397 \begin_layout Standard
28398 \begin_inset VSpace bigskip
28399 \end_inset
28400
28401 El espacio entre el marco y el contenido del cuadro es 3
28402 \begin_inset space \thinspace{}
28403 \end_inset
28404
28405 pt por omisión para todos los estilos.
28406  Se puede cambiar mediante la longitud 
28407 \series bold
28408
28409 \backslash
28410 fboxsep
28411 \series default
28412 .
28413  Por ejemplo el comando
28414 \end_layout
28415
28416 \begin_layout Standard
28417
28418 \series bold
28419
28420 \backslash
28421 setlength{
28422 \backslash
28423 fboxsep}{10pt}
28424 \end_layout
28425
28426 \begin_layout Standard
28427 determina un valor de 10
28428 \begin_inset space \thinspace{}
28429 \end_inset
28430
28431 pt, como en el siguiente cuadro:
28432 \end_layout
28433
28434 \begin_layout Standard
28435 \begin_inset ERT
28436 status collapsed
28437
28438 \begin_layout Plain Layout
28439
28440
28441 \backslash
28442 setlength{
28443 \backslash
28444 fboxsep}{10pt}
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \begin_inset Box Boxed
28451 position "c"
28452 hor_pos "c"
28453 has_inner_box 1
28454 inner_pos "c"
28455 use_parbox 0
28456 use_makebox 0
28457 width "25col%"
28458 special "none"
28459 height "1in"
28460 height_special "totalheight"
28461 status open
28462
28463 \begin_layout Plain Layout
28464 \align center
28465 Cuadro rectangular con 
28466 \series bold
28467
28468 \backslash
28469 fboxsep
28470 \series default
28471
28472 \begin_inset space \thinspace{}
28473 \end_inset
28474
28475 =
28476 \begin_inset space \thinspace{}
28477 \end_inset
28478
28479 10
28480 \begin_inset space \thinspace{}
28481 \end_inset
28482
28483 pt
28484 \end_layout
28485
28486 \end_inset
28487
28488
28489 \begin_inset ERT
28490 status collapsed
28491
28492 \begin_layout Plain Layout
28493
28494
28495 \backslash
28496 setlength{
28497 \backslash
28498 fboxsep}{3pt}
28499 \end_layout
28500
28501 \end_inset
28502
28503
28504 \end_layout
28505
28506 \begin_layout Standard
28507 \begin_inset VSpace bigskip
28508 \end_inset
28509
28510 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
28511  el comando 
28512 \series bold
28513
28514 \backslash
28515 cornersize
28516 \series default
28517 .
28518  El comando
28519 \end_layout
28520
28521 \begin_layout Standard
28522
28523 \series bold
28524
28525 \backslash
28526 cornersize*{1cm}
28527 \end_layout
28528
28529 \begin_layout Standard
28530 establece un diámetro de 1
28531 \begin_inset space \thinspace{}
28532 \end_inset
28533
28534 cm.
28535  El comando
28536 \end_layout
28537
28538 \begin_layout Standard
28539
28540 \series bold
28541
28542 \backslash
28543 cornersize{num}
28544 \end_layout
28545
28546 \begin_layout Standard
28547 fija el diámetro en 
28548 \family sans
28549 num
28550 \begin_inset space \thinspace{}
28551 \end_inset
28552
28553 ×
28554 \begin_inset space \thinspace{}
28555 \end_inset
28556
28557 mínimo
28558 \family default
28559  
28560 \family sans
28561 (ancho y alto del cuadro)
28562 \family default
28563 .
28564  Por omisión es 
28565 \series bold
28566
28567 \backslash
28568 cornersize{0.5}
28569 \series default
28570 .
28571 \end_layout
28572
28573 \begin_layout Standard
28574 \begin_inset ERT
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578
28579
28580 \backslash
28581 cornersize*{1.5cm}
28582 \end_layout
28583
28584 \end_inset
28585
28586
28587 \begin_inset Box Ovalbox
28588 position "c"
28589 hor_pos "c"
28590 has_inner_box 1
28591 inner_pos "c"
28592 use_parbox 0
28593 use_makebox 0
28594 width "28col%"
28595 special "none"
28596 height "1in"
28597 height_special "totalheight"
28598 status open
28599
28600 \begin_layout Plain Layout
28601 \align center
28602 Cuadro ovalado con 
28603 \series bold
28604
28605 \backslash
28606 cornersize
28607 \series default
28608
28609 \begin_inset space \thinspace{}
28610 \end_inset
28611
28612 =
28613 \begin_inset space \thinspace{}
28614 \end_inset
28615
28616 1.5
28617 \begin_inset space \thinspace{}
28618 \end_inset
28619
28620 cm
28621 \end_layout
28622
28623 \end_inset
28624
28625
28626 \begin_inset ERT
28627 status collapsed
28628
28629 \begin_layout Plain Layout
28630
28631
28632 \backslash
28633 cornersize{0.5}
28634 \end_layout
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \begin_layout Standard
28642 \begin_inset VSpace bigskip
28643 \end_inset
28644
28645 El tamaño de la sombra se puede ajustar cambiando la longitud 
28646 \series bold
28647
28648 \backslash
28649 shadowsize
28650 \series default
28651 .
28652  Este comando la ajusta a 2
28653 \begin_inset space \thinspace{}
28654 \end_inset
28655
28656 pt en el cuadro siguiente:
28657 \end_layout
28658
28659 \begin_layout Standard
28660
28661 \series bold
28662
28663 \backslash
28664 setlength{
28665 \backslash
28666 shadowsize}{2pt}
28667 \end_layout
28668
28669 \begin_layout Standard
28670 \begin_inset ERT
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674
28675
28676 \backslash
28677 setlength{
28678 \backslash
28679 shadowsize}{2pt}
28680 \end_layout
28681
28682 \end_inset
28683
28684
28685 \begin_inset Box Shadowbox
28686 position "c"
28687 hor_pos "c"
28688 has_inner_box 1
28689 inner_pos "c"
28690 use_parbox 0
28691 use_makebox 0
28692 width "28col%"
28693 special "none"
28694 height "1in"
28695 height_special "totalheight"
28696 status open
28697
28698 \begin_layout Plain Layout
28699 \align center
28700 Cuadro sombreado con 
28701 \series bold
28702
28703 \backslash
28704 shadowsize
28705 \series default
28706
28707 \begin_inset space \thinspace{}
28708 \end_inset
28709
28710 =
28711 \begin_inset space \thinspace{}
28712 \end_inset
28713
28714 2
28715 \begin_inset space \thinspace{}
28716 \end_inset
28717
28718 pt
28719 \end_layout
28720
28721 \end_inset
28722
28723
28724 \begin_inset ERT
28725 status collapsed
28726
28727 \begin_layout Plain Layout
28728
28729
28730 \backslash
28731 setlength{
28732 \backslash
28733 shadowsize}{4pt}
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \begin_layout Standard
28742 \begin_inset VSpace bigskip
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \begin_layout Standard
28749 Por omisión, el tamaño 
28750 \series bold
28751
28752 \backslash
28753 FrameRule
28754 \series default
28755  es 0,4
28756 \begin_inset space \thinspace{}
28757 \end_inset
28758
28759 pt.
28760  El espacio por omisión entre el contenido de la nota y el marco es 9
28761 \begin_inset space \thinspace{}
28762 \end_inset
28763
28764 pt; puede cambiarse con el valor de 
28765 \series bold
28766
28767 \backslash
28768 FrameSep
28769 \series default
28770 .
28771  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28772  en código TeX
28773 \end_layout
28774
28775 \begin_layout Standard
28776
28777 \series bold
28778
28779 \backslash
28780 setlength{
28781 \backslash
28782 FrameRule}{5pt}
28783 \begin_inset Newline newline
28784 \end_inset
28785
28786
28787 \backslash
28788 setlength{
28789 \backslash
28790 FrameSep}{0.5cm}
28791 \end_layout
28792
28793 \begin_layout Standard
28794 \begin_inset ERT
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798
28799
28800 \backslash
28801 setlength{
28802 \backslash
28803 FrameRule}{5pt}
28804 \end_layout
28805
28806 \begin_layout Plain Layout
28807
28808
28809 \backslash
28810 setlength{
28811 \backslash
28812 FrameSep}{0.5cm}
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \begin_inset Box Framed
28819 position "t"
28820 hor_pos "c"
28821 has_inner_box 0
28822 inner_pos "t"
28823 use_parbox 0
28824 use_makebox 0
28825 width "100col%"
28826 special "none"
28827 height "1in"
28828 height_special "totalheight"
28829 status open
28830
28831 \begin_layout Plain Layout
28832 Texto en un 
28833 \family sans
28834 marco
28835 \begin_inset space ~
28836 \end_inset
28837
28838 sencillo
28839 \begin_inset space ~
28840 \end_inset
28841
28842 con
28843 \begin_inset space ~
28844 \end_inset
28845
28846 salto
28847 \begin_inset space ~
28848 \end_inset
28849
28850 de
28851 \begin_inset space ~
28852 \end_inset
28853
28854 página
28855 \family default
28856 .
28857 \end_layout
28858
28859 \end_inset
28860
28861
28862 \begin_inset ERT
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866
28867
28868 \backslash
28869 setlength{
28870 \backslash
28871 FrameRule}{0.4pt}
28872 \end_layout
28873
28874 \begin_layout Plain Layout
28875
28876
28877 \backslash
28878 setlength{
28879 \backslash
28880 FrameSep}{9pt}
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \end_layout
28887
28888 \begin_layout Standard
28889 \begin_inset VSpace bigskip
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \begin_layout Standard
28896 Para los cuadros con 
28897 \family sans
28898 fondo
28899 \begin_inset space ~
28900 \end_inset
28901
28902 sombreado
28903 \family default
28904  el espacio por omisión entre el contenido y el marco es 3
28905 \begin_inset space \thinspace{}
28906 \end_inset
28907
28908 pt; se puede cambiar con el valor de 
28909 \series bold
28910
28911 \backslash
28912 fboxsep
28913 \series default
28914 .
28915  El color rojo predeterminado se puede cambiar en el sitio con el comando
28916  
28917 \series bold
28918
28919 \backslash
28920 definecolor{shadecolor}
28921 \series default
28922  o globalmente con el menú 
28923 \family sans
28924 Herramientas
28925 \family default
28926 \SpecialChar \menuseparator
28927
28928 \family sans
28929 Preferencias
28930 \family default
28931 \SpecialChar \menuseparator
28932
28933 \family sans
28934 Colores
28935 \family default
28936 \SpecialChar \menuseparator
28937
28938 \family sans
28939 cuadro
28940 \begin_inset space ~
28941 \end_inset
28942
28943 sombreado
28944 \family default
28945 .
28946  El esquema del comando 
28947 \series bold
28948
28949 \backslash
28950 definecolor
28951 \series default
28952  se explica en la sección
28953 \begin_inset space ~
28954 \end_inset
28955
28956
28957 \begin_inset CommandInset ref
28958 LatexCommand ref
28959 reference "sec:Tablas-Coloreadas"
28960
28961 \end_inset
28962
28963 .
28964 \begin_inset Foot
28965 status collapsed
28966
28967 \begin_layout Plain Layout
28968 El comando 
28969 \series bold
28970
28971 \backslash
28972 definecolor
28973 \series default
28974  requiere el paquete LaTeX 
28975 \series bold
28976 color
28977 \series default
28978  en el preámbulo, véase la sección
28979 \begin_inset space ~
28980 \end_inset
28981
28982
28983 \begin_inset CommandInset ref
28984 LatexCommand ref
28985 reference "sec:Cuadros-Coloreados"
28986
28987 \end_inset
28988
28989 .
28990 \end_layout
28991
28992 \end_inset
28993
28994  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28995 \end_layout
28996
28997 \begin_layout Standard
28998
28999 \series bold
29000
29001 \backslash
29002 setlength{
29003 \backslash
29004 fboxsep}{0.5cm}
29005 \series default
29006
29007 \begin_inset Newline newline
29008 \end_inset
29009
29010
29011 \series bold
29012
29013 \backslash
29014 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29015 \end_layout
29016
29017 \begin_layout Standard
29018 \begin_inset ERT
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022
29023
29024 \backslash
29025 setlength{
29026 \backslash
29027 fboxsep}{0.5cm}
29028 \end_layout
29029
29030 \begin_layout Plain Layout
29031
29032
29033 \backslash
29034 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \begin_inset Box Shaded
29041 position "t"
29042 hor_pos "c"
29043 has_inner_box 0
29044 inner_pos "t"
29045 use_parbox 0
29046 use_makebox 0
29047 width "100col%"
29048 special "none"
29049 height "1in"
29050 height_special "totalheight"
29051 status open
29052
29053 \begin_layout Plain Layout
29054
29055 \color yellow
29056 Texto amarillo en un cuadro con 
29057 \family sans
29058 fondo sombreado 
29059 \family default
29060  en color verde oscuro.
29061 \end_layout
29062
29063 \end_inset
29064
29065
29066 \begin_inset ERT
29067 status collapsed
29068
29069 \begin_layout Plain Layout
29070
29071
29072 \backslash
29073 setlength{
29074 \backslash
29075 fboxsep}{3pt}
29076 \end_layout
29077
29078 \begin_layout Plain Layout
29079
29080
29081 \backslash
29082 definecolor{shadecolor}{rgb}{1,0,0}
29083 \end_layout
29084
29085 \end_inset
29086
29087
29088 \end_layout
29089
29090 \begin_layout Standard
29091 \begin_inset VSpace bigskip
29092 \end_inset
29093
29094 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
29095  a los comandos.
29096 \end_layout
29097
29098 \begin_layout Section
29099 Minipáginas
29100 \begin_inset CommandInset label
29101 LatexCommand label
29102 name "sec:Minipáginas"
29103
29104 \end_inset
29105
29106
29107 \begin_inset Index idx
29108 status collapsed
29109
29110 \begin_layout Plain Layout
29111 Cuadros ! Minipáginas
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \end_layout
29118
29119 \begin_layout Standard
29120 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
29121  por tanto pueden tener, por ejemplo, sus propias notas al pie.
29122 \end_layout
29123
29124 \begin_layout Standard
29125 Las minipáginas son útiles para escribir documentos en distintas lenguas.
29126 \end_layout
29127
29128 \begin_layout Standard
29129 A continuación hay dos ejemplos de minipáginas adosadas.
29130  Su anchura está puesta en 45
29131 \begin_inset space \thinspace{}
29132 \end_inset
29133
29134 % y separadas por un relleno horizontal, insertado vía el menú 
29135 \family sans
29136 Insertar\SpecialChar \menuseparator
29137 Formato\SpecialChar \menuseparator
29138 Relleno
29139 \begin_inset space ~
29140 \end_inset
29141
29142 horizontal
29143 \family default
29144 .
29145 \end_layout
29146
29147 \begin_layout Standard
29148 \begin_inset Box Frameless
29149 position "t"
29150 hor_pos "c"
29151 has_inner_box 1
29152 inner_pos "c"
29153 use_parbox 0
29154 use_makebox 0
29155 width "45col%"
29156 special "none"
29157 height "1in"
29158 height_special "totalheight"
29159 status open
29160
29161 \begin_layout Plain Layout
29162
29163 \lang german
29164 Dies ist ein deutscher Text.
29165  Dies ist ein deutscher Text.
29166  Dies ist ein deutscher Text.
29167  Dies ist ein deutscher Text.
29168  Dies ist ein deutscher Text.
29169  Dies ist ein deutscher Text.
29170  Dies ist ein deutscher Text.
29171  Dies ist ein deutscher Text.
29172  Dies ist ein deutscher Text.
29173  Dies ist ein deutscher Text.
29174  Dies ist ein deutscher Text.
29175  Dies ist ein deutscher Text.
29176  Dies ist ein deutscher Text
29177 \begin_inset Foot
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181
29182 \lang german
29183 Dies ist eine deutsche Fußnote.
29184 \end_layout
29185
29186 \end_inset
29187
29188 .
29189  Dies ist ein deutscher Text.
29190  Dies ist ein deutscher Text.
29191 \end_layout
29192
29193 \end_inset
29194
29195
29196 \begin_inset space \hfill{}
29197 \end_inset
29198
29199
29200 \begin_inset Box Frameless
29201 position "t"
29202 hor_pos "c"
29203 has_inner_box 1
29204 inner_pos "c"
29205 use_parbox 0
29206 use_makebox 0
29207 width "45col%"
29208 special "none"
29209 height "1in"
29210 height_special "totalheight"
29211 status open
29212
29213 \begin_layout Plain Layout
29214
29215 \lang english
29216 This is an English Text.
29217  This is an English Text.
29218  This is an English Text.
29219  This is an English Text.
29220  This is an English Text.
29221  This is an English Text.
29222  This is an English Text.
29223  This is an English Text.
29224  This is an English Text.
29225  This is an English Text.
29226  This is an English Text.
29227  This is an English Text.
29228  This is an English Text.
29229  This is an English Text.
29230  This is an English Text.
29231  This is an English Text.
29232 \begin_inset Foot
29233 status collapsed
29234
29235 \begin_layout Plain Layout
29236
29237 \lang english
29238 This is an English footnote.
29239 \end_layout
29240
29241 \end_inset
29242
29243  This is an English Text.
29244  
29245 \end_layout
29246
29247 \end_inset
29248
29249
29250 \end_layout
29251
29252 \begin_layout Standard
29253 \begin_inset VSpace bigskip
29254 \end_inset
29255
29256 La configuración global de párrafos se ignora en las minipáginas.
29257  Esto significa que en las mismas no habrá espacio entre párrafos aunque
29258  pongas p.
29259 \begin_inset space \thinspace{}
29260 \end_inset
29261
29262 e.
29263 \begin_inset space ~
29264 \end_inset
29265
29266
29267 \family sans
29268 Salto
29269 \begin_inset space ~
29270 \end_inset
29271
29272 medio
29273 \family default
29274  en la configuración del documento.
29275 \end_layout
29276
29277 \begin_layout Standard
29278 Las minipáginas también sirven para poner un color de fondo para partes
29279  de texto, véase sección
29280 \begin_inset space ~
29281 \end_inset
29282
29283
29284 \begin_inset CommandInset ref
29285 LatexCommand ref
29286 reference "sub:Color-en-Párrafos"
29287
29288 \end_inset
29289
29290 .
29291 \end_layout
29292
29293 \begin_layout Standard
29294 \begin_inset Note Greyedout
29295 status open
29296
29297 \begin_layout Plain Layout
29298
29299 \series bold
29300 Nota:
29301 \series default
29302  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29303  tener minipáginas en tablas, flotantes, y otros cuadros.
29304 \end_layout
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \begin_layout Section
29312 Cuadros de párrafo
29313 \begin_inset CommandInset label
29314 LatexCommand label
29315 name "sec:Cuadros-de-Párrafo"
29316
29317 \end_inset
29318
29319
29320 \begin_inset Index idx
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324 Cuadros ! de párrafo
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \begin_layout Standard
29333 Los cuadros de párrafo son similares a las minipáginas con la diferencia
29334  de que no pueden contener notas al pie.
29335 \end_layout
29336
29337 \begin_layout Standard
29338 \align center
29339 \begin_inset Box Frameless
29340 position "t"
29341 hor_pos "c"
29342 has_inner_box 1
29343 inner_pos "t"
29344 use_parbox 1
29345 use_makebox 0
29346 width "33col%"
29347 special "none"
29348 height "1in"
29349 height_special "totalheight"
29350 status collapsed
29351
29352 \begin_layout Plain Layout
29353 Texto en un cuadro de párrafo.
29354  Texto en un cuadro de párrafo.
29355  Esta nota no aparece:
29356 \begin_inset Foot
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
29361 \end_layout
29362
29363 \end_inset
29364
29365
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \begin_layout Section
29374 Cuadros para palabras y caracteres
29375 \begin_inset Index idx
29376 status collapsed
29377
29378 \begin_layout Plain Layout
29379 Cuadros ! para palabras y caracteres
29380 \end_layout
29381
29382 \end_inset
29383
29384
29385 \end_layout
29386
29387 \begin_layout Subsection
29388 Evitar la partición de palabras
29389 \begin_inset CommandInset label
29390 LatexCommand label
29391 name "sec:Evitar-la-Partición"
29392
29393 \end_inset
29394
29395
29396 \begin_inset Index idx
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400 Cuadros ! para evitar la partición de palabras
29401 \end_layout
29402
29403 \end_inset
29404
29405
29406 \end_layout
29407
29408 \begin_layout Standard
29409 El cuadro tipo 
29410 \family sans
29411 Cuadro de línea
29412 \family default
29413  sirve para evitar que una palabra sea partida con guión.
29414 \begin_inset Newline newline
29415 \end_inset
29416
29417 He aquí un ejemplo:
29418 \end_layout
29419
29420 \begin_layout Standard
29421 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29422 palabra».
29423 \end_layout
29424
29425 \begin_layout Standard
29426 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
29427  un cuadro, establece el 
29428 \family sans
29429 Cuadro interior
29430 \family default
29431  en 
29432 \family sans
29433 Cuadro de línea
29434 \family default
29435  y el ancho en 
29436 \family sans
29437 1
29438 \begin_inset space \thinspace{}
29439 \end_inset
29440
29441 Ancho
29442 \family default
29443 .
29444 \end_layout
29445
29446 \begin_layout Standard
29447 Este es el resultado:
29448 \end_layout
29449
29450 \begin_layout Standard
29451 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29452 \begin_inset Box Frameless
29453 position "t"
29454 hor_pos "c"
29455 has_inner_box 1
29456 inner_pos "t"
29457 use_parbox 0
29458 use_makebox 1
29459 width "1in"
29460 special "width"
29461 height "1in"
29462 height_special "totalheight"
29463 status open
29464
29465 \begin_layout Plain Layout
29466 «estalarguísimapalabra»
29467 \end_layout
29468
29469 \end_inset
29470
29471 .
29472 \end_layout
29473
29474 \begin_layout Standard
29475 Como alternativa puedes poner el comando «
29476 \series bold
29477
29478 \backslash
29479 -
29480 \series default
29481 » en código TeX directamente antes de la palabra:
29482 \end_layout
29483
29484 \begin_layout Standard
29485 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29486 \begin_inset ERT
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490
29491
29492 \backslash
29493 -
29494 \end_layout
29495
29496 \end_inset
29497
29498 estalarguísimapalabra».
29499 \end_layout
29500
29501 \begin_layout Standard
29502 Por supuesto, la palabra sobresale del margen.
29503  Para evitarlo añade, con el menú 
29504 \family sans
29505 Insertar\SpecialChar \menuseparator
29506 Formato\SpecialChar \menuseparator
29507 Salto
29508 \begin_inset space ~
29509 \end_inset
29510
29511 de
29512 \begin_inset space ~
29513 \end_inset
29514
29515
29516 \family default
29517 línea (atajo 
29518 \family sans
29519 Ctrl+Entrar
29520 \family default
29521 ), un salto de línea antes de la palabra:
29522 \end_layout
29523
29524 \begin_layout Standard
29525 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29526 \begin_inset Newline newline
29527 \end_inset
29528
29529
29530 \begin_inset Box Frameless
29531 position "t"
29532 hor_pos "c"
29533 has_inner_box 1
29534 inner_pos "t"
29535 use_parbox 0
29536 use_makebox 1
29537 width "1in"
29538 special "width"
29539 height "1in"
29540 height_special "totalheight"
29541 status open
29542
29543 \begin_layout Plain Layout
29544 «estalarguísimapalabra»
29545 \end_layout
29546
29547 \end_inset
29548
29549 .
29550 \end_layout
29551
29552 \begin_layout Subsection
29553 Alineación vertical
29554 \begin_inset CommandInset label
29555 LatexCommand label
29556 name "sub:Alineación-Vertical"
29557
29558 \end_inset
29559
29560
29561 \begin_inset Index idx
29562 status collapsed
29563
29564 \begin_layout Plain Layout
29565 Cuadros ! para alineación vertical
29566 \end_layout
29567
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \begin_layout Standard
29574 Con ayuda del comando 
29575 \series bold
29576
29577 \backslash
29578 raisebox
29579 \series default
29580  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29581  
29582 \series bold
29583
29584 \backslash
29585 raisebox
29586 \series default
29587  se utiliza según el esquema:
29588 \end_layout
29589
29590 \begin_layout Standard
29591
29592 \series bold
29593
29594 \backslash
29595 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29596 \end_layout
29597
29598 \begin_layout Standard
29599 La elevación puede ser un valor positivo para subir el cuadro o negativo
29600  para bajarlo.
29601 \end_layout
29602
29603 \begin_layout Standard
29604 Para alinear una palabra, p.
29605 \begin_inset space \thinspace{}
29606 \end_inset
29607
29608 e
29609 \begin_inset space ~
29610 \end_inset
29611
29612 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29613  en la línea de base, inserta el comando
29614 \end_layout
29615
29616 \begin_layout Standard
29617
29618 \series bold
29619
29620 \backslash
29621 raisebox{
29622 \backslash
29623 depth}{
29624 \end_layout
29625
29626 \begin_layout Standard
29627 en código TeX antes de la palabra.
29628  Detrás de la palabra inserta una llave de cierre «
29629 \series bold
29630 }
29631 \series default
29632 » en código TeX.
29633 \begin_inset Newline newline
29634 \end_inset
29635
29636 Este es el resultado:
29637 \end_layout
29638
29639 \begin_layout Standard
29640 Esto es una línea de texto con la palabra 
29641 \begin_inset ERT
29642 status collapsed
29643
29644 \begin_layout Plain Layout
29645
29646
29647 \backslash
29648 raisebox{
29649 \backslash
29650 depth}{
29651 \end_layout
29652
29653 \end_inset
29654
29655 «prevención»
29656 \begin_inset ERT
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660
29661 }
29662 \end_layout
29663
29664 \end_inset
29665
29666  elevada.
29667 \end_layout
29668
29669 \begin_layout Standard
29670 \begin_inset VSpace bigskip
29671 \end_inset
29672
29673 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29674 \end_layout
29675
29676 \begin_layout Standard
29677 Esto es una línea de texto con la palabra 
29678 \begin_inset ERT
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682
29683
29684 \backslash
29685 raisebox{-
29686 \backslash
29687 depth}{
29688 \end_layout
29689
29690 \end_inset
29691
29692 «prevención»
29693 \begin_inset ERT
29694 status collapsed
29695
29696 \begin_layout Plain Layout
29697
29698 }
29699 \end_layout
29700
29701 \end_inset
29702
29703  bajada.
29704 \begin_inset Newline newline
29705 \end_inset
29706
29707 Esto es una línea de texto con la palabra 
29708 \begin_inset ERT
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712
29713
29714 \backslash
29715 raisebox{0.5cm}{
29716 \end_layout
29717
29718 \end_inset
29719
29720 «testigo»
29721 \begin_inset ERT
29722 status collapsed
29723
29724 \begin_layout Plain Layout
29725
29726 }
29727 \end_layout
29728
29729 \end_inset
29730
29731  elevada.
29732 \end_layout
29733
29734 \begin_layout Standard
29735 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29736  Por ejemplo
29737 \end_layout
29738
29739 \begin_layout Standard
29740
29741 \series bold
29742
29743 \backslash
29744 raisebox{-
29745 \backslash
29746 depth}[0pt]{
29747 \end_layout
29748
29749 \begin_layout Standard
29750 Esto es una línea de texto con la palabra 
29751 \begin_inset ERT
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755
29756
29757 \backslash
29758 raisebox{-
29759 \backslash
29760 depth}[0pt]{
29761 \end_layout
29762
29763 \end_inset
29764
29765 «prevención»
29766 \begin_inset ERT
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770
29771 }
29772 \end_layout
29773
29774 \end_inset
29775
29776  bajada.
29777 \begin_inset Newline newline
29778 \end_inset
29779
29780 Esto es una línea de texto con la palabra 
29781 \begin_inset ERT
29782 status collapsed
29783
29784 \begin_layout Plain Layout
29785
29786
29787 \backslash
29788 raisebox{0.5cm}[0pt]{
29789 \end_layout
29790
29791 \end_inset
29792
29793 «testigo»
29794 \begin_inset ERT
29795 status collapsed
29796
29797 \begin_layout Plain Layout
29798
29799 }
29800 \end_layout
29801
29802 \end_inset
29803
29804  elevada.
29805 \end_layout
29806
29807 \begin_layout Section
29808 Cuadros coloreados
29809 \begin_inset CommandInset label
29810 LatexCommand label
29811 name "sec:Cuadros-Coloreados"
29812
29813 \end_inset
29814
29815
29816 \begin_inset Index idx
29817 status collapsed
29818
29819 \begin_layout Plain Layout
29820 Cuadros ! Color
29821 \end_layout
29822
29823 \end_inset
29824
29825
29826 \end_layout
29827
29828 \begin_layout Subsection
29829 Color en texto
29830 \begin_inset Index idx
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834 Color ! en texto
29835 \end_layout
29836
29837 \end_inset
29838
29839
29840 \end_layout
29841
29842 \begin_layout Standard
29843 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29844  Esto requiere cargar el paquete LaTeX 
29845 \series bold
29846 color
29847 \series default
29848
29849 \begin_inset Index idx
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853 LaTeX-paquetes ! color
29854 \end_layout
29855
29856 \end_inset
29857
29858  en el preámbulo del documento con
29859 \end_layout
29860
29861 \begin_layout Standard
29862
29863 \series bold
29864
29865 \backslash
29866 @ifundef\SpecialChar \textcompwordmark{}
29867 ined{textcolor}
29868 \begin_inset Newline newline
29869 \end_inset
29870
29871
29872 \begin_inset Phantom HPhantom
29873 status open
29874
29875 \begin_layout Plain Layout
29876
29877 \series bold
29878 \begin_inset space ~
29879 \end_inset
29880
29881
29882 \end_layout
29883
29884 \end_inset
29885
29886 {
29887 \backslash
29888 usepackage{color}}{}
29889 \end_layout
29890
29891 \begin_layout Standard
29892 LyX cargará automáticamente el paquete 
29893 \series bold
29894 color
29895 \series default
29896  cuando colorees texto.
29897 \begin_inset Foot
29898 status collapsed
29899
29900 \begin_layout Plain Layout
29901 Para evitar cargarlo dos veces se usa el comando 
29902 \series bold
29903
29904 \backslash
29905 @ifundef\SpecialChar \textcompwordmark{}
29906 ined
29907 \series default
29908 .
29909 \end_layout
29910
29911 \end_inset
29912
29913
29914 \end_layout
29915
29916 \begin_layout Standard
29917 \begin_inset VSpace medskip
29918 \end_inset
29919
29920 Los cuadros coloreados se crean con el comando 
29921 \series bold
29922
29923 \backslash
29924 colorbox
29925 \series default
29926 , de acuerdo con el siguiente esquema:
29927 \end_layout
29928
29929 \begin_layout Standard
29930
29931 \series bold
29932
29933 \backslash
29934 colorbox{color}{contenido del cuadro}
29935 \end_layout
29936
29937 \begin_layout Standard
29938 El contenido también puede ser un cuadro y los cuadros coloreados también
29939  pueden estar en otros cuadros.
29940 \end_layout
29941
29942 \begin_layout Standard
29943 Los siguientes colores están predefinidos:
29944 \begin_inset Newline newline
29945 \end_inset
29946
29947
29948 \family sans
29949 red
29950 \family default
29951
29952 \family sans
29953 green
29954 \family default
29955
29956 \family sans
29957 yellow, blue
29958 \family default
29959
29960 \family sans
29961 cyan
29962 \family default
29963 \series bold
29964 ,
29965 \series default
29966  
29967 \family sans
29968 magenta, black
29969 \family default
29970
29971 \family sans
29972 white
29973 \family default
29974 .
29975 \begin_inset Newline newline
29976 \end_inset
29977
29978 También puedes definir tus propios colores según se explica en la sección
29979 \begin_inset space ~
29980 \end_inset
29981
29982
29983 \begin_inset CommandInset ref
29984 LatexCommand ref
29985 reference "sec:Tablas-Coloreadas"
29986
29987 \end_inset
29988
29989 .
29990 \end_layout
29991
29992 \begin_layout Standard
29993 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29994 \end_layout
29995
29996 \begin_layout Standard
29997
29998 \series bold
29999
30000 \backslash
30001 colorbox{red}{
30002 \end_layout
30003
30004 \begin_layout Standard
30005 en código TeX antes de la palabra.
30006  Tras la palabra inserta una llave de cierre «
30007 \series bold
30008 }
30009 \series default
30010 » en código TeX.
30011 \begin_inset Newline newline
30012 \end_inset
30013
30014 Este es el resultado:
30015 \end_layout
30016
30017 \begin_layout Standard
30018 Línea en la que la palabra 
30019 \begin_inset ERT
30020 status collapsed
30021
30022 \begin_layout Plain Layout
30023
30024
30025 \backslash
30026 colorbox{red}{
30027 \end_layout
30028
30029 \end_inset
30030
30031 «¡Atención!»
30032 \begin_inset ERT
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036
30037 }
30038 \end_layout
30039
30040 \end_inset
30041
30042  tiene fondo rojo.
30043 \end_layout
30044
30045 \begin_layout Standard
30046 \begin_inset VSpace bigskip
30047 \end_inset
30048
30049 Si quieres un marco de distinto color, puedes emplear el comando 
30050 \series bold
30051
30052 \backslash
30053 fcolorbox
30054 \series default
30055  con el esquema siguiente:
30056 \end_layout
30057
30058 \begin_layout Standard
30059
30060 \series bold
30061
30062 \backslash
30063 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
30064 \end_layout
30065
30066 \begin_layout Standard
30067
30068 \series bold
30069
30070 \backslash
30071 fcolorbox
30072 \series default
30073  es una extensión de 
30074 \series bold
30075
30076 \backslash
30077 colorbox
30078 \series default
30079 .
30080  El grosor del marco y el espacio entre él y el contenido se puede ajustar
30081  con las longitudes 
30082 \series bold
30083
30084 \backslash
30085 fboxrule
30086 \series default
30087  y 
30088 \series bold
30089
30090 \backslash
30091 fboxsep
30092 \series default
30093 , respectivamente, como se describe en la sección
30094 \begin_inset space ~
30095 \end_inset
30096
30097
30098 \begin_inset CommandInset ref
30099 LatexCommand ref
30100 reference "sec:Decoración"
30101
30102 \end_inset
30103
30104 .
30105 \end_layout
30106
30107 \begin_layout Standard
30108 Para el ejemplo siguiente se ha utilizado el comando
30109 \end_layout
30110
30111 \begin_layout Standard
30112
30113 \series bold
30114
30115 \backslash
30116 fcolorbox{cyan}{magenta}{
30117 \end_layout
30118
30119 \begin_layout Standard
30120 Este es un ejemplo en el que se ha puesto un grosor de 1
30121 \begin_inset space \thinspace{}
30122 \end_inset
30123
30124 mm para la línea del marco:
30125 \begin_inset Newline newline
30126 \end_inset
30127
30128
30129 \begin_inset ERT
30130 status collapsed
30131
30132 \begin_layout Plain Layout
30133
30134
30135 \backslash
30136 fboxrule 1mm 
30137 \backslash
30138 fboxsep 1mm
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \begin_inset ERT
30145 status collapsed
30146
30147 \begin_layout Plain Layout
30148
30149
30150 \backslash
30151 fcolorbox{cyan}{magenta}{
30152 \end_layout
30153
30154 \end_inset
30155
30156 Texto en un marco coloreado y enmarcado.
30157 \begin_inset ERT
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161
30162 }
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \end_layout
30169
30170 \begin_layout Standard
30171 \begin_inset VSpace bigskip
30172 \end_inset
30173
30174 Por supuesto también puedes colorear el texto en un marco coloreado:
30175 \begin_inset Newline newline
30176 \end_inset
30177
30178
30179 \begin_inset ERT
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183
30184
30185 \backslash
30186 fcolorbox{cyan}{magenta}{
30187 \end_layout
30188
30189 \end_inset
30190
30191
30192 \color yellow
30193 Texto coloreado en un marco sombreado y coloreado.
30194 \color none
30195
30196 \begin_inset ERT
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200
30201 }
30202 \end_layout
30203
30204 \end_inset
30205
30206
30207 \begin_inset ERT
30208 status collapsed
30209
30210 \begin_layout Plain Layout
30211
30212
30213 \backslash
30214 fboxrule 0.4pt 
30215 \backslash
30216 fboxsep 3pt
30217 \end_layout
30218
30219 \end_inset
30220
30221
30222 \end_layout
30223
30224 \begin_layout Standard
30225
30226 \series bold
30227 \begin_inset VSpace medskip
30228 \end_inset
30229
30230
30231 \end_layout
30232
30233 \begin_layout Standard
30234 \begin_inset Note Greyedout
30235 status open
30236
30237 \begin_layout Plain Layout
30238
30239 \series bold
30240 Nota:
30241 \series default
30242  El texto en cuadros coloreados no puede tener saltos de línea.
30243  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
30244  coloreado como se describe a continuación.
30245 \end_layout
30246
30247 \end_inset
30248
30249
30250 \end_layout
30251
30252 \begin_layout Subsection
30253 Color en párrafos
30254 \begin_inset CommandInset label
30255 LatexCommand label
30256 name "sub:Color-en-Párrafos"
30257
30258 \end_inset
30259
30260
30261 \begin_inset Index idx
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265 Color ! en párrafos
30266 \end_layout
30267
30268 \end_inset
30269
30270
30271 \end_layout
30272
30273 \begin_layout Standard
30274 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30275  Antes de la minipágina inserta el comando 
30276 \series bold
30277
30278 \backslash
30279 colorbox
30280 \series default
30281  en código TeX
30282 \end_layout
30283
30284 \begin_layout Standard
30285
30286 \series bold
30287
30288 \backslash
30289 colorbox{color}{
30290 \end_layout
30291
30292 \begin_layout Standard
30293  Detrás de la minipágina inserta una llave de cierre «
30294 \series bold
30295 }
30296 \series default
30297 », también en código TeX.
30298 \end_layout
30299
30300 \begin_layout Standard
30301 \begin_inset ERT
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305
30306
30307 \backslash
30308 colorbox{grisclaro}{
30309 \end_layout
30310
30311 \end_inset
30312
30313
30314 \begin_inset Box Frameless
30315 position "t"
30316 hor_pos "c"
30317 has_inner_box 1
30318 inner_pos "t"
30319 use_parbox 0
30320 use_makebox 0
30321 width "100col%"
30322 special "none"
30323 height "1in"
30324 height_special "totalheight"
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328 Texto con color de fondo.
30329  Texto con color de fondo.
30330 \end_layout
30331
30332 \begin_layout Plain Layout
30333 \begin_inset VSpace defskip
30334 \end_inset
30335
30336 El texto puede tener notas al pie
30337 \begin_inset Foot
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341 Otro ejemplo de nota
30342 \end_layout
30343
30344 \end_inset
30345
30346  y puede incluir tablas y figuras.
30347 \end_layout
30348
30349 \begin_layout Plain Layout
30350 \align center
30351 \begin_inset Tabular
30352 <lyxtabular version="3" rows="3" columns="3">
30353 <features tabularvalignment="middle">
30354 <column alignment="center" valignment="top" width="0">
30355 <column alignment="center" valignment="top" width="0">
30356 <column alignment="center" valignment="top" width="0">
30357 <row>
30358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30359 \begin_inset Text
30360
30361 \begin_layout Plain Layout
30362 a
30363 \end_layout
30364
30365 \end_inset
30366 </cell>
30367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30368 \begin_inset Text
30369
30370 \begin_layout Plain Layout
30371 !
30372 \end_layout
30373
30374 \end_inset
30375 </cell>
30376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30377 \begin_inset Text
30378
30379 \begin_layout Plain Layout
30380 3
30381 \end_layout
30382
30383 \end_inset
30384 </cell>
30385 </row>
30386 <row>
30387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30388 \begin_inset Text
30389
30390 \begin_layout Plain Layout
30391 <
30392 \end_layout
30393
30394 \end_inset
30395 </cell>
30396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30397 \begin_inset Text
30398
30399 \begin_layout Plain Layout
30400 b2
30401 \begin_inset Quotes erd
30402 \end_inset
30403
30404 |
30405 \end_layout
30406
30407 \end_inset
30408 </cell>
30409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30410 \begin_inset Text
30411
30412 \begin_layout Plain Layout
30413 >
30414 \end_layout
30415
30416 \end_inset
30417 </cell>
30418 </row>
30419 <row>
30420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30421 \begin_inset Text
30422
30423 \begin_layout Plain Layout
30424 1
30425 \end_layout
30426
30427 \end_inset
30428 </cell>
30429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30430 \begin_inset Text
30431
30432 \begin_layout Plain Layout
30433 §
30434 \end_layout
30435
30436 \end_inset
30437 </cell>
30438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30439 \begin_inset Text
30440
30441 \begin_layout Plain Layout
30442 c
30443 \end_layout
30444
30445 \end_inset
30446 </cell>
30447 </row>
30448 </lyxtabular>
30449
30450 \end_inset
30451
30452
30453 \end_layout
30454
30455 \end_inset
30456
30457
30458 \begin_inset ERT
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462
30463 }
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \end_layout
30470
30471 \begin_layout Section
30472 Cuadros rotados y escalados
30473 \end_layout
30474
30475 \begin_layout Standard
30476 Para poder usar los comandos descritos en esta sección hay que cargar el
30477  paquete LaTeX 
30478 \series bold
30479 graphicx
30480 \series default
30481
30482 \begin_inset Index idx
30483 status collapsed
30484
30485 \begin_layout Plain Layout
30486 LaTeX-paquetes ! graphicx
30487 \end_layout
30488
30489 \end_inset
30490
30491  en el preámbulo del documento, con el comando
30492 \end_layout
30493
30494 \begin_layout Standard
30495
30496 \series bold
30497
30498 \backslash
30499 @ifundefined{rotatebox}
30500 \begin_inset Newline newline
30501 \end_inset
30502
30503
30504 \begin_inset Phantom HPhantom
30505 status open
30506
30507 \begin_layout Plain Layout
30508
30509 \series bold
30510 \begin_inset space ~
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \end_inset
30517
30518 {
30519 \backslash
30520 usepackage{graphicx}}{}
30521 \end_layout
30522
30523 \begin_layout Standard
30524 \begin_inset Note Greyedout
30525 status open
30526
30527 \begin_layout Plain Layout
30528
30529 \series bold
30530 Nota: 
30531 \series default
30532 Algunos visores DVI no pueden mostrar material rotado o escalado.
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \end_layout
30539
30540 \begin_layout Standard
30541 \begin_inset Note Greyedout
30542 status open
30543
30544 \begin_layout Plain Layout
30545
30546 \series bold
30547 Nota:
30548 \series default
30549  Los cuadros rotados o escalados no pueden contener flotantes.
30550 \end_layout
30551
30552 \end_inset
30553
30554
30555 \end_layout
30556
30557 \begin_layout Subsection
30558 Cuadros rotados
30559 \begin_inset Index idx
30560 status collapsed
30561
30562 \begin_layout Plain Layout
30563 Cuadros ! Rotar
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \begin_inset Index idx
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573 Material rotado
30574 \end_layout
30575
30576 \end_inset
30577
30578
30579 \begin_inset Index idx
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583 Figuras ! Rotar
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \begin_inset Index idx
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593 Tablas ! Rotar
30594 \end_layout
30595
30596 \end_inset
30597
30598
30599 \end_layout
30600
30601 \begin_layout Standard
30602 Para rotar material debes ponerlo en un cuadro rotado.
30603  Los cuadros rotados se crean con el comando 
30604 \series bold
30605
30606 \backslash
30607 rotatebox
30608 \series default
30609  en código TeX, según el esquema:
30610 \end_layout
30611
30612 \begin_layout Standard
30613
30614 \series bold
30615
30616 \backslash
30617 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30618 \end_layout
30619
30620 \begin_layout Standard
30621 El origen de rotación se especifica en la forma 
30622 \series bold
30623 origin=position
30624 \series default
30625 .
30626  Son posibles las posiciones siguientes: 
30627 \emph on
30628 c
30629 \emph default
30630  (center), 
30631 \emph on
30632 l
30633 \emph default
30634  (left), 
30635 \emph on
30636 r
30637 \emph default
30638  (right), 
30639 \emph on
30640 b
30641 \emph default
30642  (bottom), 
30643 \emph on
30644 t
30645 \emph default
30646  (top), así como combinaciones adecuadas de las posiciones básicas.
30647  Por ejemplo, 
30648 \emph on
30649 lt
30650 \emph default
30651  significa que el origen de rotación es la esquina superior izquierda del
30652  cuadro.
30653  Si no se especifica origen de rotación se usará la posición 
30654 \emph on
30655 l
30656 \emph default
30657 .
30658  El ángulo de rotación es un número de grados, y puede ser negativo.
30659  El sentido de giro es contrario al de las agujas del reloj.
30660 \end_layout
30661
30662 \begin_layout Standard
30663 En el siguiente ejemplo se ha insertado el comando 
30664 \series bold
30665
30666 \backslash
30667 rotatebox[origin=c]{60}{ 
30668 \series default
30669 como código TeX delante del texto «con rotación»; después del texto, el
30670  cuadro se ha cerrado con llave de cierre en código TeX.
30671 \end_layout
30672
30673 \begin_layout Standard
30674 Esta línea contiene texto 
30675 \begin_inset ERT
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679
30680
30681 \backslash
30682 rotatebox[origin=c]{60}{
30683 \end_layout
30684
30685 \end_inset
30686
30687 con rotación
30688 \begin_inset ERT
30689 status collapsed
30690
30691 \begin_layout Plain Layout
30692
30693 }
30694 \end_layout
30695
30696 \end_inset
30697
30698 .
30699 \end_layout
30700
30701 \begin_layout Standard
30702 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30703  línea:
30704 \end_layout
30705
30706 \begin_layout Standard
30707 En esta línea hay texto enmarcado 
30708 \begin_inset ERT
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712
30713
30714 \backslash
30715 rotatebox[origin=r]{-60}{
30716 \end_layout
30717
30718 \end_inset
30719
30720
30721 \begin_inset Box Doublebox
30722 position "c"
30723 hor_pos "c"
30724 has_inner_box 0
30725 inner_pos "c"
30726 use_parbox 0
30727 use_makebox 0
30728 width "1in"
30729 special "width"
30730 height "1in"
30731 height_special "totalheight"
30732 status open
30733
30734 \begin_layout Plain Layout
30735 con rotación
30736 \end_layout
30737
30738 \end_inset
30739
30740
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746 }
30747 \end_layout
30748
30749 \end_inset
30750
30751  y 
30752 \begin_inset ERT
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756
30757
30758 \backslash
30759 rotatebox[origin=lb]{60}{
30760 \end_layout
30761
30762 \end_inset
30763
30764
30765 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30766 \end_inset
30767
30768
30769 \begin_inset ERT
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773
30774 }
30775 \end_layout
30776
30777 \end_inset
30778
30779  una ecuación.
30780 \end_layout
30781
30782 \begin_layout Standard
30783 O una imagen o una tabla:
30784 \end_layout
30785
30786 \begin_layout Standard
30787 Aquí hay una imagen girada 
30788 \begin_inset ERT
30789 status collapsed
30790
30791 \begin_layout Plain Layout
30792
30793
30794 \backslash
30795 rotatebox[origin=lb]{90}{
30796 \end_layout
30797
30798 \end_inset
30799
30800
30801 \begin_inset Graphics
30802         filename ../clipart/platypus.eps
30803         lyxscale 50
30804         width 25col%
30805
30806 \end_inset
30807
30808
30809 \begin_inset ERT
30810 status collapsed
30811
30812 \begin_layout Plain Layout
30813
30814 }
30815 \end_layout
30816
30817 \end_inset
30818
30819  y una tabla girada 
30820 \begin_inset ERT
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824
30825
30826 \backslash
30827 rotatebox[origin=l]{-90}{
30828 \end_layout
30829
30830 \end_inset
30831
30832
30833 \begin_inset Tabular
30834 <lyxtabular version="3" rows="2" columns="2">
30835 <features tabularvalignment="middle">
30836 <column alignment="center" valignment="top" width="0">
30837 <column alignment="center" valignment="top" width="0">
30838 <row>
30839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30840 \begin_inset Text
30841
30842 \begin_layout Plain Layout
30843 q
30844 \end_layout
30845
30846 \end_inset
30847 </cell>
30848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30849 \begin_inset Text
30850
30851 \begin_layout Plain Layout
30852 w
30853 \end_layout
30854
30855 \end_inset
30856 </cell>
30857 </row>
30858 <row>
30859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30860 \begin_inset Text
30861
30862 \begin_layout Plain Layout
30863 e
30864 \end_layout
30865
30866 \end_inset
30867 </cell>
30868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30869 \begin_inset Text
30870
30871 \begin_layout Plain Layout
30872 r
30873 \end_layout
30874
30875 \end_inset
30876 </cell>
30877 </row>
30878 </lyxtabular>
30879
30880 \end_inset
30881
30882
30883 \begin_inset ERT
30884 status collapsed
30885
30886 \begin_layout Plain Layout
30887
30888 }
30889 \end_layout
30890
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \begin_layout Subsection
30897 Cuadros escalados
30898 \begin_inset Index idx
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902 Cuadros ! Escalar
30903 \end_layout
30904
30905 \end_inset
30906
30907
30908 \begin_inset Index idx
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912 Material escalado
30913 \end_layout
30914
30915 \end_inset
30916
30917
30918 \begin_inset Index idx
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922 Figuras ! Escalar
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \begin_inset Index idx
30929 status collapsed
30930
30931 \begin_layout Plain Layout
30932 Tablas ! Escalar
30933 \end_layout
30934
30935 \end_inset
30936
30937
30938 \end_layout
30939
30940 \begin_layout Standard
30941 Para escalar material se pueden usar los comandos 
30942 \series bold
30943
30944 \backslash
30945 scalebox
30946 \series default
30947  y 
30948 \series bold
30949
30950 \backslash
30951 resizebox 
30952 \series default
30953 en código TeX.
30954 \end_layout
30955
30956 \begin_layout Standard
30957
30958 \series bold
30959
30960 \backslash
30961 scalebox
30962 \series default
30963  se usa con el esquema siguiente:
30964 \end_layout
30965
30966 \begin_layout Standard
30967
30968 \series bold
30969
30970 \backslash
30971 scalebox{horizontal}[vertical]{contenido del cuadro}
30972 \end_layout
30973
30974 \begin_layout Standard
30975 Horizontal y vertical son los factores de escala correspondientes.
30976  Si no se especifica factor vertical, su valor será el mismo que el factor
30977  de escala horizontal.
30978  
30979 \end_layout
30980
30981 \begin_layout Standard
30982 Por ejemplo, el comando 
30983 \series bold
30984
30985 \backslash
30986 scalebox{2}{Hola} 
30987 \series default
30988 crea un 
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994
30995 \backslash
30996 scalebox{2}{
30997 \end_layout
30998
30999 \end_inset
31000
31001 Hola
31002 \begin_inset ERT
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006
31007 }
31008 \end_layout
31009
31010 \end_inset
31011
31012  de doble tamaño que el texto normal del documento.
31013 \end_layout
31014
31015 \begin_layout Standard
31016 El comando 
31017 \series bold
31018
31019 \backslash
31020 scalebox{2}[1]{Hola} 
31021 \series default
31022 distorsiona el 
31023 \begin_inset ERT
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027
31028
31029 \backslash
31030 scalebox{2}[1]{
31031 \end_layout
31032
31033 \end_inset
31034
31035 Hola
31036 \begin_inset ERT
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040
31041 }
31042 \end_layout
31043
31044 \end_inset
31045
31046 .
31047 \end_layout
31048
31049 \begin_layout Standard
31050 Si un factor de escala es negativo el contenido del cuadro es reflejado.
31051  Por eso el comando 
31052 \series bold
31053
31054 \backslash
31055 scalebox{-1}[1]{Hola} 
31056 \series default
31057 puede usarse para reflejar un texto: 
31058 \begin_inset ERT
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062
31063
31064 \backslash
31065 scalebox{-1}[1]{
31066 \end_layout
31067
31068 \end_inset
31069
31070 Hola
31071 \begin_inset ERT
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075
31076 }
31077 \end_layout
31078
31079 \end_inset
31080
31081 .
31082 \end_layout
31083
31084 \begin_layout Standard
31085
31086 \series bold
31087
31088 \backslash
31089 scalebox{1}[-1]{Hola} 
31090 \series default
31091 refleja el 
31092 \begin_inset ERT
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096
31097
31098 \backslash
31099 scalebox{1}[-1]{
31100 \end_layout
31101
31102 \end_inset
31103
31104 Hola
31105 \begin_inset ERT
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109
31110 }
31111 \end_layout
31112
31113 \end_inset
31114
31115  sobre la base.
31116 \end_layout
31117
31118 \begin_layout Standard
31119 El comando 
31120 \series bold
31121
31122 \backslash
31123 scalebox{-1}[1]{contenido del cuadro} 
31124 \series default
31125 puede sustituirse por 
31126 \series bold
31127
31128 \begin_inset Newline newline
31129 \end_inset
31130
31131
31132 \backslash
31133 reflectbox{contenido del cuadro}
31134 \begin_inset VSpace defskip
31135 \end_inset
31136
31137
31138 \end_layout
31139
31140 \begin_layout Standard
31141 El comando 
31142 \series bold
31143
31144 \backslash
31145 resizebox
31146 \series default
31147  sirve para escalar el cuadro a una altura y anchura definidas, según el
31148  esquema:
31149 \end_layout
31150
31151 \begin_layout Standard
31152
31153 \series bold
31154
31155 \backslash
31156 resizebox{anchura}{altura}{contenido del cuadro}
31157 \end_layout
31158
31159 \begin_layout Standard
31160 Si uno de los argumentos del comando es un signo de exclamación, 
31161 \series bold
31162 !
31163 \series default
31164 , la escala se produce de forma que se mantiene la relación de las dimensiones
31165  originales del contenido del cuadro.
31166  
31167 \end_layout
31168
31169 \begin_layout Standard
31170 El comando 
31171 \series bold
31172
31173 \backslash
31174 resizebox{2cm}{1cm}{Hola}
31175 \series default
31176  genera: 
31177 \begin_inset ERT
31178 status collapsed
31179
31180 \begin_layout Plain Layout
31181
31182
31183 \backslash
31184 resizebox{2cm}{1cm}{
31185 \end_layout
31186
31187 \end_inset
31188
31189 Hola
31190 \begin_inset ERT
31191 status collapsed
31192
31193 \begin_layout Plain Layout
31194
31195 }
31196 \end_layout
31197
31198 \end_inset
31199
31200
31201 \begin_inset Newline newline
31202 \end_inset
31203
31204 El comando 
31205 \series bold
31206
31207 \backslash
31208 resizebox{2cm}{!}{Hola}
31209 \series default
31210  genera: 
31211 \begin_inset ERT
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215
31216
31217 \backslash
31218 resizebox{2cm}{!}{
31219 \end_layout
31220
31221 \end_inset
31222
31223 Hola
31224 \begin_inset ERT
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228
31229 }
31230 \end_layout
31231
31232 \end_inset
31233
31234
31235 \end_layout
31236
31237 \begin_layout Standard
31238 \begin_inset VSpace defskip
31239 \end_inset
31240
31241
31242 \end_layout
31243
31244 \begin_layout Standard
31245 \begin_inset Note Greyedout
31246 status open
31247
31248 \begin_layout Plain Layout
31249
31250 \series bold
31251 Nota: 
31252 \series default
31253 Si los argumentos de 
31254 \series bold
31255
31256 \backslash
31257 scalebox
31258 \series default
31259  o 
31260 \series bold
31261
31262 \backslash
31263 resizebox
31264 \series default
31265  son cero, no se generan errores de LaTeX al exportar el documento, pero
31266  puede suceder que la salida no se muestre o que sea incompleta.
31267  
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \begin_inset VSpace defskip
31274 \end_inset
31275
31276
31277 \end_layout
31278
31279 \begin_layout Standard
31280 Los cuadros se pueden combinar en cualquier orden.
31281  Por ejemplo, el comando
31282 \series bold
31283
31284 \begin_inset Newline newline
31285 \end_inset
31286
31287
31288 \backslash
31289 rotatebox[origin=c]{-45}{
31290 \backslash
31291 resizebox{2cm}{!}{
31292 \backslash
31293 reflectbox{Hola}}}
31294 \begin_inset Newline newline
31295 \end_inset
31296
31297
31298 \series default
31299 genera:
31300 \end_layout
31301
31302 \begin_layout Standard
31303 \noindent
31304 \align center
31305 \begin_inset ERT
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309
31310
31311 \backslash
31312 rotatebox[origin=c]{-45}{
31313 \backslash
31314 resizebox{2cm}{!}{
31315 \backslash
31316 reflectbox{
31317 \end_layout
31318
31319 \end_inset
31320
31321 Hola
31322 \begin_inset ERT
31323 status collapsed
31324
31325 \begin_layout Plain Layout
31326
31327 }}}
31328 \end_layout
31329
31330 \end_inset
31331
31332
31333 \end_layout
31334
31335 \begin_layout Standard
31336 \noindent
31337 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
31338 \end_layout
31339
31340 \begin_layout Standard
31341 \noindent
31342
31343 \end_layout
31344
31345 \begin_layout Standard
31346 \align center
31347 \begin_inset ERT
31348 status collapsed
31349
31350 \begin_layout Plain Layout
31351
31352
31353 \backslash
31354 rotatebox[origin=c]{-30}{
31355 \backslash
31356 resizebox{2cm}{!}{
31357 \backslash
31358 reflectbox{
31359 \end_layout
31360
31361 \end_inset
31362
31363
31364 \begin_inset Graphics
31365         filename ../clipart/platypus.eps
31366         lyxscale 50
31367         width 25col%
31368
31369 \end_inset
31370
31371
31372 \begin_inset ERT
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376
31377 }}}
31378 \end_layout
31379
31380 \end_inset
31381
31382
31383 \begin_inset ERT
31384 status collapsed
31385
31386 \begin_layout Plain Layout
31387
31388
31389 \backslash
31390 rotatebox[origin=c]{-45}{
31391 \backslash
31392 resizebox{2cm}{!}{
31393 \backslash
31394 reflectbox{
31395 \end_layout
31396
31397 \end_inset
31398
31399
31400 \begin_inset Tabular
31401 <lyxtabular version="3" rows="2" columns="2">
31402 <features tabularvalignment="middle">
31403 <column alignment="center" valignment="top" width="0">
31404 <column alignment="center" valignment="top" width="0">
31405 <row>
31406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31407 \begin_inset Text
31408
31409 \begin_layout Plain Layout
31410 q
31411 \end_layout
31412
31413 \end_inset
31414 </cell>
31415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31416 \begin_inset Text
31417
31418 \begin_layout Plain Layout
31419 w
31420 \end_layout
31421
31422 \end_inset
31423 </cell>
31424 </row>
31425 <row>
31426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31427 \begin_inset Text
31428
31429 \begin_layout Plain Layout
31430 e
31431 \end_layout
31432
31433 \end_inset
31434 </cell>
31435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31436 \begin_inset Text
31437
31438 \begin_layout Plain Layout
31439 r
31440 \end_layout
31441
31442 \end_inset
31443 </cell>
31444 </row>
31445 </lyxtabular>
31446
31447 \end_inset
31448
31449
31450 \begin_inset ERT
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454
31455 }}}
31456 \end_layout
31457
31458 \end_inset
31459
31460
31461 \begin_inset ERT
31462 status collapsed
31463
31464 \begin_layout Plain Layout
31465
31466
31467 \backslash
31468 rotatebox[origin=c]{-45}{
31469 \backslash
31470 resizebox{2cm}{!}{
31471 \backslash
31472 reflectbox{
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31479 \end_inset
31480
31481
31482 \begin_inset ERT
31483 status collapsed
31484
31485 \begin_layout Plain Layout
31486
31487 }}}
31488 \end_layout
31489
31490 \end_inset
31491
31492
31493 \end_layout
31494
31495 \begin_layout Standard
31496 Si se usa el estilo global 
31497 \series bold
31498 fleqn
31499 \series default
31500  para las ecuaciones del documento,
31501 \begin_inset Foot
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505 Si «fleqn» se añade a las opciones de clase del documento.
31506 \end_layout
31507
31508 \end_inset
31509
31510  también pueden escalarse las ecuaciones en estilo presentación.
31511 \end_layout
31512
31513 \begin_layout Chapter
31514 Archivos externos
31515 \begin_inset Index idx
31516 status collapsed
31517
31518 \begin_layout Plain Layout
31519 Archivos externos
31520 \end_layout
31521
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \begin_layout Standard
31528 Con el menú 
31529 \family sans
31530 Insertar\SpecialChar \menuseparator
31531 Archivo 
31532 \family default
31533 se pueden insertar archivos externos en un documento.
31534  Estos pueden ser:
31535 \end_layout
31536
31537 \begin_layout Description
31538 Documento
31539 \begin_inset space ~
31540 \end_inset
31541
31542 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31543 \end_layout
31544
31545 \begin_layout Description
31546 Texto
31547 \begin_inset space ~
31548 \end_inset
31549
31550 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31551  como párrafo propio.
31552 \end_layout
31553
31554 \begin_layout Description
31555 Texto
31556 \begin_inset space ~
31557 \end_inset
31558
31559 simple,
31560 \begin_inset space ~
31561 \end_inset
31562
31563 unir
31564 \begin_inset space ~
31565 \end_inset
31566
31567 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31568  Las líneas vacías generan un nuevo párrafo en tu documento.
31569 \end_layout
31570
31571 \begin_layout Description
31572 Material
31573 \begin_inset space ~
31574 \end_inset
31575
31576 externo Archivos en diversos formatos.
31577 \end_layout
31578
31579 \begin_layout Description
31580 Documento
31581 \begin_inset space ~
31582 \end_inset
31583
31584 hijo Documentos LyX, LaTeX o texto simple.
31585 \end_layout
31586
31587 \begin_layout Section
31588 Material externo
31589 \begin_inset Index idx
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593 Material externo
31594 \end_layout
31595
31596 \end_inset
31597
31598
31599 \end_layout
31600
31601 \begin_layout Standard
31602 Esta característica te permite insertar archivos en tu documento sin convertirlo
31603 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31604  las necesarias conversiones.
31605  Esto es parecido a la inserción de imágenes en diversos formatos en los
31606  documentos LyX.
31607  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31608  en 
31609 \family sans
31610 Apariencia
31611 \family default
31612 \SpecialChar \menuseparator
31613 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31614  en LyX.
31615 \end_layout
31616
31617 \begin_layout Standard
31618 El material externo se puede insertar mediante el diálogo que surge a partir
31619  del menú 
31620 \family sans
31621 Insertar\SpecialChar \menuseparator
31622 Archivo\SpecialChar \menuseparator
31623 Material
31624 \begin_inset space ~
31625 \end_inset
31626
31627 externo
31628 \family default
31629 .
31630  Actualmente se permiten los siguientes tipos de archivo (
31631 \family sans
31632 Plantillas
31633 \family default
31634 ):
31635 \end_layout
31636
31637 \begin_layout Description
31638 Diagrama
31639 \begin_inset space ~
31640 \end_inset
31641
31642 de
31643 \begin_inset space ~
31644 \end_inset
31645
31646 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31647  con el programa 
31648 \series bold
31649
31650 \begin_inset CommandInset href
31651 LatexCommand href
31652 name "XBoard"
31653 target "http://en.wikipedia.org/wiki/XBoard"
31654
31655 \end_inset
31656
31657
31658 \series default
31659 .
31660 \end_layout
31661
31662 \begin_layout Description
31663 Dia Esta plantilla soporta diagramas creados con el programa 
31664 \series bold
31665
31666 \begin_inset CommandInset href
31667 LatexCommand href
31668 name "Dia"
31669 target "http://en.wikipedia.org/wiki/Dia_(software)"
31670
31671 \end_inset
31672
31673
31674 \series default
31675 .
31676 \end_layout
31677
31678 \begin_layout Description
31679 Fecha Esta inserta la fecha en el formato 
31680 \emph on
31681 Día-Mes-Año.
31682
31683 \emph default
31684  A continuación hay una fecha insertada como material externo: 
31685 \begin_inset External
31686         template Date
31687         filename ...
31688
31689 \end_inset
31690
31691
31692 \begin_inset space ~
31693 \end_inset
31694
31695
31696 \begin_inset Note Note
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31701 \end_layout
31702
31703 \end_inset
31704
31705
31706 \begin_inset Newline newline
31707 \end_inset
31708
31709 La fecha no se muestra en LyX, sólo en la salida.
31710  Hay otros dos métodos de insertar una fecha, con el menú 
31711 \family sans
31712 Insertar\SpecialChar \menuseparator
31713 Fecha
31714 \family default
31715  y con el comando LaTeX 
31716 \series bold
31717
31718 \backslash
31719 today
31720 \series default
31721  en código TeX.
31722  Los distintos métodos se comparan en la tabla
31723 \begin_inset space ~
31724 \end_inset
31725
31726
31727 \begin_inset CommandInset ref
31728 LatexCommand ref
31729 reference "tab:Comparación-de"
31730
31731 \end_inset
31732
31733 .
31734 \end_layout
31735
31736 \begin_layout Description
31737 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31738 \begin_inset Newline linebreak
31739 \end_inset
31740
31741
31742 \series bold
31743
31744 \begin_inset CommandInset href
31745 LatexCommand href
31746 name "LilyPond"
31747 target "http://en.wikipedia.org/wiki/LilyPond"
31748
31749 \end_inset
31750
31751
31752 \series default
31753 .
31754 \end_layout
31755
31756 \begin_layout Description
31757 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31758  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31759  la opción 
31760 \emph on
31761 pages
31762 \emph default
31763  en el campo 
31764 \family sans
31765 Opción
31766 \family default
31767  de la pestaña 
31768 \family sans
31769 Opciones de LaTeX y LyX
31770 \family default
31771 , según la descripción de la plantilla en el diálogo.
31772  Si no se usa la opción 
31773 \emph on
31774 pages
31775 \emph default
31776 , sólo se inserta la primera página del PDF.
31777 \end_layout
31778
31779 \begin_layout Description
31780 RasterImage Sirve para insertar imágenes bitmap.
31781  Casi todos los formatos populares de imágenes están soportados.
31782  Las imágenes se pueden tratar en el diálogo 
31783 \family sans
31784 Material Externo
31785 \family default
31786  como las que habitualmente se incluyen mediante el diálogo 
31787 \family sans
31788 Gráficos
31789 \family default
31790 , tal como se explica en la sección
31791 \begin_inset space ~
31792 \end_inset
31793
31794
31795 \begin_inset CommandInset ref
31796 LatexCommand ref
31797 reference "sec:Diálogo-Gráficos"
31798
31799 \end_inset
31800
31801 .
31802  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31803  PDF y EPS no están soportadas.
31804 \end_layout
31805
31806 \begin_layout Description
31807 XFig Esta plantilla soporta imágenes creadas con el programa 
31808 \series bold
31809
31810 \begin_inset CommandInset href
31811 LatexCommand href
31812 name "Xfig"
31813 target "http://en.wikipedia.org/wiki/Xfig"
31814
31815 \end_inset
31816
31817
31818 \series default
31819 .
31820 \end_layout
31821
31822 \begin_layout Standard
31823 \begin_inset Float table
31824 placement h
31825 wide false
31826 sideways false
31827 status open
31828
31829 \begin_layout Plain Layout
31830 \begin_inset Caption
31831
31832 \begin_layout Plain Layout
31833 \begin_inset CommandInset label
31834 LatexCommand label
31835 name "tab:Comparación-de"
31836
31837 \end_inset
31838
31839 Comparación de los métodos de inserción de fecha.
31840 \end_layout
31841
31842 \end_inset
31843
31844
31845 \end_layout
31846
31847 \begin_layout Plain Layout
31848 \align center
31849 \begin_inset Tabular
31850 <lyxtabular version="3" rows="4" columns="4">
31851 <features tabularvalignment="middle">
31852 <column alignment="center" valignment="top" width="0">
31853 <column alignment="center" valignment="top" width="0">
31854 <column alignment="center" valignment="top" width="0">
31855 <column alignment="center" valignment="top" width="0">
31856 <row>
31857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31858 \begin_inset Text
31859
31860 \begin_layout Plain Layout
31861 Documento
31862 \end_layout
31863
31864 \end_inset
31865 </cell>
31866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31867 \begin_inset Text
31868
31869 \begin_layout Plain Layout
31870
31871 \family sans
31872 Material externo\SpecialChar \menuseparator
31873 Fecha
31874 \end_layout
31875
31876 \end_inset
31877 </cell>
31878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31879 \begin_inset Text
31880
31881 \begin_layout Plain Layout
31882
31883 \family sans
31884 Insertar\SpecialChar \menuseparator
31885 Fecha
31886 \end_layout
31887
31888 \end_inset
31889 </cell>
31890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31891 \begin_inset Text
31892
31893 \begin_layout Plain Layout
31894 comando 
31895 \series bold
31896
31897 \backslash
31898 today
31899 \end_layout
31900
31901 \end_inset
31902 </cell>
31903 </row>
31904 <row>
31905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31906 \begin_inset Text
31907
31908 \begin_layout Plain Layout
31909 LyX
31910 \end_layout
31911
31912 \end_inset
31913 </cell>
31914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31915 \begin_inset Text
31916
31917 \begin_layout Plain Layout
31918 como cuadro
31919 \end_layout
31920
31921 \end_inset
31922 </cell>
31923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31924 \begin_inset Text
31925
31926 \begin_layout Plain Layout
31927 como fecha
31928 \end_layout
31929
31930 \end_inset
31931 </cell>
31932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31933 \begin_inset Text
31934
31935 \begin_layout Plain Layout
31936 como cuadro código TeX
31937 \end_layout
31938
31939 \end_inset
31940 </cell>
31941 </row>
31942 <row>
31943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31944 \begin_inset Text
31945
31946 \begin_layout Plain Layout
31947 LaTeX
31948 \end_layout
31949
31950 \end_inset
31951 </cell>
31952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31953 \begin_inset Text
31954
31955 \begin_layout Plain Layout
31956 como fecha
31957 \end_layout
31958
31959 \end_inset
31960 </cell>
31961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31962 \begin_inset Text
31963
31964 \begin_layout Plain Layout
31965 como fecha
31966 \end_layout
31967
31968 \end_inset
31969 </cell>
31970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31971 \begin_inset Text
31972
31973 \begin_layout Plain Layout
31974 como comando
31975 \end_layout
31976
31977 \end_inset
31978 </cell>
31979 </row>
31980 <row>
31981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31982 \begin_inset Text
31983
31984 \begin_layout Plain Layout
31985 DVI, PDF, PS
31986 \end_layout
31987
31988 \end_inset
31989 </cell>
31990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31991 \begin_inset Text
31992
31993 \begin_layout Plain Layout
31994 como fecha
31995 \end_layout
31996
31997 \end_inset
31998 </cell>
31999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32000 \begin_inset Text
32001
32002 \begin_layout Plain Layout
32003 como fecha
32004 \end_layout
32005
32006 \end_inset
32007 </cell>
32008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32009 \begin_inset Text
32010
32011 \begin_layout Plain Layout
32012 como fecha
32013 \end_layout
32014
32015 \end_inset
32016 </cell>
32017 </row>
32018 </lyxtabular>
32019
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \end_inset
32026
32027
32028 \end_layout
32029
32030 \begin_layout Standard
32031 Si utilizas la opción 
32032 \family sans
32033 Borrador
32034 \family default
32035  en la solapa 
32036 \family sans
32037 Archivo
32038 \family default
32039  del diálogo 
32040 \family sans
32041 Material Externo
32042 \family default
32043 , en el documento de salida sólo se muestra la ruta al archivo insertado.
32044 \family sans
32045
32046 \begin_inset Newline newline
32047 \end_inset
32048
32049
32050 \family default
32051 El material externo se muestra en LyX como un cuadro del tipo:
32052 \family sans
32053  
32054 \family default
32055
32056 \begin_inset Graphics
32057         filename clipart/MaterialExternoQt4.png
32058         scale 80
32059
32060 \end_inset
32061
32062  o como imagen, dependiendo de si se marca la opción 
32063 \family sans
32064 Mostrar en LyX 
32065 \family default
32066 de la pestaña 
32067 \family sans
32068 Opciones de LaTeX y LyX
32069 \family default
32070  del diálogo
32071 \family sans
32072 .
32073 \end_layout
32074
32075 \begin_layout Standard
32076 En el manual 
32077 \emph on
32078 Personalización
32079 \emph default
32080  se explica cómo definir tus propias plantillas.
32081 \end_layout
32082
32083 \begin_layout Section
32084 Documento hijo
32085 \begin_inset CommandInset label
32086 LatexCommand label
32087 name "sec:Documento-Hijo"
32088
32089 \end_inset
32090
32091
32092 \begin_inset Index idx
32093 status collapsed
32094
32095 \begin_layout Plain Layout
32096 Documento hijo
32097 \end_layout
32098
32099 \end_inset
32100
32101
32102 \end_layout
32103
32104 \begin_layout Standard
32105 Los documentos hijos se emplean en el caso de tener un documento extenso
32106  compuesto por varias partes o secciones más grandes.
32107  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
32108  en varios archivos que pueden ser revisados por separado.
32109  Estos archivos se conocen como documentos hijos, y el llamado documento
32110  maestro los conecta con el fin de imprimirlos como un todo o por partes.
32111  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
32112  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
32113 \end_layout
32114
32115 \begin_layout Standard
32116 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
32117  en el menú 
32118 \family sans
32119 Documento\SpecialChar \menuseparator
32120 Configuración\SpecialChar \menuseparator
32121 Clase del documento
32122 \family default
32123  del documento hijo especifica el documento maestro predeterminado.
32124  Este maestro será usado entonces por LyX en un segundo plano cuando edites
32125  el documento hijo.
32126 \end_layout
32127
32128 \begin_layout Standard
32129 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
32130  cuadros del tipo: 
32131 \begin_inset Graphics
32132         filename clipart/DocumentoHijoQt4.png
32133         scale 80
32134
32135 \end_inset
32136
32137 .
32138  Para incluir documentos hijos en un documento maestro utiliza el menú 
32139 \family sans
32140 Insertar
32141 \family default
32142 \SpecialChar \menuseparator
32143
32144 \family sans
32145 Archivo
32146 \family default
32147 \SpecialChar \menuseparator
32148
32149 \family sans
32150 Documento
32151 \begin_inset space ~
32152 \end_inset
32153
32154 hijo
32155 \family default
32156 .
32157  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
32158 \end_layout
32159
32160 \begin_layout Description
32161 Incluir Puedes incluir documentos LyX y documentos LaTeX.
32162  Al pulsar el botón 
32163 \family sans
32164 Cargar
32165 \family default
32166  en el diálogo 
32167 \family sans
32168 Documento hijo
32169 \family default
32170 , los documentos incluidos se abrirán en una nueva solapa de archivo en
32171  la ventana de LyX y así puedes modificarlos si quieres.
32172 \end_layout
32173
32174 \begin_layout Standard
32175 Aquí hay un archivo insertado con el método 
32176 \family sans
32177 Incluir
32178 \family default
32179
32180 \begin_inset CommandInset include
32181 LatexCommand include
32182 filename "DocumentoPostizo1.lyx"
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \begin_layout Standard
32190 La numeración de secciones tiene en cuenta las secciones de los archivos
32191  incluidos en el orden en que están insertados en el documento maestro.
32192  El documento incluido de ejemplo tiene una subsección que se numera como
32193  subsección de la presente sección.
32194  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
32195 \begin_inset space ~
32196 \end_inset
32197
32198
32199 \begin_inset CommandInset ref
32200 LatexCommand ref
32201 reference "sub:Subsección-Externa-1"
32202
32203 \end_inset
32204
32205 .
32206 \end_layout
32207
32208 \begin_layout Standard
32209 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
32210  del documento maestro.
32211  Las ramas en los documentos hijos serán ignoradas por el documento maestro
32212  si éste no tiene una rama con el mismo nombre.
32213  Los documentos incluidos se insertan comenzando una página nueva y acabando
32214  con un salto de página.
32215 \end_layout
32216
32217 \begin_layout Standard
32218 En caso de estar trabajando solo en un capítulo determinado de un documento
32219  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
32220  cada archivo incluido en una rama.
32221 \begin_inset Foot
32222 status collapsed
32223
32224 \begin_layout Plain Layout
32225 Las ramas se describen en la sección
32226 \emph on
32227  Ramas
32228 \emph default
32229  de la  
32230 \emph on
32231 Guía del usuario
32232 \emph default
32233  de LyX.
32234 \end_layout
32235
32236 \end_inset
32237
32238  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
32239  aparecerán en la salida.
32240 \end_layout
32241
32242 \begin_layout Standard
32243 \begin_inset Note Greyedout
32244 status open
32245
32246 \begin_layout Plain Layout
32247
32248 \series bold
32249 Nota:
32250 \series default
32251  Debido a un fallo de LyX, el comando LaTeX 
32252 \series bold
32253
32254 \backslash
32255 includeonly
32256 \series default
32257  no se puede usar por el momento como alternativa para decidir qué archivos
32258  deberían ser incluidos.
32259 \end_layout
32260
32261 \end_inset
32262
32263
32264 \end_layout
32265
32266 \begin_layout Standard
32267 \begin_inset Note Greyedout
32268 status open
32269
32270 \begin_layout Plain Layout
32271
32272 \series bold
32273 Nota:
32274 \series default
32275  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
32276  a la del documento maestro, recibirás una advertencia al exportar/ver el
32277  documento, ya que esto podría dar resultados inesperados.
32278 \end_layout
32279
32280 \end_inset
32281
32282
32283 \end_layout
32284
32285 \begin_layout Description
32286 Entrada Este método es muy parecido al método 
32287 \family sans
32288 Incluir
32289 \family default
32290 .
32291  Las diferencias son:
32292 \end_layout
32293
32294 \begin_deeper
32295 \begin_layout Itemize
32296 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
32297  un salto de página.
32298 \end_layout
32299
32300 \begin_layout Itemize
32301 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
32302 \family sans
32303 Vista
32304 \begin_inset space ~
32305 \end_inset
32306
32307 preliminar
32308 \begin_inset space ~
32309 \end_inset
32310
32311 inmediata 
32312 \family default
32313 está activada en el diálogo 
32314 \family sans
32315 Herramientas\SpecialChar \menuseparator
32316 Preferencias
32317 \family default
32318 , apartado 
32319 \family sans
32320 Apariencia\SpecialChar \menuseparator
32321 Gráficos
32322 \family default
32323 .
32324 \end_layout
32325
32326 \begin_layout Itemize
32327 No se puede utilizar el comando LaTeX 
32328 \series bold
32329
32330 \backslash
32331 includeonly
32332 \series default
32333 .
32334 \end_layout
32335
32336 \end_deeper
32337 \begin_layout Standard
32338 Aquí hay un documento hijo insertado con el método 
32339 \family sans
32340 Entrada
32341 \family default
32342 :
32343 \end_layout
32344
32345 \begin_layout Standard
32346 \begin_inset CommandInset include
32347 LatexCommand input
32348 filename "DocumentoPostizo2.lyx"
32349
32350 \end_inset
32351
32352
32353 \end_layout
32354
32355 \begin_layout Description
32356 Literal Con este método se puede incluir todo archivo de texto.
32357  El archivo aparece en la salida con su código fuente, y si contiene comandos
32358  no se ejecutan.
32359  Con la opción 
32360 \family sans
32361 Marcar espacios en la salida
32362 \family default
32363  cada espacio en el código fuente se muestra en la salida con el carácter
32364  «
32365 \begin_inset ERT
32366 status collapsed
32367
32368 \begin_layout Plain Layout
32369
32370
32371 \backslash
32372 textvisiblespace
32373 \end_layout
32374
32375 \end_inset
32376
32377 ».
32378  La diferencia con el método de inserción mediante el menú 
32379 \family sans
32380 Insertar
32381 \family default
32382 \SpecialChar \menuseparator
32383
32384 \family sans
32385 Archivo
32386 \family default
32387 \SpecialChar \menuseparator
32388
32389 \family sans
32390 Texto
32391 \begin_inset space ~
32392 \end_inset
32393
32394 simple
32395 \family default
32396  es que en este caso el contenido del archivo se ve en LyX, mientras que
32397  en modo 
32398 \family sans
32399 Literal 
32400 \family default
32401 no se muestra el contenido, sino un recuadro con el nombre.
32402
32403 \family sans
32404  
32405 \end_layout
32406
32407 \begin_layout Standard
32408 Aquí se inserta un documento hijo en modo Literal:
32409 \begin_inset CommandInset include
32410 LatexCommand verbatiminput
32411 filename "DocumentoTextoPostizo.txt"
32412
32413 \end_inset
32414
32415
32416 \begin_inset VSpace bigskip
32417 \end_inset
32418
32419
32420 \end_layout
32421
32422 \begin_layout Standard
32423 Aquí se inserta un documento hijo en modo Literal con la opción 
32424 \family sans
32425 Marcar espacios en la salida
32426 \family default
32427 :
32428 \begin_inset CommandInset include
32429 LatexCommand verbatiminput*
32430 filename "DocumentoTextoPostizo.txt"
32431
32432 \end_inset
32433
32434
32435 \begin_inset VSpace bigskip
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \begin_layout Standard
32442 \begin_inset Note Greyedout
32443 status open
32444
32445 \begin_layout Plain Layout
32446
32447 \series bold
32448 Nota:
32449 \series default
32450  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32451  incluidos en modo 
32452 \family sans
32453 literal
32454 \family default
32455  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32456  archivo de texto.
32457 \end_layout
32458
32459 \end_inset
32460
32461
32462 \end_layout
32463
32464 \begin_layout Description
32465 Listado
32466 \begin_inset space ~
32467 \end_inset
32468
32469 de
32470 \begin_inset space ~
32471 \end_inset
32472
32473 programa Este tipo se describe en el capítulo
32474 \begin_inset space ~
32475 \end_inset
32476
32477
32478 \begin_inset CommandInset ref
32479 LatexCommand ref
32480 reference "cap:Listado-de-programa"
32481
32482 \end_inset
32483
32484 .
32485 \end_layout
32486
32487 \begin_layout Standard
32488 \begin_inset Note Greyedout
32489 status open
32490
32491 \begin_layout Plain Layout
32492
32493 \series bold
32494 Nota:
32495 \series default
32496  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32497  problemas en LaTeX.
32498 \end_layout
32499
32500 \end_inset
32501
32502
32503 \end_layout
32504
32505 \begin_layout Chapter
32506 Listado de programa
32507 \begin_inset CommandInset label
32508 LatexCommand label
32509 name "cap:Listado-de-programa"
32510
32511 \end_inset
32512
32513
32514 \begin_inset Index idx
32515 status collapsed
32516
32517 \begin_layout Plain Layout
32518 Listado de programa
32519 \end_layout
32520
32521 \end_inset
32522
32523
32524 \begin_inset Index idx
32525 status collapsed
32526
32527 \begin_layout Plain Layout
32528 Código de programa
32529 \end_layout
32530
32531 \end_inset
32532
32533
32534 \begin_inset Index idx
32535 status collapsed
32536
32537 \begin_layout Plain Layout
32538 Flotantes ! Listado de programa
32539 \end_layout
32540
32541 \end_inset
32542
32543
32544 \end_layout
32545
32546 \begin_layout Standard
32547 Para incluir y tipografiar código de programación puedes usar la opción
32548  de menú disponible en 
32549 \family sans
32550 Insertar\SpecialChar \menuseparator
32551 Listado
32552 \begin_inset space ~
32553 \end_inset
32554
32555 de
32556 \begin_inset space ~
32557 \end_inset
32558
32559 programa.
32560  
32561 \family default
32562 El paquete LaTeX 
32563 \series bold
32564 listings
32565 \series default
32566
32567 \begin_inset Index idx
32568 status collapsed
32569
32570 \begin_layout Plain Layout
32571 LaTeX-paquetes ! listings
32572 \end_layout
32573
32574 \end_inset
32575
32576  provee un mecanismo potente y flexible para insertar código fuente en tu
32577  documento.
32578 \end_layout
32579
32580 \begin_layout Standard
32581 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32582  incorporado en el que puedes configurar su formato.
32583 \end_layout
32584
32585 \begin_layout Standard
32586 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32587  La opción de ubicación 
32588 \family sans
32589 Listado
32590 \begin_inset space ~
32591 \end_inset
32592
32593 en
32594 \begin_inset space ~
32595 \end_inset
32596
32597 línea
32598 \family default
32599  lo imprime en la línea, como este ejemplo: 
32600 \begin_inset listings
32601 lstparams "language={C++}"
32602 inline true
32603 status open
32604
32605 \begin_layout Plain Layout
32606
32607 int a=5;
32608 \end_layout
32609
32610 \end_inset
32611
32612
32613 \family sans
32614
32615 \begin_inset Newline newline
32616 \end_inset
32617
32618
32619 \family default
32620 La opción 
32621 \family sans
32622 Flotante
32623 \family default
32624  crea un listado flotante cuya colocación se puede especificar mediante
32625  las opciones «
32626 \family sans
32627 h
32628 \family default
32629 », «
32630 \family sans
32631 t
32632 \family default
32633 », «
32634 \family sans
32635 b
32636 \family default
32637 » y «
32638 \family sans
32639 p
32640 \family default
32641 », correspondientes a las opciones de colocación de flotantes descritas
32642  en la sección
32643 \family sans
32644
32645 \begin_inset space ~
32646 \end_inset
32647
32648
32649 \begin_inset CommandInset ref
32650 LatexCommand ref
32651 reference "sec:Colocación-de-Flotantes"
32652
32653 \end_inset
32654
32655
32656 \family default
32657 .
32658  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32659  p.
32660 \family sans
32661
32662 \begin_inset space \thinspace{}
32663 \end_inset
32664
32665
32666 \family default
32667 e.
32668 \begin_inset space ~
32669 \end_inset
32670
32671 «
32672 \family sans
32673 htbp
32674 \family default
32675 ».
32676  La opción «
32677 \family sans
32678 h
32679 \family default
32680 » a veces no tiene efecto, pero no necesitas usar la opción 
32681 \family sans
32682 Flotante
32683 \family default
32684  en ese caso puesto que los listados de programa no flotantes también pueden
32685  tener leyendas y ser referenciadas.
32686 \end_layout
32687
32688 \begin_layout Standard
32689 Se puede añadir una leyenda a un listado de programa con el menú 
32690 \family sans
32691 Insertar\SpecialChar \menuseparator
32692 Leyenda
32693 \family default
32694
32695 \begin_inset Foot
32696 status collapsed
32697
32698 \begin_layout Plain Layout
32699 Para traducir la etiqueta 
32700 \begin_inset Quotes eld
32701 \end_inset
32702
32703 Listado
32704 \begin_inset Quotes erd
32705 \end_inset
32706
32707  de la leyenda, se añade al preámbulo del documento el comando 
32708 \series bold
32709
32710 \backslash
32711 renewcommand{
32712 \backslash
32713 lstlistingname}{Listado}
32714 \series default
32715 .
32716  (
32717 \emph on
32718 N.
32719 \begin_inset space \thinspace{}
32720 \end_inset
32721
32722 del t.
32723 \emph default
32724 )
32725 \end_layout
32726
32727 \end_inset
32728
32729 .
32730  Los listados de programa se pueden referenciar como los flotantes: Listado
32731 \begin_inset space ~
32732 \end_inset
32733
32734
32735 \begin_inset CommandInset ref
32736 LatexCommand ref
32737 reference "lst:Ejemplo-de-listado-de-programa"
32738
32739 \end_inset
32740
32741
32742 \end_layout
32743
32744 \begin_layout Standard
32745 \begin_inset listings
32746 lstparams "language=Python"
32747 inline false
32748 status open
32749
32750 \begin_layout Plain Layout
32751
32752 \begin_inset Caption
32753
32754 \begin_layout Plain Layout
32755 \begin_inset CommandInset label
32756 LatexCommand label
32757 name "lst:Ejemplo-de-listado-de-programa"
32758
32759 \end_inset
32760
32761 Ejemplo de listado de programa flotante
32762 \end_layout
32763
32764 \end_inset
32765
32766 # Ejemplo de listado flotante
32767 \end_layout
32768
32769 \begin_layout Plain Layout
32770
32771 def func(param):
32772 \end_layout
32773
32774 \begin_layout Plain Layout
32775
32776     'this is a python function'
32777 \end_layout
32778
32779 \begin_layout Plain Layout
32780
32781     pass
32782 \end_layout
32783
32784 \end_inset
32785
32786
32787 \end_layout
32788
32789 \begin_layout Standard
32790 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32791  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32792  y tipografiadas de manera especial en la salida.
32793  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32794  negrita.
32795 \end_layout
32796
32797 \begin_layout Standard
32798 \begin_inset Note Greyedout
32799 status open
32800
32801 \begin_layout Plain Layout
32802
32803 \series bold
32804 Nota:
32805 \series default
32806  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32807  debe probablemente a que dicha fuente no suministra negritas.
32808  En este caso selecciona una fuente distinta en el menú 
32809 \family sans
32810 Documento
32811 \family default
32812 \SpecialChar \menuseparator
32813
32814 \family sans
32815 Configuración
32816 \family default
32817 \SpecialChar \menuseparator
32818
32819 \family sans
32820 Fuentes.
32821  
32822 \family default
32823 (Las fuentes 
32824 \emph on
32825 LuxiMono, BeraMono
32826 \emph default
32827  y 
32828 \emph on
32829 Courier 
32830 \emph default
32831 suministran negritas.)
32832 \end_layout
32833
32834 \end_inset
32835
32836
32837 \end_layout
32838
32839 \begin_layout Standard
32840 En la sección 
32841 \family sans
32842 Numeración
32843 \begin_inset space ~
32844 \end_inset
32845
32846 de
32847 \begin_inset space ~
32848 \end_inset
32849
32850 líneas
32851 \family default
32852  del diálogo puedes elegir el estilo de numeración de las líneas.
32853  En el campo 
32854 \family sans
32855 Paso 
32856 \family default
32857 puedes insertar un número para determinar qué líneas se numeran.
32858  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32859  
32860 \end_layout
32861
32862 \begin_layout Standard
32863 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32864  en la salida.
32865  La opción 
32866 \family sans
32867 Tabla
32868 \begin_inset space ~
32869 \end_inset
32870
32871 de
32872 \begin_inset space ~
32873 \end_inset
32874
32875 caracteres
32876 \begin_inset space ~
32877 \end_inset
32878
32879 extendida
32880 \family default
32881  debería emplearse si se usan en el código caracteres nacionales como la
32882  diéresis alemana.
32883 \begin_inset Newline newline
32884 \end_inset
32885
32886 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32887  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32888  y «Espacio como símbolo», rango de líneas 3-8:
32889 \begin_inset listings
32890 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32891 inline false
32892 status open
32893
32894 \begin_layout Plain Layout
32895
32896 def func(param):
32897 \end_layout
32898
32899 \begin_layout Plain Layout
32900
32901     'this is a python function'
32902 \end_layout
32903
32904 \begin_layout Plain Layout
32905
32906     pass
32907 \end_layout
32908
32909 \begin_layout Plain Layout
32910
32911 def func(param):
32912 \end_layout
32913
32914 \begin_layout Plain Layout
32915
32916 'This is a German word: Tschüß'
32917 \end_layout
32918
32919 \begin_layout Plain Layout
32920
32921 pass
32922 \end_layout
32923
32924 \begin_layout Plain Layout
32925
32926 def func(param):
32927 \end_layout
32928
32929 \begin_layout Plain Layout
32930
32931 'this is a python function'
32932 \end_layout
32933
32934 \begin_layout Plain Layout
32935
32936 pass
32937 \end_layout
32938
32939 \end_inset
32940
32941
32942 \end_layout
32943
32944 \begin_layout Standard
32945 \begin_inset Note Greyedout
32946 status open
32947
32948 \begin_layout Plain Layout
32949
32950 \series bold
32951 Nota:
32952 \series default
32953  Debido a un error en el paquete 
32954 \series bold
32955 listings
32956 \series default
32957  la numeración de líneas cambia en una línea por cada listado previo.
32958  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32959  3 y 6.
32960 \end_layout
32961
32962 \end_inset
32963
32964
32965 \end_layout
32966
32967 \begin_layout Standard
32968 \begin_inset VSpace bigskip
32969 \end_inset
32970
32971
32972 \end_layout
32973
32974 \begin_layout Standard
32975 También es posible imprimir como listado de programa líneas de un archivo.
32976  Para hacer esto, usa el menú 
32977 \family sans
32978 Insertar\SpecialChar \menuseparator
32979 Archivo\SpecialChar \menuseparator
32980 Documento
32981 \begin_inset space ~
32982 \end_inset
32983
32984 hijo 
32985 \family default
32986 y elige el tipo 
32987 \family sans
32988 Listado de programa
32989 \family default
32990 .
32991 \begin_inset Foot
32992 status collapsed
32993
32994 \begin_layout Plain Layout
32995 Los restantes tipos de documento hijo se describen en la sección
32996 \begin_inset space ~
32997 \end_inset
32998
32999
33000 \begin_inset CommandInset ref
33001 LatexCommand ref
33002 reference "sec:Documento-Hijo"
33003
33004 \end_inset
33005
33006 .
33007 \end_layout
33008
33009 \end_inset
33010
33011  En el diálogo de documento hijo puedes especificar los parámetros del listado
33012  en el cuadro de texto.
33013  Para ver una lista de los parámetros disponibles teclea una interrogación
33014  «?» en el cuadro.
33015 \end_layout
33016
33017 \begin_layout Standard
33018 Para referenciar un documento hijo tipo listado, escribe el texto de la
33019  etiqueta en el campo correspondiente del diálogo de documento hijo.
33020  Después se puede referenciar la etiqueta con el menú 
33021 \family sans
33022 Insertar\SpecialChar \menuseparator
33023 Referencia cruzada.
33024 \end_layout
33025
33026 \begin_layout Standard
33027 A continuación hay un ejemplo, Listado
33028 \begin_inset space ~
33029 \end_inset
33030
33031
33032 \begin_inset CommandInset ref
33033 LatexCommand ref
33034 reference "lst:archivo-listado"
33035
33036 \end_inset
33037
33038 , de inserción de líneas de un archivo; en él se incluye el rango de las
33039  líneas 10
33040 \begin_inset space \thinspace{}
33041 \end_inset
33042
33043 -
33044 \begin_inset space \thinspace{}
33045 \end_inset
33046
33047 15 de este archivo LyX.
33048 \end_layout
33049
33050 \begin_layout Standard
33051 \begin_inset CommandInset include
33052 LatexCommand lstinputlisting
33053 filename "EmbeddedObjects.lyx"
33054 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
33055
33056 \end_inset
33057
33058
33059 \end_layout
33060
33061 \begin_layout Standard
33062 \begin_inset VSpace bigskip
33063 \end_inset
33064
33065
33066 \end_layout
33067
33068 \begin_layout Standard
33069 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
33070 \end_layout
33071
33072 \begin_layout Enumerate
33073 Abre el diálogo de listado y añade
33074 \begin_inset Newline newline
33075 \end_inset
33076
33077
33078 \family sans
33079 mathescape=true
33080 \begin_inset Newline newline
33081 \end_inset
33082
33083
33084 \family default
33085 en el campo de texto de la solapa 
33086 \family sans
33087 Avanzado
33088 \end_layout
33089
33090 \begin_layout Enumerate
33091 Crea una ecuación fuera del listado
33092 \end_layout
33093
33094 \begin_layout Enumerate
33095 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
33096  (teclas 
33097 \family sans
33098 Ctrl+C
33099 \family default
33100 )
33101 \end_layout
33102
33103 \begin_layout Enumerate
33104 En el listado escribe 
33105 \begin_inset Quotes eld
33106 \end_inset
33107
33108
33109 \family sans
33110 $$
33111 \family default
33112
33113 \begin_inset Quotes erd
33114 \end_inset
33115
33116  y pega desde el portapapeles entre los símbolos dólar (teclas 
33117 \family sans
33118 Ctrl+V
33119 \family default
33120 )
33121 \end_layout
33122
33123 \begin_layout Standard
33124 \begin_inset listings
33125 lstparams "language=Python,mathescape=true"
33126 inline false
33127 status open
33128
33129 \begin_layout Plain Layout
33130
33131 \begin_inset Caption
33132
33133 \begin_layout Plain Layout
33134 Ejemplo de listado flotante con una ecuación
33135 \end_layout
33136
33137 \end_inset
33138
33139 # Ejemplo de listado flotante
33140 \end_layout
33141
33142 \begin_layout Plain Layout
33143
33144 def func(param):
33145 \end_layout
33146
33147 \begin_layout Plain Layout
33148
33149     # $
33150 \backslash
33151 prod_{n=1}^{
33152 \backslash
33153 infty}
33154 \backslash
33155 ,
33156 \backslash
33157 frac{1}{x^{2}}$
33158 \end_layout
33159
33160 \begin_layout Plain Layout
33161
33162     pass
33163 \end_layout
33164
33165 \end_inset
33166
33167
33168 \end_layout
33169
33170 \begin_layout Standard
33171 \begin_inset VSpace bigskip
33172 \end_inset
33173
33174
33175 \end_layout
33176
33177 \begin_layout Standard
33178 Los parámetros globales para listados de programa se pueden establecer en
33179  el diálogo 
33180 \family sans
33181 Documento\SpecialChar \menuseparator
33182 Configuración\SpecialChar \menuseparator
33183 Listados.
33184  
33185 \family default
33186 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
33187  «?» en el campo de texto.
33188 \end_layout
33189
33190 \begin_layout Standard
33191 Para más información sobre el paquete 
33192 \series bold
33193 listings
33194 \series default
33195 , consulta su documentación
33196 \begin_inset space ~
33197 \end_inset
33198
33199
33200 \begin_inset CommandInset citation
33201 LatexCommand cite
33202 key "listings"
33203
33204 \end_inset
33205
33206 .
33207 \end_layout
33208
33209 \begin_layout Standard
33210 \begin_inset Newpage newpage
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Chapter
33217 \start_of_appendix
33218 Unidades disponibles en LyX
33219 \begin_inset Index idx
33220 status collapsed
33221
33222 \begin_layout Plain Layout
33223 Unidades
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \begin_inset CommandInset label
33230 LatexCommand label
33231 name "cap:Unidades-disponibles-en"
33232
33233 \end_inset
33234
33235
33236 \end_layout
33237
33238 \begin_layout Standard
33239 Para comprender las unidades utilizadas en este manual, el cuadro
33240 \begin_inset space ~
33241 \end_inset
33242
33243
33244 \begin_inset CommandInset ref
33245 LatexCommand ref
33246 reference "tab:Unidades"
33247
33248 \end_inset
33249
33250  describe todas las unidades disponibles en LyX.
33251 \end_layout
33252
33253 \begin_layout Standard
33254 \begin_inset Float table
33255 placement h
33256 wide false
33257 sideways false
33258 status open
33259
33260 \begin_layout Plain Layout
33261 \begin_inset Caption
33262
33263 \begin_layout Plain Layout
33264 \begin_inset CommandInset label
33265 LatexCommand label
33266 name "tab:Unidades"
33267
33268 \end_inset
33269
33270 Unidades
33271 \end_layout
33272
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \begin_layout Plain Layout
33279 \begin_inset VSpace medskip
33280 \end_inset
33281
33282
33283 \end_layout
33284
33285 \begin_layout Plain Layout
33286 \align center
33287 \begin_inset Tabular
33288 <lyxtabular version="3" rows="20" columns="2">
33289 <features tabularvalignment="middle">
33290 <column alignment="center" valignment="top" width="0">
33291 <column alignment="center" valignment="top" width="0">
33292 <row>
33293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33294 \begin_inset Text
33295
33296 \begin_layout Plain Layout
33297 unidad
33298 \end_layout
33299
33300 \end_inset
33301 </cell>
33302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33303 \begin_inset Text
33304
33305 \begin_layout Plain Layout
33306 nombre/descripción
33307 \end_layout
33308
33309 \end_inset
33310 </cell>
33311 </row>
33312 <row>
33313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33314 \begin_inset Text
33315
33316 \begin_layout Plain Layout
33317 mm
33318 \end_layout
33319
33320 \end_inset
33321 </cell>
33322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33323 \begin_inset Text
33324
33325 \begin_layout Plain Layout
33326 milímetro
33327 \end_layout
33328
33329 \end_inset
33330 </cell>
33331 </row>
33332 <row>
33333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33334 \begin_inset Text
33335
33336 \begin_layout Plain Layout
33337 cm
33338 \end_layout
33339
33340 \end_inset
33341 </cell>
33342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33343 \begin_inset Text
33344
33345 \begin_layout Plain Layout
33346 centímetro
33347 \end_layout
33348
33349 \end_inset
33350 </cell>
33351 </row>
33352 <row>
33353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33354 \begin_inset Text
33355
33356 \begin_layout Plain Layout
33357 in
33358 \end_layout
33359
33360 \end_inset
33361 </cell>
33362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33363 \begin_inset Text
33364
33365 \begin_layout Plain Layout
33366 pulgada
33367 \end_layout
33368
33369 \end_inset
33370 </cell>
33371 </row>
33372 <row>
33373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33374 \begin_inset Text
33375
33376 \begin_layout Plain Layout
33377 pt
33378 \end_layout
33379
33380 \end_inset
33381 </cell>
33382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33383 \begin_inset Text
33384
33385 \begin_layout Plain Layout
33386 punto (72.27
33387 \begin_inset space \thinspace{}
33388 \end_inset
33389
33390 pt = 1
33391 \begin_inset space \thinspace{}
33392 \end_inset
33393
33394 in)
33395 \end_layout
33396
33397 \end_inset
33398 </cell>
33399 </row>
33400 <row>
33401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33402 \begin_inset Text
33403
33404 \begin_layout Plain Layout
33405 pc
33406 \end_layout
33407
33408 \end_inset
33409 </cell>
33410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33411 \begin_inset Text
33412
33413 \begin_layout Plain Layout
33414 pica (1
33415 \begin_inset space \thinspace{}
33416 \end_inset
33417
33418 pc = 12
33419 \begin_inset space \thinspace{}
33420 \end_inset
33421
33422 pt)
33423 \end_layout
33424
33425 \end_inset
33426 </cell>
33427 </row>
33428 <row>
33429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33430 \begin_inset Text
33431
33432 \begin_layout Plain Layout
33433 sp
33434 \end_layout
33435
33436 \end_inset
33437 </cell>
33438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33439 \begin_inset Text
33440
33441 \begin_layout Plain Layout
33442 punto escalado (65536
33443 \begin_inset space \thinspace{}
33444 \end_inset
33445
33446 sp = 1
33447 \begin_inset space \thinspace{}
33448 \end_inset
33449
33450 pt)
33451 \end_layout
33452
33453 \end_inset
33454 </cell>
33455 </row>
33456 <row>
33457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33458 \begin_inset Text
33459
33460 \begin_layout Plain Layout
33461 bp
33462 \end_layout
33463
33464 \end_inset
33465 </cell>
33466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33467 \begin_inset Text
33468
33469 \begin_layout Plain Layout
33470 punto grande (72
33471 \begin_inset space \thinspace{}
33472 \end_inset
33473
33474 bp = 1
33475 \begin_inset space \thinspace{}
33476 \end_inset
33477
33478 in)
33479 \end_layout
33480
33481 \end_inset
33482 </cell>
33483 </row>
33484 <row>
33485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33486 \begin_inset Text
33487
33488 \begin_layout Plain Layout
33489 dd
33490 \end_layout
33491
33492 \end_inset
33493 </cell>
33494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33495 \begin_inset Text
33496
33497 \begin_layout Plain Layout
33498 didot (1
33499 \begin_inset space \thinspace{}
33500 \end_inset
33501
33502 dd 
33503 \begin_inset Formula $\approx$
33504 \end_inset
33505
33506  0.376
33507 \begin_inset space \thinspace{}
33508 \end_inset
33509
33510 mm)
33511 \end_layout
33512
33513 \end_inset
33514 </cell>
33515 </row>
33516 <row>
33517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33518 \begin_inset Text
33519
33520 \begin_layout Plain Layout
33521 cc
33522 \end_layout
33523
33524 \end_inset
33525 </cell>
33526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33527 \begin_inset Text
33528
33529 \begin_layout Plain Layout
33530 cicero (1
33531 \begin_inset space \thinspace{}
33532 \end_inset
33533
33534 cc = 12
33535 \begin_inset space \thinspace{}
33536 \end_inset
33537
33538 dd)
33539 \end_layout
33540
33541 \end_inset
33542 </cell>
33543 </row>
33544 <row>
33545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33546 \begin_inset Text
33547
33548 \begin_layout Plain Layout
33549 escala
33550 \begin_inset space \thinspace{}
33551 \end_inset
33552
33553 %
33554 \end_layout
33555
33556 \end_inset
33557 </cell>
33558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33559 \begin_inset Text
33560
33561 \begin_layout Plain Layout
33562 % del tamaño original de la imagen
33563 \end_layout
33564
33565 \end_inset
33566 </cell>
33567 </row>
33568 <row>
33569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33570 \begin_inset Text
33571
33572 \begin_layout Plain Layout
33573 texto
33574 \begin_inset space \thinspace{}
33575 \end_inset
33576
33577 %
33578 \end_layout
33579
33580 \end_inset
33581 </cell>
33582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33583 \begin_inset Text
33584
33585 \begin_layout Plain Layout
33586 % de anchura de texto
33587 \end_layout
33588
33589 \end_inset
33590 </cell>
33591 </row>
33592 <row>
33593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33594 \begin_inset Text
33595
33596 \begin_layout Plain Layout
33597 columna
33598 \begin_inset space \thinspace{}
33599 \end_inset
33600
33601 %
33602 \end_layout
33603
33604 \end_inset
33605 </cell>
33606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33607 \begin_inset Text
33608
33609 \begin_layout Plain Layout
33610 % de anchura de columna
33611 \end_layout
33612
33613 \end_inset
33614 </cell>
33615 </row>
33616 <row>
33617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33618 \begin_inset Text
33619
33620 \begin_layout Plain Layout
33621 página
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 anchura 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 línea
33646 \begin_inset space \thinspace{}
33647 \end_inset
33648
33649 %
33650 \end_layout
33651
33652 \end_inset
33653 </cell>
33654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33655 \begin_inset Text
33656
33657 \begin_layout Plain Layout
33658 % de anchura de línea
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 alt.
33670  texto
33671 \begin_inset space \thinspace{}
33672 \end_inset
33673
33674 %
33675 \end_layout
33676
33677 \end_inset
33678 </cell>
33679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33680 \begin_inset Text
33681
33682 \begin_layout Plain Layout
33683 % de altura de texto
33684 \end_layout
33685
33686 \end_inset
33687 </cell>
33688 </row>
33689 <row>
33690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33691 \begin_inset Text
33692
33693 \begin_layout Plain Layout
33694 alt.
33695  pág.
33696 \begin_inset space \thinspace{}
33697 \end_inset
33698
33699 %
33700 \end_layout
33701
33702 \end_inset
33703 </cell>
33704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33705 \begin_inset Text
33706
33707 \begin_layout Plain Layout
33708 % de altura de página
33709 \end_layout
33710
33711 \end_inset
33712 </cell>
33713 </row>
33714 <row>
33715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33716 \begin_inset Text
33717
33718 \begin_layout Plain Layout
33719 ex
33720 \end_layout
33721
33722 \end_inset
33723 </cell>
33724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33725 \begin_inset Text
33726
33727 \begin_layout Plain Layout
33728 altura de la letra 
33729 \emph on
33730 x
33731 \emph default
33732  en la fuente actual
33733 \end_layout
33734
33735 \end_inset
33736 </cell>
33737 </row>
33738 <row>
33739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33740 \begin_inset Text
33741
33742 \begin_layout Plain Layout
33743 em
33744 \end_layout
33745
33746 \end_inset
33747 </cell>
33748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33749 \begin_inset Text
33750
33751 \begin_layout Plain Layout
33752 anchura de la letra 
33753 \emph on
33754 M
33755 \emph default
33756  en la fuente actual
33757 \end_layout
33758
33759 \end_inset
33760 </cell>
33761 </row>
33762 <row>
33763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33764 \begin_inset Text
33765
33766 \begin_layout Plain Layout
33767 mu
33768 \end_layout
33769
33770 \end_inset
33771 </cell>
33772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33773 \begin_inset Text
33774
33775 \begin_layout Plain Layout
33776 unidad matemática (1
33777 \begin_inset space \thinspace{}
33778 \end_inset
33779
33780 mu = 1/18
33781 \begin_inset space \thinspace{}
33782 \end_inset
33783
33784 em)
33785 \end_layout
33786
33787 \end_inset
33788 </cell>
33789 </row>
33790 </lyxtabular>
33791
33792 \end_inset
33793
33794
33795 \end_layout
33796
33797 \end_inset
33798
33799
33800 \end_layout
33801
33802 \begin_layout Chapter
33803 Formatos de archivos de salida con gráficos
33804 \begin_inset CommandInset label
33805 LatexCommand label
33806 name "cap:Formatos-de-Archivos-de-Salida"
33807
33808 \end_inset
33809
33810
33811 \end_layout
33812
33813 \begin_layout Section
33814 DVI
33815 \begin_inset Index idx
33816 status collapsed
33817
33818 \begin_layout Plain Layout
33819 Formatos de archivo ! DVI
33820 \end_layout
33821
33822 \end_inset
33823
33824
33825 \begin_inset Index idx
33826 status collapsed
33827
33828 \begin_layout Plain Layout
33829 DVI|see
33830 \begin_inset ERT
33831 status collapsed
33832
33833 \begin_layout Plain Layout
33834
33835 {
33836 \end_layout
33837
33838 \end_inset
33839
33840 Formatos de archivo
33841 \begin_inset ERT
33842 status collapsed
33843
33844 \begin_layout Plain Layout
33845
33846 }
33847 \end_layout
33848
33849 \end_inset
33850
33851
33852 \end_layout
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \begin_layout Standard
33860 Este tipo de archivo tiene la extensión «
33861 \family typewriter
33862 .dvi
33863 \family default
33864 ».
33865  Se denomina «device-independent» (DVI), porque es completamente portable;
33866  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33867  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33868  Los DVI se usan para vistas preliminares rápidas y como preparación para
33869  otros formatos de salida como PostScript.
33870 \end_layout
33871
33872 \begin_layout Standard
33873 \begin_inset Note Greyedout
33874 status open
33875
33876 \begin_layout Plain Layout
33877
33878 \series bold
33879 Nota:
33880 \series default
33881  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33882 \end_layout
33883
33884 \end_inset
33885
33886  Por tanto no debes olvidar esto si mueves archivos 
33887 \family typewriter
33888 .dvi
33889 \family default
33890  a otro ordenador.
33891  Esta característica también puede retardar la visualización del archivo,
33892  porque el visor DVI tiene que convertir la imagen en segundo plano para
33893  hacerla visible al deslizar el visor.
33894  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33895 \end_layout
33896
33897 \begin_layout Standard
33898 Un documento se exporta a DVI con el menú 
33899 \family sans
33900 Archivo\SpecialChar \menuseparator
33901 Exportar\SpecialChar \menuseparator
33902 DVI
33903 \family default
33904 .
33905  Puedes ver la salida del documento en DVI con el menú 
33906 \family sans
33907 Ver\SpecialChar \menuseparator
33908 DVI 
33909 \family default
33910 o con el botón
33911 \begin_inset space ~
33912 \end_inset
33913
33914
33915 \begin_inset Graphics
33916         filename ../../images/buffer-view_dvi.png
33917         scale 85
33918
33919 \end_inset
33920
33921 .
33922 \end_layout
33923
33924 \begin_layout Section
33925 PostScript
33926 \begin_inset CommandInset label
33927 LatexCommand label
33928 name "sec:PostScript"
33929
33930 \end_inset
33931
33932
33933 \begin_inset Index idx
33934 status collapsed
33935
33936 \begin_layout Plain Layout
33937 Formatos de archivo ! PostScript
33938 \end_layout
33939
33940 \end_inset
33941
33942
33943 \begin_inset Index idx
33944 status collapsed
33945
33946 \begin_layout Plain Layout
33947 PostScript|see
33948 \begin_inset ERT
33949 status collapsed
33950
33951 \begin_layout Plain Layout
33952
33953 {
33954 \end_layout
33955
33956 \end_inset
33957
33958 Formatos de archivo
33959 \begin_inset ERT
33960 status collapsed
33961
33962 \begin_layout Plain Layout
33963
33964 }
33965 \end_layout
33966
33967 \end_inset
33968
33969
33970 \end_layout
33971
33972 \end_inset
33973
33974
33975 \end_layout
33976
33977 \begin_layout Standard
33978 Este tipo de archivo tiene la extensión «
33979 \family typewriter
33980 .ps
33981 \family default
33982 ».
33983  PostScript fue desarrollado por la compañía 
33984 \family typewriter
33985 Adobe
33986 \family default
33987  como lenguaje para impresoras.
33988  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33989  PostScript puede considerarse como un «lenguaje de programación»; con él
33990  puedes calcular y dibujar imágenes y diagramas.
33991 \begin_inset Foot
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995 Si estás interesado en este tema acude al paquete LaTeX 
33996 \series bold
33997 PSTricks
33998 \series default
33999  
34000 \begin_inset CommandInset citation
34001 LatexCommand cite
34002 key "pstricks"
34003
34004 \end_inset
34005
34006 .
34007 \end_layout
34008
34009 \end_inset
34010
34011  Por esto los archivos suelen ser más grandes que los PDF.
34012 \end_layout
34013
34014 \begin_layout Standard
34015 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
34016 d PostScript» (EPS, extensión «
34017 \family typewriter
34018 .eps
34019 \family default
34020 »).
34021  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
34022  en segundo plano para convertir las imágenes a EPS.
34023  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
34024  cada vez que veas o exportes el documento.
34025  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
34026  puedes evitar el problema insertando las imágenes directamente en EPS.
34027 \end_layout
34028
34029 \begin_layout Standard
34030 El documento se puede exportar a PostScript con el menú 
34031 \family sans
34032 Archivo\SpecialChar \menuseparator
34033 Exportar\SpecialChar \menuseparator
34034 Postscript
34035 \family default
34036 .
34037  Se puede ver la salida en PostScript con el menú 
34038 \family sans
34039 Ver\SpecialChar \menuseparator
34040 Postscript 
34041 \family default
34042 o con el botón
34043 \begin_inset space ~
34044 \end_inset
34045
34046
34047 \begin_inset Graphics
34048         filename ../../images/buffer-view_ps.png
34049
34050 \end_inset
34051
34052 .
34053 \end_layout
34054
34055 \begin_layout Section
34056 PDF
34057 \begin_inset Index idx
34058 status collapsed
34059
34060 \begin_layout Plain Layout
34061 Formatos de archivo ! PDF
34062 \end_layout
34063
34064 \end_inset
34065
34066
34067 \begin_inset Index idx
34068 status collapsed
34069
34070 \begin_layout Plain Layout
34071 PDF
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Standard
34080 Este tipo de archivo tiene la extensión «
34081 \family typewriter
34082 .pdf
34083 \family default
34084 ».
34085  El formato «Portable Document Format» (PDF) fue desarrollado por 
34086 \family typewriter
34087 Adobe
34088 \family default
34089  como derivado de PostScript.
34090  Es más comprimido y utiliza muchos menos comandos que PostScript.
34091  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
34092  operativo y la salida impresa se muestra exactamente igual.
34093 \end_layout
34094
34095 \begin_layout Standard
34096 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
34097  Photographic Experts Group» (JPG, extensión «
34098 \family typewriter
34099 .jpg
34100 \family default
34101 » o «
34102 \family typewriter
34103 .jpeg
34104 \family default
34105 »), y en el formato «Portable Network Graphics» (PNG, extensión «
34106 \family typewriter
34107 .png
34108 \family default
34109 »).
34110  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
34111  en segundo plano a alguno de los anteriores.
34112  Pero como se ha comentado en la sección sobre PostScript, la conversión
34113  de gráficos ralentiza el trabajo.
34114  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
34115  mencionados.
34116 \end_layout
34117
34118 \begin_layout Standard
34119 Un documento se puede exportar a PDF con el menú 
34120 \family sans
34121 Archivo\SpecialChar \menuseparator
34122 Exportar
34123 \family default
34124  en tres modos diferentes:
34125 \end_layout
34126
34127 \begin_layout Description
34128 PDF
34129 \begin_inset space ~
34130 \end_inset
34131
34132 (ps2pdf) Este utiliza el programa 
34133 \family typewriter
34134 ps2pdf
34135 \family default
34136  que crea un PDF a partir de una versión PostScript del archivo.
34137  La versión PostScript es producida por el programa 
34138 \family typewriter
34139 dvips
34140 \family default
34141  que usa una versión DVI como paso intermedio.
34142  Así que este modo de exportación consta de tres conversiones.
34143 \end_layout
34144
34145 \begin_layout Description
34146 PDF
34147 \begin_inset space ~
34148 \end_inset
34149
34150 (dvipdfm) Este utiliza el programa 
34151 \family typewriter
34152 dvipdfm
34153 \family default
34154  que convierte el archivo a DVI en segundo plano y en un segundo paso a
34155  PDF.
34156 \end_layout
34157
34158 \begin_layout Description
34159 PDF
34160 \begin_inset space ~
34161 \end_inset
34162
34163 (pdflatex) Este utiliza el programa 
34164 \family typewriter
34165 pdftex
34166 \family default
34167  que convierte directamente el archivo a PDF.
34168 \end_layout
34169
34170 \begin_layout Standard
34171 Se recomienda usar 
34172 \family sans
34173 PDF
34174 \begin_inset space ~
34175 \end_inset
34176
34177 (pdflatex)
34178 \family default
34179  porque 
34180 \family typewriter
34181 pdftex
34182 \family default
34183  soporta todas las características de las versiones actuales de PDF, es
34184  rápido y estable.
34185  El programa 
34186 \family typewriter
34187 dvipdfm
34188 \family default
34189  ya no se desarrolla y está un poco obsoleto.
34190 \end_layout
34191
34192 \begin_layout Standard
34193 La salida en formato PDF se puede ver con el menú 
34194 \family sans
34195 Ver 
34196 \family default
34197 o con el botón
34198 \begin_inset space ~
34199 \end_inset
34200
34201
34202 \begin_inset Graphics
34203         filename ../../images/buffer-view_pdf2.png
34204         scale 85
34205
34206 \end_inset
34207
34208  (que usa 
34209 \family sans
34210 PDF
34211 \begin_inset space ~
34212 \end_inset
34213
34214 (pdflatex)
34215 \family default
34216 ).
34217 \end_layout
34218
34219 \begin_layout Chapter
34220 Explicación de la ecuación
34221 \begin_inset space ~
34222 \end_inset
34223
34224 (
34225 \begin_inset CommandInset ref
34226 LatexCommand ref
34227 reference "eq:Wgn"
34228
34229 \end_inset
34230
34231 )
34232 \begin_inset CommandInset label
34233 LatexCommand label
34234 name "cap:Explicación-de-la-Ecuación"
34235
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \begin_layout Standard
34242 La anchura total de 
34243 \emph on
34244 n
34245 \emph default
34246  celdas de una tabla 
34247 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34248 \end_inset
34249
34250  puede calcularse con
34251 \end_layout
34252
34253 \begin_layout Standard
34254 \begin_inset Formula \begin{equation}
34255 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
34256 \end{equation}
34257
34258 \end_inset
34259
34260
34261 \end_layout
34262
34263 \begin_layout Standard
34264 donde 
34265 \begin_inset Formula $W_{g\, n}$
34266 \end_inset
34267
34268  es el ancho dado de todas las celdas.
34269  
34270 \series bold
34271
34272 \backslash
34273 tabcolsep
34274 \series default
34275  es la longitud LaTeX entre el texto y el borde de la celda, 6
34276 \begin_inset space \thinspace{}
34277 \end_inset
34278
34279 pt por omisión.
34280  
34281 \series bold
34282
34283 \backslash
34284 arrayrulewidth
34285 \series default
34286  es el grosor de línea del borde, 0.4
34287 \begin_inset space \thinspace{}
34288 \end_inset
34289
34290 pt por omisión.
34291 \end_layout
34292
34293 \begin_layout Standard
34294 Procediendo como en la ecuación
34295 \begin_inset space ~
34296 \end_inset
34297
34298
34299 \begin_inset CommandInset ref
34300 LatexCommand eqref
34301 reference "eq:Wtot_n"
34302
34303 \end_inset
34304
34305 , el ancho total de una multicolumna, 
34306 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34307 \end_inset
34308
34309  es
34310 \end_layout
34311
34312 \begin_layout Standard
34313 \begin_inset Formula \begin{equation}
34314 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
34315 \end{equation}
34316
34317 \end_inset
34318
34319
34320 \end_layout
34321
34322 \begin_layout Standard
34323 Igualando las ecuaciones
34324 \begin_inset space ~
34325 \end_inset
34326
34327
34328 \begin_inset CommandInset ref
34329 LatexCommand eqref
34330 reference "eq:Wtot_n"
34331
34332 \end_inset
34333
34334  y 
34335 \begin_inset CommandInset ref
34336 LatexCommand eqref
34337 reference "eq:Wtot_mult"
34338
34339 \end_inset
34340
34341  podemos calcular el ancho dado necesario 
34342 \begin_inset Formula $W_{g\, n}$
34343 \end_inset
34344
34345  cuando se expanden 
34346 \emph on
34347 n
34348 \emph default
34349  columnas, de forma que cada una de ellas tiene una anchura total  
34350 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34351 \end_inset
34352
34353 :
34354 \end_layout
34355
34356 \begin_layout Standard
34357 \begin_inset Formula \begin{equation}
34358 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
34359 \end{equation}
34360
34361 \end_inset
34362
34363
34364 \end_layout
34365
34366 \begin_layout Bibliography
34367 \labelwidthstring Bibliografía
34368 \begin_inset CommandInset bibitem
34369 LatexCommand bibitem
34370 key "latexcompanion"
34371
34372 \end_inset
34373
34374 Frank Mittelbach and Michel Goossens: 
34375 \emph on
34376 The LaTeX Companion Second Edition.
34377
34378 \emph default
34379  Addison-Wesley, 2004
34380 \end_layout
34381
34382 \begin_layout Bibliography
34383 \labelwidthstring Bibliografía
34384 \begin_inset CommandInset bibitem
34385 LatexCommand bibitem
34386 key "latexguide"
34387
34388 \end_inset
34389
34390 Helmut Kopka and Patrick W.
34391  Daly: 
34392 \emph on
34393 A Guide to LaTeX Fourth Edition.
34394
34395 \emph default
34396  Addison-Wesley, 2003
34397 \end_layout
34398
34399 \begin_layout Bibliography
34400 \labelwidthstring Bibliografía
34401 \begin_inset CommandInset bibitem
34402 LatexCommand bibitem
34403 key "latexbook"
34404
34405 \end_inset
34406
34407 Leslie Lamport: 
34408 \emph on
34409 LaTeX: A Document Preparation System.
34410
34411 \emph default
34412  Addison-Wesley, second edition, 1994
34413 \end_layout
34414
34415 \begin_layout Bibliography
34416 \labelwidthstring Bibliografía
34417 \begin_inset CommandInset bibitem
34418 LatexCommand bibitem
34419 key "booktabs"
34420
34421 \end_inset
34422
34423 Documentación del paquete LaTeX 
34424 \series bold
34425
34426 \begin_inset CommandInset href
34427 LatexCommand href
34428 name "booktabs"
34429 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34430
34431 \end_inset
34432
34433
34434 \series default
34435
34436 \begin_inset Index idx
34437 status collapsed
34438
34439 \begin_layout Plain Layout
34440 LaTeX-paquetes ! booktabs
34441 \end_layout
34442
34443 \end_inset
34444
34445
34446 \end_layout
34447
34448 \begin_layout Bibliography
34449 \labelwidthstring Bibliografía
34450 \begin_inset CommandInset bibitem
34451 LatexCommand bibitem
34452 key "caption"
34453
34454 \end_inset
34455
34456 Documentación del paquete LaTeX 
34457 \series bold
34458
34459 \begin_inset CommandInset href
34460 LatexCommand href
34461 name "caption"
34462 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34463
34464 \end_inset
34465
34466
34467 \series default
34468
34469 \begin_inset Index idx
34470 status collapsed
34471
34472 \begin_layout Plain Layout
34473 LaTeX-paquetes ! caption
34474 \end_layout
34475
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \begin_layout Bibliography
34482 \labelwidthstring Bibliografía
34483 \begin_inset CommandInset bibitem
34484 LatexCommand bibitem
34485 key "endfloat"
34486
34487 \end_inset
34488
34489 Documentación del paquete LaTeX 
34490 \series bold
34491
34492 \begin_inset CommandInset href
34493 LatexCommand href
34494 name "endfloat"
34495 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34496
34497 \end_inset
34498
34499
34500 \series default
34501
34502 \begin_inset Index idx
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506 LaTeX-paquetes ! endfloat
34507 \end_layout
34508
34509 \end_inset
34510
34511
34512 \end_layout
34513
34514 \begin_layout Bibliography
34515 \labelwidthstring Bibliografía
34516 \begin_inset CommandInset bibitem
34517 LatexCommand bibitem
34518 key "wrapfig"
34519
34520 \end_inset
34521
34522 Documentación del paquete LaTeX 
34523 \series bold
34524
34525 \begin_inset CommandInset href
34526 LatexCommand href
34527 name "wrapfig"
34528 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34529
34530 \end_inset
34531
34532
34533 \series default
34534
34535 \begin_inset Index idx
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539 LaTeX-paquetes ! wrapfig
34540 \begin_inset ERT
34541 status collapsed
34542
34543 \begin_layout Plain Layout
34544
34545
34546 \backslash
34547 vspace{4mm}
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \end_inset
34556
34557
34558 \end_layout
34559
34560 \begin_layout Bibliography
34561 \labelwidthstring Bibliografía
34562 \begin_inset CommandInset bibitem
34563 LatexCommand bibitem
34564 key "footmisc"
34565
34566 \end_inset
34567
34568 Documentación del paquete LaTeX 
34569 \series bold
34570
34571 \begin_inset CommandInset href
34572 LatexCommand href
34573 name "footmisc"
34574 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34575
34576 \end_inset
34577
34578
34579 \series default
34580
34581 \begin_inset Index idx
34582 status collapsed
34583
34584 \begin_layout Plain Layout
34585 LaTeX-paquetes ! footmisc
34586 \end_layout
34587
34588 \end_inset
34589
34590
34591 \end_layout
34592
34593 \begin_layout Bibliography
34594 \labelwidthstring Bibliografía
34595 \begin_inset CommandInset bibitem
34596 LatexCommand bibitem
34597 key "hypcap"
34598
34599 \end_inset
34600
34601 Documentación del paquete LaTeX 
34602 \series bold
34603
34604 \begin_inset CommandInset href
34605 LatexCommand href
34606 name "hypcap"
34607 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34608
34609 \end_inset
34610
34611
34612 \series default
34613
34614 \begin_inset Index idx
34615 status collapsed
34616
34617 \begin_layout Plain Layout
34618 LaTeX-paquetes ! hyperref
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \end_layout
34625
34626 \begin_layout Bibliography
34627 \labelwidthstring Bibliografía
34628 \begin_inset CommandInset bibitem
34629 LatexCommand bibitem
34630 key "hyperref"
34631
34632 \end_inset
34633
34634 Documentación del paquete LaTeX 
34635 \series bold
34636
34637 \begin_inset CommandInset href
34638 LatexCommand href
34639 name "hyperref"
34640 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34641
34642 \end_inset
34643
34644
34645 \series default
34646
34647 \begin_inset Index idx
34648 status collapsed
34649
34650 \begin_layout Plain Layout
34651 LaTeX-paquetes ! hyperref
34652 \end_layout
34653
34654 \end_inset
34655
34656
34657 \end_layout
34658
34659 \begin_layout Bibliography
34660 \labelwidthstring Bibliografía
34661 \begin_inset CommandInset bibitem
34662 LatexCommand bibitem
34663 key "KOMA-Script"
34664
34665 \end_inset
34666
34667 Documentación del paquete LaTeX 
34668 \series bold
34669
34670 \begin_inset CommandInset href
34671 LatexCommand href
34672 name "KOMA-Script"
34673 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34674
34675 \end_inset
34676
34677
34678 \series default
34679
34680 \begin_inset Index idx
34681 status collapsed
34682
34683 \begin_layout Plain Layout
34684 LaTeX-paquetes ! KOMA-Script
34685 \end_layout
34686
34687 \end_inset
34688
34689
34690 \end_layout
34691
34692 \begin_layout Bibliography
34693 \labelwidthstring Bibliografía
34694 \begin_inset CommandInset bibitem
34695 LatexCommand bibitem
34696 key "listings"
34697
34698 \end_inset
34699
34700 Documentación del paquete LaTeX 
34701 \series bold
34702
34703 \begin_inset CommandInset href
34704 LatexCommand href
34705 name "listings"
34706 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34707
34708 \end_inset
34709
34710
34711 \series default
34712
34713 \begin_inset Index idx
34714 status collapsed
34715
34716 \begin_layout Plain Layout
34717 LaTeX-paquetes ! listings
34718 \end_layout
34719
34720 \end_inset
34721
34722
34723 \end_layout
34724
34725 \begin_layout Bibliography
34726 \labelwidthstring Bibliografía
34727 \begin_inset CommandInset bibitem
34728 LatexCommand bibitem
34729 key "marginnote"
34730
34731 \end_inset
34732
34733 Documentación del paquete LaTeX 
34734 \series bold
34735
34736 \begin_inset CommandInset href
34737 LatexCommand href
34738 name "marginnote"
34739 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34740
34741 \end_inset
34742
34743
34744 \series default
34745
34746 \begin_inset Index idx
34747 status collapsed
34748
34749 \begin_layout Plain Layout
34750 LaTeX-paquetes ! marginnote
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \begin_layout Bibliography
34759 \labelwidthstring Bibliografía
34760 \begin_inset CommandInset bibitem
34761 LatexCommand bibitem
34762 key "pstricks"
34763
34764 \end_inset
34765
34766 Página web del paquete LaTeX 
34767 \series bold
34768
34769 \begin_inset CommandInset href
34770 LatexCommand href
34771 name "PSTricks"
34772 target "http://tug.org/PSTricks/"
34773
34774 \end_inset
34775
34776
34777 \series default
34778
34779 \begin_inset Index idx
34780 status collapsed
34781
34782 \begin_layout Plain Layout
34783 LaTeX-paquetes ! PSTricks
34784 \end_layout
34785
34786 \end_inset
34787
34788
34789 \end_layout
34790
34791 \begin_layout Bibliography
34792 \labelwidthstring Bibliografía
34793 \begin_inset CommandInset bibitem
34794 LatexCommand bibitem
34795 key "sidecap"
34796
34797 \end_inset
34798
34799 Documentación del paquete LaTeX 
34800 \series bold
34801
34802 \begin_inset CommandInset href
34803 LatexCommand href
34804 name "sidecap"
34805 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34806
34807 \end_inset
34808
34809
34810 \series default
34811
34812 \begin_inset Index idx
34813 status collapsed
34814
34815 \begin_layout Plain Layout
34816 LaTeX-paquetes ! sidecap
34817 \end_layout
34818
34819 \end_inset
34820
34821
34822 \end_layout
34823
34824 \begin_layout Bibliography
34825 \labelwidthstring Bibliografía
34826 \begin_inset CommandInset bibitem
34827 LatexCommand bibitem
34828 key "prettyref"
34829
34830 \end_inset
34831
34832 Documentación del paquete LaTeX 
34833 \series bold
34834
34835 \begin_inset CommandInset href
34836 LatexCommand href
34837 name "prettyref"
34838 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34839
34840 \end_inset
34841
34842
34843 \series default
34844
34845 \begin_inset Index idx
34846 status collapsed
34847
34848 \begin_layout Plain Layout
34849 LaTeX-paquetes ! prettyref
34850 \end_layout
34851
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \begin_layout Bibliography
34858 \labelwidthstring Bibliografía
34859 \begin_inset CommandInset bibitem
34860 LatexCommand bibitem
34861 key "refstyle"
34862
34863 \end_inset
34864
34865 Documentación del paquete LaTeX 
34866 \series bold
34867
34868 \begin_inset CommandInset href
34869 LatexCommand href
34870 name "refstyle"
34871 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
34872
34873 \end_inset
34874
34875
34876 \series default
34877
34878 \begin_inset Index idx
34879 status collapsed
34880
34881 \begin_layout Plain Layout
34882 LaTeX-paquetes ! refstyle
34883 \end_layout
34884
34885 \end_inset
34886
34887
34888 \end_layout
34889
34890 \begin_layout Bibliography
34891 \labelwidthstring Bibliografía
34892 \begin_inset CommandInset bibitem
34893 LatexCommand bibitem
34894 key "NewInLyX20"
34895
34896 \end_inset
34897
34898
34899 \begin_inset CommandInset href
34900 LatexCommand href
34901 name "Página wiki"
34902 target "http://wiki.lyx.org/LyX/NewInLyX20"
34903
34904 \end_inset
34905
34906  sobre características nuevas para la versión 
34907 \family sans
34908 LyX
34909 \begin_inset space ~
34910 \end_inset
34911
34912 2.0
34913 \family default
34914 .
34915 \end_layout
34916
34917 \begin_layout Standard
34918 \begin_inset CommandInset index_print
34919 LatexCommand printindex
34920 type "idx"
34921
34922 \end_inset
34923
34924
34925 \end_layout
34926
34927 \end_body
34928 \end_document