]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx:
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.0.0beta1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 408
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % increase the bottom float placement fraction
60 \renewcommand{\bottomfraction}{0.5}
61
62 % avoids that floats are placed before their
63 % corresponding section starts
64 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
65
66 % speed up the longtable calculation
67 \setcounter{LTchunksize}{100}
68
69 % used for scaled and rotated boxes
70 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
71
72 % used for colored tables
73 \@ifundefined{textcolor}
74  {\usepackage{color}}{}
75 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
76 \definecolor{grisclaro}{gray}{0.8}
77
78 % check for package colortbl
79 % used for colored table cells
80 \newboolean{colortbl}
81 \IfFileExists{colortbl.sty}
82  {\usepackage{colortbl}
83   \setboolean{colortbl}{true}}
84  {\setboolean{colortbl}{false}}
85
86 % used for book-style tables
87 \usepackage{booktabs}
88
89 % used to have extra space in table cells
90 \@ifundefined{extrarowheight}
91  {\usepackage{array}}{}
92 \setlength{\extrarowheight}{2pt}
93
94 % used for customized tables
95 % ---
96 \newcolumntype{M}[1]
97  {>{\centering\hspace{0pt}}m{#1}}
98
99 \newcolumntype{S}[2]
100  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
101
102 \newcolumntype{K}[1]
103  {>{\columncolor{#1}\hspace{0pt}}c}
104
105 \newcolumntype{V}{!{\vrule width 1.5pt}}
106
107 \newcolumntype{W}{!{\color{green}\vline}}
108 % ---
109
110
111 % insert additional vertical space of
112 % 1.5 mm between footnotes
113 \let\myFoot\footnote
114 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
115
116 % number algorithm floats within chapters
117 \numberwithin{algorithm}{chapter}
118 % en español
119 \floatname{algorithm}{Algoritmo}
120
121
122 % ------------------------------------
123 % used to check for needed LaTeX packages
124 \usepackage{ifthen}
125
126 % check for package arydshln
127 % used for tables with dashed lines
128 \newboolean{arydshln}
129 \IfFileExists{arydshln.sty}
130  {\usepackage{arydshln}
131   \setboolean{arydshln}{true}}
132  {\setboolean{arydshln}{false}}
133
134 % check for package marginnote
135 % used for margin notes
136 \newboolean{marginnote}
137 \IfFileExists{marginnote.sty}
138  {\usepackage{marginnote}
139   \let\marginpar\marginnote
140   \setboolean{marginnote}{true}}
141  {\setboolean{marginnote}{false}}
142
143 % check for package sidecap
144 % used for captions on the side
145 \newboolean{sidecap}
146 \IfFileExists{sidecap.sty}
147  {\usepackage{sidecap}
148   \setboolean{sidecap}{true}}
149  {\setboolean{sidecap}{false}}
150
151 % redefine the \LyX macro for PDF bookmarks
152 \def\LyX{\texorpdfstring{%
153   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
154   {LyX}}
155
156 % to translate the listing label
157 % para traducir la etiqueta listing
158 \renewcommand{\lstlistingname}{Listado}
159 \end_preamble
160 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
161 \use_default_options false
162 \maintain_unincluded_children false
163 \language spanish
164 \inputencoding auto
165 \fontencoding global
166 \font_roman default
167 \font_sans default
168 \font_typewriter default
169 \font_default_family default
170 \use_xetex false
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100
174 \font_tt_scale 100
175
176 \graphics default
177 \default_output_format default
178 \output_sync 0
179 \bibtex_command default
180 \index_command default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
185 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref false
196 \pdf_pdfusetitle false
197 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
198 \papersize default
199 \use_geometry false
200 \use_amsmath 2
201 \use_esint 0
202 \use_mhchem 1
203 \use_mathdots 1
204 \cite_engine basic
205 \use_bibtopic false
206 \use_indices false
207 \paperorientation portrait
208 \suppress_date false
209 \use_refstyle 0
210 \notefontcolor #0000ff
211 \index Índice
212 \shortcut idx
213 \color #008000
214 \end_index
215 \secnumdepth 3
216 \tocdepth 3
217 \paragraph_separation skip
218 \defskip medskip
219 \quotes_language french
220 \papercolumns 1
221 \papersides 2
222 \paperpagestyle default
223 \bullet 1 1 34 -1
224 \bullet 2 2 35 -1
225 \bullet 3 2 7 -1
226 \tracking_changes false
227 \output_changes false
228 \html_math_output 0
229 \html_be_strict false
230 \end_header
231
232 \begin_body
233
234 \begin_layout Title
235 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
236  en LyX
237 \end_layout
238
239 \begin_layout Author
240 por el Equipo LyX
241 \begin_inset Foot
242 status collapsed
243
244 \begin_layout Plain Layout
245 \noindent
246 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
247  de Documentación de LyX: 
248 \begin_inset CommandInset href
249 LatexCommand href
250 name "lyx-docs@lists.lyx.org"
251 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
252 type "mailto:"
253
254 \end_inset
255
256
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 Autor: Uwe Stöhr
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Note Note
273 status collapsed
274
275 \begin_layout Plain Layout
276 Traducción de: Ignacio García
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \family sans
291 Versión 2.0.x
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset CommandInset toc
296 LatexCommand tableofcontents
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Note Note
305 status collapsed
306
307 \begin_layout Plain Layout
308 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
309  estar instalados los paquetes LaTeX 
310 \series bold
311 arydshln
312 \series default
313
314 \series bold
315 colortbl
316 \series default
317
318 \series bold
319 marginnote
320 \series default
321  y 
322 \series bold
323 sidecap
324 \series default
325 .
326  Si no están instalados, también podrás exportar el documento, pero las
327  secciones en que dichos paquetes son necesarios no aparecen en la salida.
328 \end_layout
329
330 \begin_layout Plain Layout
331 La última versión en PDF de este documento puede encontrarse aquí:
332 \series bold
333
334 \begin_inset Newline newline
335 \end_inset
336
337 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
338 \end_layout
339
340 \end_inset
341
342
343 \end_layout
344
345 \begin_layout Chapter
346 Figuras
347 \begin_inset Index idx
348 status collapsed
349
350 \begin_layout Plain Layout
351 Figuras
352 \end_layout
353
354 \end_inset
355
356
357 \begin_inset Index idx
358 status collapsed
359
360 \begin_layout Plain Layout
361 Gráficos|see
362 \begin_inset ERT
363 status collapsed
364
365 \begin_layout Plain Layout
366
367 {
368 \end_layout
369
370 \end_inset
371
372 Figuras
373 \begin_inset ERT
374 status collapsed
375
376 \begin_layout Plain Layout
377
378 }
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \begin_layout Section
392 Diálogo de gráficos
393 \begin_inset CommandInset label
394 LatexCommand label
395 name "sec:Diálogo-Gráficos"
396
397 \end_inset
398
399
400 \begin_inset Index idx
401 status collapsed
402
403 \begin_layout Plain Layout
404 Figuras ! Diálogo de gráficos
405 \end_layout
406
407 \end_inset
408
409
410 \end_layout
411
412 \begin_layout Standard
413 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
414  texto que desees y haz clic en el icono 
415 \begin_inset Graphics
416         filename ../../images/dialog-show-new-inset_graphics.png
417         scale 85
418
419 \end_inset
420
421  o en el menú 
422 \family sans
423 Insertar\SpecialChar \menuseparator
424 Imagen
425 \family default
426 .
427  Aparecerá un diálogo para escoger el archivo a cargar.
428  La imagen aparecerá en el archivo de salida exactamente en la misma posición
429  en la que la has colocado.
430 \end_layout
431
432 \begin_layout Standard
433 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
434  una imagen.
435  Este diálogo tiene tres pestañas:
436 \end_layout
437
438 \begin_layout Description
439 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
440  presentación en LyX y en la salida.
441  En el apéndice
442 \begin_inset space ~
443 \end_inset
444
445
446 \begin_inset CommandInset ref
447 LatexCommand ref
448 reference "cap:Unidades-disponibles-en"
449
450 \end_inset
451
452  se detallan las unidades disponibles para el tamaño del gráfico.
453 \begin_inset Newline newline
454 \end_inset
455
456
457 \begin_inset Index idx
458 status collapsed
459
460 \begin_layout Plain Layout
461 Figuras ! Rotar
462 \end_layout
463
464 \end_inset
465
466 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
467  un ángulo y un origen de rotación.
468  La imagen también gira en LyX.
469 \begin_inset Newline newline
470 \end_inset
471
472
473 \begin_inset Index idx
474 status collapsed
475
476 \begin_layout Plain Layout
477 Figuras ! Escalar
478 \end_layout
479
480 \end_inset
481
482 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
483  la altura y la anchura.
484  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
485  automáticamente.
486  Si fijas ambas dimensiones
487 \family sans
488 ,
489 \family default
490  la imagen se adaptará a ellas, posiblemente distorsionada.
491  Para evitar distorsión en la imagen marca la opción 
492 \family sans
493 Mantener
494 \begin_inset space ~
495 \end_inset
496
497 proporción
498 \family default
499 .
500  En ese caso la imagen será escalada de forma que su anchura y su altura
501  no excedan de las dimensiones especificadas.
502 \begin_inset Newline newline
503 \end_inset
504
505 Las imágenes se pueden abrir en el programa de tu elección con la entrada
506  
507 \family sans
508  Editar
509 \begin_inset space ~
510 \end_inset
511
512  externamente
513 \family default
514  del menú contextual que aparece al hacer clic derecho sobre la imagen.
515  Los programas visor y editor para cada formato de imagen se pueden establecer
516  en la configuración de formatos de archivo de las preferencias de LyX.
517 \end_layout
518
519 \begin_layout Description
520 Recorte Alternativamente al escalado, es posible establecer las coordenadas
521  de la imagen para ajustar su altura y anchura en la salida.
522  Además, las coordenadas se pueden calcular automáticamente pinchando el
523  botón 
524 \family sans
525 Obtener
526 \begin_inset space ~
527 \end_inset
528
529 de
530 \begin_inset space ~
531 \end_inset
532
533 archivo
534 \family default
535 .
536  El botón 
537 \family sans
538 Recortar
539 \begin_inset space ~
540 \end_inset
541
542 al
543 \begin_inset space ~
544 \end_inset
545
546 cuadro
547 \begin_inset space ~
548 \end_inset
549
550 delimitador
551 \family default
552  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
553 as.
554  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
555 \end_layout
556
557 \begin_layout Description
558 Opciones
559 \begin_inset space ~
560 \end_inset
561
562 de
563 \begin_inset space ~
564 \end_inset
565
566 LaTeX
567 \begin_inset space ~
568 \end_inset
569
570 y
571 \begin_inset space ~
572 \end_inset
573
574 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
575  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
576 \begin_inset Newline newline
577 \end_inset
578
579 La opción 
580 \family sans
581 Modo
582 \begin_inset space ~
583 \end_inset
584
585 borrador
586 \family default
587  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
588 \begin_inset Newline newline
589 \end_inset
590
591 La opción 
592 \family sans
593 No
594 \begin_inset space ~
595 \end_inset
596
597 descomprimir
598 \begin_inset space ~
599 \end_inset
600
601 al
602 \begin_inset space ~
603 \end_inset
604
605 exportar
606 \family default
607  sólo afecta a los gráficos EPS comprimidos, p.
608 \begin_inset space \thinspace{}
609 \end_inset
610
611 e.
612 \begin_inset space ~
613 \end_inset
614
615
616 \emph on
617 x.eps.gz
618 \emph default
619 .
620  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
621  puesto que LaTeX puede manejarlas como están.
622 \begin_inset Newline newline
623 \end_inset
624
625 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
626  utiliza PostScript como formato de salida, véase apéndice
627 \begin_inset space ~
628 \end_inset
629
630
631 \begin_inset CommandInset ref
632 LatexCommand ref
633 reference "sec:PostScript"
634
635 \end_inset
636
637 .
638  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
639  o en consola de Windows:
640 \begin_inset Newline newline
641 \end_inset
642
643
644 \series bold
645 gzip x.eps
646 \series default
647
648 \begin_inset Newline newline
649 \end_inset
650
651
652 \series bold
653 zgrep %%Bounding x.eps.gz > x.eps.bb
654 \series default
655
656 \begin_inset Newline newline
657 \end_inset
658
659 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
660  LaTeX para gráficos comprimidos.
661 \begin_inset Newline newline
662 \end_inset
663
664 El campo 
665 \family sans
666 Nombre
667 \begin_inset space ~
668 \end_inset
669
670 de
671 \begin_inset space ~
672 \end_inset
673
674 grupo
675 \family default
676  permite definir un conjunto de ajustes de imagen.
677 \begin_inset Index idx
678 status collapsed
679
680 \begin_layout Plain Layout
681 Figuras ! Agrupación de ajustes
682 \end_layout
683
684 \end_inset
685
686  Las imágenes incluidas en un grupo comparten sus características, de modo
687  que al modificar las de una imagen del grupo se modifican igualmente las
688  de las demás imágenes del grupo.
689  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
690  necesidad de hacerlo individualmente para cada una de ellas.
691  Además se puede integrar una imagen en un grupo existente marcando el nombre
692  del mismo en el menú contextual de la imagen.
693  
694 \end_layout
695
696 \begin_layout Standard
697 \begin_inset VSpace bigskip
698 \end_inset
699
700
701 \end_layout
702
703 \begin_layout Standard
704 Esto es un ejemplo de imagen en formato EPS
705 \begin_inset Foot
706 status collapsed
707
708 \begin_layout Plain Layout
709 Los formatos de imagen se explican en el sección
710 \begin_inset space ~
711 \end_inset
712
713
714 \begin_inset CommandInset ref
715 LatexCommand ref
716 reference "sec:Formatos-de-imagen"
717
718 \end_inset
719
720 .
721 \end_layout
722
723 \end_inset
724
725  en un párrafo separado centrado horizontalmente:
726 \end_layout
727
728 \begin_layout Standard
729 \align center
730 \begin_inset Graphics
731         filename ../clipart/mobius.eps
732         scale 70
733         clip
734         rotateOrigin center
735
736 \end_inset
737
738
739 \end_layout
740
741 \begin_layout Standard
742 Esta es la misma imagen pero en modo borrador:
743 \end_layout
744
745 \begin_layout Standard
746 \align center
747 \begin_inset Graphics
748         filename ../clipart/mobius.eps
749         scale 70
750         draft
751         rotateOrigin center
752
753 \end_inset
754
755
756 \begin_inset Newpage newpage
757 \end_inset
758
759
760 \end_layout
761
762 \begin_layout Section
763 Figuras flotantes
764 \begin_inset CommandInset label
765 LatexCommand label
766 name "sec:Figuras-Flotantes"
767
768 \end_inset
769
770
771 \begin_inset Index idx
772 status collapsed
773
774 \begin_layout Plain Layout
775 Flotantes ! Figuras
776 \end_layout
777
778 \end_inset
779
780
781 \begin_inset Index idx
782 status collapsed
783
784 \begin_layout Plain Layout
785 Figuras ! Flotantes
786 \end_layout
787
788 \end_inset
789
790
791 \end_layout
792
793 \begin_layout Standard
794 Para información general sobre flotantes, echa una ojeada a la sección
795 \begin_inset space ~
796 \end_inset
797
798
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "sec:Introducción-Flotantes"
802
803 \end_inset
804
805 .
806 \end_layout
807
808 \begin_layout Standard
809 El botón 
810 \begin_inset Graphics
811         filename ../../images/float-insert_figure.png
812         scale 85
813
814 \end_inset
815
816  y el menú 
817 \family sans
818 Insertar\SpecialChar \menuseparator
819 Flotante\SpecialChar \menuseparator
820 Figura
821 \family default
822  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
823  La imagen se puede insertar sobre la leyenda, como en la figura
824 \begin_inset space ~
825 \end_inset
826
827
828 \begin_inset CommandInset ref
829 LatexCommand ref
830 reference "fig:kill-plat"
831
832 \end_inset
833
834 , o bajo ella, como en la figura
835 \begin_inset space ~
836 \end_inset
837
838
839 \begin_inset CommandInset ref
840 LatexCommand ref
841 reference "fig:escher"
842
843 \end_inset
844
845 .
846  Más información sobre ubicación de leyendas en la sección
847 \begin_inset space ~
848 \end_inset
849
850
851 \begin_inset CommandInset ref
852 LatexCommand ref
853 reference "sec:Colocación-de-leyendas"
854
855 \end_inset
856
857 .
858 \end_layout
859
860 \begin_layout Standard
861 \begin_inset Float figure
862 wide false
863 sideways false
864 status open
865
866 \begin_layout Plain Layout
867 \align center
868 \begin_inset Graphics
869         filename ../clipart/platypus.eps
870         width 50col%
871         rotateOrigin center
872
873 \end_inset
874
875
876 \end_layout
877
878 \begin_layout Plain Layout
879 \begin_inset Caption
880
881 \begin_layout Plain Layout
882 \begin_inset CommandInset label
883 LatexCommand label
884 name "fig:kill-plat"
885
886 \end_inset
887
888 Un ornitorrinco muy distorsionado en un flotante.
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \end_inset
897
898
899 \end_layout
900
901 \begin_layout Standard
902 \begin_inset Float figure
903 wide false
904 sideways false
905 status open
906
907 \begin_layout Plain Layout
908 \begin_inset Caption
909
910 \begin_layout Plain Layout
911 \begin_inset CommandInset label
912 LatexCommand label
913 name "fig:escher"
914
915 \end_inset
916
917 M.C.
918  Escher en ácido.
919 \end_layout
920
921 \end_inset
922
923
924 \end_layout
925
926 \begin_layout Plain Layout
927 \align center
928 \begin_inset Graphics
929         filename ../clipart/escher-lsd.eps
930         scale 80
931         rotateOrigin center
932
933 \end_inset
934
935
936 \end_layout
937
938 \end_inset
939
940
941 \end_layout
942
943 \begin_layout Standard
944 \begin_inset Index idx
945 status collapsed
946
947 \begin_layout Plain Layout
948 Referencias ! a figuras
949 \end_layout
950
951 \end_inset
952
953 Las figuras
954 \begin_inset space ~
955 \end_inset
956
957
958 \begin_inset CommandInset ref
959 LatexCommand ref
960 reference "fig:kill-plat"
961
962 \end_inset
963
964  y 
965 \begin_inset CommandInset ref
966 LatexCommand ref
967 reference "fig:escher"
968
969 \end_inset
970
971  son ejemplos de figuras con referencias cruzadas.
972  Las figuras pueden tener referencias cruzadas en el documento mediante
973  referencia a su etiqueta.
974  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
975 \family sans
976 Insertar\SpecialChar \menuseparator
977 Etiqueta
978 \family default
979  o el botón 
980 \begin_inset Graphics
981         filename ../../images/label-insert.png
982         scale 85
983
984 \end_inset
985
986 .
987  Ahora puedes referirte a la etiqueta usando el menú 
988 \family sans
989 Insertar\SpecialChar \menuseparator
990 Referencia
991 \begin_inset space ~
992 \end_inset
993
994 cruzada
995 \family default
996  o el botón 
997 \begin_inset Graphics
998         filename ../../images/dialog-show-new-inset_ref.png
999         scale 85
1000
1001 \end_inset
1002
1003 .
1004  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1005  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1006  en el documento final, podría no quedar «arriba» precisamente.
1007 \begin_inset Newline newline
1008 \end_inset
1009
1010 Las referencias se explican con detalle en la sección
1011 \begin_inset space ~
1012 \end_inset
1013
1014
1015 \begin_inset CommandInset ref
1016 LatexCommand ref
1017 reference "sec:Referencias-a-Flotantes"
1018
1019 \end_inset
1020
1021 .
1022 \end_layout
1023
1024 \begin_layout Standard
1025 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1026  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1027  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1028  existente.
1029  La figura
1030 \begin_inset space ~
1031 \end_inset
1032
1033
1034 \begin_inset CommandInset ref
1035 LatexCommand ref
1036 reference "fig:Dos-imágenes-distorsionadas"
1037
1038 \end_inset
1039
1040  es un ejemplo de figura flotante con dos imágenes adosadas.
1041  También se pueden poner una sobre otra.
1042  Las subfiguras son
1043 \begin_inset space ~
1044 \end_inset
1045
1046
1047 \begin_inset CommandInset ref
1048 LatexCommand ref
1049 reference "fig:Estructura-indefinible"
1050
1051 \end_inset
1052
1053  y
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "fig:Ornitorrinco"
1061
1062 \end_inset
1063
1064 .
1065 \end_layout
1066
1067 \begin_layout Standard
1068 \begin_inset Float figure
1069 wide false
1070 sideways false
1071 status open
1072
1073 \begin_layout Plain Layout
1074 \begin_inset space \hfill{}
1075 \end_inset
1076
1077
1078 \begin_inset Float figure
1079 wide false
1080 sideways false
1081 status open
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "fig:Estructura-indefinible"
1090
1091 \end_inset
1092
1093 Estructura indefinible
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \begin_layout Plain Layout
1102 \begin_inset Graphics
1103         filename ../clipart/escher-lsd.eps
1104         width 45col%
1105         groupId distorsionadas
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \end_inset
1113
1114
1115 \begin_inset space \hfill{}
1116 \end_inset
1117
1118
1119 \begin_inset Float figure
1120 wide false
1121 sideways false
1122 status open
1123
1124 \begin_layout Plain Layout
1125 \begin_inset Caption
1126
1127 \begin_layout Plain Layout
1128 \begin_inset CommandInset label
1129 LatexCommand label
1130 name "fig:Ornitorrinco"
1131
1132 \end_inset
1133
1134 Ornitorrinco
1135 \end_layout
1136
1137 \end_inset
1138
1139
1140 \end_layout
1141
1142 \begin_layout Plain Layout
1143 \begin_inset Graphics
1144         filename ../clipart/platypus.eps
1145         width 45col%
1146         groupId distorsionadas
1147
1148 \end_inset
1149
1150
1151 \end_layout
1152
1153 \end_inset
1154
1155
1156 \begin_inset space \hfill{}
1157 \end_inset
1158
1159
1160 \end_layout
1161
1162 \begin_layout Plain Layout
1163 \begin_inset Caption
1164
1165 \begin_layout Plain Layout
1166 \begin_inset CommandInset label
1167 LatexCommand label
1168 name "fig:Dos-imágenes-distorsionadas"
1169
1170 \end_inset
1171
1172 Dos imágenes distorsionadas.
1173  Ambas están en el grupo llamado «distorsionadas».
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \end_layout
1180
1181 \end_inset
1182
1183
1184 \begin_inset Newpage newpage
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \begin_layout Section
1191 Formatos de imagen
1192 \begin_inset CommandInset label
1193 LatexCommand label
1194 name "sec:Formatos-de-imagen"
1195
1196 \end_inset
1197
1198
1199 \begin_inset Index idx
1200 status collapsed
1201
1202 \begin_layout Plain Layout
1203 Formatos de imagen
1204 \end_layout
1205
1206 \end_inset
1207
1208
1209 \begin_inset Index idx
1210 status collapsed
1211
1212 \begin_layout Plain Layout
1213 Figuras ! Formatos de imagen
1214 \end_layout
1215
1216 \end_inset
1217
1218
1219 \end_layout
1220
1221 \begin_layout Standard
1222 Puedes insertar imágenes en cualquier formato.
1223  Pero como se explica en el apéndice
1224 \begin_inset space ~
1225 \end_inset
1226
1227
1228 \begin_inset CommandInset ref
1229 LatexCommand ref
1230 reference "cap:Formatos-de-Archivos-de-Salida"
1231
1232 \end_inset
1233
1234 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1235  de archivo de imagen.
1236  Por eso LyX usa el programa 
1237 \family typewriter
1238 ImageMagick
1239 \family default
1240  en segundo plano para convertir imágenes al formato adecuado.
1241  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1242  los formatos de imagen admitidos en el formato de archivo de salida.
1243  Los formatos de salida se explican en el apéndice
1244 \begin_inset space ~
1245 \end_inset
1246
1247
1248 \begin_inset CommandInset ref
1249 LatexCommand ref
1250 reference "cap:Formatos-de-Archivos-de-Salida"
1251
1252 \end_inset
1253
1254 .
1255 \end_layout
1256
1257 \begin_layout Standard
1258 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1259 \end_layout
1260
1261 \begin_layout Description
1262 Imágenes
1263 \begin_inset space ~
1264 \end_inset
1265
1266 mapa
1267 \begin_inset space ~
1268 \end_inset
1269
1270 de
1271 \begin_inset space ~
1272 \end_inset
1273
1274 bits
1275 \begin_inset space ~
1276 \end_inset
1277
1278 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1279  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1280  de zoom.
1281  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1282  Format» (GIF, extensión «
1283 \family typewriter
1284 .gif
1285 \family default
1286 »)
1287 \begin_inset Index idx
1288 status collapsed
1289
1290 \begin_layout Plain Layout
1291 GIF|see
1292 \begin_inset ERT
1293 status collapsed
1294
1295 \begin_layout Plain Layout
1296
1297 {
1298 \end_layout
1299
1300 \end_inset
1301
1302 Formatos de imagen
1303 \begin_inset ERT
1304 status collapsed
1305
1306 \begin_layout Plain Layout
1307
1308 }
1309 \end_layout
1310
1311 \end_inset
1312
1313
1314 \end_layout
1315
1316 \end_inset
1317
1318 , «Portable Network Graphics» (PNG, extensión «
1319 \family typewriter
1320 .png
1321 \family default
1322 »)
1323 \begin_inset Index idx
1324 status collapsed
1325
1326 \begin_layout Plain Layout
1327 PNG|see
1328 \begin_inset ERT
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332
1333 {
1334 \end_layout
1335
1336 \end_inset
1337
1338 Formatos de imagen
1339 \begin_inset ERT
1340 status collapsed
1341
1342 \begin_layout Plain Layout
1343
1344 }
1345 \end_layout
1346
1347 \end_inset
1348
1349
1350 \end_layout
1351
1352 \end_inset
1353
1354 , y «Joint Photographic Experts Group» (JPG, extensión «
1355 \family typewriter
1356 .jpg
1357 \family default
1358 » o «
1359 \family typewriter
1360 .jpeg
1361 \family default
1362 »)
1363 \begin_inset Index idx
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367 JPG|see
1368 \begin_inset ERT
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372
1373 {
1374 \end_layout
1375
1376 \end_inset
1377
1378 Formatos de imagen
1379 \begin_inset ERT
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383
1384 }
1385 \end_layout
1386
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \end_inset
1393
1394 .
1395 \end_layout
1396
1397 \begin_layout Description
1398 Imágenes
1399 \begin_inset space ~
1400 \end_inset
1401
1402 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1403 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1404  La posibilidad de escalado hace falta para crear presentaciones, porque
1405  éstas siempre son escaladas por el proyector.
1406  El escalado también es útil en los documentos en línea para permitir el
1407  zoom en diagramas.
1408 \begin_inset Newline newline
1409 \end_inset
1410
1411 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1412  extensión «
1413 \family typewriter
1414 .svg
1415 \family default
1416 »)
1417 \begin_inset Index idx
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421 SVG|see
1422 \begin_inset ERT
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426
1427 {
1428 \end_layout
1429
1430 \end_inset
1431
1432 Formatos de imagen
1433 \begin_inset ERT
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437
1438 }
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \end_layout
1445
1446 \end_inset
1447
1448 , «Encapsulated PostScript» (EPS, extensión «
1449 \family typewriter
1450 .eps
1451 \family default
1452 »)
1453 \begin_inset Index idx
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457 EPS|see
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 {
1464 \end_layout
1465
1466 \end_inset
1467
1468 Formatos de imagen
1469 \begin_inset ERT
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473
1474 }
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \end_layout
1481
1482 \end_inset
1483
1484 , «Portable Document Format» (PDF, extensión «
1485 \family typewriter
1486 .pdf
1487 \family default
1488 »)
1489 \begin_inset Index idx
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493 PDF|see
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 {
1500 \end_layout
1501
1502 \end_inset
1503
1504 Formatos de imagen
1505 \begin_inset ERT
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509
1510 }
1511 \end_layout
1512
1513 \end_inset
1514
1515
1516 \end_layout
1517
1518 \end_inset
1519
1520 , y «Windows Metafile» (WMF, extensión «
1521 \family typewriter
1522 .wmf
1523 \family default
1524 »)
1525 \begin_inset Index idx
1526 status collapsed
1527
1528 \begin_layout Plain Layout
1529 WMF|see
1530 \begin_inset ERT
1531 status collapsed
1532
1533 \begin_layout Plain Layout
1534
1535 {
1536 \end_layout
1537
1538 \end_inset
1539
1540 Formatos de imagen
1541 \begin_inset ERT
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 }
1547 \end_layout
1548
1549 \end_inset
1550
1551
1552 \end_layout
1553
1554 \end_inset
1555
1556 .
1557  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1558  a PDF o EPS y el resultado será todavía una imagen bitmap.
1559  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1560  a la imagen original.
1561 \begin_inset Foot
1562 status collapsed
1563
1564 \begin_layout Plain Layout
1565 En el caso de PDF, además se comprime la imagen original.
1566 \end_layout
1567
1568 \end_inset
1569
1570  Por ejemplo, los archivos PDF generados por 
1571 \family typewriter
1572 Adobe Photoshop
1573 \family default
1574  son imágenes bitmap.
1575 \end_layout
1576
1577 \begin_layout Standard
1578 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1579  al contrario.
1580  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1581  archivos de salida PDF y PostScript, respectivamente.
1582  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1583  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1584 \begin_inset Formula $\to$
1585 \end_inset
1586
1587  PDF/EPS.
1588 \end_layout
1589
1590 \begin_layout Chapter
1591 Tablas
1592 \begin_inset Index idx
1593 status collapsed
1594
1595 \begin_layout Plain Layout
1596 Tablas
1597 \end_layout
1598
1599 \end_inset
1600
1601
1602 \end_layout
1603
1604 \begin_layout Section
1605 Introducción
1606 \begin_inset Index idx
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610 Tablas ! Introducción
1611 \end_layout
1612
1613 \end_inset
1614
1615
1616 \end_layout
1617
1618 \begin_layout Standard
1619 Puede insertarse una tabla mediante el botón 
1620 \begin_inset Graphics
1621         filename ../../images/tabular-insert.png
1622         scale 85
1623
1624 \end_inset
1625
1626  o el menú 
1627 \family sans
1628 Insertar\SpecialChar \menuseparator
1629 Tabla
1630 \family default
1631 .
1632  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1633  el número de filas y de columnas de la tabla.
1634  Si usas el menú aparece un diálogo en el que se pide el número de filas
1635  y columnas.
1636  
1637 \begin_inset Newline newline
1638 \end_inset
1639
1640 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1641  fila aparece separada por una línea doble: la línea inferior de la primera
1642  fila y la línea superior de la segunda fila.
1643  Ejemplo de tabla:
1644 \end_layout
1645
1646 \begin_layout Standard
1647 \align center
1648 \begin_inset Tabular
1649 <lyxtabular version="3" rows="4" columns="4">
1650 <features tabularvalignment="middle">
1651 <column alignment="center" valignment="top" width="0">
1652 <column alignment="center" valignment="top" width="0pt">
1653 <column alignment="center" valignment="top" width="0in">
1654 <column alignment="center" valignment="top" width="0pt">
1655 <row>
1656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660
1661 \end_layout
1662
1663 \end_inset
1664 </cell>
1665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1666 \begin_inset Text
1667
1668 \begin_layout Plain Layout
1669
1670 \family roman
1671 \series medium
1672 \shape up
1673 \size normal
1674 \emph off
1675 \bar no
1676 \noun off
1677 \color none
1678 1
1679 \end_layout
1680
1681 \end_inset
1682 </cell>
1683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1684 \begin_inset Text
1685
1686 \begin_layout Plain Layout
1687 2
1688 \end_layout
1689
1690 \end_inset
1691 </cell>
1692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696 3
1697 \end_layout
1698
1699 \end_inset
1700 </cell>
1701 </row>
1702 <row>
1703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707
1708 \family roman
1709 \series medium
1710 \shape up
1711 \size normal
1712 \emph off
1713 \bar no
1714 \noun off
1715 \color none
1716 A
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1740 \begin_inset Text
1741
1742 \begin_layout Plain Layout
1743
1744 \end_layout
1745
1746 \end_inset
1747 </cell>
1748 </row>
1749 <row>
1750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754
1755 \family roman
1756 \series medium
1757 \shape up
1758 \size normal
1759 \emph off
1760 \bar no
1761 \noun off
1762 \color none
1763 B
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \size normal
1783 \noun off
1784 \color none
1785  
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 </row>
1800 <row>
1801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \family roman
1807 \series medium
1808 \shape up
1809 \size normal
1810 \emph off
1811 \bar no
1812 \noun off
1813 \color none
1814 C
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 </lyxtabular>
1848
1849 \end_inset
1850
1851
1852 \end_layout
1853
1854 \begin_layout Section
1855 Diálogo de tablas
1856 \begin_inset Index idx
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860 Tablas ! Diálogo
1861 \end_layout
1862
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \begin_layout Standard
1869 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1870  pinchar sobre ella con el botón derecho del ratón.
1871  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1872  encuentra el cursor.
1873  La mayoría de opciones también trabajan sobre una selección de celdas,
1874  de filas o de columnas.
1875  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1876  su 
1877 \emph on
1878 contenido
1879 \emph default
1880 .
1881 \begin_inset Newline newline
1882 \end_inset
1883
1884
1885 \lang english
1886 With the dialog option 
1887 \family sans
1888 Immediate
1889 \begin_inset space ~
1890 \end_inset
1891
1892 Apply
1893 \family default
1894  every change you make in the dialog is directly applied.
1895  If you move the cursor to another table cell the dialog will then also
1896  be updated with the parameters of the new cell.
1897  If you change length values in the dialog you must press return to get
1898  the change applied.
1899 \lang spanish
1900
1901 \begin_inset Newline newline
1902 \end_inset
1903
1904 En el cuadro de diálogo aparecen las siguientes solapas:
1905 \end_layout
1906
1907 \begin_layout Description
1908
1909 \family sans
1910 Configuración
1911 \begin_inset space ~
1912 \end_inset
1913
1914 de
1915 \begin_inset space ~
1916 \end_inset
1917
1918 la
1919 \begin_inset space ~
1920 \end_inset
1921
1922 tabla
1923 \family default
1924  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1925  actual.
1926  La alineación 
1927 \family sans
1928 \lang english
1929 At
1930 \begin_inset space ~
1931 \end_inset
1932
1933 Decimal
1934 \begin_inset space ~
1935 \end_inset
1936
1937 Separator
1938 \family default
1939  is described in
1940 \lang spanish
1941  sección
1942 \begin_inset space ~
1943 \end_inset
1944
1945
1946 \begin_inset CommandInset ref
1947 LatexCommand ref
1948 reference "sub:Alineación-especial-de"
1949
1950 \end_inset
1951
1952 .
1953  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1954  Una anchura determinada permite tener saltos de línea y distintos párrafos
1955  de texto, véase sección
1956 \begin_inset space ~
1957 \end_inset
1958
1959
1960 \begin_inset CommandInset ref
1961 LatexCommand ref
1962 reference "sub:Líneas-Múltiples-en"
1963
1964 \end_inset
1965
1966 .
1967  Si no estableces anchura, la columna será tan ancha como el contenido de
1968  la celda más ancha.
1969 \begin_inset Newline newline
1970 \end_inset
1971
1972 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1973  véase sección
1974 \begin_inset space ~
1975 \end_inset
1976
1977
1978 \begin_inset CommandInset ref
1979 LatexCommand ref
1980 reference "sub:Multicolumnas"
1981
1982 \end_inset
1983
1984  
1985 \lang english
1986 or the cells of one column as multirow cell
1987 \lang spanish
1988 , véase sección
1989 \begin_inset space ~
1990 \end_inset
1991
1992
1993 \begin_inset CommandInset ref
1994 LatexCommand ref
1995 reference "sub:Multifilas"
1996
1997 \end_inset
1998
1999 .
2000 \begin_inset Newline newline
2001 \end_inset
2002
2003 Las casillas de giro rotan la celda actual, una selección o toda la tabla
2004  90º en el sentido de las agujas del reloj.
2005  La rotación no se ve en LyX, sí en la salida.
2006 \begin_inset Newline newline
2007 \end_inset
2008
2009
2010 \begin_inset Note Greyedout
2011 status open
2012
2013 \begin_layout Plain Layout
2014
2015 \series bold
2016 Nota:
2017 \series default
2018  no todos los visores DVI pueden mostrar rotaciones.
2019 \end_layout
2020
2021 \end_inset
2022
2023
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027
2028 \lang english
2029 The table-wide vertical alignment is used for tables within text lines:
2030 \begin_inset Newline newline
2031 \end_inset
2032
2033 A line with tables with different alignments
2034 \lang spanish
2035
2036 \begin_inset Tabular
2037 <lyxtabular version="3" rows="2" columns="2">
2038 <features tabularvalignment="top">
2039 <column alignment="center" valignment="top" width="0pt">
2040 <column alignment="center" valignment="top" width="0">
2041 <row>
2042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2043 \begin_inset Text
2044
2045 \begin_layout Plain Layout
2046
2047 \end_layout
2048
2049 \end_inset
2050 </cell>
2051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2052 \begin_inset Text
2053
2054 \begin_layout Plain Layout
2055 1
2056 \end_layout
2057
2058 \end_inset
2059 </cell>
2060 </row>
2061 <row>
2062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2063 \begin_inset Text
2064
2065 \begin_layout Plain Layout
2066 A
2067 \end_layout
2068
2069 \end_inset
2070 </cell>
2071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2072 \begin_inset Text
2073
2074 \begin_layout Plain Layout
2075
2076 \end_layout
2077
2078 \end_inset
2079 </cell>
2080 </row>
2081 </lyxtabular>
2082
2083 \end_inset
2084
2085  
2086 \begin_inset Tabular
2087 <lyxtabular version="3" rows="2" columns="2">
2088 <features tabularvalignment="middle">
2089 <column alignment="center" valignment="top" width="0">
2090 <column alignment="center" valignment="top" width="0">
2091 <row>
2092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2093 \begin_inset Text
2094
2095 \begin_layout Plain Layout
2096
2097 \end_layout
2098
2099 \end_inset
2100 </cell>
2101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2102 \begin_inset Text
2103
2104 \begin_layout Plain Layout
2105 1
2106 \end_layout
2107
2108 \end_inset
2109 </cell>
2110 </row>
2111 <row>
2112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2113 \begin_inset Text
2114
2115 \begin_layout Plain Layout
2116 A
2117 \end_layout
2118
2119 \end_inset
2120 </cell>
2121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2122 \begin_inset Text
2123
2124 \begin_layout Plain Layout
2125
2126 \end_layout
2127
2128 \end_inset
2129 </cell>
2130 </row>
2131 </lyxtabular>
2132
2133 \end_inset
2134
2135  
2136 \begin_inset Tabular
2137 <lyxtabular version="3" rows="2" columns="2">
2138 <features tabularvalignment="bottom">
2139 <column alignment="center" valignment="top" width="0pt">
2140 <column alignment="center" valignment="top" width="0">
2141 <row>
2142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2143 \begin_inset Text
2144
2145 \begin_layout Plain Layout
2146
2147 \end_layout
2148
2149 \end_inset
2150 </cell>
2151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2152 \begin_inset Text
2153
2154 \begin_layout Plain Layout
2155 1
2156 \end_layout
2157
2158 \end_inset
2159 </cell>
2160 </row>
2161 <row>
2162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2163 \begin_inset Text
2164
2165 \begin_layout Plain Layout
2166 A
2167 \end_layout
2168
2169 \end_inset
2170 </cell>
2171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2172 \begin_inset Text
2173
2174 \begin_layout Plain Layout
2175
2176 \end_layout
2177
2178 \end_inset
2179 </cell>
2180 </row>
2181 </lyxtabular>
2182
2183 \end_inset
2184
2185
2186 \begin_inset Newline newline
2187 \end_inset
2188
2189 También es posible introducir argumentos LaTeX necesarios para formatos
2190  especiales, véanse las secciones
2191 \begin_inset space ~
2192 \end_inset
2193
2194
2195 \begin_inset CommandInset ref
2196 LatexCommand ref
2197 reference "sub:Cálculos-en-Multicolumnas"
2198
2199 \end_inset
2200
2201  y
2202 \begin_inset space ~
2203 \end_inset
2204
2205
2206 \begin_inset CommandInset ref
2207 LatexCommand ref
2208 reference "sec:Tablas-Coloreadas"
2209
2210 \end_inset
2211
2212 .
2213 \end_layout
2214
2215 \begin_layout Description
2216
2217 \family sans
2218 Bordes
2219 \family default
2220  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2221  Puedes elegir para la tabla un estilo 
2222 \family sans
2223 Formal
2224 \family default
2225 , como se describe en la sección
2226 \begin_inset space ~
2227 \end_inset
2228
2229
2230 \begin_inset CommandInset ref
2231 LatexCommand ref
2232 reference "sec:Tablas-Formales"
2233
2234 \end_inset
2235
2236 .
2237 \begin_inset Newline newline
2238 \end_inset
2239
2240 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2241  se describe en la sección
2242 \begin_inset space ~
2243 \end_inset
2244
2245
2246 \begin_inset CommandInset ref
2247 LatexCommand ref
2248 reference "sub:Espacio-adicional"
2249
2250 \end_inset
2251
2252
2253 \end_layout
2254
2255 \begin_layout Description
2256
2257 \family sans
2258 Tabla
2259 \begin_inset space ~
2260 \end_inset
2261
2262 larga
2263 \family default
2264  Para hacer 
2265 \emph on
2266 tablas largas
2267 \emph default
2268  que pueden extenderse por varias páginas.
2269  Las secciones
2270 \begin_inset space ~
2271 \end_inset
2272
2273
2274 \begin_inset CommandInset ref
2275 LatexCommand ref
2276 reference "sec:Tablas-Largas"
2277
2278 \end_inset
2279
2280  y 
2281 \begin_inset CommandInset ref
2282 LatexCommand ref
2283 reference "sec:Particularidades-tablas-largas"
2284
2285 \end_inset
2286
2287  describen sus características en detalle.
2288 \end_layout
2289
2290 \begin_layout Section
2291 Barra de herramientas de tabla
2292 \begin_inset Index idx
2293 status collapsed
2294
2295 \begin_layout Plain Layout
2296 Tablas ! Barra de herramientas
2297 \end_layout
2298
2299 \end_inset
2300
2301
2302 \end_layout
2303
2304 \begin_layout Standard
2305 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2306  para cambiar las tablas de manera más rápida.
2307  Normalmente debería aparecer en la parte inferior de la ventana principal
2308  de LyX cuando el cursor está dentro de una tabla.
2309  En cualquier momento se puede presentar esta barra pinchando con el botón
2310  derecho del ratón en cualquier punto de la barra principal de menú.
2311 \end_layout
2312
2313 \begin_layout Standard
2314 La barra de herramientas tiene los siguientes iconos:
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Graphics
2320         filename ../../images/tabular-feature_append-row.png
2321
2322 \end_inset
2323
2324  añade una fila bajo la celda actual o selección
2325 \end_layout
2326
2327 \begin_layout Labeling
2328 \labelwidthstring 00.00.0000
2329 \begin_inset Graphics
2330         filename ../../images/tabular-feature_append-column.png
2331
2332 \end_inset
2333
2334  añade una columna a la derecha de la celda actual o selección
2335 \end_layout
2336
2337 \begin_layout Labeling
2338 \labelwidthstring 00.00.0000
2339 \begin_inset Graphics
2340         filename ../../images/tabular-feature_delete-row.png
2341
2342 \end_inset
2343
2344  borra la fila actual o selección
2345 \end_layout
2346
2347 \begin_layout Labeling
2348 \labelwidthstring 00.00.0000
2349 \begin_inset Graphics
2350         filename ../../images/tabular-feature_delete-column.png
2351
2352 \end_inset
2353
2354  borra la columna actual o selección
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359 \begin_inset Graphics
2360         filename ../../images/tabular-feature_toggle-line-top.png
2361
2362 \end_inset
2363
2364  añade una línea sobre la celda/fila actual o la selección
2365 \end_layout
2366
2367 \begin_layout Labeling
2368 \labelwidthstring 00.00.0000
2369 \begin_inset Graphics
2370         filename ../../images/tabular-feature_toggle-line-bottom.png
2371
2372 \end_inset
2373
2374  añade una línea bajo la celda/fila actual o la selección
2375 \end_layout
2376
2377 \begin_layout Labeling
2378 \labelwidthstring 00.00.0000
2379 \begin_inset Graphics
2380         filename ../../images/tabular-feature_toggle-line-left.png
2381
2382 \end_inset
2383
2384  añade una línea a la izquierda de la celda/fila actual o la selección
2385 \end_layout
2386
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389 \begin_inset Graphics
2390         filename ../../images/tabular-feature_toggle-line-right.png
2391
2392 \end_inset
2393
2394  añade una línea a la derecha de la celda/fila actual o la selección
2395 \end_layout
2396
2397 \begin_layout Labeling
2398 \labelwidthstring 00.00.0000
2399 \begin_inset Graphics
2400         filename ../../images/tabular-feature_set-all-lines.png
2401
2402 \end_inset
2403
2404  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2405  actual no es multicolumna esto afecta también a la fila y a la columna)
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Graphics
2411         filename ../../images/tabular-feature_unset-all-lines.png
2412
2413 \end_inset
2414
2415  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2416  actual no es multicolumna esto afecta también a la fila y a la columna)
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Graphics
2422         filename ../../images/tabular-feature_m-align-left.png
2423
2424 \end_inset
2425
2426  alinea a la izquierda el contenido de la celda/columna
2427 \end_layout
2428
2429 \begin_layout Labeling
2430 \labelwidthstring 00.00.0000
2431 \begin_inset Graphics
2432         filename ../../images/tabular-feature_m-align-center.png
2433
2434 \end_inset
2435
2436  centra el contenido de la celda/columna horizontalmente
2437 \end_layout
2438
2439 \begin_layout Labeling
2440 \labelwidthstring 00.00.0000
2441 \begin_inset Graphics
2442         filename ../../images/tabular-feature_m-align-right.png
2443
2444 \end_inset
2445
2446  alinea a la derecha el contenido de la celda/columna
2447 \end_layout
2448
2449 \begin_layout Labeling
2450 \labelwidthstring 00.00.0000
2451 \begin_inset Graphics
2452         filename ../../images/tabular-feature_align-decimal.png
2453         scaleBeforeRotation
2454
2455 \end_inset
2456
2457  alinea el contenido de la celda/columna 
2458 \lang english
2459 at a character
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464 \begin_inset Graphics
2465         filename ../../images/tabular-feature_m-valign-top.png
2466
2467 \end_inset
2468
2469  alinea arriba el contenido de la celda
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474 \begin_inset Graphics
2475         filename ../../images/tabular-feature_m-valign-middle.png
2476
2477 \end_inset
2478
2479  centra verticalmente el contenido de la celda
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Graphics
2485         filename ../../images/tabular-feature_m-valign-bottom.png
2486
2487 \end_inset
2488
2489  alinea abajo el contenido de la celda
2490 \end_layout
2491
2492 \begin_layout Labeling
2493 \labelwidthstring 00.00.0000
2494 \begin_inset Graphics
2495         filename ../../images/tabular-feature_set-rotate-cell.png
2496
2497 \end_inset
2498
2499  gira la celda o selección 90° como las agujas de reloj
2500 \end_layout
2501
2502 \begin_layout Labeling
2503 \labelwidthstring 00.00.0000
2504 \begin_inset Graphics
2505         filename ../../images/tabular-feature_set-rotate-tabular.png
2506
2507 \end_inset
2508
2509  gira toda la tabla 90° como agujas del reloj
2510 \end_layout
2511
2512 \begin_layout Labeling
2513 \labelwidthstring 00.00.0000
2514 \begin_inset Graphics
2515         filename ../../images/tabular-feature_multicolumn.png
2516
2517 \end_inset
2518
2519  establece la celda actual o selección como multicolumna
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524 \begin_inset Graphics
2525         filename ../../images/tabular-feature_multirow.png
2526         scaleBeforeRotation
2527
2528 \end_inset
2529
2530  establece la celda actual o selección como 
2531 \lang english
2532 multirow
2533 \end_layout
2534
2535 \begin_layout Standard
2536 \begin_inset Note Greyedout
2537 status open
2538
2539 \begin_layout Plain Layout
2540
2541 \series bold
2542 Nota:
2543 \series default
2544  En la salida se emplea la alineación vertical de la primera celda de una
2545  fila para todas las celdas restantes de la fila.
2546 \end_layout
2547
2548 \end_inset
2549
2550
2551 \end_layout
2552
2553 \begin_layout Section
2554 Menú Editar Tabla
2555 \begin_inset Index idx
2556 status collapsed
2557
2558 \begin_layout Plain Layout
2559 Tablas ! Editar
2560 \end_layout
2561
2562 \end_inset
2563
2564
2565 \end_layout
2566
2567 \begin_layout Standard
2568 Además del diálogo y la barra de herramientas, el menú 
2569 \family sans
2570 Editar\SpecialChar \menuseparator
2571 Tabla
2572 \family default
2573  permite añadir y borrar bordes para la fila/columna actual y establecer
2574  la selección como multicolumna.
2575  El menú sólo está disponible si el cursor está en la tabla.
2576 \end_layout
2577
2578 \begin_layout Section
2579 Tablas flotantes
2580 \begin_inset CommandInset label
2581 LatexCommand label
2582 name "sec:Tablas-Flotantes"
2583
2584 \end_inset
2585
2586
2587 \begin_inset Index idx
2588 status collapsed
2589
2590 \begin_layout Plain Layout
2591 Flotantes ! Tablas
2592 \end_layout
2593
2594 \end_inset
2595
2596
2597 \begin_inset Index idx
2598 status collapsed
2599
2600 \begin_layout Plain Layout
2601 Tablas ! Flotantes
2602 \end_layout
2603
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \begin_layout Standard
2610 Para una explicación general sobre flotantes, echa un vistazo a la sección
2611 \begin_inset space ~
2612 \end_inset
2613
2614
2615 \begin_inset CommandInset ref
2616 LatexCommand ref
2617 reference "sec:Introducción-Flotantes"
2618
2619 \end_inset
2620
2621 .
2622 \end_layout
2623
2624 \begin_layout Standard
2625 \begin_inset Float table
2626 placement h
2627 wide false
2628 sideways false
2629 status collapsed
2630
2631 \begin_layout Plain Layout
2632 \begin_inset Caption
2633
2634 \begin_layout Plain Layout
2635 \begin_inset CommandInset label
2636 LatexCommand label
2637 name "tab:una tabla flotante"
2638
2639 \end_inset
2640
2641 Una tabla flotante.
2642 \end_layout
2643
2644 \end_inset
2645
2646
2647 \end_layout
2648
2649 \begin_layout Plain Layout
2650 \align center
2651 \begin_inset Tabular
2652 <lyxtabular version="3" rows="3" columns="3">
2653 <features tabularvalignment="middle">
2654 <column alignment="center" valignment="top" width="0pt">
2655 <column alignment="center" valignment="top" width="0pt">
2656 <column alignment="center" valignment="top" width="0pt">
2657 <row>
2658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2659 \begin_inset Text
2660
2661 \begin_layout Plain Layout
2662
2663 \family roman
2664 \series medium
2665 \shape up
2666 \size normal
2667 \emph off
2668 \bar no
2669 \noun off
2670 \color none
2671 1
2672 \end_layout
2673
2674 \end_inset
2675 </cell>
2676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Plain Layout
2680
2681 \family roman
2682 \series medium
2683 \shape up
2684 \size normal
2685 \emph off
2686 \bar no
2687 \noun off
2688 \color none
2689 2
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2695 \begin_inset Text
2696
2697 \begin_layout Plain Layout
2698
2699 \family roman
2700 \series medium
2701 \shape up
2702 \size normal
2703 \emph off
2704 \bar no
2705 \noun off
2706 \color none
2707 3
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 </row>
2713 <row>
2714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2715 \begin_inset Text
2716
2717 \begin_layout Plain Layout
2718
2719 \family roman
2720 \series medium
2721 \shape up
2722 \size normal
2723 \emph off
2724 \bar no
2725 \noun off
2726 \color none
2727 Pepe
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736
2737 \family roman
2738 \series medium
2739 \shape up
2740 \size normal
2741 \emph off
2742 \bar no
2743 \noun off
2744 \color none
2745 Mari
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754
2755 \family roman
2756 \series medium
2757 \shape up
2758 \size normal
2759 \emph off
2760 \bar no
2761 \noun off
2762 \color none
2763 Teo
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 </row>
2769 <row>
2770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774
2775 \family roman
2776 \series medium
2777 \shape up
2778 \size normal
2779 \emph off
2780 \bar no
2781 \noun off
2782 \color none
2783 \begin_inset Formula $\int x^{2}dx$
2784 \end_inset
2785
2786
2787 \end_layout
2788
2789 \end_inset
2790 </cell>
2791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795
2796 \family roman
2797 \series medium
2798 \shape up
2799 \size normal
2800 \emph off
2801 \bar no
2802 \noun off
2803 \color none
2804 \begin_inset Formula $\left[\begin{array}{cc}
2805 a & b\\
2806 c & d
2807 \end{array}\right]$
2808 \end_inset
2809
2810
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819
2820 \family roman
2821 \series medium
2822 \shape up
2823 \size normal
2824 \emph off
2825 \bar no
2826 \noun off
2827 \color none
2828 \begin_inset Formula $1+1=2$
2829 \end_inset
2830
2831
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 </row>
2837 </lyxtabular>
2838
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \end_inset
2845
2846
2847 \end_layout
2848
2849 \begin_layout Standard
2850 Las tablas flotantes pueden insertarse con el menú 
2851 \family sans
2852 Insertar\SpecialChar \menuseparator
2853 Flotante\SpecialChar \menuseparator
2854 Tabla
2855 \family default
2856  o con el botón 
2857 \begin_inset Graphics
2858         filename ../../images/float-insert_table.png
2859         scale 85
2860
2861 \end_inset
2862
2863 .
2864 \end_layout
2865
2866 \begin_layout Standard
2867 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2868 \begin_inset space ~
2869 \end_inset
2870
2871 #:» (# es el número actual).
2872  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2873  Para insertar una tabla en el flotante se sitúa el cursor al final del
2874  texto del encabezado y se pulsa 
2875 \family sans
2876 Retorno
2877 \family default
2878 .
2879  La leyenda se imprime encima de la tabla.
2880 \end_layout
2881
2882 \begin_layout Standard
2883 La tabla
2884 \begin_inset space ~
2885 \end_inset
2886
2887
2888 \begin_inset CommandInset ref
2889 LatexCommand ref
2890 reference "tab:una tabla flotante"
2891
2892 \end_inset
2893
2894  es un ejemplo de tabla flotante.
2895 \end_layout
2896
2897 \begin_layout Standard
2898 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2899  no es soportado en las clases estándar de LaTeX.
2900  Esto significa que si estás usando las clases de documento 
2901 \family sans
2902 article
2903 \family default
2904
2905 \family sans
2906 book
2907 \family default
2908
2909 \family sans
2910 letter
2911 \family default
2912  o 
2913 \family sans
2914 report
2915 \family default
2916  no habrá espacio entre la leyenda y la tabla.
2917  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2918  del documento la siguiente opción al comando del paquete LaTeX 
2919 \series bold
2920 caption
2921 \series default
2922
2923 \begin_inset Index idx
2924 status collapsed
2925
2926 \begin_layout Plain Layout
2927 LaTeX-paquetes ! caption
2928 \end_layout
2929
2930 \end_inset
2931
2932 :
2933 \begin_inset Foot
2934 status collapsed
2935
2936 \begin_layout Plain Layout
2937 Para más información ve a la sección
2938 \begin_inset space ~
2939 \end_inset
2940
2941
2942 \begin_inset CommandInset ref
2943 LatexCommand ref
2944 reference "sec:Colocación-de-leyendas"
2945
2946 \end_inset
2947
2948 .
2949 \end_layout
2950
2951 \end_inset
2952
2953
2954 \end_layout
2955
2956 \begin_layout Standard
2957
2958 \series bold
2959 tableposition=top
2960 \end_layout
2961
2962 \begin_layout Standard
2963 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2964 \series bold
2965 caption
2966 \series default
2967  como se describe en la sección
2968 \begin_inset space ~
2969 \end_inset
2970
2971
2972 \begin_inset CommandInset ref
2973 LatexCommand ref
2974 reference "sec:Formato-de-leyendas"
2975
2976 \end_inset
2977
2978 .
2979  
2980 \end_layout
2981
2982 \begin_layout Standard
2983 \begin_inset Index idx
2984 status collapsed
2985
2986 \begin_layout Plain Layout
2987 Referencias ! a tablas
2988 \end_layout
2989
2990 \end_inset
2991
2992 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2993  etiqueta.
2994  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2995 \family sans
2996 Insertar\SpecialChar \menuseparator
2997 Etiqueta
2998 \family default
2999  o con el botón 
3000 \begin_inset Graphics
3001         filename ../../images/label-insert.png
3002         scale 85
3003
3004 \end_inset
3005
3006 .
3007  Ahora puedes referenciar la etiqueta con el menú 
3008 \family sans
3009 Insertar\SpecialChar \menuseparator
3010 Referencia
3011 \begin_inset space ~
3012 \end_inset
3013
3014 cruzada
3015 \family default
3016  o con el botón 
3017 \begin_inset Graphics
3018         filename ../../images/dialog-show-new-inset_ref.png
3019         scale 85
3020
3021 \end_inset
3022
3023 .
3024 \begin_inset Newline newline
3025 \end_inset
3026
3027 Las referencias se explican con detalle en la sección
3028 \begin_inset space ~
3029 \end_inset
3030
3031
3032 \begin_inset CommandInset ref
3033 LatexCommand ref
3034 reference "sec:Referencias-a-Flotantes"
3035
3036 \end_inset
3037
3038 .
3039 \end_layout
3040
3041 \begin_layout Section
3042 Tablas largas
3043 \begin_inset CommandInset label
3044 LatexCommand label
3045 name "sec:Tablas-Largas"
3046
3047 \end_inset
3048
3049
3050 \begin_inset Index idx
3051 status collapsed
3052
3053 \begin_layout Plain Layout
3054 Tablas largas
3055 \end_layout
3056
3057 \end_inset
3058
3059
3060 \begin_inset Index idx
3061 status collapsed
3062
3063 \begin_layout Plain Layout
3064 Tablas ! Largas|see
3065 \begin_inset ERT
3066 status collapsed
3067
3068 \begin_layout Plain Layout
3069
3070 {
3071 \end_layout
3072
3073 \end_inset
3074
3075 Tablas largas
3076 \begin_inset ERT
3077 status collapsed
3078
3079 \begin_layout Plain Layout
3080
3081 }
3082 \end_layout
3083
3084 \end_inset
3085
3086
3087 \end_layout
3088
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \begin_layout Standard
3095 Si la tabla es demasiado larga para una página, puedes usar la opción 
3096 \family sans
3097 Usar
3098 \begin_inset space ~
3099 \end_inset
3100
3101 tabla
3102 \begin_inset space ~
3103 \end_inset
3104
3105 larga
3106 \family default
3107  en la solapa 
3108 \family sans
3109 Tabla
3110 \begin_inset space ~
3111 \end_inset
3112
3113 larga
3114 \family default
3115  del diálogo de tablas, para repartir automáticamente la tabla en varias
3116  páginas.
3117  Al hacerlo se habilitan las siguientes opciones:
3118 \end_layout
3119
3120 \begin_layout Description
3121 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3122  las páginas de la tabla, excepto para la primera página si 
3123 \family sans
3124 Primer
3125 \begin_inset space ~
3126 \end_inset
3127
3128 encabezado
3129 \family default
3130  está definido.
3131  Este se denomina encabezado principal.
3132 \end_layout
3133
3134 \begin_layout Description
3135 Primer
3136 \begin_inset space ~
3137 \end_inset
3138
3139 encabezado: La fila actual se define como encabezado de la primera página
3140  de la tabla.
3141 \end_layout
3142
3143 \begin_layout Description
3144 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3145  de la tabla, excepto para la última página si se define 
3146 \family sans
3147 Último
3148 \begin_inset space ~
3149 \end_inset
3150
3151 pie.
3152 \end_layout
3153
3154 \begin_layout Description
3155 Último
3156 \begin_inset space ~
3157 \end_inset
3158
3159 pie:
3160 \family sans
3161  
3162 \family default
3163 La fila actual se define como pie de la última página de la tabla.
3164 \end_layout
3165
3166 \begin_layout Description
3167 Leyenda: La fila actual contiene la leyenda de la tabla.
3168  La primera fila se reajusta como columna única y se inserta una leyenda.
3169  Más detalles sobre leyendas en tablas largas en la sec.
3170 \begin_inset space \thinspace{}
3171 \end_inset
3172
3173
3174 \begin_inset CommandInset ref
3175 LatexCommand ref
3176 reference "sub:Leyendas-en-Tablas"
3177
3178 \end_inset
3179
3180 .
3181 \end_layout
3182
3183 \begin_layout Standard
3184 También se puede especificar en el diálogo en qué fila se ha de cortar la
3185  tabla.
3186  La siguiente tabla muestra cómo funciona:
3187 \end_layout
3188
3189 \begin_layout Standard
3190
3191 \end_layout
3192
3193 \begin_layout Standard
3194 \align center
3195 \begin_inset Tabular
3196 <lyxtabular version="3" rows="69" columns="3">
3197 <features islongtable="true" longtabularalignment="center">
3198 <column alignment="left" valignment="top" width="0cm">
3199 <column alignment="left" valignment="top" width="0pt">
3200 <column alignment="right" valignment="top" width="0pt">
3201 <row endfirsthead="true">
3202 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \series bold
3208 Ejemplo de lista telefónica (ignore los nombres)
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 </row>
3232 <row endfirsthead="true">
3233 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237
3238 \series bold
3239 NOMBRE
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \series bold
3259 TEL.
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 </row>
3265 <row endhead="true">
3266 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270
3271 \series bold
3272 Ejemplo de lista telefónica
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 </row>
3296 <row endhead="true">
3297 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \series bold
3303 NOMBRE
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \series bold
3323 TEL.
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 </row>
3329 <row endfoot="true">
3330 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334  continúa en la página siguiente
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 </row>
3358 <row>
3359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363
3364 \series bold
3365 Annovi
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 <cell alignment="center" valignment="top" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374 Silvia
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 111
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 </row>
3389 <row>
3390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394
3395 \series bold
3396 Bertoli
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405 Stefano
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 111
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 </row>
3420 <row>
3421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425
3426 \series bold
3427 Bozzi
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436 Walter
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 111
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 </row>
3451 <row>
3452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456
3457 \series bold
3458 Cachia
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell alignment="center" valignment="top" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467 Maria
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 111
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 </row>
3482 <row>
3483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487
3488 \series bold
3489 Cachia
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="center" valignment="top" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498 Maurizio
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 111
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 </row>
3513 <row>
3514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518
3519 \series bold
3520 Cinquemani
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529 Giusi
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 111
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 </row>
3544 <row>
3545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549
3550 \series bold
3551 Colin
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell alignment="center" valignment="top" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560 Bernard
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 111
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 </row>
3575 <row>
3576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580
3581 \series bold
3582 Concli
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell alignment="center" valignment="top" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 Gianfranco
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 111
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 </row>
3606 <row>
3607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611
3612 \series bold
3613 Dal Bosco
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 Carolina
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 111
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 </row>
3637 <row>
3638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642
3643 \series bold
3644 Dalpiaz
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 Annamaria
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 111
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 </row>
3668 <row>
3669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673
3674 \series bold
3675 Feliciello
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684 Domenico
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 111
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 </row>
3699 <row>
3700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704
3705 \series bold
3706 Focarelli
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 Paola
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 111
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 </row>
3730 <row>
3731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735
3736 \series bold
3737 Galletti
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 Oreste
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 111
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 </row>
3761 <row>
3762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766
3767 \series bold
3768 Gasparini
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 Franca
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 111
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 </row>
3792 <row>
3793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797
3798 \series bold
3799 Rizzardi
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808 Paola
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 111
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 </row>
3823 <row>
3824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828
3829 \series bold
3830 Lassini
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 Giancarlo
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 111
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 </row>
3854 <row>
3855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859
3860 \series bold
3861 Malfatti
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870 Luciano
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 111
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 </row>
3885 <row>
3886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890
3891 \series bold
3892 Malfatti
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 Valeriano
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 111
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 </row>
3916 <row>
3917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921
3922 \series bold
3923 Meneguzzo
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932 Roberto
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 111
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 </row>
3947 <row>
3948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952
3953 \series bold
3954 Mezzadra
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 Roberto
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 111
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 </row>
3978 <row>
3979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983
3984 \series bold
3985 Pirpamer
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 Erich
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 111
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 </row>
4009 <row>
4010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014
4015 \series bold
4016 Pochiesa
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 Paolo
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 111, 222
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 </row>
4040 <row>
4041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045
4046 \series bold
4047 Radina
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056 Claudio
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 111
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 </row>
4071 <row>
4072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076
4077 \series bold
4078 Stuffer
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 Oskar
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 111
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 </row>
4102 <row>
4103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107
4108 \series bold
4109 Tacchelli
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 Ugo
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 111
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 </row>
4133 <row>
4134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138
4139 \series bold
4140 Tezzele
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 Margit
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 111
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 </row>
4164 <row>
4165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169
4170 \series bold
4171 Unterkalmsteiner
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 Frieda
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 111
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 </row>
4195 <row>
4196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200
4201 \series bold
4202 Vieider
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 Hilde
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 111
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 <row>
4227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \series bold
4233 Vigna
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 Jürgen
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 111
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 </row>
4257 <row>
4258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262
4263 \series bold
4264 Weber
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 Maurizio
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 111
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 </row>
4288 <row>
4289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293
4294 \series bold
4295 Winkler
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 Franz
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 111
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 </row>
4319 <row>
4320 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324  
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 </row>
4348 <row>
4349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353
4354 \series bold
4355 Annovi
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 Silvia
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 555
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 </row>
4379 <row>
4380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384
4385 \series bold
4386 Bertoli
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 Stefano
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 555
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 </row>
4410 <row>
4411 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415
4416 \series bold
4417 Bozzi
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 <cell alignment="center" valignment="top" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426 Walter
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 555
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 </row>
4441 <row>
4442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446
4447 \series bold
4448 Cachia
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 Maria
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 555
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 </row>
4472 <row>
4473 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477
4478 \series bold
4479 Cachia
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 Maurizio
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 555
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 </row>
4503 <row>
4504 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508
4509 \series bold
4510 Cinquemani
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 Giusi
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 555
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 </row>
4534 <row>
4535 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539
4540 \series bold
4541 Colin
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 <cell alignment="center" valignment="top" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 Bernard
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 555
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 </row>
4565 <row>
4566 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570
4571 \series bold
4572 Concli
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 Gianfranco
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 555
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 </row>
4596 <row>
4597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601
4602 \series bold
4603 Dal Bosco
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 Carolina
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 555
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 </row>
4627 <row>
4628 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632
4633 \series bold
4634 Dalpiaz
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 Annamaria
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 555
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 </row>
4658 <row>
4659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663
4664 \series bold
4665 Feliciello
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 Domenico
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 555
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 </row>
4689 <row>
4690 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694
4695 \series bold
4696 Focarelli
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 Paola
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 555
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 </row>
4720 <row>
4721 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725
4726 \series bold
4727 Galletti
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 Oreste
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 555
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row>
4752 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756
4757 \series bold
4758 Gasparini
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 Franca
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 555
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 </row>
4782 <row>
4783 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787
4788 \series bold
4789 Rizzardi
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 Paola
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 555
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 </row>
4813 <row>
4814 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818
4819 \series bold
4820 Lassini
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 Giancarlo
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 555
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 </row>
4844 <row>
4845 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849
4850 \series bold
4851 Malfatti
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 Luciano
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 555
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 </row>
4875 <row>
4876 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880
4881 \series bold
4882 Malfatti
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 Valeriano
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 555
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 </row>
4906 <row>
4907 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911
4912 \series bold
4913 Meneguzzo
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 Roberto
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 555
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 </row>
4937 <row>
4938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942
4943 \series bold
4944 Mezzadra
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 Roberto
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 555
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 </row>
4968 <row>
4969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973
4974 \series bold
4975 Pirpamer
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 Erich
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 555
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 </row>
4999 <row>
5000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004
5005 \series bold
5006 Pochiesa
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 Paolo
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 555, 222
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 </row>
5030 <row>
5031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035
5036 \series bold
5037 Radina
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 Claudio
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 555
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 </row>
5061 <row>
5062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066
5067 \series bold
5068 Stuffer
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 Oskar
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 555
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 </row>
5092 <row>
5093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097
5098 \series bold
5099 Tacchelli
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 Ugo
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 555
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 </row>
5123 <row>
5124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128
5129 \series bold
5130 Tezzele
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 Margit
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 555
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 </row>
5154 <row>
5155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159
5160 \series bold
5161 Unterkalmsteiner
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 Frieda
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 555
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 </row>
5185 <row>
5186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190
5191 \series bold
5192 Vieider
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 Hilde
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 555
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 </row>
5216 <row>
5217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221
5222 \series bold
5223 Vigna
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232 Jürgen
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 999
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 </row>
5247 <row>
5248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252
5253 \series bold
5254 Weber
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 Maurizio
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 555
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 <row>
5279 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283
5284 \series bold
5285 Winkler
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 Franz
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 555
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 </row>
5309 <row endlastfoot="true">
5310 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 fin
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 </row>
5338 </lyxtabular>
5339
5340 \end_inset
5341
5342
5343 \begin_inset ERT
5344 status collapsed
5345
5346 \begin_layout Plain Layout
5347
5348
5349 \backslash
5350 addtocounter{table}{-1}
5351 \end_layout
5352
5353 \end_inset
5354
5355
5356 \begin_inset Note Note
5357 status collapsed
5358
5359 \begin_layout Plain Layout
5360 Para comprender el uso de este comando, lee al final de la sección
5361 \begin_inset space ~
5362 \end_inset
5363
5364
5365 \begin_inset CommandInset ref
5366 LatexCommand ref
5367 reference "sub:Leyendas-en-Tablas"
5368
5369 \end_inset
5370
5371  la primera nota resaltada en gris.
5372  
5373 \end_layout
5374
5375 \end_inset
5376
5377
5378 \end_layout
5379
5380 \begin_layout Subsection
5381 Notas al pie en tablas largas
5382 \begin_inset CommandInset label
5383 LatexCommand label
5384 name "sub:Notas-al-pie-en-Tablas-Largas"
5385
5386 \end_inset
5387
5388
5389 \begin_inset Index idx
5390 status collapsed
5391
5392 \begin_layout Plain Layout
5393 Tablas largas ! Notas al pie
5394 \end_layout
5395
5396 \end_inset
5397
5398
5399 \end_layout
5400
5401 \begin_layout Standard
5402 Se pueden insertar notas al pie en cada celda de una tabla larga.
5403  Las notas se muestran en la parte inferior de la página en la que esté
5404  la celda con la nota.
5405  La tabla
5406 \begin_inset space ~
5407 \end_inset
5408
5409
5410 \begin_inset CommandInset ref
5411 LatexCommand ref
5412 reference "tab:DifLeyendas"
5413
5414 \end_inset
5415
5416  tiene un ejemplo de nota al pie.
5417 \end_layout
5418
5419 \begin_layout Subsection
5420 Alineación de tablas largas
5421 \begin_inset Index idx
5422 status collapsed
5423
5424 \begin_layout Plain Layout
5425 Tablas largas ! Alineación
5426 \end_layout
5427
5428 \end_inset
5429
5430
5431 \end_layout
5432
5433 \begin_layout Standard
5434
5435 \lang english
5436 The horizontal alignment of longtables can be set in the table settings
5437  dialog.
5438  For left- and right-alignment the table will be directly at the page border.
5439  To add space between the table and the border one has to set the alignment
5440  to center
5441 \lang spanish
5442  y cambiar el valor de las longitudes 
5443 \series bold
5444
5445 \backslash
5446 LTleft
5447 \series default
5448  y 
5449 \series bold
5450
5451 \backslash
5452 LTright 
5453 \series default
5454 insertando la línea siguiente en código TeX antes de la correspondiente
5455  tabla larga:
5456 \end_layout
5457
5458 \begin_layout Standard
5459
5460 \series bold
5461
5462 \backslash
5463 setlength{
5464 \backslash
5465 LTleft}{valor}
5466 \end_layout
5467
5468 \begin_layout Standard
5469 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5470 \begin_inset space ~
5471 \end_inset
5472
5473
5474 \begin_inset CommandInset ref
5475 LatexCommand ref
5476 reference "tab:Unidades"
5477
5478 \end_inset
5479
5480 .
5481  
5482 \series bold
5483
5484 \backslash
5485 LTlent 
5486 \series default
5487 controla la distancia entre el borde izquierdo de la página y la tabla.
5488  
5489 \series bold
5490
5491 \backslash
5492 LTright 
5493 \series default
5494 la distancia desde el lado derecho.
5495  El valor predeterminado para ambas longitudes es 
5496 \series bold
5497
5498 \backslash
5499 fill
5500 \series default
5501 , que en este caso es lo mismo que un relleno horizontal en LyX.
5502 \end_layout
5503
5504 \begin_layout Standard
5505 La siguiente tabla larga se ha alineado 
5506 \lang english
5507 centered
5508 \lang spanish
5509  y 
5510 \series bold
5511
5512 \backslash
5513 LTleft
5514 \series default
5515  
5516 \lang english
5517 set to
5518 \lang spanish
5519  
5520 \family sans
5521 0.1
5522 \backslash
5523 columnwidth
5524 \family default
5525 :
5526 \begin_inset ERT
5527 status collapsed
5528
5529 \begin_layout Plain Layout
5530
5531
5532 \backslash
5533 setlength{
5534 \backslash
5535 LTleft}{0.1
5536 \backslash
5537 columnwidth}
5538 \end_layout
5539
5540 \end_inset
5541
5542
5543 \end_layout
5544
5545 \begin_layout Standard
5546 \begin_inset Tabular
5547 <lyxtabular version="3" rows="5" columns="5">
5548 <features islongtable="true" longtabularalignment="center">
5549 <column alignment="center" valignment="top" width="0">
5550 <column alignment="center" valignment="top" width="0">
5551 <column alignment="center" valignment="top" width="0">
5552 <column alignment="center" valignment="top" width="0">
5553 <column alignment="center" valignment="top" width="0">
5554 <row>
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 1
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 2
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 3
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 4
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 5
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 </row>
5601 <row>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 asd
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 s
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 s
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 s
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642 asd
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 </row>
5648 <row>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 asd
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 s
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 s
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 s
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 asd
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 asd
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 s
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 s
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 s
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 asd
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 </row>
5742 <row>
5743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 asd
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 asd
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 asd
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 asd
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 asd
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 </lyxtabular>
5790
5791 \end_inset
5792
5793
5794 \begin_inset ERT
5795 status collapsed
5796
5797 \begin_layout Plain Layout
5798
5799
5800 \backslash
5801 setlength{
5802 \backslash
5803 LTleft}{
5804 \backslash
5805 fill}
5806 \end_layout
5807
5808 \end_inset
5809
5810
5811 \begin_inset ERT
5812 status collapsed
5813
5814 \begin_layout Plain Layout
5815
5816
5817 \backslash
5818 addtocounter{table}{-1}
5819 \end_layout
5820
5821 \end_inset
5822
5823
5824 \begin_inset Note Note
5825 status collapsed
5826
5827 \begin_layout Plain Layout
5828 Para comprender el uso de este comando, lee al final de la sección
5829 \begin_inset space ~
5830 \end_inset
5831
5832
5833 \begin_inset CommandInset ref
5834 LatexCommand ref
5835 reference "sub:Leyendas-en-Tablas"
5836
5837 \end_inset
5838
5839  la primera nota resaltada en gris.
5840  
5841 \end_layout
5842
5843 \end_inset
5844
5845
5846 \end_layout
5847
5848 \begin_layout Subsection
5849 Leyendas en tablas largas
5850 \begin_inset Index idx
5851 status collapsed
5852
5853 \begin_layout Plain Layout
5854 Tablas largas ! Leyendas
5855 \end_layout
5856
5857 \end_inset
5858
5859
5860 \begin_inset CommandInset label
5861 LatexCommand label
5862 name "sub:Leyendas-en-Tablas"
5863
5864 \end_inset
5865
5866
5867 \end_layout
5868
5869 \begin_layout Standard
5870 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5871  estar en una página.
5872  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5873  utilizando para una fila de una tabla larga la opción 
5874 \family sans
5875 Leyenda
5876 \family default
5877 , como se explica en la sec.
5878 \begin_inset space \thinspace{}
5879 \end_inset
5880
5881
5882 \begin_inset CommandInset ref
5883 LatexCommand ref
5884 reference "sec:Tablas-Largas"
5885
5886 \end_inset
5887
5888 .
5889  Sólo una fila puede contener la leyenda.
5890 \end_layout
5891
5892 \begin_layout Standard
5893 He aquí una pequeña tabla larga para mostrar cómo funciona:
5894 \end_layout
5895
5896 \begin_layout Standard
5897 \begin_inset Tabular
5898 <lyxtabular version="3" rows="6" columns="5">
5899 <features islongtable="true" longtabularalignment="center">
5900 <column alignment="center" valignment="top" width="0">
5901 <column alignment="center" valignment="top" width="0">
5902 <column alignment="center" valignment="top" width="0">
5903 <column alignment="center" valignment="top" width="0">
5904 <column alignment="center" valignment="top" width="0">
5905 <row caption="true">
5906 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 \begin_inset Caption
5911
5912 \begin_layout Plain Layout
5913 Tabla larga con leyenda
5914 \begin_inset Argument
5915 status collapsed
5916
5917 \begin_layout Plain Layout
5918 Tabla larga
5919 \end_layout
5920
5921 \end_inset
5922
5923
5924 \end_layout
5925
5926 \end_inset
5927
5928
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 </row>
5970 <row>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 1
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 2
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 3
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 4
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 5
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 </row>
6017 <row>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 asd
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 s
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 s
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 s
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 asd
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 </row>
6064 <row>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 asd
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 s
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 s
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 s
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 asd
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 </row>
6111 <row>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 asd
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 s
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 s
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 s
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 asd
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 </row>
6158 <row>
6159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 asd
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 asd
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 asd
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 asd
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 asd
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 </lyxtabular>
6206
6207 \end_inset
6208
6209
6210 \end_layout
6211
6212 \begin_layout Standard
6213 \begin_inset VSpace medskip
6214 \end_inset
6215
6216
6217 \begin_inset Note Greyedout
6218 status open
6219
6220 \begin_layout Plain Layout
6221
6222 \series bold
6223 Nota
6224 \begin_inset space ~
6225 \end_inset
6226
6227 1:
6228 \series default
6229  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
6230  leyenda en alguna de ellas.
6231  Por esto podría suceder que, p.
6232 \begin_inset space \thinspace{}
6233 \end_inset
6234
6235 e., la tabla
6236 \begin_inset space ~
6237 \end_inset
6238
6239 2.4 siga a la tabla
6240 \begin_inset space ~
6241 \end_inset
6242
6243 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
6244  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
6245  en código TeX:
6246 \end_layout
6247
6248 \begin_layout Plain Layout
6249
6250 \series bold
6251
6252 \backslash
6253 addtocounter{table}{-1}
6254 \end_layout
6255
6256 \begin_layout Plain Layout
6257 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
6258  el siguiente código en el preámbulo del documento:
6259 \end_layout
6260
6261 \begin_layout Plain Layout
6262
6263 \series bold
6264
6265 \backslash
6266 let
6267 \backslash
6268 myEnd
6269 \backslash
6270 endlongtable
6271 \begin_inset Newline newline
6272 \end_inset
6273
6274
6275 \backslash
6276 renewcommand{
6277 \backslash
6278 endlongtable}{
6279 \backslash
6280 myEnd
6281 \backslash
6282 addtocounter{table}{-1}}
6283 \end_layout
6284
6285 \end_inset
6286
6287
6288 \end_layout
6289
6290 \begin_layout Standard
6291 \begin_inset Note Greyedout
6292 status open
6293
6294 \begin_layout Plain Layout
6295
6296 \series bold
6297 Nota
6298 \begin_inset space ~
6299 \end_inset
6300
6301 2:
6302 \series default
6303  Si utilizas 
6304 \series bold
6305 hyperref
6306 \series default
6307
6308 \begin_inset Index idx
6309 status collapsed
6310
6311 \begin_layout Plain Layout
6312 LaTeX-paquetes ! hyperref
6313 \end_layout
6314
6315 \end_inset
6316
6317  en las 
6318 \family sans
6319 Propiedades PDF 
6320 \family default
6321 del diálogo 
6322 \family sans
6323 Configuración del documento 
6324 \family default
6325 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6326  llevan siempre al principio del documento.
6327 \end_layout
6328
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \begin_layout Subsubsection
6335 Referencias a tablas largas
6336 \begin_inset Index idx
6337 status collapsed
6338
6339 \begin_layout Plain Layout
6340 Tablas largas ! Referencias a
6341 \end_layout
6342
6343 \end_inset
6344
6345
6346 \end_layout
6347
6348 \begin_layout Standard
6349 \begin_inset Tabular
6350 <lyxtabular version="3" rows="6" columns="5">
6351 <features islongtable="true" longtabularalignment="center">
6352 <column alignment="center" valignment="top" width="0">
6353 <column alignment="center" valignment="top" width="0">
6354 <column alignment="center" valignment="top" width="0">
6355 <column alignment="center" valignment="top" width="0">
6356 <column alignment="center" valignment="top" width="0">
6357 <row caption="true">
6358 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 \begin_inset Caption
6363
6364 \begin_layout Plain Layout
6365 Tabla larga referenciada
6366 \begin_inset CommandInset label
6367 LatexCommand label
6368 name "tab:RefEjemplo"
6369
6370 \end_inset
6371
6372
6373 \end_layout
6374
6375 \end_inset
6376
6377
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 </row>
6419 <row>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 1
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 2
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 3
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451 4
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460 5
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 </row>
6466 <row>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 asd
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 s
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 s
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498 s
6499 \end_layout
6500
6501 \end_inset
6502 </cell>
6503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507 asd
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 </row>
6513 <row>
6514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 asd
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 s
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 s
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545 s
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 asd
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 </row>
6560 <row>
6561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 asd
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 s
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 s
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 s
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 asd
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 </row>
6607 <row>
6608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 asd
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 sad
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 asd
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 asd
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 asd
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 </row>
6654 </lyxtabular>
6655
6656 \end_inset
6657
6658
6659 \end_layout
6660
6661 \begin_layout Standard
6662 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6663  
6664 \end_layout
6665
6666 \begin_layout Standard
6667 Esto es una referencia a la tabla
6668 \begin_inset space ~
6669 \end_inset
6670
6671
6672 \begin_inset CommandInset ref
6673 LatexCommand ref
6674 reference "tab:RefEjemplo"
6675
6676 \end_inset
6677
6678 .
6679 \end_layout
6680
6681 \begin_layout Standard
6682 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6683  del documento mediante el paquete LaTeX 
6684 \series bold
6685 caption
6686 \series default
6687
6688 \begin_inset Index idx
6689 status collapsed
6690
6691 \begin_layout Plain Layout
6692 LaTeX-paquetes ! caption
6693 \end_layout
6694
6695 \end_inset
6696
6697 , véase sección
6698 \begin_inset space ~
6699 \end_inset
6700
6701
6702 \begin_inset CommandInset ref
6703 LatexCommand ref
6704 reference "sec:Formato-de-leyendas"
6705
6706 \end_inset
6707
6708 .
6709 \end_layout
6710
6711 \begin_layout Subsubsection
6712 Anchura de la leyenda
6713 \begin_inset Index idx
6714 status collapsed
6715
6716 \begin_layout Plain Layout
6717 Tablas largas ! Anchura de la leyenda
6718 \end_layout
6719
6720 \end_inset
6721
6722
6723 \end_layout
6724
6725 \begin_layout Standard
6726 La anchura máxima de la leyenda se define por la longitud 
6727 \series bold
6728
6729 \backslash
6730 LTcapwidth
6731 \series default
6732 .
6733  Por omisión, su valor es 4
6734 \begin_inset space \thinspace{}
6735 \end_inset
6736
6737 in (4
6738 \begin_inset space ~
6739 \end_inset
6740
6741 pulgadas).
6742  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6743  en el propio documento antes de la tabla larga a la que deba afectar
6744 \end_layout
6745
6746 \begin_layout Standard
6747
6748 \series bold
6749
6750 \backslash
6751 setlength{
6752 \backslash
6753 LTcapwidth}{anchura}
6754 \end_layout
6755
6756 \begin_layout Standard
6757 donde la anchura puede ser una de las unidades listadas en el apéndice
6758 \begin_inset space ~
6759 \end_inset
6760
6761
6762 \begin_inset CommandInset ref
6763 LatexCommand ref
6764 reference "cap:Unidades-disponibles-en"
6765
6766 \end_inset
6767
6768 .
6769 \end_layout
6770
6771 \begin_layout Standard
6772 Las tablas siguientes muestran la diferencia:
6773 \end_layout
6774
6775 \begin_layout Standard
6776 \begin_inset Tabular
6777 <lyxtabular version="3" rows="6" columns="5">
6778 <features islongtable="true" longtabularalignment="center">
6779 <column alignment="center" valignment="top" width="0">
6780 <column alignment="center" valignment="top" width="0">
6781 <column alignment="center" valignment="top" width="0">
6782 <column alignment="center" valignment="top" width="0">
6783 <column alignment="center" valignment="top" width="0">
6784 <row caption="true">
6785 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 \begin_inset Caption
6790
6791 \begin_layout Plain Layout
6792 Leyenda larga completa con anchura predeterminada leyenda larga completa
6793  con anchura predeterminada
6794 \begin_inset Argument
6795 status collapsed
6796
6797 \begin_layout Plain Layout
6798 Leyenda con anchura predeterminada
6799 \end_layout
6800
6801 \end_inset
6802
6803
6804 \end_layout
6805
6806 \end_inset
6807
6808
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 </row>
6850 <row>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 1
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 2
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 3
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 4
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 5
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 </row>
6897 <row>
6898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 asd
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 s
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 s
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 s
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 asd
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 </row>
6944 <row>
6945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 asd
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 s
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 s
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 s
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 asd
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 </row>
6991 <row>
6992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996 asd
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 s
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 s
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 s
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032 asd
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 </row>
7038 <row>
7039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 asd
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 sad
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 asd
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 asd
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 asd
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 </row>
7085 </lyxtabular>
7086
7087 \end_inset
7088
7089
7090 \end_layout
7091
7092 \begin_layout Standard
7093 \begin_inset ERT
7094 status collapsed
7095
7096 \begin_layout Plain Layout
7097
7098
7099 \backslash
7100 setlength{
7101 \backslash
7102 LTcapwidth}{5cm}
7103 \end_layout
7104
7105 \end_inset
7106
7107
7108 \begin_inset Tabular
7109 <lyxtabular version="3" rows="6" columns="5">
7110 <features islongtable="true" longtabularalignment="center">
7111 <column alignment="center" valignment="top" width="0">
7112 <column alignment="center" valignment="top" width="0">
7113 <column alignment="center" valignment="top" width="0">
7114 <column alignment="center" valignment="top" width="0">
7115 <column alignment="center" valignment="top" width="0">
7116 <row caption="true">
7117 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 \begin_inset Caption
7122
7123 \begin_layout Plain Layout
7124 Leyenda larga completa con una anchura de 5
7125 \begin_inset space \thinspace{}
7126 \end_inset
7127
7128 cm leyenda larga completa con una anchura de 5
7129 \begin_inset space \thinspace{}
7130 \end_inset
7131
7132 cm 
7133 \begin_inset Argument
7134 status collapsed
7135
7136 \begin_layout Plain Layout
7137 Leyenda con anchura
7138 \begin_inset space \thinspace{}
7139 \end_inset
7140
7141 =
7142 \begin_inset space \thinspace{}
7143 \end_inset
7144
7145 5
7146 \begin_inset space \thinspace{}
7147 \end_inset
7148
7149 cm
7150 \end_layout
7151
7152 \end_inset
7153
7154
7155 \end_layout
7156
7157 \end_inset
7158
7159
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 </row>
7201 <row>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 1
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 2
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 3
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 4
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 5
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 </row>
7248 <row>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 asd
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 s
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 s
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 s
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 asd
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 </row>
7295 <row>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 asd
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 s
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 s
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 s
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 asd
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 </row>
7342 <row>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 asd
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 s
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 s
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 s
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 asd
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 </row>
7389 <row>
7390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 asd
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 sad
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 asd
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421 asd
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430 asd
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 </row>
7436 </lyxtabular>
7437
7438 \end_inset
7439
7440
7441 \begin_inset ERT
7442 status collapsed
7443
7444 \begin_layout Plain Layout
7445
7446
7447 \backslash
7448 setlength{
7449 \backslash
7450 LTcapwidth}{4in}
7451 \end_layout
7452
7453 \end_inset
7454
7455
7456 \end_layout
7457
7458 \begin_layout Standard
7459 \begin_inset Note Greyedout
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463
7464 \series bold
7465 Nota: 
7466 \series default
7467 Si se usa el paquete LaTeX 
7468 \series bold
7469 caption
7470 \series default
7471
7472 \begin_inset Index idx
7473 status collapsed
7474
7475 \begin_layout Plain Layout
7476 LaTeX-paquetes ! caption
7477 \end_layout
7478
7479 \end_inset
7480
7481 , como en este documento, para la leyenda se utiliza toda la anchura de
7482  la página cuando se deja el valor por omisión de 4
7483 \begin_inset space \thinspace{}
7484 \end_inset
7485
7486 in para 
7487 \series bold
7488
7489 \backslash
7490 LTcapwidth
7491 \series default
7492 .
7493  En este caso, para conseguir una leyenda de 4
7494 \begin_inset space \thinspace{}
7495 \end_inset
7496
7497 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7498 \begin_inset space \thinspace{}
7499 \end_inset
7500
7501 in, p.
7502 \begin_inset space \thinspace{}
7503 \end_inset
7504
7505 e.
7506  3.99
7507 \begin_inset space \thinspace{}
7508 \end_inset
7509
7510 in, o bien emplear el comando LaTeX 
7511 \series bold
7512
7513 \backslash
7514 captionsetup{width=valor}
7515 \series default
7516 , suministrado por el paquete 
7517 \series bold
7518 caption
7519 \series default
7520 .
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \end_layout
7527
7528 \begin_layout Subsubsection
7529 Leyendas distintas para cada página
7530 \begin_inset Index idx
7531 status collapsed
7532
7533 \begin_layout Plain Layout
7534 Tablas largas ! Leyendas distintas para cada página
7535 \end_layout
7536
7537 \end_inset
7538
7539
7540 \end_layout
7541
7542 \begin_layout Standard
7543 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7544  de la leyenda de la primera página de la tabla, se insertan con el comando
7545  en código TeX
7546 \end_layout
7547
7548 \begin_layout Standard
7549
7550 \series bold
7551
7552 \backslash
7553 caption*{texto de la leyenda}
7554 \backslash
7555
7556 \backslash
7557 %
7558 \end_layout
7559
7560 \begin_layout Standard
7561 en una fila postiza que se marca como encabezado.
7562  La tabla
7563 \begin_inset space ~
7564 \end_inset
7565
7566
7567 \begin_inset CommandInset ref
7568 LatexCommand ref
7569 reference "tab:DifLeyendas"
7570
7571 \end_inset
7572
7573  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7574  no incluye número de tabla.
7575 \end_layout
7576
7577 \begin_layout Standard
7578 \align center
7579 \begin_inset Tabular
7580 <lyxtabular version="3" rows="59" columns="3">
7581 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7582 <column alignment="left" valignment="top" width="0cm">
7583 <column alignment="left" valignment="top" width="0pt">
7584 <column alignment="right" valignment="top" width="0pt">
7585 <row caption="true">
7586 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 \begin_inset Caption
7591
7592 \begin_layout Plain Layout
7593 Ejemplo de lista telefónica
7594 \begin_inset CommandInset label
7595 LatexCommand label
7596 name "tab:DifLeyendas"
7597
7598 \end_inset
7599
7600
7601 \begin_inset Argument
7602 status collapsed
7603
7604 \begin_layout Plain Layout
7605 Ejemplo de lista telefónica
7606 \end_layout
7607
7608 \end_inset
7609
7610
7611 \end_layout
7612
7613 \end_inset
7614
7615
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 </row>
7639 <row endfirsthead="true">
7640 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \series bold
7646 Ejemplo de lista telefónica (ignore los nombres)
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 </row>
7670 <row endfirsthead="true">
7671 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675
7676 \series bold
7677 NOMBRE
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695
7696 \series bold
7697 TEL.
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 </row>
7703 <row endhead="true">
7704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 \begin_inset ERT
7709 status open
7710
7711 \begin_layout Plain Layout
7712
7713
7714 \backslash
7715 caption*{continúa Ejemplo de lista telefónica}
7716 \backslash
7717
7718 \backslash
7719 %
7720 \end_layout
7721
7722 \end_inset
7723
7724
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row endhead="true">
7749 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \series bold
7755 Ejemplo de lista telefónica
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row endhead="true">
7780 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 NOMBRE
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \series bold
7806 TEL.
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 </row>
7812 <row endfoot="true">
7813 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817 continúa en página siguiente
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \series bold
7848 Annovi
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 Silvia
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 111
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row>
7873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \series bold
7879 Bertoli
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 Stefano
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 111
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row>
7904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \series bold
7910 Bozzi
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 Walter
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928 111
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 </row>
7934 <row>
7935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \series bold
7941 Cachia
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 Maria
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 111
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \series bold
7972 Cachia
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 Maurizio
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 111
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \series bold
8003 Cinquemani
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 Giusi
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 111
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row>
8028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \series bold
8034 Colin
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 Bernard
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 111
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 </row>
8058 <row>
8059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \series bold
8065 Concli
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 Gianfranco
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 111
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 </row>
8089 <row>
8090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094
8095 \series bold
8096 Dal Bosco
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 Carolina
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 111
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 </row>
8120 <row>
8121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125
8126 \series bold
8127 Dalpiaz
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 Annamaria
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 111
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 </row>
8151 <row>
8152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156
8157 \series bold
8158 Feliciello
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 Domenico
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 111
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 </row>
8182 <row>
8183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187
8188 \series bold
8189 Focarelli
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 Paola
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 111
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 </row>
8213 <row>
8214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218
8219 \series bold
8220 Galletti
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 Oreste
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 111
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \series bold
8251 Gasparini
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 Franca
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 111
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 </row>
8275 <row>
8276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280
8281 \series bold
8282 Rizzardi
8283 \series default
8284
8285 \begin_inset Foot
8286 status collapsed
8287
8288 \begin_layout Plain Layout
8289 Ejemplo de nota a pie de página
8290 \end_layout
8291
8292 \end_inset
8293
8294
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 Paola
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 111
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \series bold
8325 Lassini
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 Giancarlo
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 111
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \series bold
8356 Malfatti
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Luciano
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 111
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \series bold
8387 Malfatti
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Valeriano
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 111
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416
8417 \series bold
8418 Meneguzzo
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 Roberto
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 111
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \series bold
8449 Mezzadra
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 Roberto
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 111
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 <row>
8474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478
8479 \series bold
8480 Pirpamer
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 Erich
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 111
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \series bold
8511 Pochiesa
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 Paolo
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 111, 222
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \series bold
8542 Radina
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 Claudio
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 111
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \series bold
8573 Stuffer
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Oskar
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 111
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \series bold
8604 Tacchelli
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 Ugo
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 111
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 </row>
8628 <row>
8629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633
8634 \series bold
8635 Tezzele
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 Margit
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 111
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 <row>
8660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664
8665 \series bold
8666 Unterkalmsteiner
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 Frieda
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 111
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 </row>
8690 <row>
8691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695
8696 \series bold
8697 Vieider
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 Hilde
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 111
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 </row>
8721 <row>
8722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726
8727 \series bold
8728 Vigna
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 Jürgen
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 111
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 </row>
8752 <row>
8753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757
8758 \series bold
8759 Weber
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 Maurizio
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 111
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 </row>
8783 <row>
8784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788
8789 \series bold
8790 Winkler
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 Franz
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 111
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 </row>
8814 <row>
8815 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819  
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 <row>
8844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848
8849 \series bold
8850 Annovi
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 Silvia
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 555
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 </row>
8874 <row>
8875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879
8880 \series bold
8881 Bertoli
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 Stefano
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 555
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 </row>
8905 <row>
8906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910
8911 \series bold
8912 Bozzi
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 Walter
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 555
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 <row>
8937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941
8942 \series bold
8943 Cachia
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 Maria
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 555
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \series bold
8974 Cachia
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 Maurizio
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 555
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \series bold
9005 Cinquemani
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 Giusi
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 555
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \series bold
9036 Colin
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 Bernard
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 555
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row>
9061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \series bold
9067 Concli
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 Gianfranco
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 555
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row>
9092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \series bold
9098 Dal Bosco
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 Carolina
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 555
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \series bold
9129 Dalpiaz
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Annamaria
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 555
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 <row>
9154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158
9159 \series bold
9160 Feliciello
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 Domenico
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 555
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row>
9185 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \series bold
9191 Focarelli
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 Paola
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 555
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 <row>
9216 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \series bold
9222 Galletti
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 Oreste
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 555
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \series bold
9253 Gasparini
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 Franca
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 555
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 </row>
9277 <row>
9278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282
9283 \series bold
9284 Rizzardi
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 Paola
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 555
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 </row>
9308 <row>
9309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313
9314 \series bold
9315 Lassini
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 Giancarlo
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 555
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row>
9340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \series bold
9346 Malfatti
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 Luciano
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 555
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row>
9371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \series bold
9377 Malfatti
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 Valeriano
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 555
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 </row>
9401 <row>
9402 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \series bold
9408 Meneguzzo
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 Roberto
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426 555
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row>
9433 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \series bold
9439 Mezzadra
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 Roberto
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457 555
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 </lyxtabular>
9464
9465 \end_inset
9466
9467
9468 \end_layout
9469
9470 \begin_layout Section
9471 Particularidades de las tablas largas
9472 \begin_inset CommandInset label
9473 LatexCommand label
9474 name "sec:Particularidades-tablas-largas"
9475
9476 \end_inset
9477
9478
9479 \end_layout
9480
9481 \begin_layout Subsection
9482 Cálculos
9483 \begin_inset Index idx
9484 status collapsed
9485
9486 \begin_layout Plain Layout
9487 Tablas largas ! Cálculos
9488 \end_layout
9489
9490 \end_inset
9491
9492
9493 \end_layout
9494
9495 \begin_layout Standard
9496 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9497  utilizando los denominados «trozos», que son partes de la tabla presentes
9498  en la memoria de LaTeX.
9499  El valor predeterminado está establecido a sólo 20 filas.
9500  Si estás usando tablas largas con muchas páginas, la generación del documento
9501  puede hacerse muy lenta.
9502  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9503  el siguiente comando en el preámbulo del documento:
9504 \end_layout
9505
9506 \begin_layout Standard
9507
9508 \series bold
9509
9510 \backslash
9511 setcounter{LTchunksize}{100}
9512 \end_layout
9513
9514 \begin_layout Subsection
9515 Flotantes y tablas largas
9516 \begin_inset Index idx
9517 status collapsed
9518
9519 \begin_layout Plain Layout
9520 Tablas largas ! Flotantes
9521 \end_layout
9522
9523 \end_inset
9524
9525
9526 \end_layout
9527
9528 \begin_layout Standard
9529 Podría haber problemas si un flotante aparece en la misma página donde comienza
9530  una tabla larga.
9531  Para evitarlo, añade un 
9532 \begin_inset Quotes fld
9533 \end_inset
9534
9535 salto de página limpia
9536 \begin_inset Quotes frd
9537 \end_inset
9538
9539  (menú 
9540 \family sans
9541 Insertar\SpecialChar \menuseparator
9542 Formato\SpecialChar \menuseparator
9543 Limpiar
9544 \begin_inset space ~
9545 \end_inset
9546
9547 página
9548 \family default
9549 ) antes de la tabla.
9550 \end_layout
9551
9552 \begin_layout Subsection
9553 Saltos de página forzados
9554 \begin_inset Index idx
9555 status collapsed
9556
9557 \begin_layout Plain Layout
9558 Tablas largas ! Saltos de página forzados
9559 \end_layout
9560
9561 \end_inset
9562
9563
9564 \end_layout
9565
9566 \begin_layout Standard
9567 Por omisión, las tablas sólo se cortan entre filas.
9568  Si tienes una celda con líneas múltiples y necesitas un salto de página
9569  dentro de la celda, inserta el comando de nueva línea «
9570 \series bold
9571
9572 \backslash
9573
9574 \backslash
9575
9576 \series default
9577 » en código TeX en el punto en que quieras cortar.
9578  Antes del comando «
9579 \series bold
9580
9581 \backslash
9582
9583 \backslash
9584
9585 \series default
9586 » debes insertar en código TeX tantos caracteres «
9587 \series bold
9588 &
9589 \series default
9590 » como columnas siguientes de la tabla.
9591  
9592 \series bold
9593 &
9594 \series default
9595  es el carácter para separar celdas.
9596  Escribe en código TeX después de cada 
9597 \series bold
9598 &
9599 \series default
9600  el contenido de la celda siguiente correspondiente y borra el contenido
9601  de esas celdas.
9602 \begin_inset Newline newline
9603 \end_inset
9604
9605 Detrás del comando 
9606 \series bold
9607
9608 \backslash
9609
9610 \backslash
9611
9612 \series default
9613 , inserta tantos 
9614 \series bold
9615 &
9616 \series default
9617  como columnas haya delante de la actual.
9618  En la tabla
9619 \begin_inset space ~
9620 \end_inset
9621
9622
9623 \begin_inset CommandInset ref
9624 LatexCommand ref
9625 reference "tab:Saltos de Página Forzados"
9626
9627 \end_inset
9628
9629  la celda que debería cortarse está en la segunda columna seguida de otra
9630  columna.
9631  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9632  de «
9633 \emph on
9634 Castelchiodato,
9635 \emph default
9636 »:
9637 \end_layout
9638
9639 \begin_layout Standard
9640
9641 \series bold
9642 & 111
9643 \backslash
9644
9645 \backslash
9646  
9647 \backslash
9648 newpage
9649 \begin_inset Newline newline
9650 \end_inset
9651
9652 &
9653 \end_layout
9654
9655 \begin_layout Standard
9656 El «111» en la tercera columna de la fila se ha borrado.
9657
9658 \series bold
9659  
9660 \backslash
9661 newpage 
9662 \series default
9663 es necesario solo si en esta posición debiera ir definitivamente un salto
9664  de página, de otro modo es sólamente una posibilidad de salto.
9665  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9666  superior pero quisieras una línea horizontal donde se corta la celda, usa
9667  este comando alternativo:
9668 \end_layout
9669
9670 \begin_layout Standard
9671
9672 \series bold
9673 & 111
9674 \backslash
9675
9676 \backslash
9677
9678 \begin_inset Newline newline
9679 \end_inset
9680
9681
9682 \backslash
9683 hline &
9684 \end_layout
9685
9686 \begin_layout Standard
9687 Cuando la celda a cortar está en la última columna, el comando
9688 \end_layout
9689
9690 \begin_layout Standard
9691
9692 \series bold
9693
9694 \backslash
9695 setlength{
9696 \backslash
9697 parfillskip}{0pt}
9698 \end_layout
9699
9700 \begin_layout Standard
9701 debe insertarse en código TeX al principio de la celda.
9702  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9703  aparecerá con toda su anchura.
9704 \end_layout
9705
9706 \begin_layout Standard
9707 \align center
9708 \begin_inset Tabular
9709 <lyxtabular version="3" rows="38" columns="3">
9710 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9711 <column alignment="left" valignment="top" width="0cm">
9712 <column alignment="left" valignment="top" width="3cm">
9713 <column alignment="right" valignment="top" width="0pt">
9714 <row caption="true">
9715 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 \begin_inset Caption
9720
9721 \begin_layout Plain Layout
9722 Tabla con salto de página forzado en celda
9723 \begin_inset CommandInset label
9724 LatexCommand label
9725 name "tab:Saltos de Página Forzados"
9726
9727 \end_inset
9728
9729
9730 \begin_inset Argument
9731 status collapsed
9732
9733 \begin_layout Plain Layout
9734 Tabla con salto de página forzado en celda
9735 \end_layout
9736
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \end_inset
9743
9744
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 </row>
9768 <row endfirsthead="true">
9769 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773
9774 \series bold
9775 Ejemplo de lista telefónica (ignore los nombres)
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 </row>
9799 <row endfirsthead="true">
9800 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804
9805 \series bold
9806 NOMBRE
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824
9825 \series bold
9826 TEL.
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row endhead="true">
9833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 \begin_inset ERT
9838 status collapsed
9839
9840 \begin_layout Plain Layout
9841
9842
9843 \backslash
9844 caption*{continúa Ejemplo de lista telefónica}
9845 \backslash
9846
9847 \backslash
9848 %
9849 \end_layout
9850
9851 \end_inset
9852
9853
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 </row>
9877 <row endhead="true">
9878 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882  
9883 \series bold
9884 Ejemplo de lista telefónica
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row endhead="true">
9909 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913
9914 \series bold
9915 NOMBRE
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \series bold
9935 TEL.
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 </row>
9941 <row endfoot="true">
9942 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946 continúa en página siguiente
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row>
9971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \series bold
9977 Annovi
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986 Silvia
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995 111
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 </row>
10001 <row>
10002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \series bold
10008 Bertoli
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 Stefano
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 111
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 </row>
10032 <row>
10033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \series bold
10039 Bozzi
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048 Walter
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 111
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row>
10064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \series bold
10070 Cachia
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 Maria
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088 111
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 <row>
10095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \series bold
10101 Cachia
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110 Maurizio
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119 111
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 </row>
10125 <row>
10126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \series bold
10132 Cinquemani
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 Giusi
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 111
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \series bold
10163 Colin
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 Bernard
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 111
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 </row>
10187 <row>
10188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192
10193 \series bold
10194 Concli
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 Gianfranco
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 111
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 <row>
10219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \series bold
10225 Dal Bosco
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 Carolina
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 111
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row>
10250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \series bold
10256 Dalpiaz
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Annamaria
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 111
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 Feliciello
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Domenico
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 111
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row>
10312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 Focarelli
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 Paola
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 111
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 </row>
10342 <row>
10343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347
10348 \series bold
10349 Galletti
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Oreste
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 111
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378
10379 \series bold
10380 Gasparini
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Franca
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 111
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \series bold
10411 Lassini
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 Giancarlo
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 <row>
10436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440
10441 \series bold
10442 Malfatti
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 Luciano
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 111
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \series bold
10473 Malfatti
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 Valeriano
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 111
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 </row>
10497 <row>
10498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502
10503 \series bold
10504 Meneguzzo
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 Roberto
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 111
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 <row>
10529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \series bold
10535 Mezzadra
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 Roberto
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 111
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 <row>
10560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564
10565 \series bold
10566 Pirpamer
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 Erich
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 111
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \series bold
10597 Pochiesa
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Paolo
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 111, 222
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row>
10622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \series bold
10628 Radina
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 Claudio
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 111
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \series bold
10659 Rizzardi
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 Paolo, 11.
10669  Fürst von Montecompatri, 11.
10670  Fürst von Sulmona und Vivaro, 10.
10671  Fürst von Rossano, 5.
10672  Herzog von Canemorte, 11.
10673  Herzog von Palombara, 5.
10674  Herzog von Castelchiodato,
10675 \begin_inset ERT
10676 status open
10677
10678 \begin_layout Plain Layout
10679
10680 & 111
10681 \backslash
10682
10683 \backslash
10684  
10685 \backslash
10686 newpage
10687 \end_layout
10688
10689 \begin_layout Plain Layout
10690
10691 &
10692 \end_layout
10693
10694 \end_inset
10695
10696  11.
10697  Herzog von Poggionativo, 11.
10698  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10699  Graf von Valinfreda, 11.
10700  Baron von Cropalati, 11.
10701  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 111
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 </row>
10716 <row>
10717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721
10722 \series bold
10723 Stuffer
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 Oskar
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 111
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row>
10748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \series bold
10754 Tacchelli
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 Ugo
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 111
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \series bold
10785 Tezzele
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 Margit
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803 111
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 </row>
10809 <row>
10810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814
10815 \series bold
10816 Unterkalmsteiner
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 Frieda
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 111
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 </row>
10840 <row>
10841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \series bold
10847 Vieider
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 Hilde
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865 111
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 </row>
10871 <row>
10872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876
10877 \series bold
10878 Vigna
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 Jürgen
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896 111
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 </row>
10902 <row>
10903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \series bold
10909 Weber
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 Maurizio
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927 111
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 </row>
10933 <row>
10934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938
10939 \series bold
10940 Winkler
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 Franz
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 111
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 </lyxtabular>
10965
10966 \end_inset
10967
10968
10969 \end_layout
10970
10971 \begin_layout Section
10972 Líneas múltiples en columnas y filas
10973 \end_layout
10974
10975 \begin_layout Subsection
10976 Líneas múltiples en celdas
10977 \begin_inset CommandInset label
10978 LatexCommand label
10979 name "sub:Líneas-Múltiples-en"
10980
10981 \end_inset
10982
10983
10984 \begin_inset Index idx
10985 status collapsed
10986
10987 \begin_layout Plain Layout
10988 Lineas@Líneas múltiples en celdas
10989 \end_layout
10990
10991 \end_inset
10992
10993
10994 \begin_inset Index idx
10995 status collapsed
10996
10997 \begin_layout Plain Layout
10998 Tablas ! Saltos de línea
10999 \end_layout
11000
11001 \end_inset
11002
11003
11004 \end_layout
11005
11006 \begin_layout Standard
11007 \noindent
11008 \begin_inset Float table
11009 placement H
11010 wide false
11011 sideways false
11012 status open
11013
11014 \begin_layout Plain Layout
11015 \begin_inset Caption
11016
11017 \begin_layout Plain Layout
11018 \begin_inset CommandInset label
11019 LatexCommand label
11020 name "tab:Tabla-con-múltiples"
11021
11022 \end_inset
11023
11024 Tabla con líneas múltiples en celda
11025 \end_layout
11026
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \begin_layout Plain Layout
11033 \align center
11034 \begin_inset Tabular
11035 <lyxtabular version="3" rows="3" columns="3">
11036 <features tabularvalignment="middle">
11037 <column alignment="center" valignment="middle" width="2.5cm">
11038 <column alignment="center" valignment="middle" width="0">
11039 <column alignment="center" valignment="middle" width="0">
11040 <row>
11041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 líneas
11046 \begin_inset Newline linebreak
11047 \end_inset
11048
11049 múltiples
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 b
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 c
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 <row>
11074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 d
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 e
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 f
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 </row>
11102 <row>
11103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 g
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 h
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 i
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 </row>
11131 </lyxtabular>
11132
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \end_inset
11139
11140
11141 \end_layout
11142
11143 \begin_layout Standard
11144 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11145  párrafos con varias líneas y guionado.
11146 \end_layout
11147
11148 \begin_layout Standard
11149 Para generar la tabla
11150 \begin_inset space ~
11151 \end_inset
11152
11153
11154 \begin_inset CommandInset ref
11155 LatexCommand ref
11156 reference "tab:Tabla-con-múltiples"
11157
11158 \end_inset
11159
11160 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
11161  En el diálogo que surge establece una anchura de 2.5
11162 \begin_inset space \thinspace{}
11163 \end_inset
11164
11165 cm y escoge centro en alineación vertical y horizontal.
11166  La alineación vertical se utiliza para todas las celdas de la fila.
11167  Como nuestro texto es menor de 2.5
11168 \begin_inset space \thinspace{}
11169 \end_inset
11170
11171 cm, sólo aparece una línea.
11172  Para poner dos añadimos un salto de línea justificado, (atajo 
11173 \family sans
11174 Ctrl+Mayúsculas+Retorno
11175 \family default
11176 ).
11177  Si el texto es más ancho que la celda será automáticamente dividido en
11178  líneas.
11179 \end_layout
11180
11181 \begin_layout Standard
11182 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11183  con guión si es la primera entrada.
11184  Por eso hay que insertar algo para que dicha palabra no sea la primera
11185  entrada: añade un espacio horizontal de 0
11186 \begin_inset space \thinspace{}
11187 \end_inset
11188
11189 pt delante de la palabra.
11190  Como el espacio es 0 la salida no cambia.
11191  El cuadro
11192 \begin_inset space ~
11193 \end_inset
11194
11195
11196 \begin_inset CommandInset ref
11197 LatexCommand ref
11198 reference "tab:Tabla-con-y"
11199
11200 \end_inset
11201
11202  muestra el efecto.
11203 \end_layout
11204
11205 \begin_layout Standard
11206 \begin_inset Float table
11207 placement b
11208 wide false
11209 sideways false
11210 status open
11211
11212 \begin_layout Plain Layout
11213 \begin_inset Caption
11214
11215 \begin_layout Plain Layout
11216 \begin_inset CommandInset label
11217 LatexCommand label
11218 name "tab:Tabla-con-y"
11219
11220 \end_inset
11221
11222 Tablas con y sin guión
11223 \end_layout
11224
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \begin_layout Plain Layout
11231 \begin_inset space \hfill{}
11232 \end_inset
11233
11234
11235 \begin_inset Tabular
11236 <lyxtabular version="3" rows="3" columns="3">
11237 <features tabularvalignment="middle">
11238 <column alignment="center" valignment="middle" width="2.5cm">
11239 <column alignment="center" valignment="middle" width="0">
11240 <column alignment="center" valignment="middle" width="0">
11241 <row>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 celdaconpalabramuylarga
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 b
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 c
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 </row>
11270 <row>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 d
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 e
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 f
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 </row>
11299 <row>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 g
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 h
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 i
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 </row>
11328 </lyxtabular>
11329
11330 \end_inset
11331
11332
11333 \begin_inset space \hfill{}
11334 \end_inset
11335
11336
11337 \begin_inset Tabular
11338 <lyxtabular version="3" rows="3" columns="3">
11339 <features tabularvalignment="middle">
11340 <column alignment="center" valignment="middle" width="2.5cm">
11341 <column alignment="center" valignment="middle" width="0">
11342 <column alignment="center" valignment="middle" width="0">
11343 <row>
11344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 \begin_inset space \hspace{}
11349 \length 0pt
11350 \end_inset
11351
11352 celdaconpalabramuylarga
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 b
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 c
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 </row>
11376 <row>
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 d
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 e
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 f
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 <row>
11406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 g
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 h
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 i
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 </row>
11434 </lyxtabular>
11435
11436 \end_inset
11437
11438
11439 \begin_inset space \hfill{}
11440 \end_inset
11441
11442
11443 \end_layout
11444
11445 \end_inset
11446
11447
11448 \end_layout
11449
11450 \begin_layout Subsection
11451 Multicolumnas
11452 \begin_inset CommandInset label
11453 LatexCommand label
11454 name "sub:Multicolumnas"
11455
11456 \end_inset
11457
11458
11459 \begin_inset Index idx
11460 status collapsed
11461
11462 \begin_layout Plain Layout
11463 Multicolumnas
11464 \end_layout
11465
11466 \end_inset
11467
11468
11469 \begin_inset Index idx
11470 status collapsed
11471
11472 \begin_layout Plain Layout
11473 Tablas ! Multicolumnas
11474 \end_layout
11475
11476 \end_inset
11477
11478
11479 \end_layout
11480
11481 \begin_layout Subsubsection
11482 Fundamentos de multicolumna
11483 \end_layout
11484
11485 \begin_layout Standard
11486 Para extender una celda sobre varias columnas, se marcan las celdas que
11487  se desee combinar y se usa el botón 
11488 \begin_inset Graphics
11489         filename ../../images/tabular-feature_multicolumn.png
11490         scale 85
11491
11492 \end_inset
11493
11494 , el menú 
11495 \family sans
11496 Editar\SpecialChar \menuseparator
11497 Tabla\SpecialChar \menuseparator
11498 Multicolumna
11499 \family default
11500 , o clic derecho sobre las celdas marcadas y elige 
11501 \family sans
11502 Multicolumna 
11503 \family default
11504 en el menú contextual.
11505 \end_layout
11506
11507 \begin_layout Standard
11508 Las multicolumnas tienen su propia configuración de celdas.
11509  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11510  multicolumna.
11511  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11512  última fila sin borde superior:
11513 \end_layout
11514
11515 \begin_layout Standard
11516 \align center
11517 \begin_inset Tabular
11518 <lyxtabular version="3" rows="3" columns="4">
11519 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11520 <column alignment="center" valignment="top" width="0pt">
11521 <column alignment="center" valignment="middle" width="0">
11522 <column alignment="center" valignment="top" width="0in">
11523 <column alignment="center" valignment="top" width="0pt">
11524 <row>
11525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 abc
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 def ghi
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 jkl
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 </row>
11562 <row>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567
11568 \family roman
11569 \series medium
11570 \shape up
11571 \size normal
11572 \emph off
11573 \bar no
11574 \noun off
11575 \color none
11576 A
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 B
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 C
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 D
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 </row>
11609 <row>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 1
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 2
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 3
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 4
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 </row>
11647 </lyxtabular>
11648
11649 \end_inset
11650
11651
11652 \end_layout
11653
11654 \begin_layout Subsubsection
11655 Cálculos en multicolumnas
11656 \begin_inset CommandInset label
11657 LatexCommand label
11658 name "sub:Cálculos-en-Multicolumnas"
11659
11660 \end_inset
11661
11662
11663 \begin_inset Index idx
11664 status collapsed
11665
11666 \begin_layout Plain Layout
11667 Multicolumnas ! Cálculos
11668 \end_layout
11669
11670 \end_inset
11671
11672
11673 \end_layout
11674
11675 \begin_layout Standard
11676 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11677  la anchura de celda de las columnas combinadas en la celda multicolumna.
11678 \end_layout
11679
11680 \begin_layout Standard
11681 \begin_inset Float table
11682 placement h
11683 wide false
11684 sideways false
11685 status open
11686
11687 \begin_layout Plain Layout
11688 \begin_inset Caption
11689
11690 \begin_layout Plain Layout
11691 \begin_inset CommandInset label
11692 LatexCommand label
11693 name "tab:Tabla-con-centrado"
11694
11695 \end_inset
11696
11697 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11698 te la mitad de anchura que la celda multicolumna
11699 \begin_inset Argument
11700 status collapsed
11701
11702 \begin_layout Plain Layout
11703 Tabla multicolumna perfecta
11704 \end_layout
11705
11706 \end_inset
11707
11708
11709 \end_layout
11710
11711 \end_inset
11712
11713
11714 \end_layout
11715
11716 \begin_layout Plain Layout
11717 \align center
11718 \begin_inset Tabular
11719 <lyxtabular version="3" rows="3" columns="3">
11720 <features tabularvalignment="middle">
11721 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11722 <column alignment="center" valignment="middle" width="0">
11723 <column alignment="center" valignment="top" width="0">
11724 <row>
11725 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 multicolumna línea múltiple
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 c
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 </row>
11753 <row>
11754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 d
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 e
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 f
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 </row>
11782 <row>
11783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 g
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 h
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 i
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 </row>
11811 </lyxtabular>
11812
11813 \end_inset
11814
11815
11816 \end_layout
11817
11818 \end_inset
11819
11820
11821 \end_layout
11822
11823 \begin_layout Standard
11824 Por ejemplo, para crear la tabla
11825 \begin_inset space ~
11826 \end_inset
11827
11828
11829 \begin_inset CommandInset ref
11830 LatexCommand ref
11831 reference "tab:Tabla-con-centrado"
11832
11833 \end_inset
11834
11835 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11836  clic derecho.
11837  En el diálogo marca 
11838 \emph on
11839 multicolumna
11840 \emph default
11841
11842 \emph on
11843 alineación centro
11844 \emph default
11845  y una anchura de 2.5
11846 \begin_inset space \thinspace{}
11847 \end_inset
11848
11849 cm.
11850  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11851  de la celda multicolumna, así que deberías ajustar 1.25
11852 \begin_inset space \thinspace{}
11853 \end_inset
11854
11855 cm para la primera columna.
11856  La segunda columna tendrá entonces automáticamente 1.25
11857 \begin_inset space \thinspace{}
11858 \end_inset
11859
11860 cm de anchura.
11861  Para la tabla
11862 \begin_inset space ~
11863 \end_inset
11864
11865
11866 \begin_inset CommandInset ref
11867 LatexCommand ref
11868 reference "tab:Tabla-sin-mitad"
11869
11870 \end_inset
11871
11872  se ha procedido de la siguiente manera:
11873 \end_layout
11874
11875 \begin_layout Standard
11876 \begin_inset Float table
11877 wide false
11878 sideways false
11879 status open
11880
11881 \begin_layout Plain Layout
11882 \begin_inset Caption
11883
11884 \begin_layout Plain Layout
11885 \begin_inset CommandInset label
11886 LatexCommand label
11887 name "tab:Tabla-sin-mitad"
11888
11889 \end_inset
11890
11891 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11892  anchura que la celda multicolumna
11893 \begin_inset Argument
11894 status collapsed
11895
11896 \begin_layout Plain Layout
11897 Tabla multicolumna imperfecta
11898 \end_layout
11899
11900 \end_inset
11901
11902
11903 \end_layout
11904
11905 \end_inset
11906
11907
11908 \end_layout
11909
11910 \begin_layout Plain Layout
11911 \align center
11912 \begin_inset Tabular
11913 <lyxtabular version="3" rows="3" columns="3">
11914 <features tabularvalignment="middle">
11915 <column alignment="center" valignment="top" width="1.25cm">
11916 <column alignment="center" valignment="top" width="0">
11917 <column alignment="center" valignment="top" width="0">
11918 <row>
11919 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923 multicolumna línea múltiple
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 c
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 </row>
11947 <row>
11948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 d
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 e
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 f
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 </row>
11976 <row>
11977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981 g
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990 h
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11996 \begin_inset Text
11997
11998 \begin_layout Plain Layout
11999 i
12000 \end_layout
12001
12002 \end_inset
12003 </cell>
12004 </row>
12005 </lyxtabular>
12006
12007 \end_inset
12008
12009
12010 \end_layout
12011
12012 \end_inset
12013
12014
12015 \end_layout
12016
12017 \begin_layout Standard
12018 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12019 a, es un poco mayor.
12020  La razón es que la anchura dada para una celda 
12021 \begin_inset Formula $W_{g}$
12022 \end_inset
12023
12024  no es su anchura total 
12025 \begin_inset Formula $W_{\mathrm{tot}}$
12026 \end_inset
12027
12028  porque una celda es siempre algo mayor que la anchura dada.
12029  El apéndice
12030 \begin_inset space ~
12031 \end_inset
12032
12033
12034 \begin_inset CommandInset ref
12035 LatexCommand eqref
12036 reference "cap:Explicación-de-la-Ecuación"
12037
12038 \end_inset
12039
12040  lo explica con detalle.
12041 \end_layout
12042
12043 \begin_layout Standard
12044 La anchura dada 
12045 \begin_inset Formula $W_{g\, n}$
12046 \end_inset
12047
12048  necesaria para combinar 
12049 \emph on
12050 n
12051 \emph default
12052  columnas puede calcularse de manera que cada columna tenga una anchura
12053  total de 
12054 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12055 \end_inset
12056
12057 :
12058 \begin_inset Formula \begin{equation}
12059 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12060 \end{equation}
12061
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \begin_layout Standard
12068 En nuestro caso tenemos 
12069 \begin_inset Formula $n=2$
12070 \end_inset
12071
12072
12073 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12074 \end_inset
12075
12076
12077 \begin_inset space \thinspace{}
12078 \end_inset
12079
12080 cm y los valores predeterminados para longitudes, así la ecuación
12081 \begin_inset space ~
12082 \end_inset
12083
12084
12085 \begin_inset CommandInset ref
12086 LatexCommand ref
12087 reference "eq:Wgn"
12088
12089 \end_inset
12090
12091  queda
12092 \begin_inset Formula \begin{equation}
12093 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12094 \end{equation}
12095
12096 \end_inset
12097
12098
12099 \end_layout
12100
12101 \begin_layout Standard
12102 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
12103  
12104 \series bold
12105 calc
12106 \series default
12107  con la línea
12108 \begin_inset Index idx
12109 status collapsed
12110
12111 \begin_layout Plain Layout
12112 LaTeX-paquetes ! calc
12113 \end_layout
12114
12115 \end_inset
12116
12117
12118 \end_layout
12119
12120 \begin_layout Standard
12121
12122 \series bold
12123
12124 \backslash
12125 usepackage{calc}
12126 \end_layout
12127
12128 \begin_layout Standard
12129 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12130  Por tanto hay que insertar un argumento LaTeX en el diálogo.
12131  He aquí un repaso de los argumentos:
12132 \end_layout
12133
12134 \begin_layout Itemize
12135
12136 \series bold
12137 p{ancho}
12138 \series default
12139  crea celdas con anchura fija, el texto alineado arriba
12140 \end_layout
12141
12142 \begin_layout Itemize
12143
12144 \series bold
12145 m{ancho}
12146 \series default
12147  crea celdas con anchura fija, el texto con alineación vertical centrada
12148  
12149 \end_layout
12150
12151 \begin_layout Itemize
12152
12153 \series bold
12154 b{ancho}
12155 \series default
12156  crea celdas con anchura fija, el texto alineado abajo
12157 \end_layout
12158
12159 \begin_layout Standard
12160 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12161  en el diálogo se ignoran.
12162 \end_layout
12163
12164 \begin_layout Standard
12165 \begin_inset Note Greyedout
12166 status open
12167
12168 \begin_layout Plain Layout
12169
12170 \series bold
12171 Nota:
12172 \series default
12173  Debido a un error, LyX muestra de todas formas estas propiedades.
12174 \end_layout
12175
12176 \end_inset
12177
12178  
12179 \end_layout
12180
12181 \begin_layout Standard
12182 El comando 
12183 \series bold
12184
12185 \backslash
12186 centering
12187 \series default
12188  centra horizontalmente el texto.
12189  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12190  columna extendida:
12191 \end_layout
12192
12193 \begin_layout Standard
12194
12195 \series bold
12196 >{
12197 \backslash
12198 centering}m{1.25cm-6.2pt}
12199 \end_layout
12200
12201 \begin_layout Standard
12202 El comando 
12203 \series bold
12204 >{ }
12205 \series default
12206  significa que los comandos entre llaves se aplican antes de crear la celda.
12207 \end_layout
12208
12209 \begin_layout Standard
12210 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12211 , aún está alineado a la izquierda.
12212  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12213  Así que para multicolumnas hemos de usar el argumento de LaTeX
12214 \end_layout
12215
12216 \begin_layout Standard
12217
12218 \series bold
12219 >{
12220 \backslash
12221 centering}m{2.5cm}
12222 \end_layout
12223
12224 \begin_layout Subsection
12225 Multifilas
12226 \begin_inset CommandInset label
12227 LatexCommand label
12228 name "sub:Multifilas"
12229
12230 \end_inset
12231
12232
12233 \begin_inset Index idx
12234 status collapsed
12235
12236 \begin_layout Plain Layout
12237 Multifilas
12238 \end_layout
12239
12240 \end_inset
12241
12242
12243 \begin_inset Index idx
12244 status collapsed
12245
12246 \begin_layout Plain Layout
12247 Tablas ! Multifilas
12248 \end_layout
12249
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \begin_layout Standard
12256 Para extender una celda sobre varias filas, se marcan las celdas que se
12257  desee combinar y se usa el botón 
12258 \begin_inset Graphics
12259         filename ../../images/tabular-feature_multirow.png
12260         scale 85
12261         scaleBeforeRotation
12262
12263 \end_inset
12264
12265 , el menú 
12266 \family sans
12267 Editar\SpecialChar \menuseparator
12268 Tabla\SpecialChar \menuseparator
12269 Multifila
12270 \family default
12271 , o clic derecho sobre las celdas marcadas y elige 
12272 \family sans
12273 Multifila 
12274 \family default
12275 en el menú contextual.
12276 \end_layout
12277
12278 \begin_layout Standard
12279
12280 \lang english
12281 Here is an example table with a multirow in the first column:
12282 \end_layout
12283
12284 \begin_layout Standard
12285 \align center
12286
12287 \lang english
12288 \begin_inset Tabular
12289 <lyxtabular version="3" rows="3" columns="3">
12290 <features tabularvalignment="middle">
12291 <column alignment="center" valignment="top" width="0pt">
12292 <column alignment="center" valignment="top" width="0">
12293 <column alignment="center" valignment="top" width="0">
12294 <row>
12295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299
12300 \lang english
12301 a long cell entry
12302 \end_layout
12303
12304 \end_inset
12305 </cell>
12306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310
12311 \lang english
12312 b
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12318 \begin_inset Text
12319
12320 \begin_layout Plain Layout
12321
12322 \lang english
12323 c
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 </row>
12329 <row>
12330 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334
12335 \lang english
12336 multifila
12337 \end_layout
12338
12339 \end_inset
12340 </cell>
12341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12342 \begin_inset Text
12343
12344 \begin_layout Plain Layout
12345
12346 \lang english
12347 e
12348 \end_layout
12349
12350 \end_inset
12351 </cell>
12352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12353 \begin_inset Text
12354
12355 \begin_layout Plain Layout
12356
12357 \lang english
12358 f
12359 \end_layout
12360
12361 \end_inset
12362 </cell>
12363 </row>
12364 <row>
12365 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12366 \begin_inset Text
12367
12368 \begin_layout Plain Layout
12369
12370 \end_layout
12371
12372 \end_inset
12373 </cell>
12374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12375 \begin_inset Text
12376
12377 \begin_layout Plain Layout
12378
12379 \lang english
12380 h
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Plain Layout
12389
12390 \lang english
12391 i
12392 \end_layout
12393
12394 \end_inset
12395 </cell>
12396 </row>
12397 </lyxtabular>
12398
12399 \end_inset
12400
12401
12402 \end_layout
12403
12404 \begin_layout Standard
12405
12406 \lang english
12407 The width of multirow cells is set by setting the width and alignment for
12408  the whole column.
12409  The 
12410 \family sans
12411 Vertical Offset
12412 \family default
12413  shifts the content of the multirow up/down if the offset is positive/negative.
12414 \end_layout
12415
12416 \begin_layout Standard
12417
12418 \lang english
12419 If the column of a multirow cell has no explicit width, the multirow cell
12420  inherits the alignment of the column.
12421  Otherwise it is by default left-aligned.
12422
12423 \lang spanish
12424  Para cambiarlo renombra el comando 
12425 \series bold
12426
12427 \backslash
12428 multirowsetup
12429 \series default
12430  con el comando
12431 \end_layout
12432
12433 \begin_layout Standard
12434
12435 \series bold
12436
12437 \backslash
12438 renewcommand{
12439 \backslash
12440 multirowsetup}{
12441 \backslash
12442 centering}
12443 \end_layout
12444
12445 \begin_layout Standard
12446 en el preámbulo del documento.
12447  Entonces se centran todas las entradas de celdas multifila en el documento.
12448  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12449  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12450  Si el texto debe estar alineado a la derecha, reemplaza 
12451 \series bold
12452
12453 \backslash
12454 centering
12455 \series default
12456  por 
12457 \series bold
12458
12459 \backslash
12460 raggedleft
12461 \series default
12462 .
12463  Para volver a alineado a la izquierda usa 
12464 \series bold
12465
12466 \backslash
12467 raggedright
12468 \series default
12469 .
12470 \end_layout
12471
12472 \begin_layout Standard
12473
12474 \lang english
12475 This is an example table with a right-aligned multirow cell that has a vertical
12476  offset of -4
12477 \begin_inset space \thinspace{}
12478 \end_inset
12479
12480 mm and is in a 3
12481 \begin_inset space \thinspace{}
12482 \end_inset
12483
12484 cm wide column:
12485 \end_layout
12486
12487 \begin_layout Standard
12488 \noindent
12489 \align center
12490 \begin_inset ERT
12491 status collapsed
12492
12493 \begin_layout Plain Layout
12494
12495
12496 \backslash
12497 renewcommand{
12498 \backslash
12499 multirowsetup}{
12500 \backslash
12501 raggedleft}
12502 \end_layout
12503
12504 \end_inset
12505
12506
12507 \begin_inset Tabular
12508 <lyxtabular version="3" rows="4" columns="3">
12509 <features tabularvalignment="middle">
12510 <column alignment="center" valignment="top" width="3cm">
12511 <column alignment="center" valignment="top" width="0">
12512 <column alignment="center" valignment="top" width="0">
12513 <row>
12514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518 a long cell entry
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 b
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 c
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 </row>
12542 <row>
12543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547 t
12548 \end_layout
12549
12550 \end_inset
12551 </cell>
12552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556 n
12557 \end_layout
12558
12559 \end_inset
12560 </cell>
12561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 m
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 </row>
12571 <row>
12572 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 multifila
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 e
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 f
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 </row>
12600 <row>
12601 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 h
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 i
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 </row>
12629 </lyxtabular>
12630
12631 \end_inset
12632
12633
12634 \begin_inset ERT
12635 status collapsed
12636
12637 \begin_layout Plain Layout
12638
12639
12640 \backslash
12641 renewcommand{
12642 \backslash
12643 multirowsetup}{
12644 \backslash
12645 raggedright}
12646 \end_layout
12647
12648 \end_inset
12649
12650
12651 \end_layout
12652
12653 \begin_layout Section
12654 Tablas formales
12655 \begin_inset CommandInset label
12656 LatexCommand label
12657 name "sec:Tablas-Formales"
12658
12659 \end_inset
12660
12661
12662 \begin_inset Index idx
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666 Tablas ! Formales
12667 \end_layout
12668
12669 \end_inset
12670
12671  
12672 \end_layout
12673
12674 \begin_layout Standard
12675 En los libros, las tablas se suelen presentar en un formato como el de la
12676  tabla 
12677 \begin_inset space ~
12678 \end_inset
12679
12680
12681 \begin_inset CommandInset ref
12682 LatexCommand ref
12683 reference "tab:Ejemplo-tabla-formal"
12684
12685 \end_inset
12686
12687 .
12688  Se denominan tablas 
12689 \emph on
12690 formales
12691 \emph default
12692 .
12693  Para hacer tablas con este diseño, elige 
12694 \family sans
12695 Estilo
12696 \family default
12697
12698 \begin_inset space ~
12699 \end_inset
12700
12701
12702 \family sans
12703 Formal
12704 \family default
12705  en la solapa 
12706 \family sans
12707 Bordes
12708 \family default
12709  del cuadro de diálogo de tablas.
12710 \end_layout
12711
12712 \begin_layout Standard
12713 \begin_inset Float table
12714 placement h
12715 wide false
12716 sideways false
12717 status open
12718
12719 \begin_layout Plain Layout
12720 \begin_inset Caption
12721
12722 \begin_layout Plain Layout
12723 \begin_inset CommandInset label
12724 LatexCommand label
12725 name "tab:Ejemplo-tabla-formal"
12726
12727 \end_inset
12728
12729 Ejemplo de tabla formal
12730 \end_layout
12731
12732 \end_inset
12733
12734
12735 \end_layout
12736
12737 \begin_layout Plain Layout
12738 \align center
12739 \begin_inset Tabular
12740 <lyxtabular version="3" rows="8" columns="4">
12741 <features booktabs="true" tabularvalignment="middle">
12742 <column alignment="center" valignment="top" width="0">
12743 <column alignment="center" valignment="top" width="0">
12744 <column alignment="center" valignment="top" width="0">
12745 <column alignment="center" valignment="top" width="0">
12746 <row>
12747 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751 System
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 <cell alignment="center" valignment="top" topline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 Chip
12761 \begin_inset space \thinspace{}
12762 \end_inset
12763
12764 1
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 Chip
12774 \begin_inset space \thinspace{}
12775 \end_inset
12776
12777 2
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 </row>
12792 <row>
12793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 \begin_inset ERT
12798 status collapsed
12799
12800 \begin_layout Plain Layout
12801
12802
12803 \backslash
12804 cmidrule(r){2-2}
12805 \end_layout
12806
12807 \end_inset
12808
12809
12810 \begin_inset ERT
12811 status collapsed
12812
12813 \begin_layout Plain Layout
12814
12815
12816 \backslash
12817 cmidrule(l){3-4}
12818 \end_layout
12819
12820 \end_inset
12821
12822 Detector thickness in µm
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 <cell alignment="center" valignment="top" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 300
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 300
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 <cell alignment="center" valignment="top" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 700
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 </row>
12855 <row>
12856 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860 Edge angle in °
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 <cell alignment="center" valignment="top" topline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869 3.55
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 <cell alignment="center" valignment="top" topline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 2.71
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 7.99
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 </row>
12893 <row topspace="default">
12894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 Spatial resolution in µm
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 <cell alignment="center" valignment="top" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 4.26
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 <cell alignment="center" valignment="top" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Plain Layout
12916 10.17
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell alignment="center" valignment="top" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 10.56
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 </row>
12931 <row topspace="default">
12932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 MTF at 
12937 \begin_inset Formula $f_{\mathrm{max}}$
12938 \end_inset
12939
12940
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 <cell alignment="center" valignment="top" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 0.53
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 0.37
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 0.39
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 </row>
12973 <row topspace="default">
12974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 \begin_inset ERT
12979 status collapsed
12980
12981 \begin_layout Plain Layout
12982
12983
12984 \backslash
12985 cmidrule(l{10pt}){1-1}
12986 \end_layout
12987
12988 \end_inset
12989
12990 LSF-spatial resolution
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 <cell alignment="center" valignment="top" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 </row>
13023 <row>
13024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13025 \begin_inset Text
13026
13027 \begin_layout Plain Layout
13028 in µm
13029 \end_layout
13030
13031 \end_inset
13032 </cell>
13033 <cell alignment="center" valignment="top" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037 129.7
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 52.75
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 50.78
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 </row>
13061 <row>
13062 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 in % of pixel size
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 76.3
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084 95.9
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093 92.3
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 </row>
13099 </lyxtabular>
13100
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \end_inset
13107
13108
13109 \end_layout
13110
13111 \begin_layout Standard
13112 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
13113  correspondientes que se encuentran en la solapa 
13114 \family sans
13115 Bordes 
13116 \family default
13117 del diálogo
13118 \family sans
13119  Configuración
13120 \begin_inset space ~
13121 \end_inset
13122
13123 de
13124 \begin_inset space ~
13125 \end_inset
13126
13127 la
13128 \begin_inset space ~
13129 \end_inset
13130
13131 tabla
13132 \family default
13133 , como se explica en la sección
13134 \begin_inset space ~
13135 \end_inset
13136
13137
13138 \begin_inset CommandInset ref
13139 LatexCommand ref
13140 reference "sub:Espacio-adicional"
13141
13142 \end_inset
13143
13144 .
13145 \end_layout
13146
13147 \begin_layout Standard
13148 A diferencia de las tablas normales, las tablas formales no tienen líneas
13149  verticales.
13150  Las líneas horizontales se pueden poner o no como en las tablas normales,
13151  pero en la salida se mostrarán con distinto grosor:
13152 \begin_inset Newline newline
13153 \end_inset
13154
13155 Las líneas primera y última tienen un grosor predeterminado de 0.08
13156 \begin_inset space \thinspace{}
13157 \end_inset
13158
13159 em, las demás tienen un grosor predeterminado de 0.05
13160 \begin_inset space \thinspace{}
13161 \end_inset
13162
13163 em.
13164 \end_layout
13165
13166 \begin_layout Standard
13167 Estos valores predeterminados se pueden cambiar
13168 \series bold
13169  
13170 \series default
13171 con las líneas de preámbulo:
13172 \end_layout
13173
13174 \begin_layout Standard
13175
13176 \series bold
13177
13178 \backslash
13179 let
13180 \backslash
13181 mytoprule
13182 \backslash
13183 toprule
13184 \begin_inset Newline newline
13185 \end_inset
13186
13187
13188 \backslash
13189 renewcommand{
13190 \backslash
13191 toprule}{
13192 \backslash
13193 mytoprule[grosor]}
13194 \end_layout
13195
13196 \begin_layout Standard
13197 Este ejemplo es para la primera línea, la denominada 
13198 \series bold
13199 toprule
13200 \series default
13201 .
13202  Si quieres cambiar el grosor de la última línea, reemplaza 
13203 \series bold
13204 toprule
13205 \series default
13206  por 
13207 \series bold
13208 bottomrule
13209 \series default
13210 .
13211  Y para cambiar el grosor de las demás líneas cambia 
13212 \series bold
13213 toprule
13214 \series default
13215  por 
13216 \series bold
13217 midrule
13218 \series default
13219 .
13220  Puedes usar cualquiera de las unidades listadas en el apéndice
13221 \begin_inset space ~
13222 \end_inset
13223
13224
13225 \begin_inset CommandInset ref
13226 LatexCommand ref
13227 reference "cap:Unidades-disponibles-en"
13228
13229 \end_inset
13230
13231  para establecer el grosor.
13232 \end_layout
13233
13234 \begin_layout Standard
13235 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
13236  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
13237  LyX empleará internamente el comando 
13238 \series bold
13239
13240 \backslash
13241 cmidrule
13242 \series default
13243  para dibujar la línea.
13244  El esquema completo es
13245 \end_layout
13246
13247 \begin_layout Standard
13248
13249 \series bold
13250
13251 \backslash
13252 cmidrule[grosor](recorte){inicol-fincol}
13253 \end_layout
13254
13255 \begin_layout Standard
13256 Por el momento, LyX no soporta las opciones de 
13257 \series bold
13258
13259 \backslash
13260 cmidrule
13261 \series default
13262 , así que para usarlas hay que emplear código TeX.
13263  Las líneas 
13264 \series bold
13265
13266 \backslash
13267 cmidrule
13268 \series default
13269  se pueden insertar manualmente con el comando en código TeX como primera
13270  entrada de la primera celda de una fila.
13271  En la salida se dibujará la línea sobre dicha fila.
13272 \end_layout
13273
13274 \begin_layout Standard
13275 El grosor predeterminado es 0.03
13276 \begin_inset space \thinspace{}
13277 \end_inset
13278
13279 em.
13280  
13281 \series bold
13282 inicol
13283 \series default
13284  es el número de la columna en la que comienza la línea y 
13285 \series bold
13286 fincol
13287 \series default
13288  es el número de la columna en la que acaba la línea.
13289  El valor 
13290 \series bold
13291 fincol
13292 \series default
13293  debe especificarse siempre, aunque la línea se extienda sobre una sola
13294  columna.
13295  El parámetro opcional 
13296 \series bold
13297 recorte
13298 \series default
13299  debe ser 
13300 \emph on
13301 l{recorte}
13302 \emph default
13303  o 
13304 \emph on
13305 r{recorte}
13306 \emph default
13307 , donde 
13308 \emph on
13309 recorte
13310 \emph default
13311  también es opcional.
13312  Por ejemplo, el parámetro 
13313 \emph on
13314 l{2pt}
13315 \emph default
13316  significa que la línea se recorta 2
13317 \begin_inset space \thinspace{}
13318 \end_inset
13319
13320 pt por su izquierda.
13321  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
13322 \begin_inset space \thinspace{}
13323 \end_inset
13324
13325 em.
13326
13327 \series bold
13328  
13329 \end_layout
13330
13331 \begin_layout Standard
13332
13333 \end_layout
13334
13335 \begin_layout Standard
13336 \begin_inset VSpace bigskip
13337 \end_inset
13338
13339
13340 \end_layout
13341
13342 \begin_layout Standard
13343 La tabla
13344 \begin_inset space ~
13345 \end_inset
13346
13347
13348 \begin_inset CommandInset ref
13349 LatexCommand ref
13350 reference "tab:Ejemplo-tabla-formal"
13351
13352 \end_inset
13353
13354  se ha creado con los comandos
13355 \end_layout
13356
13357 \begin_layout Standard
13358
13359 \series bold
13360
13361 \backslash
13362 cmidrule(r){2-2}
13363 \backslash
13364 cmidrule(l){3-4}
13365 \end_layout
13366
13367 \begin_layout Standard
13368 en la segunda fila, 
13369 \series bold
13370
13371 \backslash
13372 midrule
13373 \series default
13374  en la tercera, y
13375 \end_layout
13376
13377 \begin_layout Standard
13378
13379 \series bold
13380
13381 \backslash
13382 cmidrule(l{10pt}){1-1}
13383 \end_layout
13384
13385 \begin_layout Standard
13386 en la sexta fila.
13387 \end_layout
13388
13389 \begin_layout Standard
13390 \begin_inset VSpace bigskip
13391 \end_inset
13392
13393
13394 \end_layout
13395
13396 \begin_layout Standard
13397 Quizá quieras superponer líneas 
13398 \series bold
13399
13400 \backslash
13401 cmidrules
13402 \series default
13403  como en la tabla
13404 \begin_inset space ~
13405 \end_inset
13406
13407
13408 \begin_inset CommandInset ref
13409 LatexCommand ref
13410 reference "tab:Tabla-formal-especial"
13411
13412 \end_inset
13413
13414 .
13415  Esto se consigue con el comando en código TeX
13416 \end_layout
13417
13418 \begin_layout Standard
13419
13420 \series bold
13421
13422 \backslash
13423 morecmidrules
13424 \end_layout
13425
13426 \begin_layout Standard
13427 El comando que se ha utilizado para la segunda fila de la tabla
13428 \begin_inset space ~
13429 \end_inset
13430
13431
13432 \begin_inset CommandInset ref
13433 LatexCommand ref
13434 reference "tab:Tabla-formal-especial"
13435
13436 \end_inset
13437
13438  es
13439 \end_layout
13440
13441 \begin_layout Standard
13442
13443 \series bold
13444
13445 \backslash
13446 cmidrule(r){2-2}
13447 \backslash
13448 cmidrule(l){3-4}
13449 \backslash
13450 morecmidrules
13451 \backslash
13452 cmidrule{2-4}
13453 \end_layout
13454
13455 \begin_layout Standard
13456 El comando para la sexta fila es
13457 \end_layout
13458
13459 \begin_layout Standard
13460
13461 \series bold
13462
13463 \backslash
13464 midrule
13465 \backslash
13466 morecmidrules
13467 \backslash
13468 cmidrule{3-4}
13469 \series default
13470
13471 \begin_inset VSpace bigskip
13472 \end_inset
13473
13474
13475 \end_layout
13476
13477 \begin_layout Standard
13478 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13479  el siguiente comando para dibujar líneas que se extienden sobre todas las
13480  columnas
13481 \end_layout
13482
13483 \begin_layout Standard
13484
13485 \series bold
13486
13487 \backslash
13488 specialrule{anchura}{espacio superior}{espacio inferior}
13489 \end_layout
13490
13491 \begin_layout Standard
13492 Para más información sobre estas características especiales, acude al manual
13493  del paquete LaTeX 
13494 \series bold
13495 booktabs
13496 \series default
13497
13498 \begin_inset CommandInset citation
13499 LatexCommand cite
13500 key "booktabs"
13501
13502 \end_inset
13503
13504 .
13505 \begin_inset Index idx
13506 status collapsed
13507
13508 \begin_layout Plain Layout
13509 LaTeX-paquetes ! booktabs
13510 \end_layout
13511
13512 \end_inset
13513
13514  
13515 \begin_inset VSpace bigskip
13516 \end_inset
13517
13518
13519 \end_layout
13520
13521 \begin_layout Standard
13522 \begin_inset Float table
13523 placement h
13524 wide false
13525 sideways false
13526 status open
13527
13528 \begin_layout Plain Layout
13529 \begin_inset Caption
13530
13531 \begin_layout Plain Layout
13532 \begin_inset CommandInset label
13533 LatexCommand label
13534 name "tab:Tabla-formal-especial"
13535
13536 \end_inset
13537
13538 Tabla formal especial
13539 \end_layout
13540
13541 \end_inset
13542
13543
13544 \end_layout
13545
13546 \begin_layout Plain Layout
13547 \align center
13548 \begin_inset Tabular
13549 <lyxtabular version="3" rows="8" columns="4">
13550 <features booktabs="true" tabularvalignment="middle">
13551 <column alignment="center" valignment="top" width="0">
13552 <column alignment="center" valignment="top" width="0">
13553 <column alignment="center" valignment="top" width="0">
13554 <column alignment="center" valignment="top" width="0">
13555 <row>
13556 <cell alignment="center" valignment="top" topline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 System
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell alignment="center" valignment="top" topline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569 Chip
13570 \begin_inset space \thinspace{}
13571 \end_inset
13572
13573 1
13574 \end_layout
13575
13576 \end_inset
13577 </cell>
13578 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582 Chip
13583 \begin_inset space \thinspace{}
13584 \end_inset
13585
13586 2
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 </row>
13601 <row>
13602 <cell alignment="center" valignment="top" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 \begin_inset ERT
13607 status collapsed
13608
13609 \begin_layout Plain Layout
13610
13611
13612 \backslash
13613 cmidrule(r){2-2}
13614 \end_layout
13615
13616 \end_inset
13617
13618
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623
13624
13625 \backslash
13626 cmidrule(l){3-4}
13627 \end_layout
13628
13629 \end_inset
13630
13631
13632 \begin_inset ERT
13633 status collapsed
13634
13635 \begin_layout Plain Layout
13636
13637
13638 \backslash
13639 morecmidrules 
13640 \end_layout
13641
13642 \end_inset
13643
13644
13645 \begin_inset ERT
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649
13650
13651 \backslash
13652 cmidrule{2-4}
13653 \end_layout
13654
13655 \end_inset
13656
13657 Detector thickness in µm
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 300
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 300
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 700
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 <row>
13691 <cell alignment="center" valignment="top" topline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 Edge angle in °
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 <cell alignment="center" valignment="top" topline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 3.55
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" topline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 2.71
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" topline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 7.99
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 </row>
13728 <row topspace="default">
13729 <cell alignment="center" valignment="top" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 Spatial resolution in µm
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 4.26
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 10.17
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 10.56
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 </row>
13766 <row topspace="default">
13767 <cell alignment="center" valignment="top" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Plain Layout
13771 MTF at 
13772 \begin_inset Formula $f_{\mathrm{max}}$
13773 \end_inset
13774
13775
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 <cell alignment="center" valignment="top" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 0.53
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 0.37
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 0.39
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 </row>
13808 <row>
13809 <cell alignment="center" valignment="top" topline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813 \begin_inset ERT
13814 status collapsed
13815
13816 \begin_layout Plain Layout
13817
13818
13819 \backslash
13820 morecmidrules 
13821 \end_layout
13822
13823 \end_inset
13824
13825
13826 \begin_inset ERT
13827 status collapsed
13828
13829 \begin_layout Plain Layout
13830
13831
13832 \backslash
13833 cmidrule{3-4}
13834 \end_layout
13835
13836 \end_inset
13837
13838 LSF-spatial resolution
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" topline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 </row>
13871 <row>
13872 <cell alignment="center" valignment="top" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 in µm
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 129.7
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 52.75
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 50.78
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 <row>
13910 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 in % of pixel size
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 76.3
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 95.9
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 92.3
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 </row>
13947 </lyxtabular>
13948
13949 \end_inset
13950
13951
13952 \end_layout
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \begin_layout Section
13960 Alineación vertical de tablas
13961 \begin_inset Index idx
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965 Tablas ! Alineación vertical
13966 \end_layout
13967
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \begin_layout Standard
13974 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13975  en un cuadro.
13976  Entonces el cuadro se puede alinear verticalmente como se describe en la
13977  sección
13978 \begin_inset space ~
13979 \end_inset
13980
13981
13982 \begin_inset CommandInset ref
13983 LatexCommand ref
13984 reference "sec:Diálogo-Cuadros"
13985
13986 \end_inset
13987
13988 .
13989  
13990 \end_layout
13991
13992 \begin_layout Standard
13993 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13994 \begin_inset Foot
13995 status collapsed
13996
13997 \begin_layout Plain Layout
13998 Las minipáginas se describen en la sección
13999 \begin_inset space ~
14000 \end_inset
14001
14002
14003 \begin_inset CommandInset ref
14004 LatexCommand ref
14005 reference "sec:Minipáginas"
14006
14007 \end_inset
14008
14009 .
14010 \end_layout
14011
14012 \end_inset
14013
14014  que tiene una anchura del 15
14015 \begin_inset space \thinspace{}
14016 \end_inset
14017
14018 % de columna:
14019 \end_layout
14020
14021 \begin_layout Itemize
14022 test 
14023 \begin_inset Box Frameless
14024 position "t"
14025 hor_pos "c"
14026 has_inner_box 1
14027 inner_pos "c"
14028 use_parbox 0
14029 use_makebox 0
14030 width "15col%"
14031 special "none"
14032 height "1in"
14033 height_special "totalheight"
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037 \begin_inset Tabular
14038 <lyxtabular version="3" rows="3" columns="3">
14039 <features tabularvalignment="middle">
14040 <column alignment="center" valignment="top" width="0">
14041 <column alignment="center" valignment="top" width="0">
14042 <column alignment="center" valignment="top" width="0">
14043 <row>
14044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 a
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 d
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 g
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 </row>
14072 <row>
14073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 b
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 e
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 h
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 </row>
14101 <row>
14102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 c
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Plain Layout
14115 f
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 i
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 </row>
14130 </lyxtabular>
14131
14132 \end_inset
14133
14134
14135 \end_layout
14136
14137 \end_inset
14138
14139  test 
14140 \begin_inset ERT
14141 status collapsed
14142
14143 \begin_layout Plain Layout
14144
14145
14146 \backslash
14147 raisebox{0.85
14148 \backslash
14149 baselineskip}{
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \begin_inset Box Frameless
14156 position "t"
14157 hor_pos "c"
14158 has_inner_box 1
14159 inner_pos "c"
14160 use_parbox 0
14161 use_makebox 0
14162 width "15col%"
14163 special "none"
14164 height "1in"
14165 height_special "totalheight"
14166 status collapsed
14167
14168 \begin_layout Plain Layout
14169 \begin_inset Tabular
14170 <lyxtabular version="3" rows="3" columns="3">
14171 <features tabularvalignment="middle">
14172 <column alignment="center" valignment="top" width="0">
14173 <column alignment="center" valignment="top" width="0">
14174 <column alignment="center" valignment="top" width="0">
14175 <row>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 a
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 d
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 g
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 </row>
14204 <row>
14205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 b
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 e
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 h
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 </row>
14233 <row>
14234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238 c
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247 f
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256 i
14257 \end_layout
14258
14259 \end_inset
14260 </cell>
14261 </row>
14262 </lyxtabular>
14263
14264 \end_inset
14265
14266
14267 \end_layout
14268
14269 \end_inset
14270
14271
14272 \begin_inset ERT
14273 status collapsed
14274
14275 \begin_layout Plain Layout
14276
14277 }
14278 \end_layout
14279
14280 \end_inset
14281
14282
14283 \end_layout
14284
14285 \begin_layout Itemize
14286 test 
14287 \begin_inset Box Frameless
14288 position "c"
14289 hor_pos "c"
14290 has_inner_box 1
14291 inner_pos "c"
14292 use_parbox 0
14293 use_makebox 0
14294 width "15col%"
14295 special "none"
14296 height "1in"
14297 height_special "totalheight"
14298 status collapsed
14299
14300 \begin_layout Plain Layout
14301 \begin_inset Tabular
14302 <lyxtabular version="3" rows="3" columns="3">
14303 <features tabularvalignment="middle">
14304 <column alignment="center" valignment="top" width="0">
14305 <column alignment="center" valignment="top" width="0">
14306 <column alignment="center" valignment="top" width="0">
14307 <row>
14308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Plain Layout
14312 a
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14318 \begin_inset Text
14319
14320 \begin_layout Plain Layout
14321 d
14322 \end_layout
14323
14324 \end_inset
14325 </cell>
14326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14327 \begin_inset Text
14328
14329 \begin_layout Plain Layout
14330 g
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 </row>
14336 <row>
14337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 b
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 e
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359 h
14360 \end_layout
14361
14362 \end_inset
14363 </cell>
14364 </row>
14365 <row>
14366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 c
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379 f
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14385 \begin_inset Text
14386
14387 \begin_layout Plain Layout
14388 i
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 </row>
14394 </lyxtabular>
14395
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \end_inset
14402
14403
14404 \end_layout
14405
14406 \begin_layout Itemize
14407 test 
14408 \begin_inset Box Frameless
14409 position "b"
14410 hor_pos "c"
14411 has_inner_box 1
14412 inner_pos "c"
14413 use_parbox 0
14414 use_makebox 0
14415 width "15col%"
14416 special "none"
14417 height "1in"
14418 height_special "totalheight"
14419 status collapsed
14420
14421 \begin_layout Plain Layout
14422 \begin_inset Tabular
14423 <lyxtabular version="3" rows="3" columns="3">
14424 <features tabularvalignment="middle">
14425 <column alignment="center" valignment="top" width="0">
14426 <column alignment="center" valignment="top" width="0">
14427 <column alignment="center" valignment="top" width="0">
14428 <row>
14429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Plain Layout
14433 a
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442 d
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 g
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 </row>
14457 <row>
14458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 b
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 e
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 h
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 </row>
14486 <row>
14487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Plain Layout
14491 c
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500 f
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509 i
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 </row>
14515 </lyxtabular>
14516
14517 \end_inset
14518
14519
14520 \end_layout
14521
14522 \end_inset
14523
14524  test 
14525 \begin_inset ERT
14526 status collapsed
14527
14528 \begin_layout Plain Layout
14529
14530
14531 \backslash
14532 raisebox{-0.32
14533 \backslash
14534 baselineskip}{
14535 \end_layout
14536
14537 \end_inset
14538
14539
14540 \begin_inset Box Frameless
14541 position "b"
14542 hor_pos "c"
14543 has_inner_box 1
14544 inner_pos "c"
14545 use_parbox 0
14546 use_makebox 0
14547 width "15col%"
14548 special "none"
14549 height "1in"
14550 height_special "totalheight"
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554 \begin_inset Tabular
14555 <lyxtabular version="3" rows="3" columns="3">
14556 <features tabularvalignment="middle">
14557 <column alignment="center" valignment="top" width="0">
14558 <column alignment="center" valignment="top" width="0">
14559 <column alignment="center" valignment="top" width="0">
14560 <row>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 a
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574 d
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 g
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 </row>
14589 <row>
14590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 b
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 e
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14609 \begin_inset Text
14610
14611 \begin_layout Plain Layout
14612 h
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 </row>
14618 <row>
14619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14620 \begin_inset Text
14621
14622 \begin_layout Plain Layout
14623 c
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632 f
14633 \end_layout
14634
14635 \end_inset
14636 </cell>
14637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641 i
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 </row>
14647 </lyxtabular>
14648
14649 \end_inset
14650
14651
14652 \end_layout
14653
14654 \end_inset
14655
14656
14657 \begin_inset ERT
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661
14662 }
14663 \end_layout
14664
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \begin_layout Standard
14671 Como ves, los contenidos de la primera y última filas no se alinean correctament
14672 e con la línea de texto donde está la tabla.
14673  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14674  un cuadro elevado («raisebox»
14675 \begin_inset Foot
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679 El uso del comando 
14680 \series bold
14681
14682 \backslash
14683 raisebox
14684 \series default
14685  se explica en la sección
14686 \begin_inset space ~
14687 \end_inset
14688
14689
14690 \begin_inset CommandInset ref
14691 LatexCommand ref
14692 reference "sub:Alineación-Vertical"
14693
14694 \end_inset
14695
14696 .
14697 \end_layout
14698
14699 \end_inset
14700
14701 ).
14702  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14703  usando el comando en código TeX
14704 \end_layout
14705
14706 \begin_layout Standard
14707
14708 \series bold
14709
14710 \backslash
14711 raisebox{0.85
14712 \backslash
14713 baselineskip}{
14714 \end_layout
14715
14716 \begin_layout Standard
14717 antes del cuadro.
14718  Tras él, se pone la llave de cierre 
14719 \series bold
14720 }
14721 \series default
14722  también en código TeX.
14723  Para la segunda tabla en el tercer ítem se usa el comando 
14724 \end_layout
14725
14726 \begin_layout Standard
14727
14728 \series bold
14729
14730 \backslash
14731 raisebox{-0.32
14732 \backslash
14733 baselineskip}{
14734 \end_layout
14735
14736 \begin_layout Standard
14737 \begin_inset Note Greyedout
14738 status open
14739
14740 \begin_layout Plain Layout
14741
14742 \series bold
14743 Not
14744 \series default
14745 a: La alineación del contenido de la fila con la línea del texto adyacente
14746  no es exacta.
14747  El factor necesario del comando 
14748 \series bold
14749
14750 \backslash
14751 raisebox
14752 \series default
14753  para este alineamiento depende de la fuente del documento, del tamaño de
14754  la fuente y del grosor de línea de la tabla.
14755 \end_layout
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \begin_layout Section
14763 Tablas coloreadas
14764 \begin_inset CommandInset label
14765 LatexCommand label
14766 name "sec:Tablas-Coloreadas"
14767
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \begin_layout Subsection
14774 Celdas coloreadas
14775 \begin_inset Index idx
14776 status collapsed
14777
14778 \begin_layout Plain Layout
14779 Tablas ! Coloreadas ! Celdas
14780 \end_layout
14781
14782 \end_inset
14783
14784
14785 \begin_inset Index idx
14786 status collapsed
14787
14788 \begin_layout Plain Layout
14789 Color ! en celdas de tablas
14790 \end_layout
14791
14792 \end_inset
14793
14794
14795 \end_layout
14796
14797 \begin_layout Standard
14798 \begin_inset Float table
14799 placement h
14800 wide false
14801 sideways false
14802 status open
14803
14804 \begin_layout Plain Layout
14805 \begin_inset Caption
14806
14807 \begin_layout Plain Layout
14808 \begin_inset CommandInset label
14809 LatexCommand label
14810 name "tab:Tabla-coloreada-sin"
14811
14812 \end_inset
14813
14814 Tabla coloreada sin usar el paquete 
14815 \series bold
14816 colortbl
14817 \series default
14818
14819 \begin_inset Argument
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823 Tabla sin colortbl
14824 \end_layout
14825
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \begin_layout Plain Layout
14837 \align center
14838 \begin_inset Tabular
14839 <lyxtabular version="3" rows="3" columns="3">
14840 <features tabularvalignment="middle">
14841 <column alignment="center" valignment="top" width="0">
14842 <column alignment="center" valignment="top" width="0">
14843 <column alignment="center" valignment="top" width="0">
14844 <row>
14845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849
14850 \color green
14851 a
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860
14861 \color red
14862 b
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Plain Layout
14871
14872 \color red
14873 c
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 </row>
14879 <row>
14880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884
14885 \color green
14886 d
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895
14896 \color blue
14897 e
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \color blue
14908 f
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 </row>
14914 <row>
14915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919
14920 \color green
14921 g
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930
14931 \color blue
14932 h
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941
14942 \color blue
14943 i
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 </row>
14949 </lyxtabular>
14950
14951 \end_inset
14952
14953
14954 \end_layout
14955
14956 \end_inset
14957
14958
14959 \end_layout
14960
14961 \begin_layout Standard
14962 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14963  el menú 
14964 \family sans
14965 Editar\SpecialChar \menuseparator
14966 Estilo
14967 \begin_inset space ~
14968 \end_inset
14969
14970 del
14971 \begin_inset space ~
14972 \end_inset
14973
14974 Texto
14975 \family default
14976 .
14977  Esto se ha hecho en la tabla
14978 \begin_inset space ~
14979 \end_inset
14980
14981
14982 \begin_inset CommandInset ref
14983 LatexCommand ref
14984 reference "tab:Tabla-coloreada-sin"
14985
14986 \end_inset
14987
14988 .
14989  En cualquier otro caso hay que usar el paquete LaTeX 
14990 \series bold
14991 colortbl
14992 \series default
14993 .
14994 \begin_inset Index idx
14995 status collapsed
14996
14997 \begin_layout Plain Layout
14998 LaTeX-paquetes ! colortbl
14999 \end_layout
15000
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \begin_layout Standard
15007 \begin_inset ERT
15008 status collapsed
15009
15010 \begin_layout Plain Layout
15011
15012
15013 \backslash
15014 ifcolortbl
15015 \end_layout
15016
15017 \end_inset
15018
15019
15020 \begin_inset Note Note
15021 status collapsed
15022
15023 \begin_layout Plain Layout
15024 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
15025  LaTeX 
15026 \series bold
15027 colortbl
15028 \series default
15029 .
15030 \end_layout
15031
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \begin_layout Standard
15038 Para crear tablas coloreadas, 
15039 \series bold
15040 colortbl
15041 \series default
15042  debe cargarse en el preámbulo con la línea
15043 \end_layout
15044
15045 \begin_layout Standard
15046
15047 \series bold
15048
15049 \backslash
15050 usepackage{colortbl}
15051 \end_layout
15052
15053 \begin_layout Standard
15054 El color de una columna se define con el comando
15055 \end_layout
15056
15057 \begin_layout Standard
15058
15059 \series bold
15060
15061 \backslash
15062 columncolor{nombre del color}
15063 \end_layout
15064
15065 \begin_layout Standard
15066 dentro del comando 
15067 \series bold
15068 >{ }
15069 \series default
15070 .
15071  Más sobre el comando 
15072 \series bold
15073 >{}
15074 \series default
15075  se explica en la sección
15076 \begin_inset space ~
15077 \end_inset
15078
15079
15080 \begin_inset CommandInset ref
15081 LatexCommand ref
15082 reference "sub:Cálculos-en-Multicolumnas"
15083
15084 \end_inset
15085
15086 .
15087 \end_layout
15088
15089 \begin_layout Standard
15090 Los siguientes nombres de color están predefinidos:
15091 \end_layout
15092
15093 \begin_layout Standard
15094
15095 \family sans
15096 red
15097 \family default
15098
15099 \family sans
15100 green
15101 \family default
15102
15103 \family sans
15104 yellow, blue
15105 \family default
15106
15107 \family sans
15108 cyan
15109 \family default
15110 \series bold
15111 ,
15112 \series default
15113  
15114 \family sans
15115 magenta, black
15116 \family default
15117
15118 \family sans
15119 white
15120 \end_layout
15121
15122 \begin_layout Standard
15123 \begin_inset VSpace medskip
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \begin_layout Standard
15130 Puedes definir tus propios colores con el comando
15131 \end_layout
15132
15133 \begin_layout Standard
15134
15135 \series bold
15136
15137 \backslash
15138 definecolor{nombre del color}{modelo de color}{valores de color}
15139 \end_layout
15140
15141 \begin_layout Standard
15142 El modelo de color puede ser
15143 \end_layout
15144
15145 \begin_layout Labeling
15146 \labelwidthstring 00.00.0000
15147 cmyk: cyan, magenta, yellow, black
15148 \end_layout
15149
15150 \begin_layout Labeling
15151 \labelwidthstring 00.00.0000
15152 rgb: red, green, blue
15153 \end_layout
15154
15155 \begin_layout Labeling
15156 \labelwidthstring 00.00.0000
15157 gray: gray
15158 \end_layout
15159
15160 \begin_layout Standard
15161 y los valores de color son números separados por comas entre 0 y 1 que describen
15162  el factor para el color correspondiente del modelo de color.
15163 \end_layout
15164
15165 \begin_layout Standard
15166 Por ejemplo, puedes definir el color
15167 \series bold
15168  
15169 \series default
15170 «
15171 \emph on
15172 verde oscuro
15173 \emph default
15174 » en el preámbulo con
15175 \end_layout
15176
15177 \begin_layout Standard
15178
15179 \series bold
15180
15181 \backslash
15182 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
15183 \end_layout
15184
15185 \begin_layout Standard
15186 y el color «
15187 \emph on
15188 gris claro
15189 \emph default
15190 » con
15191 \end_layout
15192
15193 \begin_layout Standard
15194
15195 \series bold
15196
15197 \backslash
15198 definecolor{grisclaro}{gray}{0.8}
15199 \end_layout
15200
15201 \begin_layout Standard
15202 \begin_inset VSpace medskip
15203 \end_inset
15204
15205
15206 \end_layout
15207
15208 \begin_layout Standard
15209 Las líneas se colorean con el comando
15210 \end_layout
15211
15212 \begin_layout Standard
15213
15214 \series bold
15215
15216 \backslash
15217 rowcolor{nombre del color}
15218 \end_layout
15219
15220 \begin_layout Standard
15221 y las celdas se colorean con el comando
15222 \end_layout
15223
15224 \begin_layout Standard
15225
15226 \series bold
15227
15228 \backslash
15229 cellcolor{nombre del color}
15230 \end_layout
15231
15232 \begin_layout Standard
15233 Ambos comandos se insertan al principio de una celda en código TeX.
15234 \end_layout
15235
15236 \begin_layout Standard
15237 Para colorear caracteres en la tabla marca las celdas y usa el menú 
15238 \family sans
15239 Editar\SpecialChar \menuseparator
15240 Estilo
15241 \begin_inset space ~
15242 \end_inset
15243
15244 del
15245 \begin_inset space ~
15246 \end_inset
15247
15248 Texto
15249 \family default
15250 .
15251  Si una celda contiene código TeX marca sólo los caracteres, si no el código
15252  TeX en color puede ocasionar errores de LaTeX.
15253 \end_layout
15254
15255 \begin_layout Standard
15256 \begin_inset Note Greyedout
15257 status open
15258
15259 \begin_layout Plain Layout
15260
15261 \series bold
15262 Nota:
15263 \series default
15264  No todos los visores DVI pueden mostrar colores definidos por el usuario.
15265 \end_layout
15266
15267 \end_inset
15268
15269
15270 \end_layout
15271
15272 \begin_layout Standard
15273 \begin_inset VSpace bigskip
15274 \end_inset
15275
15276
15277 \end_layout
15278
15279 \begin_layout Standard
15280 Para crear la tabla
15281 \begin_inset space ~
15282 \end_inset
15283
15284
15285 \begin_inset CommandInset ref
15286 LatexCommand ref
15287 reference "tab:Tabla-coloreada-con"
15288
15289 \end_inset
15290
15291  haz lo siguiente: el color de la primera columna debe ser 
15292 \emph on
15293 verde oscuro
15294 \emph default
15295 , entonces inserta
15296 \end_layout
15297
15298 \begin_layout Standard
15299
15300 \series bold
15301 >{
15302 \backslash
15303 columncolor{verdeoscuro}
15304 \backslash
15305 centering}c
15306 \end_layout
15307
15308 \begin_layout Standard
15309 como argumento LaTeX para esta columna.
15310  La primera fila debe ser azul, por tanto inserta el comando en código TeX
15311 \end_layout
15312
15313 \begin_layout Standard
15314
15315 \series bold
15316
15317 \backslash
15318 rowcolor{cyan}
15319 \end_layout
15320
15321 \begin_layout Standard
15322 en la primera celda de esta fila.
15323  Observa que esto sobreescribe el color de la columna para la primera celda.
15324  La última celda de la última fila se colorea magenta insertando el comando
15325  en código TeX
15326 \end_layout
15327
15328 \begin_layout Standard
15329
15330 \series bold
15331
15332 \backslash
15333 cellcolor{magenta}
15334 \end_layout
15335
15336 \begin_layout Standard
15337 Ahora podrían colorearse los caracteres usando el menú 
15338 \family sans
15339 Editar\SpecialChar \menuseparator
15340 Estilo
15341 \begin_inset space ~
15342 \end_inset
15343
15344 del
15345 \begin_inset space ~
15346 \end_inset
15347
15348 Texto
15349 \family default
15350 .
15351 \end_layout
15352
15353 \begin_layout Standard
15354 \begin_inset Float table
15355 placement h
15356 wide false
15357 sideways false
15358 status open
15359
15360 \begin_layout Plain Layout
15361 \begin_inset Caption
15362
15363 \begin_layout Plain Layout
15364 \begin_inset CommandInset label
15365 LatexCommand label
15366 name "tab:Tabla-coloreada-con"
15367
15368 \end_inset
15369
15370 Tabla coloreada con el paquete 
15371 \series bold
15372 colortbl
15373 \series default
15374
15375 \begin_inset Argument
15376 status collapsed
15377
15378 \begin_layout Plain Layout
15379 Tabla con 
15380 \series bold
15381 colortbl
15382 \end_layout
15383
15384 \end_inset
15385
15386
15387 \end_layout
15388
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \begin_layout Plain Layout
15395 \align center
15396 \begin_inset Tabular
15397 <lyxtabular version="3" rows="3" columns="3">
15398 <features tabularvalignment="middle">
15399 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15400 <column alignment="center" valignment="top" width="0">
15401 <column alignment="center" valignment="top" width="0">
15402 <row>
15403 <cell alignment="center" valignment="top" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407 \begin_inset ERT
15408 status collapsed
15409
15410 \begin_layout Plain Layout
15411
15412
15413 \backslash
15414 rowcolor{cyan}
15415 \end_layout
15416
15417 \end_inset
15418
15419
15420 \color magenta
15421 a
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430
15431 \color red
15432 b
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 <cell alignment="center" valignment="top" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441
15442 \color red
15443 c
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 </row>
15449 <row>
15450 <cell alignment="center" valignment="top" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454
15455 \color yellow
15456 d
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 <cell alignment="center" valignment="top" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465
15466 \color blue
15467 e
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 <cell alignment="center" valignment="top" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Plain Layout
15476
15477 \color blue
15478 f
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 </row>
15484 <row>
15485 <cell alignment="center" valignment="top" usebox="none">
15486 \begin_inset Text
15487
15488 \begin_layout Plain Layout
15489
15490 \color yellow
15491 g
15492 \end_layout
15493
15494 \end_inset
15495 </cell>
15496 <cell alignment="center" valignment="top" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Plain Layout
15500
15501 \color blue
15502 h
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511 \begin_inset ERT
15512 status collapsed
15513
15514 \begin_layout Plain Layout
15515
15516
15517 \backslash
15518 cellcolor{magenta}
15519 \end_layout
15520
15521 \end_inset
15522
15523
15524 \color green
15525 i
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 </row>
15531 </lyxtabular>
15532
15533 \end_inset
15534
15535
15536 \end_layout
15537
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \begin_layout Standard
15544 \begin_inset ERT
15545 status collapsed
15546
15547 \begin_layout Plain Layout
15548
15549
15550 \backslash
15551 else
15552 \end_layout
15553
15554 \end_inset
15555
15556
15557 \begin_inset Note Note
15558 status collapsed
15559
15560 \begin_layout Plain Layout
15561 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15562  
15563 \series bold
15564 colortbl
15565 \series default
15566 .
15567 \end_layout
15568
15569 \end_inset
15570
15571
15572 \end_layout
15573
15574 \begin_layout Standard
15575 Debes instalar el paquete LaTeX 
15576 \series bold
15577 colortbl
15578 \series default
15579  para ver la parte siguiente en la salida.
15580 \end_layout
15581
15582 \begin_layout Standard
15583 \begin_inset ERT
15584 status collapsed
15585
15586 \begin_layout Plain Layout
15587
15588
15589 \backslash
15590 fi
15591 \end_layout
15592
15593 \end_inset
15594
15595
15596 \end_layout
15597
15598 \begin_layout Subsection
15599 Líneas coloreadas
15600 \begin_inset Index idx
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604 Tablas ! Coloreadas ! Líneas
15605 \end_layout
15606
15607 \end_inset
15608
15609
15610 \begin_inset Index idx
15611 status collapsed
15612
15613 \begin_layout Plain Layout
15614 Color ! en bordes de tabla
15615 \end_layout
15616
15617 \end_inset
15618
15619
15620 \end_layout
15621
15622 \begin_layout Standard
15623 Como se describe en la sección
15624 \begin_inset space ~
15625 \end_inset
15626
15627
15628 \begin_inset CommandInset ref
15629 LatexCommand ref
15630 reference "sub:Grosor-de-Líneas"
15631
15632 \end_inset
15633
15634 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15635  
15636 \series bold
15637
15638 \backslash
15639 arrayrulewidth
15640 \series default
15641 .
15642  Se ha puesto 1.5
15643 \begin_inset space \thinspace{}
15644 \end_inset
15645
15646 pt para todas las tablas de esta sección.
15647 \begin_inset ERT
15648 status collapsed
15649
15650 \begin_layout Plain Layout
15651
15652
15653 \backslash
15654 setlength{
15655 \backslash
15656 arrayrulewidth}{1.5pt}
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \begin_layout Standard
15665 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15666  el preámbulo del documento el siguiente formato de columna, de acuerdo
15667  a lo descrito en la sección
15668 \begin_inset space ~
15669 \end_inset
15670
15671
15672 \begin_inset CommandInset ref
15673 LatexCommand ref
15674 reference "sub:Formato-Personalizado"
15675
15676 \end_inset
15677
15678 :
15679 \end_layout
15680
15681 \begin_layout Standard
15682
15683 \series bold
15684
15685 \backslash
15686 newcolumntype{W}{!{
15687 \backslash
15688 color{green}
15689 \backslash
15690 vline}}
15691 \end_layout
15692
15693 \begin_layout Standard
15694 Para la tabla
15695 \begin_inset space ~
15696 \end_inset
15697
15698
15699 \begin_inset CommandInset ref
15700 LatexCommand ref
15701 reference "tab:Tabla-con-verticales-coloreadas"
15702
15703 \end_inset
15704
15705  se usó el argumento LaTeX
15706 \series bold
15707  WcW
15708 \series default
15709  para la última columna y
15710 \series bold
15711  Wc
15712 \series default
15713  para las demás.
15714 \end_layout
15715
15716 \begin_layout Standard
15717 Si quieres tener varios colores, define más formatos de columna.
15718 \end_layout
15719
15720 \begin_layout Standard
15721 \begin_inset Float table
15722 placement h
15723 wide false
15724 sideways false
15725 status open
15726
15727 \begin_layout Plain Layout
15728 \begin_inset Caption
15729
15730 \begin_layout Plain Layout
15731 \begin_inset CommandInset label
15732 LatexCommand label
15733 name "tab:Tabla-con-verticales-coloreadas"
15734
15735 \end_inset
15736
15737 Tabla con líneas verticales coloreadas
15738 \end_layout
15739
15740 \end_inset
15741
15742
15743 \end_layout
15744
15745 \begin_layout Plain Layout
15746 \align center
15747 \begin_inset Tabular
15748 <lyxtabular version="3" rows="3" columns="3">
15749 <features tabularvalignment="middle">
15750 <column alignment="center" valignment="top" width="0" special="Wc">
15751 <column alignment="center" valignment="top" width="0" special="Wc">
15752 <column alignment="center" valignment="top" width="0" special="WcW">
15753 <row>
15754 <cell alignment="center" valignment="top" topline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 sd
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" topline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 <cell alignment="center" valignment="top" topline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 </row>
15782 <row>
15783 <cell alignment="center" valignment="top" topline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 sd
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" topline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 </row>
15811 <row>
15812 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 sd
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 </row>
15840 </lyxtabular>
15841
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \end_inset
15848
15849
15850 \end_layout
15851
15852 \begin_layout Standard
15853 \begin_inset VSpace bigskip
15854 \end_inset
15855
15856 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15857 \begin_inset space ~
15858 \end_inset
15859
15860
15861 \begin_inset CommandInset ref
15862 LatexCommand ref
15863 reference "tab:Tabla-con-horizontales-coloreadas"
15864
15865 \end_inset
15866
15867 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15868 \end_layout
15869
15870 \begin_layout Standard
15871
15872 \series bold
15873
15874 \backslash
15875 let
15876 \backslash
15877 myHlineC
15878 \backslash
15879 hline
15880 \begin_inset Newline newline
15881 \end_inset
15882
15883
15884 \backslash
15885 renewcommand{
15886 \backslash
15887 hline}
15888 \begin_inset Newline newline
15889 \end_inset
15890
15891
15892 \begin_inset Phantom HPhantom
15893 status open
15894
15895 \begin_layout Plain Layout
15896
15897 \series bold
15898 \begin_inset space ~
15899 \end_inset
15900
15901
15902 \end_layout
15903
15904 \end_inset
15905
15906 {
15907 \backslash
15908 arrayrulecolor{red}
15909 \backslash
15910 myHlineC
15911 \backslash
15912 arrayrulecolor{black}}
15913 \end_layout
15914
15915 \begin_layout Standard
15916 \begin_inset ERT
15917 status collapsed
15918
15919 \begin_layout Plain Layout
15920
15921
15922 \backslash
15923 let
15924 \backslash
15925 myHlineC
15926 \backslash
15927 hline
15928 \end_layout
15929
15930 \begin_layout Plain Layout
15931
15932
15933 \backslash
15934 renewcommand{
15935 \backslash
15936 hline}
15937 \end_layout
15938
15939 \begin_layout Plain Layout
15940
15941  {
15942 \backslash
15943 arrayrulecolor{red}
15944 \backslash
15945 myHlineC
15946 \backslash
15947 arrayrulecolor{black}}
15948 \end_layout
15949
15950 \end_inset
15951
15952
15953 \begin_inset Float table
15954 placement h
15955 wide false
15956 sideways false
15957 status open
15958
15959 \begin_layout Plain Layout
15960 \begin_inset Caption
15961
15962 \begin_layout Plain Layout
15963 \begin_inset CommandInset label
15964 LatexCommand label
15965 name "tab:Tabla-con-horizontales-coloreadas"
15966
15967 \end_inset
15968
15969 Tabla con líneas horizontales coloreadas
15970 \end_layout
15971
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \begin_layout Plain Layout
15978 \align center
15979 \begin_inset Tabular
15980 <lyxtabular version="3" rows="3" columns="3">
15981 <features tabularvalignment="middle">
15982 <column alignment="center" valignment="top" width="0">
15983 <column alignment="center" valignment="top" width="0">
15984 <column alignment="center" valignment="top" width="0">
15985 <row>
15986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 sd
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 </row>
16014 <row>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 sd
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 </row>
16043 <row>
16044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 sd
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 </row>
16072 </lyxtabular>
16073
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \end_inset
16080
16081
16082 \end_layout
16083
16084 \begin_layout Standard
16085 Para volver al color de línea negro predeterminado inserta este comando
16086  en código TeX detrás de la tabla o el flotante:
16087 \end_layout
16088
16089 \begin_layout Standard
16090
16091 \series bold
16092
16093 \backslash
16094 renewcommand{
16095 \backslash
16096 hline}{
16097 \backslash
16098 myHlineC}
16099 \end_layout
16100
16101 \begin_layout Standard
16102 La tabla
16103 \begin_inset space ~
16104 \end_inset
16105
16106
16107 \begin_inset CommandInset ref
16108 LatexCommand ref
16109 reference "tab:Tabla-con-líneas-coloreadas"
16110
16111 \end_inset
16112
16113  es un ejemplo con líneas verticales y horizontales coloreadas.
16114 \end_layout
16115
16116 \begin_layout Standard
16117 \begin_inset Float table
16118 placement h
16119 wide false
16120 sideways false
16121 status open
16122
16123 \begin_layout Plain Layout
16124 \begin_inset Caption
16125
16126 \begin_layout Plain Layout
16127 \begin_inset CommandInset label
16128 LatexCommand label
16129 name "tab:Tabla-con-líneas-coloreadas"
16130
16131 \end_inset
16132
16133 Tabla con líneas coloreadas
16134 \end_layout
16135
16136 \end_inset
16137
16138
16139 \end_layout
16140
16141 \begin_layout Plain Layout
16142 \align center
16143 \begin_inset Tabular
16144 <lyxtabular version="3" rows="3" columns="3">
16145 <features tabularvalignment="middle">
16146 <column alignment="center" valignment="top" width="0" special="Wc">
16147 <column alignment="center" valignment="top" width="0" special="Wc">
16148 <column alignment="center" valignment="top" width="0" special="WcW">
16149 <row>
16150 <cell alignment="center" valignment="top" topline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154 sd
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 <cell alignment="center" valignment="top" topline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 <cell alignment="center" valignment="top" topline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 </row>
16178 <row>
16179 <cell alignment="center" valignment="top" topline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" topline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 sd
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 </row>
16207 <row>
16208 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 sd
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 </row>
16236 </lyxtabular>
16237
16238 \end_inset
16239
16240
16241 \end_layout
16242
16243 \end_inset
16244
16245
16246 \end_layout
16247
16248 \begin_layout Standard
16249 \begin_inset ERT
16250 status collapsed
16251
16252 \begin_layout Plain Layout
16253
16254
16255 \backslash
16256 renewcommand{
16257 \backslash
16258 hline}{
16259 \backslash
16260 myHlineC}
16261 \end_layout
16262
16263 \end_inset
16264
16265
16266 \end_layout
16267
16268 \begin_layout Standard
16269 \begin_inset ERT
16270 status collapsed
16271
16272 \begin_layout Plain Layout
16273
16274
16275 \backslash
16276 setlength{
16277 \backslash
16278 arrayrulewidth}{0.4pt}
16279 \end_layout
16280
16281 \end_inset
16282
16283
16284 \end_layout
16285
16286 \begin_layout Section
16287 Personalización de tablas
16288 \begin_inset Index idx
16289 status collapsed
16290
16291 \begin_layout Plain Layout
16292 Personalización de tablas
16293 \end_layout
16294
16295 \end_inset
16296
16297
16298 \begin_inset Index idx
16299 status collapsed
16300
16301 \begin_layout Plain Layout
16302 Tablas ! Personalización
16303 \end_layout
16304
16305 \end_inset
16306
16307
16308 \end_layout
16309
16310 \begin_layout Subsection
16311 Espacio adicional en filas
16312 \begin_inset CommandInset label
16313 LatexCommand label
16314 name "sub:Espacio-adicional"
16315
16316 \end_inset
16317
16318
16319 \begin_inset Index idx
16320 status collapsed
16321
16322 \begin_layout Plain Layout
16323 Personalización de tablas ! Espacio adicional en filas
16324 \end_layout
16325
16326 \end_inset
16327
16328
16329 \end_layout
16330
16331 \begin_layout Standard
16332 Es posible añadir espacio vertical a las filas de una tabla en la solapa
16333  
16334 \family sans
16335 Bordes
16336 \family default
16337  del diálogo de configuración de tablas.
16338  En el marco 
16339 \family sans
16340 Espacio
16341 \begin_inset space ~
16342 \end_inset
16343
16344 adicional
16345 \family default
16346  dispones de tres posibilidades:
16347 \end_layout
16348
16349 \begin_layout Description
16350 Superior
16351 \begin_inset space ~
16352 \end_inset
16353
16354 de
16355 \begin_inset space ~
16356 \end_inset
16357
16358 la
16359 \begin_inset space ~
16360 \end_inset
16361
16362 fila añade espacio sobre los caracteres de la fila.
16363  Si la tabla es de estilo formal
16364 \begin_inset Foot
16365 status collapsed
16366
16367 \begin_layout Plain Layout
16368 Las tablas formales se explican en la sección
16369 \begin_inset space ~
16370 \end_inset
16371
16372
16373 \begin_inset CommandInset ref
16374 LatexCommand ref
16375 reference "sec:Tablas-Formales"
16376
16377 \end_inset
16378
16379
16380 \end_layout
16381
16382 \end_inset
16383
16384  LyX insertará 0.5
16385 \begin_inset space \thinspace{}
16386 \end_inset
16387
16388 em por omisión.
16389  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16390  verticales, como se ve en la tabla siguiente:
16391 \begin_inset VSpace medskip
16392 \end_inset
16393
16394
16395 \begin_inset Newline newline
16396 \end_inset
16397
16398
16399 \begin_inset space \hspace*{}
16400 \length 0pt
16401 \end_inset
16402
16403
16404 \begin_inset space \hfill{}
16405 \end_inset
16406
16407
16408 \begin_inset Tabular
16409 <lyxtabular version="3" rows="3" columns="1">
16410 <features tabularvalignment="middle">
16411 <column alignment="center" valignment="top" width="0">
16412 <row>
16413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417 A
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 </row>
16423 <row topspace="3mm">
16424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 3
16429 \begin_inset space \thinspace{}
16430 \end_inset
16431
16432 mm sobre la fila
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 </row>
16438 <row>
16439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443 C
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 </row>
16449 </lyxtabular>
16450
16451 \end_inset
16452
16453
16454 \begin_inset space \hfill{}
16455 \end_inset
16456
16457
16458 \begin_inset space \hspace*{}
16459 \length 0pt
16460 \end_inset
16461
16462
16463 \begin_inset VSpace medskip
16464 \end_inset
16465
16466
16467 \begin_inset Newline newline
16468 \end_inset
16469
16470 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16471  sin líneas verticales.
16472 \end_layout
16473
16474 \begin_layout Description
16475 Inferior
16476 \begin_inset space ~
16477 \end_inset
16478
16479 de
16480 \begin_inset space ~
16481 \end_inset
16482
16483 la
16484 \begin_inset space ~
16485 \end_inset
16486
16487 fila añade espacio bajo los caracteres de la fila.
16488  Si la tabla es formal LyX inserta por omisión 0.5
16489 \begin_inset space \thinspace{}
16490 \end_inset
16491
16492 em; si la tabla es normal inserta 2
16493 \begin_inset space \thinspace{}
16494 \end_inset
16495
16496 pt.
16497  
16498 \end_layout
16499
16500 \begin_layout Description
16501 Entre
16502 \begin_inset space ~
16503 \end_inset
16504
16505 las
16506 \begin_inset space ~
16507 \end_inset
16508
16509 filas añade espacio entre la fila actual y la siguiente.
16510  Si la tabla es formal LyX inserta 0.5
16511 \begin_inset space \thinspace{}
16512 \end_inset
16513
16514 em por omisión.
16515  En tablas normales, el espacio adicional destruirá las líneas verticales
16516  de la tabla, como se ve en la siguiente:
16517 \begin_inset VSpace medskip
16518 \end_inset
16519
16520
16521 \begin_inset Newline newline
16522 \end_inset
16523
16524
16525 \begin_inset space \hspace*{}
16526 \length 0pt
16527 \end_inset
16528
16529
16530 \begin_inset space \hfill{}
16531 \end_inset
16532
16533
16534 \begin_inset Tabular
16535 <lyxtabular version="3" rows="3" columns="1">
16536 <features tabularvalignment="middle">
16537 <column alignment="center" valignment="top" width="0">
16538 <row>
16539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543 A
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 </row>
16549 <row interlinespace="3mm">
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 \begin_inset Formula $\downarrow$
16555 \end_inset
16556
16557  3
16558 \begin_inset space \thinspace{}
16559 \end_inset
16560
16561 mm entre las filas
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 \begin_inset Formula $\uparrow$
16573 \end_inset
16574
16575  3
16576 \begin_inset space \thinspace{}
16577 \end_inset
16578
16579 mm entre las filas 
16580 \begin_inset Formula $\uparrow$
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 </lyxtabular>
16590
16591 \end_inset
16592
16593
16594 \begin_inset space \hfill{}
16595 \end_inset
16596
16597
16598 \begin_inset space \hspace*{}
16599 \length 0pt
16600 \end_inset
16601
16602
16603 \begin_inset VSpace medskip
16604 \end_inset
16605
16606
16607 \begin_inset Newline newline
16608 \end_inset
16609
16610 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16611  para tablas sin líneas verticales.
16612 \end_layout
16613
16614 \begin_layout Standard
16615 \begin_inset VSpace bigskip
16616 \end_inset
16617
16618 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16619  utiliza los siguientes comandos en el preámbulo:
16620 \end_layout
16621
16622 \begin_layout Standard
16623
16624 \series bold
16625
16626 \backslash
16627 @ifundefined{extrarowheight}
16628 \begin_inset Newline newline
16629 \end_inset
16630
16631
16632 \begin_inset Phantom HPhantom
16633 status open
16634
16635 \begin_layout Plain Layout
16636
16637 \series bold
16638 \begin_inset space ~
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \end_inset
16645
16646 {
16647 \backslash
16648 usepackage{array}}{}
16649 \begin_inset Newline newline
16650 \end_inset
16651
16652
16653 \backslash
16654 setlength{
16655 \backslash
16656 extrarowheight}{altura}
16657 \end_layout
16658
16659 \begin_layout Standard
16660 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16661  centrado en vertical.
16662  (Lyx cargará automáticamente el paquete 
16663 \series bold
16664 array
16665 \series default
16666  cuando uses formatos de tabla autodefinidos.
16667  Para evitar que sea cargado dos veces se pone al principio el comando 
16668 \series bold
16669
16670 \backslash
16671 @ifundefined
16672 \series default
16673 .)
16674 \end_layout
16675
16676 \begin_layout Standard
16677 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16678  la tabla están a veces demasiado cerca de las letras.
16679  Esto se puede corregir insertando el comando 
16680 \series bold
16681
16682 \backslash
16683 strut
16684 \series default
16685  en código TeX al principio de la fila de la tabla.
16686  La tabla
16687 \begin_inset space ~
16688 \end_inset
16689
16690
16691 \begin_inset CommandInset ref
16692 LatexCommand ref
16693 reference "tab:Alineación-vertical"
16694
16695 \end_inset
16696
16697  muestra el efecto:
16698 \end_layout
16699
16700 \begin_layout Standard
16701 \noindent
16702 \begin_inset Float table
16703 placement h
16704 wide false
16705 sideways false
16706 status open
16707
16708 \begin_layout Plain Layout
16709 \begin_inset Caption
16710
16711 \begin_layout Plain Layout
16712 \begin_inset CommandInset label
16713 LatexCommand label
16714 name "tab:Alineación-vertical"
16715
16716 \end_inset
16717
16718 Alineación vertical de texto con fuentes grandes
16719 \end_layout
16720
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \begin_layout Plain Layout
16727 \begin_inset space \hfill{}
16728 \end_inset
16729
16730
16731 \begin_inset Float table
16732 wide false
16733 sideways false
16734 status collapsed
16735
16736 \begin_layout Plain Layout
16737 \begin_inset Caption
16738
16739 \begin_layout Plain Layout
16740 Tabla normal
16741 \end_layout
16742
16743 \end_inset
16744
16745
16746 \end_layout
16747
16748 \begin_layout Plain Layout
16749 \noindent
16750 \align center
16751 \begin_inset Tabular
16752 <lyxtabular version="3" rows="6" columns="1">
16753 <features tabularvalignment="middle">
16754 <column alignment="left" valignment="top" width="0">
16755 <row>
16756 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 Normal, g
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 </row>
16766 <row>
16767 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771
16772 \size large
16773 Grande
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 </row>
16779 <row>
16780 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784
16785 \size larger
16786 Más grande
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 </row>
16792 <row>
16793 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797
16798 \size largest
16799 Grandísima
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 </row>
16805 <row>
16806 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810
16811 \size huge
16812 Enorme
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 </row>
16818 <row>
16819 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823
16824 \size huge
16825 Más enorme
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 </lyxtabular>
16832
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \end_inset
16839
16840
16841 \begin_inset space \hfill{}
16842 \end_inset
16843
16844
16845 \begin_inset Float table
16846 wide false
16847 sideways false
16848 status collapsed
16849
16850 \begin_layout Plain Layout
16851 \begin_inset Caption
16852
16853 \begin_layout Plain Layout
16854 Tabla con comando 
16855 \series bold
16856
16857 \backslash
16858 strut
16859 \end_layout
16860
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \begin_layout Plain Layout
16867 \noindent
16868 \align center
16869 \begin_inset Tabular
16870 <lyxtabular version="3" rows="6" columns="1">
16871 <features tabularvalignment="middle">
16872 <column alignment="left" valignment="top" width="0">
16873 <row>
16874 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 Normal, g
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \size large
16891 \begin_inset ERT
16892 status collapsed
16893
16894 \begin_layout Plain Layout
16895
16896
16897 \backslash
16898 strut 
16899 \end_layout
16900
16901 \end_inset
16902
16903 Grande
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \size larger
16916 \begin_inset ERT
16917 status collapsed
16918
16919 \begin_layout Plain Layout
16920
16921
16922 \backslash
16923 strut 
16924 \end_layout
16925
16926 \end_inset
16927
16928 Más grande
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \size largest
16941 \begin_inset ERT
16942 status collapsed
16943
16944 \begin_layout Plain Layout
16945
16946
16947 \backslash
16948 strut 
16949 \end_layout
16950
16951 \end_inset
16952
16953 Grandísima
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 <row>
16960 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964
16965 \size huge
16966 \begin_inset ERT
16967 status collapsed
16968
16969 \begin_layout Plain Layout
16970
16971
16972 \backslash
16973 strut 
16974 \end_layout
16975
16976 \end_inset
16977
16978 Enorme
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \size giant
16991 \begin_inset ERT
16992 status collapsed
16993
16994 \begin_layout Plain Layout
16995
16996
16997 \backslash
16998 strut 
16999 \end_layout
17000
17001 \end_inset
17002
17003
17004 \size huge
17005 Más enorme
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 </row>
17011 </lyxtabular>
17012
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \end_inset
17019
17020
17021 \begin_inset space \hfill{}
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \begin_layout Subsection
17033 Alineación especial de celdas
17034 \begin_inset CommandInset label
17035 LatexCommand label
17036 name "sub:Alineación-especial-de"
17037
17038 \end_inset
17039
17040
17041 \begin_inset Index idx
17042 status collapsed
17043
17044 \begin_layout Plain Layout
17045 Personalización de tablas ! Alineación especial de celdas
17046 \end_layout
17047
17048 \end_inset
17049
17050
17051 \end_layout
17052
17053 \begin_layout Standard
17054 A veces mejora la presentación si las entradas en las celdas de una columna
17055  se alinean con un carácter determinado, p.
17056 \begin_inset space \thinspace{}
17057 \end_inset
17058
17059 e.
17060 \begin_inset space ~
17061 \end_inset
17062
17063 el separador decimal, como en la tabla
17064 \begin_inset space ~
17065 \end_inset
17066
17067
17068 \begin_inset CommandInset ref
17069 LatexCommand ref
17070 reference "tab:Table-cells-align"
17071
17072 \end_inset
17073
17074 .
17075  
17076 \lang english
17077 This alignment is achieved by highlighting the last 3
17078 \begin_inset space ~
17079 \end_inset
17080
17081 cells of the column and then either pressing the toolbar button
17082 \lang spanish
17083  
17084 \begin_inset Graphics
17085         filename ../../images/tabular-feature_align-decimal.png
17086         scale 85
17087         scaleBeforeRotation
17088
17089 \end_inset
17090
17091  
17092 \lang english
17093 or setting the alignment in the table settings to 
17094 \family sans
17095 At
17096 \begin_inset space ~
17097 \end_inset
17098
17099 Decimal
17100 \begin_inset space ~
17101 \end_inset
17102
17103 Separator
17104 \family default
17105 .
17106  The alignment character can be a character of your choice and is specified
17107  in the table settings.
17108 \end_layout
17109
17110 \begin_layout Standard
17111 \begin_inset Float table
17112 wide false
17113 sideways false
17114 status open
17115
17116 \begin_layout Plain Layout
17117 \begin_inset Caption
17118
17119 \begin_layout Plain Layout
17120 \begin_inset CommandInset label
17121 LatexCommand label
17122 name "tab:Table-cells-align"
17123
17124 \end_inset
17125
17126 Ta
17127 \lang english
17128 ble cells of a column aligned with the decimal separator.
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="1">
17140 <features booktabs="true" tabularvalignment="middle">
17141 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17142 <row>
17143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 leyenda
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 </row>
17153 <row>
17154 <cell alignment="center" valignment="top" topline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 12,6
17159 \end_layout
17160
17161 \end_inset
17162 </cell>
17163 </row>
17164 <row>
17165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 0,68
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 -123,0
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 </row>
17186 </lyxtabular>
17187
17188 \end_inset
17189
17190
17191 \end_layout
17192
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \begin_layout Standard
17199 \begin_inset Float table
17200 wide false
17201 sideways false
17202 status open
17203
17204 \begin_layout Plain Layout
17205 \begin_inset Caption
17206
17207 \begin_layout Plain Layout
17208 \begin_inset CommandInset label
17209 LatexCommand label
17210 name "tab:Tabla-con-celdas-de"
17211
17212 \end_inset
17213
17214 Tabla con celdas alineadas con 
17215 \lang english
17216 the operators
17217 \lang spanish
17218 .
17219 \end_layout
17220
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \begin_layout Plain Layout
17227 \align center
17228 \begin_inset Tabular
17229 <lyxtabular version="3" rows="4" columns="2">
17230 <features booktabs="true" tabularvalignment="middle">
17231 <column alignment="right" valignment="top" width="0pt">
17232 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17233 <row>
17234 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 leyenda
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 </row>
17253 <row>
17254 <cell alignment="center" valignment="top" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 \begin_inset Formula $12\,+$
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 \begin_inset Formula $\,6$
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 </row>
17279 <row>
17280 <cell alignment="center" valignment="top" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 \begin_inset Formula $0\,-$
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 \begin_inset Formula $\,68$
17297 \end_inset
17298
17299
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 </row>
17305 <row>
17306 <cell alignment="center" valignment="top" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310 \begin_inset Formula $-123\,/$
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 <cell alignment="center" valignment="top" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322 \begin_inset Formula $\,0$
17323 \end_inset
17324
17325
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 </row>
17331 </lyxtabular>
17332
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \begin_layout Standard
17344
17345 \lang english
17346 For alignments at characters in formulas this method does not work because
17347  the field to specify the alignment character does not allow formulas.
17348  In this case one need to use the method from 
17349 \lang spanish
17350 tabla
17351 \begin_inset space ~
17352 \end_inset
17353
17354
17355 \begin_inset CommandInset ref
17356 LatexCommand ref
17357 reference "tab:Tabla-con-celdas-de"
17358
17359 \end_inset
17360
17361 .
17362  Esta es una tabla 4×2.
17363  La leyenda es una multicolumna centrada.
17364  La primera columna está alineada a la derecha y contiene el 
17365 \lang english
17366 first part including the operator.
17367  The second column is left aligned and contains the rest.
17368  A small space was added at the beginning of each cell of the second column
17369  to get the space that is usually around operators.
17370
17371 \lang spanish
17372  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
17373  el siguiente argumento LaTeX para la segunda columna:
17374 \end_layout
17375
17376 \begin_layout Standard
17377
17378 \series bold
17379 @{}l
17380 \end_layout
17381
17382 \begin_layout Standard
17383 La tabla
17384 \begin_inset space ~
17385 \end_inset
17386
17387
17388 \begin_inset CommandInset ref
17389 LatexCommand ref
17390 reference "tab:Varias-alineaciones"
17391
17392 \end_inset
17393
17394  muestra varios ejemplos de alineación.
17395  Para alinear con el signo de relación 
17396 \lang english
17397 a small space was added like for the second column of
17398 \lang spanish
17399  tabla
17400 \begin_inset space ~
17401 \end_inset
17402
17403
17404 \begin_inset CommandInset ref
17405 LatexCommand ref
17406 reference "tab:Tabla-con-celdas-de"
17407
17408 \end_inset
17409
17410 .
17411 \end_layout
17412
17413 \begin_layout Standard
17414 \begin_inset Float table
17415 placement h
17416 wide false
17417 sideways false
17418 status open
17419
17420 \begin_layout Plain Layout
17421 \begin_inset Caption
17422
17423 \begin_layout Plain Layout
17424 \begin_inset CommandInset label
17425 LatexCommand label
17426 name "tab:Varias-alineaciones"
17427
17428 \end_inset
17429
17430 Tabla con varias alineaciones.
17431 \end_layout
17432
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \begin_layout Plain Layout
17439 \align center
17440 \begin_inset Tabular
17441 <lyxtabular version="3" rows="4" columns="6">
17442 <features tabularvalignment="middle">
17443 <column alignment="right" valignment="top" width="0">
17444 <column alignment="left" valignment="top" width="0" special="@{}l">
17445 <column alignment="right" valignment="top" width="0">
17446 <column alignment="left" valignment="top" width="0" special="@{}l">
17447 <column alignment="right" valignment="top" width="0">
17448 <column alignment="left" valignment="top" width="0" special="@{}l">
17449 <row>
17450 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454 unidades
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472 exponentes
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 relaciones
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 </row>
17505 <row>
17506 <cell alignment="center" valignment="top" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510 12×
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 24
17520 \begin_inset space \thinspace{}
17521 \end_inset
17522
17523 bottles
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532 \begin_inset Formula $10\cdot$
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 \begin_inset Formula $10^{\mbox{-}17}$
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 <cell alignment="center" valignment="top" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 \begin_inset Formula $\Gamma(t)\propto$
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 \begin_inset Formula $\:\Upsilon(t)$
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 </row>
17577 <row>
17578 <cell alignment="center" valignment="top" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582 1024×
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 768
17592 \begin_inset space \thinspace{}
17593 \end_inset
17594
17595 Pixels
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604 \begin_inset Formula $5.78\cdot$
17605 \end_inset
17606
17607
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 \begin_inset Formula $10^{7}$
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 \begin_inset Formula $A\ne$
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 \begin_inset Formula $\: B_{\mathrm{red}}$
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 </row>
17649 <row>
17650 <cell alignment="center" valignment="top" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654 32×
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17660 \begin_inset Text
17661
17662 \begin_layout Plain Layout
17663 6
17664 \begin_inset space \thinspace{}
17665 \end_inset
17666
17667 cm
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676 -
17677 \begin_inset Formula $33.5\cdot$
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689 \begin_inset Formula $10^{4}$
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 <cell alignment="center" valignment="top" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701 \begin_inset Formula $\sen(\alpha)\ge$
17702 \end_inset
17703
17704
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 <cell alignment="center" valignment="top" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713 \begin_inset Formula $\:\sen(\beta)$
17714 \end_inset
17715
17716
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 </row>
17722 </lyxtabular>
17723
17724 \end_inset
17725
17726
17727 \end_layout
17728
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \begin_layout Subsection
17735 Formato personalizado de celda/columna
17736 \begin_inset CommandInset label
17737 LatexCommand label
17738 name "sub:Formato-Personalizado"
17739
17740 \end_inset
17741
17742
17743 \begin_inset Index idx
17744 status collapsed
17745
17746 \begin_layout Plain Layout
17747 Personalización de tablas ! Formato de celda/columna
17748 \end_layout
17749
17750 \end_inset
17751
17752
17753 \end_layout
17754
17755 \begin_layout Standard
17756 El cálculo de la anchura necesaria para columnas extendidas descrito en
17757  la sección
17758 \begin_inset space ~
17759 \end_inset
17760
17761
17762 \begin_inset CommandInset ref
17763 LatexCommand ref
17764 reference "sub:Cálculos-en-Multicolumnas"
17765
17766 \end_inset
17767
17768  es muy pesado si tienes varias tablas con multicolumnas.
17769  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17770 mna aplicable a todas las tablas del documento.
17771  El formato se define con el comando
17772 \end_layout
17773
17774 \begin_layout Standard
17775
17776 \series bold
17777
17778 \backslash
17779 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17780 \end_layout
17781
17782 \begin_layout Standard
17783 El nombre de formato puede ser una sola letra.
17784  Las letras 
17785 \emph on
17786 b, c, l, m, p
17787 \emph default
17788  y 
17789 \emph on
17790 r
17791 \emph default
17792  están predefinidas y no pueden usarse.
17793  Pero se permiten todas las mayúsculas.
17794 \end_layout
17795
17796 \begin_layout Standard
17797 \begin_inset VSpace medskip
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \begin_layout Standard
17804 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17805  fija puedes definir el formato de celda
17806 \end_layout
17807
17808 \begin_layout Standard
17809
17810 \series bold
17811
17812 \backslash
17813 newcolumntype{M}[1]{>{
17814 \backslash
17815 centering
17816 \backslash
17817 hspace{0pt}}m{#1}}
17818 \end_layout
17819
17820 \begin_layout Standard
17821 donde 
17822 \series bold
17823
17824 \backslash
17825 hspace{0pt}
17826 \series default
17827  evita el problema de partir con guión la primera palabra, como se describe
17828  en la sección
17829 \begin_inset space ~
17830 \end_inset
17831
17832
17833 \begin_inset CommandInset ref
17834 LatexCommand ref
17835 reference "sub:Líneas-Múltiples-en"
17836
17837 \end_inset
17838
17839 .
17840  Ahora puedes introducir simplemente
17841 \end_layout
17842
17843 \begin_layout Standard
17844
17845 \series bold
17846 M{ancho}
17847 \end_layout
17848
17849 \begin_layout Standard
17850 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17851 \end_layout
17852
17853 \begin_layout Standard
17854 \begin_inset VSpace bigskip
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Standard
17861 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17862 \end_layout
17863
17864 \begin_layout Standard
17865
17866 \series bold
17867
17868 \backslash
17869 newcolumntype{S}[2]{>{
17870 \backslash
17871 centering
17872 \backslash
17873 hspace{0pt}}
17874 \begin_inset Newline newline
17875 \end_inset
17876
17877
17878 \begin_inset Phantom HPhantom
17879 status open
17880
17881 \begin_layout Plain Layout
17882
17883 \series bold
17884
17885 \backslash
17886 newcolumntype
17887 \end_layout
17888
17889 \end_inset
17890
17891 m{(#1+(2
17892 \backslash
17893 tabcolsep+
17894 \backslash
17895 arrayrulewidth)*(1-#2))/#2}}
17896 \end_layout
17897
17898 \begin_layout Standard
17899 Este formato usa la ecuación 
17900 \begin_inset CommandInset ref
17901 LatexCommand eqref
17902 reference "eq:Wgn"
17903
17904 \end_inset
17905
17906  para calcular la anchura necesaria para que cada celda extendida tenga
17907  la misma anchura.
17908 \end_layout
17909
17910 \begin_layout Standard
17911 Ahora puedes introducir
17912 \end_layout
17913
17914 \begin_layout Standard
17915
17916 \series bold
17917 S{ancho de la celda multicolumna}{número de columnas extendidas}
17918 \end_layout
17919
17920 \begin_layout Standard
17921 como argumento LaTeX de la columna.
17922 \end_layout
17923
17924 \begin_layout Standard
17925 \begin_inset VSpace bigskip
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \begin_layout Standard
17932 Para columnas coloreadas puedes definir
17933 \end_layout
17934
17935 \begin_layout Standard
17936
17937 \series bold
17938
17939 \backslash
17940 newcolumntype{K}[1]{>{
17941 \backslash
17942 columncolor{#1}
17943 \backslash
17944 hspace{0pt}}c}
17945 \end_layout
17946
17947 \begin_layout Standard
17948 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17949  horizontalmente.
17950  Ahora puedes introducir
17951 \end_layout
17952
17953 \begin_layout Standard
17954
17955 \series bold
17956 K{nombre del color}
17957 \end_layout
17958
17959 \begin_layout Standard
17960 como argumento LaTeX.
17961 \end_layout
17962
17963 \begin_layout Standard
17964 \begin_inset VSpace bigskip
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \begin_layout Standard
17971 Para crear la tabla
17972 \begin_inset space ~
17973 \end_inset
17974
17975
17976 \begin_inset CommandInset ref
17977 LatexCommand ref
17978 reference "tab:Tabla-con-formatos-definidos-por"
17979
17980 \end_inset
17981
17982  usa los argumentos LaTeX
17983 \end_layout
17984
17985 \begin_layout Standard
17986
17987 \series bold
17988 M{2.5cm}
17989 \end_layout
17990
17991 \begin_layout Standard
17992 para la primera columna y la multicolumna,
17993 \end_layout
17994
17995 \begin_layout Standard
17996
17997 \series bold
17998 K{red}
17999 \end_layout
18000
18001 \begin_layout Standard
18002 para la última columna y
18003 \end_layout
18004
18005 \begin_layout Standard
18006
18007 \series bold
18008 S{2.5cm}{2}
18009 \end_layout
18010
18011 \begin_layout Standard
18012 para las celdas en la segunda columna.
18013 \end_layout
18014
18015 \begin_layout Standard
18016 \begin_inset Float table
18017 placement h
18018 wide false
18019 sideways false
18020 status open
18021
18022 \begin_layout Plain Layout
18023 \begin_inset Caption
18024
18025 \begin_layout Plain Layout
18026 \begin_inset CommandInset label
18027 LatexCommand label
18028 name "tab:Tabla-con-formatos-definidos-por"
18029
18030 \end_inset
18031
18032 Tabla con formatos definidos por el usuario
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \end_layout
18039
18040 \begin_layout Plain Layout
18041 \align center
18042 \begin_inset Tabular
18043 <lyxtabular version="3" rows="3" columns="4">
18044 <features tabularvalignment="middle">
18045 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18046 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18047 <column alignment="center" valignment="middle" width="0">
18048 <column alignment="center" valignment="middle" width="0" special="K{red}">
18049 <row>
18050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 palabramuylargaenceldadetabla
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 multicolumna línea múltiple
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 c
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 </row>
18087 <row>
18088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 d
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 e
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 f
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18116 \begin_inset Text
18117
18118 \begin_layout Plain Layout
18119 g
18120 \end_layout
18121
18122 \end_inset
18123 </cell>
18124 </row>
18125 <row>
18126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 h
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139 i
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 j
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157 k
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 </row>
18163 </lyxtabular>
18164
18165 \end_inset
18166
18167
18168 \end_layout
18169
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \begin_layout Subsection
18176 Grosor de líneas
18177 \begin_inset CommandInset label
18178 LatexCommand label
18179 name "sub:Grosor-de-Líneas"
18180
18181 \end_inset
18182
18183
18184 \begin_inset Index idx
18185 status collapsed
18186
18187 \begin_layout Plain Layout
18188 Personalización de tablas ! Grosor de línea
18189 \end_layout
18190
18191 \end_inset
18192
18193
18194 \end_layout
18195
18196 \begin_layout Standard
18197 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
18198  
18199 \series bold
18200
18201 \backslash
18202 arrayrulewidth
18203 \series default
18204 .
18205  Por ejemplo, para poner un grosor de línea de 1.5
18206 \begin_inset space \thinspace{}
18207 \end_inset
18208
18209 pt, como en la tabla
18210 \begin_inset space ~
18211 \end_inset
18212
18213
18214 \begin_inset CommandInset ref
18215 LatexCommand ref
18216 reference "tab:Tabla-con-líneas"
18217
18218 \end_inset
18219
18220 , inserta el comando
18221 \end_layout
18222
18223 \begin_layout Standard
18224
18225 \series bold
18226
18227 \backslash
18228 setlength{
18229 \backslash
18230 arrayrulewidth}{1.5pt}
18231 \end_layout
18232
18233 \begin_layout Standard
18234 en código TeX antes de la tabla o flotante.
18235  Este cambio es válido para todas las siguientes tablas.
18236  Para volver al valor predeterminado, define 
18237 \series bold
18238
18239 \backslash
18240 arrayrulewidth
18241 \series default
18242  a 0.4
18243 \begin_inset space \thinspace{}
18244 \end_inset
18245
18246 pt en código TeX detrás de la tabla o flotante.
18247 \end_layout
18248
18249 \begin_layout Standard
18250 \begin_inset ERT
18251 status collapsed
18252
18253 \begin_layout Plain Layout
18254
18255
18256 \backslash
18257 setlength{
18258 \backslash
18259 arrayrulewidth}{1.5pt}
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \begin_inset Float table
18266 wide false
18267 sideways false
18268 status open
18269
18270 \begin_layout Plain Layout
18271 \begin_inset Caption
18272
18273 \begin_layout Plain Layout
18274 \begin_inset CommandInset label
18275 LatexCommand label
18276 name "tab:Tabla-con-líneas"
18277
18278 \end_inset
18279
18280 Tabla con líneas de grosor 1.5
18281 \begin_inset space \thinspace{}
18282 \end_inset
18283
18284 pt
18285 \end_layout
18286
18287 \end_inset
18288
18289
18290 \end_layout
18291
18292 \begin_layout Plain Layout
18293 \align center
18294 \begin_inset Tabular
18295 <lyxtabular version="3" rows="3" columns="3">
18296 <features tabularvalignment="middle">
18297 <column alignment="center" valignment="top" width="0">
18298 <column alignment="center" valignment="top" width="0">
18299 <column alignment="center" valignment="top" width="0">
18300 <row>
18301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18302 \begin_inset Text
18303
18304 \begin_layout Plain Layout
18305 sd
18306 \end_layout
18307
18308 \end_inset
18309 </cell>
18310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18311 \begin_inset Text
18312
18313 \begin_layout Plain Layout
18314
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 </row>
18329 <row>
18330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343 sd
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 </row>
18358 <row>
18359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 sd
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 </row>
18387 </lyxtabular>
18388
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \end_inset
18395
18396
18397 \begin_inset ERT
18398 status collapsed
18399
18400 \begin_layout Plain Layout
18401
18402
18403 \backslash
18404 setlength{
18405 \backslash
18406 arrayrulewidth}{0.4pt}
18407 \end_layout
18408
18409 \end_inset
18410
18411
18412 \end_layout
18413
18414 \begin_layout Standard
18415 \begin_inset VSpace bigskip
18416 \end_inset
18417
18418 Para definir un grosor de 1.5
18419 \begin_inset space \thinspace{}
18420 \end_inset
18421
18422 pt sólo para líneas horizontales, como en la tabla
18423 \begin_inset space ~
18424 \end_inset
18425
18426
18427 \begin_inset CommandInset ref
18428 LatexCommand ref
18429 reference "tab:Tabla-con-horizontales"
18430
18431 \end_inset
18432
18433 , inserta estos comandos en código TeX antes de la tabla o flotante:
18434 \end_layout
18435
18436 \begin_layout Standard
18437
18438 \series bold
18439
18440 \backslash
18441 let
18442 \backslash
18443 myHline
18444 \backslash
18445 hline
18446 \begin_inset Newline newline
18447 \end_inset
18448
18449
18450 \backslash
18451 renewcommand{
18452 \backslash
18453 hline}
18454 \begin_inset Newline newline
18455 \end_inset
18456
18457  {
18458 \backslash
18459 noalign{
18460 \backslash
18461 global
18462 \backslash
18463 arrayrulewidth 1.5pt}
18464 \begin_inset Newline newline
18465 \end_inset
18466
18467   
18468 \backslash
18469 myHline
18470 \backslash
18471 noalign{
18472 \backslash
18473 global
18474 \backslash
18475 arrayrulewidth 0.4pt}}
18476 \end_layout
18477
18478 \begin_layout Standard
18479 Para volver al grosor predeterminado, inserta este comando en código TeX
18480  detrás de la tabla o flotante:
18481 \end_layout
18482
18483 \begin_layout Standard
18484
18485 \series bold
18486
18487 \backslash
18488 renewcommand{
18489 \backslash
18490 hline}{
18491 \backslash
18492 myHline}
18493 \end_layout
18494
18495 \begin_layout Standard
18496 \begin_inset ERT
18497 status collapsed
18498
18499 \begin_layout Plain Layout
18500
18501
18502 \backslash
18503 let
18504 \backslash
18505 myHline
18506 \backslash
18507 hline
18508 \end_layout
18509
18510 \begin_layout Plain Layout
18511
18512
18513 \backslash
18514 renewcommand{
18515 \backslash
18516 hline}
18517 \end_layout
18518
18519 \begin_layout Plain Layout
18520
18521  {
18522 \backslash
18523 noalign{
18524 \backslash
18525 global
18526 \backslash
18527 arrayrulewidth 1.5pt}
18528 \end_layout
18529
18530 \begin_layout Plain Layout
18531
18532   
18533 \backslash
18534 myHline
18535 \backslash
18536 noalign{
18537 \backslash
18538 global
18539 \backslash
18540 arrayrulewidth 0.4pt}}
18541 \end_layout
18542
18543 \end_inset
18544
18545
18546 \begin_inset Float table
18547 wide false
18548 sideways false
18549 status open
18550
18551 \begin_layout Plain Layout
18552 \begin_inset Caption
18553
18554 \begin_layout Plain Layout
18555 \begin_inset CommandInset label
18556 LatexCommand label
18557 name "tab:Tabla-con-horizontales"
18558
18559 \end_inset
18560
18561 Tabla con líneas horizontales de 1.5
18562 \begin_inset space \thinspace{}
18563 \end_inset
18564
18565 pt
18566 \end_layout
18567
18568 \end_inset
18569
18570
18571 \end_layout
18572
18573 \begin_layout Plain Layout
18574 \align center
18575 \begin_inset Tabular
18576 <lyxtabular version="3" rows="3" columns="3">
18577 <features tabularvalignment="middle">
18578 <column alignment="center" valignment="top" width="0">
18579 <column alignment="center" valignment="top" width="0">
18580 <column alignment="center" valignment="top" width="0">
18581 <row>
18582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586 sd
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 </row>
18610 <row>
18611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624 sd
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 </row>
18639 <row>
18640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662 sd
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 </row>
18668 </lyxtabular>
18669
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \end_inset
18676
18677
18678 \begin_inset ERT
18679 status collapsed
18680
18681 \begin_layout Plain Layout
18682
18683
18684 \backslash
18685 renewcommand{
18686 \backslash
18687 hline}{
18688 \backslash
18689 myHline}
18690 \end_layout
18691
18692 \end_inset
18693
18694
18695 \end_layout
18696
18697 \begin_layout Standard
18698 \begin_inset VSpace bigskip
18699 \end_inset
18700
18701 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18702  siguiente formato de columna en el preámbulo del documento, de acuerdo
18703  con lo descrito en la sección
18704 \begin_inset space ~
18705 \end_inset
18706
18707
18708 \begin_inset CommandInset ref
18709 LatexCommand ref
18710 reference "sub:Formato-Personalizado"
18711
18712 \end_inset
18713
18714 :
18715 \end_layout
18716
18717 \begin_layout Standard
18718
18719 \series bold
18720
18721 \backslash
18722 newcolumntype{V}{!{
18723 \backslash
18724 vrule width 1.5pt}}
18725 \end_layout
18726
18727 \begin_layout Standard
18728 Para la tabla
18729 \begin_inset space ~
18730 \end_inset
18731
18732
18733 \begin_inset CommandInset ref
18734 LatexCommand ref
18735 reference "tab:Tabla-con-verticales"
18736
18737 \end_inset
18738
18739  se usó el argumento LaTeX
18740 \end_layout
18741
18742 \begin_layout Standard
18743
18744 \series bold
18745 VcV
18746 \end_layout
18747
18748 \begin_layout Standard
18749 para la última columna y
18750 \end_layout
18751
18752 \begin_layout Standard
18753
18754 \series bold
18755 Vc
18756 \end_layout
18757
18758 \begin_layout Standard
18759 para las otras.
18760 \end_layout
18761
18762 \begin_layout Standard
18763 \begin_inset Float table
18764 wide false
18765 sideways false
18766 status open
18767
18768 \begin_layout Plain Layout
18769 \begin_inset Caption
18770
18771 \begin_layout Plain Layout
18772 \begin_inset CommandInset label
18773 LatexCommand label
18774 name "tab:Tabla-con-verticales"
18775
18776 \end_inset
18777
18778 Tabla con líneas verticales de 1.5
18779 \begin_inset space \thinspace{}
18780 \end_inset
18781
18782 pt de grosor
18783 \end_layout
18784
18785 \end_inset
18786
18787
18788 \end_layout
18789
18790 \begin_layout Plain Layout
18791 \align center
18792 \begin_inset Tabular
18793 <lyxtabular version="3" rows="3" columns="3">
18794 <features tabularvalignment="middle">
18795 <column alignment="center" valignment="top" width="0" special="Vc">
18796 <column alignment="center" valignment="top" width="0" special="Vc">
18797 <column alignment="center" valignment="top" width="0" special="VcV">
18798 <row>
18799 <cell alignment="center" valignment="top" topline="true" usebox="none">
18800 \begin_inset Text
18801
18802 \begin_layout Plain Layout
18803 sd
18804 \end_layout
18805
18806 \end_inset
18807 </cell>
18808 <cell alignment="center" valignment="top" topline="true" usebox="none">
18809 \begin_inset Text
18810
18811 \begin_layout Plain Layout
18812
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 <cell alignment="center" valignment="top" topline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 </row>
18827 <row>
18828 <cell alignment="center" valignment="top" topline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832
18833 \end_layout
18834
18835 \end_inset
18836 </cell>
18837 <cell alignment="center" valignment="top" topline="true" usebox="none">
18838 \begin_inset Text
18839
18840 \begin_layout Plain Layout
18841 sd
18842 \end_layout
18843
18844 \end_inset
18845 </cell>
18846 <cell alignment="center" valignment="top" topline="true" usebox="none">
18847 \begin_inset Text
18848
18849 \begin_layout Plain Layout
18850
18851 \end_layout
18852
18853 \end_inset
18854 </cell>
18855 </row>
18856 <row>
18857 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879 sd
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 </row>
18885 </lyxtabular>
18886
18887 \end_inset
18888
18889
18890 \end_layout
18891
18892 \end_inset
18893
18894
18895 \end_layout
18896
18897 \begin_layout Subsection
18898 Líneas de trazos
18899 \begin_inset Index idx
18900 status collapsed
18901
18902 \begin_layout Plain Layout
18903 Personalización de tablas ! Líneas de trazos
18904 \end_layout
18905
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \begin_layout Standard
18912 \begin_inset ERT
18913 status collapsed
18914
18915 \begin_layout Plain Layout
18916
18917
18918 \backslash
18919 ifarydshln
18920 \end_layout
18921
18922 \end_inset
18923
18924
18925 \begin_inset Note Note
18926 status collapsed
18927
18928 \begin_layout Plain Layout
18929 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18930  LaTeX 
18931 \series bold
18932 arydshln
18933 \series default
18934 .
18935 \end_layout
18936
18937 \end_inset
18938
18939
18940 \end_layout
18941
18942 \begin_layout Standard
18943 \begin_inset Float table
18944 placement H
18945 wide false
18946 sideways false
18947 status open
18948
18949 \begin_layout Plain Layout
18950 \begin_inset Caption
18951
18952 \begin_layout Plain Layout
18953 \begin_inset CommandInset label
18954 LatexCommand label
18955 name "tab:Tabla-con-trazos"
18956
18957 \end_inset
18958
18959 Tabla con líneas de trazos
18960 \end_layout
18961
18962 \end_inset
18963
18964
18965 \end_layout
18966
18967 \begin_layout Plain Layout
18968 \align center
18969 \begin_inset Tabular
18970 <lyxtabular version="3" rows="5" columns="5">
18971 <features tabularvalignment="middle">
18972 <column alignment="center" valignment="top" width="0">
18973 <column alignment="center" valignment="top" width="0">
18974 <column alignment="center" valignment="top" width="0" special=":c">
18975 <column alignment="center" valignment="top" width="0">
18976 <column alignment="center" valignment="top" width="0">
18977 <row>
18978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982 a
18983 \end_layout
18984
18985 \end_inset
18986 </cell>
18987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991 b
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 c
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 d
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018 e
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 </row>
19024 <row>
19025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 f
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038 g
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 <cell alignment="center" valignment="top" topline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047 h
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 i
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065 j
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 </row>
19071 <row>
19072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 \begin_inset ERT
19077 status collapsed
19078
19079 \begin_layout Plain Layout
19080
19081
19082 \backslash
19083 hdashline 
19084 \end_layout
19085
19086 \end_inset
19087
19088 k
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097 l
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106 m
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115 n
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 o
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 </row>
19130 <row>
19131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 \begin_inset ERT
19136 status collapsed
19137
19138 \begin_layout Plain Layout
19139
19140
19141 \backslash
19142 cdashline{4-5}
19143 \end_layout
19144
19145 \end_inset
19146
19147 p
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156 q
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165 r
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 s
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 </row>
19189 <row>
19190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194 t
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203 u
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212 v
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 w
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 x
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 </row>
19236 </lyxtabular>
19237
19238 \end_inset
19239
19240
19241 \end_layout
19242
19243 \end_inset
19244
19245
19246 \end_layout
19247
19248 \begin_layout Standard
19249 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19250  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19251 \series bold
19252 arydshln
19253 \series default
19254
19255 \begin_inset Index idx
19256 status collapsed
19257
19258 \begin_layout Plain Layout
19259 LaTeX-paquetes ! arydshln
19260 \end_layout
19261
19262 \end_inset
19263
19264  con el comando 
19265 \end_layout
19266
19267 \begin_layout Standard
19268
19269 \series bold
19270
19271 \backslash
19272 usepackage{arydshln}
19273 \end_layout
19274
19275 \begin_layout Standard
19276 Para hacer una línea vertical a trazos, introduce dos puntos «
19277 \series bold
19278 :
19279 \series default
19280 » junto con el carácter para alineación horizontal como argumento LaTeX
19281  en el diálogo de celda de tabla.
19282 \end_layout
19283
19284 \begin_layout Standard
19285 Para una línea de trazos horizontal añade el comando
19286 \end_layout
19287
19288 \begin_layout Standard
19289
19290 \series bold
19291
19292 \backslash
19293 hdashline
19294 \end_layout
19295
19296 \begin_layout Standard
19297 en código TeX como primer elemento de la primera celda en la fila.
19298 \end_layout
19299
19300 \begin_layout Standard
19301 Para líneas de trazos en multicolumna usa el comando
19302 \end_layout
19303
19304 \begin_layout Standard
19305
19306 \series bold
19307
19308 \backslash
19309 cdashline{número de líneas}
19310 \end_layout
19311
19312 \begin_layout Standard
19313 en código TeX como primer elemento de la primera celda en la fila.
19314  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19315  4 y quieres una línea de trazos por encima, añade el comando
19316 \end_layout
19317
19318 \begin_layout Standard
19319
19320 \series bold
19321
19322 \backslash
19323 cdashline{2-4}
19324 \end_layout
19325
19326 \begin_layout Standard
19327 como primer elemento de la primera celda en la fila de la multicolumna.
19328 \end_layout
19329
19330 \begin_layout Standard
19331 \begin_inset VSpace bigskip
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \begin_layout Standard
19338 La tabla
19339 \begin_inset space ~
19340 \end_inset
19341
19342
19343 \begin_inset CommandInset ref
19344 LatexCommand ref
19345 reference "tab:Tabla-con-trazos"
19346
19347 \end_inset
19348
19349  se ha hecho usando «
19350 \series bold
19351 :c
19352 \series default
19353 » como argumento LaTeX de la tercera columna.
19354  El comando en código TeX 
19355 \series bold
19356
19357 \backslash
19358 hdashline
19359 \series default
19360  se ha insertado en la primera celda de la tercera fila y el comando en
19361  código TeX
19362 \begin_inset Newline newline
19363 \end_inset
19364
19365
19366 \series bold
19367
19368 \backslash
19369 cdashline{4-5}
19370 \series default
19371  en la primera celda de la cuarta fila.
19372 \end_layout
19373
19374 \begin_layout Standard
19375 \begin_inset Note Greyedout
19376 status open
19377
19378 \begin_layout Plain Layout
19379
19380 \series bold
19381 Nota:
19382 \series default
19383  Aparentemente el paquete LaTeX 
19384 \series bold
19385 arydshln
19386 \series default
19387  no es compatible con el paquete LaTeX 
19388 \series bold
19389 colortbl
19390 \series default
19391
19392 \begin_inset Index idx
19393 status collapsed
19394
19395 \begin_layout Plain Layout
19396 LaTeX-paquetes ! colortbl
19397 \end_layout
19398
19399 \end_inset
19400
19401  que se usa para tablas coloreadas en la sección
19402 \begin_inset space ~
19403 \end_inset
19404
19405
19406 \begin_inset CommandInset ref
19407 LatexCommand ref
19408 reference "sec:Tablas-Coloreadas"
19409
19410 \end_inset
19411
19412 .
19413  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19414 \end_layout
19415
19416 \end_inset
19417
19418
19419 \end_layout
19420
19421 \begin_layout Standard
19422 \begin_inset ERT
19423 status collapsed
19424
19425 \begin_layout Plain Layout
19426
19427
19428 \backslash
19429 else
19430 \end_layout
19431
19432 \end_inset
19433
19434
19435 \begin_inset Note Note
19436 status collapsed
19437
19438 \begin_layout Plain Layout
19439 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19440  
19441 \series bold
19442 arydshln
19443 \series default
19444 .
19445 \end_layout
19446
19447 \end_inset
19448
19449
19450 \end_layout
19451
19452 \begin_layout Standard
19453 Debes instalar el paquete LaTeX 
19454 \series bold
19455 arydshln
19456 \series default
19457  para ver la parte siguiente en la salida.
19458 \end_layout
19459
19460 \begin_layout Standard
19461 \begin_inset ERT
19462 status collapsed
19463
19464 \begin_layout Plain Layout
19465
19466
19467 \backslash
19468 fi
19469 \end_layout
19470
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \begin_layout Chapter
19477 Flotantes
19478 \begin_inset Index idx
19479 status collapsed
19480
19481 \begin_layout Plain Layout
19482 Flotantes
19483 \end_layout
19484
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \begin_layout Section
19491 Introducción
19492 \begin_inset CommandInset label
19493 LatexCommand label
19494 name "sec:Introducción-Flotantes"
19495
19496 \end_inset
19497
19498
19499 \begin_inset Index idx
19500 status collapsed
19501
19502 \begin_layout Plain Layout
19503 Flotantes ! Introducción
19504 \end_layout
19505
19506 \end_inset
19507
19508
19509 \end_layout
19510
19511 \begin_layout Standard
19512 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19513  no tiene posición fija.
19514  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19515  Las 
19516 \family sans
19517 Notas
19518 \begin_inset space ~
19519 \end_inset
19520
19521 al
19522 \begin_inset space ~
19523 \end_inset
19524
19525 pie
19526 \family default
19527  y 
19528 \family sans
19529 Notas
19530 \begin_inset space ~
19531 \end_inset
19532
19533 al
19534 \begin_inset space ~
19535 \end_inset
19536
19537 margen
19538 \family default
19539  también son flotantes, porque pueden flotar a la página siguiente cuando
19540  hay demasiadas notas en la página.
19541 \end_layout
19542
19543 \begin_layout Standard
19544 Los flotantes permiten composiciones de alta calidad.
19545  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19546  impedir espacios en blanco y páginas sin texto.
19547  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19548  cada flotante puede ser referenciado en el texto.
19549  Por lo tanto los flotantes están numerados.
19550  Las referencias se describen en la sección
19551 \begin_inset space ~
19552 \end_inset
19553
19554
19555 \begin_inset CommandInset ref
19556 LatexCommand ref
19557 reference "sec:Referencias-a-Flotantes"
19558
19559 \end_inset
19560
19561 .
19562 \end_layout
19563
19564 \begin_layout Standard
19565 Para insertar un flotante, usa el menú 
19566 \family sans
19567 Insertar\SpecialChar \menuseparator
19568 Flotante
19569 \family default
19570 .
19571  Esto inserta una 
19572 \family sans
19573 Leyenda,
19574 \family default
19575  un cuadro con una etiqueta.
19576  La etiqueta se traducirá automáticamente al idioma del documento.
19577  Tras la etiqueta puedes insertar el texto de la leyenda.
19578  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19579  separado dentro del flotante.
19580  La colocación de leyendas se describe en la sección
19581 \begin_inset space ~
19582 \end_inset
19583
19584
19585 \begin_inset CommandInset ref
19586 LatexCommand ref
19587 reference "sec:Colocación-de-leyendas"
19588
19589 \end_inset
19590
19591 .
19592  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19593  con clic izquierdo sobre él.
19594  Un cuadro cerrado se muestra así: 
19595 \begin_inset Graphics
19596         filename clipart/flotanteQt4.png
19597         scale 70
19598
19599 \end_inset
19600
19601  —un cuadro gris con etiqueta en rojo—.
19602 \end_layout
19603
19604 \begin_layout Standard
19605 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19606  errores de LaTeX si el texto circundante se formatea de modo especial.
19607 \end_layout
19608
19609 \begin_layout Standard
19610 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19611  y pinchando el botón correspondiente de la barra de herramientas para un
19612  flotante nuevo.
19613 \end_layout
19614
19615 \begin_layout Section
19616 Tipos de flotantes
19617 \end_layout
19618
19619 \begin_layout Standard
19620 Además de los flotantes de imagen y de tabla que se describen en la sección
19621 \begin_inset space ~
19622 \end_inset
19623
19624
19625 \begin_inset CommandInset ref
19626 LatexCommand ref
19627 reference "sec:Figuras-Flotantes"
19628
19629 \end_inset
19630
19631  y 
19632 \begin_inset CommandInset ref
19633 LatexCommand ref
19634 reference "sec:Tablas-Flotantes"
19635
19636 \end_inset
19637
19638 , respectivamente, LyX ofrece los tipos 
19639 \series bold
19640 Algoritmo
19641 \series default
19642  y 
19643 \series bold
19644 Envoltorio
19645 \series default
19646 .
19647 \end_layout
19648
19649 \begin_layout Subsection
19650 Algoritmos flotantes
19651 \begin_inset Index idx
19652 status collapsed
19653
19654 \begin_layout Plain Layout
19655 Flotantes ! Algoritmos
19656 \end_layout
19657
19658 \end_inset
19659
19660
19661 \begin_inset CommandInset label
19662 LatexCommand label
19663 name "sub:Algoritmos-Flotantes"
19664
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \begin_layout Standard
19671 \begin_inset Float algorithm
19672 placement h
19673 wide false
19674 sideways false
19675 status open
19676
19677 \begin_layout Plain Layout
19678 \begin_inset Caption
19679
19680 \begin_layout Plain Layout
19681 \begin_inset CommandInset label
19682 LatexCommand label
19683 name "alg:Ejemplo-de-Algoritmo-flotante"
19684
19685 \end_inset
19686
19687 Ejemplo de algoritmo flotante
19688 \end_layout
19689
19690 \end_inset
19691
19692
19693 \end_layout
19694
19695 \begin_layout LyX-Code
19696 for I in 1..N loop
19697 \begin_inset Newline newline
19698 \end_inset
19699
19700  Sum:= Sum + A(I); /*comment*/
19701 \begin_inset Newline newline
19702 \end_inset
19703
19704 end loop
19705 \begin_inset VSpace -4mm
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \begin_layout Standard
19717 Este tipo de flotante se inserta con el menú 
19718 \family sans
19719 Insertar\SpecialChar \menuseparator
19720 Flotante\SpecialChar \menuseparator
19721 Algoritmo
19722 \family default
19723 .
19724  Se usa para códigos y descripciones de algoritmos y se puede considerar
19725  una alternativa al listado de código de programa, que se explica en el
19726  capítulo
19727 \begin_inset space ~
19728 \end_inset
19729
19730
19731 \begin_inset CommandInset ref
19732 LatexCommand ref
19733 reference "cap:Listado-de-programa"
19734
19735 \end_inset
19736
19737 .
19738  Un posible entorno para algoritmos es 
19739 \family sans
19740 Código-LyX
19741 \family default
19742 , descrito en la 
19743 \emph on
19744 Guía del usuario
19745 \emph default
19746  de LyX.
19747  El algoritmo
19748 \begin_inset space ~
19749 \end_inset
19750
19751
19752 \begin_inset CommandInset ref
19753 LatexCommand ref
19754 reference "alg:Ejemplo-de-Algoritmo-flotante"
19755
19756 \end_inset
19757
19758  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19759  vertical de -4
19760 \begin_inset space \thinspace{}
19761 \end_inset
19762
19763 mm al final para tener la línea inferior exactamente bajo la última línea
19764  de texto.
19765 \end_layout
19766
19767 \begin_layout Standard
19768 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19769  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19770 \end_layout
19771
19772 \begin_layout Standard
19773
19774 \series bold
19775
19776 \backslash
19777 floatname{algorithm}{nombre}
19778 \end_layout
19779
19780 \begin_layout Standard
19781 donde 
19782 \family sans
19783 nombre
19784 \family default
19785  es la palabra «
19786 \emph on
19787 algoritmo
19788 \emph default
19789 » en el idioma deseado.
19790 \end_layout
19791
19792 \begin_layout Standard
19793 Para insertar el índice de algoritmos puedes usar el menú 
19794 \family sans
19795 Insertar\SpecialChar \menuseparator
19796 Lista
19797 \begin_inset space \thinspace{}
19798 \end_inset
19799
19800 /
19801 \begin_inset space \thinspace{}
19802 \end_inset
19803
19804 Índice\SpecialChar \menuseparator
19805 Índice de algoritmos
19806 \family default
19807 , si el documento está en el mismo idioma que los menús de LyX.
19808  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19809 \end_layout
19810
19811 \begin_layout Standard
19812
19813 \series bold
19814
19815 \backslash
19816 listof{algorithm}{nombre}
19817 \end_layout
19818
19819 \begin_layout Standard
19820 donde 
19821 \family sans
19822 nombre
19823 \family default
19824  es «
19825 \emph on
19826 Lista de algoritmos
19827 \emph default
19828 » en el idioma del documento.
19829 \end_layout
19830
19831 \begin_layout Standard
19832 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19833  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19834 tmo».
19835  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19836  documento:
19837 \end_layout
19838
19839 \begin_layout Standard
19840
19841 \series bold
19842
19843 \backslash
19844 numberwithin{algorithm}{chapter}
19845 \end_layout
19846
19847 \begin_layout Standard
19848 Para poder usar el comando 
19849 \series bold
19850
19851 \backslash
19852 numberwithin
19853 \series default
19854 , marca la opción 
19855 \family sans
19856 Usar
19857 \begin_inset space ~
19858 \end_inset
19859
19860 el
19861 \begin_inset space ~
19862 \end_inset
19863
19864 paquete
19865 \begin_inset space ~
19866 \end_inset
19867
19868 AMS
19869 \family default
19870  en el menú 
19871 \family sans
19872 Documento\SpecialChar \menuseparator
19873 Configuración\SpecialChar \menuseparator
19874 Opciones para ecuaciones
19875 \family default
19876 .
19877 \end_layout
19878
19879 \begin_layout Subsection
19880 Flotantes envueltos
19881 \begin_inset Index idx
19882 status collapsed
19883
19884 \begin_layout Plain Layout
19885 Flotantes ! Envoltorio
19886 \end_layout
19887
19888 \end_inset
19889
19890
19891 \end_layout
19892
19893 \begin_layout Standard
19894 \begin_inset Wrap figure
19895 lines 0
19896 placement l
19897 overhang 1cm
19898 width "40col%"
19899 status open
19900
19901 \begin_layout Plain Layout
19902 \begin_inset Graphics
19903         filename ../clipart/mobius.eps
19904         width 40col%
19905         rotateOrigin center
19906
19907 \end_inset
19908
19909
19910 \end_layout
19911
19912 \begin_layout Plain Layout
19913 \begin_inset Caption
19914
19915 \begin_layout Plain Layout
19916 \begin_inset CommandInset label
19917 LatexCommand label
19918 name "fig:Envoltorio-de-figura"
19919
19920 \end_inset
19921
19922 Figura envuelta en el texto
19923 \end_layout
19924
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \end_inset
19931
19932  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19933  de modo que ocupe sólo una parte del ancho de columna.
19934  Se inserta con el menú 
19935 \family sans
19936 Insertar\SpecialChar \menuseparator
19937 Flotante\SpecialChar \menuseparator
19938 Figura
19939 \begin_inset space ~
19940 \end_inset
19941
19942 envuelta
19943 \family default
19944
19945 \begin_inset space \thinspace{}
19946 \end_inset
19947
19948 /
19949 \begin_inset space \thinspace{}
19950 \end_inset
19951
19952
19953 \family sans
19954 Tabla
19955 \begin_inset space ~
19956 \end_inset
19957
19958 envuelta
19959 \family default
19960  si está instalado el paquete LaTeX 
19961 \series bold
19962 wrapfig
19963 \series default
19964
19965 \begin_inset Index idx
19966 status collapsed
19967
19968 \begin_layout Plain Layout
19969 LaTeX-paquetes ! wrapfig
19970 \begin_inset ERT
19971 status collapsed
19972
19973 \begin_layout Plain Layout
19974
19975
19976 \backslash
19977 vspace{4mm}
19978 \end_layout
19979
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \end_inset
19986
19987 .
19988 \begin_inset Foot
19989 status collapsed
19990
19991 \begin_layout Plain Layout
19992 La instalación de paquetes LaTeX se explica en el manual 
19993 \emph on
19994 Configuración de LaTeX
19995 \emph default
19996 .
19997 \end_layout
19998
19999 \end_inset
20000
20001  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
20002  con clic derecho sobre el cuadro del flotante.
20003  Son obligatorias la 
20004 \family sans
20005 Ubicación
20006 \family default
20007  y la 
20008 \family sans
20009 Anchura
20010 \family default
20011 .
20012  Son opcionales 
20013 \family sans
20014 Extensión al margen
20015 \family default
20016 , que especifica la anchura de invasión del margen, y 
20017 \family sans
20018 Extender
20019 \begin_inset space ~
20020 \end_inset
20021
20022 a
20023 \begin_inset space ~
20024 \end_inset
20025
20026 líneas
20027 \family default
20028 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
20029  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
20030  opción sólo si encuentras problemas en la colocación del flotante.
20031  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
20032  del párrafo o en los párrafos adyacentes.
20033  La figura
20034 \begin_inset space ~
20035 \end_inset
20036
20037
20038 \begin_inset CommandInset ref
20039 LatexCommand ref
20040 reference "fig:Envoltorio-de-figura"
20041
20042 \end_inset
20043
20044  es un ejemplo de envoltorio con una anchura de columna del 40
20045 \begin_inset space \thinspace{}
20046 \end_inset
20047
20048 %, ubicado a la izquierda y 1
20049 \begin_inset space \thinspace{}
20050 \end_inset
20051
20052 cm de invasión de margen.
20053 \begin_inset Foot
20054 status collapsed
20055
20056 \begin_layout Plain Layout
20057 Consulta las unidades disponibles en el apéndice
20058 \begin_inset space ~
20059 \end_inset
20060
20061
20062 \begin_inset CommandInset ref
20063 LatexCommand ref
20064 reference "cap:Unidades-disponibles-en"
20065
20066 \end_inset
20067
20068 .
20069 \end_layout
20070
20071 \end_inset
20072
20073
20074 \end_layout
20075
20076 \begin_layout Standard
20077 \begin_inset Note Greyedout
20078 status open
20079
20080 \begin_layout Plain Layout
20081
20082 \series bold
20083 Nota:
20084 \series default
20085  ¡Los flotantes envueltos son frágiles! P.
20086 \begin_inset space \thinspace{}
20087 \end_inset
20088
20089 e.
20090 \begin_inset space ~
20091 \end_inset
20092
20093 si una figura está demasiado cerca de la parte inferior de la página se
20094  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
20095  o situarse junto a otro texto.
20096 \end_layout
20097
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \begin_layout Standard
20104 En general:
20105 \end_layout
20106
20107 \begin_layout Itemize
20108 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
20109  salto de página.
20110  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
20111  esté casi listo y puedas prever los saltos de página.
20112 \end_layout
20113
20114 \begin_layout Itemize
20115 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
20116  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
20117 \end_layout
20118
20119 \begin_layout Itemize
20120 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
20121  que procura que haya un párrafo de texto entre ellos.
20122 \end_layout
20123
20124 \begin_layout Itemize
20125 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
20126 \end_layout
20127
20128 \begin_layout Section
20129 Numeración de flotantes
20130 \begin_inset Index idx
20131 status collapsed
20132
20133 \begin_layout Plain Layout
20134 Flotantes ! Numeración
20135 \end_layout
20136
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \begin_layout Standard
20143 En general, los flotantes se numeran independientemente de las secciones
20144  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
20145  dependiendo de la clase de documento utilizada.
20146 \end_layout
20147
20148 \begin_layout Standard
20149 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
20150  comando en el preámbulo del documento:
20151 \end_layout
20152
20153 \begin_layout Standard
20154
20155 \series bold
20156
20157 \backslash
20158 renewcommand{
20159 \backslash
20160 thetable}{
20161 \backslash
20162 roman{table}}
20163 \end_layout
20164
20165 \begin_layout Standard
20166
20167 \series bold
20168
20169 \backslash
20170 thetable 
20171 \series default
20172 es el comando que imprime el número de la tabla, para figuras flotantes
20173  el comando sería 
20174 \series bold
20175
20176 \backslash
20177 thefigure
20178 \series default
20179 .
20180  El comando 
20181 \series bold
20182
20183 \backslash
20184 roman
20185 \series default
20186  imprime el número de tabla en números romanos en minúscula.
20187 \end_layout
20188
20189 \begin_layout Standard
20190 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
20191  usa este comando en el preámbulo:
20192 \end_layout
20193
20194 \begin_layout Standard
20195
20196 \series bold
20197
20198 \backslash
20199 numberwithin{table}{subsection}
20200 \end_layout
20201
20202 \begin_layout Standard
20203 Para poder usar el comando 
20204 \series bold
20205
20206 \backslash
20207 numberwithin
20208 \series default
20209 , debes marcar la opción 
20210 \family sans
20211 Usar
20212 \begin_inset space ~
20213 \end_inset
20214
20215 el
20216 \begin_inset space ~
20217 \end_inset
20218
20219 paquete
20220 \begin_inset space ~
20221 \end_inset
20222
20223 AMS 
20224 \family default
20225 en el apartado 
20226 \family sans
20227 Opciones para ecuaciones 
20228 \family default
20229 de las preferencias del documento.
20230 \end_layout
20231
20232 \begin_layout Standard
20233 Puedes ver más detalles y notas importantes sobre comandos de numeración
20234  en la sección
20235 \begin_inset space ~
20236 \end_inset
20237
20238
20239 \begin_inset CommandInset ref
20240 LatexCommand ref
20241 reference "sub:Numeración-de-Notas-al-Pie"
20242
20243 \end_inset
20244
20245 .
20246 \end_layout
20247
20248 \begin_layout Section
20249 Referencias a flotantes
20250 \begin_inset CommandInset label
20251 LatexCommand label
20252 name "sec:Referencias-a-Flotantes"
20253
20254 \end_inset
20255
20256
20257 \begin_inset Index idx
20258 status collapsed
20259
20260 \begin_layout Plain Layout
20261 Flotantes ! Referencias
20262 \end_layout
20263
20264 \end_inset
20265
20266
20267 \begin_inset Index idx
20268 status collapsed
20269
20270 \begin_layout Plain Layout
20271 Referencias
20272 \end_layout
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \begin_layout Standard
20280 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20281  menú 
20282 \family sans
20283 Insertar\SpecialChar \menuseparator
20284 Etiqueta
20285 \family default
20286  o el botón 
20287 \begin_inset Graphics
20288         filename ../../images/label-insert.png
20289         scale 85
20290
20291 \end_inset
20292
20293 .
20294  Aparece una ventana esperando la introducción del texto de la etiqueta
20295  y se inserta un cuadro gris como este: 
20296 \begin_inset Graphics
20297         filename clipart/etiquetaQt4.png
20298         scale 85
20299
20300 \end_inset
20301
20302 .
20303  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20304  El prefijo depende del tipo de flotante, p.
20305 \begin_inset space \thinspace{}
20306 \end_inset
20307
20308 e.
20309 \begin_inset space ~
20310 \end_inset
20311
20312 para figuras el prefijo será «
20313 \family sans
20314 fig:
20315 \family default
20316 ».
20317 \end_layout
20318
20319 \begin_layout Standard
20320 La etiqueta se usa como ancla y el nombre para la referencia.
20321  Puedes referenciar la etiqueta usando el menú 
20322 \family sans
20323 Insertar\SpecialChar \menuseparator
20324 Referencia
20325 \family default
20326
20327 \begin_inset space ~
20328 \end_inset
20329
20330
20331 \family sans
20332 cruzada
20333 \family default
20334  o el botón 
20335 \begin_inset Graphics
20336         filename ../../images/dialog-show-new-inset_ref.png
20337         scale 85
20338
20339 \end_inset
20340
20341 .
20342  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20343  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20344  trabajando de la lista desplegable de la parte superior del diálogo.
20345  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20346  Se inserta un cuadro gris como este: 
20347 \begin_inset Graphics
20348         filename clipart/referenciaQt4.png
20349         scale 85
20350
20351 \end_inset
20352
20353 .
20354  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20355 \end_layout
20356
20357 \begin_layout Standard
20358 Se recomienda poner un espacio protegido entre el nombre de la referencia
20359  cruzada y su número para evitar saltos de línea entre ellos.
20360  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20361  dos interrogaciones en la salida.
20362 \end_layout
20363
20364 \begin_layout Standard
20365 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20366  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20367  al texto de la etiqueta nueva, no te preocupes por eso.
20368 \end_layout
20369
20370 \begin_layout Standard
20371 El botón 
20372 \family sans
20373 Ir
20374 \begin_inset space ~
20375 \end_inset
20376
20377 a
20378 \begin_inset space ~
20379 \end_inset
20380
20381 la
20382 \begin_inset space ~
20383 \end_inset
20384
20385 etiqueta
20386 \family default
20387  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20388  y el texto del botón cambia a 
20389 \family sans
20390 Volver
20391 \family default
20392 , con el que se puede retornar a la referencia.
20393  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20394  hasta la etiqueta pero sin opción de volver.
20395 \end_layout
20396
20397 \begin_layout Subsection
20398 Formatos de referencia cruzada
20399 \begin_inset CommandInset label
20400 LatexCommand label
20401 name "sub:Formatos-referencia-cruzada"
20402
20403 \end_inset
20404
20405
20406 \begin_inset Index idx
20407 status collapsed
20408
20409 \begin_layout Plain Layout
20410 Referencias ! Formatos
20411 \end_layout
20412
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \begin_layout Standard
20419 Hay seis variedades de referencias cruzadas:
20420 \end_layout
20421
20422 \begin_layout Description
20423 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20424  
20425 \begin_inset CommandInset ref
20426 LatexCommand ref
20427 reference "fig:Dos-imágenes-distorsionadas"
20428
20429 \end_inset
20430
20431
20432 \end_layout
20433
20434 \begin_layout Description
20435 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20436  habitual para referirse a fórmulas, especialmente si se omite el nombre
20437  «Ecuación»: 
20438 \begin_inset CommandInset ref
20439 LatexCommand eqref
20440 reference "eq:Wgn"
20441
20442 \end_inset
20443
20444
20445 \end_layout
20446
20447 \begin_layout Description
20448 <página>: imprime el número de página: Página
20449 \begin_inset space ~
20450 \end_inset
20451
20452
20453 \begin_inset CommandInset ref
20454 LatexCommand pageref
20455 reference "fig:Dos-imágenes-distorsionadas"
20456
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \begin_layout Description
20463 en
20464 \begin_inset space ~
20465 \end_inset
20466
20467 página
20468 \begin_inset space ~
20469 \end_inset
20470
20471 <página>: imprime el texto «en la página» y el número de página: 
20472 \begin_inset CommandInset ref
20473 LatexCommand vpageref
20474 reference "fig:Dos-imágenes-distorsionadas"
20475
20476 \end_inset
20477
20478
20479 \end_layout
20480
20481 \begin_layout Description
20482 <referencia>
20483 \begin_inset space ~
20484 \end_inset
20485
20486 en
20487 \begin_inset space ~
20488 \end_inset
20489
20490 página
20491 \begin_inset space ~
20492 \end_inset
20493
20494 <página>: imprime el número flotante, el texto «en la página» y el número
20495  de página: 
20496 \begin_inset CommandInset ref
20497 LatexCommand vref
20498 reference "fig:Dos-imágenes-distorsionadas"
20499
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \begin_layout Description
20506 Referencia
20507 \begin_inset space ~
20508 \end_inset
20509
20510 con
20511 \begin_inset space ~
20512 \end_inset
20513
20514 formato: imprime un formato personalizado.
20515 \begin_inset Newline newline
20516 \end_inset
20517
20518
20519 \begin_inset Note Greyedout
20520 status open
20521
20522 \begin_layout Plain Layout
20523
20524 \series bold
20525 Nota:
20526 \series default
20527  Esta característica sólo está disponible si está instalado el paquete LaTeX
20528  
20529 \series bold
20530 prettyref
20531 \series default
20532  o 
20533 \series bold
20534 refstyle
20535 \series default
20536 .
20537 \begin_inset Index idx
20538 status collapsed
20539
20540 \begin_layout Plain Layout
20541 LaTeX-paquetes ! prettyref
20542 \end_layout
20543
20544 \end_inset
20545
20546
20547 \begin_inset Index idx
20548 status collapsed
20549
20550 \begin_layout Plain Layout
20551 LaTeX-paquetes ! refstyle
20552 \end_layout
20553
20554 \end_inset
20555
20556
20557 \end_layout
20558
20559 \end_inset
20560
20561
20562 \begin_inset Newline newline
20563 \end_inset
20564
20565
20566 \lang english
20567 You can select which LaTeX-package should be used for this feature by setting
20568  the option 
20569 \family sans
20570 Use refstyle (not prettyref) for cross-references
20571 \family default
20572  in the menu 
20573 \family sans
20574 Document\SpecialChar \menuseparator
20575 Settings\SpecialChar \menuseparator
20576 Document Class
20577 \family default
20578 .
20579  The format is specified by adding the command 
20580 \series bold
20581
20582 \backslash
20583 newrefformat
20584 \series default
20585  (prettyref) or 
20586 \series bold
20587
20588 \backslash
20589 newref
20590 \series default
20591  (refstyle) to the preamble of the document.
20592  For example redefining all references to figures (which have the label
20593  shortcut
20594 \lang spanish
20595  
20596 \begin_inset Quotes fld
20597 \end_inset
20598
20599
20600 \family sans
20601 fig
20602 \family default
20603
20604 \begin_inset Quotes frd
20605 \end_inset
20606
20607
20608 \lang english
20609 can be done with this command
20610 \lang spanish
20611
20612 \begin_inset Newline newline
20613 \end_inset
20614
20615
20616 \series bold
20617
20618 \backslash
20619 newref{fig}{refcmd={
20620 \lang english
20621 Image on page
20622 \lang spanish
20623  
20624 \backslash
20625 pageref{#1}}}
20626 \series default
20627
20628 \begin_inset Newline newline
20629 \end_inset
20630
20631
20632 \lang english
20633 For more information about the format, have a look at the package documentations
20634 \lang spanish
20635
20636 \begin_inset CommandInset citation
20637 LatexCommand cite
20638 key "prettyref,refstyle"
20639
20640 \end_inset
20641
20642 .
20643 \end_layout
20644
20645 \begin_layout Description
20646
20647 \lang english
20648 Textual
20649 \begin_inset space ~
20650 \end_inset
20651
20652 reference: prints the caption of the reference
20653 \lang spanish
20654
20655 \begin_inset CommandInset ref
20656 LatexCommand nameref
20657 reference "fig:Dos-imágenes-distorsionadas"
20658
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \begin_layout Standard
20665
20666 \family sans
20667 <página>
20668 \family default
20669
20670 \begin_inset space \thinspace{}
20671 \end_inset
20672
20673  no imprime el número si la etiqueta está en la misma página, en la anterior
20674  o en la siguiente.
20675  En su lugar verás p.
20676 \begin_inset space \thinspace{}
20677 \end_inset
20678
20679 e.
20680 \begin_inset space ~
20681 \end_inset
20682
20683 el texto «
20684 \family sans
20685 en esta página
20686 \family default
20687 ».
20688  El estilo 
20689 \family sans
20690 <referencia>
20691 \begin_inset space ~
20692 \end_inset
20693
20694 en
20695 \begin_inset space ~
20696 \end_inset
20697
20698 página
20699 \begin_inset space ~
20700 \end_inset
20701
20702 <página> 
20703 \family default
20704 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20705 \end_layout
20706
20707 \begin_layout Standard
20708 El número y página actual de la parte del documento referida es automáticamente
20709  calculado por LaTeX en la salida.
20710  Las variedades se ajustan en el campo 
20711 \family sans
20712 Formato
20713 \family default
20714  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20715 \end_layout
20716
20717 \begin_layout Standard
20718 \begin_inset Note Greyedout
20719 status open
20720
20721 \begin_layout Plain Layout
20722
20723 \series bold
20724 Nota:
20725 \series default
20726  
20727 \lang english
20728 It is recommended to use
20729 \lang spanish
20730  el paquete LaTeX 
20731 \series bold
20732 refstyle
20733 \series default
20734
20735 \begin_inset Index idx
20736 status collapsed
20737
20738 \begin_layout Plain Layout
20739 LaTeX-paquetes ! refstyle
20740 \end_layout
20741
20742 \end_inset
20743
20744  
20745 \lang english
20746 because
20747 \lang spanish
20748  
20749 \series bold
20750 prettyref
20751 \series default
20752
20753 \begin_inset Index idx
20754 status collapsed
20755
20756 \begin_layout Plain Layout
20757 LaTeX-paquetes ! prettyref
20758 \end_layout
20759
20760 \end_inset
20761
20762  no reconoce todas las abreviaturas de etiquetas
20763 \begin_inset Foot
20764 status collapsed
20765
20766 \begin_layout Plain Layout
20767 \begin_inset Quotes fld
20768 \end_inset
20769
20770 fig:
20771 \begin_inset Quotes frd
20772 \end_inset
20773
20774 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20775  figuras.
20776 \end_layout
20777
20778 \end_inset
20779
20780  posibles en LyX y no está internacionalizado.
20781 \end_layout
20782
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \begin_layout Subsection
20789 Designación automática de referencias
20790 \begin_inset Index idx
20791 status collapsed
20792
20793 \begin_layout Plain Layout
20794 Referencias ! Designación automática
20795 \end_layout
20796
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \begin_layout Standard
20803 El paquete LaTeX 
20804 \series bold
20805 hyperref
20806 \series default
20807
20808 \begin_inset Index idx
20809 status collapsed
20810
20811 \begin_layout Plain Layout
20812 LaTeX-paquetes ! hyperref
20813 \end_layout
20814
20815 \end_inset
20816
20817 , que se habilita en 
20818 \family sans
20819 Propiedades PDF
20820 \family default
20821  del diálogo 
20822 \family sans
20823 Documento\SpecialChar \menuseparator
20824 Configuración
20825 \family default
20826 , dispone de una característica muy útil que permite incluir automáticamente
20827  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20828  de texto como 
20829 \emph on
20830 sección
20831 \emph default
20832 ).
20833  Así, p.
20834 \begin_inset space \thinspace{}
20835 \end_inset
20836
20837 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20838  a una figura.
20839  Para usar esta característica habilita el soporte para 
20840 \series bold
20841 hyperref
20842 \series default
20843  e inserta la siguiente línea en el preámbulo LaTeX:
20844 \end_layout
20845
20846 \begin_layout Standard
20847
20848 \series bold
20849
20850 \backslash
20851 AtBeginDocument{
20852 \backslash
20853 renewcommand{
20854 \backslash
20855 ref}[1]{
20856 \backslash
20857 mbox{
20858 \backslash
20859 autoref{#1}}}}
20860 \end_layout
20861
20862 \begin_layout Standard
20863 Si prefieres otros nombres para las referencias distintos de los predeterminados
20864 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20865  lo siguiente en el preámbulo:
20866 \end_layout
20867
20868 \begin_layout Standard
20869
20870 \series bold
20871
20872 \backslash
20873 addto
20874 \backslash
20875 extrasenglish{
20876 \backslash
20877 renewcommand{
20878 \backslash
20879 sectionautorefname}
20880 \begin_inset Newline newline
20881 \end_inset
20882
20883
20884 \begin_inset Phantom HPhantom
20885 status open
20886
20887 \begin_layout Plain Layout
20888
20889 \series bold
20890 \begin_inset space ~
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \end_inset
20897
20898 {sec.
20899 \backslash
20900 negthinspace}}
20901 \end_layout
20902
20903 \begin_layout Standard
20904 Si estás usando un idioma de documento distinto del inglés, reemplaza
20905 \begin_inset Newline newline
20906 \end_inset
20907
20908  
20909 \series bold
20910
20911 \backslash
20912 extrasenglish
20913 \series default
20914  por
20915 \series bold
20916  
20917 \backslash
20918 extras***
20919 \series default
20920 , donde *** es el nombre del idioma utilizado.
20921 \end_layout
20922
20923 \begin_layout Standard
20924 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20925  por ejemplo no para ecuaciones, usa este código de preámbulo:
20926 \end_layout
20927
20928 \begin_layout Standard
20929
20930 \series bold
20931
20932 \backslash
20933 newlength{
20934 \backslash
20935 abc}
20936 \begin_inset Newline newline
20937 \end_inset
20938
20939
20940 \backslash
20941 settowidth{
20942 \backslash
20943 abc}{
20944 \backslash
20945 space}
20946 \begin_inset Newline newline
20947 \end_inset
20948
20949
20950 \backslash
20951 addto
20952 \backslash
20953 extrasenglish{
20954 \backslash
20955 renewcommand{
20956 \backslash
20957 equationautorefname}
20958 \begin_inset Newline newline
20959 \end_inset
20960
20961
20962 \begin_inset Phantom HPhantom
20963 status open
20964
20965 \begin_layout Plain Layout
20966
20967 \series bold
20968 \begin_inset space ~
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \end_inset
20975
20976 {
20977 \backslash
20978 hspace{-
20979 \backslash
20980 abc}}
20981 \end_layout
20982
20983 \begin_layout Standard
20984 En la documentación de 
20985 \series bold
20986 hyperref
20987 \series default
20988  
20989 \begin_inset CommandInset citation
20990 LatexCommand cite
20991 key "hyperref"
20992
20993 \end_inset
20994
20995  puedes encontrar más información.
20996
20997 \series bold
20998  
20999 \end_layout
21000
21001 \begin_layout Standard
21002 \begin_inset Note Greyedout
21003 status open
21004
21005 \begin_layout Plain Layout
21006
21007 \series bold
21008 Nota:
21009 \series default
21010  La designación automática de referencias no puede usarse en el estilo 
21011 \family sans
21012 Referencia
21013 \begin_inset space ~
21014 \end_inset
21015
21016 con
21017 \begin_inset space ~
21018 \end_inset
21019
21020 formato
21021 \family default
21022 , descrita en la sección
21023 \begin_inset space ~
21024 \end_inset
21025
21026
21027 \begin_inset CommandInset ref
21028 LatexCommand ref
21029 reference "sub:Formatos-referencia-cruzada"
21030
21031 \end_inset
21032
21033 .
21034 \end_layout
21035
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \begin_layout Standard
21042 El manual 
21043 \emph on
21044 Ecuaciones
21045 \emph default
21046  es un ejemplo de documento en el que se ha utilizado designación automática
21047  de referencias.
21048 \end_layout
21049
21050 \begin_layout Subsection
21051 Colocación de referencias
21052 \begin_inset CommandInset label
21053 LatexCommand label
21054 name "sub:Colocación-de-Referencias"
21055
21056 \end_inset
21057
21058
21059 \begin_inset Index idx
21060 status collapsed
21061
21062 \begin_layout Plain Layout
21063 Referencias ! Colocación
21064 \end_layout
21065
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \begin_layout Standard
21072 Si usas 
21073 \series bold
21074 hyperref
21075 \series default
21076
21077 \begin_inset Index idx
21078 status collapsed
21079
21080 \begin_layout Plain Layout
21081 LaTeX-paquetes ! hyperref
21082 \end_layout
21083
21084 \end_inset
21085
21086 , en las 
21087 \family sans
21088 Preferencias PDF 
21089 \family default
21090 del diálogo 
21091 \family sans
21092 Documento\SpecialChar \menuseparator
21093 Configuración
21094 \family default
21095 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
21096  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
21097  La leyenda será la primera parte del texto en pantalla, de forma que para
21098  ver la imagen debes deslizar.
21099  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
21100  Usando el paquete 
21101 \series bold
21102 hypcap
21103 \series default
21104
21105 \begin_inset Index idx
21106 status collapsed
21107
21108 \begin_layout Plain Layout
21109 LaTeX-paquetes ! hypcap
21110 \end_layout
21111
21112 \end_inset
21113
21114 , que forma parte del paquete LaTeX 
21115 \series bold
21116 oberdiek
21117 \series default
21118
21119 \begin_inset Index idx
21120 status collapsed
21121
21122 \begin_layout Plain Layout
21123 LaTeX-paquetes ! oberdiek
21124 \end_layout
21125
21126 \end_inset
21127
21128 , el ancla de enlace se sitúa al comienzo de un flotante.
21129  Para usar esta característica para figuras flotantes carga 
21130 \series bold
21131 hypcap
21132 \series default
21133  en el preámbulo con
21134 \end_layout
21135
21136 \begin_layout Standard
21137
21138 \series bold
21139
21140 \backslash
21141 usepackage[figure]{hypcap}
21142 \end_layout
21143
21144 \begin_layout Standard
21145 Puedes usar 
21146 \series bold
21147 hypcap
21148 \series default
21149  para todos los flotantes aunque no se recomienda por razones de estabilidad.
21150  Más información en el manual de 
21151 \series bold
21152 hypcap
21153 \series default
21154  
21155 \begin_inset CommandInset citation
21156 LatexCommand cite
21157 key "hypcap"
21158
21159 \end_inset
21160
21161 .
21162 \end_layout
21163
21164 \begin_layout Standard
21165 \begin_inset Note Greyedout
21166 status open
21167
21168 \begin_layout Plain Layout
21169
21170 \series bold
21171 Nota:
21172 \series default
21173  
21174 \series bold
21175 hypcap
21176 \series default
21177  no funciona para las referencias a subfiguras.
21178 \end_layout
21179
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \begin_layout Section
21186 Colocación de flotantes
21187 \begin_inset CommandInset label
21188 LatexCommand label
21189 name "sec:Colocación-de-Flotantes"
21190
21191 \end_inset
21192
21193
21194 \begin_inset Index idx
21195 status collapsed
21196
21197 \begin_layout Plain Layout
21198 Flotantes ! Colocación
21199 \end_layout
21200
21201 \end_inset
21202
21203
21204 \end_layout
21205
21206 \begin_layout Standard
21207 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
21208  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
21209  los flotantes.
21210 \begin_inset Newline newline
21211 \end_inset
21212
21213 La opción 
21214 \family sans
21215 Extender
21216 \begin_inset space ~
21217 \end_inset
21218
21219 columnas
21220 \family default
21221  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
21222  abarcará ambas columnas en lugar de una sola.
21223 \begin_inset Newline newline
21224 \end_inset
21225
21226 La opción 
21227 \family sans
21228 Girar
21229 \begin_inset space ~
21230 \end_inset
21231
21232 a
21233 \begin_inset space ~
21234 \end_inset
21235
21236 un
21237 \begin_inset space ~
21238 \end_inset
21239
21240 lado
21241 \family default
21242  sirve para girar flotantes, véase sección
21243 \begin_inset space ~
21244 \end_inset
21245
21246
21247 \begin_inset CommandInset ref
21248 LatexCommand ref
21249 reference "sec:Rotación-de-Flotantes"
21250
21251 \end_inset
21252
21253 .
21254  
21255 \end_layout
21256
21257 \begin_layout Standard
21258 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
21259  la posición de un flotante si desmarcas la opción 
21260 \family sans
21261 Usar
21262 \begin_inset space ~
21263 \end_inset
21264
21265 ubicación
21266 \begin_inset space ~
21267 \end_inset
21268
21269 predeterminada
21270 \family default
21271 :
21272 \end_layout
21273
21274 \begin_layout Description
21275
21276 \family sans
21277 \series bold
21278 Aquí
21279 \begin_inset space ~
21280 \end_inset
21281
21282 si
21283 \begin_inset space ~
21284 \end_inset
21285
21286 es
21287 \begin_inset space ~
21288 \end_inset
21289
21290 posible
21291 \family default
21292 \series default
21293  intenta situar el flotante en la posición en la que se inserta
21294 \end_layout
21295
21296 \begin_layout Description
21297
21298 \family sans
21299 \series bold
21300 Principio
21301 \begin_inset space ~
21302 \end_inset
21303
21304 de
21305 \begin_inset space ~
21306 \end_inset
21307
21308 página
21309 \family default
21310 \series default
21311  intenta situar el flotante al principio de la página actual
21312 \end_layout
21313
21314 \begin_layout Description
21315
21316 \family sans
21317 \series bold
21318 Fin
21319 \begin_inset space ~
21320 \end_inset
21321
21322 de
21323 \begin_inset space ~
21324 \end_inset
21325
21326 página
21327 \family default
21328 \series default
21329  intenta situar el flotante al final de la página actual
21330 \end_layout
21331
21332 \begin_layout Description
21333
21334 \family sans
21335 \series bold
21336 Página
21337 \begin_inset space ~
21338 \end_inset
21339
21340 de
21341 \begin_inset space ~
21342 \end_inset
21343
21344 flotantes
21345 \family default
21346 \series default
21347  intenta situar el flotante en una página propia 
21348 \end_layout
21349
21350 \begin_layout Standard
21351 LaTeX usa 
21352 \emph on
21353 siempre
21354 \emph default
21355  ese orden de opciones.
21356  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21357  lugar 
21358 \family sans
21359 Aquí
21360 \begin_inset space ~
21361 \end_inset
21362
21363 si
21364 \begin_inset space ~
21365 \end_inset
21366
21367 es
21368 \begin_inset space ~
21369 \end_inset
21370
21371 posible
21372 \family default
21373 , luego 
21374 \family sans
21375 Principio
21376 \begin_inset space ~
21377 \end_inset
21378
21379 de
21380 \begin_inset space ~
21381 \end_inset
21382
21383 página
21384 \family default
21385 , y después las otras.
21386  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21387  pero en dicho orden.
21388  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21389  pero intenta poner el flotante en la página siguiente.
21390 \end_layout
21391
21392 \begin_layout Standard
21393 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21394 \end_layout
21395
21396 \begin_layout Labeling
21397 \labelwidthstring 00.00.0000
21398
21399 \family sans
21400 Principio
21401 \begin_inset space ~
21402 \end_inset
21403
21404 de
21405 \begin_inset space ~
21406 \end_inset
21407
21408 página:
21409 \family default
21410  sólo si el flotante ocupa menos del 70
21411 \begin_inset space \thinspace{}
21412 \end_inset
21413
21414 % de la página puede ubicarse al principio de página (
21415 \series bold
21416
21417 \backslash
21418 topfraction
21419 \series default
21420 )
21421 \end_layout
21422
21423 \begin_layout Labeling
21424 \labelwidthstring 00.00.0000
21425
21426 \family sans
21427 Fin
21428 \begin_inset space ~
21429 \end_inset
21430
21431 de
21432 \begin_inset space ~
21433 \end_inset
21434
21435 página:
21436 \family default
21437  sólo si el flotante ocupa menos del 30
21438 \begin_inset space \thinspace{}
21439 \end_inset
21440
21441 % de la página puede ubicarse al fin de página.
21442  (
21443 \series bold
21444
21445 \backslash
21446 bottomfraction
21447 \series default
21448 )
21449 \end_layout
21450
21451 \begin_layout Labeling
21452 \labelwidthstring 00.00.0000
21453
21454 \family sans
21455 Página
21456 \begin_inset space ~
21457 \end_inset
21458
21459 de
21460 \begin_inset space ~
21461 \end_inset
21462
21463 flotantes:
21464 \family default
21465  sólo si más del 50
21466 \begin_inset space \thinspace{}
21467 \end_inset
21468
21469 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21470  página.
21471  (
21472 \series bold
21473
21474 \backslash
21475 floatpagefraction
21476 \series default
21477 )
21478 \end_layout
21479
21480 \begin_layout Standard
21481 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21482  
21483 \family sans
21484 Ignorar
21485 \begin_inset space ~
21486 \end_inset
21487
21488 reglas
21489 \begin_inset space ~
21490 \end_inset
21491
21492 de
21493 \begin_inset space ~
21494 \end_inset
21495
21496 LaTeX
21497 \family default
21498 .
21499 \begin_inset Newline newline
21500 \end_inset
21501
21502 También puedes redefinir las reglas con los comandos LaTeX que van entre
21503  paréntesis tras la descripción de las reglas anteriores.
21504  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21505  la regla 
21506 \family sans
21507 Fin
21508 \family default
21509
21510 \begin_inset space ~
21511 \end_inset
21512
21513
21514 \family sans
21515 de
21516 \family default
21517
21518 \begin_inset space ~
21519 \end_inset
21520
21521
21522 \family sans
21523 página
21524 \family default
21525  al 50
21526 \begin_inset space \thinspace{}
21527 \end_inset
21528
21529 %, añade esta línea en el preámbulo:
21530 \end_layout
21531
21532 \begin_layout Standard
21533
21534 \series bold
21535
21536 \backslash
21537 renewcommand{
21538 \backslash
21539 bottomfraction}{0.5}
21540 \end_layout
21541
21542 \begin_layout Standard
21543 En determinados casos podrías necesitar ubicar un flotante exactamente en
21544  la posición en la que se inserta.
21545  Para esto puedes usar la opción 
21546 \family sans
21547 Aquí
21548 \begin_inset space ~
21549 \end_inset
21550
21551 definitivamente
21552 \family default
21553 .
21554  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21555  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21556  se podría estropear el diseño de la página.
21557 \end_layout
21558
21559 \begin_layout Standard
21560 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21561  rodeados por texto de un párrafo determinado.
21562 \begin_inset VSpace bigskip
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \begin_layout Standard
21569 A veces surge el problema de que un flotante se sitúa al principio de la
21570  página mientras que su sección correspondiente empieza en mitad de la página,
21571  así que el lector podría creer que el flotante forma parte de la sección
21572  anterior.
21573  Para evitarlo puede emplearse el comando LaTeX 
21574 \series bold
21575
21576 \backslash
21577 suppressfloats
21578 \series default
21579 , que suprime la ubicación de un flotante dado en la página donde se inserta
21580  y además puede servir para evitar que el flotante se coloque antes del
21581  inicio de sección.
21582  Para ello, añade estos comandos al preámbulo:
21583 \end_layout
21584
21585 \begin_layout Standard
21586
21587 \series bold
21588
21589 \backslash
21590 let
21591 \backslash
21592 mySection
21593 \backslash
21594 section
21595 \begin_inset Newline newline
21596 \end_inset
21597
21598
21599 \backslash
21600 renewcommand{
21601 \backslash
21602 section}{
21603 \backslash
21604 suppressfloats[t]
21605 \backslash
21606 mySection}
21607 \end_layout
21608
21609 \begin_layout Standard
21610 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21611  subsecciones.
21612  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21613  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21614 \end_layout
21615
21616 \begin_layout Standard
21617 \begin_inset VSpace bigskip
21618 \end_inset
21619
21620 En ciertos casos se quieren tener todas las figuras/tablas al final del
21621  documento.
21622  Para estos casos está el paquete LaTeX 
21623 \series bold
21624 endfloat
21625 \series default
21626
21627 \begin_inset Index idx
21628 status collapsed
21629
21630 \begin_layout Plain Layout
21631 LaTeX-paquetes ! endfloat
21632 \end_layout
21633
21634 \end_inset
21635
21636 .
21637  Pone todas las figuras y tablas flotantes al final del documento en secciones
21638  propias.
21639  En la posición original del flotante se inserta una indicación como «
21640 \family sans
21641 [Figure
21642 \begin_inset space ~
21643 \end_inset
21644
21645 3.2 about here.]
21646 \family default
21647 ».
21648  El paquete 
21649 \series bold
21650 endfloat
21651 \series default
21652  se carga en el preámbulo con la línea
21653 \end_layout
21654
21655 \begin_layout Standard
21656
21657 \series bold
21658
21659 \backslash
21660 usepackage[options]{endfloat}
21661 \end_layout
21662
21663 \begin_layout Standard
21664 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21665  Para más información véase la documentación 
21666 \begin_inset CommandInset citation
21667 LatexCommand cite
21668 key "endfloat"
21669
21670 \end_inset
21671
21672 .
21673 \begin_inset Newline newline
21674 \end_inset
21675
21676
21677 \begin_inset Note Greyedout
21678 status open
21679
21680 \begin_layout Plain Layout
21681
21682 \series bold
21683 Nota: endfloat
21684 \series default
21685  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21686  véase sección
21687 \begin_inset space ~
21688 \end_inset
21689
21690 4 en 
21691 \begin_inset CommandInset citation
21692 LatexCommand cite
21693 key "endfloat"
21694
21695 \end_inset
21696
21697 .
21698 \end_layout
21699
21700 \end_inset
21701
21702
21703 \begin_inset Newline newline
21704 \end_inset
21705
21706
21707 \begin_inset Note Greyedout
21708 status open
21709
21710 \begin_layout Plain Layout
21711
21712 \series bold
21713 Nota:
21714 \series default
21715  Actualmente hay un error en 
21716 \series bold
21717 endfloat
21718 \series default
21719  cuando la leyenda contiene el carácter alemán «ß».
21720  Usa en ese caso el comando «
21721 \series bold
21722
21723 \backslash
21724 ss
21725 \series default
21726 » en código TeX en vez de «ß».
21727 \end_layout
21728
21729 \end_inset
21730
21731
21732 \end_layout
21733
21734 \begin_layout Standard
21735 \begin_inset VSpace bigskip
21736 \end_inset
21737
21738 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21739 \begin_inset CommandInset citation
21740 LatexCommand cite
21741 key "latexcompanion,latexguide,latexbook"
21742
21743 \end_inset
21744
21745 .
21746 \end_layout
21747
21748 \begin_layout Section
21749 Rotación de flotantes
21750 \begin_inset CommandInset label
21751 LatexCommand label
21752 name "sec:Rotación-de-Flotantes"
21753
21754 \end_inset
21755
21756
21757 \begin_inset Index idx
21758 status collapsed
21759
21760 \begin_layout Plain Layout
21761 Flotantes ! Rotación
21762 \end_layout
21763
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \begin_layout Standard
21770 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21771  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21772  la opción 
21773 \family sans
21774 Girar
21775 \begin_inset space ~
21776 \end_inset
21777
21778 a
21779 \begin_inset space ~
21780 \end_inset
21781
21782 un
21783 \begin_inset space ~
21784 \end_inset
21785
21786 lado
21787 \family default
21788 .
21789 \end_layout
21790
21791 \begin_layout Standard
21792 Los flotantes girados son puestos siempre en su propia página (o columna
21793  si el documento es de dos columnas).
21794  Se les puede permitir abarcar varias columnas con la opción de configuración
21795  
21796 \family sans
21797 Extender
21798 \begin_inset space ~
21799 \end_inset
21800
21801 columnas
21802 \family default
21803 .
21804  Se rotan de forma que puedes leerlos desde el margen externo.
21805  Para forzar determinada dirección de rotación para todas las páginas, puedes
21806  añadir una de las opciones 
21807 \series bold
21808 figuresleft
21809 \series default
21810  o 
21811 \series bold
21812 figuresright
21813 \series default
21814  a las opciones de clase del documento.
21815 \end_layout
21816
21817 \begin_layout Standard
21818 Los flotantes girados se refieren igual que los normales, y el formato de
21819  la leyenda también es el mismo: un ejemplo es la tabla
21820 \begin_inset space ~
21821 \end_inset
21822
21823
21824 \begin_inset CommandInset ref
21825 LatexCommand ref
21826 reference "tab:Tabla-girada"
21827
21828 \end_inset
21829
21830 .
21831 \end_layout
21832
21833 \begin_layout Standard
21834 \begin_inset Note Greyedout
21835 status open
21836
21837 \begin_layout Plain Layout
21838
21839 \series bold
21840 Nota:
21841 \series default
21842  No todos los visores DVI pueden mostrar tablas giradas.
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Standard
21851 \begin_inset Float table
21852 wide false
21853 sideways true
21854 status open
21855
21856 \begin_layout Plain Layout
21857 \begin_inset Caption
21858
21859 \begin_layout Plain Layout
21860 \begin_inset CommandInset label
21861 LatexCommand label
21862 name "tab:Tabla-girada"
21863
21864 \end_inset
21865
21866 Tabla girada
21867 \end_layout
21868
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \begin_layout Plain Layout
21875 \align center
21876 \begin_inset Tabular
21877 <lyxtabular version="3" rows="1" columns="5">
21878 <features tabularvalignment="middle">
21879 <column alignment="center" valignment="top" width="0">
21880 <column alignment="center" valignment="top" width="0">
21881 <column alignment="center" valignment="top" width="0">
21882 <column alignment="center" valignment="top" width="0">
21883 <column alignment="center" valignment="top" width="0">
21884 <row>
21885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 test
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 b
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 c
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916 d
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925 e
21926 \end_layout
21927
21928 \end_inset
21929 </cell>
21930 </row>
21931 </lyxtabular>
21932
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \end_inset
21939
21940
21941 \end_layout
21942
21943 \begin_layout Section
21944 Subflotantes
21945 \begin_inset Index idx
21946 status collapsed
21947
21948 \begin_layout Plain Layout
21949 Flotantes ! Subflotantes
21950 \end_layout
21951
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \begin_layout Standard
21958 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21959  imágenes.
21960  Se crean insertando un flotante dentro de otro.
21961  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21962  como se muestra en las tablas
21963 \begin_inset space ~
21964 \end_inset
21965
21966
21967 \begin_inset CommandInset ref
21968 LatexCommand ref
21969 reference "tab:Dos-subtablas-adosadas"
21970
21971 \end_inset
21972
21973  y
21974 \begin_inset space ~
21975 \end_inset
21976
21977
21978 \begin_inset CommandInset ref
21979 LatexCommand ref
21980 reference "tab:Dos-subtablas-una-sobre"
21981
21982 \end_inset
21983
21984 .
21985 \end_layout
21986
21987 \begin_layout Standard
21988 Las referencias a subflotantes funcionan como en los flotantes normales:
21989  la tabla
21990 \begin_inset space ~
21991 \end_inset
21992
21993
21994 \begin_inset CommandInset ref
21995 LatexCommand ref
21996 reference "tab:Esta-es-la-subtabla-a"
21997
21998 \end_inset
21999
22000  y la tabla
22001 \begin_inset space ~
22002 \end_inset
22003
22004
22005 \begin_inset CommandInset ref
22006 LatexCommand ref
22007 reference "tab:Esta-es-la-subtabla-b"
22008
22009 \end_inset
22010
22011  son subtablas de la tabla
22012 \begin_inset space ~
22013 \end_inset
22014
22015
22016 \begin_inset CommandInset ref
22017 LatexCommand ref
22018 reference "tab:Dos-subtablas-adosadas"
22019
22020 \end_inset
22021
22022 .
22023 \end_layout
22024
22025 \begin_layout Standard
22026 \begin_inset Float table
22027 wide false
22028 sideways false
22029 status open
22030
22031 \begin_layout Plain Layout
22032 \begin_inset Caption
22033
22034 \begin_layout Plain Layout
22035 \begin_inset CommandInset label
22036 LatexCommand label
22037 name "tab:Dos-subtablas-adosadas"
22038
22039 \end_inset
22040
22041 Dos subtablas adosadas
22042 \end_layout
22043
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \begin_layout Plain Layout
22050 \begin_inset space \hfill{}
22051 \end_inset
22052
22053
22054 \begin_inset Float table
22055 wide false
22056 sideways false
22057 status collapsed
22058
22059 \begin_layout Plain Layout
22060 \begin_inset Caption
22061
22062 \begin_layout Plain Layout
22063 \begin_inset CommandInset label
22064 LatexCommand label
22065 name "tab:Esta-es-la-subtabla-a"
22066
22067 \end_inset
22068
22069 Esta es la subtabla a
22070 \end_layout
22071
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \begin_layout Plain Layout
22078 \align center
22079 \begin_inset Tabular
22080 <lyxtabular version="3" rows="1" columns="5">
22081 <features tabularvalignment="middle">
22082 <column alignment="center" valignment="top" width="0">
22083 <column alignment="center" valignment="top" width="0">
22084 <column alignment="center" valignment="top" width="0">
22085 <column alignment="center" valignment="top" width="0">
22086 <column alignment="center" valignment="top" width="0">
22087 <row>
22088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 test 
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 b
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110 c
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119 d
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128 e
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 </row>
22134 </lyxtabular>
22135
22136 \end_inset
22137
22138
22139 \end_layout
22140
22141 \end_inset
22142
22143
22144 \begin_inset space \hfill{}
22145 \end_inset
22146
22147
22148 \begin_inset Float table
22149 wide false
22150 sideways false
22151 status collapsed
22152
22153 \begin_layout Plain Layout
22154 \begin_inset Caption
22155
22156 \begin_layout Plain Layout
22157 \begin_inset CommandInset label
22158 LatexCommand label
22159 name "tab:Esta-es-la-subtabla-b"
22160
22161 \end_inset
22162
22163 Esta es la subtabla b
22164 \end_layout
22165
22166 \end_inset
22167
22168
22169 \end_layout
22170
22171 \begin_layout Plain Layout
22172 \align center
22173 \begin_inset Tabular
22174 <lyxtabular version="3" rows="1" columns="5">
22175 <features tabularvalignment="middle">
22176 <column alignment="center" valignment="top" width="0">
22177 <column alignment="center" valignment="top" width="0">
22178 <column alignment="center" valignment="top" width="0">
22179 <column alignment="center" valignment="top" width="0">
22180 <column alignment="center" valignment="top" width="0">
22181 <row>
22182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 e
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195 d
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 c
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213 b
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222 test
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 </row>
22228 </lyxtabular>
22229
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \begin_layout Plain Layout
22236
22237 \end_layout
22238
22239 \end_inset
22240
22241
22242 \begin_inset space \hfill{}
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \begin_layout Standard
22254 \begin_inset Float table
22255 wide false
22256 sideways false
22257 status open
22258
22259 \begin_layout Plain Layout
22260 \begin_inset Caption
22261
22262 \begin_layout Plain Layout
22263 \begin_inset CommandInset label
22264 LatexCommand label
22265 name "tab:Dos-subtablas-una-sobre"
22266
22267 \end_inset
22268
22269 Dos subtablas colocadas una sobre otra.
22270  La tabla (a) con 4 celdas, la (b) con 5 celdas.
22271 \end_layout
22272
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \begin_layout Plain Layout
22279 \noindent
22280 \align center
22281 \begin_inset Float table
22282 wide false
22283 sideways false
22284 status collapsed
22285
22286 \begin_layout Plain Layout
22287 \begin_inset Caption
22288
22289 \begin_layout Plain Layout
22290
22291 \end_layout
22292
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \begin_layout Plain Layout
22299 \align center
22300 \begin_inset Tabular
22301 <lyxtabular version="3" rows="1" columns="4">
22302 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0">
22307 <row>
22308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 test
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321 test
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330 test
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Plain Layout
22339 test
22340 \end_layout
22341
22342 \end_inset
22343 </cell>
22344 </row>
22345 </lyxtabular>
22346
22347 \end_inset
22348
22349
22350 \end_layout
22351
22352 \begin_layout Plain Layout
22353
22354 \end_layout
22355
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \begin_layout Plain Layout
22362 \align center
22363 \begin_inset Float table
22364 wide false
22365 sideways false
22366 status collapsed
22367
22368 \begin_layout Plain Layout
22369
22370 \end_layout
22371
22372 \begin_layout Plain Layout
22373 \begin_inset Caption
22374
22375 \begin_layout Plain Layout
22376
22377 \end_layout
22378
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \begin_layout Plain Layout
22385 \align center
22386 \begin_inset Tabular
22387 <lyxtabular version="3" rows="1" columns="5">
22388 <features tabularvalignment="middle">
22389 <column alignment="center" valignment="top" width="0">
22390 <column alignment="center" valignment="top" width="0">
22391 <column alignment="center" valignment="top" width="0">
22392 <column alignment="center" valignment="top" width="0">
22393 <column alignment="center" valignment="top" width="0">
22394 <row>
22395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 a
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 b
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 c
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 d
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435 e
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 </row>
22441 </lyxtabular>
22442
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \begin_layout Plain Layout
22449
22450 \end_layout
22451
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \begin_layout Section
22463 Flotantes adosados
22464 \begin_inset Index idx
22465 status collapsed
22466
22467 \begin_layout Plain Layout
22468 Flotantes ! Adosados
22469 \end_layout
22470
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \begin_layout Standard
22477 Para colocar flotantes unos junto a otros, como en la figura
22478 \begin_inset space ~
22479 \end_inset
22480
22481
22482 \begin_inset CommandInset ref
22483 LatexCommand ref
22484 reference "fig:Flotante-izquierda"
22485
22486 \end_inset
22487
22488  y 
22489 \begin_inset CommandInset ref
22490 LatexCommand ref
22491 reference "fig:Flotante-derecha"
22492
22493 \end_inset
22494
22495 , se pone 
22496 \emph on
22497 un
22498 \emph default
22499  solo flotante.
22500  En él se insertan dos cuadros tipo minipágina.
22501 \begin_inset Foot
22502 status collapsed
22503
22504 \begin_layout Plain Layout
22505 Las minipáginas se explican en la sección
22506 \begin_inset space ~
22507 \end_inset
22508
22509
22510 \begin_inset CommandInset ref
22511 LatexCommand ref
22512 reference "sec:Minipáginas"
22513
22514 \end_inset
22515
22516 .
22517 \end_layout
22518
22519 \end_inset
22520
22521  La anchura de la columna se establece en 45-50
22522 \begin_inset space \thinspace{}
22523 \end_inset
22524
22525 % y la alineación en 
22526 \family sans
22527 Inferior
22528 \family default
22529  para cada minipágina.
22530  Las minipáginas contienen la imagen y su título, de igual forma que en
22531  los flotantes.
22532  La única diferencia es que el 
22533 \family sans
22534 Ancho
22535 \begin_inset space ~
22536 \end_inset
22537
22538 de
22539 \begin_inset space ~
22540 \end_inset
22541
22542 columna
22543 \begin_inset space ~
22544 \end_inset
22545
22546 %
22547 \family default
22548  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22549 \end_layout
22550
22551 \begin_layout Standard
22552 \begin_inset Float figure
22553 placement h
22554 wide false
22555 sideways false
22556 status open
22557
22558 \begin_layout Plain Layout
22559 \begin_inset Box Frameless
22560 position "b"
22561 hor_pos "c"
22562 has_inner_box 1
22563 inner_pos "t"
22564 use_parbox 0
22565 use_makebox 0
22566 width "45col%"
22567 special "none"
22568 height "1in"
22569 height_special "totalheight"
22570 status open
22571
22572 \begin_layout Plain Layout
22573 \align center
22574 \begin_inset Graphics
22575         filename ../clipart/mobius.eps
22576         lyxscale 50
22577         width 100col%
22578         scaleBeforeRotation
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Plain Layout
22586 \begin_inset Caption
22587
22588 \begin_layout Plain Layout
22589 \begin_inset CommandInset label
22590 LatexCommand label
22591 name "fig:Flotante-izquierda"
22592
22593 \end_inset
22594
22595 Flotante en el lado izquierdo.
22596 \end_layout
22597
22598 \end_inset
22599
22600
22601 \end_layout
22602
22603 \end_inset
22604
22605
22606 \begin_inset space \hfill{}
22607 \end_inset
22608
22609
22610 \begin_inset Box Frameless
22611 position "b"
22612 hor_pos "c"
22613 has_inner_box 1
22614 inner_pos "t"
22615 use_parbox 0
22616 use_makebox 0
22617 width "45col%"
22618 special "none"
22619 height "1in"
22620 height_special "totalheight"
22621 status open
22622
22623 \begin_layout Plain Layout
22624 \align center
22625 \begin_inset Graphics
22626         filename ../clipart/platypus.eps
22627         lyxscale 50
22628         width 100col%
22629         scaleBeforeRotation
22630
22631 \end_inset
22632
22633
22634 \end_layout
22635
22636 \begin_layout Plain Layout
22637 \begin_inset Caption
22638
22639 \begin_layout Plain Layout
22640 \begin_inset CommandInset label
22641 LatexCommand label
22642 name "fig:Flotante-derecha"
22643
22644 \end_inset
22645
22646 Flotante en el lado derecho.
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \end_inset
22655
22656
22657 \end_layout
22658
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \begin_layout Section
22665 Formato de las leyendas
22666 \begin_inset Index idx
22667 status collapsed
22668
22669 \begin_layout Plain Layout
22670 Leyendas ! Formato
22671 \end_layout
22672
22673 \end_inset
22674
22675
22676 \begin_inset Index idx
22677 status collapsed
22678
22679 \begin_layout Plain Layout
22680 Flotantes ! Formato de las leyendas
22681 \end_layout
22682
22683 \end_inset
22684
22685
22686 \begin_inset CommandInset label
22687 LatexCommand label
22688 name "sec:Formato-de-leyendas"
22689
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \begin_layout Standard
22696 El entorno 
22697 \family sans
22698 Leyenda
22699 \family default
22700  es el predeterminado para los 
22701 \family sans
22702 Flotantes
22703 \family default
22704 .
22705  En LyX las leyendas se muestran como etiqueta, p.
22706 \begin_inset space \thinspace{}
22707 \end_inset
22708
22709 e.
22710 \begin_inset space ~
22711 \end_inset
22712
22713 «
22714 \family sans
22715 Figura #
22716 \family default
22717 :» seguida por el texto.
22718  «#» es el número real de referencia.
22719  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22720  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22721  del texto.
22722  El entorno leyenda no es apropiado para todos los tipos de documento.
22723  
22724 \end_layout
22725
22726 \begin_layout Standard
22727 Para cambiar el formato predeterminado carga el paquete LaTeX 
22728 \series bold
22729 caption
22730 \series default
22731
22732 \begin_inset Index idx
22733 status collapsed
22734
22735 \begin_layout Plain Layout
22736 LaTeX-paquetes ! caption
22737 \end_layout
22738
22739 \end_inset
22740
22741  en el preámbulo del documento con la línea:
22742 \end_layout
22743
22744 \begin_layout Standard
22745
22746 \series bold
22747
22748 \backslash
22749 usepackage[definición de formato]{caption}
22750 \end_layout
22751
22752 \begin_layout Standard
22753 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22754  las leyendas de tabla siempre sobre ella como en este documento, usa el
22755  comando:
22756 \end_layout
22757
22758 \begin_layout Standard
22759
22760 \series bold
22761
22762 \backslash
22763 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22764 \end_layout
22765
22766 \begin_layout Standard
22767 También puedes definir distintos formatos de leyenda para los distintos
22768  tipos de flotantes.
22769  En ese caso carga el paquete 
22770 \series bold
22771 caption
22772 \series default
22773  sin opciones específicas y define los distintos formatos con ayuda del
22774  comando
22775 \end_layout
22776
22777 \begin_layout Standard
22778
22779 \series bold
22780
22781 \backslash
22782 captionsetup[tipo de flotante]{definición de formato}
22783 \end_layout
22784
22785 \begin_layout Standard
22786 en el preámbulo del documento.
22787  Por ejemplo las leyendas de la Figura
22788 \begin_inset space ~
22789 \end_inset
22790
22791
22792 \begin_inset CommandInset ref
22793 LatexCommand ref
22794 reference "fig:Esto-es-una-fig"
22795
22796 \end_inset
22797
22798  y la tabla
22799 \begin_inset space ~
22800 \end_inset
22801
22802
22803 \begin_inset CommandInset ref
22804 LatexCommand ref
22805 reference "tab:Esto-es-una-tab"
22806
22807 \end_inset
22808
22809  pueden crearse usando los siguientes comandos en el preámbulo:
22810 \end_layout
22811
22812 \begin_layout Standard
22813
22814 \series bold
22815
22816 \backslash
22817 usepackage[tableposition=top]{caption}
22818 \series default
22819
22820 \begin_inset Newline newline
22821 \end_inset
22822
22823
22824 \series bold
22825
22826 \backslash
22827 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22828 \begin_inset Newline newline
22829 \end_inset
22830
22831
22832 \begin_inset Phantom HPhantom
22833 status open
22834
22835 \begin_layout Plain Layout
22836
22837 \series bold
22838
22839 \backslash
22840 captionsetup[figure]{
22841 \end_layout
22842
22843 \end_inset
22844
22845 labelsep=period}
22846 \begin_inset Newline newline
22847 \end_inset
22848
22849
22850 \backslash
22851 captionsetup[table]{labelfont={bf,sf}}
22852 \end_layout
22853
22854 \begin_layout Standard
22855 \begin_inset Note Greyedout
22856 status open
22857
22858 \begin_layout Plain Layout
22859
22860 \series bold
22861 Nota: 
22862 \series default
22863 La opción 
22864 \series bold
22865 tableposition=top
22866 \series default
22867  no tiene efecto si se usa una clase de documento 
22868 \series bold
22869 KOMA-Script
22870 \series default
22871 .
22872  En este caso debe utilizarse la opción de clase de documento 
22873 \series bold
22874 captions=tableheading
22875 \series default
22876 .
22877  
22878 \end_layout
22879
22880 \end_inset
22881
22882
22883 \end_layout
22884
22885 \begin_layout Standard
22886 Para más información sobre el paquete 
22887 \series bold
22888 caption
22889 \series default
22890  acude a su documentación 
22891 \begin_inset CommandInset citation
22892 LatexCommand cite
22893 key "caption"
22894
22895 \end_inset
22896
22897 .
22898 \end_layout
22899
22900 \begin_layout Standard
22901 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22902 \begin_inset space \thinspace{}
22903 \end_inset
22904
22905 e., usa el siguiente comando de preámbulo:
22906 \end_layout
22907
22908 \begin_layout Standard
22909
22910 \series bold
22911
22912 \backslash
22913 renewcommand{
22914 \backslash
22915 fnum@figure}{Imagen~
22916 \backslash
22917 thefigure}
22918 \end_layout
22919
22920 \begin_layout Standard
22921 donde 
22922 \series bold
22923
22924 \backslash
22925 thefigure
22926 \series default
22927  inserta el número de figura y «~» genera un espacio protegido.
22928
22929 \series bold
22930  
22931 \end_layout
22932
22933 \begin_layout Standard
22934 \begin_inset VSpace bigskip
22935 \end_inset
22936
22937 Si estás usando la clase de documento 
22938 \series bold
22939 KOMA-Script
22940 \series default
22941
22942 \begin_inset Index idx
22943 status collapsed
22944
22945 \begin_layout Plain Layout
22946 LaTeX-paquetes ! KOMA-Script
22947 \end_layout
22948
22949 \end_inset
22950
22951  (
22952 \family sans
22953 article (KOMA-Script)
22954 \family default
22955
22956 \family sans
22957 book (KOMA-Script)
22958 \family default
22959
22960 \family sans
22961 letter (KOMA-Script)
22962 \family default
22963 , o 
22964 \family sans
22965 report (KOMA-Script)
22966 \family default
22967
22968 \begin_inset space \thinspace{}
22969 \end_inset
22970
22971 ), puedes emplear en vez del paquete 
22972 \series bold
22973 caption
22974 \series default
22975  el comando 
22976 \series bold
22977
22978 \backslash
22979 setkomafont
22980 \series default
22981  incluido en 
22982 \series bold
22983 KOMA-Script
22984 \series default
22985 .
22986  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22987  comando en el preámbulo del documento:
22988 \end_layout
22989
22990 \begin_layout Standard
22991
22992 \series bold
22993
22994 \backslash
22995 setkomafont{captionlabel}{
22996 \backslash
22997 bfseries}
22998 \end_layout
22999
23000 \begin_layout Standard
23001 Más información sobre 
23002 \series bold
23003
23004 \backslash
23005 setkomafont
23006 \series default
23007  en la documentación de 
23008 \series bold
23009 KOMA-Script
23010 \series default
23011  
23012 \begin_inset CommandInset citation
23013 LatexCommand cite
23014 key "KOMA-Script"
23015
23016 \end_inset
23017
23018 .
23019 \end_layout
23020
23021 \begin_layout Standard
23022 \begin_inset ERT
23023 status collapsed
23024
23025 \begin_layout Plain Layout
23026
23027
23028 \backslash
23029 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23030 }
23031 \end_layout
23032
23033 \end_inset
23034
23035
23036 \begin_inset Note Note
23037 status collapsed
23038
23039 \begin_layout Plain Layout
23040 El formato de la leyenda se ha cambiado sólo para este ejemplo.
23041 \end_layout
23042
23043 \end_inset
23044
23045
23046 \end_layout
23047
23048 \begin_layout Standard
23049 \begin_inset Float figure
23050 placement !p
23051 wide false
23052 sideways false
23053 status open
23054
23055 \begin_layout Plain Layout
23056 \align center
23057 \begin_inset Graphics
23058         filename ../clipart/mobius.eps
23059         lyxscale 50
23060         scale 50
23061
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \begin_layout Plain Layout
23068 \begin_inset Caption
23069
23070 \begin_layout Plain Layout
23071 \begin_inset CommandInset label
23072 LatexCommand label
23073 name "fig:Esto-es-una-fig"
23074
23075 \end_inset
23076
23077
23078 \begin_inset Argument
23079 status collapsed
23080
23081 \begin_layout Plain Layout
23082 Figura con leyenda muy larga
23083 \end_layout
23084
23085 \end_inset
23086
23087 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
23088  mostrar el formato diferente.
23089  Aquí se usa una leyenda personalizada.
23090 \end_layout
23091
23092 \end_inset
23093
23094
23095 \end_layout
23096
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \begin_layout Standard
23103 \begin_inset ERT
23104 status collapsed
23105
23106 \begin_layout Plain Layout
23107
23108
23109 \backslash
23110 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23111 on}
23112 \end_layout
23113
23114 \end_inset
23115
23116
23117 \end_layout
23118
23119 \begin_layout Standard
23120 \begin_inset Float table
23121 placement !p
23122 wide false
23123 sideways false
23124 status collapsed
23125
23126 \begin_layout Plain Layout
23127 \begin_inset Caption
23128
23129 \begin_layout Plain Layout
23130 \begin_inset CommandInset label
23131 LatexCommand label
23132 name "tab:Esto-es-una-tab"
23133
23134 \end_inset
23135
23136
23137 \begin_inset Argument
23138 status collapsed
23139
23140 \begin_layout Plain Layout
23141 Tabla con leyenda muy larga
23142 \end_layout
23143
23144 \end_inset
23145
23146 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
23147  el formato diferente.
23148  Aquí se usa el formato de leyenda estándar para las tablas.
23149 \end_layout
23150
23151 \end_inset
23152
23153
23154 \end_layout
23155
23156 \begin_layout Plain Layout
23157 \align center
23158 \begin_inset Tabular
23159 <lyxtabular version="3" rows="1" columns="5">
23160 <features tabularvalignment="middle">
23161 <column alignment="center" valignment="top" width="0">
23162 <column alignment="center" valignment="top" width="0">
23163 <column alignment="center" valignment="top" width="0">
23164 <column alignment="center" valignment="top" width="0">
23165 <column alignment="center" valignment="top" width="0">
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 a
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 b
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189 c
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 d
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 e
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 </row>
23213 </lyxtabular>
23214
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \end_inset
23221
23222
23223 \end_layout
23224
23225 \begin_layout Section
23226 Colocación de leyendas
23227 \begin_inset Index idx
23228 status collapsed
23229
23230 \begin_layout Plain Layout
23231 Leyendas ! Colocación
23232 \end_layout
23233
23234 \end_inset
23235
23236
23237 \begin_inset Index idx
23238 status collapsed
23239
23240 \begin_layout Plain Layout
23241 Flotantes ! Colocación de leyendas
23242 \end_layout
23243
23244 \end_inset
23245
23246
23247 \begin_inset CommandInset label
23248 LatexCommand label
23249 name "sec:Colocación-de-leyendas"
23250
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \begin_layout Standard
23257 La norma habitual para colocar las leyendas es:
23258 \end_layout
23259
23260 \begin_layout Description
23261 Figura: La leyenda al pie de la figura
23262 \end_layout
23263
23264 \begin_layout Description
23265 Tabla: La leyenda sobre la tabla
23266 \end_layout
23267
23268 \begin_layout Standard
23269 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
23270  la tabla.
23271  Esto implica que si usas las clases de documento 
23272 \family sans
23273 article
23274 \family default
23275
23276 \family sans
23277 book
23278 \family default
23279
23280 \family sans
23281 letter
23282 \family default
23283 , o 
23284 \family sans
23285 report
23286 \family default
23287  no habrá espacio entre la leyenda y la tabla.
23288  Para insertar el espacio adecuado añade la siguiente opción al comando
23289  del paquete LaTeX 
23290 \series bold
23291 caption
23292 \series default
23293  en el preámbulo del documento:
23294 \begin_inset Foot
23295 status collapsed
23296
23297 \begin_layout Plain Layout
23298 Véase la sección
23299 \begin_inset space ~
23300 \end_inset
23301
23302
23303 \begin_inset CommandInset ref
23304 LatexCommand ref
23305 reference "sec:Formato-de-leyendas"
23306
23307 \end_inset
23308
23309  para más información sobre el paquete 
23310 \series bold
23311 caption
23312 \series default
23313 .
23314 \end_layout
23315
23316 \end_inset
23317
23318
23319 \end_layout
23320
23321 \begin_layout Standard
23322
23323 \series bold
23324 tableposition=top
23325 \end_layout
23326
23327 \begin_layout Standard
23328 Si estás usando la clase 
23329 \series bold
23330 KOMA-Script
23331 \series default
23332
23333 \begin_inset Index idx
23334 status collapsed
23335
23336 \begin_layout Plain Layout
23337 LaTeX-paquetes ! KOMA-Script
23338 \end_layout
23339
23340 \end_inset
23341
23342  (
23343 \family sans
23344 article (KOMA-Script)
23345 \family default
23346
23347 \family sans
23348 book (KOMA-Script)
23349 \family default
23350
23351 \family sans
23352 letter (KOMA-Script)
23353 \family default
23354 , o 
23355 \family sans
23356 report (KOMA-Script)
23357 \family default
23358
23359 \begin_inset space \thinspace{}
23360 \end_inset
23361
23362 ), en vez de 
23363 \series bold
23364 caption
23365 \series default
23366  puedes poner la opción 
23367 \series bold
23368 captions=tableheading
23369 \series default
23370  de la clase de documento.
23371 \end_layout
23372
23373 \begin_layout Standard
23374 \begin_inset VSpace bigskip
23375 \end_inset
23376
23377 También es posible poner la leyenda junto a una figura o tabla.
23378  Para conseguirlo hay que cargar el paquete LaTeX 
23379 \series bold
23380 sidecap
23381 \series default
23382
23383 \begin_inset Index idx
23384 status collapsed
23385
23386 \begin_layout Plain Layout
23387 LaTeX-paquetes ! sidecap
23388 \end_layout
23389
23390 \end_inset
23391
23392  añadiendo en el preámbulo del documento la línea
23393 \end_layout
23394
23395 \begin_layout Standard
23396
23397 \series bold
23398
23399 \backslash
23400 usepackage[option]{sidecap}
23401 \end_layout
23402
23403 \begin_layout Standard
23404 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23405  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23406  Puedes cambiar la colocación al margen interno con la opción 
23407 \series bold
23408 innercaption
23409 \series default
23410 .
23411  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23412  opciones 
23413 \series bold
23414 rightcaption
23415 \series default
23416  o 
23417 \series bold
23418 leftcaption
23419 \series default
23420 , respectivamente.
23421 \end_layout
23422
23423 \begin_layout Standard
23424 \begin_inset ERT
23425 status collapsed
23426
23427 \begin_layout Plain Layout
23428
23429
23430 \backslash
23431 ifsidecap
23432 \end_layout
23433
23434 \end_inset
23435
23436
23437 \begin_inset Note Note
23438 status collapsed
23439
23440 \begin_layout Plain Layout
23441 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23442  LaTeX 
23443 \series bold
23444 sidecap
23445 \series default
23446 .
23447 \end_layout
23448
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \begin_layout Standard
23455 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23456  estos comandos al preámbulo del documento:
23457 \end_layout
23458
23459 \begin_layout Standard
23460 \noindent
23461 \begin_inset CommandInset line
23462 LatexCommand rule
23463 offset "0.5ex"
23464 width "100line%"
23465 height "1pt"
23466
23467 \end_inset
23468
23469
23470 \end_layout
23471
23472 \begin_layout Standard
23473
23474 \series bold
23475
23476 \backslash
23477 newcommand{
23478 \backslash
23479 TabBesBeg}{%
23480 \begin_inset Newline newline
23481 \end_inset
23482
23483
23484 \begin_inset Phantom HPhantom
23485 status open
23486
23487 \begin_layout Plain Layout
23488
23489 \series bold
23490 \begin_inset space ~
23491 \end_inset
23492
23493
23494 \end_layout
23495
23496 \end_inset
23497
23498
23499 \backslash
23500 let
23501 \backslash
23502 MyTable
23503 \backslash
23504 table
23505 \begin_inset Newline newline
23506 \end_inset
23507
23508
23509 \begin_inset Phantom HPhantom
23510 status open
23511
23512 \begin_layout Plain Layout
23513
23514 \series bold
23515 \begin_inset space ~
23516 \end_inset
23517
23518
23519 \end_layout
23520
23521 \end_inset
23522
23523
23524 \backslash
23525 let
23526 \backslash
23527 MyEndtable
23528 \backslash
23529 endtable
23530 \begin_inset Newline newline
23531 \end_inset
23532
23533
23534 \begin_inset Phantom HPhantom
23535 status open
23536
23537 \begin_layout Plain Layout
23538
23539 \series bold
23540 \begin_inset space ~
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \end_inset
23547
23548
23549 \backslash
23550 renewenvironment{table}{
23551 \backslash
23552 begin{SCtable}}{
23553 \backslash
23554 end{SCtable}}}
23555 \end_layout
23556
23557 \begin_layout Standard
23558
23559 \series bold
23560
23561 \backslash
23562 newcommand{
23563 \backslash
23564 TabBesEnd}{%
23565 \begin_inset Newline newline
23566 \end_inset
23567
23568
23569 \begin_inset Phantom HPhantom
23570 status open
23571
23572 \begin_layout Plain Layout
23573
23574 \series bold
23575 \begin_inset space ~
23576 \end_inset
23577
23578
23579 \end_layout
23580
23581 \end_inset
23582
23583
23584 \backslash
23585 let
23586 \backslash
23587 table
23588 \backslash
23589 MyTable
23590 \begin_inset Newline newline
23591 \end_inset
23592
23593
23594 \begin_inset Phantom HPhantom
23595 status open
23596
23597 \begin_layout Plain Layout
23598
23599 \series bold
23600 \begin_inset space ~
23601 \end_inset
23602
23603
23604 \end_layout
23605
23606 \end_inset
23607
23608
23609 \backslash
23610 let
23611 \backslash
23612 endtable
23613 \backslash
23614 MyEndtable
23615 \end_layout
23616
23617 \begin_layout Standard
23618
23619 \series bold
23620
23621 \backslash
23622 newcommand{
23623 \backslash
23624 FigBesBeg}{%
23625 \begin_inset Newline newline
23626 \end_inset
23627
23628
23629 \begin_inset Phantom HPhantom
23630 status open
23631
23632 \begin_layout Plain Layout
23633
23634 \series bold
23635 \begin_inset space ~
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \end_inset
23642
23643
23644 \backslash
23645 let
23646 \backslash
23647 MyFigure
23648 \backslash
23649 figure
23650 \begin_inset Newline newline
23651 \end_inset
23652
23653
23654 \begin_inset Phantom HPhantom
23655 status open
23656
23657 \begin_layout Plain Layout
23658
23659 \series bold
23660 \begin_inset space ~
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \end_inset
23667
23668
23669 \backslash
23670 let
23671 \backslash
23672 MyEndfigure
23673 \backslash
23674 endfigure
23675 \begin_inset Newline newline
23676 \end_inset
23677
23678
23679 \begin_inset Phantom HPhantom
23680 status open
23681
23682 \begin_layout Plain Layout
23683
23684 \series bold
23685 \begin_inset space ~
23686 \end_inset
23687
23688
23689 \end_layout
23690
23691 \end_inset
23692
23693
23694 \backslash
23695 renewenvironment{figure}{
23696 \backslash
23697 begin{SCfigure}}{
23698 \backslash
23699 end{SCfigure}}}
23700 \end_layout
23701
23702 \begin_layout Standard
23703
23704 \series bold
23705
23706 \backslash
23707 newcommand{
23708 \backslash
23709 FigBesEnd}{%
23710 \begin_inset Newline newline
23711 \end_inset
23712
23713
23714 \begin_inset Phantom HPhantom
23715 status open
23716
23717 \begin_layout Plain Layout
23718
23719 \series bold
23720 \begin_inset space ~
23721 \end_inset
23722
23723
23724 \end_layout
23725
23726 \end_inset
23727
23728
23729 \backslash
23730 let
23731 \backslash
23732 figure
23733 \backslash
23734 MyFigure
23735 \begin_inset Newline newline
23736 \end_inset
23737
23738
23739 \begin_inset Phantom HPhantom
23740 status open
23741
23742 \begin_layout Plain Layout
23743
23744 \series bold
23745 \begin_inset space ~
23746 \end_inset
23747
23748
23749 \end_layout
23750
23751 \end_inset
23752
23753
23754 \backslash
23755 let
23756 \backslash
23757 endfigure
23758 \backslash
23759 MyEndfigure}
23760 \end_layout
23761
23762 \begin_layout Standard
23763 \noindent
23764 \begin_inset CommandInset line
23765 LatexCommand rule
23766 offset "0.5ex"
23767 width "100line%"
23768 height "1pt"
23769
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \begin_layout Standard
23776 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23777  en un lado.
23778  Para figuras flotantes usa el comando
23779 \end_layout
23780
23781 \begin_layout Standard
23782
23783 \series bold
23784
23785 \backslash
23786 FigBesBeg
23787 \end_layout
23788
23789 \begin_layout Standard
23790 en código TeX antes del flotante.
23791  Detrás del flotante inserta
23792 \end_layout
23793
23794 \begin_layout Standard
23795
23796 \series bold
23797
23798 \backslash
23799 FigBesEnd
23800 \end_layout
23801
23802 \begin_layout Standard
23803 en código TeX para volver a la definición original de flotantes.
23804 \end_layout
23805
23806 \begin_layout Standard
23807 Para tablas flotantes usa los comandos correspondientes
23808 \end_layout
23809
23810 \begin_layout Standard
23811
23812 \series bold
23813
23814 \backslash
23815 TabBesBeg
23816 \series default
23817  y 
23818 \series bold
23819
23820 \backslash
23821 TabBesEnd
23822 \end_layout
23823
23824 \begin_layout Standard
23825 La figura
23826 \begin_inset space ~
23827 \end_inset
23828
23829
23830 \begin_inset CommandInset ref
23831 LatexCommand ref
23832 reference "fig:encab-al-lado"
23833
23834 \end_inset
23835
23836  y la tabla
23837 \begin_inset space ~
23838 \end_inset
23839
23840
23841 \begin_inset CommandInset ref
23842 LatexCommand ref
23843 reference "tab:encab-al-lado"
23844
23845 \end_inset
23846
23847  son ejemplos en los que el título se sitúa al lado.
23848 \end_layout
23849
23850 \begin_layout Standard
23851 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23852  en tablas flotantes y debajo en las figuras flotantes.
23853  Para cambiarlo, puedes usar el comando
23854 \end_layout
23855
23856 \begin_layout Standard
23857
23858 \series bold
23859
23860 \backslash
23861 sidecaptionvpos{tipo de flotante}{colocación}
23862 \end_layout
23863
23864 \begin_layout Standard
23865 en el preámbulo o en código TeX antes del flotante.
23866  El tipo de flotante es 
23867 \family sans
23868 figure
23869 \family default
23870  o 
23871 \family sans
23872 table
23873 \family default
23874 , la colocación puede ser «
23875 \family sans
23876 t
23877 \family default
23878 » por «top» (arriba), «
23879 \family sans
23880 c
23881 \family default
23882 » por «center» (centro), o «
23883 \family sans
23884 b
23885 \family default
23886 » por «bottom» (abajo).
23887  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23888  usa el comando
23889 \end_layout
23890
23891 \begin_layout Standard
23892
23893 \series bold
23894
23895 \backslash
23896 sidecaptionvpos{figure}{c}
23897 \end_layout
23898
23899 \begin_layout Standard
23900 Esto se ha hecho en la figura
23901 \begin_inset space ~
23902 \end_inset
23903
23904
23905 \begin_inset CommandInset ref
23906 LatexCommand ref
23907 reference "fig:encab-al-lado-de-fig"
23908
23909 \end_inset
23910
23911 .
23912 \end_layout
23913
23914 \begin_layout Standard
23915 \begin_inset VSpace medskip
23916 \end_inset
23917
23918 Más información sobre el paquete 
23919 \series bold
23920 sidecap
23921 \series default
23922  en su documentación 
23923 \begin_inset CommandInset citation
23924 LatexCommand cite
23925 key "sidecap"
23926
23927 \end_inset
23928
23929 .
23930 \end_layout
23931
23932 \begin_layout Standard
23933 \begin_inset Note Greyedout
23934 status open
23935
23936 \begin_layout Plain Layout
23937
23938 \series bold
23939 Nota:
23940 \series default
23941  El paquete LaTeX 
23942 \series bold
23943 hypcap
23944 \series default
23945
23946 \begin_inset Index idx
23947 status collapsed
23948
23949 \begin_layout Plain Layout
23950 LaTeX-paquetes ! hypcap
23951 \end_layout
23952
23953 \end_inset
23954
23955 , descrito en la sección
23956 \begin_inset space ~
23957 \end_inset
23958
23959
23960 \begin_inset CommandInset ref
23961 LatexCommand ref
23962 reference "sub:Colocación-de-Referencias"
23963
23964 \end_inset
23965
23966 , no afecta a flotantes con la leyenda al lado.
23967 \end_layout
23968
23969 \end_inset
23970
23971
23972 \end_layout
23973
23974 \begin_layout Standard
23975 \begin_inset ERT
23976 status collapsed
23977
23978 \begin_layout Plain Layout
23979
23980
23981 \backslash
23982 FigBesBeg 
23983 \end_layout
23984
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \begin_layout Standard
23991 \begin_inset Float figure
23992 wide false
23993 sideways false
23994 status open
23995
23996 \begin_layout Plain Layout
23997 \begin_inset Graphics
23998         filename ../clipart/escher-lsd.eps
23999         scale 75
24000
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \begin_layout Plain Layout
24007 \begin_inset Caption
24008
24009 \begin_layout Plain Layout
24010 \begin_inset CommandInset label
24011 LatexCommand label
24012 name "fig:encab-al-lado"
24013
24014 \end_inset
24015
24016 Leyenda al lado de una figura.
24017 \end_layout
24018
24019 \end_inset
24020
24021
24022 \end_layout
24023
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \begin_layout Standard
24030 \begin_inset ERT
24031 status collapsed
24032
24033 \begin_layout Plain Layout
24034
24035
24036 \backslash
24037 TabBesBeg 
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \begin_layout Standard
24046 \begin_inset Float table
24047 wide false
24048 sideways false
24049 status open
24050
24051 \begin_layout Plain Layout
24052 \begin_inset Caption
24053
24054 \begin_layout Plain Layout
24055 \begin_inset CommandInset label
24056 LatexCommand label
24057 name "tab:encab-al-lado"
24058
24059 \end_inset
24060
24061 Leyenda al lado de una tabla.
24062 \end_layout
24063
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \begin_layout Plain Layout
24070 \begin_inset Tabular
24071 <lyxtabular version="3" rows="4" columns="5">
24072 <features tabularvalignment="middle">
24073 <column alignment="center" valignment="top" width="0">
24074 <column alignment="center" valignment="top" width="0">
24075 <column alignment="center" valignment="top" width="0">
24076 <column alignment="center" valignment="top" width="0">
24077 <column alignment="center" valignment="top" width="0">
24078 <row>
24079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083 a
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101 b
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119 c
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 </row>
24125 <row>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139 d
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157 e
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 </row>
24172 <row>
24173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177 f
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195 g
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213 h
24214 \end_layout
24215
24216 \end_inset
24217 </cell>
24218 </row>
24219 <row>
24220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24221 \begin_inset Text
24222
24223 \begin_layout Plain Layout
24224
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233 i
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251 j
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24257 \begin_inset Text
24258
24259 \begin_layout Plain Layout
24260
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 </row>
24266 </lyxtabular>
24267
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \begin_layout Standard
24279 \begin_inset ERT
24280 status collapsed
24281
24282 \begin_layout Plain Layout
24283
24284
24285 \backslash
24286 TabBesEnd
24287 \end_layout
24288
24289 \end_inset
24290
24291
24292 \end_layout
24293
24294 \begin_layout Standard
24295 \begin_inset ERT
24296 status collapsed
24297
24298 \begin_layout Plain Layout
24299
24300
24301 \backslash
24302 sidecaptionvpos{figure}{c}
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \begin_inset Float figure
24309 wide false
24310 sideways false
24311 status open
24312
24313 \begin_layout Plain Layout
24314 \begin_inset Graphics
24315         filename ../clipart/escher-lsd.eps
24316         scale 75
24317
24318 \end_inset
24319
24320
24321 \end_layout
24322
24323 \begin_layout Plain Layout
24324 \begin_inset Caption
24325
24326 \begin_layout Plain Layout
24327 \begin_inset CommandInset label
24328 LatexCommand label
24329 name "fig:encab-al-lado-de-fig"
24330
24331 \end_inset
24332
24333 Leyenda centrada verticalmente junto a una figura.
24334 \end_layout
24335
24336 \end_inset
24337
24338
24339 \end_layout
24340
24341 \end_inset
24342
24343
24344 \end_layout
24345
24346 \begin_layout Standard
24347 \begin_inset ERT
24348 status collapsed
24349
24350 \begin_layout Plain Layout
24351
24352
24353 \backslash
24354 FigBesEnd
24355 \end_layout
24356
24357 \end_inset
24358
24359
24360 \end_layout
24361
24362 \begin_layout Standard
24363 \begin_inset ERT
24364 status collapsed
24365
24366 \begin_layout Plain Layout
24367
24368
24369 \backslash
24370 else
24371 \end_layout
24372
24373 \end_inset
24374
24375
24376 \begin_inset Note Note
24377 status collapsed
24378
24379 \begin_layout Plain Layout
24380 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24381  
24382 \series bold
24383 sidecap
24384 \series default
24385 .
24386 \end_layout
24387
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \begin_layout Standard
24394 Debes instalar el paquete LaTeX 
24395 \series bold
24396 sidecap
24397 \series default
24398  para ver la parte siguiente en la salida.
24399 \end_layout
24400
24401 \begin_layout Standard
24402 \begin_inset ERT
24403 status collapsed
24404
24405 \begin_layout Plain Layout
24406
24407
24408 \backslash
24409 fi
24410 \end_layout
24411
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \begin_layout Section
24418 Índice de flotantes
24419 \begin_inset Index idx
24420 status collapsed
24421
24422 \begin_layout Plain Layout
24423 Flotantes ! Índice de
24424 \end_layout
24425
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \begin_layout Standard
24432 Igual que en el índice general se listan las secciones del documento, hay
24433  índices para todos los tipos de flotantes, como las figuras.
24434  Se pueden insertar mediante los submenús 
24435 \family sans
24436 Insertar\SpecialChar \menuseparator
24437 Lista
24438 \begin_inset space \thinspace{}
24439 \end_inset
24440
24441 /
24442 \begin_inset space \thinspace{}
24443 \end_inset
24444
24445 Índice
24446 \family default
24447 .
24448 \end_layout
24449
24450 \begin_layout Standard
24451 Las entradas de los índices son las leyendas del flotante o su título breve,
24452  el número de flotante y el número de la página del documento en la que
24453  aparecen.
24454 \end_layout
24455
24456 \begin_layout Standard
24457 Puedes encontrar los índices de figuras y tablas al final de este documento.
24458 \end_layout
24459
24460 \begin_layout Chapter
24461 Notas
24462 \end_layout
24463
24464 \begin_layout Section
24465 Notas en LyX
24466 \begin_inset Index idx
24467 status collapsed
24468
24469 \begin_layout Plain Layout
24470 Notas ! en LyX
24471 \end_layout
24472
24473 \end_inset
24474
24475
24476 \end_layout
24477
24478 \begin_layout Standard
24479 Las notas se insertan con el botón 
24480 \begin_inset Graphics
24481         filename ../../images/note-insert.png
24482         scale 85
24483
24484 \end_inset
24485
24486  o con el menú 
24487 \family sans
24488 Insertar\SpecialChar \menuseparator
24489 Nota
24490 \family default
24491 .
24492  Hay cinco tipos de notas:
24493 \end_layout
24494
24495 \begin_layout Description
24496 Nota
24497 \begin_inset space ~
24498 \end_inset
24499
24500 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24501  Su cuadro se muestra como este:
24502 \begin_inset Newline newline
24503 \end_inset
24504
24505
24506 \begin_inset Newline newline
24507 \end_inset
24508
24509
24510 \begin_inset Graphics
24511         filename clipart/NotaLyXImagenQt4.png
24512         display false
24513         scale 75
24514
24515 \end_inset
24516
24517  
24518 \begin_inset Note Note
24519 status collapsed
24520
24521 \begin_layout Plain Layout
24522 Este es un texto en un recuadro que no se muestra en la salida.
24523 \end_layout
24524
24525 \end_inset
24526
24527
24528 \end_layout
24529
24530 \begin_layout Description
24531 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24532  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24533 \family sans
24534 Archivo\SpecialChar \menuseparator
24535 Exportar\SpecialChar \menuseparator
24536 LaTeX (pdflatex) / (plain)
24537 \family default
24538 .
24539  Su recuadro se ve así:
24540 \begin_inset Newline newline
24541 \end_inset
24542
24543
24544 \begin_inset Newline newline
24545 \end_inset
24546
24547
24548 \begin_inset Graphics
24549         filename clipart/ComentNotaImagenQt4.png
24550         display false
24551         scale 75
24552
24553 \end_inset
24554
24555  
24556 \begin_inset Note Comment
24557 status collapsed
24558
24559 \begin_layout Plain Layout
24560 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24561 \end_layout
24562
24563 \end_inset
24564
24565
24566 \end_layout
24567
24568 \begin_layout Description
24569 Resaltado
24570 \begin_inset space ~
24571 \end_inset
24572
24573 en
24574 \begin_inset space ~
24575 \end_inset
24576
24577 gris Esta nota aparece en la salida como texto resaltado en gris.
24578  Su recuadro se parece a este:
24579 \begin_inset Newline newline
24580 \end_inset
24581
24582
24583 \begin_inset Newline newline
24584 \end_inset
24585
24586
24587 \begin_inset Graphics
24588         filename clipart/GrisNotaImagenQt4.png
24589         display false
24590         scale 75
24591
24592 \end_inset
24593
24594
24595 \begin_inset Newline newline
24596 \end_inset
24597
24598
24599 \begin_inset ERT
24600 status collapsed
24601
24602 \begin_layout Plain Layout
24603
24604
24605 \backslash
24606 renewenvironment{lyxgreyedout}
24607 \end_layout
24608
24609 \begin_layout Plain Layout
24610
24611 {
24612 \backslash
24613 textcolor[gray]{0.8}
24614 \backslash
24615 bgroup}{
24616 \backslash
24617 egroup}
24618 \end_layout
24619
24620 \end_inset
24621
24622
24623 \begin_inset Note Greyedout
24624 status open
24625
24626 \begin_layout Plain Layout
24627 Este es el texto
24628 \begin_inset Foot
24629 status collapsed
24630
24631 \begin_layout Plain Layout
24632 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24633 \end_layout
24634
24635 \end_inset
24636
24637  de un comentario que se muestra resaltado en gris.
24638 \end_layout
24639
24640 \end_inset
24641
24642
24643 \begin_inset ERT
24644 status collapsed
24645
24646 \begin_layout Plain Layout
24647
24648
24649 \backslash
24650 renewenvironment{lyxgreyedout}
24651 \end_layout
24652
24653 \begin_layout Plain Layout
24654
24655 {
24656 \backslash
24657 textcolor{blue}
24658 \backslash
24659 bgroup}{
24660 \backslash
24661 egroup}
24662 \end_layout
24663
24664 \end_inset
24665
24666
24667 \begin_inset Note Note
24668 status collapsed
24669
24670 \begin_layout Plain Layout
24671 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24672  original de LyX, ya que en el preámbulo de este documento se han redefinido
24673  estas notas para que salgan en azul, como se indica más adelante.
24674 \end_layout
24675
24676 \end_inset
24677
24678
24679 \begin_inset Newline newline
24680 \end_inset
24681
24682
24683 \begin_inset Newline newline
24684 \end_inset
24685
24686 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24687  está un poco sangrada, y por otra parte pueden tener notas al pie.
24688 \end_layout
24689
24690 \begin_layout Standard
24691 \begin_inset VSpace bigskip
24692 \end_inset
24693
24694 Si usas el botón de la barra de herramientas 
24695 \begin_inset Graphics
24696         filename ../../images/note-insert.png
24697         scale 85
24698
24699 \end_inset
24700
24701  para insertar notas, se inserta una 
24702 \family sans
24703 Nota
24704 \begin_inset space ~
24705 \end_inset
24706
24707 LyX
24708 \family default
24709 .
24710  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24711  recuadro.
24712  
24713 \family roman
24714 \series medium
24715 \bar no
24716 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24717  botón de herramienta 
24718 \family sans
24719 \series default
24720 \bar default
24721 Nota
24722 \family default
24723 .
24724  Para cambiar una nota a texto, pulsa la tecla 
24725 \family sans
24726 Retroceso
24727 \family default
24728  cuando el cursor está en la primera posición de una nota, o la tecla 
24729 \family sans
24730 Supr
24731 \family default
24732  cuando el cursor está en la última posición de la nota, respectivamente.
24733 \end_layout
24734
24735 \begin_layout Standard
24736 \begin_inset VSpace bigskip
24737 \end_inset
24738
24739 Se puede cambiar el color del 
24740 \family sans
24741 Resaltado en gris
24742 \family default
24743  poniendo en el preámbulo el comando:
24744 \end_layout
24745
24746 \begin_layout Standard
24747
24748 \series bold
24749
24750 \backslash
24751 renewenvironment{lyxgreyedout}
24752 \begin_inset Newline newline
24753 \end_inset
24754
24755
24756 \begin_inset Phantom HPhantom
24757 status open
24758
24759 \begin_layout Plain Layout
24760
24761 \series bold
24762 \begin_inset space ~
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \end_inset
24769
24770 {
24771 \backslash
24772 textcolor{color}
24773 \backslash
24774 bgroup}{
24775 \backslash
24776 egroup}
24777 \end_layout
24778
24779 \begin_layout Standard
24780 Los colores disponibles y el método para definir nuestros propios colores
24781  se explica en la sección
24782 \begin_inset space ~
24783 \end_inset
24784
24785
24786 \begin_inset CommandInset ref
24787 LatexCommand ref
24788 reference "sec:Tablas-Coloreadas"
24789
24790 \end_inset
24791
24792 .
24793 \end_layout
24794
24795 \begin_layout Standard
24796 Las notas en azul en este documento se han hecho con notas del tipo 
24797 \family sans
24798 Resaltado en gris
24799 \family default
24800  pero definiendo el color del texto en azul.
24801 \end_layout
24802
24803 \begin_layout Section
24804 Notas al pie
24805 \begin_inset CommandInset label
24806 LatexCommand label
24807 name "sec:Notas-al-pie"
24808
24809 \end_inset
24810
24811
24812 \begin_inset Index idx
24813 status collapsed
24814
24815 \begin_layout Plain Layout
24816 Notas ! al pie
24817 \end_layout
24818
24819 \end_inset
24820
24821
24822 \begin_inset Index idx
24823 status collapsed
24824
24825 \begin_layout Plain Layout
24826 Notas al pie
24827 \end_layout
24828
24829 \end_inset
24830
24831
24832 \end_layout
24833
24834 \begin_layout Standard
24835 Las notas al pie se insertan con el botón 
24836 \begin_inset Graphics
24837         filename ../../images/footnote-insert.png
24838         scale 85
24839
24840 \end_inset
24841
24842  o el menú 
24843 \family sans
24844 Insertar\SpecialChar \menuseparator
24845 Nota
24846 \begin_inset space ~
24847 \end_inset
24848
24849 al
24850 \begin_inset space ~
24851 \end_inset
24852
24853 pie
24854 \family default
24855 .
24856  
24857 \family roman
24858 \series medium
24859 \bar no
24860 Aparece un recuadro como este:
24861 \family default
24862 \series default
24863 \bar default
24864  
24865 \begin_inset Graphics
24866         filename clipart/notapieQt4.png
24867         scale 80
24868
24869 \end_inset
24870
24871  
24872 \family roman
24873 \series medium
24874 \bar no
24875 donde puedes introducir el texto.
24876  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24877  sobre el
24878 \family default
24879 \series default
24880 \bar default
24881  
24882 \family roman
24883 \series medium
24884 \bar no
24885 botón
24886 \family default
24887 \series default
24888 \bar default
24889 .
24890  Para cambiar una nota al pie a texto, pulsa la tecla 
24891 \family sans
24892 Retroceso
24893 \family default
24894  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24895  
24896 \family sans
24897 Supr
24898 \family default
24899  cuando el cursor está en la última posición de la nota, respectivamente.
24900 \end_layout
24901
24902 \begin_layout Standard
24903 Aquí hay un ejemplo de nota al pie:
24904 \family roman
24905 \series medium
24906 \bar no
24907
24908 \begin_inset Foot
24909 status collapsed
24910
24911 \begin_layout Plain Layout
24912 \begin_inset CommandInset label
24913 LatexCommand label
24914 name "pie:Esto-es-una"
24915
24916 \end_inset
24917
24918 Ejemplo de nota al pie.
24919 \end_layout
24920
24921 \end_inset
24922
24923
24924 \family default
24925 \series default
24926 \bar default
24927
24928 \begin_inset ERT
24929 status collapsed
24930
24931 \begin_layout Plain Layout
24932
24933
24934 \backslash
24935 newcounter{MyRepeatFoot}
24936 \end_layout
24937
24938 \begin_layout Plain Layout
24939
24940
24941 \backslash
24942 setcounter{MyRepeatFoot}{
24943 \backslash
24944 thefootnote}
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \begin_layout Standard
24953 En la salida, el pie se muestra como número voladito en el lugar del texto
24954  donde se coloca el recuadro.
24955  El texto se coloca al final de la página actual.
24956  Los números de las notas son calculados por LaTeX, y son consecutivos.
24957  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24958 \end_layout
24959
24960 \begin_layout Standard
24961 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24962  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24963  se describe en la sección
24964 \begin_inset space ~
24965 \end_inset
24966
24967
24968 \begin_inset CommandInset ref
24969 LatexCommand ref
24970 reference "sec:Referencias-a-Flotantes"
24971
24972 \end_inset
24973
24974 .
24975 \begin_inset Newline newline
24976 \end_inset
24977
24978 Esto es una referencia cruzada a la Nota al pie
24979 \begin_inset space ~
24980 \end_inset
24981
24982
24983 \begin_inset CommandInset ref
24984 LatexCommand ref
24985 reference "pie:Esto-es-una"
24986
24987 \end_inset
24988
24989 .
24990 \end_layout
24991
24992 \begin_layout Standard
24993 \begin_inset VSpace defskip
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \begin_layout Standard
25000 Debido a razones técnicas, LaTeX no imprime las notas al pie en tablas.
25001  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
25002  se inserta el comando 
25003 \series bold
25004
25005 \backslash
25006 footnotemark{}
25007 \series default
25008  en código TeX.
25009  El texto de la nota se introduce como argumento del comando
25010 \series bold
25011  
25012 \backslash
25013 footnotetext
25014 \series default
25015  después de la tabla.
25016 \begin_inset Newline newline
25017 \end_inset
25018
25019 Esto es lo que se ha hecho para la siguiente tabla con el comando
25020 \end_layout
25021
25022 \begin_layout Standard
25023
25024 \series bold
25025
25026 \backslash
25027 footnotetext{
25028 \series default
25029 Texto de la nota de la tabla.
25030 \series bold
25031 }
25032 \end_layout
25033
25034 \begin_layout Standard
25035 \begin_inset Tabular
25036 <lyxtabular version="3" rows="2" columns="1">
25037 <features tabularvalignment="middle">
25038 <column alignment="center" valignment="top" width="0">
25039 <row>
25040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044 Texto de ejemplo.
25045 \begin_inset Foot
25046 status open
25047
25048 \begin_layout Plain Layout
25049 ¡Esta nota no se imprimirá!
25050 \end_layout
25051
25052 \end_inset
25053
25054
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 </row>
25060 <row>
25061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065 Texto de ejemplo.
25066 \begin_inset ERT
25067 status collapsed
25068
25069 \begin_layout Plain Layout
25070
25071
25072 \backslash
25073 footnotemark{}
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \end_inset
25082 </cell>
25083 </row>
25084 </lyxtabular>
25085
25086 \end_inset
25087
25088
25089 \begin_inset ERT
25090 status collapsed
25091
25092 \begin_layout Plain Layout
25093
25094
25095 \backslash
25096 footnotetext{
25097 \end_layout
25098
25099 \end_inset
25100
25101 Texto de la nota de la tabla.
25102 \begin_inset ERT
25103 status collapsed
25104
25105 \begin_layout Plain Layout
25106
25107 }
25108 \end_layout
25109
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \begin_layout Standard
25116 Las notas al pie en tablas largas se describen en la sección
25117 \begin_inset space ~
25118 \end_inset
25119
25120
25121 \begin_inset CommandInset ref
25122 LatexCommand ref
25123 reference "sub:Notas-al-pie-en-Tablas-Largas"
25124
25125 \end_inset
25126
25127 .
25128 \end_layout
25129
25130 \begin_layout Standard
25131 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
25132  y con numeración diferente debido a que una minipágina es como una página
25133  dentro de otra.
25134  (Más información sobre minipáginas en la sección
25135 \begin_inset space ~
25136 \end_inset
25137
25138
25139 \begin_inset CommandInset ref
25140 LatexCommand ref
25141 reference "sec:Minipáginas"
25142
25143 \end_inset
25144
25145 ).
25146  Para poner notas en una minipágina que se impriman a pie de página como
25147  las notas al pie normales, se puede usar también el método de 
25148 \series bold
25149
25150 \backslash
25151 footnotemark{}
25152 \series default
25153  y 
25154 \series bold
25155
25156 \backslash
25157 footnotetext
25158 \series default
25159 .
25160 \end_layout
25161
25162 \begin_layout Standard
25163 \begin_inset Box Frameless
25164 position "t"
25165 hor_pos "c"
25166 has_inner_box 1
25167 inner_pos "t"
25168 use_parbox 0
25169 use_makebox 0
25170 width "100col%"
25171 special "none"
25172 height "1in"
25173 height_special "totalheight"
25174 status open
25175
25176 \begin_layout Plain Layout
25177 Muestra de texto en una minipágina.
25178 \begin_inset Foot
25179 status open
25180
25181 \begin_layout Plain Layout
25182 Nota en la minipágina.
25183 \end_layout
25184
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \begin_layout Plain Layout
25191 Muestra de texto en una minipágina.
25192 \begin_inset ERT
25193 status collapsed
25194
25195 \begin_layout Plain Layout
25196
25197
25198 \backslash
25199 footnotemark{}
25200 \end_layout
25201
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \begin_layout Standard
25213 \begin_inset ERT
25214 status collapsed
25215
25216 \begin_layout Plain Layout
25217
25218
25219 \backslash
25220 footnotetext{
25221 \end_layout
25222
25223 \end_inset
25224
25225 Nota fuera de la minipágina.
25226 \begin_inset ERT
25227 status collapsed
25228
25229 \begin_layout Plain Layout
25230
25231 }
25232 \end_layout
25233
25234 \end_inset
25235
25236
25237 \end_layout
25238
25239 \begin_layout Standard
25240 \begin_inset VSpace defskip
25241 \end_inset
25242
25243
25244 \end_layout
25245
25246 \begin_layout Standard
25247 Para hacer referencia a la misma nota varias veces sin imprimir su texto
25248  cada vez, usa el comando  
25249 \series bold
25250
25251 \backslash
25252 footnotemark[number]
25253 \series default
25254  en código TeX.
25255 \begin_inset Newline newline
25256 \end_inset
25257
25258 Como el número de la nota repetida no se conoce mientras se escribe el texto,
25259  hay que guardarlo.
25260  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
25261  comandos en código TeX después de la nota al pie
25262 \begin_inset space ~
25263 \end_inset
25264
25265
25266 \begin_inset CommandInset ref
25267 LatexCommand ref
25268 reference "pie:Esto-es-una"
25269
25270 \end_inset
25271
25272  para guardar el número de la nota: 
25273 \end_layout
25274
25275 \begin_layout Standard
25276
25277 \series bold
25278
25279 \backslash
25280 newcounter{MyRepeatFoot}
25281 \begin_inset Newline newline
25282 \end_inset
25283
25284
25285 \backslash
25286 setcounter{MyRepeatFoot}{
25287 \backslash
25288 thefootnote}
25289 \end_layout
25290
25291 \begin_layout Standard
25292 La marca de la nota se ha creado después con el comando:
25293 \end_layout
25294
25295 \begin_layout Standard
25296
25297 \series bold
25298
25299 \backslash
25300 footnotemark[
25301 \backslash
25302 theMyRepeatFoot]
25303 \end_layout
25304
25305 \begin_layout Standard
25306 Aquí hay una nota repetida:
25307 \begin_inset ERT
25308 status collapsed
25309
25310 \begin_layout Plain Layout
25311
25312
25313 \backslash
25314 footnotemark[
25315 \backslash
25316 theMyRepeatFoot]
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \begin_layout Standard
25325 Para repetir la nota al pie previa, se puede omitir el guardado del número
25326  de la nota y usar en su lugar el comando:
25327 \end_layout
25328
25329 \begin_layout Standard
25330
25331 \series bold
25332
25333 \backslash
25334 footnotemark[
25335 \backslash
25336 thefootnote]
25337 \end_layout
25338
25339 \begin_layout Standard
25340 Aquí hay otra nota repetida:
25341 \begin_inset ERT
25342 status collapsed
25343
25344 \begin_layout Plain Layout
25345
25346
25347 \backslash
25348 footnotemark[
25349 \backslash
25350 thefootnote]
25351 \end_layout
25352
25353 \end_inset
25354
25355
25356 \end_layout
25357
25358 \begin_layout Subsection
25359 Numeración de notas al pie
25360 \begin_inset CommandInset label
25361 LatexCommand label
25362 name "sub:Numeración-de-Notas-al-Pie"
25363
25364 \end_inset
25365
25366
25367 \begin_inset Index idx
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371 Notas al pie ! Numeración
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \end_layout
25378
25379 \begin_layout Standard
25380 Para reiniciar el número de pie a 1 en cada sección añade
25381 \family roman
25382  en el preámbulo el comando:
25383 \end_layout
25384
25385 \begin_layout Standard
25386
25387 \series bold
25388
25389 \backslash
25390 @addtoreset{footnote}{section}
25391 \end_layout
25392
25393 \begin_layout Standard
25394 \begin_inset VSpace bigskip
25395 \end_inset
25396
25397 El siguiente comando en el preámbulo cambia el estilo de numeración del
25398  pie a números romanos en minúsculas:
25399 \end_layout
25400
25401 \begin_layout Standard
25402
25403 \series bold
25404
25405 \backslash
25406 renewcommand{
25407 \backslash
25408 thefootnote}{
25409 \backslash
25410 roman{footnote}}
25411 \end_layout
25412
25413 \begin_layout Standard
25414 \begin_inset ERT
25415 status collapsed
25416
25417 \begin_layout Plain Layout
25418
25419
25420 \backslash
25421 renewcommand{
25422 \backslash
25423 thefootnote}{
25424 \backslash
25425 roman{footnote}}
25426 \end_layout
25427
25428 \end_inset
25429
25430  Nota al pie en números romanos:
25431 \begin_inset Foot
25432 status collapsed
25433
25434 \begin_layout Plain Layout
25435 Ejemplo de nota al pie en números romanos.
25436 \end_layout
25437
25438 \end_inset
25439
25440
25441 \begin_inset ERT
25442 status collapsed
25443
25444 \begin_layout Plain Layout
25445
25446
25447 \backslash
25448 renewcommand{
25449 \backslash
25450 thefootnote}{
25451 \backslash
25452 arabic{footnote}}
25453 \end_layout
25454
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \begin_layout Standard
25461 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25462  
25463 \series bold
25464
25465 \backslash
25466 roman
25467 \series default
25468  por 
25469 \series bold
25470
25471 \backslash
25472 Roman
25473 \series default
25474 .
25475  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25476 \series bold
25477
25478 \backslash
25479 Alph
25480 \series default
25481  o 
25482 \series bold
25483
25484 \backslash
25485 alph
25486 \series default
25487 , respectivamente.
25488  Para ordenar las notas al pie con símbolos usa 
25489 \series bold
25490
25491 \backslash
25492 fnsymbol
25493 \series default
25494 .
25495 \end_layout
25496
25497 \begin_layout Standard
25498 \begin_inset Note Greyedout
25499 status open
25500
25501 \begin_layout Plain Layout
25502
25503 \series bold
25504 Nota:
25505 \series default
25506  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25507  simples.
25508 \end_layout
25509
25510 \end_inset
25511
25512
25513 \begin_inset Newline newline
25514 \end_inset
25515
25516
25517 \begin_inset Note Greyedout
25518 status open
25519
25520 \begin_layout Plain Layout
25521
25522 \series bold
25523 Nota:
25524 \series default
25525  sólo puedes ordenar hasta 9 pies con símbolos.
25526 \end_layout
25527
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \begin_layout Standard
25534 Para volver al estilo de numeración predeterminado cuando has cambiado a
25535  otro estilo, usa 
25536 \series bold
25537
25538 \backslash
25539 arabic
25540 \series default
25541  en vez de 
25542 \series bold
25543
25544 \backslash
25545 roman
25546 \series default
25547  en el comando anterior.
25548 \begin_inset ERT
25549 status collapsed
25550
25551 \begin_layout Plain Layout
25552
25553
25554 \backslash
25555 renewcommand{
25556 \backslash
25557 thefootnote}{
25558 \backslash
25559 arabic{footnote}}
25560 \end_layout
25561
25562 \end_inset
25563
25564
25565 \end_layout
25566
25567 \begin_layout Standard
25568 \begin_inset VSpace bigskip
25569 \end_inset
25570
25571
25572 \end_layout
25573
25574 \begin_layout Standard
25575 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25576  comando al preámbulo del documento:
25577 \end_layout
25578
25579 \begin_layout Standard
25580
25581 \series bold
25582
25583 \backslash
25584 numberwithin{footnote}{chapter}
25585 \end_layout
25586
25587 \begin_layout Standard
25588 Para poder usar el comando 
25589 \series bold
25590
25591 \backslash
25592 numberwithin
25593 \series default
25594 , marca la opción 
25595 \family sans
25596 Usar
25597 \family default
25598
25599 \begin_inset space ~
25600 \end_inset
25601
25602
25603 \family sans
25604 el
25605 \family default
25606
25607 \begin_inset space ~
25608 \end_inset
25609
25610
25611 \family sans
25612 paquete
25613 \family default
25614
25615 \begin_inset space ~
25616 \end_inset
25617
25618
25619 \family sans
25620 AMS
25621 \family default
25622  en la sección 
25623 \family sans
25624 Opciones para ecuaciones
25625 \family default
25626  de la configuración del documento.
25627 \end_layout
25628
25629 \begin_layout Standard
25630 \begin_inset ERT
25631 status collapsed
25632
25633 \begin_layout Plain Layout
25634
25635
25636 \backslash
25637 numberwithin{footnote}{chapter}
25638 \end_layout
25639
25640 \end_inset
25641
25642 Esto es otro ejemplo de nota al pie:
25643 \series bold
25644
25645 \begin_inset Foot
25646 status collapsed
25647
25648 \begin_layout Plain Layout
25649 Nota al pie numerada en el esquema 
25650 \begin_inset Quotes eld
25651 \end_inset
25652
25653 capítulo.nota
25654 \begin_inset Quotes erd
25655 \end_inset
25656
25657 .
25658 \end_layout
25659
25660 \end_inset
25661
25662
25663 \series default
25664
25665 \begin_inset ERT
25666 status collapsed
25667
25668 \begin_layout Plain Layout
25669
25670
25671 \backslash
25672 renewcommand{
25673 \backslash
25674 thefootnote}{
25675 \backslash
25676 arabic{footnote}}
25677 \end_layout
25678
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \begin_layout Standard
25685 \begin_inset Note Greyedout
25686 status open
25687
25688 \begin_layout Plain Layout
25689
25690 \series bold
25691 Nota: 
25692 \backslash
25693 numberwithin 
25694 \series default
25695 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25696  previas para obtener números no arábigos se sobreescriben.
25697 \end_layout
25698
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \begin_layout Standard
25705 Así, para obtener por ejemplo el esquema «capítulo.
25706 \backslash
25707 Roman{footnote}», usa este comando en vez de 
25708 \series bold
25709
25710 \backslash
25711 numberwithin
25712 \series default
25713 :
25714 \end_layout
25715
25716 \begin_layout Standard
25717
25718 \series bold
25719
25720 \backslash
25721 renewcommand{
25722 \backslash
25723 thefootnote}{
25724 \backslash
25725 thechapter.
25726 \backslash
25727 Roman{footnote}}
25728 \end_layout
25729
25730 \begin_layout Subsection
25731 Colocación de notas al pie
25732 \begin_inset Index idx
25733 status collapsed
25734
25735 \begin_layout Plain Layout
25736 Notas al pie ! Colocación
25737 \end_layout
25738
25739 \end_inset
25740
25741
25742 \end_layout
25743
25744 \begin_layout Standard
25745 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25746  entre ellas al final de la página.
25747  Para hacerlas más legibles puedes añadir 1.5
25748 \begin_inset space \thinspace{}
25749 \end_inset
25750
25751 mm, p.
25752 \begin_inset space \thinspace{}
25753 \end_inset
25754
25755 e., con el comando siguiente en el preámbulo:
25756 \end_layout
25757
25758 \begin_layout Standard
25759
25760 \series bold
25761
25762 \backslash
25763 let
25764 \backslash
25765 myFoot
25766 \backslash
25767 footnote
25768 \begin_inset Newline newline
25769 \end_inset
25770
25771
25772 \backslash
25773 renewcommand{
25774 \backslash
25775 footnote}[1]{
25776 \backslash
25777 myFoot{#1
25778 \backslash
25779 vspace{1.5mm}}}
25780 \end_layout
25781
25782 \begin_layout Standard
25783 \begin_inset VSpace bigskip
25784 \end_inset
25785
25786 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25787  véase la figura
25788 \begin_inset space ~
25789 \end_inset
25790
25791
25792 \begin_inset CommandInset ref
25793 LatexCommand ref
25794 reference "fig:Colocación-standard-del-pie"
25795
25796 \end_inset
25797
25798 .
25799  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25800  en la figura
25801 \begin_inset space ~
25802 \end_inset
25803
25804
25805 \begin_inset CommandInset ref
25806 LatexCommand ref
25807 reference "fig:Colocación-del-pie-en"
25808
25809 \end_inset
25810
25811 , usa el paquete LaTeX 
25812 \series bold
25813 ftnright
25814 \series default
25815
25816 \begin_inset Index idx
25817 status collapsed
25818
25819 \begin_layout Plain Layout
25820 LaTeX-paquetes ! ftnright
25821 \end_layout
25822
25823 \end_inset
25824
25825  con este comando en el preámbulo:
25826 \end_layout
25827
25828 \begin_layout Standard
25829
25830 \series bold
25831
25832 \backslash
25833 usepackage{ftnright}
25834 \end_layout
25835
25836 \begin_layout Standard
25837 \begin_inset Float figure
25838 placement !h
25839 wide false
25840 sideways false
25841 status open
25842
25843 \begin_layout Plain Layout
25844 \begin_inset ERT
25845 status collapsed
25846
25847 \begin_layout Plain Layout
25848
25849
25850 \backslash
25851 framebox{
25852 \end_layout
25853
25854 \end_inset
25855
25856
25857 \begin_inset Graphics
25858         filename ../clipart/without_fntright.pdf
25859         width 100col%
25860
25861 \end_inset
25862
25863
25864 \begin_inset ERT
25865 status collapsed
25866
25867 \begin_layout Plain Layout
25868
25869 }
25870 \end_layout
25871
25872 \end_inset
25873
25874
25875 \end_layout
25876
25877 \begin_layout Plain Layout
25878 \begin_inset Caption
25879
25880 \begin_layout Plain Layout
25881 \begin_inset CommandInset label
25882 LatexCommand label
25883 name "fig:Colocación-standard-del-pie"
25884
25885 \end_inset
25886
25887 Colocación estándar de notas al pie en documentos a dos columnas.
25888 \end_layout
25889
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \begin_layout Standard
25901 \begin_inset Float figure
25902 placement !h
25903 wide false
25904 sideways false
25905 status open
25906
25907 \begin_layout Plain Layout
25908 \begin_inset ERT
25909 status collapsed
25910
25911 \begin_layout Plain Layout
25912
25913
25914 \backslash
25915 framebox{
25916 \end_layout
25917
25918 \end_inset
25919
25920
25921 \begin_inset Graphics
25922         filename ../clipart/with_fntright.pdf
25923         width 100col%
25924
25925 \end_inset
25926
25927
25928 \begin_inset ERT
25929 status collapsed
25930
25931 \begin_layout Plain Layout
25932
25933 }
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \begin_layout Plain Layout
25942 \begin_inset Caption
25943
25944 \begin_layout Plain Layout
25945 \begin_inset CommandInset label
25946 LatexCommand label
25947 name "fig:Colocación-del-pie-en"
25948
25949 \end_inset
25950
25951 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25952  el paquete LaTeX 
25953 \series bold
25954 ftnright
25955 \series default
25956 .
25957 \end_layout
25958
25959 \end_inset
25960
25961
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \end_layout
25968
25969 \begin_layout Standard
25970 \begin_inset VSpace bigskip
25971 \end_inset
25972
25973 En alguna literatura científica es habitual reunir las notas para imprimirlas
25974  en un párrafo separado al final de la sección, como en la figura
25975 \begin_inset space ~
25976 \end_inset
25977
25978
25979 \begin_inset CommandInset ref
25980 LatexCommand ref
25981 reference "fig:Notas-al-pie-al-final"
25982
25983 \end_inset
25984
25985 .
25986  Para reunir las notas al final
25987 \begin_inset Index idx
25988 status collapsed
25989
25990 \begin_layout Plain Layout
25991 Notas ! al final
25992 \end_layout
25993
25994 \end_inset
25995
25996  en vez de a pie de página, carga en el menú 
25997 \family sans
25998 Documento\SpecialChar \menuseparator
25999 Configuratión\SpecialChar \menuseparator
26000 Módulos
26001 \family default
26002  el módulo 
26003 \family sans
26004 Pie
26005 \begin_inset space ~
26006 \end_inset
26007
26008 al
26009 \begin_inset space ~
26010 \end_inset
26011
26012 final
26013 \family default
26014 .
26015  Para insertar la colección de notas, escribe el comando
26016 \end_layout
26017
26018 \begin_layout Standard
26019
26020 \series bold
26021
26022 \backslash
26023 theendnotes
26024 \end_layout
26025
26026 \begin_layout Standard
26027 en código TeX al final de una sección o capítulo.
26028 \end_layout
26029
26030 \begin_layout Standard
26031 \begin_inset Float figure
26032 wide false
26033 sideways false
26034 status open
26035
26036 \begin_layout Plain Layout
26037 \align center
26038 \begin_inset ERT
26039 status collapsed
26040
26041 \begin_layout Plain Layout
26042
26043
26044 \backslash
26045 framebox{
26046 \end_layout
26047
26048 \end_inset
26049
26050
26051 \begin_inset Graphics
26052         filename ../clipart/endnotes.pdf
26053
26054 \end_inset
26055
26056
26057 \begin_inset ERT
26058 status collapsed
26059
26060 \begin_layout Plain Layout
26061
26062 }
26063 \end_layout
26064
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \begin_layout Plain Layout
26071 \begin_inset Caption
26072
26073 \begin_layout Plain Layout
26074 \begin_inset CommandInset label
26075 LatexCommand label
26076 name "fig:Notas-al-pie-al-final"
26077
26078 \end_inset
26079
26080 Notas al final: notas impresas en párrafo separado al final de la sección
26081  o del capítulo.
26082 \end_layout
26083
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \begin_layout Standard
26095 \begin_inset VSpace medskip
26096 \end_inset
26097
26098 La cabecera de párrafo para las notas finales no se traduce automáticamente
26099  al lenguaje del documento, hay que hacerlo manualmente.
26100   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
26101  al español «Notas»:
26102 \end_layout
26103
26104 \begin_layout Standard
26105
26106 \series bold
26107
26108 \backslash
26109 renewcommand{
26110 \backslash
26111 notesname}{Notas}
26112 \end_layout
26113
26114 \begin_layout Standard
26115 \begin_inset VSpace medskip
26116 \end_inset
26117
26118 La numeración de notas finales puede cambiarse como la de las notas al pie,
26119  como se describe en la sección
26120 \begin_inset space ~
26121 \end_inset
26122
26123
26124 \begin_inset CommandInset ref
26125 LatexCommand ref
26126 reference "sub:Numeración-de-Notas-al-Pie"
26127
26128 \end_inset
26129
26130 ; sólo hay que reemplazar el comando 
26131 \series bold
26132
26133 \backslash
26134 thefootnote
26135 \series default
26136  por 
26137 \series bold
26138
26139 \backslash
26140 theendnote
26141 \series default
26142 .
26143  Para restablecer la numeración usa el comando 
26144 \series bold
26145
26146 \backslash
26147 @addtoreset
26148 \series default
26149  como se describe en la sección
26150 \begin_inset space ~
26151 \end_inset
26152
26153
26154 \begin_inset CommandInset ref
26155 LatexCommand ref
26156 reference "sub:Numeración-de-Notas-al-Pie"
26157
26158 \end_inset
26159
26160  y sustituye el parámetro de comando 
26161 \series bold
26162 footnote
26163 \series default
26164  por 
26165 \series bold
26166 endnote
26167 \series default
26168 .
26169 \end_layout
26170
26171 \begin_layout Standard
26172 Para notas al final hay el comando  el comando 
26173 \series bold
26174
26175 \backslash
26176 endnotemark[número]
26177 \series default
26178  similar al comando 
26179 \series bold
26180
26181 \backslash
26182 footnotemark
26183 \series default
26184 , descrito en la sección
26185 \begin_inset space ~
26186 \end_inset
26187
26188
26189 \begin_inset CommandInset ref
26190 LatexCommand ref
26191 reference "sec:Notas-al-pie"
26192
26193 \end_inset
26194
26195 .
26196 \end_layout
26197
26198 \begin_layout Standard
26199 \begin_inset VSpace bigskip
26200 \end_inset
26201
26202 Las notas al pie también pueden colocarse al margen de la página y la alineación
26203  del texto del pie también puede cambiarse, véase el paquete LaTeX 
26204 \series bold
26205 footmisc
26206 \series default
26207
26208 \begin_inset Index idx
26209 status collapsed
26210
26211 \begin_layout Plain Layout
26212 LaTeX-paquetes ! footmisc
26213 \end_layout
26214
26215 \end_inset
26216
26217  
26218 \begin_inset CommandInset citation
26219 LatexCommand cite
26220 key "footmisc"
26221
26222 \end_inset
26223
26224  para más información.
26225 \end_layout
26226
26227 \begin_layout Standard
26228 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
26229  
26230 \begin_inset CommandInset citation
26231 LatexCommand cite
26232 key "latexcompanion,latexguide,latexbook"
26233
26234 \end_inset
26235
26236 .
26237 \end_layout
26238
26239 \begin_layout Section
26240 Notas al margen
26241 \begin_inset Index idx
26242 status collapsed
26243
26244 \begin_layout Plain Layout
26245 Notas ! al margen
26246 \end_layout
26247
26248 \end_inset
26249
26250
26251 \end_layout
26252
26253 \begin_layout Standard
26254 Las notas al margen se ven y se comportan en LyX como notas al pie.
26255  Se insertan con el menú 
26256 \family sans
26257 Insertar\SpecialChar \menuseparator
26258 Nota
26259 \begin_inset space ~
26260 \end_inset
26261
26262 al
26263 \begin_inset space ~
26264 \end_inset
26265
26266 margen
26267 \family default
26268  o con el botón 
26269 \begin_inset Graphics
26270         filename ../../images/marginalnote-insert.png
26271         scale 85
26272
26273 \end_inset
26274
26275 .
26276  Aparece un cuadro gris con la etiqueta 
26277 \family roman
26278 \series medium
26279 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
26280 \end_layout
26281
26282 \begin_layout Standard
26283 Al lado hay un ejemplo de nota al margen.
26284
26285 \family roman
26286 \series medium
26287  
26288 \begin_inset Marginal
26289 status open
26290
26291 \begin_layout Plain Layout
26292 Esto es una nota al margen.
26293 \end_layout
26294
26295 \end_inset
26296
26297
26298 \end_layout
26299
26300 \begin_layout Standard
26301 Estas notas salen en el margen derecho en documentos a una cara.
26302  En documentos a doble cara se muestran en el margen externo —margen izquierdo
26303  en páginas pares, derecho en páginas impares—.
26304  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
26305  a la derecha si la nota aparece en el margen izquierdo—.
26306  La primera línea de la nota se sitúa en la posición de la línea del texto
26307  en la que se inserta en el documento.
26308 \end_layout
26309
26310 \begin_layout Standard
26311 \begin_inset VSpace bigskip
26312 \end_inset
26313
26314 Para colocar la nota en el margen interno añade el comando
26315 \end_layout
26316
26317 \begin_layout Standard
26318
26319 \series bold
26320
26321 \backslash
26322 reversemarginpar
26323 \end_layout
26324
26325 \begin_layout Standard
26326 en código TeX antes de la nota.
26327  La nueva colocación es válida para todas las siguientes notas al margen.
26328  
26329 \begin_inset ERT
26330 status collapsed
26331
26332 \begin_layout Plain Layout
26333
26334
26335 \backslash
26336 reversemarginpar 
26337 \end_layout
26338
26339 \end_inset
26340
26341
26342 \begin_inset Marginal
26343 status open
26344
26345 \begin_layout Plain Layout
26346 Esto es una nota en el margen interno.
26347 \end_layout
26348
26349 \end_inset
26350
26351
26352 \series bold
26353
26354 \begin_inset Newline newline
26355 \end_inset
26356
26357
26358 \series default
26359
26360 \begin_inset Note Greyedout
26361 status open
26362
26363 \begin_layout Plain Layout
26364
26365 \series bold
26366 Nota:
26367 \series default
26368  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26369  no se mostrará correctamente en la salida.
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \begin_layout Standard
26378 Para volver a la ubicación predeterminada inserta en código TeX el comando
26379 \begin_inset ERT
26380 status collapsed
26381
26382 \begin_layout Plain Layout
26383
26384
26385 \backslash
26386 normalmarginpar 
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \end_layout
26393
26394 \begin_layout Standard
26395
26396 \series bold
26397
26398 \backslash
26399 normalmarginpar
26400 \end_layout
26401
26402 \begin_layout Standard
26403 \begin_inset Note Greyedout
26404 status open
26405
26406 \begin_layout Plain Layout
26407
26408 \series bold
26409 Nota:
26410 \series default
26411  El comando se ignora si en el mismo párrafo está también presente el comando
26412  
26413 \series bold
26414
26415 \backslash
26416 reversemarginpar
26417 \series default
26418 .
26419 \end_layout
26420
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \begin_layout Standard
26427 \begin_inset VSpace bigskip
26428 \end_inset
26429
26430
26431 \family roman
26432 \series medium
26433
26434 \begin_inset Marginal
26435 status open
26436
26437 \begin_layout Plain Layout
26438 PalabraMuyLargaAlMargen no partida con guión.
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \family default
26445 \series default
26446  Como en el caso descrito en la sección
26447 \begin_inset space ~
26448 \end_inset
26449
26450
26451 \begin_inset CommandInset ref
26452 LatexCommand ref
26453 reference "sub:Líneas-Múltiples-en"
26454
26455 \end_inset
26456
26457 , una palabra larga no puede partirse con guión cuando es la primera en
26458  la nota al margen.
26459  Para evitar esto, inserta un espacio horizontal de 0
26460 \begin_inset space \thinspace{}
26461 \end_inset
26462
26463 pt antes de la palabra
26464 \family roman
26465 \series medium
26466 .
26467 \end_layout
26468
26469 \begin_layout Standard
26470
26471 \family roman
26472 \series medium
26473 \begin_inset Marginal
26474 status open
26475
26476 \begin_layout Plain Layout
26477 \begin_inset ERT
26478 status collapsed
26479
26480 \begin_layout Plain Layout
26481
26482
26483 \backslash
26484 hspace{0pt}
26485 \end_layout
26486
26487 \end_inset
26488
26489 PalabraMuyLargaAlMargen partida con guión.
26490 \end_layout
26491
26492 \end_inset
26493
26494
26495 \end_layout
26496
26497 \begin_layout Standard
26498 \begin_inset VSpace bigskip
26499 \end_inset
26500
26501
26502 \end_layout
26503
26504 \begin_layout Standard
26505 \begin_inset Note Greyedout
26506 status open
26507
26508 \begin_layout Plain Layout
26509
26510 \series bold
26511 Nota:
26512 \series default
26513  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
26514  notas al pie.
26515 \end_layout
26516
26517 \end_inset
26518
26519
26520 \end_layout
26521
26522 \begin_layout Standard
26523 \begin_inset VSpace bigskip
26524 \end_inset
26525
26526
26527 \end_layout
26528
26529 \begin_layout Standard
26530 \begin_inset ERT
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534
26535
26536 \backslash
26537 ifmarginnote
26538 \end_layout
26539
26540 \end_inset
26541
26542
26543 \begin_inset Note Note
26544 status collapsed
26545
26546 \begin_layout Plain Layout
26547 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26548  LaTeX 
26549 \series bold
26550 marginnote
26551 \series default
26552 .
26553 \end_layout
26554
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \begin_layout Standard
26561 Esta restricción se puede salvar con el paquete LaTeX 
26562 \series bold
26563 marginnote
26564 \series default
26565
26566 \begin_inset Index idx
26567 status collapsed
26568
26569 \begin_layout Plain Layout
26570 LaTeX-paquetes ! marginnote
26571 \end_layout
26572
26573 \end_inset
26574
26575 .
26576  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26577  notas al margen es redefinido para usar el comando proporcionado por el
26578  paquete 
26579 \series bold
26580 marginnote
26581 \series default
26582 :
26583 \end_layout
26584
26585 \begin_layout Standard
26586
26587 \series bold
26588
26589 \backslash
26590 usepackage{marginnote}
26591 \begin_inset Newline newline
26592 \end_inset
26593
26594
26595 \backslash
26596 let
26597 \backslash
26598 marginpar
26599 \backslash
26600 marginnote
26601 \end_layout
26602
26603 \begin_layout Standard
26604 Esto se ha utilizado en el presente documento porque 
26605 \series bold
26606 marginnote
26607 \series default
26608  tiene una característica adicional útil: Puedes establecer un desplazamiento
26609  vertical a la nota.
26610  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26611  diseño de la página.
26612  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26613  en código TeX
26614 \end_layout
26615
26616 \begin_layout Standard
26617
26618 \series bold
26619 [desplazamiento]
26620 \end_layout
26621
26622 \begin_layout Standard
26623 donde desplazamiento es una longitud en una de las unidades de la tabla
26624 \begin_inset space ~
26625 \end_inset
26626
26627
26628 \begin_inset CommandInset ref
26629 LatexCommand ref
26630 reference "tab:Unidades"
26631
26632 \end_inset
26633
26634 .
26635  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26636  abajo.
26637  
26638 \family roman
26639 \series medium
26640 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26641 \begin_inset space \thinspace{}
26642 \end_inset
26643
26644 cm arriba con el comando en código TeX 
26645 \begin_inset Quotes eld
26646 \end_inset
26647
26648
26649 \family default
26650 \series bold
26651 [-1.5cm]
26652 \family roman
26653 \series medium
26654
26655 \begin_inset Quotes erd
26656 \end_inset
26657
26658
26659 \begin_inset Marginal
26660 status collapsed
26661
26662 \begin_layout Plain Layout
26663 Esta nota está 1.5
26664 \begin_inset space \thinspace{}
26665 \end_inset
26666
26667 cm por encima de su posición original.
26668 \end_layout
26669
26670 \end_inset
26671
26672
26673 \family default
26674 \series default
26675
26676 \begin_inset ERT
26677 status collapsed
26678
26679 \begin_layout Plain Layout
26680
26681 [-1.5cm]
26682 \end_layout
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \begin_layout Standard
26690 \begin_inset VSpace medskip
26691 \end_inset
26692
26693 Con 
26694 \series bold
26695 marginnote
26696 \series default
26697  también puedes cambiar la alineación del texto en el margen.
26698  Por ejemplo los comandos
26699 \end_layout
26700
26701 \begin_layout Standard
26702
26703 \series bold
26704
26705 \backslash
26706 renewcommand*{
26707 \backslash
26708 raggedleftmarginnote}{
26709 \backslash
26710 centering}
26711 \begin_inset Newline newline
26712 \end_inset
26713
26714
26715 \backslash
26716 renewcommand*{
26717 \backslash
26718 raggedrightmarginnote}{
26719 \backslash
26720 centering}
26721 \end_layout
26722
26723 \begin_layout Standard
26724 producen alineación centrada.
26725  
26726 \series bold
26727
26728 \backslash
26729 raggedleftmarginnote
26730 \series default
26731  identifica las notas que aparecen al lado izquierdo.
26732 \family roman
26733 \series medium
26734
26735 \begin_inset ERT
26736 status collapsed
26737
26738 \begin_layout Plain Layout
26739
26740
26741 \backslash
26742 renewcommand*{
26743 \backslash
26744 raggedleftmarginnote}{
26745 \backslash
26746 centering}
26747 \end_layout
26748
26749 \begin_layout Plain Layout
26750
26751
26752 \backslash
26753 renewcommand*{
26754 \backslash
26755 raggedrightmarginnote}{
26756 \backslash
26757 centering}
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \begin_inset Marginal
26764 status open
26765
26766 \begin_layout Plain Layout
26767 El texto de esta nota está centrado.
26768 \end_layout
26769
26770 \end_inset
26771
26772
26773 \family default
26774 \series default
26775  El valor predeterminado es 
26776 \end_layout
26777
26778 \begin_layout Standard
26779
26780 \series bold
26781
26782 \backslash
26783 renewcommand*{
26784 \backslash
26785 raggedleftmarginnote}{
26786 \backslash
26787 raggedleft}
26788 \begin_inset Newline newline
26789 \end_inset
26790
26791
26792 \backslash
26793 renewcommand*{
26794 \backslash
26795 raggedrightmarginnote}{
26796 \backslash
26797 raggedright}
26798 \family roman
26799 \series medium
26800
26801 \begin_inset ERT
26802 status collapsed
26803
26804 \begin_layout Plain Layout
26805
26806
26807 \backslash
26808 renewcommand*{
26809 \backslash
26810 raggedleftmarginnote}{
26811 \backslash
26812 raggedleft}
26813 \end_layout
26814
26815 \begin_layout Plain Layout
26816
26817
26818 \backslash
26819 renewcommand*{
26820 \backslash
26821 raggedrightmarginnote}{
26822 \backslash
26823 raggedright}
26824 \end_layout
26825
26826 \end_inset
26827
26828
26829 \end_layout
26830
26831 \begin_layout Standard
26832 \begin_inset VSpace medskip
26833 \end_inset
26834
26835 Para otras características de 
26836 \series bold
26837 marginnote
26838 \series default
26839  mira en su documentación 
26840 \begin_inset CommandInset citation
26841 LatexCommand cite
26842 key "marginnote"
26843
26844 \end_inset
26845
26846 .
26847 \end_layout
26848
26849 \begin_layout Standard
26850 \begin_inset VSpace bigskip
26851 \end_inset
26852
26853 El diseño de las notas al margen puede ser redefinido.
26854  Por ejemplo, para crear una cabecera para todas las notas con el texto
26855  
26856 \begin_inset Quotes eld
26857 \end_inset
26858
26859
26860 \series bold
26861 \bar under
26862 ¡
26863 \family sans
26864 Atención
26865 \family default
26866 !
26867 \series default
26868 \bar default
26869
26870 \begin_inset Quotes erd
26871 \end_inset
26872
26873 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26874 \end_layout
26875
26876 \begin_layout Standard
26877
26878 \series bold
26879
26880 \backslash
26881 let
26882 \backslash
26883 myMarginpar
26884 \backslash
26885 marginpar
26886 \begin_inset Newline newline
26887 \end_inset
26888
26889
26890 \backslash
26891 renewcommand{
26892 \backslash
26893 marginpar}[1]{
26894 \backslash
26895 myMarginpar{%
26896 \begin_inset Newline newline
26897 \end_inset
26898
26899
26900 \begin_inset Phantom HPhantom
26901 status open
26902
26903 \begin_layout Plain Layout
26904
26905 \series bold
26906 \begin_inset space ~
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \backslash
26916 hspace{0pt}
26917 \backslash
26918 textsf{
26919 \backslash
26920 textbf{
26921 \backslash
26922 underbar{¡Atención!}}}%
26923 \begin_inset Newline newline
26924 \end_inset
26925
26926
26927 \begin_inset Phantom HPhantom
26928 status open
26929
26930 \begin_layout Plain Layout
26931
26932 \series bold
26933 \begin_inset space ~
26934 \end_inset
26935
26936
26937 \end_layout
26938
26939 \end_inset
26940
26941
26942 \backslash
26943 vspace{1.5mm}
26944 \backslash
26945
26946 \backslash
26947 #1}}
26948 \end_layout
26949
26950 \begin_layout Standard
26951
26952 \family roman
26953 \series medium
26954 \begin_inset ERT
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958
26959
26960 \backslash
26961 let
26962 \backslash
26963 myMarginpar
26964 \backslash
26965 marginpar
26966 \end_layout
26967
26968 \begin_layout Plain Layout
26969
26970
26971 \backslash
26972 renewcommand{
26973 \backslash
26974 marginpar}[1]{
26975 \backslash
26976 myMarginpar{%
26977 \end_layout
26978
26979 \begin_layout Plain Layout
26980
26981    
26982 \backslash
26983 textsf{
26984 \backslash
26985 textbf{
26986 \backslash
26987 underbar{¡Atención!}}}%
26988 \end_layout
26989
26990 \begin_layout Plain Layout
26991
26992    
26993 \backslash
26994 vspace{1.5mm}
26995 \backslash
26996
26997 \backslash
26998 #1}}
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \begin_inset Marginal
27005 status open
27006
27007 \begin_layout Plain Layout
27008 Esta es una nota con una cabecera definida.
27009 \end_layout
27010
27011 \end_inset
27012
27013
27014 \family default
27015 \series default
27016
27017 \begin_inset ERT
27018 status collapsed
27019
27020 \begin_layout Plain Layout
27021
27022 [-1.5cm]
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \family roman
27029 \series medium
27030
27031 \begin_inset ERT
27032 status collapsed
27033
27034 \begin_layout Plain Layout
27035
27036
27037 \backslash
27038 renewcommand{
27039 \backslash
27040 marginpar}[1]{
27041 \backslash
27042 myMarginpar{#1}}
27043 \end_layout
27044
27045 \end_inset
27046
27047
27048 \family default
27049 \series default
27050
27051 \begin_inset Note Note
27052 status collapsed
27053
27054 \begin_layout Plain Layout
27055 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
27056 \end_layout
27057
27058 \end_inset
27059
27060
27061 \end_layout
27062
27063 \begin_layout Standard
27064 \begin_inset ERT
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068
27069
27070 \backslash
27071 else
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \begin_inset Note Note
27078 status collapsed
27079
27080 \begin_layout Plain Layout
27081 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
27082  
27083 \series bold
27084 marginnote
27085 \series default
27086 .
27087 \end_layout
27088
27089 \end_inset
27090
27091
27092 \end_layout
27093
27094 \begin_layout Standard
27095 Debes instalar el paquete LaTeX 
27096 \series bold
27097 marginnote
27098 \series default
27099  para ver la parte siguiente en la salida.
27100 \end_layout
27101
27102 \begin_layout Standard
27103 \begin_inset ERT
27104 status collapsed
27105
27106 \begin_layout Plain Layout
27107
27108
27109 \backslash
27110 fi
27111 \end_layout
27112
27113 \end_inset
27114
27115
27116 \end_layout
27117
27118 \begin_layout Chapter
27119 Cuadros
27120 \end_layout
27121
27122 \begin_layout Section
27123 Introducción
27124 \begin_inset Index idx
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128 Cuadros ! Introducción
27129 \end_layout
27130
27131 \end_inset
27132
27133
27134 \end_layout
27135
27136 \begin_layout Standard
27137 Los cuadros se emplean para dar formato a bloques de texto.
27138  Se pueden usar para escribir documentos con varios idiomas, véase sección
27139 \begin_inset space ~
27140 \end_inset
27141
27142
27143 \begin_inset CommandInset ref
27144 LatexCommand ref
27145 reference "sec:Minipáginas"
27146
27147 \end_inset
27148
27149 , enmarcar textos, véase sección
27150 \begin_inset space ~
27151 \end_inset
27152
27153
27154 \begin_inset CommandInset ref
27155 LatexCommand ref
27156 reference "sec:Decoración"
27157
27158 \end_inset
27159
27160 , evitar la división de palabras, véase sección
27161 \begin_inset space ~
27162 \end_inset
27163
27164
27165 \begin_inset CommandInset ref
27166 LatexCommand ref
27167 reference "sec:Evitar-la-Partición"
27168
27169 \end_inset
27170
27171 , alinear texto, véase sección
27172 \begin_inset space ~
27173 \end_inset
27174
27175
27176 \begin_inset CommandInset ref
27177 LatexCommand ref
27178 reference "sub:Alineación-Vertical"
27179
27180 \end_inset
27181
27182 , o para poner color de fondo a un texto, véase sección
27183 \begin_inset space ~
27184 \end_inset
27185
27186
27187 \begin_inset CommandInset ref
27188 LatexCommand ref
27189 reference "sec:Cuadros-Coloreados"
27190
27191 \end_inset
27192
27193 .
27194 \end_layout
27195
27196 \begin_layout Standard
27197 Se insertan con el menú 
27198 \family sans
27199 Insertar\SpecialChar \menuseparator
27200 Cuadro
27201 \family default
27202  o con el botón 
27203 \begin_inset Graphics
27204         filename ../../images/box-insert.png
27205         scale 85
27206
27207 \end_inset
27208
27209 .
27210  Surge un recuadro gris con la etiqueta 
27211 \family sans
27212 Cuadro (Minipágina)
27213 \family default
27214
27215 \begin_inset Graphics
27216         filename clipart/CuadroMinipagQt4.png
27217         scale 75
27218         keepAspectRatio
27219
27220 \end_inset
27221
27222 .
27223  El tipo de cuadro se puede elegir al hacer clic derecho sobre él y seleccionand
27224
27225 \family sans
27226 Configuración
27227 \family default
27228 .
27229  Sale un diálogo en el que 
27230 \family sans
27231 Cuadro
27232 \family default
27233
27234 \begin_inset space ~
27235 \end_inset
27236
27237
27238 \family sans
27239 interior
27240 \family default
27241  permite escoger los tipos 
27242 \family sans
27243 Párrafo
27244 \family default
27245  y 
27246 \family sans
27247 Minipágina
27248 \family default
27249 .
27250  
27251 \family sans
27252 Minipágina
27253 \family default
27254  es el predeterminado para nuevos cuadros y se explica en la sección
27255 \begin_inset space ~
27256 \end_inset
27257
27258
27259 \begin_inset CommandInset ref
27260 LatexCommand ref
27261 reference "sec:Minipáginas"
27262
27263 \end_inset
27264
27265 ; el tipo 
27266 \family sans
27267 Párrafo
27268 \family default
27269  se describe en la sección
27270 \begin_inset space ~
27271 \end_inset
27272
27273
27274 \begin_inset CommandInset ref
27275 LatexCommand ref
27276 reference "sec:Cuadros-de-Párrafo"
27277
27278 \end_inset
27279
27280  y el tipo 
27281 \family sans
27282 \lang english
27283 Makebox
27284 \family default
27285 \lang spanish
27286  se describe en la sección
27287 \begin_inset space ~
27288 \end_inset
27289
27290
27291 \begin_inset CommandInset ref
27292 LatexCommand ref
27293 reference "sec:Evitar-la-Partición"
27294
27295 \end_inset
27296
27297 .
27298 \end_layout
27299
27300 \begin_layout Standard
27301 Los cuadros no se numeran y por tanto no se pueden referenciar como los
27302  flotantes o las notas al pie.
27303 \end_layout
27304
27305 \begin_layout Standard
27306 \begin_inset Note Greyedout
27307 status open
27308
27309 \begin_layout Plain Layout
27310
27311 \series bold
27312 Nota:
27313 \series default
27314  Los cuadros no deben ser el ítem en un entorno 
27315 \family sans
27316 Enumeración*
27317 \family default
27318  o 
27319 \family sans
27320 Descripción
27321 \family default
27322 .
27323 \end_layout
27324
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \begin_layout Standard
27331 \begin_inset Note Greyedout
27332 status open
27333
27334 \begin_layout Plain Layout
27335
27336 \series bold
27337 Nota:
27338 \series default
27339  Por razones desconocidas sólo se puede poner el tipo 
27340 \family sans
27341 Cuadro
27342 \begin_inset space ~
27343 \end_inset
27344
27345 interior
27346 \family default
27347  en 
27348 \family sans
27349 Ninguno
27350 \family default
27351  cuando se emplea un cuadro enmarcado.
27352  Los cuadros sin ningún tipo de 
27353 \family sans
27354 Cuadro
27355 \begin_inset space ~
27356 \end_inset
27357
27358 interior
27359 \family default
27360  y sin marcos se explican en la sección
27361 \begin_inset space ~
27362 \end_inset
27363
27364
27365 \begin_inset CommandInset ref
27366 LatexCommand ref
27367 reference "sec:Evitar-la-Partición"
27368
27369 \end_inset
27370
27371 .
27372 \end_layout
27373
27374 \end_inset
27375
27376
27377 \end_layout
27378
27379 \begin_layout Section
27380 Diálogo de cuadros
27381 \begin_inset CommandInset label
27382 LatexCommand label
27383 name "sec:Diálogo-Cuadros"
27384
27385 \end_inset
27386
27387
27388 \begin_inset Index idx
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392 Cuadros ! Configuración
27393 \end_layout
27394
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \begin_layout Subsection
27401 Tamaño
27402 \begin_inset Index idx
27403 status collapsed
27404
27405 \begin_layout Plain Layout
27406 Cuadros ! Tamaño
27407 \end_layout
27408
27409 \end_inset
27410
27411
27412 \end_layout
27413
27414 \begin_layout Standard
27415 En el diálogo puedes ajustar la geometría del cuadro en los campos 
27416 \family sans
27417 Ancho
27418 \family default
27419  y 
27420 \family sans
27421 Alto
27422 \family default
27423 .
27424  Las unidades disponibles para la geometría se describen en la tabla
27425 \begin_inset space ~
27426 \end_inset
27427
27428
27429 \begin_inset CommandInset ref
27430 LatexCommand ref
27431 reference "tab:Unidades"
27432
27433 \end_inset
27434
27435 .
27436  El campo 
27437 \family sans
27438 Alto
27439 \family default
27440  ofrece los siguientes tamaños adicionales:
27441 \end_layout
27442
27443 \begin_layout Description
27444 Profundidad Este es el texto plano «alto».
27445  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27446  cuadro:
27447 \begin_inset Newline newline
27448 \end_inset
27449
27450
27451 \begin_inset Newline newline
27452 \end_inset
27453
27454
27455 \begin_inset Newline newline
27456 \end_inset
27457
27458
27459 \begin_inset Box Boxed
27460 position "c"
27461 hor_pos "c"
27462 has_inner_box 1
27463 inner_pos "c"
27464 use_parbox 0
27465 use_makebox 0
27466 width "12col%"
27467 special "none"
27468 height "1in"
27469 height_special "depth"
27470 status open
27471
27472 \begin_layout Plain Layout
27473 \align center
27474 Cuadro con altura establecida en 1
27475 \begin_inset space \thinspace{}
27476 \end_inset
27477
27478 Profundidad
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \begin_inset Newline newline
27485 \end_inset
27486
27487
27488 \begin_inset Newline newline
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \begin_layout Description
27495 Alto Es la altura del texto que está dentro del cuadro.
27496  Un valor de, p.
27497 \begin_inset space \thinspace{}
27498 \end_inset
27499
27500 e.
27501 \begin_inset space ~
27502 \end_inset
27503
27504 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
27505  
27506 \begin_inset Box Boxed
27507 position "c"
27508 hor_pos "c"
27509 has_inner_box 1
27510 inner_pos "c"
27511 use_parbox 0
27512 use_makebox 0
27513 width "20col%"
27514 special "none"
27515 height "2in"
27516 height_special "height"
27517 status open
27518
27519 \begin_layout Plain Layout
27520 \align center
27521 Cuadro con altura puesta en 2
27522 \begin_inset space \thinspace{}
27523 \end_inset
27524
27525 Alto
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \end_layout
27532
27533 \begin_layout Description
27534 Alto
27535 \begin_inset space ~
27536 \end_inset
27537
27538 total Esto es el Alto
27539 \begin_inset space \thinspace{}
27540 \end_inset
27541
27542 +
27543 \begin_inset space \thinspace{}
27544 \end_inset
27545
27546 Profundidad: 
27547 \begin_inset Box Boxed
27548 position "c"
27549 hor_pos "c"
27550 has_inner_box 1
27551 inner_pos "c"
27552 use_parbox 0
27553 use_makebox 0
27554 width "20col%"
27555 special "none"
27556 height "1in"
27557 height_special "totalheight"
27558 status open
27559
27560 \begin_layout Plain Layout
27561 \align center
27562 Cuadro con altura puesta a 1
27563 \begin_inset space \thinspace{}
27564 \end_inset
27565
27566 Alto
27567 \begin_inset space ~
27568 \end_inset
27569
27570 total
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \end_layout
27577
27578 \begin_layout Description
27579 Ancho Esto determina al ancho del cuadro como altura: 
27580 \begin_inset Box Boxed
27581 position "c"
27582 hor_pos "c"
27583 has_inner_box 1
27584 inner_pos "c"
27585 use_parbox 0
27586 use_makebox 0
27587 width "12col%"
27588 special "none"
27589 height "1in"
27590 height_special "width"
27591 status open
27592
27593 \begin_layout Plain Layout
27594 \align center
27595 Cuadro con altura puesta en 1
27596 \begin_inset space \thinspace{}
27597 \end_inset
27598
27599 Ancho
27600 \end_layout
27601
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \begin_layout Subsection
27608 Alineación
27609 \begin_inset Index idx
27610 status collapsed
27611
27612 \begin_layout Plain Layout
27613 Cuadros ! Alineación
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \begin_layout Standard
27622 Si has elegido un 
27623 \family sans
27624 Cuadro
27625 \begin_inset space ~
27626 \end_inset
27627
27628 interior
27629 \family default
27630 , la alineación vertical del cuadro puede ser:
27631 \end_layout
27632
27633 \begin_layout Description
27634 Superior Ejemplo de línea de texto.
27635  
27636 \begin_inset Box Boxed
27637 position "t"
27638 hor_pos "c"
27639 has_inner_box 1
27640 inner_pos "c"
27641 use_parbox 0
27642 use_makebox 0
27643 width "12col%"
27644 special "none"
27645 height "1in"
27646 height_special "totalheight"
27647 status collapsed
27648
27649 \begin_layout Plain Layout
27650 \align center
27651 Cuadro alineado arriba.
27652 \end_layout
27653
27654 \end_inset
27655
27656  Ejemplo de línea de texto.
27657 \end_layout
27658
27659 \begin_layout Description
27660 Medio Ejemplo de línea de texto.
27661  
27662 \begin_inset Box Boxed
27663 position "c"
27664 hor_pos "c"
27665 has_inner_box 1
27666 inner_pos "c"
27667 use_parbox 0
27668 use_makebox 0
27669 width "12col%"
27670 special "none"
27671 height "1in"
27672 height_special "totalheight"
27673 status collapsed
27674
27675 \begin_layout Plain Layout
27676 \align center
27677 Cuadro alineado en medio.
27678 \end_layout
27679
27680 \end_inset
27681
27682  Ejemplo de línea de texto.
27683 \end_layout
27684
27685 \begin_layout Description
27686 Inferior Ejemplo de línea de texto.
27687  
27688 \begin_inset Box Boxed
27689 position "b"
27690 hor_pos "c"
27691 has_inner_box 1
27692 inner_pos "c"
27693 use_parbox 0
27694 use_makebox 0
27695 width "12col%"
27696 special "none"
27697 height "1in"
27698 height_special "totalheight"
27699 status collapsed
27700
27701 \begin_layout Plain Layout
27702 \align center
27703 Cuadro alineado abajo.
27704 \end_layout
27705
27706 \end_inset
27707
27708  Ejemplo de línea de texto.
27709 \end_layout
27710
27711 \begin_layout Standard
27712 \begin_inset Note Greyedout
27713 status open
27714
27715 \begin_layout Plain Layout
27716
27717 \series bold
27718 Nota:
27719 \series default
27720  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27721  en una línea y, p.
27722 \begin_inset space \thinspace{}
27723 \end_inset
27724
27725 e., uno de ellos tiene sombreado y el otro no.
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Standard
27734 La alineación horizontal del cuadro puede establecerse en el diálogo de
27735  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27736 \end_layout
27737
27738 \begin_layout Standard
27739 \begin_inset VSpace bigskip
27740 \end_inset
27741
27742 Si has escogido un 
27743 \family sans
27744 Cuadro
27745 \begin_inset space ~
27746 \end_inset
27747
27748 interior
27749 \family default
27750 , el contenido puede alinearse verticalmente a:
27751 \end_layout
27752
27753 \begin_layout Description
27754 Superior Ejemplo de línea de texto.
27755  
27756 \begin_inset Box Boxed
27757 position "c"
27758 hor_pos "c"
27759 has_inner_box 1
27760 inner_pos "t"
27761 use_parbox 0
27762 use_makebox 0
27763 width "12col%"
27764 special "none"
27765 height "1.5in"
27766 height_special "totalheight"
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770 \align center
27771 Cuadro con texto alineado arriba.
27772 \end_layout
27773
27774 \end_inset
27775
27776  Ejemplo de línea de texto.
27777 \end_layout
27778
27779 \begin_layout Description
27780 Medio Ejemplo de línea de texto.
27781  
27782 \begin_inset Box Boxed
27783 position "c"
27784 hor_pos "c"
27785 has_inner_box 1
27786 inner_pos "c"
27787 use_parbox 0
27788 use_makebox 0
27789 width "12col%"
27790 special "none"
27791 height "1.5in"
27792 height_special "totalheight"
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796 \align center
27797 Cuadro con texto alineado en medio.
27798 \end_layout
27799
27800 \end_inset
27801
27802  Ejemplo de línea de texto.
27803 \end_layout
27804
27805 \begin_layout Description
27806 Inferior Ejemplo de línea de texto.
27807  
27808 \begin_inset Box Boxed
27809 position "c"
27810 hor_pos "c"
27811 has_inner_box 1
27812 inner_pos "b"
27813 use_parbox 0
27814 use_makebox 0
27815 width "12col%"
27816 special "none"
27817 height "1.5in"
27818 height_special "totalheight"
27819 status collapsed
27820
27821 \begin_layout Plain Layout
27822 \align center
27823 Cuadro con texto alineado abajo.
27824 \end_layout
27825
27826 \end_inset
27827
27828  Ejemplo de línea de texto.
27829 \end_layout
27830
27831 \begin_layout Description
27832 Estirado Ejemplo de línea de texto.
27833  
27834 \begin_inset Box Boxed
27835 position "c"
27836 hor_pos "c"
27837 has_inner_box 1
27838 inner_pos "s"
27839 use_parbox 0
27840 use_makebox 0
27841 width "12col%"
27842 special "none"
27843 height "1.5in"
27844 height_special "totalheight"
27845 status collapsed
27846
27847 \begin_layout Plain Layout
27848 \align center
27849 Este texto
27850 \end_layout
27851
27852 \begin_layout Plain Layout
27853 \align center
27854 está
27855 \end_layout
27856
27857 \begin_layout Plain Layout
27858 \align center
27859 estirado.
27860 \end_layout
27861
27862 \end_inset
27863
27864  Ejemplo de línea de texto.
27865 \end_layout
27866
27867 \begin_layout Standard
27868 Para estirar el contenido debe tener más de un párrafo.
27869  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27870 \end_layout
27871
27872 \begin_layout Standard
27873 \begin_inset VSpace bigskip
27874 \end_inset
27875
27876 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27877  LyX cuando hayas escogido un 
27878 \family sans
27879 Cuadro
27880 \begin_inset space ~
27881 \end_inset
27882
27883 interior
27884 \family default
27885 .
27886 \end_layout
27887
27888 \begin_layout Standard
27889 \align center
27890 \begin_inset Box Boxed
27891 position "c"
27892 hor_pos "c"
27893 has_inner_box 1
27894 inner_pos "s"
27895 use_parbox 0
27896 use_makebox 0
27897 width "15col%"
27898 special "none"
27899 height "1.25in"
27900 height_special "totalheight"
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904 \align left
27905 Cuadro
27906 \end_layout
27907
27908 \begin_layout Plain Layout
27909 \align center
27910 con texto
27911 \end_layout
27912
27913 \begin_layout Plain Layout
27914 \align right
27915 estirado
27916 \end_layout
27917
27918 \end_inset
27919
27920
27921 \end_layout
27922
27923 \begin_layout Standard
27924 Si no has establecido un 
27925 \family sans
27926 Cuadro
27927 \begin_inset space ~
27928 \end_inset
27929
27930 interior
27931 \family default
27932 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27933  cuadro.
27934 \end_layout
27935
27936 \begin_layout Standard
27937 \align center
27938 \begin_inset Box Boxed
27939 position "c"
27940 hor_pos "s"
27941 has_inner_box 0
27942 inner_pos "s"
27943 use_parbox 0
27944 use_makebox 0
27945 width "90col%"
27946 special "none"
27947 height "1.25in"
27948 height_special "totalheight"
27949 status collapsed
27950
27951 \begin_layout Plain Layout
27952 \align left
27953 Texto estirado horizontalmente.
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Subsection
27962 Decoración
27963 \begin_inset CommandInset label
27964 LatexCommand label
27965 name "sec:Decoración"
27966
27967 \end_inset
27968
27969
27970 \begin_inset Index idx
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974 Cuadros ! Decoración
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Standard
27983 El estilo de marco del cuadro se puede determinar en la lista desplegable
27984  
27985 \family sans
27986 Tipo
27987 \family default
27988  del diálogo de cuadros.
27989  Son posibles los siguientes marcos:
27990 \end_layout
27991
27992 \begin_layout Description
27993 Sin
27994 \begin_inset space ~
27995 \end_inset
27996
27997 marco 
27998 \lang english
27999 Nothing is drawn.
28000 \end_layout
28001
28002 \begin_layout Description
28003 Marco
28004 \begin_inset space ~
28005 \end_inset
28006
28007 rectangular
28008 \begin_inset space ~
28009 \end_inset
28010
28011 sencillo Dibuja un marco rectangular alrededor del cuadro.
28012  El grosor del marco depende de 
28013 \series bold
28014
28015 \backslash
28016 fboxrule
28017 \series default
28018 .
28019  
28020 \begin_inset Box Boxed
28021 position "c"
28022 hor_pos "c"
28023 has_inner_box 1
28024 inner_pos "c"
28025 use_parbox 0
28026 use_makebox 0
28027 width "25col%"
28028 special "none"
28029 height "1in"
28030 height_special "totalheight"
28031 status open
28032
28033 \begin_layout Plain Layout
28034 \align center
28035 Cuadro rectangular
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \end_layout
28042
28043 \begin_layout Description
28044 Marco
28045 \begin_inset space ~
28046 \end_inset
28047
28048 ovalado,
28049 \begin_inset space ~
28050 \end_inset
28051
28052 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
28053 \begin_inset space \thinspace{}
28054 \end_inset
28055
28056 pt.
28057  
28058 \begin_inset Box ovalbox
28059 position "c"
28060 hor_pos "c"
28061 has_inner_box 1
28062 inner_pos "c"
28063 use_parbox 0
28064 use_makebox 0
28065 width "25col%"
28066 special "none"
28067 height "1in"
28068 height_special "totalheight"
28069 status open
28070
28071 \begin_layout Plain Layout
28072 \align center
28073 Marco ovalado, fino
28074 \end_layout
28075
28076 \end_inset
28077
28078
28079 \end_layout
28080
28081 \begin_layout Description
28082 Marco
28083 \begin_inset space ~
28084 \end_inset
28085
28086 ovalado,
28087 \begin_inset space ~
28088 \end_inset
28089
28090 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
28091 \begin_inset space \thinspace{}
28092 \end_inset
28093
28094 pt.
28095  
28096 \begin_inset Box Ovalbox
28097 position "c"
28098 hor_pos "c"
28099 has_inner_box 1
28100 inner_pos "c"
28101 use_parbox 0
28102 use_makebox 0
28103 width "30col%"
28104 special "none"
28105 height "1in"
28106 height_special "totalheight"
28107 status open
28108
28109 \begin_layout Plain Layout
28110 \align center
28111 Cuadro ovalado, grueso
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 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
28125  El grosor de la línea tiene el tamaño dado por 
28126 \series bold
28127
28128 \backslash
28129 fboxrule
28130 \series default
28131 , la sombra tiene una anchura de 4
28132 \begin_inset space \thinspace{}
28133 \end_inset
28134
28135 pt.
28136  
28137 \begin_inset Box Shadowbox
28138 position "c"
28139 hor_pos "c"
28140 has_inner_box 1
28141 inner_pos "c"
28142 use_parbox 0
28143 use_makebox 0
28144 width "20col%"
28145 special "none"
28146 height "1in"
28147 height_special "totalheight"
28148 status open
28149
28150 \begin_layout Plain Layout
28151 \align center
28152 Marco sombrado
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \end_layout
28159
28160 \begin_layout Description
28161 Fondo
28162 \begin_inset space ~
28163 \end_inset
28164
28165 sombreado Dibuja un cuadro con fondo de color rojo.
28166  A diferencia de los cuadros coloreados,
28167 \begin_inset Foot
28168 status collapsed
28169
28170 \begin_layout Plain Layout
28171 véase sec.
28172  
28173 \begin_inset CommandInset ref
28174 LatexCommand ref
28175 reference "sec:Cuadros-Coloreados"
28176
28177 \end_inset
28178
28179
28180 \end_layout
28181
28182 \end_inset
28183
28184  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
28185 \begin_inset Box Shaded
28186 position "t"
28187 hor_pos "c"
28188 has_inner_box 0
28189 inner_pos "t"
28190 use_parbox 0
28191 use_makebox 0
28192 width "50col%"
28193 special "none"
28194 height "1in"
28195 height_special "totalheight"
28196 status open
28197
28198 \begin_layout Plain Layout
28199 Cuadro con fondo sombreado
28200 \end_layout
28201
28202 \end_inset
28203
28204
28205 \end_layout
28206
28207 \begin_layout Description
28208 Marco
28209 \begin_inset space ~
28210 \end_inset
28211
28212 rectangular
28213 \begin_inset space ~
28214 \end_inset
28215
28216 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
28217  El grosor de la línea interior es 0.75
28218 \begin_inset space \thinspace{}
28219 \end_inset
28220
28221
28222 \series bold
28223
28224 \backslash
28225 fboxrule
28226 \series default
28227 , el de la línea exterior es 1.5
28228 \begin_inset space \thinspace{}
28229 \end_inset
28230
28231
28232 \series bold
28233
28234 \backslash
28235 fboxrule
28236 \series default
28237 .
28238  La distancia entre líneas es 1.5
28239 \begin_inset space \thinspace{}
28240 \end_inset
28241
28242
28243 \series bold
28244
28245 \backslash
28246 fboxrule
28247 \series default
28248
28249 \begin_inset space \thinspace{}
28250 \end_inset
28251
28252 +
28253 \begin_inset space \thinspace{}
28254 \end_inset
28255
28256 0.5
28257 \begin_inset space \thinspace{}
28258 \end_inset
28259
28260 pt.
28261  
28262 \begin_inset Box Doublebox
28263 position "c"
28264 hor_pos "c"
28265 has_inner_box 1
28266 inner_pos "c"
28267 use_parbox 0
28268 use_makebox 0
28269 width "20col%"
28270 special "none"
28271 height "1in"
28272 height_special "totalheight"
28273 status open
28274
28275 \begin_layout Plain Layout
28276 \align center
28277 Marco doble
28278 \end_layout
28279
28280 \end_inset
28281
28282
28283 \end_layout
28284
28285 \begin_layout Standard
28286 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
28287  Para poder utilizar los distintos marcos, debe estar instalado el paquete
28288  LaTeX 
28289 \series bold
28290 fancybox
28291 \series default
28292
28293 \begin_inset Index idx
28294 status collapsed
28295
28296 \begin_layout Plain Layout
28297 LaTeX-paquetes ! fancybox
28298 \end_layout
28299
28300 \end_inset
28301
28302 .
28303 \end_layout
28304
28305 \begin_layout Standard
28306 \begin_inset VSpace bigskip
28307 \end_inset
28308
28309 Si usas la decoración 
28310 \family sans
28311 marco rectangular sencillo
28312 \family default
28313  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
28314  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
28315  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
28316  propio y 
28317 \series bold
28318
28319 \backslash
28320 fboxrule
28321 \series default
28322  y 
28323 \series bold
28324
28325 \backslash
28326 fboxsep
28327 \series default
28328  no funcionan.
28329  El grosor del marco tiene el tamaño de 
28330 \series bold
28331
28332 \backslash
28333 FrameRule
28334 \series default
28335 .
28336 \begin_inset Box Framed
28337 position "t"
28338 hor_pos "c"
28339 has_inner_box 0
28340 inner_pos "t"
28341 use_parbox 0
28342 use_makebox 0
28343 width "100col%"
28344 special "none"
28345 height "1in"
28346 height_special "totalheight"
28347 status collapsed
28348
28349 \begin_layout Plain Layout
28350 Cuadro que permite saltos de página
28351 \end_layout
28352
28353 \end_inset
28354
28355
28356 \end_layout
28357
28358 \begin_layout Section
28359 Personalización de cuadros
28360 \begin_inset Index idx
28361 status collapsed
28362
28363 \begin_layout Plain Layout
28364 Cuadros ! Personalizar
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \end_layout
28371
28372 \begin_layout Standard
28373 El valor predeterminado por 
28374 \series bold
28375
28376 \backslash
28377 fboxrule
28378 \series default
28379  es 0.4
28380 \begin_inset space \thinspace{}
28381 \end_inset
28382
28383 pt.
28384  Puede cambiarse con el siguiente comando en código TeX, p.
28385 \begin_inset space \thinspace{}
28386 \end_inset
28387
28388 e.
28389 \begin_inset space ~
28390 \end_inset
28391
28392 a
28393 \begin_inset space ~
28394 \end_inset
28395
28396 2
28397 \begin_inset space \thinspace{}
28398 \end_inset
28399
28400 pt:
28401 \end_layout
28402
28403 \begin_layout Standard
28404
28405 \series bold
28406
28407 \backslash
28408 setlength{
28409 \backslash
28410 fboxrule}{2pt}
28411 \end_layout
28412
28413 \begin_layout Standard
28414 \begin_inset ERT
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418
28419
28420 \backslash
28421 setlength{
28422 \backslash
28423 fboxrule}{2pt}
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \begin_inset Box Boxed
28430 position "c"
28431 hor_pos "c"
28432 has_inner_box 1
28433 inner_pos "c"
28434 use_parbox 0
28435 use_makebox 0
28436 width "25col%"
28437 special "none"
28438 height "1in"
28439 height_special "totalheight"
28440 status open
28441
28442 \begin_layout Plain Layout
28443 \align center
28444 Cuadro rectangular con 
28445 \series bold
28446
28447 \backslash
28448 fboxrule
28449 \series default
28450
28451 \begin_inset space \thinspace{}
28452 \end_inset
28453
28454 =
28455 \begin_inset space \thinspace{}
28456 \end_inset
28457
28458 2
28459 \begin_inset space \thinspace{}
28460 \end_inset
28461
28462 pt
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \begin_inset ERT
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472
28473
28474 \backslash
28475 setlength{
28476 \backslash
28477 fboxrule}{0.4pt}
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \begin_layout Standard
28486 \begin_inset VSpace bigskip
28487 \end_inset
28488
28489 El espacio entre el marco y el contenido del cuadro es 3
28490 \begin_inset space \thinspace{}
28491 \end_inset
28492
28493 pt por omisión para todos los estilos.
28494  Se puede cambiar mediante la longitud 
28495 \series bold
28496
28497 \backslash
28498 fboxsep
28499 \series default
28500 .
28501  Por ejemplo el comando
28502 \end_layout
28503
28504 \begin_layout Standard
28505
28506 \series bold
28507
28508 \backslash
28509 setlength{
28510 \backslash
28511 fboxsep}{10pt}
28512 \end_layout
28513
28514 \begin_layout Standard
28515 determina un valor de 10
28516 \begin_inset space \thinspace{}
28517 \end_inset
28518
28519 pt, como en el siguiente cuadro:
28520 \end_layout
28521
28522 \begin_layout Standard
28523 \begin_inset ERT
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527
28528
28529 \backslash
28530 setlength{
28531 \backslash
28532 fboxsep}{10pt}
28533 \end_layout
28534
28535 \end_inset
28536
28537
28538 \begin_inset Box Boxed
28539 position "c"
28540 hor_pos "c"
28541 has_inner_box 1
28542 inner_pos "c"
28543 use_parbox 0
28544 use_makebox 0
28545 width "25col%"
28546 special "none"
28547 height "1in"
28548 height_special "totalheight"
28549 status open
28550
28551 \begin_layout Plain Layout
28552 \align center
28553 Cuadro rectangular con 
28554 \series bold
28555
28556 \backslash
28557 fboxsep
28558 \series default
28559
28560 \begin_inset space \thinspace{}
28561 \end_inset
28562
28563 =
28564 \begin_inset space \thinspace{}
28565 \end_inset
28566
28567 10
28568 \begin_inset space \thinspace{}
28569 \end_inset
28570
28571 pt
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \begin_inset ERT
28578 status collapsed
28579
28580 \begin_layout Plain Layout
28581
28582
28583 \backslash
28584 setlength{
28585 \backslash
28586 fboxsep}{3pt}
28587 \end_layout
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \begin_layout Standard
28595 \begin_inset VSpace bigskip
28596 \end_inset
28597
28598 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
28599  el comando 
28600 \series bold
28601
28602 \backslash
28603 cornersize
28604 \series default
28605 .
28606  El comando
28607 \end_layout
28608
28609 \begin_layout Standard
28610
28611 \series bold
28612
28613 \backslash
28614 cornersize*{1cm}
28615 \end_layout
28616
28617 \begin_layout Standard
28618 establece un diámetro de 1
28619 \begin_inset space \thinspace{}
28620 \end_inset
28621
28622 cm.
28623  El comando
28624 \end_layout
28625
28626 \begin_layout Standard
28627
28628 \series bold
28629
28630 \backslash
28631 cornersize{num}
28632 \end_layout
28633
28634 \begin_layout Standard
28635 fija el diámetro en 
28636 \family sans
28637 num
28638 \begin_inset space \thinspace{}
28639 \end_inset
28640
28641 ×
28642 \begin_inset space \thinspace{}
28643 \end_inset
28644
28645 mínimo
28646 \family default
28647  
28648 \family sans
28649 (ancho y alto del cuadro)
28650 \family default
28651 .
28652  Por omisión es 
28653 \series bold
28654
28655 \backslash
28656 cornersize{0.5}
28657 \series default
28658 .
28659 \end_layout
28660
28661 \begin_layout Standard
28662 \begin_inset ERT
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666
28667
28668 \backslash
28669 cornersize*{1.5cm}
28670 \end_layout
28671
28672 \end_inset
28673
28674
28675 \begin_inset Box Ovalbox
28676 position "c"
28677 hor_pos "c"
28678 has_inner_box 1
28679 inner_pos "c"
28680 use_parbox 0
28681 use_makebox 0
28682 width "28col%"
28683 special "none"
28684 height "1in"
28685 height_special "totalheight"
28686 status open
28687
28688 \begin_layout Plain Layout
28689 \align center
28690 Cuadro ovalado con 
28691 \series bold
28692
28693 \backslash
28694 cornersize
28695 \series default
28696
28697 \begin_inset space \thinspace{}
28698 \end_inset
28699
28700 =
28701 \begin_inset space \thinspace{}
28702 \end_inset
28703
28704 1.5
28705 \begin_inset space \thinspace{}
28706 \end_inset
28707
28708 cm
28709 \end_layout
28710
28711 \end_inset
28712
28713
28714 \begin_inset ERT
28715 status collapsed
28716
28717 \begin_layout Plain Layout
28718
28719
28720 \backslash
28721 cornersize{0.5}
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \begin_layout Standard
28730 \begin_inset VSpace bigskip
28731 \end_inset
28732
28733 El tamaño de la sombra se puede ajustar cambiando la longitud 
28734 \series bold
28735
28736 \backslash
28737 shadowsize
28738 \series default
28739 .
28740  Este comando la ajusta a 2
28741 \begin_inset space \thinspace{}
28742 \end_inset
28743
28744 pt en el cuadro siguiente:
28745 \end_layout
28746
28747 \begin_layout Standard
28748
28749 \series bold
28750
28751 \backslash
28752 setlength{
28753 \backslash
28754 shadowsize}{2pt}
28755 \end_layout
28756
28757 \begin_layout Standard
28758 \begin_inset ERT
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762
28763
28764 \backslash
28765 setlength{
28766 \backslash
28767 shadowsize}{2pt}
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \begin_inset Box Shadowbox
28774 position "c"
28775 hor_pos "c"
28776 has_inner_box 1
28777 inner_pos "c"
28778 use_parbox 0
28779 use_makebox 0
28780 width "28col%"
28781 special "none"
28782 height "1in"
28783 height_special "totalheight"
28784 status open
28785
28786 \begin_layout Plain Layout
28787 \align center
28788 Cuadro sombreado con 
28789 \series bold
28790
28791 \backslash
28792 shadowsize
28793 \series default
28794
28795 \begin_inset space \thinspace{}
28796 \end_inset
28797
28798 =
28799 \begin_inset space \thinspace{}
28800 \end_inset
28801
28802 2
28803 \begin_inset space \thinspace{}
28804 \end_inset
28805
28806 pt
28807 \end_layout
28808
28809 \end_inset
28810
28811
28812 \begin_inset ERT
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816
28817
28818 \backslash
28819 setlength{
28820 \backslash
28821 shadowsize}{4pt}
28822 \end_layout
28823
28824 \end_inset
28825
28826
28827 \end_layout
28828
28829 \begin_layout Standard
28830 \begin_inset VSpace bigskip
28831 \end_inset
28832
28833
28834 \end_layout
28835
28836 \begin_layout Standard
28837 Por omisión, el tamaño 
28838 \series bold
28839
28840 \backslash
28841 FrameRule
28842 \series default
28843  es 0,4
28844 \begin_inset space \thinspace{}
28845 \end_inset
28846
28847 pt.
28848  El espacio por omisión entre el contenido de la nota y el marco es 9
28849 \begin_inset space \thinspace{}
28850 \end_inset
28851
28852 pt; puede cambiarse con el valor de 
28853 \series bold
28854
28855 \backslash
28856 FrameSep
28857 \series default
28858 .
28859  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28860  en código TeX
28861 \end_layout
28862
28863 \begin_layout Standard
28864
28865 \series bold
28866
28867 \backslash
28868 setlength{
28869 \backslash
28870 FrameRule}{5pt}
28871 \begin_inset Newline newline
28872 \end_inset
28873
28874
28875 \backslash
28876 setlength{
28877 \backslash
28878 FrameSep}{0.5cm}
28879 \end_layout
28880
28881 \begin_layout Standard
28882 \begin_inset ERT
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886
28887
28888 \backslash
28889 setlength{
28890 \backslash
28891 FrameRule}{5pt}
28892 \end_layout
28893
28894 \begin_layout Plain Layout
28895
28896
28897 \backslash
28898 setlength{
28899 \backslash
28900 FrameSep}{0.5cm}
28901 \end_layout
28902
28903 \end_inset
28904
28905
28906 \begin_inset Box Framed
28907 position "t"
28908 hor_pos "c"
28909 has_inner_box 0
28910 inner_pos "t"
28911 use_parbox 0
28912 use_makebox 0
28913 width "100col%"
28914 special "none"
28915 height "1in"
28916 height_special "totalheight"
28917 status open
28918
28919 \begin_layout Plain Layout
28920 Texto en un 
28921 \family sans
28922 marco
28923 \begin_inset space ~
28924 \end_inset
28925
28926 sencillo
28927 \begin_inset space ~
28928 \end_inset
28929
28930 con
28931 \begin_inset space ~
28932 \end_inset
28933
28934 salto
28935 \begin_inset space ~
28936 \end_inset
28937
28938 de
28939 \begin_inset space ~
28940 \end_inset
28941
28942 página
28943 \family default
28944 .
28945 \end_layout
28946
28947 \end_inset
28948
28949
28950 \begin_inset ERT
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954
28955
28956 \backslash
28957 setlength{
28958 \backslash
28959 FrameRule}{0.4pt}
28960 \end_layout
28961
28962 \begin_layout Plain Layout
28963
28964
28965 \backslash
28966 setlength{
28967 \backslash
28968 FrameSep}{9pt}
28969 \end_layout
28970
28971 \end_inset
28972
28973
28974 \end_layout
28975
28976 \begin_layout Standard
28977 \begin_inset VSpace bigskip
28978 \end_inset
28979
28980
28981 \end_layout
28982
28983 \begin_layout Standard
28984 Para los cuadros con 
28985 \family sans
28986 fondo
28987 \begin_inset space ~
28988 \end_inset
28989
28990 sombreado
28991 \family default
28992  el espacio por omisión entre el contenido y el marco es 3
28993 \begin_inset space \thinspace{}
28994 \end_inset
28995
28996 pt; se puede cambiar con el valor de 
28997 \series bold
28998
28999 \backslash
29000 fboxsep
29001 \series default
29002 .
29003  El color rojo predeterminado se puede cambiar en el sitio con el comando
29004  
29005 \series bold
29006
29007 \backslash
29008 definecolor{shadecolor}
29009 \series default
29010  o globalmente con el menú 
29011 \family sans
29012 Herramientas
29013 \family default
29014 \SpecialChar \menuseparator
29015
29016 \family sans
29017 Preferencias
29018 \family default
29019 \SpecialChar \menuseparator
29020
29021 \family sans
29022 Colores
29023 \family default
29024 \SpecialChar \menuseparator
29025
29026 \family sans
29027 cuadro
29028 \begin_inset space ~
29029 \end_inset
29030
29031 sombreado
29032 \family default
29033 .
29034  El esquema del comando 
29035 \series bold
29036
29037 \backslash
29038 definecolor
29039 \series default
29040  se explica en la sección
29041 \begin_inset space ~
29042 \end_inset
29043
29044
29045 \begin_inset CommandInset ref
29046 LatexCommand ref
29047 reference "sec:Tablas-Coloreadas"
29048
29049 \end_inset
29050
29051 .
29052 \begin_inset Foot
29053 status collapsed
29054
29055 \begin_layout Plain Layout
29056 El comando 
29057 \series bold
29058
29059 \backslash
29060 definecolor
29061 \series default
29062  requiere el paquete LaTeX 
29063 \series bold
29064 color
29065 \series default
29066  en el preámbulo, véase la sección
29067 \begin_inset space ~
29068 \end_inset
29069
29070
29071 \begin_inset CommandInset ref
29072 LatexCommand ref
29073 reference "sec:Cuadros-Coloreados"
29074
29075 \end_inset
29076
29077 .
29078 \end_layout
29079
29080 \end_inset
29081
29082  Por ejemplo, la nota siguiente se define con los comandos en código TeX
29083 \end_layout
29084
29085 \begin_layout Standard
29086
29087 \series bold
29088
29089 \backslash
29090 setlength{
29091 \backslash
29092 fboxsep}{0.5cm}
29093 \series default
29094
29095 \begin_inset Newline newline
29096 \end_inset
29097
29098
29099 \series bold
29100
29101 \backslash
29102 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29103 \end_layout
29104
29105 \begin_layout Standard
29106 \begin_inset ERT
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110
29111
29112 \backslash
29113 setlength{
29114 \backslash
29115 fboxsep}{0.5cm}
29116 \end_layout
29117
29118 \begin_layout Plain Layout
29119
29120
29121 \backslash
29122 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29123 \end_layout
29124
29125 \end_inset
29126
29127
29128 \begin_inset Box Shaded
29129 position "t"
29130 hor_pos "c"
29131 has_inner_box 0
29132 inner_pos "t"
29133 use_parbox 0
29134 use_makebox 0
29135 width "100col%"
29136 special "none"
29137 height "1in"
29138 height_special "totalheight"
29139 status open
29140
29141 \begin_layout Plain Layout
29142
29143 \color yellow
29144 Texto amarillo en un cuadro con 
29145 \family sans
29146 fondo sombreado 
29147 \family default
29148  en color verde oscuro.
29149 \end_layout
29150
29151 \end_inset
29152
29153
29154 \begin_inset ERT
29155 status collapsed
29156
29157 \begin_layout Plain Layout
29158
29159
29160 \backslash
29161 setlength{
29162 \backslash
29163 fboxsep}{3pt}
29164 \end_layout
29165
29166 \begin_layout Plain Layout
29167
29168
29169 \backslash
29170 definecolor{shadecolor}{rgb}{1,0,0}
29171 \end_layout
29172
29173 \end_inset
29174
29175
29176 \end_layout
29177
29178 \begin_layout Standard
29179 \begin_inset VSpace bigskip
29180 \end_inset
29181
29182 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
29183  a los comandos.
29184 \end_layout
29185
29186 \begin_layout Section
29187 Minipáginas
29188 \begin_inset CommandInset label
29189 LatexCommand label
29190 name "sec:Minipáginas"
29191
29192 \end_inset
29193
29194
29195 \begin_inset Index idx
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 Cuadros ! Minipáginas
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Standard
29208 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
29209  por tanto pueden tener, por ejemplo, sus propias notas al pie.
29210 \end_layout
29211
29212 \begin_layout Standard
29213 Las minipáginas son útiles para escribir documentos en distintas lenguas.
29214 \end_layout
29215
29216 \begin_layout Standard
29217 A continuación hay dos ejemplos de minipáginas adosadas.
29218  Su anchura está puesta en 45
29219 \begin_inset space \thinspace{}
29220 \end_inset
29221
29222 % y separadas por un relleno horizontal, insertado vía el menú 
29223 \family sans
29224 Insertar\SpecialChar \menuseparator
29225 Formato\SpecialChar \menuseparator
29226 Relleno
29227 \begin_inset space ~
29228 \end_inset
29229
29230 horizontal
29231 \family default
29232 .
29233 \end_layout
29234
29235 \begin_layout Standard
29236 \begin_inset Box Frameless
29237 position "t"
29238 hor_pos "c"
29239 has_inner_box 1
29240 inner_pos "c"
29241 use_parbox 0
29242 use_makebox 0
29243 width "45col%"
29244 special "none"
29245 height "1in"
29246 height_special "totalheight"
29247 status open
29248
29249 \begin_layout Plain Layout
29250
29251 \lang german
29252 Dies ist ein deutscher Text.
29253  Dies ist ein deutscher Text.
29254  Dies ist ein deutscher Text.
29255  Dies ist ein deutscher Text.
29256  Dies ist ein deutscher Text.
29257  Dies ist ein deutscher Text.
29258  Dies ist ein deutscher Text.
29259  Dies ist ein deutscher Text.
29260  Dies ist ein deutscher Text.
29261  Dies ist ein deutscher Text.
29262  Dies ist ein deutscher Text.
29263  Dies ist ein deutscher Text.
29264  Dies ist ein deutscher Text
29265 \begin_inset Foot
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269
29270 \lang german
29271 Dies ist eine deutsche Fußnote.
29272 \end_layout
29273
29274 \end_inset
29275
29276 .
29277  Dies ist ein deutscher Text.
29278  Dies ist ein deutscher Text.
29279 \end_layout
29280
29281 \end_inset
29282
29283
29284 \begin_inset space \hfill{}
29285 \end_inset
29286
29287
29288 \begin_inset Box Frameless
29289 position "t"
29290 hor_pos "c"
29291 has_inner_box 1
29292 inner_pos "c"
29293 use_parbox 0
29294 use_makebox 0
29295 width "45col%"
29296 special "none"
29297 height "1in"
29298 height_special "totalheight"
29299 status open
29300
29301 \begin_layout Plain Layout
29302
29303 \lang english
29304 This is an English Text.
29305  This is an English Text.
29306  This is an English Text.
29307  This is an English Text.
29308  This is an English Text.
29309  This is an English Text.
29310  This is an English Text.
29311  This is an English Text.
29312  This is an English Text.
29313  This is an English Text.
29314  This is an English Text.
29315  This is an English Text.
29316  This is an English Text.
29317  This is an English Text.
29318  This is an English Text.
29319  This is an English Text.
29320 \begin_inset Foot
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324
29325 \lang english
29326 This is an English footnote.
29327 \end_layout
29328
29329 \end_inset
29330
29331  This is an English Text.
29332  
29333 \end_layout
29334
29335 \end_inset
29336
29337
29338 \end_layout
29339
29340 \begin_layout Standard
29341 \begin_inset VSpace bigskip
29342 \end_inset
29343
29344 La configuración global de párrafos se ignora en las minipáginas.
29345  Esto significa que en las mismas no habrá espacio entre párrafos aunque
29346  pongas p.
29347 \begin_inset space \thinspace{}
29348 \end_inset
29349
29350 e.
29351 \begin_inset space ~
29352 \end_inset
29353
29354
29355 \family sans
29356 Salto
29357 \begin_inset space ~
29358 \end_inset
29359
29360 medio
29361 \family default
29362  en la configuración del documento.
29363 \end_layout
29364
29365 \begin_layout Standard
29366 Las minipáginas también sirven para poner un color de fondo para partes
29367  de texto, véase sección
29368 \begin_inset space ~
29369 \end_inset
29370
29371
29372 \begin_inset CommandInset ref
29373 LatexCommand ref
29374 reference "sub:Color-en-Párrafos"
29375
29376 \end_inset
29377
29378 .
29379 \end_layout
29380
29381 \begin_layout Standard
29382 \begin_inset Note Greyedout
29383 status open
29384
29385 \begin_layout Plain Layout
29386
29387 \series bold
29388 Nota:
29389 \series default
29390  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29391  tener minipáginas en tablas, flotantes, y otros cuadros.
29392 \end_layout
29393
29394 \end_inset
29395
29396
29397 \end_layout
29398
29399 \begin_layout Section
29400 Cuadros de párrafo
29401 \begin_inset CommandInset label
29402 LatexCommand label
29403 name "sec:Cuadros-de-Párrafo"
29404
29405 \end_inset
29406
29407
29408 \begin_inset Index idx
29409 status collapsed
29410
29411 \begin_layout Plain Layout
29412 Cuadros ! de párrafo
29413 \end_layout
29414
29415 \end_inset
29416
29417
29418 \end_layout
29419
29420 \begin_layout Standard
29421 Los cuadros de párrafo son similares a las minipáginas con la diferencia
29422  de que no pueden contener notas al pie.
29423 \end_layout
29424
29425 \begin_layout Standard
29426 \align center
29427 \begin_inset Box Frameless
29428 position "t"
29429 hor_pos "c"
29430 has_inner_box 1
29431 inner_pos "t"
29432 use_parbox 1
29433 use_makebox 0
29434 width "33col%"
29435 special "none"
29436 height "1in"
29437 height_special "totalheight"
29438 status collapsed
29439
29440 \begin_layout Plain Layout
29441 Texto en un cuadro de párrafo.
29442  Texto en un cuadro de párrafo.
29443  Esta nota no aparece:
29444 \begin_inset Foot
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \end_layout
29455
29456 \end_inset
29457
29458
29459 \end_layout
29460
29461 \begin_layout Section
29462 Cuadros para palabras y caracteres
29463 \begin_inset Index idx
29464 status collapsed
29465
29466 \begin_layout Plain Layout
29467 Cuadros ! para palabras y caracteres
29468 \end_layout
29469
29470 \end_inset
29471
29472
29473 \end_layout
29474
29475 \begin_layout Subsection
29476 Evitar la partición de palabras
29477 \begin_inset CommandInset label
29478 LatexCommand label
29479 name "sec:Evitar-la-Partición"
29480
29481 \end_inset
29482
29483
29484 \begin_inset Index idx
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488 Cuadros ! para evitar la partición de palabras
29489 \end_layout
29490
29491 \end_inset
29492
29493
29494 \end_layout
29495
29496 \begin_layout Standard
29497
29498 \lang english
29499 You can use the box type 
29500 \family sans
29501 Makebox
29502 \family default
29503 \lang spanish
29504  para impedir que una palabra sea partida con guión.
29505 \begin_inset Newline newline
29506 \end_inset
29507
29508 He aquí un ejemplo:
29509 \end_layout
29510
29511 \begin_layout Standard
29512 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29513 palabra».
29514 \end_layout
29515
29516 \begin_layout Standard
29517 Para evitar su división 
29518 \lang english
29519 of the word 
29520 \begin_inset Quotes eld
29521 \end_inset
29522
29523 veryverylongword
29524 \begin_inset Quotes erd
29525 \end_inset
29526
29527 , put the word into a box, set the 
29528 \family sans
29529 Inner
29530 \begin_inset space ~
29531 \end_inset
29532
29533 box
29534 \family default
29535  to 
29536 \family sans
29537 Makebox
29538 \family default
29539  and its width to 1
29540 \begin_inset space \thinspace{}
29541 \end_inset
29542
29543 Width.
29544 \end_layout
29545
29546 \begin_layout Standard
29547 Este es el resultado:
29548 \end_layout
29549
29550 \begin_layout Standard
29551 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29552 \begin_inset Box Frameless
29553 position "t"
29554 hor_pos "c"
29555 has_inner_box 1
29556 inner_pos "t"
29557 use_parbox 0
29558 use_makebox 1
29559 width "1in"
29560 special "width"
29561 height "1in"
29562 height_special "totalheight"
29563 status open
29564
29565 \begin_layout Plain Layout
29566 «estalarguísimapalabra»
29567 \end_layout
29568
29569 \end_inset
29570
29571 .
29572 \end_layout
29573
29574 \begin_layout Standard
29575 Como alternativa puedes poner el comando «
29576 \series bold
29577
29578 \backslash
29579 -
29580 \series default
29581 » en código TeX directamente antes de la palabra:
29582 \end_layout
29583
29584 \begin_layout Standard
29585 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29586 \begin_inset ERT
29587 status collapsed
29588
29589 \begin_layout Plain Layout
29590
29591
29592 \backslash
29593 -
29594 \end_layout
29595
29596 \end_inset
29597
29598 estalarguísimapalabra».
29599 \end_layout
29600
29601 \begin_layout Standard
29602 Por supuesto, la palabra sobresale del margen.
29603  Para evitarlo añade, con el menú 
29604 \family sans
29605 Insertar\SpecialChar \menuseparator
29606 Formato\SpecialChar \menuseparator
29607 Salto
29608 \begin_inset space ~
29609 \end_inset
29610
29611 de
29612 \begin_inset space ~
29613 \end_inset
29614
29615
29616 \family default
29617 línea (atajo 
29618 \family sans
29619 Ctrl+Retorno
29620 \family default
29621 ), un salto de línea antes de la palabra:
29622 \end_layout
29623
29624 \begin_layout Standard
29625 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29626 \begin_inset Newline newline
29627 \end_inset
29628
29629
29630 \begin_inset Box Frameless
29631 position "t"
29632 hor_pos "c"
29633 has_inner_box 1
29634 inner_pos "t"
29635 use_parbox 0
29636 use_makebox 1
29637 width "1in"
29638 special "width"
29639 height "1in"
29640 height_special "totalheight"
29641 status open
29642
29643 \begin_layout Plain Layout
29644 «estalarguísimapalabra»
29645 \end_layout
29646
29647 \end_inset
29648
29649 .
29650 \end_layout
29651
29652 \begin_layout Subsection
29653 Alineación vertical
29654 \begin_inset CommandInset label
29655 LatexCommand label
29656 name "sub:Alineación-Vertical"
29657
29658 \end_inset
29659
29660
29661 \begin_inset Index idx
29662 status collapsed
29663
29664 \begin_layout Plain Layout
29665 Cuadros ! para alineación vertical
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \end_layout
29672
29673 \begin_layout Standard
29674 Con ayuda del comando 
29675 \series bold
29676
29677 \backslash
29678 raisebox
29679 \series default
29680  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29681  
29682 \series bold
29683
29684 \backslash
29685 raisebox
29686 \series default
29687  se utiliza según el esquema:
29688 \end_layout
29689
29690 \begin_layout Standard
29691
29692 \series bold
29693
29694 \backslash
29695 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29696 \end_layout
29697
29698 \begin_layout Standard
29699 La elevación puede ser un valor positivo para subir el cuadro o negativo
29700  para bajarlo.
29701 \end_layout
29702
29703 \begin_layout Standard
29704 Para alinear una palabra, p.
29705 \begin_inset space \thinspace{}
29706 \end_inset
29707
29708 e
29709 \begin_inset space ~
29710 \end_inset
29711
29712 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29713  en la línea de base, inserta el comando
29714 \end_layout
29715
29716 \begin_layout Standard
29717
29718 \series bold
29719
29720 \backslash
29721 raisebox{
29722 \backslash
29723 depth}{
29724 \end_layout
29725
29726 \begin_layout Standard
29727 en código TeX antes de la palabra.
29728  Detrás de la palabra inserta una llave de cierre «
29729 \series bold
29730 }
29731 \series default
29732 » en código TeX.
29733 \begin_inset Newline newline
29734 \end_inset
29735
29736 Este es el resultado:
29737 \end_layout
29738
29739 \begin_layout Standard
29740 Esto es una línea de texto con la palabra 
29741 \begin_inset ERT
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745
29746
29747 \backslash
29748 raisebox{
29749 \backslash
29750 depth}{
29751 \end_layout
29752
29753 \end_inset
29754
29755 «prevención»
29756 \begin_inset ERT
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760
29761 }
29762 \end_layout
29763
29764 \end_inset
29765
29766  elevada.
29767 \end_layout
29768
29769 \begin_layout Standard
29770 \begin_inset VSpace bigskip
29771 \end_inset
29772
29773 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29774 \end_layout
29775
29776 \begin_layout Standard
29777 Esto es una línea de texto con la palabra 
29778 \begin_inset ERT
29779 status collapsed
29780
29781 \begin_layout Plain Layout
29782
29783
29784 \backslash
29785 raisebox{-
29786 \backslash
29787 depth}{
29788 \end_layout
29789
29790 \end_inset
29791
29792 «prevención»
29793 \begin_inset ERT
29794 status collapsed
29795
29796 \begin_layout Plain Layout
29797
29798 }
29799 \end_layout
29800
29801 \end_inset
29802
29803  bajada.
29804 \begin_inset Newline newline
29805 \end_inset
29806
29807 Esto es una línea de texto con la palabra 
29808 \begin_inset ERT
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812
29813
29814 \backslash
29815 raisebox{0.5cm}{
29816 \end_layout
29817
29818 \end_inset
29819
29820 «testigo»
29821 \begin_inset ERT
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825
29826 }
29827 \end_layout
29828
29829 \end_inset
29830
29831  elevada.
29832 \end_layout
29833
29834 \begin_layout Standard
29835 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29836  Por ejemplo
29837 \end_layout
29838
29839 \begin_layout Standard
29840
29841 \series bold
29842
29843 \backslash
29844 raisebox{-
29845 \backslash
29846 depth}[0pt]{
29847 \end_layout
29848
29849 \begin_layout Standard
29850 Esto es una línea de texto con la palabra 
29851 \begin_inset ERT
29852 status collapsed
29853
29854 \begin_layout Plain Layout
29855
29856
29857 \backslash
29858 raisebox{-
29859 \backslash
29860 depth}[0pt]{
29861 \end_layout
29862
29863 \end_inset
29864
29865 «prevención»
29866 \begin_inset ERT
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870
29871 }
29872 \end_layout
29873
29874 \end_inset
29875
29876  bajada.
29877 \begin_inset Newline newline
29878 \end_inset
29879
29880 Esto es una línea de texto con la palabra 
29881 \begin_inset ERT
29882 status collapsed
29883
29884 \begin_layout Plain Layout
29885
29886
29887 \backslash
29888 raisebox{0.5cm}[0pt]{
29889 \end_layout
29890
29891 \end_inset
29892
29893 «testigo»
29894 \begin_inset ERT
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898
29899 }
29900 \end_layout
29901
29902 \end_inset
29903
29904  elevada.
29905 \end_layout
29906
29907 \begin_layout Section
29908 Cuadros coloreados
29909 \begin_inset CommandInset label
29910 LatexCommand label
29911 name "sec:Cuadros-Coloreados"
29912
29913 \end_inset
29914
29915
29916 \begin_inset Index idx
29917 status collapsed
29918
29919 \begin_layout Plain Layout
29920 Cuadros ! Color
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \end_layout
29927
29928 \begin_layout Subsection
29929 Color en texto
29930 \begin_inset Index idx
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934 Color ! en texto
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Standard
29943 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29944  Esto requiere cargar el paquete LaTeX 
29945 \series bold
29946 color
29947 \series default
29948
29949 \begin_inset Index idx
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953 LaTeX-paquetes ! color
29954 \end_layout
29955
29956 \end_inset
29957
29958  en el preámbulo del documento con
29959 \end_layout
29960
29961 \begin_layout Standard
29962
29963 \series bold
29964
29965 \backslash
29966 @ifundef\SpecialChar \textcompwordmark{}
29967 ined{textcolor}
29968 \begin_inset Newline newline
29969 \end_inset
29970
29971
29972 \begin_inset Phantom HPhantom
29973 status open
29974
29975 \begin_layout Plain Layout
29976
29977 \series bold
29978 \begin_inset space ~
29979 \end_inset
29980
29981
29982 \end_layout
29983
29984 \end_inset
29985
29986 {
29987 \backslash
29988 usepackage{color}}{}
29989 \end_layout
29990
29991 \begin_layout Standard
29992 LyX cargará automáticamente el paquete 
29993 \series bold
29994 color
29995 \series default
29996  cuando colorees texto.
29997 \begin_inset Foot
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001 Para evitar cargarlo dos veces se usa el comando 
30002 \series bold
30003
30004 \backslash
30005 @ifundef\SpecialChar \textcompwordmark{}
30006 ined
30007 \series default
30008 .
30009 \end_layout
30010
30011 \end_inset
30012
30013
30014 \end_layout
30015
30016 \begin_layout Standard
30017 \begin_inset VSpace medskip
30018 \end_inset
30019
30020 Los cuadros coloreados se crean con el comando 
30021 \series bold
30022
30023 \backslash
30024 colorbox
30025 \series default
30026 , de acuerdo con el siguiente esquema:
30027 \end_layout
30028
30029 \begin_layout Standard
30030
30031 \series bold
30032
30033 \backslash
30034 colorbox{color}{contenido del cuadro}
30035 \end_layout
30036
30037 \begin_layout Standard
30038 El contenido también puede ser un cuadro y los cuadros coloreados también
30039  pueden estar en otros cuadros.
30040 \end_layout
30041
30042 \begin_layout Standard
30043 Los siguientes colores están predefinidos:
30044 \begin_inset Newline newline
30045 \end_inset
30046
30047
30048 \family sans
30049 red
30050 \family default
30051
30052 \family sans
30053 green
30054 \family default
30055
30056 \family sans
30057 yellow, blue
30058 \family default
30059
30060 \family sans
30061 cyan
30062 \family default
30063 \series bold
30064 ,
30065 \series default
30066  
30067 \family sans
30068 magenta, black
30069 \family default
30070
30071 \family sans
30072 white
30073 \family default
30074 .
30075 \begin_inset Newline newline
30076 \end_inset
30077
30078 También puedes definir tus propios colores según se explica en la sección
30079 \begin_inset space ~
30080 \end_inset
30081
30082
30083 \begin_inset CommandInset ref
30084 LatexCommand ref
30085 reference "sec:Tablas-Coloreadas"
30086
30087 \end_inset
30088
30089 .
30090 \end_layout
30091
30092 \begin_layout Standard
30093 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
30094 \end_layout
30095
30096 \begin_layout Standard
30097
30098 \series bold
30099
30100 \backslash
30101 colorbox{red}{
30102 \end_layout
30103
30104 \begin_layout Standard
30105 en código TeX antes de la palabra.
30106  Tras la palabra inserta una llave de cierre «
30107 \series bold
30108 }
30109 \series default
30110 » en código TeX.
30111 \begin_inset Newline newline
30112 \end_inset
30113
30114 Este es el resultado:
30115 \end_layout
30116
30117 \begin_layout Standard
30118 Línea en la que la palabra 
30119 \begin_inset ERT
30120 status collapsed
30121
30122 \begin_layout Plain Layout
30123
30124
30125 \backslash
30126 colorbox{red}{
30127 \end_layout
30128
30129 \end_inset
30130
30131 «¡Atención!»
30132 \begin_inset ERT
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136
30137 }
30138 \end_layout
30139
30140 \end_inset
30141
30142  tiene fondo rojo.
30143 \end_layout
30144
30145 \begin_layout Standard
30146 \begin_inset VSpace bigskip
30147 \end_inset
30148
30149 Si quieres un marco de distinto color, puedes emplear el comando 
30150 \series bold
30151
30152 \backslash
30153 fcolorbox
30154 \series default
30155  con el esquema siguiente:
30156 \end_layout
30157
30158 \begin_layout Standard
30159
30160 \series bold
30161
30162 \backslash
30163 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
30164 \end_layout
30165
30166 \begin_layout Standard
30167
30168 \series bold
30169
30170 \backslash
30171 fcolorbox
30172 \series default
30173  es una extensión de 
30174 \series bold
30175
30176 \backslash
30177 colorbox
30178 \series default
30179 .
30180  El grosor del marco y el espacio entre él y el contenido se puede ajustar
30181  con las longitudes 
30182 \series bold
30183
30184 \backslash
30185 fboxrule
30186 \series default
30187  y 
30188 \series bold
30189
30190 \backslash
30191 fboxsep
30192 \series default
30193 , respectivamente, como se describe en la sección
30194 \begin_inset space ~
30195 \end_inset
30196
30197
30198 \begin_inset CommandInset ref
30199 LatexCommand ref
30200 reference "sec:Decoración"
30201
30202 \end_inset
30203
30204 .
30205 \end_layout
30206
30207 \begin_layout Standard
30208 Para el ejemplo siguiente se ha utilizado el comando
30209 \end_layout
30210
30211 \begin_layout Standard
30212
30213 \series bold
30214
30215 \backslash
30216 fcolorbox{cyan}{magenta}{
30217 \end_layout
30218
30219 \begin_layout Standard
30220 Este es un ejemplo en el que se ha puesto un grosor de 1
30221 \begin_inset space \thinspace{}
30222 \end_inset
30223
30224 mm para la línea del marco:
30225 \begin_inset Newline newline
30226 \end_inset
30227
30228
30229 \begin_inset ERT
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233
30234
30235 \backslash
30236 fboxrule 1mm 
30237 \backslash
30238 fboxsep 1mm
30239 \end_layout
30240
30241 \end_inset
30242
30243
30244 \begin_inset ERT
30245 status collapsed
30246
30247 \begin_layout Plain Layout
30248
30249
30250 \backslash
30251 fcolorbox{cyan}{magenta}{
30252 \end_layout
30253
30254 \end_inset
30255
30256 Texto en un marco coloreado y enmarcado.
30257 \begin_inset ERT
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261
30262 }
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \end_layout
30269
30270 \begin_layout Standard
30271 \begin_inset VSpace bigskip
30272 \end_inset
30273
30274 Por supuesto también puedes colorear el texto en un marco coloreado:
30275 \begin_inset Newline newline
30276 \end_inset
30277
30278
30279 \begin_inset ERT
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283
30284
30285 \backslash
30286 fcolorbox{cyan}{magenta}{
30287 \end_layout
30288
30289 \end_inset
30290
30291
30292 \color yellow
30293 Texto coloreado en un marco sombreado y coloreado.
30294 \color none
30295
30296 \begin_inset ERT
30297 status collapsed
30298
30299 \begin_layout Plain Layout
30300
30301 }
30302 \end_layout
30303
30304 \end_inset
30305
30306
30307 \begin_inset ERT
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311
30312
30313 \backslash
30314 fboxrule 0.4pt 
30315 \backslash
30316 fboxsep 3pt
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \end_layout
30323
30324 \begin_layout Standard
30325
30326 \series bold
30327 \begin_inset VSpace medskip
30328 \end_inset
30329
30330
30331 \end_layout
30332
30333 \begin_layout Standard
30334 \begin_inset Note Greyedout
30335 status open
30336
30337 \begin_layout Plain Layout
30338
30339 \series bold
30340 Nota:
30341 \series default
30342  El texto en cuadros coloreados no puede tener saltos de línea.
30343  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
30344  coloreado como se describe a continuación.
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \end_layout
30351
30352 \begin_layout Subsection
30353 Color en párrafos
30354 \begin_inset CommandInset label
30355 LatexCommand label
30356 name "sub:Color-en-Párrafos"
30357
30358 \end_inset
30359
30360
30361 \begin_inset Index idx
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365 Color ! en párrafos
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \begin_layout Standard
30374 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30375  Antes de la minipágina inserta el comando 
30376 \series bold
30377
30378 \backslash
30379 colorbox
30380 \series default
30381  en código TeX
30382 \end_layout
30383
30384 \begin_layout Standard
30385
30386 \series bold
30387
30388 \backslash
30389 colorbox{color}{
30390 \end_layout
30391
30392 \begin_layout Standard
30393  Detrás de la minipágina inserta una llave de cierre «
30394 \series bold
30395 }
30396 \series default
30397 », también en código TeX.
30398 \end_layout
30399
30400 \begin_layout Standard
30401 \begin_inset ERT
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405
30406
30407 \backslash
30408 colorbox{grisclaro}{
30409 \end_layout
30410
30411 \end_inset
30412
30413
30414 \begin_inset Box Frameless
30415 position "t"
30416 hor_pos "c"
30417 has_inner_box 1
30418 inner_pos "t"
30419 use_parbox 0
30420 use_makebox 0
30421 width "100col%"
30422 special "none"
30423 height "1in"
30424 height_special "totalheight"
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428 Texto con color de fondo.
30429  Texto con color de fondo.
30430 \end_layout
30431
30432 \begin_layout Plain Layout
30433 \begin_inset VSpace defskip
30434 \end_inset
30435
30436 El texto puede tener notas al pie
30437 \begin_inset Foot
30438 status collapsed
30439
30440 \begin_layout Plain Layout
30441 Otro ejemplo de nota
30442 \end_layout
30443
30444 \end_inset
30445
30446  y puede incluir tablas y figuras.
30447 \end_layout
30448
30449 \begin_layout Plain Layout
30450 \align center
30451 \begin_inset Tabular
30452 <lyxtabular version="3" rows="3" columns="3">
30453 <features tabularvalignment="middle">
30454 <column alignment="center" valignment="top" width="0">
30455 <column alignment="center" valignment="top" width="0">
30456 <column alignment="center" valignment="top" width="0">
30457 <row>
30458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30459 \begin_inset Text
30460
30461 \begin_layout Plain Layout
30462 a
30463 \end_layout
30464
30465 \end_inset
30466 </cell>
30467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471 !
30472 \end_layout
30473
30474 \end_inset
30475 </cell>
30476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30477 \begin_inset Text
30478
30479 \begin_layout Plain Layout
30480 3
30481 \end_layout
30482
30483 \end_inset
30484 </cell>
30485 </row>
30486 <row>
30487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30488 \begin_inset Text
30489
30490 \begin_layout Plain Layout
30491 <
30492 \end_layout
30493
30494 \end_inset
30495 </cell>
30496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30497 \begin_inset Text
30498
30499 \begin_layout Plain Layout
30500 b2
30501 \begin_inset Quotes erd
30502 \end_inset
30503
30504 |
30505 \end_layout
30506
30507 \end_inset
30508 </cell>
30509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30510 \begin_inset Text
30511
30512 \begin_layout Plain Layout
30513 >
30514 \end_layout
30515
30516 \end_inset
30517 </cell>
30518 </row>
30519 <row>
30520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30521 \begin_inset Text
30522
30523 \begin_layout Plain Layout
30524 1
30525 \end_layout
30526
30527 \end_inset
30528 </cell>
30529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30530 \begin_inset Text
30531
30532 \begin_layout Plain Layout
30533 §
30534 \end_layout
30535
30536 \end_inset
30537 </cell>
30538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30539 \begin_inset Text
30540
30541 \begin_layout Plain Layout
30542 c
30543 \end_layout
30544
30545 \end_inset
30546 </cell>
30547 </row>
30548 </lyxtabular>
30549
30550 \end_inset
30551
30552
30553 \end_layout
30554
30555 \end_inset
30556
30557
30558 \begin_inset ERT
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562
30563 }
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \end_layout
30570
30571 \begin_layout Section
30572 Cuadros rotados y escalados
30573 \end_layout
30574
30575 \begin_layout Standard
30576 Para poder usar los comandos descritos en esta sección hay que cargar el
30577  paquete LaTeX 
30578 \series bold
30579 graphicx
30580 \series default
30581
30582 \begin_inset Index idx
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586 LaTeX-paquetes ! graphicx
30587 \end_layout
30588
30589 \end_inset
30590
30591  en el preámbulo del documento, con el comando
30592 \end_layout
30593
30594 \begin_layout Standard
30595
30596 \series bold
30597
30598 \backslash
30599 @ifundefined{rotatebox}
30600 \begin_inset Newline newline
30601 \end_inset
30602
30603
30604 \begin_inset Phantom HPhantom
30605 status open
30606
30607 \begin_layout Plain Layout
30608
30609 \series bold
30610 \begin_inset space ~
30611 \end_inset
30612
30613
30614 \end_layout
30615
30616 \end_inset
30617
30618 {
30619 \backslash
30620 usepackage{graphicx}}{}
30621 \end_layout
30622
30623 \begin_layout Standard
30624 \begin_inset Note Greyedout
30625 status open
30626
30627 \begin_layout Plain Layout
30628
30629 \series bold
30630 Nota: 
30631 \series default
30632 Algunos visores DVI no pueden mostrar material rotado o escalado.
30633 \end_layout
30634
30635 \end_inset
30636
30637
30638 \end_layout
30639
30640 \begin_layout Standard
30641 \begin_inset Note Greyedout
30642 status open
30643
30644 \begin_layout Plain Layout
30645
30646 \series bold
30647 Nota:
30648 \series default
30649  Los cuadros rotados o escalados no pueden contener flotantes.
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \end_layout
30656
30657 \begin_layout Subsection
30658 Cuadros rotados
30659 \begin_inset Index idx
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663 Cuadros ! Rotar
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \begin_inset Index idx
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673 Material rotado
30674 \end_layout
30675
30676 \end_inset
30677
30678
30679 \begin_inset Index idx
30680 status collapsed
30681
30682 \begin_layout Plain Layout
30683 Figuras ! Rotar
30684 \end_layout
30685
30686 \end_inset
30687
30688
30689 \begin_inset Index idx
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693 Tablas ! Rotar
30694 \end_layout
30695
30696 \end_inset
30697
30698
30699 \end_layout
30700
30701 \begin_layout Standard
30702 Para rotar material debes ponerlo en un cuadro rotado.
30703  Los cuadros rotados se crean con el comando 
30704 \series bold
30705
30706 \backslash
30707 rotatebox
30708 \series default
30709  en código TeX, según el esquema:
30710 \end_layout
30711
30712 \begin_layout Standard
30713
30714 \series bold
30715
30716 \backslash
30717 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30718 \end_layout
30719
30720 \begin_layout Standard
30721 El origen de rotación se especifica en la forma 
30722 \series bold
30723 origin=position
30724 \series default
30725 .
30726  Son posibles las posiciones siguientes: 
30727 \emph on
30728 c
30729 \emph default
30730  (center), 
30731 \emph on
30732 l
30733 \emph default
30734  (left), 
30735 \emph on
30736 r
30737 \emph default
30738  (right), 
30739 \emph on
30740 b
30741 \emph default
30742  (bottom), 
30743 \emph on
30744 t
30745 \emph default
30746  (top), así como combinaciones adecuadas de las posiciones básicas.
30747  Por ejemplo, 
30748 \emph on
30749 lt
30750 \emph default
30751  significa que el origen de rotación es la esquina superior izquierda del
30752  cuadro.
30753  Si no se especifica origen de rotación se usará la posición 
30754 \emph on
30755 l
30756 \emph default
30757 .
30758  El ángulo de rotación es un número de grados, y puede ser negativo.
30759  El sentido de giro es contrario al de las agujas del reloj.
30760 \end_layout
30761
30762 \begin_layout Standard
30763 En el siguiente ejemplo se ha insertado el comando 
30764 \series bold
30765
30766 \backslash
30767 rotatebox[origin=c]{60}{ 
30768 \series default
30769 como código TeX delante del texto «con rotación»; después del texto, el
30770  cuadro se ha cerrado con llave de cierre en código TeX.
30771 \end_layout
30772
30773 \begin_layout Standard
30774 Esta línea contiene texto 
30775 \begin_inset ERT
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779
30780
30781 \backslash
30782 rotatebox[origin=c]{60}{
30783 \end_layout
30784
30785 \end_inset
30786
30787 con rotación
30788 \begin_inset ERT
30789 status collapsed
30790
30791 \begin_layout Plain Layout
30792
30793 }
30794 \end_layout
30795
30796 \end_inset
30797
30798 .
30799 \end_layout
30800
30801 \begin_layout Standard
30802 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30803  línea:
30804 \end_layout
30805
30806 \begin_layout Standard
30807 En esta línea hay texto enmarcado 
30808 \begin_inset ERT
30809 status collapsed
30810
30811 \begin_layout Plain Layout
30812
30813
30814 \backslash
30815 rotatebox[origin=r]{-60}{
30816 \end_layout
30817
30818 \end_inset
30819
30820
30821 \begin_inset Box Doublebox
30822 position "c"
30823 hor_pos "c"
30824 has_inner_box 0
30825 inner_pos "c"
30826 use_parbox 0
30827 use_makebox 0
30828 width "1in"
30829 special "width"
30830 height "1in"
30831 height_special "totalheight"
30832 status open
30833
30834 \begin_layout Plain Layout
30835 con rotación
30836 \end_layout
30837
30838 \end_inset
30839
30840
30841 \begin_inset ERT
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845
30846 }
30847 \end_layout
30848
30849 \end_inset
30850
30851  y 
30852 \begin_inset ERT
30853 status collapsed
30854
30855 \begin_layout Plain Layout
30856
30857
30858 \backslash
30859 rotatebox[origin=lb]{60}{
30860 \end_layout
30861
30862 \end_inset
30863
30864
30865 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30866 \end_inset
30867
30868
30869 \begin_inset ERT
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873
30874 }
30875 \end_layout
30876
30877 \end_inset
30878
30879  una ecuación.
30880 \end_layout
30881
30882 \begin_layout Standard
30883 O una imagen o una tabla:
30884 \end_layout
30885
30886 \begin_layout Standard
30887 Aquí hay una imagen girada 
30888 \begin_inset ERT
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892
30893
30894 \backslash
30895 rotatebox[origin=lb]{90}{
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \begin_inset Graphics
30902         filename ../clipart/platypus.eps
30903         lyxscale 50
30904         width 25col%
30905
30906 \end_inset
30907
30908
30909 \begin_inset ERT
30910 status collapsed
30911
30912 \begin_layout Plain Layout
30913
30914 }
30915 \end_layout
30916
30917 \end_inset
30918
30919  y una tabla girada 
30920 \begin_inset ERT
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924
30925
30926 \backslash
30927 rotatebox[origin=l]{-90}{
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \begin_inset Tabular
30934 <lyxtabular version="3" rows="2" columns="2">
30935 <features tabularvalignment="middle">
30936 <column alignment="center" valignment="top" width="0">
30937 <column alignment="center" valignment="top" width="0">
30938 <row>
30939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30940 \begin_inset Text
30941
30942 \begin_layout Plain Layout
30943 q
30944 \end_layout
30945
30946 \end_inset
30947 </cell>
30948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30949 \begin_inset Text
30950
30951 \begin_layout Plain Layout
30952 w
30953 \end_layout
30954
30955 \end_inset
30956 </cell>
30957 </row>
30958 <row>
30959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30960 \begin_inset Text
30961
30962 \begin_layout Plain Layout
30963 e
30964 \end_layout
30965
30966 \end_inset
30967 </cell>
30968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30969 \begin_inset Text
30970
30971 \begin_layout Plain Layout
30972 r
30973 \end_layout
30974
30975 \end_inset
30976 </cell>
30977 </row>
30978 </lyxtabular>
30979
30980 \end_inset
30981
30982
30983 \begin_inset ERT
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987
30988 }
30989 \end_layout
30990
30991 \end_inset
30992
30993
30994 \end_layout
30995
30996 \begin_layout Subsection
30997 Cuadros escalados
30998 \begin_inset Index idx
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002 Cuadros ! Escalar
31003 \end_layout
31004
31005 \end_inset
31006
31007
31008 \begin_inset Index idx
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012 Material escalado
31013 \end_layout
31014
31015 \end_inset
31016
31017
31018 \begin_inset Index idx
31019 status collapsed
31020
31021 \begin_layout Plain Layout
31022 Figuras ! Escalar
31023 \end_layout
31024
31025 \end_inset
31026
31027
31028 \begin_inset Index idx
31029 status collapsed
31030
31031 \begin_layout Plain Layout
31032 Tablas ! Escalar
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \begin_layout Standard
31041 Para escalar material se pueden usar los comandos 
31042 \series bold
31043
31044 \backslash
31045 scalebox
31046 \series default
31047  y 
31048 \series bold
31049
31050 \backslash
31051 resizebox 
31052 \series default
31053 en código TeX.
31054 \end_layout
31055
31056 \begin_layout Standard
31057
31058 \series bold
31059
31060 \backslash
31061 scalebox
31062 \series default
31063  se usa con el esquema siguiente:
31064 \end_layout
31065
31066 \begin_layout Standard
31067
31068 \series bold
31069
31070 \backslash
31071 scalebox{horizontal}[vertical]{contenido del cuadro}
31072 \end_layout
31073
31074 \begin_layout Standard
31075 Horizontal y vertical son los factores de escala correspondientes.
31076  Si no se especifica factor vertical, su valor será el mismo que el factor
31077  de escala horizontal.
31078  
31079 \end_layout
31080
31081 \begin_layout Standard
31082 Por ejemplo, el comando 
31083 \series bold
31084
31085 \backslash
31086 scalebox{2}{Hola} 
31087 \series default
31088 crea un 
31089 \begin_inset ERT
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093
31094
31095 \backslash
31096 scalebox{2}{
31097 \end_layout
31098
31099 \end_inset
31100
31101 Hola
31102 \begin_inset ERT
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106
31107 }
31108 \end_layout
31109
31110 \end_inset
31111
31112  de doble tamaño que el texto normal del documento.
31113 \end_layout
31114
31115 \begin_layout Standard
31116 El comando 
31117 \series bold
31118
31119 \backslash
31120 scalebox{2}[1]{Hola} 
31121 \series default
31122 distorsiona el 
31123 \begin_inset ERT
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127
31128
31129 \backslash
31130 scalebox{2}[1]{
31131 \end_layout
31132
31133 \end_inset
31134
31135 Hola
31136 \begin_inset ERT
31137 status collapsed
31138
31139 \begin_layout Plain Layout
31140
31141 }
31142 \end_layout
31143
31144 \end_inset
31145
31146 .
31147 \end_layout
31148
31149 \begin_layout Standard
31150 Si un factor de escala es negativo el contenido del cuadro es reflejado.
31151  Por eso el comando 
31152 \series bold
31153
31154 \backslash
31155 scalebox{-1}[1]{Hola} 
31156 \series default
31157 puede usarse para reflejar un texto: 
31158 \begin_inset ERT
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162
31163
31164 \backslash
31165 scalebox{-1}[1]{
31166 \end_layout
31167
31168 \end_inset
31169
31170 Hola
31171 \begin_inset ERT
31172 status collapsed
31173
31174 \begin_layout Plain Layout
31175
31176 }
31177 \end_layout
31178
31179 \end_inset
31180
31181 .
31182 \end_layout
31183
31184 \begin_layout Standard
31185
31186 \series bold
31187
31188 \backslash
31189 scalebox{1}[-1]{Hola} 
31190 \series default
31191 refleja el 
31192 \begin_inset ERT
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196
31197
31198 \backslash
31199 scalebox{1}[-1]{
31200 \end_layout
31201
31202 \end_inset
31203
31204 Hola
31205 \begin_inset ERT
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209
31210 }
31211 \end_layout
31212
31213 \end_inset
31214
31215  sobre la base.
31216 \end_layout
31217
31218 \begin_layout Standard
31219 El comando 
31220 \series bold
31221
31222 \backslash
31223 scalebox{-1}[1]{contenido del cuadro} 
31224 \series default
31225 puede sustituirse por 
31226 \series bold
31227
31228 \begin_inset Newline newline
31229 \end_inset
31230
31231
31232 \backslash
31233 reflectbox{contenido del cuadro}
31234 \begin_inset VSpace defskip
31235 \end_inset
31236
31237
31238 \end_layout
31239
31240 \begin_layout Standard
31241 El comando 
31242 \series bold
31243
31244 \backslash
31245 resizebox
31246 \series default
31247  sirve para escalar el cuadro a una altura y anchura definidas, según el
31248  esquema:
31249 \end_layout
31250
31251 \begin_layout Standard
31252
31253 \series bold
31254
31255 \backslash
31256 resizebox{anchura}{altura}{contenido del cuadro}
31257 \end_layout
31258
31259 \begin_layout Standard
31260 Si uno de los argumentos del comando es un signo de exclamación, 
31261 \series bold
31262 !
31263 \series default
31264 , la escala se produce de forma que se mantiene la relación de las dimensiones
31265  originales del contenido del cuadro.
31266  
31267 \end_layout
31268
31269 \begin_layout Standard
31270 El comando 
31271 \series bold
31272
31273 \backslash
31274 resizebox{2cm}{1cm}{Hola}
31275 \series default
31276  genera: 
31277 \begin_inset ERT
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281
31282
31283 \backslash
31284 resizebox{2cm}{1cm}{
31285 \end_layout
31286
31287 \end_inset
31288
31289 Hola
31290 \begin_inset ERT
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294
31295 }
31296 \end_layout
31297
31298 \end_inset
31299
31300
31301 \begin_inset Newline newline
31302 \end_inset
31303
31304 El comando 
31305 \series bold
31306
31307 \backslash
31308 resizebox{2cm}{!}{Hola}
31309 \series default
31310  genera: 
31311 \begin_inset ERT
31312 status collapsed
31313
31314 \begin_layout Plain Layout
31315
31316
31317 \backslash
31318 resizebox{2cm}{!}{
31319 \end_layout
31320
31321 \end_inset
31322
31323 Hola
31324 \begin_inset ERT
31325 status collapsed
31326
31327 \begin_layout Plain Layout
31328
31329 }
31330 \end_layout
31331
31332 \end_inset
31333
31334
31335 \end_layout
31336
31337 \begin_layout Standard
31338 \begin_inset VSpace defskip
31339 \end_inset
31340
31341
31342 \end_layout
31343
31344 \begin_layout Standard
31345 \begin_inset Note Greyedout
31346 status open
31347
31348 \begin_layout Plain Layout
31349
31350 \series bold
31351 Nota: 
31352 \series default
31353 Si los argumentos de 
31354 \series bold
31355
31356 \backslash
31357 scalebox
31358 \series default
31359  o 
31360 \series bold
31361
31362 \backslash
31363 resizebox
31364 \series default
31365  son cero, no se generan errores de LaTeX al exportar el documento, pero
31366  puede suceder que la salida no se muestre o que sea incompleta.
31367  
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \begin_inset VSpace defskip
31374 \end_inset
31375
31376
31377 \end_layout
31378
31379 \begin_layout Standard
31380 Los cuadros se pueden combinar en cualquier orden.
31381  Por ejemplo, el comando
31382 \series bold
31383
31384 \begin_inset Newline newline
31385 \end_inset
31386
31387
31388 \backslash
31389 rotatebox[origin=c]{-45}{
31390 \backslash
31391 resizebox{2cm}{!}{
31392 \backslash
31393 reflectbox{Hola}}}
31394 \begin_inset Newline newline
31395 \end_inset
31396
31397
31398 \series default
31399 genera:
31400 \end_layout
31401
31402 \begin_layout Standard
31403 \noindent
31404 \align center
31405 \begin_inset ERT
31406 status collapsed
31407
31408 \begin_layout Plain Layout
31409
31410
31411 \backslash
31412 rotatebox[origin=c]{-45}{
31413 \backslash
31414 resizebox{2cm}{!}{
31415 \backslash
31416 reflectbox{
31417 \end_layout
31418
31419 \end_inset
31420
31421 Hola
31422 \begin_inset ERT
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426
31427 }}}
31428 \end_layout
31429
31430 \end_inset
31431
31432
31433 \end_layout
31434
31435 \begin_layout Standard
31436 \noindent
31437 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
31438 \end_layout
31439
31440 \begin_layout Standard
31441 \noindent
31442
31443 \end_layout
31444
31445 \begin_layout Standard
31446 \align center
31447 \begin_inset ERT
31448 status collapsed
31449
31450 \begin_layout Plain Layout
31451
31452
31453 \backslash
31454 rotatebox[origin=c]{-30}{
31455 \backslash
31456 resizebox{2cm}{!}{
31457 \backslash
31458 reflectbox{
31459 \end_layout
31460
31461 \end_inset
31462
31463
31464 \begin_inset Graphics
31465         filename ../clipart/platypus.eps
31466         lyxscale 50
31467         width 25col%
31468
31469 \end_inset
31470
31471
31472 \begin_inset ERT
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476
31477 }}}
31478 \end_layout
31479
31480 \end_inset
31481
31482
31483 \begin_inset ERT
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487
31488
31489 \backslash
31490 rotatebox[origin=c]{-45}{
31491 \backslash
31492 resizebox{2cm}{!}{
31493 \backslash
31494 reflectbox{
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \begin_inset Tabular
31501 <lyxtabular version="3" rows="2" columns="2">
31502 <features tabularvalignment="middle">
31503 <column alignment="center" valignment="top" width="0">
31504 <column alignment="center" valignment="top" width="0">
31505 <row>
31506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31507 \begin_inset Text
31508
31509 \begin_layout Plain Layout
31510 q
31511 \end_layout
31512
31513 \end_inset
31514 </cell>
31515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31516 \begin_inset Text
31517
31518 \begin_layout Plain Layout
31519 w
31520 \end_layout
31521
31522 \end_inset
31523 </cell>
31524 </row>
31525 <row>
31526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31527 \begin_inset Text
31528
31529 \begin_layout Plain Layout
31530 e
31531 \end_layout
31532
31533 \end_inset
31534 </cell>
31535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31536 \begin_inset Text
31537
31538 \begin_layout Plain Layout
31539 r
31540 \end_layout
31541
31542 \end_inset
31543 </cell>
31544 </row>
31545 </lyxtabular>
31546
31547 \end_inset
31548
31549
31550 \begin_inset ERT
31551 status collapsed
31552
31553 \begin_layout Plain Layout
31554
31555 }}}
31556 \end_layout
31557
31558 \end_inset
31559
31560
31561 \begin_inset ERT
31562 status collapsed
31563
31564 \begin_layout Plain Layout
31565
31566
31567 \backslash
31568 rotatebox[origin=c]{-45}{
31569 \backslash
31570 resizebox{2cm}{!}{
31571 \backslash
31572 reflectbox{
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31579 \end_inset
31580
31581
31582 \begin_inset ERT
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586
31587 }}}
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Standard
31596 Si se usa el estilo global 
31597 \series bold
31598 fleqn
31599 \series default
31600  para las ecuaciones del documento,
31601 \begin_inset Foot
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605 Si «fleqn» se añade a las opciones de clase del documento.
31606 \end_layout
31607
31608 \end_inset
31609
31610  también pueden escalarse las ecuaciones en estilo presentación.
31611 \end_layout
31612
31613 \begin_layout Chapter
31614 Archivos externos
31615 \begin_inset Index idx
31616 status collapsed
31617
31618 \begin_layout Plain Layout
31619 Archivos externos
31620 \end_layout
31621
31622 \end_inset
31623
31624
31625 \end_layout
31626
31627 \begin_layout Standard
31628 Con el menú 
31629 \family sans
31630 Insertar\SpecialChar \menuseparator
31631 Archivo 
31632 \family default
31633 se pueden insertar archivos externos en un documento.
31634  Estos pueden ser:
31635 \end_layout
31636
31637 \begin_layout Description
31638 Documento
31639 \begin_inset space ~
31640 \end_inset
31641
31642 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31643 \end_layout
31644
31645 \begin_layout Description
31646 Texto
31647 \begin_inset space ~
31648 \end_inset
31649
31650 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31651  como párrafo propio.
31652 \end_layout
31653
31654 \begin_layout Description
31655 Texto
31656 \begin_inset space ~
31657 \end_inset
31658
31659 simple,
31660 \begin_inset space ~
31661 \end_inset
31662
31663 unir
31664 \begin_inset space ~
31665 \end_inset
31666
31667 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31668  Las líneas vacías generan un nuevo párrafo en tu documento.
31669 \end_layout
31670
31671 \begin_layout Description
31672 Material
31673 \begin_inset space ~
31674 \end_inset
31675
31676 externo Archivos en diversos formatos.
31677 \end_layout
31678
31679 \begin_layout Description
31680 Documento
31681 \begin_inset space ~
31682 \end_inset
31683
31684 hijo Documentos LyX, LaTeX o texto simple.
31685 \end_layout
31686
31687 \begin_layout Section
31688 Material externo
31689 \begin_inset Index idx
31690 status collapsed
31691
31692 \begin_layout Plain Layout
31693 Material externo
31694 \end_layout
31695
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \begin_layout Standard
31702 Esta característica te permite insertar archivos en tu documento sin convertirlo
31703 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31704  las necesarias conversiones.
31705  Esto es parecido a la inserción de imágenes en diversos formatos en los
31706  documentos LyX.
31707  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31708  en 
31709 \family sans
31710 Apariencia
31711 \family default
31712 \SpecialChar \menuseparator
31713 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31714  en LyX.
31715 \end_layout
31716
31717 \begin_layout Standard
31718 El material externo se puede insertar mediante el diálogo que surge a partir
31719  del menú 
31720 \family sans
31721 Insertar\SpecialChar \menuseparator
31722 Archivo\SpecialChar \menuseparator
31723 Material
31724 \begin_inset space ~
31725 \end_inset
31726
31727 externo
31728 \family default
31729 .
31730  Actualmente se permiten los siguientes tipos de archivo (
31731 \family sans
31732 Plantillas
31733 \family default
31734 ):
31735 \end_layout
31736
31737 \begin_layout Description
31738 Diagrama
31739 \begin_inset space ~
31740 \end_inset
31741
31742 de
31743 \begin_inset space ~
31744 \end_inset
31745
31746 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31747  con el programa 
31748 \series bold
31749
31750 \begin_inset CommandInset href
31751 LatexCommand href
31752 name "XBoard"
31753 target "http://en.wikipedia.org/wiki/XBoard"
31754
31755 \end_inset
31756
31757
31758 \series default
31759 .
31760 \end_layout
31761
31762 \begin_layout Description
31763 Dia Esta plantilla soporta diagramas creados con el programa 
31764 \series bold
31765
31766 \begin_inset CommandInset href
31767 LatexCommand href
31768 name "Dia"
31769 target "http://en.wikipedia.org/wiki/Dia_(software)"
31770
31771 \end_inset
31772
31773
31774 \series default
31775 .
31776 \end_layout
31777
31778 \begin_layout Description
31779 Fecha Esta inserta la fecha en el formato 
31780 \emph on
31781 Día-Mes-Año.
31782
31783 \emph default
31784  A continuación hay una fecha insertada como material externo: 
31785 \begin_inset External
31786         template Date
31787         filename ...
31788
31789 \end_inset
31790
31791
31792 \begin_inset space ~
31793 \end_inset
31794
31795
31796 \begin_inset Note Note
31797 status collapsed
31798
31799 \begin_layout Plain Layout
31800 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31801 \end_layout
31802
31803 \end_inset
31804
31805
31806 \begin_inset Newline newline
31807 \end_inset
31808
31809 La fecha no se muestra en LyX, sólo en la salida.
31810  Hay otros dos métodos de insertar una fecha, con el menú 
31811 \family sans
31812 Insertar\SpecialChar \menuseparator
31813 Fecha
31814 \family default
31815  y con el comando LaTeX 
31816 \series bold
31817
31818 \backslash
31819 today
31820 \series default
31821  en código TeX.
31822  Los distintos métodos se comparan en la tabla
31823 \begin_inset space ~
31824 \end_inset
31825
31826
31827 \begin_inset CommandInset ref
31828 LatexCommand ref
31829 reference "tab:Comparación-de"
31830
31831 \end_inset
31832
31833 .
31834 \end_layout
31835
31836 \begin_layout Description
31837 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31838 \begin_inset Newline linebreak
31839 \end_inset
31840
31841
31842 \series bold
31843
31844 \begin_inset CommandInset href
31845 LatexCommand href
31846 name "LilyPond"
31847 target "http://en.wikipedia.org/wiki/LilyPond"
31848
31849 \end_inset
31850
31851
31852 \series default
31853 .
31854 \end_layout
31855
31856 \begin_layout Description
31857 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31858  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31859  la opción 
31860 \emph on
31861 pages
31862 \emph default
31863  en el campo 
31864 \family sans
31865 Opción
31866 \family default
31867  de la pestaña 
31868 \family sans
31869 Opciones de LaTeX y LyX
31870 \family default
31871 , según la descripción de la plantilla en el diálogo.
31872  Si no se usa la opción 
31873 \emph on
31874 pages
31875 \emph default
31876 , sólo se inserta la primera página del PDF.
31877 \end_layout
31878
31879 \begin_layout Description
31880 RasterImage Sirve para insertar imágenes bitmap.
31881  Casi todos los formatos populares de imágenes están soportados.
31882  Las imágenes se pueden tratar en el diálogo 
31883 \family sans
31884 Material Externo
31885 \family default
31886  como las que habitualmente se incluyen mediante el diálogo 
31887 \family sans
31888 Gráficos
31889 \family default
31890 , tal como se explica en la sección
31891 \begin_inset space ~
31892 \end_inset
31893
31894
31895 \begin_inset CommandInset ref
31896 LatexCommand ref
31897 reference "sec:Diálogo-Gráficos"
31898
31899 \end_inset
31900
31901 .
31902  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31903  PDF y EPS no están soportadas.
31904 \end_layout
31905
31906 \begin_layout Description
31907 XFig Esta plantilla soporta imágenes creadas con el programa 
31908 \series bold
31909
31910 \begin_inset CommandInset href
31911 LatexCommand href
31912 name "Xfig"
31913 target "http://en.wikipedia.org/wiki/Xfig"
31914
31915 \end_inset
31916
31917
31918 \series default
31919 .
31920 \end_layout
31921
31922 \begin_layout Standard
31923 \begin_inset Float table
31924 placement h
31925 wide false
31926 sideways false
31927 status open
31928
31929 \begin_layout Plain Layout
31930 \begin_inset Caption
31931
31932 \begin_layout Plain Layout
31933 \begin_inset CommandInset label
31934 LatexCommand label
31935 name "tab:Comparación-de"
31936
31937 \end_inset
31938
31939 Comparación de los métodos de inserción de fecha.
31940 \end_layout
31941
31942 \end_inset
31943
31944
31945 \end_layout
31946
31947 \begin_layout Plain Layout
31948 \align center
31949 \begin_inset Tabular
31950 <lyxtabular version="3" rows="4" columns="4">
31951 <features tabularvalignment="middle">
31952 <column alignment="center" valignment="top" width="0">
31953 <column alignment="center" valignment="top" width="0">
31954 <column alignment="center" valignment="top" width="0">
31955 <column alignment="center" valignment="top" width="0">
31956 <row>
31957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31958 \begin_inset Text
31959
31960 \begin_layout Plain Layout
31961 Documento
31962 \end_layout
31963
31964 \end_inset
31965 </cell>
31966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31967 \begin_inset Text
31968
31969 \begin_layout Plain Layout
31970
31971 \family sans
31972 Material externo\SpecialChar \menuseparator
31973 Fecha
31974 \end_layout
31975
31976 \end_inset
31977 </cell>
31978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31979 \begin_inset Text
31980
31981 \begin_layout Plain Layout
31982
31983 \family sans
31984 Insertar\SpecialChar \menuseparator
31985 Fecha
31986 \end_layout
31987
31988 \end_inset
31989 </cell>
31990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31991 \begin_inset Text
31992
31993 \begin_layout Plain Layout
31994 comando 
31995 \series bold
31996
31997 \backslash
31998 today
31999 \end_layout
32000
32001 \end_inset
32002 </cell>
32003 </row>
32004 <row>
32005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32006 \begin_inset Text
32007
32008 \begin_layout Plain Layout
32009 LyX
32010 \end_layout
32011
32012 \end_inset
32013 </cell>
32014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32015 \begin_inset Text
32016
32017 \begin_layout Plain Layout
32018 como cuadro
32019 \end_layout
32020
32021 \end_inset
32022 </cell>
32023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32024 \begin_inset Text
32025
32026 \begin_layout Plain Layout
32027 como fecha
32028 \end_layout
32029
32030 \end_inset
32031 </cell>
32032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32033 \begin_inset Text
32034
32035 \begin_layout Plain Layout
32036 como cuadro código TeX
32037 \end_layout
32038
32039 \end_inset
32040 </cell>
32041 </row>
32042 <row>
32043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32044 \begin_inset Text
32045
32046 \begin_layout Plain Layout
32047 LaTeX
32048 \end_layout
32049
32050 \end_inset
32051 </cell>
32052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32053 \begin_inset Text
32054
32055 \begin_layout Plain Layout
32056 como fecha
32057 \end_layout
32058
32059 \end_inset
32060 </cell>
32061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32062 \begin_inset Text
32063
32064 \begin_layout Plain Layout
32065 como fecha
32066 \end_layout
32067
32068 \end_inset
32069 </cell>
32070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32071 \begin_inset Text
32072
32073 \begin_layout Plain Layout
32074 como comando
32075 \end_layout
32076
32077 \end_inset
32078 </cell>
32079 </row>
32080 <row>
32081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32082 \begin_inset Text
32083
32084 \begin_layout Plain Layout
32085 DVI, PDF, PS
32086 \end_layout
32087
32088 \end_inset
32089 </cell>
32090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32091 \begin_inset Text
32092
32093 \begin_layout Plain Layout
32094 como fecha
32095 \end_layout
32096
32097 \end_inset
32098 </cell>
32099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32100 \begin_inset Text
32101
32102 \begin_layout Plain Layout
32103 como fecha
32104 \end_layout
32105
32106 \end_inset
32107 </cell>
32108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32109 \begin_inset Text
32110
32111 \begin_layout Plain Layout
32112 como fecha
32113 \end_layout
32114
32115 \end_inset
32116 </cell>
32117 </row>
32118 </lyxtabular>
32119
32120 \end_inset
32121
32122
32123 \end_layout
32124
32125 \end_inset
32126
32127
32128 \end_layout
32129
32130 \begin_layout Standard
32131 Si utilizas la opción 
32132 \family sans
32133 Borrador
32134 \family default
32135  en la solapa 
32136 \family sans
32137 Archivo
32138 \family default
32139  del diálogo 
32140 \family sans
32141 Material Externo
32142 \family default
32143 , en el documento de salida sólo se muestra la ruta al archivo insertado.
32144 \family sans
32145
32146 \begin_inset Newline newline
32147 \end_inset
32148
32149
32150 \family default
32151 El material externo se muestra en LyX como un cuadro del tipo:
32152 \family sans
32153  
32154 \family default
32155
32156 \begin_inset Graphics
32157         filename clipart/MaterialExternoQt4.png
32158         scale 80
32159
32160 \end_inset
32161
32162  o como imagen, dependiendo de si se marca la opción 
32163 \family sans
32164 Mostrar en LyX 
32165 \family default
32166 de la pestaña 
32167 \family sans
32168 Opciones de LaTeX y LyX
32169 \family default
32170  del diálogo
32171 \family sans
32172 .
32173 \end_layout
32174
32175 \begin_layout Standard
32176 En el manual 
32177 \emph on
32178 Personalización
32179 \emph default
32180  se explica cómo definir tus propias plantillas.
32181 \end_layout
32182
32183 \begin_layout Section
32184 Documento hijo
32185 \begin_inset CommandInset label
32186 LatexCommand label
32187 name "sec:Documento-Hijo"
32188
32189 \end_inset
32190
32191
32192 \begin_inset Index idx
32193 status collapsed
32194
32195 \begin_layout Plain Layout
32196 Documento hijo
32197 \end_layout
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \begin_layout Standard
32205 Los documentos hijos se emplean en el caso de tener un documento extenso
32206  compuesto por varias partes o secciones más grandes.
32207  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
32208  en varios archivos que pueden ser revisados por separado.
32209  Estos archivos se conocen como documentos hijos, y el llamado documento
32210  maestro los conecta con el fin de imprimirlos como un todo o por partes.
32211  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
32212  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
32213 \end_layout
32214
32215 \begin_layout Standard
32216 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
32217  en el menú 
32218 \family sans
32219 Documento\SpecialChar \menuseparator
32220 Configuración\SpecialChar \menuseparator
32221 Clase del documento
32222 \family default
32223  del documento hijo especifica el documento maestro predeterminado.
32224  Este maestro será usado entonces por LyX en un segundo plano cuando edites
32225  el documento hijo.
32226 \end_layout
32227
32228 \begin_layout Standard
32229 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
32230  cuadros del tipo: 
32231 \begin_inset Graphics
32232         filename clipart/DocumentoHijoQt4.png
32233         scale 80
32234
32235 \end_inset
32236
32237 .
32238  Para incluir documentos hijos en un documento maestro utiliza el menú 
32239 \family sans
32240 Insertar
32241 \family default
32242 \SpecialChar \menuseparator
32243
32244 \family sans
32245 Archivo
32246 \family default
32247 \SpecialChar \menuseparator
32248
32249 \family sans
32250 Documento
32251 \begin_inset space ~
32252 \end_inset
32253
32254 hijo
32255 \family default
32256 .
32257  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
32258 \end_layout
32259
32260 \begin_layout Description
32261 Incluir Puedes incluir documentos LyX y documentos LaTeX.
32262  Al pulsar el botón 
32263 \family sans
32264 Cargar
32265 \family default
32266  en el diálogo 
32267 \family sans
32268 Documento hijo
32269 \family default
32270 , los documentos incluidos se abrirán en una nueva solapa de archivo en
32271  la ventana de LyX y así puedes modificarlos si quieres.
32272 \end_layout
32273
32274 \begin_layout Standard
32275 Aquí hay un archivo insertado con el método 
32276 \family sans
32277 Incluir
32278 \family default
32279
32280 \begin_inset CommandInset include
32281 LatexCommand include
32282 filename "DocumentoPostizo1.lyx"
32283
32284 \end_inset
32285
32286
32287 \end_layout
32288
32289 \begin_layout Standard
32290 La numeración de secciones tiene en cuenta las secciones de los archivos
32291  incluidos en el orden en que están insertados en el documento maestro.
32292  El documento incluido de ejemplo tiene una subsección que se numera como
32293  subsección de la presente sección.
32294  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
32295 \begin_inset space ~
32296 \end_inset
32297
32298
32299 \begin_inset CommandInset ref
32300 LatexCommand ref
32301 reference "sub:Subsección-Externa-1"
32302
32303 \end_inset
32304
32305 .
32306 \end_layout
32307
32308 \begin_layout Standard
32309 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
32310  del documento maestro.
32311  Las ramas en los documentos hijos serán ignoradas por el documento maestro
32312  si éste no tiene una rama con el mismo nombre.
32313  Los documentos incluidos se insertan comenzando una página nueva y acabando
32314  con un salto de página.
32315 \end_layout
32316
32317 \begin_layout Standard
32318 En caso de estar trabajando solo en un capítulo determinado de un documento
32319  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
32320  cada archivo incluido en una rama.
32321 \begin_inset Foot
32322 status collapsed
32323
32324 \begin_layout Plain Layout
32325 Las ramas se describen en la sección
32326 \emph on
32327  Ramas
32328 \emph default
32329  de la  
32330 \emph on
32331 Guía del usuario
32332 \emph default
32333  de LyX.
32334 \end_layout
32335
32336 \end_inset
32337
32338  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
32339  aparecerán en la salida.
32340 \end_layout
32341
32342 \begin_layout Standard
32343 \begin_inset Note Greyedout
32344 status open
32345
32346 \begin_layout Plain Layout
32347
32348 \series bold
32349 Nota:
32350 \series default
32351  Debido a un fallo de LyX, el comando LaTeX 
32352 \series bold
32353
32354 \backslash
32355 includeonly
32356 \series default
32357  no se puede usar por el momento como alternativa para decidir qué archivos
32358  deberían ser incluidos.
32359 \end_layout
32360
32361 \end_inset
32362
32363
32364 \end_layout
32365
32366 \begin_layout Standard
32367 \begin_inset Note Greyedout
32368 status open
32369
32370 \begin_layout Plain Layout
32371
32372 \series bold
32373 Nota:
32374 \series default
32375  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
32376  a la del documento maestro, recibirás una advertencia al exportar/ver el
32377  documento, ya que esto podría dar resultados inesperados.
32378 \end_layout
32379
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \begin_layout Description
32386 Entrada Este método es muy parecido al método 
32387 \family sans
32388 Incluir
32389 \family default
32390 .
32391  Las diferencias son:
32392 \end_layout
32393
32394 \begin_deeper
32395 \begin_layout Itemize
32396 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
32397  un salto de página.
32398 \end_layout
32399
32400 \begin_layout Itemize
32401 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
32402 \family sans
32403 Vista
32404 \begin_inset space ~
32405 \end_inset
32406
32407 preliminar
32408 \begin_inset space ~
32409 \end_inset
32410
32411 inmediata 
32412 \family default
32413 está activada en el diálogo 
32414 \family sans
32415 Herramientas\SpecialChar \menuseparator
32416 Preferencias
32417 \family default
32418 , apartado 
32419 \family sans
32420 Apariencia\SpecialChar \menuseparator
32421 Gráficos
32422 \family default
32423 .
32424 \end_layout
32425
32426 \begin_layout Itemize
32427 No se puede utilizar el comando LaTeX 
32428 \series bold
32429
32430 \backslash
32431 includeonly
32432 \series default
32433 .
32434 \end_layout
32435
32436 \end_deeper
32437 \begin_layout Standard
32438 Aquí hay un documento hijo insertado con el método 
32439 \family sans
32440 Entrada
32441 \family default
32442 :
32443 \end_layout
32444
32445 \begin_layout Standard
32446 \begin_inset CommandInset include
32447 LatexCommand input
32448 filename "DocumentoPostizo2.lyx"
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \begin_layout Description
32456 Literal Con este método se puede incluir todo archivo de texto.
32457  El archivo aparece en la salida con su código fuente, y si contiene comandos
32458  no se ejecutan.
32459  Con la opción 
32460 \family sans
32461 Marcar espacios en la salida
32462 \family default
32463  cada espacio en el código fuente se muestra en la salida con el carácter
32464  «
32465 \begin_inset ERT
32466 status collapsed
32467
32468 \begin_layout Plain Layout
32469
32470
32471 \backslash
32472 textvisiblespace
32473 \end_layout
32474
32475 \end_inset
32476
32477 ».
32478  La diferencia con el método de inserción mediante el menú 
32479 \family sans
32480 Insertar
32481 \family default
32482 \SpecialChar \menuseparator
32483
32484 \family sans
32485 Archivo
32486 \family default
32487 \SpecialChar \menuseparator
32488
32489 \family sans
32490 Texto
32491 \begin_inset space ~
32492 \end_inset
32493
32494 simple
32495 \family default
32496  es que en este caso el contenido del archivo se ve en LyX, mientras que
32497  en modo 
32498 \family sans
32499 Literal 
32500 \family default
32501 no se muestra el contenido, sino un recuadro con el nombre.
32502
32503 \family sans
32504  
32505 \end_layout
32506
32507 \begin_layout Standard
32508 Aquí se inserta un documento hijo en modo Literal:
32509 \begin_inset CommandInset include
32510 LatexCommand verbatiminput
32511 filename "DocumentoTextoPostizo.txt"
32512
32513 \end_inset
32514
32515
32516 \begin_inset VSpace bigskip
32517 \end_inset
32518
32519
32520 \end_layout
32521
32522 \begin_layout Standard
32523 Aquí se inserta un documento hijo en modo Literal con la opción 
32524 \family sans
32525 Marcar espacios en la salida
32526 \family default
32527 :
32528 \begin_inset CommandInset include
32529 LatexCommand verbatiminput*
32530 filename "DocumentoTextoPostizo.txt"
32531
32532 \end_inset
32533
32534
32535 \begin_inset VSpace bigskip
32536 \end_inset
32537
32538
32539 \end_layout
32540
32541 \begin_layout Standard
32542 \begin_inset Note Greyedout
32543 status open
32544
32545 \begin_layout Plain Layout
32546
32547 \series bold
32548 Nota:
32549 \series default
32550  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32551  incluidos en modo 
32552 \family sans
32553 literal
32554 \family default
32555  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32556  archivo de texto.
32557 \end_layout
32558
32559 \end_inset
32560
32561
32562 \end_layout
32563
32564 \begin_layout Description
32565 Listado
32566 \begin_inset space ~
32567 \end_inset
32568
32569 de
32570 \begin_inset space ~
32571 \end_inset
32572
32573 programa Este tipo se describe en el capítulo
32574 \begin_inset space ~
32575 \end_inset
32576
32577
32578 \begin_inset CommandInset ref
32579 LatexCommand ref
32580 reference "cap:Listado-de-programa"
32581
32582 \end_inset
32583
32584 .
32585 \end_layout
32586
32587 \begin_layout Standard
32588 \begin_inset Note Greyedout
32589 status open
32590
32591 \begin_layout Plain Layout
32592
32593 \series bold
32594 Nota:
32595 \series default
32596  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32597  problemas en LaTeX.
32598 \end_layout
32599
32600 \end_inset
32601
32602
32603 \end_layout
32604
32605 \begin_layout Chapter
32606 Listado de programa
32607 \begin_inset CommandInset label
32608 LatexCommand label
32609 name "cap:Listado-de-programa"
32610
32611 \end_inset
32612
32613
32614 \begin_inset Index idx
32615 status collapsed
32616
32617 \begin_layout Plain Layout
32618 Listado de programa
32619 \end_layout
32620
32621 \end_inset
32622
32623
32624 \begin_inset Index idx
32625 status collapsed
32626
32627 \begin_layout Plain Layout
32628 Código de programa
32629 \end_layout
32630
32631 \end_inset
32632
32633
32634 \begin_inset Index idx
32635 status collapsed
32636
32637 \begin_layout Plain Layout
32638 Flotantes ! Listado de programa
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \end_layout
32645
32646 \begin_layout Standard
32647 Para incluir y tipografiar código de programación puedes usar la opción
32648  de menú disponible en 
32649 \family sans
32650 Insertar\SpecialChar \menuseparator
32651 Listado
32652 \begin_inset space ~
32653 \end_inset
32654
32655 de
32656 \begin_inset space ~
32657 \end_inset
32658
32659 programa.
32660  
32661 \family default
32662 El paquete LaTeX 
32663 \series bold
32664 listings
32665 \series default
32666
32667 \begin_inset Index idx
32668 status collapsed
32669
32670 \begin_layout Plain Layout
32671 LaTeX-paquetes ! listings
32672 \end_layout
32673
32674 \end_inset
32675
32676  provee un mecanismo potente y flexible para insertar código fuente en tu
32677  documento.
32678 \end_layout
32679
32680 \begin_layout Standard
32681 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32682  incorporado en el que puedes configurar su formato.
32683 \end_layout
32684
32685 \begin_layout Standard
32686 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32687  La opción de ubicación 
32688 \family sans
32689 Listado
32690 \begin_inset space ~
32691 \end_inset
32692
32693 en
32694 \begin_inset space ~
32695 \end_inset
32696
32697 línea
32698 \family default
32699  lo imprime en la línea, como este ejemplo: 
32700 \begin_inset listings
32701 lstparams "language={C++}"
32702 inline true
32703 status open
32704
32705 \begin_layout Plain Layout
32706
32707 int a=5;
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \family sans
32714
32715 \begin_inset Newline newline
32716 \end_inset
32717
32718
32719 \family default
32720 La opción 
32721 \family sans
32722 Flotante
32723 \family default
32724  crea un listado flotante cuya colocación se puede especificar mediante
32725  las opciones «
32726 \family sans
32727 h
32728 \family default
32729 », «
32730 \family sans
32731 t
32732 \family default
32733 », «
32734 \family sans
32735 b
32736 \family default
32737 » y «
32738 \family sans
32739 p
32740 \family default
32741 », correspondientes a las opciones de colocación de flotantes descritas
32742  en la sección
32743 \family sans
32744
32745 \begin_inset space ~
32746 \end_inset
32747
32748
32749 \begin_inset CommandInset ref
32750 LatexCommand ref
32751 reference "sec:Colocación-de-Flotantes"
32752
32753 \end_inset
32754
32755
32756 \family default
32757 .
32758  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32759  p.
32760 \family sans
32761
32762 \begin_inset space \thinspace{}
32763 \end_inset
32764
32765
32766 \family default
32767 e.
32768 \begin_inset space ~
32769 \end_inset
32770
32771 «
32772 \family sans
32773 htbp
32774 \family default
32775 ».
32776  La opción «
32777 \family sans
32778 h
32779 \family default
32780 » a veces no tiene efecto, pero no necesitas usar la opción 
32781 \family sans
32782 Flotante
32783 \family default
32784  en ese caso puesto que los listados de programa no flotantes también pueden
32785  tener leyendas y ser referenciadas.
32786 \end_layout
32787
32788 \begin_layout Standard
32789 Se puede añadir una leyenda a un listado de programa con el menú 
32790 \family sans
32791 Insertar\SpecialChar \menuseparator
32792 Leyenda
32793 \family default
32794
32795 \begin_inset Foot
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799 Para traducir la etiqueta 
32800 \begin_inset Quotes eld
32801 \end_inset
32802
32803 Listado
32804 \begin_inset Quotes erd
32805 \end_inset
32806
32807  de la leyenda, se añade al preámbulo del documento el comando 
32808 \series bold
32809
32810 \backslash
32811 renewcommand{
32812 \backslash
32813 lstlistingname}{Listado}
32814 \series default
32815 .
32816  (
32817 \emph on
32818 N.
32819 \begin_inset space \thinspace{}
32820 \end_inset
32821
32822 del t.
32823 \emph default
32824 )
32825 \end_layout
32826
32827 \end_inset
32828
32829 .
32830  Los listados de programa se pueden referenciar como los flotantes: Listado
32831 \begin_inset space ~
32832 \end_inset
32833
32834
32835 \begin_inset CommandInset ref
32836 LatexCommand ref
32837 reference "lst:Ejemplo-de-listado-de-programa"
32838
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Standard
32845 \begin_inset listings
32846 lstparams "language=Python"
32847 inline false
32848 status open
32849
32850 \begin_layout Plain Layout
32851
32852 \begin_inset Caption
32853
32854 \begin_layout Plain Layout
32855 \begin_inset CommandInset label
32856 LatexCommand label
32857 name "lst:Ejemplo-de-listado-de-programa"
32858
32859 \end_inset
32860
32861 Ejemplo de listado de programa flotante
32862 \end_layout
32863
32864 \end_inset
32865
32866 # Ejemplo de listado flotante
32867 \end_layout
32868
32869 \begin_layout Plain Layout
32870
32871 def func(param):
32872 \end_layout
32873
32874 \begin_layout Plain Layout
32875
32876     'this is a python function'
32877 \end_layout
32878
32879 \begin_layout Plain Layout
32880
32881     pass
32882 \end_layout
32883
32884 \end_inset
32885
32886
32887 \end_layout
32888
32889 \begin_layout Standard
32890 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32891  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32892  y tipografiadas de manera especial en la salida.
32893  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32894  negrita.
32895 \end_layout
32896
32897 \begin_layout Standard
32898 \begin_inset Note Greyedout
32899 status open
32900
32901 \begin_layout Plain Layout
32902
32903 \series bold
32904 Nota:
32905 \series default
32906  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32907  debe probablemente a que dicha fuente no suministra negritas.
32908  En este caso selecciona una fuente distinta en el menú 
32909 \family sans
32910 Documento
32911 \family default
32912 \SpecialChar \menuseparator
32913
32914 \family sans
32915 Configuración
32916 \family default
32917 \SpecialChar \menuseparator
32918
32919 \family sans
32920 Fuentes.
32921  
32922 \family default
32923 (Las fuentes 
32924 \emph on
32925 LuxiMono, BeraMono
32926 \emph default
32927  y 
32928 \emph on
32929 Courier 
32930 \emph default
32931 suministran negritas.)
32932 \end_layout
32933
32934 \end_inset
32935
32936
32937 \end_layout
32938
32939 \begin_layout Standard
32940 En la sección 
32941 \family sans
32942 Numeración
32943 \begin_inset space ~
32944 \end_inset
32945
32946 de
32947 \begin_inset space ~
32948 \end_inset
32949
32950 líneas
32951 \family default
32952  del diálogo puedes elegir el estilo de numeración de las líneas.
32953  En el campo 
32954 \family sans
32955 Paso 
32956 \family default
32957 puedes insertar un número para determinar qué líneas se numeran.
32958  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32959  
32960 \end_layout
32961
32962 \begin_layout Standard
32963 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32964  en la salida.
32965  La opción 
32966 \family sans
32967 Tabla
32968 \begin_inset space ~
32969 \end_inset
32970
32971 de
32972 \begin_inset space ~
32973 \end_inset
32974
32975 caracteres
32976 \begin_inset space ~
32977 \end_inset
32978
32979 extendida
32980 \family default
32981  debería emplearse si se usan en el código caracteres nacionales como la
32982  diéresis alemana.
32983 \begin_inset Newline newline
32984 \end_inset
32985
32986 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32987  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32988  y «Espacio como símbolo», rango de líneas 3-8:
32989 \begin_inset listings
32990 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32991 inline false
32992 status open
32993
32994 \begin_layout Plain Layout
32995
32996 def func(param):
32997 \end_layout
32998
32999 \begin_layout Plain Layout
33000
33001     'this is a python function'
33002 \end_layout
33003
33004 \begin_layout Plain Layout
33005
33006     pass
33007 \end_layout
33008
33009 \begin_layout Plain Layout
33010
33011 def func(param):
33012 \end_layout
33013
33014 \begin_layout Plain Layout
33015
33016 'This is a German word: Tschüß'
33017 \end_layout
33018
33019 \begin_layout Plain Layout
33020
33021 pass
33022 \end_layout
33023
33024 \begin_layout Plain Layout
33025
33026 def func(param):
33027 \end_layout
33028
33029 \begin_layout Plain Layout
33030
33031 'this is a python function'
33032 \end_layout
33033
33034 \begin_layout Plain Layout
33035
33036 pass
33037 \end_layout
33038
33039 \end_inset
33040
33041
33042 \end_layout
33043
33044 \begin_layout Standard
33045 \begin_inset Note Greyedout
33046 status open
33047
33048 \begin_layout Plain Layout
33049
33050 \series bold
33051 Nota:
33052 \series default
33053  Debido a un error en el paquete 
33054 \series bold
33055 listings
33056 \series default
33057  la numeración de líneas cambia en una línea por cada listado previo.
33058  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
33059  3 y 6.
33060 \end_layout
33061
33062 \end_inset
33063
33064
33065 \end_layout
33066
33067 \begin_layout Standard
33068 \begin_inset VSpace bigskip
33069 \end_inset
33070
33071
33072 \end_layout
33073
33074 \begin_layout Standard
33075 También es posible imprimir como listado de programa líneas de un archivo.
33076  Para hacer esto, usa el menú 
33077 \family sans
33078 Insertar\SpecialChar \menuseparator
33079 Archivo\SpecialChar \menuseparator
33080 Documento
33081 \begin_inset space ~
33082 \end_inset
33083
33084 hijo 
33085 \family default
33086 y elige el tipo 
33087 \family sans
33088 Listado de programa
33089 \family default
33090 .
33091 \begin_inset Foot
33092 status collapsed
33093
33094 \begin_layout Plain Layout
33095 Los restantes tipos de documento hijo se describen en la sección
33096 \begin_inset space ~
33097 \end_inset
33098
33099
33100 \begin_inset CommandInset ref
33101 LatexCommand ref
33102 reference "sec:Documento-Hijo"
33103
33104 \end_inset
33105
33106 .
33107 \end_layout
33108
33109 \end_inset
33110
33111  En el diálogo de documento hijo puedes especificar los parámetros del listado
33112  en el cuadro de texto.
33113  Para ver una lista de los parámetros disponibles teclea una interrogación
33114  «?» en el cuadro.
33115 \end_layout
33116
33117 \begin_layout Standard
33118 Para referenciar un documento hijo tipo listado, escribe el texto de la
33119  etiqueta en el campo correspondiente del diálogo de documento hijo.
33120  Después se puede referenciar la etiqueta con el menú 
33121 \family sans
33122 Insertar\SpecialChar \menuseparator
33123 Referencia cruzada.
33124 \end_layout
33125
33126 \begin_layout Standard
33127 A continuación hay un ejemplo, Listado
33128 \begin_inset space ~
33129 \end_inset
33130
33131
33132 \begin_inset CommandInset ref
33133 LatexCommand ref
33134 reference "lst:archivo-listado"
33135
33136 \end_inset
33137
33138 , de inserción de líneas de un archivo; en él se incluye el rango de las
33139  líneas 10
33140 \begin_inset space \thinspace{}
33141 \end_inset
33142
33143 -
33144 \begin_inset space \thinspace{}
33145 \end_inset
33146
33147 15 de este archivo LyX.
33148 \end_layout
33149
33150 \begin_layout Standard
33151 \begin_inset CommandInset include
33152 LatexCommand lstinputlisting
33153 filename "EmbeddedObjects.lyx"
33154 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
33155
33156 \end_inset
33157
33158
33159 \end_layout
33160
33161 \begin_layout Standard
33162 \begin_inset VSpace bigskip
33163 \end_inset
33164
33165
33166 \end_layout
33167
33168 \begin_layout Standard
33169 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
33170 \end_layout
33171
33172 \begin_layout Enumerate
33173 Abre el diálogo de listado y añade
33174 \begin_inset Newline newline
33175 \end_inset
33176
33177
33178 \family sans
33179 mathescape=true
33180 \begin_inset Newline newline
33181 \end_inset
33182
33183
33184 \family default
33185 en el campo de texto de la solapa 
33186 \family sans
33187 Avanzado
33188 \end_layout
33189
33190 \begin_layout Enumerate
33191 Crea una ecuación fuera del listado
33192 \end_layout
33193
33194 \begin_layout Enumerate
33195 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
33196  (teclas 
33197 \family sans
33198 Ctrl+C
33199 \family default
33200 )
33201 \end_layout
33202
33203 \begin_layout Enumerate
33204 En el listado escribe 
33205 \begin_inset Quotes eld
33206 \end_inset
33207
33208
33209 \family sans
33210 $$
33211 \family default
33212
33213 \begin_inset Quotes erd
33214 \end_inset
33215
33216  y pega desde el portapapeles entre los símbolos dólar (teclas 
33217 \family sans
33218 Ctrl+V
33219 \family default
33220 )
33221 \end_layout
33222
33223 \begin_layout Standard
33224 \begin_inset listings
33225 lstparams "language=Python,mathescape=true"
33226 inline false
33227 status open
33228
33229 \begin_layout Plain Layout
33230
33231 \begin_inset Caption
33232
33233 \begin_layout Plain Layout
33234 Ejemplo de listado flotante con una ecuación
33235 \end_layout
33236
33237 \end_inset
33238
33239 # Ejemplo de listado flotante
33240 \end_layout
33241
33242 \begin_layout Plain Layout
33243
33244 def func(param):
33245 \end_layout
33246
33247 \begin_layout Plain Layout
33248
33249     # $
33250 \backslash
33251 prod_{n=1}^{
33252 \backslash
33253 infty}
33254 \backslash
33255 ,
33256 \backslash
33257 frac{1}{x^{2}}$
33258 \end_layout
33259
33260 \begin_layout Plain Layout
33261
33262     pass
33263 \end_layout
33264
33265 \end_inset
33266
33267
33268 \end_layout
33269
33270 \begin_layout Standard
33271 \begin_inset VSpace bigskip
33272 \end_inset
33273
33274
33275 \end_layout
33276
33277 \begin_layout Standard
33278 Las preferencias globales se pueden establecer en el diálogo 
33279 \family sans
33280 Documento\SpecialChar \menuseparator
33281 Configuración\SpecialChar \menuseparator
33282 Diseño
33283 \begin_inset space ~
33284 \end_inset
33285
33286 del
33287 \begin_inset space ~
33288 \end_inset
33289
33290 texto.
33291  
33292 \family default
33293 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
33294  «?» en el campo de texto.
33295 \end_layout
33296
33297 \begin_layout Standard
33298 Para más información sobre el paquete 
33299 \series bold
33300 listings
33301 \series default
33302 , consulta su documentación
33303 \begin_inset space ~
33304 \end_inset
33305
33306
33307 \begin_inset CommandInset citation
33308 LatexCommand cite
33309 key "listings"
33310
33311 \end_inset
33312
33313 .
33314 \end_layout
33315
33316 \begin_layout Standard
33317 \begin_inset Newpage newpage
33318 \end_inset
33319
33320
33321 \end_layout
33322
33323 \begin_layout Chapter
33324 \start_of_appendix
33325 Unidades disponibles en LyX
33326 \begin_inset Index idx
33327 status collapsed
33328
33329 \begin_layout Plain Layout
33330 Unidades
33331 \end_layout
33332
33333 \end_inset
33334
33335
33336 \begin_inset CommandInset label
33337 LatexCommand label
33338 name "cap:Unidades-disponibles-en"
33339
33340 \end_inset
33341
33342
33343 \end_layout
33344
33345 \begin_layout Standard
33346 Para comprender las unidades utilizadas en este manual, el cuadro
33347 \begin_inset space ~
33348 \end_inset
33349
33350
33351 \begin_inset CommandInset ref
33352 LatexCommand ref
33353 reference "tab:Unidades"
33354
33355 \end_inset
33356
33357  describe todas las unidades disponibles en LyX.
33358 \end_layout
33359
33360 \begin_layout Standard
33361 \begin_inset Float table
33362 placement h
33363 wide false
33364 sideways false
33365 status open
33366
33367 \begin_layout Plain Layout
33368 \begin_inset Caption
33369
33370 \begin_layout Plain Layout
33371 \begin_inset CommandInset label
33372 LatexCommand label
33373 name "tab:Unidades"
33374
33375 \end_inset
33376
33377 Unidades
33378 \end_layout
33379
33380 \end_inset
33381
33382
33383 \end_layout
33384
33385 \begin_layout Plain Layout
33386 \begin_inset VSpace medskip
33387 \end_inset
33388
33389
33390 \end_layout
33391
33392 \begin_layout Plain Layout
33393 \align center
33394 \begin_inset Tabular
33395 <lyxtabular version="3" rows="20" columns="2">
33396 <features tabularvalignment="middle">
33397 <column alignment="center" valignment="top" width="0">
33398 <column alignment="center" valignment="top" width="0">
33399 <row>
33400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33401 \begin_inset Text
33402
33403 \begin_layout Plain Layout
33404 unidad
33405 \end_layout
33406
33407 \end_inset
33408 </cell>
33409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33410 \begin_inset Text
33411
33412 \begin_layout Plain Layout
33413 nombre/descripción
33414 \end_layout
33415
33416 \end_inset
33417 </cell>
33418 </row>
33419 <row>
33420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33421 \begin_inset Text
33422
33423 \begin_layout Plain Layout
33424 mm
33425 \end_layout
33426
33427 \end_inset
33428 </cell>
33429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33430 \begin_inset Text
33431
33432 \begin_layout Plain Layout
33433 milímetro
33434 \end_layout
33435
33436 \end_inset
33437 </cell>
33438 </row>
33439 <row>
33440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33441 \begin_inset Text
33442
33443 \begin_layout Plain Layout
33444 cm
33445 \end_layout
33446
33447 \end_inset
33448 </cell>
33449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33450 \begin_inset Text
33451
33452 \begin_layout Plain Layout
33453 centímetro
33454 \end_layout
33455
33456 \end_inset
33457 </cell>
33458 </row>
33459 <row>
33460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Plain Layout
33464 in
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33470 \begin_inset Text
33471
33472 \begin_layout Plain Layout
33473 pulgada
33474 \end_layout
33475
33476 \end_inset
33477 </cell>
33478 </row>
33479 <row>
33480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33481 \begin_inset Text
33482
33483 \begin_layout Plain Layout
33484 pt
33485 \end_layout
33486
33487 \end_inset
33488 </cell>
33489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Plain Layout
33493 punto (72.27
33494 \begin_inset space \thinspace{}
33495 \end_inset
33496
33497 pt = 1
33498 \begin_inset space \thinspace{}
33499 \end_inset
33500
33501 in)
33502 \end_layout
33503
33504 \end_inset
33505 </cell>
33506 </row>
33507 <row>
33508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33509 \begin_inset Text
33510
33511 \begin_layout Plain Layout
33512 pc
33513 \end_layout
33514
33515 \end_inset
33516 </cell>
33517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33518 \begin_inset Text
33519
33520 \begin_layout Plain Layout
33521 pica (1
33522 \begin_inset space \thinspace{}
33523 \end_inset
33524
33525 pc = 12
33526 \begin_inset space \thinspace{}
33527 \end_inset
33528
33529 pt)
33530 \end_layout
33531
33532 \end_inset
33533 </cell>
33534 </row>
33535 <row>
33536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33537 \begin_inset Text
33538
33539 \begin_layout Plain Layout
33540 sp
33541 \end_layout
33542
33543 \end_inset
33544 </cell>
33545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33546 \begin_inset Text
33547
33548 \begin_layout Plain Layout
33549 punto escalado (65536
33550 \begin_inset space \thinspace{}
33551 \end_inset
33552
33553 sp = 1
33554 \begin_inset space \thinspace{}
33555 \end_inset
33556
33557 pt)
33558 \end_layout
33559
33560 \end_inset
33561 </cell>
33562 </row>
33563 <row>
33564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33565 \begin_inset Text
33566
33567 \begin_layout Plain Layout
33568 bp
33569 \end_layout
33570
33571 \end_inset
33572 </cell>
33573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33574 \begin_inset Text
33575
33576 \begin_layout Plain Layout
33577 punto grande (72
33578 \begin_inset space \thinspace{}
33579 \end_inset
33580
33581 bp = 1
33582 \begin_inset space \thinspace{}
33583 \end_inset
33584
33585 in)
33586 \end_layout
33587
33588 \end_inset
33589 </cell>
33590 </row>
33591 <row>
33592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33593 \begin_inset Text
33594
33595 \begin_layout Plain Layout
33596 dd
33597 \end_layout
33598
33599 \end_inset
33600 </cell>
33601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33602 \begin_inset Text
33603
33604 \begin_layout Plain Layout
33605 didot (1
33606 \begin_inset space \thinspace{}
33607 \end_inset
33608
33609 dd 
33610 \begin_inset Formula $\approx$
33611 \end_inset
33612
33613  0.376
33614 \begin_inset space \thinspace{}
33615 \end_inset
33616
33617 mm)
33618 \end_layout
33619
33620 \end_inset
33621 </cell>
33622 </row>
33623 <row>
33624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33625 \begin_inset Text
33626
33627 \begin_layout Plain Layout
33628 cc
33629 \end_layout
33630
33631 \end_inset
33632 </cell>
33633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33634 \begin_inset Text
33635
33636 \begin_layout Plain Layout
33637 cicero (1
33638 \begin_inset space \thinspace{}
33639 \end_inset
33640
33641 cc = 12
33642 \begin_inset space \thinspace{}
33643 \end_inset
33644
33645 dd)
33646 \end_layout
33647
33648 \end_inset
33649 </cell>
33650 </row>
33651 <row>
33652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33653 \begin_inset Text
33654
33655 \begin_layout Plain Layout
33656 escala
33657 \begin_inset space \thinspace{}
33658 \end_inset
33659
33660 %
33661 \end_layout
33662
33663 \end_inset
33664 </cell>
33665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33666 \begin_inset Text
33667
33668 \begin_layout Plain Layout
33669 % del tamaño original de la imagen
33670 \end_layout
33671
33672 \end_inset
33673 </cell>
33674 </row>
33675 <row>
33676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33677 \begin_inset Text
33678
33679 \begin_layout Plain Layout
33680 texto
33681 \begin_inset space \thinspace{}
33682 \end_inset
33683
33684 %
33685 \end_layout
33686
33687 \end_inset
33688 </cell>
33689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33690 \begin_inset Text
33691
33692 \begin_layout Plain Layout
33693 % de anchura de texto
33694 \end_layout
33695
33696 \end_inset
33697 </cell>
33698 </row>
33699 <row>
33700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33701 \begin_inset Text
33702
33703 \begin_layout Plain Layout
33704 columna
33705 \begin_inset space \thinspace{}
33706 \end_inset
33707
33708 %
33709 \end_layout
33710
33711 \end_inset
33712 </cell>
33713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33714 \begin_inset Text
33715
33716 \begin_layout Plain Layout
33717 % de anchura de columna
33718 \end_layout
33719
33720 \end_inset
33721 </cell>
33722 </row>
33723 <row>
33724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33725 \begin_inset Text
33726
33727 \begin_layout Plain Layout
33728 página
33729 \begin_inset space \thinspace{}
33730 \end_inset
33731
33732 %
33733 \end_layout
33734
33735 \end_inset
33736 </cell>
33737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33738 \begin_inset Text
33739
33740 \begin_layout Plain Layout
33741 % de anchura de página
33742 \end_layout
33743
33744 \end_inset
33745 </cell>
33746 </row>
33747 <row>
33748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33749 \begin_inset Text
33750
33751 \begin_layout Plain Layout
33752 línea
33753 \begin_inset space \thinspace{}
33754 \end_inset
33755
33756 %
33757 \end_layout
33758
33759 \end_inset
33760 </cell>
33761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33762 \begin_inset Text
33763
33764 \begin_layout Plain Layout
33765 % de anchura de línea
33766 \end_layout
33767
33768 \end_inset
33769 </cell>
33770 </row>
33771 <row>
33772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33773 \begin_inset Text
33774
33775 \begin_layout Plain Layout
33776 alt.
33777  texto
33778 \begin_inset space \thinspace{}
33779 \end_inset
33780
33781 %
33782 \end_layout
33783
33784 \end_inset
33785 </cell>
33786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33787 \begin_inset Text
33788
33789 \begin_layout Plain Layout
33790 % de altura de texto
33791 \end_layout
33792
33793 \end_inset
33794 </cell>
33795 </row>
33796 <row>
33797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33798 \begin_inset Text
33799
33800 \begin_layout Plain Layout
33801 alt.
33802  pág.
33803 \begin_inset space \thinspace{}
33804 \end_inset
33805
33806 %
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33812 \begin_inset Text
33813
33814 \begin_layout Plain Layout
33815 % de altura de página
33816 \end_layout
33817
33818 \end_inset
33819 </cell>
33820 </row>
33821 <row>
33822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33823 \begin_inset Text
33824
33825 \begin_layout Plain Layout
33826 ex
33827 \end_layout
33828
33829 \end_inset
33830 </cell>
33831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33832 \begin_inset Text
33833
33834 \begin_layout Plain Layout
33835 altura de la letra 
33836 \emph on
33837 x
33838 \emph default
33839  en la fuente actual
33840 \end_layout
33841
33842 \end_inset
33843 </cell>
33844 </row>
33845 <row>
33846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33847 \begin_inset Text
33848
33849 \begin_layout Plain Layout
33850 em
33851 \end_layout
33852
33853 \end_inset
33854 </cell>
33855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33856 \begin_inset Text
33857
33858 \begin_layout Plain Layout
33859 anchura de la letra 
33860 \emph on
33861 M
33862 \emph default
33863  en la fuente actual
33864 \end_layout
33865
33866 \end_inset
33867 </cell>
33868 </row>
33869 <row>
33870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33871 \begin_inset Text
33872
33873 \begin_layout Plain Layout
33874 mu
33875 \end_layout
33876
33877 \end_inset
33878 </cell>
33879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33880 \begin_inset Text
33881
33882 \begin_layout Plain Layout
33883 unidad matemática (1
33884 \begin_inset space \thinspace{}
33885 \end_inset
33886
33887 mu = 1/18
33888 \begin_inset space \thinspace{}
33889 \end_inset
33890
33891 em)
33892 \end_layout
33893
33894 \end_inset
33895 </cell>
33896 </row>
33897 </lyxtabular>
33898
33899 \end_inset
33900
33901
33902 \end_layout
33903
33904 \end_inset
33905
33906
33907 \end_layout
33908
33909 \begin_layout Chapter
33910 Formatos de archivos de salida con gráficos
33911 \begin_inset CommandInset label
33912 LatexCommand label
33913 name "cap:Formatos-de-Archivos-de-Salida"
33914
33915 \end_inset
33916
33917
33918 \end_layout
33919
33920 \begin_layout Section
33921 DVI
33922 \begin_inset Index idx
33923 status collapsed
33924
33925 \begin_layout Plain Layout
33926 Formatos de archivo ! DVI
33927 \end_layout
33928
33929 \end_inset
33930
33931
33932 \begin_inset Index idx
33933 status collapsed
33934
33935 \begin_layout Plain Layout
33936 DVI|see
33937 \begin_inset ERT
33938 status collapsed
33939
33940 \begin_layout Plain Layout
33941
33942 {
33943 \end_layout
33944
33945 \end_inset
33946
33947 Formatos de archivo
33948 \begin_inset ERT
33949 status collapsed
33950
33951 \begin_layout Plain Layout
33952
33953 }
33954 \end_layout
33955
33956 \end_inset
33957
33958
33959 \end_layout
33960
33961 \end_inset
33962
33963
33964 \end_layout
33965
33966 \begin_layout Standard
33967 Este tipo de archivo tiene la extensión «
33968 \family typewriter
33969 .dvi
33970 \family default
33971 ».
33972  Se denomina «device-independent» (DVI), porque es completamente portable;
33973  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33974  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33975  Los DVI se usan para vistas preliminares rápidas y como preparación para
33976  otros formatos de salida como PostScript.
33977 \end_layout
33978
33979 \begin_layout Standard
33980 \begin_inset Note Greyedout
33981 status open
33982
33983 \begin_layout Plain Layout
33984
33985 \series bold
33986 Nota:
33987 \series default
33988  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33989 \end_layout
33990
33991 \end_inset
33992
33993  Por tanto no debes olvidar esto si mueves archivos 
33994 \family typewriter
33995 .dvi
33996 \family default
33997  a otro ordenador.
33998  Esta característica también puede retardar la visualización del archivo,
33999  porque el visor DVI tiene que convertir la imagen en segundo plano para
34000  hacerla visible al deslizar el visor.
34001  Así pues recomendamos usar PDF para archivos con muchas imágenes.
34002 \end_layout
34003
34004 \begin_layout Standard
34005 Un documento se exporta a DVI con el menú 
34006 \family sans
34007 Archivo\SpecialChar \menuseparator
34008 Exportar\SpecialChar \menuseparator
34009 DVI
34010 \family default
34011 .
34012  Puedes ver la salida del documento en DVI con el menú 
34013 \family sans
34014 Ver\SpecialChar \menuseparator
34015 DVI 
34016 \family default
34017 o con el botón
34018 \begin_inset space ~
34019 \end_inset
34020
34021
34022 \begin_inset Graphics
34023         filename ../../images/buffer-view_dvi.png
34024         scale 85
34025
34026 \end_inset
34027
34028 .
34029 \end_layout
34030
34031 \begin_layout Section
34032 PostScript
34033 \begin_inset CommandInset label
34034 LatexCommand label
34035 name "sec:PostScript"
34036
34037 \end_inset
34038
34039
34040 \begin_inset Index idx
34041 status collapsed
34042
34043 \begin_layout Plain Layout
34044 Formatos de archivo ! PostScript
34045 \end_layout
34046
34047 \end_inset
34048
34049
34050 \begin_inset Index idx
34051 status collapsed
34052
34053 \begin_layout Plain Layout
34054 PostScript|see
34055 \begin_inset ERT
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059
34060 {
34061 \end_layout
34062
34063 \end_inset
34064
34065 Formatos de archivo
34066 \begin_inset ERT
34067 status collapsed
34068
34069 \begin_layout Plain Layout
34070
34071 }
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \end_inset
34080
34081
34082 \end_layout
34083
34084 \begin_layout Standard
34085 Este tipo de archivo tiene la extensión «
34086 \family typewriter
34087 .ps
34088 \family default
34089 ».
34090  PostScript fue desarrollado por la compañía 
34091 \family typewriter
34092 Adobe
34093 \family default
34094  como lenguaje para impresoras.
34095  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
34096  PostScript puede considerarse como un «lenguaje de programación»; con él
34097  puedes calcular y dibujar imágenes y diagramas.
34098 \begin_inset Foot
34099 status collapsed
34100
34101 \begin_layout Plain Layout
34102 Si estás interesado en este tema acude al paquete LaTeX 
34103 \series bold
34104 PSTricks
34105 \series default
34106  
34107 \begin_inset CommandInset citation
34108 LatexCommand cite
34109 key "pstricks"
34110
34111 \end_inset
34112
34113 .
34114 \end_layout
34115
34116 \end_inset
34117
34118  Por esto los archivos suelen ser más grandes que los PDF.
34119 \end_layout
34120
34121 \begin_layout Standard
34122 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
34123 d PostScript» (EPS, extensión «
34124 \family typewriter
34125 .eps
34126 \family default
34127 »).
34128  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
34129  en segundo plano para convertir las imágenes a EPS.
34130  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
34131  cada vez que veas o exportes el documento.
34132  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
34133  puedes evitar el problema insertando las imágenes directamente en EPS.
34134 \end_layout
34135
34136 \begin_layout Standard
34137 El documento se puede exportar a PostScript con el menú 
34138 \family sans
34139 Archivo\SpecialChar \menuseparator
34140 Exportar\SpecialChar \menuseparator
34141 Postscript
34142 \family default
34143 .
34144  Se puede ver la salida en PostScript con el menú 
34145 \family sans
34146 Ver\SpecialChar \menuseparator
34147 Postscript 
34148 \family default
34149 o con el botón
34150 \begin_inset space ~
34151 \end_inset
34152
34153
34154 \begin_inset Graphics
34155         filename ../../images/buffer-view_ps.png
34156
34157 \end_inset
34158
34159 .
34160 \end_layout
34161
34162 \begin_layout Section
34163 PDF
34164 \begin_inset Index idx
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168 Formatos de archivo ! PDF
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \begin_inset Index idx
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178 PDF
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \begin_layout Standard
34187 Este tipo de archivo tiene la extensión «
34188 \family typewriter
34189 .pdf
34190 \family default
34191 ».
34192  El formato «Portable Document Format» (PDF) fue desarrollado por 
34193 \family typewriter
34194 Adobe
34195 \family default
34196  como derivado de PostScript.
34197  Es más comprimido y utiliza muchos menos comandos que PostScript.
34198  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
34199  operativo y la salida impresa se muestra exactamente igual.
34200 \end_layout
34201
34202 \begin_layout Standard
34203 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
34204  Photographic Experts Group» (JPG, extensión «
34205 \family typewriter
34206 .jpg
34207 \family default
34208 » o «
34209 \family typewriter
34210 .jpeg
34211 \family default
34212 »), y en el formato «Portable Network Graphics» (PNG, extensión «
34213 \family typewriter
34214 .png
34215 \family default
34216 »).
34217  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
34218  en segundo plano a alguno de los anteriores.
34219  Pero como se ha comentado en la sección sobre PostScript, la conversión
34220  de gráficos ralentiza el trabajo.
34221  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
34222  mencionados.
34223 \end_layout
34224
34225 \begin_layout Standard
34226 Un documento se puede exportar a PDF con el menú 
34227 \family sans
34228 Archivo\SpecialChar \menuseparator
34229 Exportar
34230 \family default
34231  en tres modos diferentes:
34232 \end_layout
34233
34234 \begin_layout Description
34235 PDF
34236 \begin_inset space ~
34237 \end_inset
34238
34239 (ps2pdf) Este utiliza el programa 
34240 \family typewriter
34241 ps2pdf
34242 \family default
34243  que crea un PDF a partir de una versión PostScript del archivo.
34244  La versión PostScript es producida por el programa 
34245 \family typewriter
34246 dvips
34247 \family default
34248  que usa una versión DVI como paso intermedio.
34249  Así que este modo de exportación consta de tres conversiones.
34250 \end_layout
34251
34252 \begin_layout Description
34253 PDF
34254 \begin_inset space ~
34255 \end_inset
34256
34257 (dvipdfm) Este utiliza el programa 
34258 \family typewriter
34259 dvipdfm
34260 \family default
34261  que convierte el archivo a DVI en segundo plano y en un segundo paso a
34262  PDF.
34263 \end_layout
34264
34265 \begin_layout Description
34266 PDF
34267 \begin_inset space ~
34268 \end_inset
34269
34270 (pdflatex) Este utiliza el programa 
34271 \family typewriter
34272 pdftex
34273 \family default
34274  que convierte directamente el archivo a PDF.
34275 \end_layout
34276
34277 \begin_layout Standard
34278 Se recomienda usar 
34279 \family sans
34280 PDF
34281 \begin_inset space ~
34282 \end_inset
34283
34284 (pdflatex)
34285 \family default
34286  porque 
34287 \family typewriter
34288 pdftex
34289 \family default
34290  soporta todas las características de las versiones actuales de PDF, es
34291  rápido y estable.
34292  El programa 
34293 \family typewriter
34294 dvipdfm
34295 \family default
34296  ya no se desarrolla y está un poco obsoleto.
34297 \end_layout
34298
34299 \begin_layout Standard
34300 La salida en formato PDF se puede ver con el menú 
34301 \family sans
34302 Ver 
34303 \family default
34304 o con el botón
34305 \begin_inset space ~
34306 \end_inset
34307
34308
34309 \begin_inset Graphics
34310         filename ../../images/buffer-view_pdf2.png
34311         scale 85
34312
34313 \end_inset
34314
34315  (que usa 
34316 \family sans
34317 PDF
34318 \begin_inset space ~
34319 \end_inset
34320
34321 (pdflatex)
34322 \family default
34323 ).
34324 \end_layout
34325
34326 \begin_layout Chapter
34327 Explicación de la ecuación
34328 \begin_inset space ~
34329 \end_inset
34330
34331 (
34332 \begin_inset CommandInset ref
34333 LatexCommand ref
34334 reference "eq:Wgn"
34335
34336 \end_inset
34337
34338 )
34339 \begin_inset CommandInset label
34340 LatexCommand label
34341 name "cap:Explicación-de-la-Ecuación"
34342
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \begin_layout Standard
34349 La anchura total de 
34350 \emph on
34351 n
34352 \emph default
34353  celdas de una tabla 
34354 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34355 \end_inset
34356
34357  puede calcularse con
34358 \end_layout
34359
34360 \begin_layout Standard
34361 \begin_inset Formula \begin{equation}
34362 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
34363 \end{equation}
34364
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \begin_layout Standard
34371 donde 
34372 \begin_inset Formula $W_{g\, n}$
34373 \end_inset
34374
34375  es el ancho dado de todas las celdas.
34376  
34377 \series bold
34378
34379 \backslash
34380 tabcolsep
34381 \series default
34382  es la longitud LaTeX entre el texto y el borde de la celda, 6
34383 \begin_inset space \thinspace{}
34384 \end_inset
34385
34386 pt por omisión.
34387  
34388 \series bold
34389
34390 \backslash
34391 arrayrulewidth
34392 \series default
34393  es el grosor de línea del borde, 0.4
34394 \begin_inset space \thinspace{}
34395 \end_inset
34396
34397 pt por omisión.
34398 \end_layout
34399
34400 \begin_layout Standard
34401 Procediendo como en la ecuación
34402 \begin_inset space ~
34403 \end_inset
34404
34405
34406 \begin_inset CommandInset ref
34407 LatexCommand eqref
34408 reference "eq:Wtot_n"
34409
34410 \end_inset
34411
34412 , el ancho total de una multicolumna, 
34413 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34414 \end_inset
34415
34416  es
34417 \end_layout
34418
34419 \begin_layout Standard
34420 \begin_inset Formula \begin{equation}
34421 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
34422 \end{equation}
34423
34424 \end_inset
34425
34426
34427 \end_layout
34428
34429 \begin_layout Standard
34430 Igualando las ecuaciones
34431 \begin_inset space ~
34432 \end_inset
34433
34434
34435 \begin_inset CommandInset ref
34436 LatexCommand eqref
34437 reference "eq:Wtot_n"
34438
34439 \end_inset
34440
34441  y 
34442 \begin_inset CommandInset ref
34443 LatexCommand eqref
34444 reference "eq:Wtot_mult"
34445
34446 \end_inset
34447
34448  podemos calcular el ancho dado necesario 
34449 \begin_inset Formula $W_{g\, n}$
34450 \end_inset
34451
34452  cuando se expanden 
34453 \emph on
34454 n
34455 \emph default
34456  columnas, de forma que cada una de ellas tiene una anchura total  
34457 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34458 \end_inset
34459
34460 :
34461 \end_layout
34462
34463 \begin_layout Standard
34464 \begin_inset Formula \begin{equation}
34465 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
34466 \end{equation}
34467
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \begin_layout Bibliography
34474 \labelwidthstring Bibliografía
34475 \begin_inset CommandInset bibitem
34476 LatexCommand bibitem
34477 key "latexcompanion"
34478
34479 \end_inset
34480
34481 Frank Mittelbach and Michel Goossens: 
34482 \emph on
34483 The LaTeX Companion Second Edition.
34484
34485 \emph default
34486  Addison-Wesley, 2004
34487 \end_layout
34488
34489 \begin_layout Bibliography
34490 \labelwidthstring Bibliografía
34491 \begin_inset CommandInset bibitem
34492 LatexCommand bibitem
34493 key "latexguide"
34494
34495 \end_inset
34496
34497 Helmut Kopka and Patrick W.
34498  Daly: 
34499 \emph on
34500 A Guide to LaTeX Fourth Edition.
34501
34502 \emph default
34503  Addison-Wesley, 2003
34504 \end_layout
34505
34506 \begin_layout Bibliography
34507 \labelwidthstring Bibliografía
34508 \begin_inset CommandInset bibitem
34509 LatexCommand bibitem
34510 key "latexbook"
34511
34512 \end_inset
34513
34514 Leslie Lamport: 
34515 \emph on
34516 LaTeX: A Document Preparation System.
34517
34518 \emph default
34519  Addison-Wesley, second edition, 1994
34520 \end_layout
34521
34522 \begin_layout Bibliography
34523 \labelwidthstring Bibliografía
34524 \begin_inset CommandInset bibitem
34525 LatexCommand bibitem
34526 key "booktabs"
34527
34528 \end_inset
34529
34530 Documentación del paquete LaTeX 
34531 \series bold
34532
34533 \begin_inset CommandInset href
34534 LatexCommand href
34535 name "booktabs"
34536 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34537
34538 \end_inset
34539
34540
34541 \series default
34542
34543 \begin_inset Index idx
34544 status collapsed
34545
34546 \begin_layout Plain Layout
34547 LaTeX-paquetes ! booktabs
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \begin_layout Bibliography
34556 \labelwidthstring Bibliografía
34557 \begin_inset CommandInset bibitem
34558 LatexCommand bibitem
34559 key "caption"
34560
34561 \end_inset
34562
34563 Documentación del paquete LaTeX 
34564 \series bold
34565
34566 \begin_inset CommandInset href
34567 LatexCommand href
34568 name "caption"
34569 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34570
34571 \end_inset
34572
34573
34574 \series default
34575
34576 \begin_inset Index idx
34577 status collapsed
34578
34579 \begin_layout Plain Layout
34580 LaTeX-paquetes ! caption
34581 \end_layout
34582
34583 \end_inset
34584
34585
34586 \end_layout
34587
34588 \begin_layout Bibliography
34589 \labelwidthstring Bibliografía
34590 \begin_inset CommandInset bibitem
34591 LatexCommand bibitem
34592 key "endfloat"
34593
34594 \end_inset
34595
34596 Documentación del paquete LaTeX 
34597 \series bold
34598
34599 \begin_inset CommandInset href
34600 LatexCommand href
34601 name "endfloat"
34602 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34603
34604 \end_inset
34605
34606
34607 \series default
34608
34609 \begin_inset Index idx
34610 status collapsed
34611
34612 \begin_layout Plain Layout
34613 LaTeX-paquetes ! endfloat
34614 \end_layout
34615
34616 \end_inset
34617
34618
34619 \end_layout
34620
34621 \begin_layout Bibliography
34622 \labelwidthstring Bibliografía
34623 \begin_inset CommandInset bibitem
34624 LatexCommand bibitem
34625 key "wrapfig"
34626
34627 \end_inset
34628
34629 Documentación del paquete LaTeX 
34630 \series bold
34631
34632 \begin_inset CommandInset href
34633 LatexCommand href
34634 name "wrapfig"
34635 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34636
34637 \end_inset
34638
34639
34640 \series default
34641
34642 \begin_inset Index idx
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646 LaTeX-paquetes ! wrapfig
34647 \begin_inset ERT
34648 status collapsed
34649
34650 \begin_layout Plain Layout
34651
34652
34653 \backslash
34654 vspace{4mm}
34655 \end_layout
34656
34657 \end_inset
34658
34659
34660 \end_layout
34661
34662 \end_inset
34663
34664
34665 \end_layout
34666
34667 \begin_layout Bibliography
34668 \labelwidthstring Bibliografía
34669 \begin_inset CommandInset bibitem
34670 LatexCommand bibitem
34671 key "footmisc"
34672
34673 \end_inset
34674
34675 Documentación del paquete LaTeX 
34676 \series bold
34677
34678 \begin_inset CommandInset href
34679 LatexCommand href
34680 name "footmisc"
34681 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34682
34683 \end_inset
34684
34685
34686 \series default
34687
34688 \begin_inset Index idx
34689 status collapsed
34690
34691 \begin_layout Plain Layout
34692 LaTeX-paquetes ! footmisc
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \end_layout
34699
34700 \begin_layout Bibliography
34701 \labelwidthstring Bibliografía
34702 \begin_inset CommandInset bibitem
34703 LatexCommand bibitem
34704 key "hypcap"
34705
34706 \end_inset
34707
34708 Documentación del paquete LaTeX 
34709 \series bold
34710
34711 \begin_inset CommandInset href
34712 LatexCommand href
34713 name "hypcap"
34714 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34715
34716 \end_inset
34717
34718
34719 \series default
34720
34721 \begin_inset Index idx
34722 status collapsed
34723
34724 \begin_layout Plain Layout
34725 LaTeX-paquetes ! hyperref
34726 \end_layout
34727
34728 \end_inset
34729
34730
34731 \end_layout
34732
34733 \begin_layout Bibliography
34734 \labelwidthstring Bibliografía
34735 \begin_inset CommandInset bibitem
34736 LatexCommand bibitem
34737 key "hyperref"
34738
34739 \end_inset
34740
34741 Documentación del paquete LaTeX 
34742 \series bold
34743
34744 \begin_inset CommandInset href
34745 LatexCommand href
34746 name "hyperref"
34747 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34748
34749 \end_inset
34750
34751
34752 \series default
34753
34754 \begin_inset Index idx
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758 LaTeX-paquetes ! hyperref
34759 \end_layout
34760
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \begin_layout Bibliography
34767 \labelwidthstring Bibliografía
34768 \begin_inset CommandInset bibitem
34769 LatexCommand bibitem
34770 key "KOMA-Script"
34771
34772 \end_inset
34773
34774 Documentación del paquete LaTeX 
34775 \series bold
34776
34777 \begin_inset CommandInset href
34778 LatexCommand href
34779 name "KOMA-Script"
34780 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34781
34782 \end_inset
34783
34784
34785 \series default
34786
34787 \begin_inset Index idx
34788 status collapsed
34789
34790 \begin_layout Plain Layout
34791 LaTeX-paquetes ! KOMA-Script
34792 \end_layout
34793
34794 \end_inset
34795
34796
34797 \end_layout
34798
34799 \begin_layout Bibliography
34800 \labelwidthstring Bibliografía
34801 \begin_inset CommandInset bibitem
34802 LatexCommand bibitem
34803 key "listings"
34804
34805 \end_inset
34806
34807 Documentación del paquete LaTeX 
34808 \series bold
34809
34810 \begin_inset CommandInset href
34811 LatexCommand href
34812 name "listings"
34813 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34814
34815 \end_inset
34816
34817
34818 \series default
34819
34820 \begin_inset Index idx
34821 status collapsed
34822
34823 \begin_layout Plain Layout
34824 LaTeX-paquetes ! listings
34825 \end_layout
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \begin_layout Bibliography
34833 \labelwidthstring Bibliografía
34834 \begin_inset CommandInset bibitem
34835 LatexCommand bibitem
34836 key "marginnote"
34837
34838 \end_inset
34839
34840 Documentación del paquete LaTeX 
34841 \series bold
34842
34843 \begin_inset CommandInset href
34844 LatexCommand href
34845 name "marginnote"
34846 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34847
34848 \end_inset
34849
34850
34851 \series default
34852
34853 \begin_inset Index idx
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857 LaTeX-paquetes ! marginnote
34858 \end_layout
34859
34860 \end_inset
34861
34862
34863 \end_layout
34864
34865 \begin_layout Bibliography
34866 \labelwidthstring Bibliografía
34867 \begin_inset CommandInset bibitem
34868 LatexCommand bibitem
34869 key "pstricks"
34870
34871 \end_inset
34872
34873 Página web del paquete LaTeX 
34874 \series bold
34875
34876 \begin_inset CommandInset href
34877 LatexCommand href
34878 name "PSTricks"
34879 target "http://tug.org/PSTricks/"
34880
34881 \end_inset
34882
34883
34884 \series default
34885
34886 \begin_inset Index idx
34887 status collapsed
34888
34889 \begin_layout Plain Layout
34890 LaTeX-paquetes ! PSTricks
34891 \end_layout
34892
34893 \end_inset
34894
34895
34896 \end_layout
34897
34898 \begin_layout Bibliography
34899 \labelwidthstring Bibliografía
34900 \begin_inset CommandInset bibitem
34901 LatexCommand bibitem
34902 key "sidecap"
34903
34904 \end_inset
34905
34906 Documentación del paquete LaTeX 
34907 \series bold
34908
34909 \begin_inset CommandInset href
34910 LatexCommand href
34911 name "sidecap"
34912 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34913
34914 \end_inset
34915
34916
34917 \series default
34918
34919 \begin_inset Index idx
34920 status collapsed
34921
34922 \begin_layout Plain Layout
34923 LaTeX-paquetes ! sidecap
34924 \end_layout
34925
34926 \end_inset
34927
34928
34929 \end_layout
34930
34931 \begin_layout Bibliography
34932 \labelwidthstring Bibliografía
34933 \begin_inset CommandInset bibitem
34934 LatexCommand bibitem
34935 key "prettyref"
34936
34937 \end_inset
34938
34939 Documentación del paquete LaTeX 
34940 \series bold
34941
34942 \begin_inset CommandInset href
34943 LatexCommand href
34944 name "prettyref"
34945 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34946
34947 \end_inset
34948
34949
34950 \series default
34951
34952 \begin_inset Index idx
34953 status collapsed
34954
34955 \begin_layout Plain Layout
34956 LaTeX-paquetes ! prettyref
34957 \end_layout
34958
34959 \end_inset
34960
34961
34962 \end_layout
34963
34964 \begin_layout Bibliography
34965 \labelwidthstring Bibliografía
34966 \begin_inset CommandInset bibitem
34967 LatexCommand bibitem
34968 key "refstyle"
34969
34970 \end_inset
34971
34972 Documentación del paquete LaTeX 
34973 \series bold
34974
34975 \begin_inset CommandInset href
34976 LatexCommand href
34977 name "refstyle"
34978 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
34979
34980 \end_inset
34981
34982
34983 \series default
34984
34985 \begin_inset Index idx
34986 status collapsed
34987
34988 \begin_layout Plain Layout
34989 LaTeX-paquetes ! refstyle
34990 \end_layout
34991
34992 \end_inset
34993
34994
34995 \end_layout
34996
34997 \begin_layout Bibliography
34998 \labelwidthstring Bibliografía
34999 \begin_inset CommandInset bibitem
35000 LatexCommand bibitem
35001 key "NewInLyX20"
35002
35003 \end_inset
35004
35005
35006 \begin_inset CommandInset href
35007 LatexCommand href
35008 name "Página wiki"
35009 target "http://wiki.lyx.org/LyX/NewInLyX20"
35010
35011 \end_inset
35012
35013  sobre características nuevas para la versión 
35014 \family sans
35015 LyX
35016 \begin_inset space ~
35017 \end_inset
35018
35019 2.0
35020 \family default
35021 .
35022 \end_layout
35023
35024 \begin_layout Standard
35025 \begin_inset CommandInset index_print
35026 LatexCommand printindex
35027 type "idx"
35028
35029 \end_inset
35030
35031
35032 \end_layout
35033
35034 \end_body
35035 \end_document