]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Spanish manuals: some translations by Ignacio
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{grisclaro}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125 % en español
126 \floatname{algorithm}{Algoritmo}
127
128
129 % redefine the greyed out note
130 \renewenvironment{lyxgreyedout}
131  {\textcolor{blue}\bgroup}{\egroup}
132
133 % ------------------------------------
134 % used to check for needed LaTeX packages
135 \usepackage{ifthen}
136
137 % check for package arydshln
138 % used for tables with dashed lines
139 \newboolean{arydshln}
140 \IfFileExists{arydshln.sty}
141  {\usepackage{arydshln}
142   \setboolean{arydshln}{true}}
143  {\setboolean{arydshln}{false}}
144
145 % check for package marginnote
146 % used for margin notes
147 \newboolean{marginnote}
148 \IfFileExists{marginnote.sty}
149  {\usepackage{marginnote}
150   \let\marginpar\marginnote
151   \setboolean{marginnote}{true}}
152  {\setboolean{marginnote}{false}}
153
154 % check for package sidecap
155 % used for captions on the side
156 \newboolean{sidecap}
157 \IfFileExists{sidecap.sty}
158  {\usepackage{sidecap}
159   \setboolean{sidecap}{true}}
160  {\setboolean{sidecap}{false}}
161
162 % redefine the \LyX macro for PDF bookmarks
163 \def\LyX{\texorpdfstring{%
164   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
165   {LyX}}
166
167 % to translate the listing label
168 % para traducir la etiqueta listing
169 \renewcommand{\lstlistingname}{Listado}
170 \end_preamble
171 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
172 \use_default_options false
173 \language spanish
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183
184 \graphics default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
189 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
202 \papersize default
203 \use_geometry false
204 \use_amsmath 2
205 \use_esint 0
206 \cite_engine basic
207 \use_bibtopic false
208 \paperorientation portrait
209 \secnumdepth 3
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle default
217 \bullet 1 1 34 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \author "" 
223 \author "" 
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
230  en LyX
231 \end_layout
232
233 \begin_layout Author
234 por el Equipo LyX
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
241  de Documentación de LyX: 
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
246 type "mailto:"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 Autor: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 Traducción de: Ignacio García
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \family sans
285 Versión 1.6.x
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset CommandInset toc
290 LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
303  estar instalados los paquetes LaTeX 
304 \series bold
305 arydshln
306 \series default
307
308 \series bold
309 colortbl
310 \series default
311
312 \series bold
313 marginnote
314 \series default
315  y 
316 \series bold
317 sidecap
318 \series default
319 .
320  Si no están instalados, también podrás exportar el documento, pero las
321  secciones en que dichos paquetes son necesarios no aparecen en la salida.
322 \end_layout
323
324 \begin_layout Plain Layout
325 La última versión en PDF de este documento puede encontrarse aquí:
326 \series bold
327
328 \begin_inset Newline newline
329 \end_inset
330
331 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Chapter
340 Figuras
341 \begin_inset Index
342 status collapsed
343
344 \begin_layout Plain Layout
345 Figuras
346 \end_layout
347
348 \end_inset
349
350
351 \begin_inset Index
352 status collapsed
353
354 \begin_layout Plain Layout
355 Gráficos|see
356 \begin_inset ERT
357 status collapsed
358
359 \begin_layout Plain Layout
360
361 {
362 \end_layout
363
364 \end_inset
365
366 Figuras
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372 }
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \begin_layout Section
386 Diálogo de gráficos
387 \begin_inset CommandInset label
388 LatexCommand label
389 name "sec:Diálogo-Gráficos"
390
391 \end_inset
392
393
394 \begin_inset Index
395 status collapsed
396
397 \begin_layout Plain Layout
398 Figuras ! Diálogo de gráficos
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Standard
407 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
408  texto que desees y haz clic en el icono 
409 \begin_inset Graphics
410         filename ../../images/dialog-show-new-inset_graphics.png
411         scale 85
412
413 \end_inset
414
415  o en el menú 
416 \family sans
417 Insertar\SpecialChar \menuseparator
418 Imagen
419 \family default
420 .
421  Aparecerá un diálogo para escoger el archivo a cargar.
422  La imagen aparecerá en el archivo de salida exactamente en la misma posición
423  en la que la has colocado.
424 \end_layout
425
426 \begin_layout Standard
427 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
428  una imagen.
429  Este diálogo tiene tres pestañas:
430 \end_layout
431
432 \begin_layout Description
433 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
434  presentación en LyX y en la salida.
435  En el apéndice
436 \begin_inset space ~
437 \end_inset
438
439
440 \begin_inset CommandInset ref
441 LatexCommand ref
442 reference "cap:Unidades-disponibles-en"
443
444 \end_inset
445
446  se detallan las unidades disponibles para el tamaño del gráfico.
447 \begin_inset Newline newline
448 \end_inset
449
450
451 \begin_inset Index
452 status collapsed
453
454 \begin_layout Plain Layout
455 Figuras ! Rotar
456 \end_layout
457
458 \end_inset
459
460 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
461  un ángulo y un origen de rotación.
462  La imagen también gira en LyX.
463 \begin_inset Newline newline
464 \end_inset
465
466
467 \begin_inset Index
468 status collapsed
469
470 \begin_layout Plain Layout
471 Figuras ! Escalar
472 \end_layout
473
474 \end_inset
475
476 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
477  la altura y la anchura.
478  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
479  automáticamente.
480  Si fijas ambas dimensiones
481 \family sans
482 ,
483 \family default
484  la imagen se adaptará a ellas, posiblemente distorsionada.
485  Para evitar distorsión en la imagen marca la opción 
486 \family sans
487 Mantener
488 \begin_inset space ~
489 \end_inset
490
491 proporción
492 \family default
493 .
494  En ese caso la imagen será escalada de forma que su anchura y su altura
495  no excedan de las dimensiones especificadas.
496 \begin_inset Newline newline
497 \end_inset
498
499 Las imágenes se pueden abrir en el programa de tu elección con la entrada
500  
501 \family sans
502  Editar
503 \begin_inset space ~
504 \end_inset
505
506  externamente
507 \family default
508  del menú contextual que aparece al hacer clic derecho sobre la imagen.
509  Los programas visor y editor para cada formato de imagen se pueden establecer
510  en la configuración de formatos de archivo de las preferencias de LyX.
511 \end_layout
512
513 \begin_layout Description
514 Recorte Alternativamente al escalado, es posible establecer las coordenadas
515  de la imagen para ajustar su altura y anchura en la salida.
516  Además, las coordenadas se pueden calcular automáticamente pinchando el
517  botón 
518 \family sans
519 Obtener
520 \begin_inset space ~
521 \end_inset
522
523 de
524 \begin_inset space ~
525 \end_inset
526
527 archivo
528 \family default
529 .
530  El botón 
531 \family sans
532 Recortar
533 \begin_inset space ~
534 \end_inset
535
536 al
537 \begin_inset space ~
538 \end_inset
539
540 cuadro
541 \begin_inset space ~
542 \end_inset
543
544 delimitador
545 \family default
546  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
547 as.
548  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
549 \end_layout
550
551 \begin_layout Description
552 Opciones
553 \begin_inset space ~
554 \end_inset
555
556 de
557 \begin_inset space ~
558 \end_inset
559
560 LaTeX
561 \begin_inset space ~
562 \end_inset
563
564 y
565 \begin_inset space ~
566 \end_inset
567
568 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
569  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
570 \begin_inset Newline newline
571 \end_inset
572
573 La opción 
574 \family sans
575 Modo
576 \begin_inset space ~
577 \end_inset
578
579 borrador
580 \family default
581  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
582 \begin_inset Newline newline
583 \end_inset
584
585 La opción 
586 \family sans
587 No
588 \begin_inset space ~
589 \end_inset
590
591 descomprimir
592 \begin_inset space ~
593 \end_inset
594
595 al
596 \begin_inset space ~
597 \end_inset
598
599 exportar
600 \family default
601  sólo afecta a los gráficos EPS comprimidos, p.
602 \begin_inset space \thinspace{}
603 \end_inset
604
605 e.
606 \begin_inset space ~
607 \end_inset
608
609
610 \emph on
611 x.eps.gz
612 \emph default
613 .
614  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
615  puesto que LaTeX puede manejarlas como están.
616 \begin_inset Newline newline
617 \end_inset
618
619 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
620  utiliza PostScript como formato de salida, véase apéndice
621 \begin_inset space ~
622 \end_inset
623
624
625 \begin_inset CommandInset ref
626 LatexCommand ref
627 reference "sec:PostScript"
628
629 \end_inset
630
631 .
632  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
633  o en consola de Windows:
634 \begin_inset Newline newline
635 \end_inset
636
637
638 \series bold
639 gzip x.eps
640 \series default
641
642 \begin_inset Newline newline
643 \end_inset
644
645
646 \series bold
647 zgrep %%Bounding x.eps.gz > x.eps.bb
648 \series default
649
650 \begin_inset Newline newline
651 \end_inset
652
653 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
654  LaTeX para gráficos comprimidos.
655 \begin_inset Newline newline
656 \end_inset
657
658 El campo 
659 \family sans
660 Nombre
661 \begin_inset space ~
662 \end_inset
663
664 de
665 \begin_inset space ~
666 \end_inset
667
668 grupo
669 \family default
670  permite definir un conjunto de ajustes de imagen.
671 \begin_inset Index
672 status collapsed
673
674 \begin_layout Plain Layout
675 Figuras ! Agrupación de ajustes
676 \end_layout
677
678 \end_inset
679
680  Las imágenes incluidas en un grupo comparten sus características, de modo
681  que al modificar las de una imagen del grupo se modifican igualmente las
682  de las demás imágenes del grupo.
683  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
684  necesidad de hacerlo individualmente para cada una de ellas.
685  Además se puede integrar una imagen en un grupo existente marcando el nombre
686  del mismo en el menú contextual de la imagen.
687  
688 \end_layout
689
690 \begin_layout Standard
691 \begin_inset VSpace bigskip
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 Esto es un ejemplo de imagen en formato EPS
699 \begin_inset Foot
700 status collapsed
701
702 \begin_layout Plain Layout
703 Los formatos de imagen se explican en el sección
704 \begin_inset space ~
705 \end_inset
706
707
708 \begin_inset CommandInset ref
709 LatexCommand ref
710 reference "sec:Formatos-de-imagen"
711
712 \end_inset
713
714 .
715 \end_layout
716
717 \end_inset
718
719  en un párrafo separado centrado horizontalmente:
720 \end_layout
721
722 \begin_layout Standard
723 \align center
724 \begin_inset Graphics
725         filename ../clipart/mobius.eps
726         scale 70
727         clip
728         rotateOrigin center
729
730 \end_inset
731
732
733 \end_layout
734
735 \begin_layout Standard
736 Esta es la misma imagen pero en modo borrador:
737 \end_layout
738
739 \begin_layout Standard
740 \align center
741 \begin_inset Graphics
742         filename ../clipart/mobius.eps
743         scale 70
744         draft
745         rotateOrigin center
746
747 \end_inset
748
749
750 \begin_inset Newpage newpage
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Section
757 Figuras flotantes
758 \begin_inset CommandInset label
759 LatexCommand label
760 name "sec:Figuras-Flotantes"
761
762 \end_inset
763
764
765 \begin_inset Index
766 status collapsed
767
768 \begin_layout Plain Layout
769 Flotantes ! Figuras
770 \end_layout
771
772 \end_inset
773
774
775 \begin_inset Index
776 status collapsed
777
778 \begin_layout Plain Layout
779 Figuras ! Flotantes
780 \end_layout
781
782 \end_inset
783
784
785 \end_layout
786
787 \begin_layout Standard
788 Para información general sobre flotantes, echa una ojeada a la sección
789 \begin_inset space ~
790 \end_inset
791
792
793 \begin_inset CommandInset ref
794 LatexCommand ref
795 reference "sec:Introducción-Flotantes"
796
797 \end_inset
798
799 .
800 \end_layout
801
802 \begin_layout Standard
803 El botón 
804 \begin_inset Graphics
805         filename ../../images/float-insert_figure.png
806         scale 85
807
808 \end_inset
809
810  y el menú 
811 \family sans
812 Insertar\SpecialChar \menuseparator
813 Flotante\SpecialChar \menuseparator
814 Figura
815 \family default
816  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
817  La imagen se puede insertar sobre la leyenda, como en la figura
818 \begin_inset space ~
819 \end_inset
820
821
822 \begin_inset CommandInset ref
823 LatexCommand ref
824 reference "fig:kill-plat"
825
826 \end_inset
827
828 , o bajo ella, como en la figura
829 \begin_inset space ~
830 \end_inset
831
832
833 \begin_inset CommandInset ref
834 LatexCommand ref
835 reference "fig:escher"
836
837 \end_inset
838
839 .
840  Más información sobre ubicación de leyendas en la sección
841 \begin_inset space ~
842 \end_inset
843
844
845 \begin_inset CommandInset ref
846 LatexCommand ref
847 reference "sec:Colocación-de-leyendas"
848
849 \end_inset
850
851 .
852 \end_layout
853
854 \begin_layout Standard
855 \begin_inset Float figure
856 wide false
857 sideways false
858 status open
859
860 \begin_layout Plain Layout
861 \align center
862 \begin_inset Graphics
863         filename ../clipart/platypus.eps
864         width 50col%
865         rotateOrigin center
866
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Plain Layout
873 \begin_inset Caption
874
875 \begin_layout Plain Layout
876 \begin_inset CommandInset label
877 LatexCommand label
878 name "fig:kill-plat"
879
880 \end_inset
881
882 Un ornitorrinco muy distorsionado en un flotante.
883 \end_layout
884
885 \end_inset
886
887
888 \end_layout
889
890 \end_inset
891
892
893 \end_layout
894
895 \begin_layout Standard
896 \begin_inset Float figure
897 wide false
898 sideways false
899 status open
900
901 \begin_layout Plain Layout
902 \begin_inset Caption
903
904 \begin_layout Plain Layout
905 \begin_inset CommandInset label
906 LatexCommand label
907 name "fig:escher"
908
909 \end_inset
910
911 M.C.
912  Escher en ácido.
913 \end_layout
914
915 \end_inset
916
917
918 \end_layout
919
920 \begin_layout Plain Layout
921 \align center
922 \begin_inset Graphics
923         filename ../clipart/escher-lsd.eps
924         scale 80
925         rotateOrigin center
926
927 \end_inset
928
929
930 \end_layout
931
932 \end_inset
933
934
935 \end_layout
936
937 \begin_layout Standard
938 \begin_inset Index
939 status collapsed
940
941 \begin_layout Plain Layout
942 Referencias ! a figuras
943 \end_layout
944
945 \end_inset
946
947 Las figuras
948 \begin_inset space ~
949 \end_inset
950
951
952 \begin_inset CommandInset ref
953 LatexCommand ref
954 reference "fig:kill-plat"
955
956 \end_inset
957
958  y 
959 \begin_inset CommandInset ref
960 LatexCommand ref
961 reference "fig:escher"
962
963 \end_inset
964
965  son ejemplos de figuras con referencias cruzadas.
966  Las figuras pueden tener referencias cruzadas en el documento mediante
967  referencia a su etiqueta.
968  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
969 \family sans
970 Insertar\SpecialChar \menuseparator
971 Etiqueta
972 \family default
973  o el botón 
974 \begin_inset Graphics
975         filename ../../images/label-insert.png
976         scale 85
977
978 \end_inset
979
980 .
981  Ahora puedes referirte a la etiqueta usando el menú 
982 \family sans
983 Insertar\SpecialChar \menuseparator
984 Referencia
985 \begin_inset space ~
986 \end_inset
987
988 cruzada
989 \family default
990  o el botón 
991 \begin_inset Graphics
992         filename ../../images/dialog-show-new-inset_ref.png
993         scale 85
994
995 \end_inset
996
997 .
998  Es importante emplear referencias a flotantes, mejor que alusiones vagas
999  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1000  en el documento final, podría no quedar «arriba» precisamente.
1001 \begin_inset Newline newline
1002 \end_inset
1003
1004 Las referencias se explican con detalle en la sección
1005 \begin_inset space ~
1006 \end_inset
1007
1008
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "sec:Referencias-a-Flotantes"
1012
1013 \end_inset
1014
1015 .
1016 \end_layout
1017
1018 \begin_layout Standard
1019 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1020  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1021  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1022  existente.
1023  La figura
1024 \begin_inset space ~
1025 \end_inset
1026
1027
1028 \begin_inset CommandInset ref
1029 LatexCommand ref
1030 reference "fig:Dos-imágenes-distorsionadas"
1031
1032 \end_inset
1033
1034  es un ejemplo de figura flotante con dos imágenes adosadas.
1035  También se pueden poner una sobre otra.
1036  Las subfiguras son
1037 \begin_inset space ~
1038 \end_inset
1039
1040
1041 \begin_inset CommandInset ref
1042 LatexCommand ref
1043 reference "fig:Estructura-indefinible"
1044
1045 \end_inset
1046
1047  y
1048 \begin_inset space ~
1049 \end_inset
1050
1051
1052 \begin_inset CommandInset ref
1053 LatexCommand ref
1054 reference "fig:Ornitorrinco"
1055
1056 \end_inset
1057
1058 .
1059 \end_layout
1060
1061 \begin_layout Standard
1062 \begin_inset Float figure
1063 wide false
1064 sideways false
1065 status open
1066
1067 \begin_layout Plain Layout
1068 \begin_inset space \hfill{}
1069 \end_inset
1070
1071
1072 \begin_inset Float figure
1073 wide false
1074 sideways false
1075 status open
1076
1077 \begin_layout Plain Layout
1078 \begin_inset Caption
1079
1080 \begin_layout Plain Layout
1081 \begin_inset CommandInset label
1082 LatexCommand label
1083 name "fig:Estructura-indefinible"
1084
1085 \end_inset
1086
1087 Estructura indefinible
1088 \end_layout
1089
1090 \end_inset
1091
1092
1093 \end_layout
1094
1095 \begin_layout Plain Layout
1096 \begin_inset Graphics
1097         filename ../clipart/escher-lsd.eps
1098         width 45col%
1099         groupId distorsionadas
1100
1101 \end_inset
1102
1103
1104 \end_layout
1105
1106 \end_inset
1107
1108
1109 \begin_inset space \hfill{}
1110 \end_inset
1111
1112
1113 \begin_inset Float figure
1114 wide false
1115 sideways false
1116 status open
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Ornitorrinco"
1125
1126 \end_inset
1127
1128 Ornitorrinco
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Graphics
1138         filename ../clipart/platypus.eps
1139         width 45col%
1140         groupId distorsionadas
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \begin_inset space \hfill{}
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \begin_layout Plain Layout
1157 \begin_inset Caption
1158
1159 \begin_layout Plain Layout
1160 \begin_inset CommandInset label
1161 LatexCommand label
1162 name "fig:Dos-imágenes-distorsionadas"
1163
1164 \end_inset
1165
1166 Dos imágenes distorsionadas.
1167  Ambas están en el grupo llamado «distorsionadas».
1168 \end_layout
1169
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \end_inset
1176
1177
1178 \begin_inset Newpage newpage
1179 \end_inset
1180
1181
1182 \end_layout
1183
1184 \begin_layout Section
1185 Formatos de imagen
1186 \begin_inset CommandInset label
1187 LatexCommand label
1188 name "sec:Formatos-de-imagen"
1189
1190 \end_inset
1191
1192
1193 \begin_inset Index
1194 status collapsed
1195
1196 \begin_layout Plain Layout
1197 Formatos de imagen
1198 \end_layout
1199
1200 \end_inset
1201
1202
1203 \begin_inset Index
1204 status collapsed
1205
1206 \begin_layout Plain Layout
1207 Figuras ! Formatos de imagen
1208 \end_layout
1209
1210 \end_inset
1211
1212
1213 \end_layout
1214
1215 \begin_layout Standard
1216 Puedes insertar imágenes en cualquier formato.
1217  Pero como se explica en el apéndice
1218 \begin_inset space ~
1219 \end_inset
1220
1221
1222 \begin_inset CommandInset ref
1223 LatexCommand ref
1224 reference "cap:Formatos-de-Archivos-de-Salida"
1225
1226 \end_inset
1227
1228 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1229  de archivo de imagen.
1230  Por eso LyX usa el programa 
1231 \family typewriter
1232 ImageMagick
1233 \family default
1234  en segundo plano para convertir imágenes al formato adecuado.
1235  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1236  los formatos de imagen admitidos en el formato de archivo de salida.
1237  Los formatos de salida se explican en el apéndice
1238 \begin_inset space ~
1239 \end_inset
1240
1241
1242 \begin_inset CommandInset ref
1243 LatexCommand ref
1244 reference "cap:Formatos-de-Archivos-de-Salida"
1245
1246 \end_inset
1247
1248 .
1249 \end_layout
1250
1251 \begin_layout Standard
1252 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1253 \end_layout
1254
1255 \begin_layout Description
1256 Imágenes
1257 \begin_inset space ~
1258 \end_inset
1259
1260 mapa
1261 \begin_inset space ~
1262 \end_inset
1263
1264 de
1265 \begin_inset space ~
1266 \end_inset
1267
1268 bits
1269 \begin_inset space ~
1270 \end_inset
1271
1272 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1273  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1274  de zoom.
1275  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1276  Format» (GIF, extensión «
1277 \family typewriter
1278 .gif
1279 \family default
1280 »)
1281 \begin_inset Index
1282 status collapsed
1283
1284 \begin_layout Plain Layout
1285 GIF|see
1286 \begin_inset ERT
1287 status collapsed
1288
1289 \begin_layout Plain Layout
1290
1291 {
1292 \end_layout
1293
1294 \end_inset
1295
1296 Formatos de imagen
1297 \begin_inset ERT
1298 status collapsed
1299
1300 \begin_layout Plain Layout
1301
1302 }
1303 \end_layout
1304
1305 \end_inset
1306
1307
1308 \end_layout
1309
1310 \end_inset
1311
1312 , «Portable Network Graphics» (PNG, extensión «
1313 \family typewriter
1314 .png
1315 \family default
1316 »)
1317 \begin_inset Index
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321 PNG|see
1322 \begin_inset ERT
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326
1327 {
1328 \end_layout
1329
1330 \end_inset
1331
1332 Formatos de imagen
1333 \begin_inset ERT
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337
1338 }
1339 \end_layout
1340
1341 \end_inset
1342
1343
1344 \end_layout
1345
1346 \end_inset
1347
1348 , y «Joint Photographic Experts Group» (JPG, extensión «
1349 \family typewriter
1350 .jpg
1351 \family default
1352 » o «
1353 \family typewriter
1354 .jpeg
1355 \family default
1356 »)
1357 \begin_inset Index
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361 JPG|see
1362 \begin_inset ERT
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366
1367 {
1368 \end_layout
1369
1370 \end_inset
1371
1372 Formatos de imagen
1373 \begin_inset ERT
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377
1378 }
1379 \end_layout
1380
1381 \end_inset
1382
1383
1384 \end_layout
1385
1386 \end_inset
1387
1388 .
1389 \end_layout
1390
1391 \begin_layout Description
1392 Imágenes
1393 \begin_inset space ~
1394 \end_inset
1395
1396 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1397 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1398  La posibilidad de escalado hace falta para crear presentaciones, porque
1399  éstas siempre son escaladas por el proyector.
1400  El escalado también es útil en los documentos en línea para permitir el
1401  zoom en diagramas.
1402 \begin_inset Newline newline
1403 \end_inset
1404
1405 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1406  extensión «
1407 \family typewriter
1408 .svg
1409 \family default
1410 »)
1411 \begin_inset Index
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 SVG|see
1416 \begin_inset ERT
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420
1421 {
1422 \end_layout
1423
1424 \end_inset
1425
1426 Formatos de imagen
1427 \begin_inset ERT
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431
1432 }
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \end_layout
1439
1440 \end_inset
1441
1442 , «Encapsulated PostScript» (EPS, extensión «
1443 \family typewriter
1444 .eps
1445 \family default
1446 »)
1447 \begin_inset Index
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 EPS|see
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 {
1458 \end_layout
1459
1460 \end_inset
1461
1462 Formatos de imagen
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 }
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \end_inset
1477
1478 , «Portable Document Format» (PDF, extensión «
1479 \family typewriter
1480 .pdf
1481 \family default
1482 »)
1483 \begin_inset Index
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487 PDF|see
1488 \begin_inset ERT
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492
1493 {
1494 \end_layout
1495
1496 \end_inset
1497
1498 Formatos de imagen
1499 \begin_inset ERT
1500 status collapsed
1501
1502 \begin_layout Plain Layout
1503
1504 }
1505 \end_layout
1506
1507 \end_inset
1508
1509
1510 \end_layout
1511
1512 \end_inset
1513
1514 , y «Windows Metafile» (WMF, extensión «
1515 \family typewriter
1516 .wmf
1517 \family default
1518 »)
1519 \begin_inset Index
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 WMF|see
1524 \begin_inset ERT
1525 status collapsed
1526
1527 \begin_layout Plain Layout
1528
1529 {
1530 \end_layout
1531
1532 \end_inset
1533
1534 Formatos de imagen
1535 \begin_inset ERT
1536 status collapsed
1537
1538 \begin_layout Plain Layout
1539
1540 }
1541 \end_layout
1542
1543 \end_inset
1544
1545
1546 \end_layout
1547
1548 \end_inset
1549
1550 .
1551  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1552  a PDF o EPS y el resultado será todavía una imagen bitmap.
1553  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1554  a la imagen original.
1555 \begin_inset Foot
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559 En el caso de PDF, además se comprime la imagen original.
1560 \end_layout
1561
1562 \end_inset
1563
1564  Por ejemplo, los archivos PDF generados por 
1565 \family typewriter
1566 Adobe Photoshop
1567 \family default
1568  son imágenes bitmap.
1569 \end_layout
1570
1571 \begin_layout Standard
1572 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1573  al contrario.
1574  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1575  archivos de salida PDF y PostScript, respectivamente.
1576  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1577  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1578 \begin_inset Formula $\to$
1579 \end_inset
1580
1581  PDF/EPS.
1582 \end_layout
1583
1584 \begin_layout Chapter
1585 Tablas
1586 \begin_inset Index
1587 status collapsed
1588
1589 \begin_layout Plain Layout
1590 Tablas
1591 \end_layout
1592
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \begin_layout Section
1599 Introducción
1600 \begin_inset Index
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604 Tablas ! Introducción
1605 \end_layout
1606
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \begin_layout Standard
1613 Puede insertarse una tabla mediante el botón 
1614 \begin_inset Graphics
1615         filename ../../images/tabular-insert.png
1616         scale 85
1617
1618 \end_inset
1619
1620  o el menú 
1621 \family sans
1622 Insertar\SpecialChar \menuseparator
1623 Tabla
1624 \family default
1625 .
1626  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1627  el número de filas y de columnas de la tabla.
1628  Si usas el menú aparece un diálogo en el que se pide el número de filas
1629  y columnas.
1630  
1631 \begin_inset Newline newline
1632 \end_inset
1633
1634 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1635  fila aparece separada por una línea doble: la línea inferior de la primera
1636  fila y la línea superior de la segunda fila.
1637  Ejemplo de tabla:
1638 \end_layout
1639
1640 \begin_layout Standard
1641 \align center
1642 \begin_inset Tabular
1643 <lyxtabular version="3" rows="4" columns="4">
1644 <features>
1645 <column alignment="center" valignment="top" width="0">
1646 <column alignment="center" valignment="top" width="0pt">
1647 <column alignment="center" valignment="top" width="0in">
1648 <column alignment="center" valignment="top" width="0pt">
1649 <row>
1650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1651 \begin_inset Text
1652
1653 \begin_layout Plain Layout
1654
1655 \end_layout
1656
1657 \end_inset
1658 </cell>
1659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1660 \begin_inset Text
1661
1662 \begin_layout Plain Layout
1663
1664 \family roman
1665 \series medium
1666 \shape up
1667 \size normal
1668 \emph off
1669 \bar no
1670 \noun off
1671 \color none
1672 1
1673 \end_layout
1674
1675 \end_inset
1676 </cell>
1677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1678 \begin_inset Text
1679
1680 \begin_layout Plain Layout
1681 2
1682 \end_layout
1683
1684 \end_inset
1685 </cell>
1686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1687 \begin_inset Text
1688
1689 \begin_layout Plain Layout
1690 3
1691 \end_layout
1692
1693 \end_inset
1694 </cell>
1695 </row>
1696 <row>
1697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1698 \begin_inset Text
1699
1700 \begin_layout Plain Layout
1701
1702 \family roman
1703 \series medium
1704 \shape up
1705 \size normal
1706 \emph off
1707 \bar no
1708 \noun off
1709 \color none
1710 A
1711 \end_layout
1712
1713 \end_inset
1714 </cell>
1715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1716 \begin_inset Text
1717
1718 \begin_layout Plain Layout
1719
1720 \end_layout
1721
1722 \end_inset
1723 </cell>
1724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1725 \begin_inset Text
1726
1727 \begin_layout Plain Layout
1728
1729 \end_layout
1730
1731 \end_inset
1732 </cell>
1733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Plain Layout
1737
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 </row>
1743 <row>
1744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Plain Layout
1748
1749 \family roman
1750 \series medium
1751 \shape up
1752 \size normal
1753 \emph off
1754 \bar no
1755 \noun off
1756 \color none
1757 B
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766
1767 \end_layout
1768
1769 \end_inset
1770 </cell>
1771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775
1776 \size normal
1777 \noun off
1778 \color none
1779  
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 </row>
1794 <row>
1795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1796 \begin_inset Text
1797
1798 \begin_layout Plain Layout
1799
1800 \family roman
1801 \series medium
1802 \shape up
1803 \size normal
1804 \emph off
1805 \bar no
1806 \noun off
1807 \color none
1808 C
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 </row>
1841 </lyxtabular>
1842
1843 \end_inset
1844
1845
1846 \end_layout
1847
1848 \begin_layout Section
1849 Diálogo de tablas
1850 \begin_inset Index
1851 status collapsed
1852
1853 \begin_layout Plain Layout
1854 Tablas ! Diálogo
1855 \end_layout
1856
1857 \end_inset
1858
1859
1860 \end_layout
1861
1862 \begin_layout Standard
1863 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1864  pinchar sobre ella con el botón derecho del ratón.
1865  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1866  encuentra el cursor.
1867  La mayoría de opciones también trabajan sobre una selección de celdas,
1868  de filas o de columnas.
1869  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1870  su 
1871 \emph on
1872 contenido
1873 \emph default
1874 .
1875  En el cuadro de diálogo aparecen las siguientes solapas:
1876 \end_layout
1877
1878 \begin_layout Description
1879
1880 \family sans
1881 Configuración
1882 \begin_inset space ~
1883 \end_inset
1884
1885 de
1886 \begin_inset space ~
1887 \end_inset
1888
1889 la
1890 \begin_inset space ~
1891 \end_inset
1892
1893 tabla
1894 \family default
1895  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1896  actual.
1897  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1898  Una anchura determinada permite tener saltos de línea y distintos párrafos
1899  de texto, véase sección 
1900 \begin_inset space ~
1901 \end_inset
1902
1903
1904 \begin_inset CommandInset ref
1905 LatexCommand ref
1906 reference "sub:Líneas-Múltiples-en"
1907
1908 \end_inset
1909
1910 .
1911  Si no estableces anchura, la columna será tan ancha como el contenido de
1912  la celda más ancha.
1913 \begin_inset Newline newline
1914 \end_inset
1915
1916 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1917  véase sección
1918 \begin_inset space ~
1919 \end_inset
1920
1921
1922 \begin_inset CommandInset ref
1923 LatexCommand ref
1924 reference "sub:Multicolumnas"
1925
1926 \end_inset
1927
1928 .
1929 \begin_inset Newline newline
1930 \end_inset
1931
1932 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1933  90º en el sentido de las agujas del reloj.
1934  La rotación no se ve en LyX, sí en la salida.
1935 \begin_inset Newline newline
1936 \end_inset
1937
1938
1939 \begin_inset Note Greyedout
1940 status open
1941
1942 \begin_layout Plain Layout
1943
1944 \series bold
1945 Nota:
1946 \series default
1947  no todos los visores DVI pueden mostrar rotaciones.
1948 \end_layout
1949
1950 \end_inset
1951
1952
1953 \begin_inset Newline newline
1954 \end_inset
1955
1956 También es posible introducir argumentos LaTeX necesarios para formatos
1957  especiales, véanse las secciones
1958 \begin_inset space ~
1959 \end_inset
1960
1961
1962 \begin_inset CommandInset ref
1963 LatexCommand ref
1964 reference "sub:Cálculos-en-Multicolumnas"
1965
1966 \end_inset
1967
1968  y
1969 \begin_inset space ~
1970 \end_inset
1971
1972
1973 \begin_inset CommandInset ref
1974 LatexCommand ref
1975 reference "sec:Tablas-Coloreadas"
1976
1977 \end_inset
1978
1979 .
1980 \end_layout
1981
1982 \begin_layout Description
1983
1984 \family sans
1985 Bordes
1986 \family default
1987  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1988  Puedes elegir para la tabla un estilo 
1989 \family sans
1990 Formal
1991 \family default
1992 , como se describe en la sección
1993 \begin_inset space ~
1994 \end_inset
1995
1996
1997 \begin_inset CommandInset ref
1998 LatexCommand ref
1999 reference "sec:Tablas-Formales"
2000
2001 \end_inset
2002
2003 .
2004 \begin_inset Newline newline
2005 \end_inset
2006
2007 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2008  se describe en la sección
2009 \begin_inset space ~
2010 \end_inset
2011
2012
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "sub:Espacio-adicional"
2016
2017 \end_inset
2018
2019
2020 \end_layout
2021
2022 \begin_layout Description
2023
2024 \family sans
2025 Tabla
2026 \begin_inset space ~
2027 \end_inset
2028
2029 larga
2030 \family default
2031  Para hacer 
2032 \emph on
2033 tablas largas
2034 \emph default
2035  que pueden extenderse por varias páginas.
2036  Las secciones
2037 \begin_inset space ~
2038 \end_inset
2039
2040
2041 \begin_inset CommandInset ref
2042 LatexCommand ref
2043 reference "sec:Tablas-Largas"
2044
2045 \end_inset
2046
2047  y 
2048 \begin_inset CommandInset ref
2049 LatexCommand ref
2050 reference "sec:Particularidades-tablas-largas"
2051
2052 \end_inset
2053
2054  describen sus características en detalle.
2055 \end_layout
2056
2057 \begin_layout Standard
2058 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2059  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2060  aparecerá inmediatamente en el diálogo.
2061 \end_layout
2062
2063 \begin_layout Section
2064 Barra de herramientas de tabla
2065 \begin_inset Index
2066 status collapsed
2067
2068 \begin_layout Plain Layout
2069 Tablas ! Barra de herramientas
2070 \end_layout
2071
2072 \end_inset
2073
2074
2075 \end_layout
2076
2077 \begin_layout Standard
2078 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2079  para cambiar las tablas de manera más rápida.
2080  Normalmente debería aparecer en la parte inferior de la ventana principal
2081  de LyX cuando el cursor está dentro de una tabla.
2082  En cualquier momento se puede presentar esta barra pinchando con el botón
2083  derecho del ratón en cualquier punto de la barra principal de menú.
2084 \end_layout
2085
2086 \begin_layout Standard
2087 La barra de herramientas tiene los siguientes iconos:
2088 \end_layout
2089
2090 \begin_layout Labeling
2091 \labelwidthstring 00.00.0000
2092 \begin_inset Graphics
2093         filename ../../images/tabular-feature_append-row.png
2094
2095 \end_inset
2096
2097  añade una fila bajo la celda actual o selección
2098 \end_layout
2099
2100 \begin_layout Labeling
2101 \labelwidthstring 00.00.0000
2102 \begin_inset Graphics
2103         filename ../../images/tabular-feature_append-column.png
2104
2105 \end_inset
2106
2107  añade una columna a la derecha de la celda actual o selección
2108 \end_layout
2109
2110 \begin_layout Labeling
2111 \labelwidthstring 00.00.0000
2112 \begin_inset Graphics
2113         filename ../../images/tabular-feature_delete-row.png
2114
2115 \end_inset
2116
2117  borra la fila actual o selección
2118 \end_layout
2119
2120 \begin_layout Labeling
2121 \labelwidthstring 00.00.0000
2122 \begin_inset Graphics
2123         filename ../../images/tabular-feature_delete-column.png
2124
2125 \end_inset
2126
2127  borra la columna actual o selección
2128 \end_layout
2129
2130 \begin_layout Labeling
2131 \labelwidthstring 00.00.0000
2132 \begin_inset Graphics
2133         filename ../../images/tabular-feature_toggle-line-top.png
2134
2135 \end_inset
2136
2137  añade una línea sobre la celda/fila actual o la selección
2138 \end_layout
2139
2140 \begin_layout Labeling
2141 \labelwidthstring 00.00.0000
2142 \begin_inset Graphics
2143         filename ../../images/tabular-feature_toggle-line-bottom.png
2144
2145 \end_inset
2146
2147  añade una línea bajo la celda/fila actual o la selección
2148 \end_layout
2149
2150 \begin_layout Labeling
2151 \labelwidthstring 00.00.0000
2152 \begin_inset Graphics
2153         filename ../../images/tabular-feature_toggle-line-left.png
2154
2155 \end_inset
2156
2157  añade una línea a la izquierda de la celda/fila actual o la selección
2158 \end_layout
2159
2160 \begin_layout Labeling
2161 \labelwidthstring 00.00.0000
2162 \begin_inset Graphics
2163         filename ../../images/tabular-feature_toggle-line-right.png
2164
2165 \end_inset
2166
2167  añade una línea a la derecha de la celda/fila actual o la selección
2168 \end_layout
2169
2170 \begin_layout Labeling
2171 \labelwidthstring 00.00.0000
2172 \begin_inset Graphics
2173         filename ../../images/tabular-feature_set-all-lines.png
2174
2175 \end_inset
2176
2177  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2178  actual no es multicolumna esto afecta también a la fila y a la columna)
2179 \end_layout
2180
2181 \begin_layout Labeling
2182 \labelwidthstring 00.00.0000
2183 \begin_inset Graphics
2184         filename ../../images/tabular-feature_unset-all-lines.png
2185
2186 \end_inset
2187
2188  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2189  actual no es multicolumna esto afecta también a la fila y a la columna)
2190 \end_layout
2191
2192 \begin_layout Labeling
2193 \labelwidthstring 00.00.0000
2194 \begin_inset Graphics
2195         filename ../../images/tabular-feature_m-align-left.png
2196
2197 \end_inset
2198
2199  alinea a la izquierda el contenido de la celda/columna
2200 \end_layout
2201
2202 \begin_layout Labeling
2203 \labelwidthstring 00.00.0000
2204 \begin_inset Graphics
2205         filename ../../images/tabular-feature_m-align-center.png
2206
2207 \end_inset
2208
2209  centra el contenido de la celda/columna horizontalmente
2210 \end_layout
2211
2212 \begin_layout Labeling
2213 \labelwidthstring 00.00.0000
2214 \begin_inset Graphics
2215         filename ../../images/tabular-feature_m-align-right.png
2216
2217 \end_inset
2218
2219  alinea a la derecha el contenido de la celda/columna
2220 \end_layout
2221
2222 \begin_layout Labeling
2223 \labelwidthstring 00.00.0000
2224 \begin_inset Graphics
2225         filename ../../images/tabular-feature_m-valign-top.png
2226
2227 \end_inset
2228
2229  alinea arriba el contenido de la celda
2230 \end_layout
2231
2232 \begin_layout Labeling
2233 \labelwidthstring 00.00.0000
2234 \begin_inset Graphics
2235         filename ../../images/tabular-feature_m-valign-middle.png
2236
2237 \end_inset
2238
2239  centra verticalmente el contenido de la celda
2240 \end_layout
2241
2242 \begin_layout Labeling
2243 \labelwidthstring 00.00.0000
2244 \begin_inset Graphics
2245         filename ../../images/tabular-feature_m-valign-bottom.png
2246
2247 \end_inset
2248
2249  alinea abajo el contenido de la celda
2250 \end_layout
2251
2252 \begin_layout Labeling
2253 \labelwidthstring 00.00.0000
2254 \begin_inset Graphics
2255         filename ../../images/tabular-feature_set-rotate-cell.png
2256
2257 \end_inset
2258
2259  gira la celda o selección 90° como las agujas de reloj
2260 \end_layout
2261
2262 \begin_layout Labeling
2263 \labelwidthstring 00.00.0000
2264 \begin_inset Graphics
2265         filename ../../images/tabular-feature_set-rotate-tabular.png
2266
2267 \end_inset
2268
2269  gira toda la tabla 90° como agujas del reloj
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274 \begin_inset Graphics
2275         filename ../../images/tabular-feature_multicolumn.png
2276
2277 \end_inset
2278
2279  establece la celda actual o selección como multicolumna
2280 \end_layout
2281
2282 \begin_layout Standard
2283 \begin_inset Note Greyedout
2284 status open
2285
2286 \begin_layout Plain Layout
2287
2288 \series bold
2289 Nota:
2290 \series default
2291  En la salida se emplea la alineación vertical de la primera celda de una
2292  fila para todas las celdas restantes de la fila.
2293 \end_layout
2294
2295 \end_inset
2296
2297
2298 \end_layout
2299
2300 \begin_layout Section
2301 Menú Editar Tabla
2302 \begin_inset Index
2303 status collapsed
2304
2305 \begin_layout Plain Layout
2306 Tablas ! Editar
2307 \end_layout
2308
2309 \end_inset
2310
2311
2312 \end_layout
2313
2314 \begin_layout Standard
2315 Además del diálogo y la barra de herramientas, el menú 
2316 \family sans
2317 Editar\SpecialChar \menuseparator
2318 Tabla
2319 \family default
2320  permite añadir y borrar bordes para la fila/columna actual y establecer
2321  la selección como multicolumna.
2322  El menú sólo está disponible si el cursor está en la tabla.
2323 \end_layout
2324
2325 \begin_layout Section
2326 Tablas flotantes
2327 \begin_inset CommandInset label
2328 LatexCommand label
2329 name "sec:Tablas-Flotantes"
2330
2331 \end_inset
2332
2333
2334 \begin_inset Index
2335 status collapsed
2336
2337 \begin_layout Plain Layout
2338 Flotantes ! Tablas
2339 \end_layout
2340
2341 \end_inset
2342
2343
2344 \begin_inset Index
2345 status collapsed
2346
2347 \begin_layout Plain Layout
2348 Tablas ! Flotantes
2349 \end_layout
2350
2351 \end_inset
2352
2353
2354 \end_layout
2355
2356 \begin_layout Standard
2357 Para una explicación general sobre flotantes, echa un vistazo a la sección
2358 \begin_inset space ~
2359 \end_inset
2360
2361
2362 \begin_inset CommandInset ref
2363 LatexCommand ref
2364 reference "sec:Introducción-Flotantes"
2365
2366 \end_inset
2367
2368 .
2369 \end_layout
2370
2371 \begin_layout Standard
2372 \begin_inset Float table
2373 placement h
2374 wide false
2375 sideways false
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379 \begin_inset Caption
2380
2381 \begin_layout Plain Layout
2382 \begin_inset CommandInset label
2383 LatexCommand label
2384 name "tab:una tabla flotante"
2385
2386 \end_inset
2387
2388 Una tabla flotante.
2389 \end_layout
2390
2391 \end_inset
2392
2393
2394 \end_layout
2395
2396 \begin_layout Plain Layout
2397 \align center
2398 \begin_inset Tabular
2399 <lyxtabular version="3" rows="3" columns="3">
2400 <features>
2401 <column alignment="center" valignment="top" width="0pt">
2402 <column alignment="center" valignment="top" width="0pt">
2403 <column alignment="center" valignment="top" width="0pt">
2404 <row>
2405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2406 \begin_inset Text
2407
2408 \begin_layout Plain Layout
2409
2410 \family roman
2411 \series medium
2412 \shape up
2413 \size normal
2414 \emph off
2415 \bar no
2416 \noun off
2417 \color none
2418 1
2419 \end_layout
2420
2421 \end_inset
2422 </cell>
2423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2424 \begin_inset Text
2425
2426 \begin_layout Plain Layout
2427
2428 \family roman
2429 \series medium
2430 \shape up
2431 \size normal
2432 \emph off
2433 \bar no
2434 \noun off
2435 \color none
2436 2
2437 \end_layout
2438
2439 \end_inset
2440 </cell>
2441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2442 \begin_inset Text
2443
2444 \begin_layout Plain Layout
2445
2446 \family roman
2447 \series medium
2448 \shape up
2449 \size normal
2450 \emph off
2451 \bar no
2452 \noun off
2453 \color none
2454 3
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 </row>
2460 <row>
2461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Plain Layout
2465
2466 \family roman
2467 \series medium
2468 \shape up
2469 \size normal
2470 \emph off
2471 \bar no
2472 \noun off
2473 \color none
2474 Pepe
2475 \end_layout
2476
2477 \end_inset
2478 </cell>
2479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2480 \begin_inset Text
2481
2482 \begin_layout Plain Layout
2483
2484 \family roman
2485 \series medium
2486 \shape up
2487 \size normal
2488 \emph off
2489 \bar no
2490 \noun off
2491 \color none
2492 Mari
2493 \end_layout
2494
2495 \end_inset
2496 </cell>
2497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2498 \begin_inset Text
2499
2500 \begin_layout Plain Layout
2501
2502 \family roman
2503 \series medium
2504 \shape up
2505 \size normal
2506 \emph off
2507 \bar no
2508 \noun off
2509 \color none
2510 Teo
2511 \end_layout
2512
2513 \end_inset
2514 </cell>
2515 </row>
2516 <row>
2517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2518 \begin_inset Text
2519
2520 \begin_layout Plain Layout
2521
2522 \family roman
2523 \series medium
2524 \shape up
2525 \size normal
2526 \emph off
2527 \bar no
2528 \noun off
2529 \color none
2530 \begin_inset Formula $\int x^{2}dx$
2531 \end_inset
2532
2533
2534 \end_layout
2535
2536 \end_inset
2537 </cell>
2538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2539 \begin_inset Text
2540
2541 \begin_layout Plain Layout
2542
2543 \family roman
2544 \series medium
2545 \shape up
2546 \size normal
2547 \emph off
2548 \bar no
2549 \noun off
2550 \color none
2551 \begin_inset Formula $\left[\begin{array}{cc}
2552 a & b\\
2553 c & d\end{array}\right]$
2554 \end_inset
2555
2556
2557 \end_layout
2558
2559 \end_inset
2560 </cell>
2561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2562 \begin_inset Text
2563
2564 \begin_layout Plain Layout
2565
2566 \family roman
2567 \series medium
2568 \shape up
2569 \size normal
2570 \emph off
2571 \bar no
2572 \noun off
2573 \color none
2574 \begin_inset Formula $1+1=2$
2575 \end_inset
2576
2577
2578 \end_layout
2579
2580 \end_inset
2581 </cell>
2582 </row>
2583 </lyxtabular>
2584
2585 \end_inset
2586
2587
2588 \end_layout
2589
2590 \end_inset
2591
2592
2593 \end_layout
2594
2595 \begin_layout Standard
2596 Las tablas flotantes pueden insertarse con el menú 
2597 \family sans
2598 Insertar\SpecialChar \menuseparator
2599 Flotante\SpecialChar \menuseparator
2600 Tabla
2601 \family default
2602  o con el botón 
2603 \begin_inset Graphics
2604         filename ../../images/float-insert_table.png
2605         scale 85
2606
2607 \end_inset
2608
2609 .
2610 \end_layout
2611
2612 \begin_layout Standard
2613 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2614 \begin_inset space ~
2615 \end_inset
2616
2617 #:» (# es el número actual).
2618  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2619  Para insertar una tabla en el flotante se sitúa el cursor al final del
2620  texto del encabezado y se pulsa 
2621 \family sans
2622 Retorno
2623 \family default
2624 .
2625  La leyenda se imprime encima de la tabla.
2626 \end_layout
2627
2628 \begin_layout Standard
2629 La tabla
2630 \begin_inset space ~
2631 \end_inset
2632
2633
2634 \begin_inset CommandInset ref
2635 LatexCommand ref
2636 reference "tab:una tabla flotante"
2637
2638 \end_inset
2639
2640  es un ejemplo de tabla flotante.
2641 \end_layout
2642
2643 \begin_layout Standard
2644 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2645  no es soportado en las clases estándar de LaTeX.
2646  Esto significa que si estás usando las clases de documento 
2647 \family sans
2648 article
2649 \family default
2650
2651 \family sans
2652 book
2653 \family default
2654
2655 \family sans
2656 letter
2657 \family default
2658  o 
2659 \family sans
2660 report
2661 \family default
2662  no habrá espacio entre la leyenda y la tabla.
2663  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2664  del documento la siguiente opción al comando del paquete LaTeX 
2665 \series bold
2666 caption
2667 \series default
2668
2669 \begin_inset Index
2670 status collapsed
2671
2672 \begin_layout Plain Layout
2673 LaTeX-paquetes ! caption
2674 \end_layout
2675
2676 \end_inset
2677
2678 :
2679 \begin_inset Foot
2680 status collapsed
2681
2682 \begin_layout Plain Layout
2683 Para más información ve a la sección
2684 \begin_inset space ~
2685 \end_inset
2686
2687
2688 \begin_inset CommandInset ref
2689 LatexCommand ref
2690 reference "sec:Colocación-de-leyendas"
2691
2692 \end_inset
2693
2694 .
2695 \end_layout
2696
2697 \end_inset
2698
2699
2700 \end_layout
2701
2702 \begin_layout Standard
2703
2704 \series bold
2705 tableposition=top
2706 \end_layout
2707
2708 \begin_layout Standard
2709 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2710 \series bold
2711 caption
2712 \series default
2713  como se describe en la sección
2714 \begin_inset space ~
2715 \end_inset
2716
2717
2718 \begin_inset CommandInset ref
2719 LatexCommand ref
2720 reference "sec:Formato-de-leyendas"
2721
2722 \end_inset
2723
2724 .
2725  
2726 \end_layout
2727
2728 \begin_layout Standard
2729 \begin_inset Index
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733 Referencias ! a tablas
2734 \end_layout
2735
2736 \end_inset
2737
2738 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2739  etiqueta.
2740  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2741 \family sans
2742 Insertar\SpecialChar \menuseparator
2743 Etiqueta
2744 \family default
2745  o con el botón 
2746 \begin_inset Graphics
2747         filename ../../images/label-insert.png
2748         scale 85
2749
2750 \end_inset
2751
2752 .
2753  Ahora puedes referenciar la etiqueta con el menú 
2754 \family sans
2755 Insertar\SpecialChar \menuseparator
2756 Referencia
2757 \begin_inset space ~
2758 \end_inset
2759
2760 cruzada
2761 \family default
2762  o con el botón 
2763 \begin_inset Graphics
2764         filename ../../images/dialog-show-new-inset_ref.png
2765         scale 85
2766
2767 \end_inset
2768
2769 .
2770 \begin_inset Newline newline
2771 \end_inset
2772
2773 Las referencias se explican con detalle en la sección
2774 \begin_inset space ~
2775 \end_inset
2776
2777
2778 \begin_inset CommandInset ref
2779 LatexCommand ref
2780 reference "sec:Referencias-a-Flotantes"
2781
2782 \end_inset
2783
2784 .
2785 \end_layout
2786
2787 \begin_layout Section
2788 Tablas largas
2789 \begin_inset CommandInset label
2790 LatexCommand label
2791 name "sec:Tablas-Largas"
2792
2793 \end_inset
2794
2795
2796 \begin_inset Index
2797 status collapsed
2798
2799 \begin_layout Plain Layout
2800 Tablas largas
2801 \end_layout
2802
2803 \end_inset
2804
2805
2806 \begin_inset Index
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810 Tablas ! Largas|see
2811 \begin_inset ERT
2812 status collapsed
2813
2814 \begin_layout Plain Layout
2815
2816 {
2817 \end_layout
2818
2819 \end_inset
2820
2821 Tablas largas
2822 \begin_inset ERT
2823 status collapsed
2824
2825 \begin_layout Plain Layout
2826
2827 }
2828 \end_layout
2829
2830 \end_inset
2831
2832
2833 \end_layout
2834
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \begin_layout Standard
2841 Si la tabla es demasiado larga para una página, puedes usar la opción 
2842 \family sans
2843 Usar
2844 \begin_inset space ~
2845 \end_inset
2846
2847 tabla
2848 \begin_inset space ~
2849 \end_inset
2850
2851 larga
2852 \family default
2853  en la solapa 
2854 \family sans
2855 Tabla
2856 \begin_inset space ~
2857 \end_inset
2858
2859 larga
2860 \family default
2861  del diálogo de tablas, para repartir automáticamente la tabla en varias
2862  páginas.
2863  Al hacerlo se habilitan las siguientes opciones:
2864 \end_layout
2865
2866 \begin_layout Description
2867 Encabezado: La fila actual se define como encabezado que aparecerá en todas
2868  las páginas de la tabla, excepto para la primera página si 
2869 \family sans
2870 Primer
2871 \begin_inset space ~
2872 \end_inset
2873
2874 encabezado
2875 \family default
2876  está definido.
2877  Este se denomina encabezado principal.
2878 \end_layout
2879
2880 \begin_layout Description
2881 Primer
2882 \begin_inset space ~
2883 \end_inset
2884
2885 encabezado: La fila actual se define como encabezado de la primera página
2886  de la tabla.
2887 \end_layout
2888
2889 \begin_layout Description
2890 Pie: La fila actual se define como pie que aparecerá en todas las páginas
2891  de la tabla, excepto para la última página si se define 
2892 \family sans
2893 Último
2894 \begin_inset space ~
2895 \end_inset
2896
2897 pie.
2898 \end_layout
2899
2900 \begin_layout Description
2901 Último
2902 \begin_inset space ~
2903 \end_inset
2904
2905 pie:
2906 \family sans
2907  
2908 \family default
2909 La fila actual se define como pie de la última página de la tabla.
2910 \end_layout
2911
2912 \begin_layout Description
2913 Leyenda: La fila actual contiene la leyenda de la tabla.
2914  La primera fila se reajusta como columna única y se inserta una leyenda.
2915  Más detalles sobre leyendas en tablas largas en la sec.
2916 \begin_inset space \thinspace{}
2917 \end_inset
2918
2919
2920 \begin_inset CommandInset ref
2921 LatexCommand ref
2922 reference "sub:Leyendas-en-Tablas"
2923
2924 \end_inset
2925
2926 .
2927 \end_layout
2928
2929 \begin_layout Standard
2930 También se puede especificar en el diálogo en qué fila se ha de cortar la
2931  tabla.
2932  La siguiente tabla muestra cómo funciona:
2933 \end_layout
2934
2935 \begin_layout Standard
2936
2937 \end_layout
2938
2939 \begin_layout Standard
2940 \align center
2941 \begin_inset Tabular
2942 <lyxtabular version="3" rows="69" columns="3">
2943 <features islongtable="true">
2944 <column alignment="left" valignment="top" width="0cm">
2945 <column alignment="left" valignment="top" width="0pt">
2946 <column alignment="right" valignment="top" width="0pt">
2947 <row endfirsthead="true">
2948 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952
2953 \series bold
2954 Ejemplo de lista telefónica (ignore los nombres)
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 </row>
2978 <row endfirsthead="true">
2979 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Plain Layout
2983
2984 \series bold
2985 NOMBRE
2986 \end_layout
2987
2988 \end_inset
2989 </cell>
2990 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Plain Layout
2994
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003
3004 \series bold
3005 TEL.
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 <row endhead="true">
3012 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \series bold
3018 Ejemplo de lista telefónica
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row endhead="true">
3043 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \series bold
3049 NOMBRE
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \series bold
3069 TEL.
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 <row endfoot="true">
3076 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080  continúa en la página siguiente
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 Annovi
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Silvia
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 111
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 Bertoli
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Stefano
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 111
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 Bozzi
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 Walter
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 111
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \series bold
3204 Cachia
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 Maria
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 111
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 Cachia
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 Maurizio
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Cinquemani
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Giusi
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Colin
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Bernard
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Concli
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Gianfranco
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Dal Bosco
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Carolina
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Dalpiaz
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Annamaria
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Feliciello
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Domenico
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Focarelli
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Paola
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Galletti
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Oreste
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Gasparini
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Franca
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Rizzardi
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Paola
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Lassini
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Giancarlo
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Malfatti
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Luciano
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Malfatti
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Valeriano
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Meneguzzo
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Roberto
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Mezzadra
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Roberto
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Pirpamer
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Erich
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Pochiesa
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Paolo
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111, 222
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Radina
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Claudio
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Stuffer
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Oskar
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Tacchelli
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Ugo
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Tezzele
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Margit
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Unterkalmsteiner
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Frieda
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Vieider
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Hilde
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Vigna
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Jürgen
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Weber
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Maurizio
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Winkler
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Franz
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070  
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Annovi
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Silvia
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 555
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Bertoli
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Stefano
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 555
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Bozzi
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Walter
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 555
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Cachia
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Maria
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 555
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Cachia
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Maurizio
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Cinquemani
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Giusi
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Colin
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Bernard
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Concli
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Gianfranco
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Dal Bosco
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Carolina
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Dalpiaz
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Annamaria
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Feliciello
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Domenico
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Focarelli
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Paola
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Galletti
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Oreste
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Gasparini
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Franca
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Rizzardi
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Paola
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Lassini
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Giancarlo
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Malfatti
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Luciano
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Malfatti
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Valeriano
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Meneguzzo
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Roberto
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Mezzadra
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Roberto
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Pirpamer
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Erich
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Pochiesa
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Paolo
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555, 222
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Radina
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Claudio
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Stuffer
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Oskar
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Tacchelli
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Ugo
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Tezzele
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Margit
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Unterkalmsteiner
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Frieda
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Vieider
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Hilde
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Vigna
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Jürgen
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 999
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Weber
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Maurizio
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Winkler
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Franz
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row endlastfoot="true">
5056 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 fin
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 </lyxtabular>
5085
5086 \end_inset
5087
5088
5089 \begin_inset ERT
5090 status collapsed
5091
5092 \begin_layout Plain Layout
5093
5094
5095 \backslash
5096 addtocounter{table}{-1}
5097 \end_layout
5098
5099 \end_inset
5100
5101
5102 \begin_inset Note Note
5103 status collapsed
5104
5105 \begin_layout Plain Layout
5106 Para comprender el uso de este comando, lee al final de la sección
5107 \begin_inset space ~
5108 \end_inset
5109
5110
5111 \begin_inset CommandInset ref
5112 LatexCommand ref
5113 reference "sub:Leyendas-en-Tablas"
5114
5115 \end_inset
5116
5117  la primera nota resaltada en gris.
5118  
5119 \end_layout
5120
5121 \end_inset
5122
5123
5124 \end_layout
5125
5126 \begin_layout Subsection
5127 Notas al pie en tablas largas
5128 \begin_inset CommandInset label
5129 LatexCommand label
5130 name "sub:Notas-al-pie-en-Tablas-Largas"
5131
5132 \end_inset
5133
5134
5135 \begin_inset Index
5136 status collapsed
5137
5138 \begin_layout Plain Layout
5139 Tablas largas ! Notas al pie
5140 \end_layout
5141
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \begin_layout Standard
5148 Se pueden insertar notas al pie en cada celda de una tabla larga.
5149  Las notas se muestran en la parte inferior de la página en la que esté
5150  la celda con la nota.
5151  La tabla
5152 \begin_inset space ~
5153 \end_inset
5154
5155
5156 \begin_inset CommandInset ref
5157 LatexCommand ref
5158 reference "tab:DifLeyendas"
5159
5160 \end_inset
5161
5162  tiene un ejemplo de nota al pie.
5163 \end_layout
5164
5165 \begin_layout Subsection
5166 Alineación de tablas largas
5167 \begin_inset Index
5168 status collapsed
5169
5170 \begin_layout Plain Layout
5171 Tablas largas ! Alineación
5172 \end_layout
5173
5174 \end_inset
5175
5176
5177 \end_layout
5178
5179 \begin_layout Standard
5180 Las tablas largas se centran por omisión.
5181  Al contrario de la alineación de filas y columnas, la alineación de una
5182  tabla no se puede cambiar por ahora en el diálogo de tablas.
5183  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5184  longitudes 
5185 \series bold
5186
5187 \backslash
5188 LTleft
5189 \series default
5190  y 
5191 \series bold
5192
5193 \backslash
5194 LTright 
5195 \series default
5196 insertando la línea siguiente en código TeX antes de la correspondiente
5197  tabla larga:
5198 \end_layout
5199
5200 \begin_layout Standard
5201
5202 \series bold
5203
5204 \backslash
5205 setlength{
5206 \backslash
5207 LTleft}{valor}
5208 \end_layout
5209
5210 \begin_layout Standard
5211 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5212 \begin_inset space ~
5213 \end_inset
5214
5215
5216 \begin_inset CommandInset ref
5217 LatexCommand ref
5218 reference "tab:Unidades"
5219
5220 \end_inset
5221
5222 .
5223  
5224 \series bold
5225
5226 \backslash
5227 LTlent 
5228 \series default
5229 controla la distancia entre el borde izquierdo de la página y la tabla.
5230  
5231 \series bold
5232
5233 \backslash
5234 LTright 
5235 \series default
5236 la distancia desde el lado derecho.
5237  El valor predeterminado para ambas longitudes es 
5238 \series bold
5239
5240 \backslash
5241 fill
5242 \series default
5243 , que en este caso es lo mismo que un relleno horizontal en LyX.
5244 \end_layout
5245
5246 \begin_layout Standard
5247 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5248 \series bold
5249
5250 \backslash
5251 LTleft
5252 \series default
5253  0 pt.
5254 \begin_inset ERT
5255 status collapsed
5256
5257 \begin_layout Plain Layout
5258
5259
5260 \backslash
5261 setlength{
5262 \backslash
5263 LTleft}{0pt}
5264 \end_layout
5265
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \begin_layout Standard
5272 \begin_inset Tabular
5273 <lyxtabular version="3" rows="5" columns="5">
5274 <features islongtable="true">
5275 <column alignment="center" valignment="top" width="0">
5276 <column alignment="center" valignment="top" width="0">
5277 <column alignment="center" valignment="top" width="0">
5278 <column alignment="center" valignment="top" width="0">
5279 <column alignment="center" valignment="top" width="0">
5280 <row>
5281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 1
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 2
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 3
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 4
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 5
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 </row>
5327 <row>
5328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 asd
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 s
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 s
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 s
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 asd
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 </row>
5374 <row>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 asd
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 s
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 s
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 s
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 asd
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 <row>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 asd
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 s
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444 s
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 s
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 asd
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row>
5469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 asd
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 asd
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 asd
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 asd
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 asd
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 </row>
5515 </lyxtabular>
5516
5517 \end_inset
5518
5519
5520 \begin_inset ERT
5521 status collapsed
5522
5523 \begin_layout Plain Layout
5524
5525
5526 \backslash
5527 setlength{
5528 \backslash
5529 LTleft}{
5530 \backslash
5531 fill}
5532 \end_layout
5533
5534 \end_inset
5535
5536
5537 \begin_inset ERT
5538 status collapsed
5539
5540 \begin_layout Plain Layout
5541
5542
5543 \backslash
5544 addtocounter{table}{-1}
5545 \end_layout
5546
5547 \end_inset
5548
5549
5550 \begin_inset Note Note
5551 status collapsed
5552
5553 \begin_layout Plain Layout
5554 Para comprender el uso de este comando, lee al final de la sección
5555 \begin_inset space ~
5556 \end_inset
5557
5558
5559 \begin_inset CommandInset ref
5560 LatexCommand ref
5561 reference "sub:Leyendas-en-Tablas"
5562
5563 \end_inset
5564
5565  la primera nota resaltada en gris.
5566  
5567 \end_layout
5568
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \begin_layout Subsection
5575 Leyendas en tablas largas
5576 \begin_inset Index
5577 status collapsed
5578
5579 \begin_layout Plain Layout
5580 Tablas largas ! Leyendas
5581 \end_layout
5582
5583 \end_inset
5584
5585
5586 \begin_inset CommandInset label
5587 LatexCommand label
5588 name "sub:Leyendas-en-Tablas"
5589
5590 \end_inset
5591
5592
5593 \end_layout
5594
5595 \begin_layout Standard
5596 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5597  estar en una página.
5598  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5599  utilizando para una fila de una tabla larga la opción 
5600 \family sans
5601 Leyenda
5602 \family default
5603 , como se explica en la sec.
5604 \begin_inset space \thinspace{}
5605 \end_inset
5606
5607
5608 \begin_inset CommandInset ref
5609 LatexCommand ref
5610 reference "sec:Tablas-Largas"
5611
5612 \end_inset
5613
5614 .
5615  Sólo una fila puede contener la leyenda.
5616 \end_layout
5617
5618 \begin_layout Standard
5619 He aquí una pequeña tabla larga para mostrar cómo funciona:
5620 \end_layout
5621
5622 \begin_layout Standard
5623 \begin_inset Tabular
5624 <lyxtabular version="3" rows="6" columns="5">
5625 <features islongtable="true">
5626 <column alignment="center" valignment="top" width="0">
5627 <column alignment="center" valignment="top" width="0">
5628 <column alignment="center" valignment="top" width="0">
5629 <column alignment="center" valignment="top" width="0">
5630 <column alignment="center" valignment="top" width="0">
5631 <row caption="true">
5632 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 \begin_inset Caption
5637
5638 \begin_layout Plain Layout
5639 Tabla larga con leyenda
5640 \begin_inset OptArg
5641 status collapsed
5642
5643 \begin_layout Plain Layout
5644 Tabla larga
5645 \end_layout
5646
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \end_inset
5653
5654
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 </row>
5696 <row>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 1
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 2
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 3
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 4
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 5
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 </row>
5743 <row>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 asd
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 s
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 s
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 s
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 asd
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 </row>
5790 <row>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 asd
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 s
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 s
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 s
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 asd
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 asd
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 s
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 s
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 s
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 asd
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 </row>
5884 <row>
5885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 asd
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 asd
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 asd
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 asd
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 asd
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 </lyxtabular>
5932
5933 \end_inset
5934
5935
5936 \end_layout
5937
5938 \begin_layout Standard
5939 \begin_inset VSpace medskip
5940 \end_inset
5941
5942
5943 \begin_inset Note Greyedout
5944 status open
5945
5946 \begin_layout Plain Layout
5947
5948 \series bold
5949 Nota
5950 \begin_inset space ~
5951 \end_inset
5952
5953 1:
5954 \series default
5955  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5956  leyenda en alguna de ellas.
5957  Por esto podría suceder que, p.
5958 \begin_inset space \thinspace{}
5959 \end_inset
5960
5961 e., la tabla
5962 \begin_inset space ~
5963 \end_inset
5964
5965 2.4 siga a la tabla
5966 \begin_inset space ~
5967 \end_inset
5968
5969 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5970  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5971  en código TeX:
5972 \end_layout
5973
5974 \begin_layout Plain Layout
5975
5976 \series bold
5977
5978 \backslash
5979 addtocounter{table}{-1}
5980 \end_layout
5981
5982 \begin_layout Plain Layout
5983 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
5984  el siguiente código en el preámbulo del documento:
5985 \end_layout
5986
5987 \begin_layout Plain Layout
5988
5989 \series bold
5990
5991 \backslash
5992 let
5993 \backslash
5994 myEnd
5995 \backslash
5996 endlongtable
5997 \begin_inset Newline newline
5998 \end_inset
5999
6000
6001 \backslash
6002 renewcommand{
6003 \backslash
6004 endlongtable}{
6005 \backslash
6006 myEnd
6007 \backslash
6008 addtocounter{table}{-1}}
6009 \end_layout
6010
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \begin_layout Standard
6017 \begin_inset Note Greyedout
6018 status open
6019
6020 \begin_layout Plain Layout
6021
6022 \series bold
6023 Nota
6024 \begin_inset space ~
6025 \end_inset
6026
6027 2:
6028 \series default
6029  Si utilizas 
6030 \series bold
6031 hyperref
6032 \series default
6033
6034 \begin_inset Index
6035 status collapsed
6036
6037 \begin_layout Plain Layout
6038 LaTeX-paquetes ! hyperref
6039 \end_layout
6040
6041 \end_inset
6042
6043  en las 
6044 \family sans
6045 Propiedades PDF 
6046 \family default
6047 del diálogo 
6048 \family sans
6049 Configuración del documento 
6050 \family default
6051 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6052  llevan siempre al principio del documento.
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \end_layout
6059
6060 \begin_layout Subsubsection
6061 Referencias a tablas largas
6062 \begin_inset Index
6063 status collapsed
6064
6065 \begin_layout Plain Layout
6066 Tablas largas ! Referencias a
6067 \end_layout
6068
6069 \end_inset
6070
6071
6072 \end_layout
6073
6074 \begin_layout Standard
6075 \begin_inset Tabular
6076 <lyxtabular version="3" rows="6" columns="5">
6077 <features islongtable="true">
6078 <column alignment="center" valignment="top" width="0">
6079 <column alignment="center" valignment="top" width="0">
6080 <column alignment="center" valignment="top" width="0">
6081 <column alignment="center" valignment="top" width="0">
6082 <column alignment="center" valignment="top" width="0">
6083 <row caption="true">
6084 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 \begin_inset Caption
6089
6090 \begin_layout Plain Layout
6091 Tabla larga referenciada
6092 \begin_inset CommandInset label
6093 LatexCommand label
6094 name "tab:RefEjemplo"
6095
6096 \end_inset
6097
6098
6099 \end_layout
6100
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 </row>
6145 <row>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 1
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 2
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 3
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 4
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 5
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 <row>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 asd
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 s
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 s
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 s
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 asd
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 </row>
6239 <row>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 asd
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 s
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 s
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 s
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 asd
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 </row>
6286 <row>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 asd
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 s
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 s
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 s
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 asd
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 </row>
6333 <row>
6334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 asd
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 sad
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 asd
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 asd
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 asd
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 </lyxtabular>
6381
6382 \end_inset
6383
6384
6385 \end_layout
6386
6387 \begin_layout Standard
6388 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6389  
6390 \end_layout
6391
6392 \begin_layout Standard
6393 Esto es una referencia a la tabla
6394 \begin_inset space ~
6395 \end_inset
6396
6397
6398 \begin_inset CommandInset ref
6399 LatexCommand ref
6400 reference "tab:RefEjemplo"
6401
6402 \end_inset
6403
6404 .
6405 \end_layout
6406
6407 \begin_layout Standard
6408 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6409  del documento mediante el paquete LaTeX 
6410 \series bold
6411 caption
6412 \series default
6413
6414 \begin_inset Index
6415 status collapsed
6416
6417 \begin_layout Plain Layout
6418 LaTeX-paquetes ! caption
6419 \end_layout
6420
6421 \end_inset
6422
6423 , véase sección
6424 \begin_inset space ~
6425 \end_inset
6426
6427
6428 \begin_inset CommandInset ref
6429 LatexCommand ref
6430 reference "sec:Formato-de-leyendas"
6431
6432 \end_inset
6433
6434 .
6435 \end_layout
6436
6437 \begin_layout Subsubsection
6438 Anchura de la leyenda
6439 \begin_inset Index
6440 status collapsed
6441
6442 \begin_layout Plain Layout
6443 Tablas largas ! Anchura de la leyenda
6444 \end_layout
6445
6446 \end_inset
6447
6448
6449 \end_layout
6450
6451 \begin_layout Standard
6452 La anchura máxima de la leyenda se define por la longitud 
6453 \series bold
6454
6455 \backslash
6456 LTcapwidth
6457 \series default
6458 .
6459  Por omisión, su valor es 4
6460 \begin_inset space \thinspace{}
6461 \end_inset
6462
6463 in (4
6464 \begin_inset space ~
6465 \end_inset
6466
6467 pulgadas).
6468  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6469  en el propio documento antes de la tabla larga a la que deba afectar
6470 \end_layout
6471
6472 \begin_layout Standard
6473
6474 \series bold
6475
6476 \backslash
6477 setlength{
6478 \backslash
6479 LTcapwidth}{anchura}
6480 \end_layout
6481
6482 \begin_layout Standard
6483 donde la anchura puede ser una de las unidades listadas en el apéndice
6484 \begin_inset space ~
6485 \end_inset
6486
6487
6488 \begin_inset CommandInset ref
6489 LatexCommand ref
6490 reference "cap:Unidades-disponibles-en"
6491
6492 \end_inset
6493
6494 .
6495 \end_layout
6496
6497 \begin_layout Standard
6498 Las tablas siguientes muestran la diferencia:
6499 \end_layout
6500
6501 \begin_layout Standard
6502 \begin_inset Tabular
6503 <lyxtabular version="3" rows="6" columns="5">
6504 <features islongtable="true">
6505 <column alignment="center" valignment="top" width="0">
6506 <column alignment="center" valignment="top" width="0">
6507 <column alignment="center" valignment="top" width="0">
6508 <column alignment="center" valignment="top" width="0">
6509 <column alignment="center" valignment="top" width="0">
6510 <row caption="true">
6511 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 \begin_inset Caption
6516
6517 \begin_layout Plain Layout
6518 Leyenda larga completa con anchura predeterminada leyenda larga completa
6519  con anchura predeterminada
6520 \begin_inset OptArg
6521 status collapsed
6522
6523 \begin_layout Plain Layout
6524 Leyenda con anchura predeterminada
6525 \end_layout
6526
6527 \end_inset
6528
6529
6530 \end_layout
6531
6532 \end_inset
6533
6534
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 </row>
6576 <row>
6577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 1
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590 2
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 3
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 4
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 5
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 </row>
6623 <row>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 asd
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 s
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 s
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 s
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 asd
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 </row>
6670 <row>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 asd
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 s
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 s
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 s
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 asd
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 </row>
6717 <row>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 asd
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 s
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 s
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 s
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 asd
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 </row>
6764 <row>
6765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 asd
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 sad
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 asd
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 asd
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 asd
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 </row>
6811 </lyxtabular>
6812
6813 \end_inset
6814
6815
6816 \end_layout
6817
6818 \begin_layout Standard
6819 \begin_inset ERT
6820 status collapsed
6821
6822 \begin_layout Plain Layout
6823
6824
6825 \backslash
6826 setlength{
6827 \backslash
6828 LTcapwidth}{5cm}
6829 \end_layout
6830
6831 \end_inset
6832
6833
6834 \begin_inset Tabular
6835 <lyxtabular version="3" rows="6" columns="5">
6836 <features islongtable="true">
6837 <column alignment="center" valignment="top" width="0">
6838 <column alignment="center" valignment="top" width="0">
6839 <column alignment="center" valignment="top" width="0">
6840 <column alignment="center" valignment="top" width="0">
6841 <column alignment="center" valignment="top" width="0">
6842 <row caption="true">
6843 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 \begin_inset Caption
6848
6849 \begin_layout Plain Layout
6850 Leyenda larga completa con una anchura de 5
6851 \begin_inset space \thinspace{}
6852 \end_inset
6853
6854 cm leyenda larga completa con una anchura de 5
6855 \begin_inset space \thinspace{}
6856 \end_inset
6857
6858 cm 
6859 \begin_inset OptArg
6860 status collapsed
6861
6862 \begin_layout Plain Layout
6863 Leyenda con anchura
6864 \begin_inset space \thinspace{}
6865 \end_inset
6866
6867 =
6868 \begin_inset space \thinspace{}
6869 \end_inset
6870
6871 5
6872 \begin_inset space \thinspace{}
6873 \end_inset
6874
6875 cm
6876 \end_layout
6877
6878 \end_inset
6879
6880
6881 \end_layout
6882
6883 \end_inset
6884
6885
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 </row>
6927 <row>
6928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 1
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 2
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 3
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 4
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 5
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 </row>
6974 <row>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 asd
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 s
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 s
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 s
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 asd
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 </row>
7021 <row>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026 asd
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 s
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 s
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 s
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 asd
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 </row>
7068 <row>
7069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 asd
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 s
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 s
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 s
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 asd
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 </row>
7115 <row>
7116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 asd
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 sad
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 asd
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 asd
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 asd
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 </row>
7162 </lyxtabular>
7163
7164 \end_inset
7165
7166
7167 \begin_inset ERT
7168 status collapsed
7169
7170 \begin_layout Plain Layout
7171
7172
7173 \backslash
7174 setlength{
7175 \backslash
7176 LTcapwidth}{4in}
7177 \end_layout
7178
7179 \end_inset
7180
7181
7182 \end_layout
7183
7184 \begin_layout Standard
7185 \begin_inset Note Greyedout
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189
7190 \series bold
7191 Nota: 
7192 \series default
7193 Si se usa el paquete LaTeX 
7194 \series bold
7195 caption
7196 \series default
7197
7198 \begin_inset Index
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202 LaTeX-paquetes ! caption
7203 \end_layout
7204
7205 \end_inset
7206
7207 , como en este documento, para la leyenda se utiliza toda la anchura de
7208  la página cuando se deja el valor por omisión de 4
7209 \begin_inset space \thinspace{}
7210 \end_inset
7211
7212 in para 
7213 \series bold
7214
7215 \backslash
7216 LTcapwidth
7217 \series default
7218 .
7219  En este caso, para conseguir una leyenda de 4
7220 \begin_inset space \thinspace{}
7221 \end_inset
7222
7223 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7224 \begin_inset space \thinspace{}
7225 \end_inset
7226
7227 in, p.
7228 \begin_inset space \thinspace{}
7229 \end_inset
7230
7231 e.
7232  3.99
7233 \begin_inset space \thinspace{}
7234 \end_inset
7235
7236 in, o bien emplear el comando LaTeX 
7237 \series bold
7238
7239 \backslash
7240 captionsetup{width=valor}
7241 \series default
7242 , suministrado por el paquete 
7243 \series bold
7244 caption
7245 \series default
7246 .
7247 \end_layout
7248
7249 \end_inset
7250
7251
7252 \end_layout
7253
7254 \begin_layout Subsubsection
7255 Leyendas distintas para cada página
7256 \begin_inset Index
7257 status collapsed
7258
7259 \begin_layout Plain Layout
7260 Tablas largas ! Leyendas distintas para cada página
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \begin_layout Standard
7269 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7270  de la leyenda de la primera página de la tabla, se insertan con el comando
7271  en código TeX
7272 \end_layout
7273
7274 \begin_layout Standard
7275
7276 \series bold
7277
7278 \backslash
7279 caption*{texto de la leyenda}
7280 \backslash
7281
7282 \backslash
7283 %
7284 \end_layout
7285
7286 \begin_layout Standard
7287 en una fila postiza que se marca como encabezado.
7288  La tabla
7289 \begin_inset space ~
7290 \end_inset
7291
7292
7293 \begin_inset CommandInset ref
7294 LatexCommand ref
7295 reference "tab:DifLeyendas"
7296
7297 \end_inset
7298
7299  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7300  no incluye número de tabla.
7301 \end_layout
7302
7303 \begin_layout Standard
7304 \align center
7305 \begin_inset Tabular
7306 <lyxtabular version="3" rows="59" columns="3">
7307 <features islongtable="true" lastFootEmpty="true">
7308 <column alignment="left" valignment="top" width="0cm">
7309 <column alignment="left" valignment="top" width="0pt">
7310 <column alignment="right" valignment="top" width="0pt">
7311 <row caption="true">
7312 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 \begin_inset Caption
7317
7318 \begin_layout Plain Layout
7319 Ejemplo de lista telefónica
7320 \begin_inset CommandInset label
7321 LatexCommand label
7322 name "tab:DifLeyendas"
7323
7324 \end_inset
7325
7326
7327 \begin_inset OptArg
7328 status collapsed
7329
7330 \begin_layout Plain Layout
7331 Ejemplo de lista telefónica
7332 \end_layout
7333
7334 \end_inset
7335
7336
7337 \end_layout
7338
7339 \end_inset
7340
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 </row>
7365 <row endfirsthead="true">
7366 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370
7371 \series bold
7372 Ejemplo de lista telefónica (ignore los nombres)
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 </row>
7396 <row endfirsthead="true">
7397 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401
7402 \series bold
7403 NOMBRE
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421
7422 \series bold
7423 TEL.
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 </row>
7429 <row endhead="true">
7430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 \begin_inset ERT
7435 status open
7436
7437 \begin_layout Plain Layout
7438
7439
7440 \backslash
7441 caption*{continúa Ejemplo de lista telefónica}
7442 \backslash
7443
7444 \backslash
7445 %
7446 \end_layout
7447
7448 \end_inset
7449
7450
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 </row>
7474 <row endhead="true">
7475 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479
7480 \series bold
7481 Ejemplo de lista telefónica
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 </row>
7505 <row endhead="true">
7506 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510
7511 \series bold
7512 NOMBRE
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530
7531 \series bold
7532 TEL.
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row endfoot="true">
7539 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 continúa en página siguiente
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 </row>
7567 <row>
7568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572
7573 \series bold
7574 Annovi
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583 Silvia
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 111
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 </row>
7598 <row>
7599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603
7604 \series bold
7605 Bertoli
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 Stefano
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 111
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 </row>
7629 <row>
7630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634
7635 \series bold
7636 Bozzi
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 Walter
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 111
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row>
7661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665
7666 \series bold
7667 Cachia
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 Maria
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 111
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row>
7692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \series bold
7698 Cachia
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 Maurizio
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 111
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row>
7723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \series bold
7729 Cinquemani
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738 Giusi
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 111
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 <row>
7754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \series bold
7760 Colin
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769 Bernard
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 111
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 </row>
7784 <row>
7785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \series bold
7791 Concli
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800 Gianfranco
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 111
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row>
7816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \series bold
7822 Dal Bosco
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 Carolina
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 111
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row>
7847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \series bold
7853 Dalpiaz
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 Annamaria
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 111
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row>
7878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \series bold
7884 Feliciello
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 Domenico
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 111
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 Focarelli
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 Paola
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 111
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \series bold
7946 Galletti
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 Oreste
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 111
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \series bold
7977 Gasparini
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 Franca
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 111
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Rizzardi
8009 \series default
8010
8011 \begin_inset Foot
8012 status collapsed
8013
8014 \begin_layout Plain Layout
8015 Ejemplo de nota a pie de página
8016 \end_layout
8017
8018 \end_inset
8019
8020
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 Paola
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 111
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 <row>
8045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049
8050 \series bold
8051 Lassini
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 Giancarlo
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 111
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row>
8076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \series bold
8082 Malfatti
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 Luciano
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 111
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row>
8107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \series bold
8113 Malfatti
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 Valeriano
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 111
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 </row>
8137 <row>
8138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142
8143 \series bold
8144 Meneguzzo
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 Roberto
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 111
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \series bold
8175 Mezzadra
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 Roberto
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 111
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \series bold
8206 Pirpamer
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 Erich
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 111
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 <row>
8231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235
8236 \series bold
8237 Pochiesa
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 Paolo
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 111, 222
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \series bold
8268 Radina
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 Claudio
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 111
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \series bold
8299 Stuffer
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 Oskar
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 111
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \series bold
8330 Tacchelli
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 Ugo
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 111
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 </row>
8354 <row>
8355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359
8360 \series bold
8361 Tezzele
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 Margit
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 111
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 </row>
8385 <row>
8386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390
8391 \series bold
8392 Unterkalmsteiner
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 Frieda
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 111
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row>
8417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \series bold
8423 Vieider
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Hilde
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 111
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \series bold
8454 Vigna
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 Jürgen
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 111
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \series bold
8485 Weber
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Maurizio
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 111
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \series bold
8516 Winkler
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 Franz
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 111
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545  
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \series bold
8576 Annovi
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 Silvia
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 555
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 </row>
8600 <row>
8601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605
8606 \series bold
8607 Bertoli
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Stefano
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 555
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \series bold
8638 Bozzi
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 Walter
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 555
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \series bold
8669 Cachia
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 Maria
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 555
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \series bold
8700 Cachia
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 Maurizio
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 555
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \series bold
8731 Cinquemani
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 Giusi
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 555
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \series bold
8762 Colin
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 Bernard
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 555
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row>
8787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \series bold
8793 Concli
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Gianfranco
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 555
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \series bold
8824 Dal Bosco
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 Carolina
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 555
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \series bold
8855 Dalpiaz
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 Annamaria
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 555
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 </row>
8879 <row>
8880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884
8885 \series bold
8886 Feliciello
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 Domenico
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 555
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \series bold
8917 Focarelli
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 Paola
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 555
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 <row>
8942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \series bold
8948 Galletti
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 Oreste
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 555
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \series bold
8979 Gasparini
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Franca
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 555
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \series bold
9010 Rizzardi
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 Paola
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 555
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Lassini
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Giancarlo
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 555
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \series bold
9072 Malfatti
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Luciano
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 555
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Malfatti
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Valeriano
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Meneguzzo
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Roberto
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \series bold
9165 Mezzadra
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Roberto
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 555
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 </lyxtabular>
9190
9191 \end_inset
9192
9193
9194 \end_layout
9195
9196 \begin_layout Section
9197 Particularidades de las tablas largas
9198 \begin_inset CommandInset label
9199 LatexCommand label
9200 name "sec:Particularidades-tablas-largas"
9201
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \begin_layout Subsection
9208 Cálculos
9209 \begin_inset Index
9210 status collapsed
9211
9212 \begin_layout Plain Layout
9213 Tablas largas ! Cálculos
9214 \end_layout
9215
9216 \end_inset
9217
9218
9219 \end_layout
9220
9221 \begin_layout Standard
9222 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9223  utilizando los denominados «trozos», que son partes de la tabla presentes
9224  en la memoria de LaTeX.
9225  El valor predeterminado está establecido a sólo 20 filas.
9226  Si estás usando tablas largas con muchas páginas, la generación del documento
9227  puede hacerse muy lenta.
9228  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9229  el siguiente comando en el preámbulo del documento:
9230 \end_layout
9231
9232 \begin_layout Standard
9233
9234 \series bold
9235
9236 \backslash
9237 setcounter{LTchunksize}{100}
9238 \end_layout
9239
9240 \begin_layout Subsection
9241 Flotantes y tablas largas
9242 \begin_inset Index
9243 status collapsed
9244
9245 \begin_layout Plain Layout
9246 Tablas largas ! Flotantes
9247 \end_layout
9248
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \begin_layout Standard
9255 Podría haber problemas si un flotante aparece en la misma página donde comienza
9256  una tabla larga.
9257  Para evitarlo, añade el comando 
9258 \series bold
9259
9260 \backslash
9261 clearpage
9262 \series default
9263  en código TeX antes de la tabla.
9264 \end_layout
9265
9266 \begin_layout Subsection
9267 Saltos de página forzados
9268 \begin_inset Index
9269 status collapsed
9270
9271 \begin_layout Plain Layout
9272 Tablas largas ! Saltos de página forzados
9273 \end_layout
9274
9275 \end_inset
9276
9277
9278 \end_layout
9279
9280 \begin_layout Standard
9281 Por omisión, las tablas sólo se cortan entre filas.
9282  Si tienes una celda con líneas múltiples y necesitas un salto de página
9283  dentro de la celda, inserta el comando de nueva línea «
9284 \series bold
9285
9286 \backslash
9287
9288 \backslash
9289
9290 \series default
9291 » en código TeX en el punto en que quieras cortar.
9292  Antes del comando «
9293 \series bold
9294
9295 \backslash
9296
9297 \backslash
9298
9299 \series default
9300 » debes insertar en código TeX tantos caracteres «
9301 \series bold
9302 &
9303 \series default
9304 » como columnas siguientes de la tabla.
9305  
9306 \series bold
9307 &
9308 \series default
9309  es el carácter para separar celdas.
9310  Escribe en código TeX después de cada 
9311 \series bold
9312 &
9313 \series default
9314  el contenido de la celda siguiente correspondiente y borra el contenido
9315  de esas celdas.
9316 \begin_inset Newline newline
9317 \end_inset
9318
9319 Detrás del comando 
9320 \series bold
9321
9322 \backslash
9323
9324 \backslash
9325
9326 \series default
9327 , inserta tantos 
9328 \series bold
9329 &
9330 \series default
9331  como columnas haya delante de la actual.
9332  En la tabla
9333 \begin_inset space ~
9334 \end_inset
9335
9336
9337 \begin_inset CommandInset ref
9338 LatexCommand ref
9339 reference "tab:Saltos de Página Forzados"
9340
9341 \end_inset
9342
9343  la celda que debería cortarse está en la segunda columna seguida de otra
9344  columna.
9345  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9346  de «
9347 \emph on
9348 Castelchiodato,
9349 \emph default
9350 »:
9351 \end_layout
9352
9353 \begin_layout Standard
9354
9355 \series bold
9356 & 111
9357 \backslash
9358
9359 \backslash
9360  
9361 \backslash
9362 newpage
9363 \begin_inset Newline newline
9364 \end_inset
9365
9366 &
9367 \end_layout
9368
9369 \begin_layout Standard
9370 El «111» en la tercera columna de la fila se ha borrado.
9371
9372 \series bold
9373  
9374 \backslash
9375 newpage 
9376 \series default
9377 es necesario solo si en esta posición debiera ir definitivamente un salto
9378  de página, de otro modo es sólamente una posibilidad de salto.
9379  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9380  superior pero quisieras una línea horizontal donde se corta la celda, usa
9381  este comando alternativo:
9382 \end_layout
9383
9384 \begin_layout Standard
9385
9386 \series bold
9387 & 111
9388 \backslash
9389
9390 \backslash
9391
9392 \begin_inset Newline newline
9393 \end_inset
9394
9395
9396 \backslash
9397 hline &
9398 \end_layout
9399
9400 \begin_layout Standard
9401 Cuando la celda a cortar está en la última columna, el comando
9402 \end_layout
9403
9404 \begin_layout Standard
9405
9406 \series bold
9407
9408 \backslash
9409 setlength{
9410 \backslash
9411 parfillskip}{0pt}
9412 \end_layout
9413
9414 \begin_layout Standard
9415 debe insertarse en código TeX al principio de la celda.
9416  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9417  aparecerá con toda su anchura.
9418 \end_layout
9419
9420 \begin_layout Standard
9421 \align center
9422 \begin_inset Tabular
9423 <lyxtabular version="3" rows="38" columns="3">
9424 <features islongtable="true" lastFootEmpty="true">
9425 <column alignment="left" valignment="top" width="0cm">
9426 <column alignment="left" valignment="top" width="3cm">
9427 <column alignment="right" valignment="top" width="0pt">
9428 <row caption="true">
9429 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 \begin_inset Caption
9434
9435 \begin_layout Plain Layout
9436 Tabla con salto de página forzado en celda
9437 \begin_inset CommandInset label
9438 LatexCommand label
9439 name "tab:Saltos de Página Forzados"
9440
9441 \end_inset
9442
9443
9444 \begin_inset OptArg
9445 status collapsed
9446
9447 \begin_layout Plain Layout
9448 Tabla con salto de página forzado en celda
9449 \end_layout
9450
9451 \end_inset
9452
9453
9454 \end_layout
9455
9456 \end_inset
9457
9458
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row endfirsthead="true">
9483 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \series bold
9489 Ejemplo de lista telefónica (ignore los nombres)
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 </row>
9513 <row endfirsthead="true">
9514 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518
9519 \series bold
9520 NOMBRE
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538
9539 \series bold
9540 TEL.
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 </row>
9546 <row endhead="true">
9547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 \begin_inset ERT
9552 status collapsed
9553
9554 \begin_layout Plain Layout
9555
9556
9557 \backslash
9558 caption*{continúa Ejemplo de lista telefónica}
9559 \backslash
9560
9561 \backslash
9562 %
9563 \end_layout
9564
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 </row>
9591 <row endhead="true">
9592 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596  
9597 \series bold
9598 Ejemplo de lista telefónica
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 </row>
9622 <row endhead="true">
9623 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627
9628 \series bold
9629 NOMBRE
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \series bold
9649 TEL.
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 </row>
9655 <row endfoot="true">
9656 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660 continúa en página siguiente
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 </row>
9684 <row>
9685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689
9690 \series bold
9691 Annovi
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 Silvia
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 111
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 </row>
9715 <row>
9716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720
9721 \series bold
9722 Bertoli
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731 Stefano
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740 111
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 </row>
9746 <row>
9747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751
9752 \series bold
9753 Bozzi
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762 Walter
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771 111
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 </row>
9777 <row>
9778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782
9783 \series bold
9784 Cachia
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793 Maria
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802 111
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 </row>
9808 <row>
9809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813
9814 \series bold
9815 Cachia
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824 Maurizio
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833 111
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 </row>
9839 <row>
9840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844
9845 \series bold
9846 Cinquemani
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855 Giusi
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 111
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 <row>
9871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \series bold
9877 Colin
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886 Bernard
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 111
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 </row>
9901 <row>
9902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \series bold
9908 Concli
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 Gianfranco
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926 111
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row>
9933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \series bold
9939 Dal Bosco
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 Carolina
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 111
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 <row>
9964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \series bold
9970 Dalpiaz
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979 Annamaria
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988 111
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 </row>
9994 <row>
9995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999
10000 \series bold
10001 Feliciello
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010 Domenico
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 111
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 </row>
10025 <row>
10026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \series bold
10032 Focarelli
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041 Paola
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 111
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 </row>
10056 <row>
10057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \series bold
10063 Galletti
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 Oreste
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 111
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 </row>
10087 <row>
10088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \series bold
10094 Gasparini
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 Franca
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112 111
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 </row>
10118 <row>
10119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \series bold
10125 Lassini
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 Giancarlo
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 </row>
10149 <row>
10150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154
10155 \series bold
10156 Malfatti
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 Luciano
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 111
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 <row>
10181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \series bold
10187 Malfatti
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 Valeriano
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 111
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 </row>
10211 <row>
10212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216
10217 \series bold
10218 Meneguzzo
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227 Roberto
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 111
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 </row>
10242 <row>
10243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247
10248 \series bold
10249 Mezzadra
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 Roberto
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 111
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 </row>
10273 <row>
10274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278
10279 \series bold
10280 Pirpamer
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 Erich
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 111
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 </row>
10304 <row>
10305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309
10310 \series bold
10311 Pochiesa
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 Paolo
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 111, 222
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 </row>
10335 <row>
10336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340
10341 \series bold
10342 Radina
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 Claudio
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 111
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row>
10367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371
10372 \series bold
10373 Rizzardi
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 Paolo, 11.
10383  Fürst von Montecompatri, 11.
10384  Fürst von Sulmona und Vivaro, 10.
10385  Fürst von Rossano, 5.
10386  Herzog von Canemorte, 11.
10387  Herzog von Palombara, 5.
10388  Herzog von Castelchiodato,
10389 \begin_inset ERT
10390 status open
10391
10392 \begin_layout Plain Layout
10393
10394 & 111
10395 \backslash
10396
10397 \backslash
10398  
10399 \backslash
10400 newpage
10401 \end_layout
10402
10403 \begin_layout Plain Layout
10404
10405 &
10406 \end_layout
10407
10408 \end_inset
10409
10410  11.
10411  Herzog von Poggionativo, 11.
10412  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10413  Graf von Valinfreda, 11.
10414  Baron von Cropalati, 11.
10415  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 111
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 </row>
10430 <row>
10431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435
10436 \series bold
10437 Stuffer
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 Oskar
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 111
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 </row>
10461 <row>
10462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466
10467 \series bold
10468 Tacchelli
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 Ugo
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 111
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 </row>
10492 <row>
10493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497
10498 \series bold
10499 Tezzele
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 Margit
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 111
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 </row>
10523 <row>
10524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528
10529 \series bold
10530 Unterkalmsteiner
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 Frieda
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 111
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 </row>
10554 <row>
10555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559
10560 \series bold
10561 Vieider
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 Hilde
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 111
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 </row>
10585 <row>
10586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590
10591 \series bold
10592 Vigna
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 Jürgen
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 111
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 </row>
10616 <row>
10617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621
10622 \series bold
10623 Weber
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 Maurizio
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 111
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 </row>
10647 <row>
10648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652
10653 \series bold
10654 Winkler
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 Franz
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 111
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 </row>
10678 </lyxtabular>
10679
10680 \end_inset
10681
10682
10683 \end_layout
10684
10685 \begin_layout Section
10686 Líneas múltiples en columnas y filas
10687 \end_layout
10688
10689 \begin_layout Subsection
10690 Líneas múltiples en celdas
10691 \begin_inset CommandInset label
10692 LatexCommand label
10693 name "sub:Líneas-Múltiples-en"
10694
10695 \end_inset
10696
10697
10698 \begin_inset Index
10699 status collapsed
10700
10701 \begin_layout Plain Layout
10702 Lineas@Líneas múltiples en celdas
10703 \end_layout
10704
10705 \end_inset
10706
10707
10708 \begin_inset Index
10709 status collapsed
10710
10711 \begin_layout Plain Layout
10712 Tablas ! Saltos de línea
10713 \end_layout
10714
10715 \end_inset
10716
10717
10718 \end_layout
10719
10720 \begin_layout Standard
10721 \noindent
10722 \begin_inset Float table
10723 placement H
10724 wide false
10725 sideways false
10726 status open
10727
10728 \begin_layout Plain Layout
10729 \begin_inset Caption
10730
10731 \begin_layout Plain Layout
10732 \begin_inset CommandInset label
10733 LatexCommand label
10734 name "tab:Tabla-con-múltiples"
10735
10736 \end_inset
10737
10738 Tabla con líneas múltiples en celda
10739 \end_layout
10740
10741 \end_inset
10742
10743
10744 \end_layout
10745
10746 \begin_layout Plain Layout
10747 \align center
10748 \begin_inset Tabular
10749 <lyxtabular version="3" rows="3" columns="3">
10750 <features>
10751 <column alignment="center" valignment="middle" width="2.5cm">
10752 <column alignment="center" valignment="middle" width="0">
10753 <column alignment="center" valignment="middle" width="0">
10754 <row>
10755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 líneas
10760 \begin_inset Newline linebreak
10761 \end_inset
10762
10763 múltiples
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 b
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 c
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 </row>
10787 <row>
10788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 d
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 e
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 f
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 </row>
10816 <row>
10817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 g
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 h
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 i
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 </row>
10845 </lyxtabular>
10846
10847 \end_inset
10848
10849
10850 \end_layout
10851
10852 \end_inset
10853
10854
10855 \end_layout
10856
10857 \begin_layout Standard
10858 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10859  párrafos con varias líneas y guionado.
10860 \end_layout
10861
10862 \begin_layout Standard
10863 Para generar la tabla
10864 \begin_inset space ~
10865 \end_inset
10866
10867
10868 \begin_inset CommandInset ref
10869 LatexCommand ref
10870 reference "tab:Tabla-con-múltiples"
10871
10872 \end_inset
10873
10874 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10875  En el diálogo que surge establece una anchura de 2.5
10876 \begin_inset space \thinspace{}
10877 \end_inset
10878
10879 cm y escoge centro en alineación vertical y horizontal.
10880  La alineación vertical se utiliza para todas las celdas de la fila.
10881  Como nuestro texto es menor de 2.5
10882 \begin_inset space \thinspace{}
10883 \end_inset
10884
10885 cm, sólo aparece una línea.
10886  Para poner dos añadimos un salto de línea justificado, (atajo 
10887 \family sans
10888 Ctrl+Mayúsculas+Retorno
10889 \family default
10890 ).
10891  Si el texto es más ancho que la celda será automáticamente dividido en
10892  líneas.
10893 \end_layout
10894
10895 \begin_layout Standard
10896 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10897  con guión si es la primera entrada.
10898  Por eso hay que insertar algo para que dicha palabra no sea la primera
10899  entrada: añade un espacio horizontal de 0
10900 \begin_inset space \thinspace{}
10901 \end_inset
10902
10903 pt delante de la palabra.
10904  Como el espacio es 0 la salida no cambia.
10905  El cuadro
10906 \begin_inset space ~
10907 \end_inset
10908
10909
10910 \begin_inset CommandInset ref
10911 LatexCommand ref
10912 reference "tab:Tabla-con-y"
10913
10914 \end_inset
10915
10916  muestra el efecto.
10917 \end_layout
10918
10919 \begin_layout Standard
10920 \begin_inset Float table
10921 placement b
10922 wide false
10923 sideways false
10924 status open
10925
10926 \begin_layout Plain Layout
10927 \begin_inset Caption
10928
10929 \begin_layout Plain Layout
10930 \begin_inset CommandInset label
10931 LatexCommand label
10932 name "tab:Tabla-con-y"
10933
10934 \end_inset
10935
10936 Tablas con y sin guión
10937 \end_layout
10938
10939 \end_inset
10940
10941
10942 \end_layout
10943
10944 \begin_layout Plain Layout
10945 \begin_inset space \hfill{}
10946 \end_inset
10947
10948
10949 \begin_inset Tabular
10950 <lyxtabular version="3" rows="3" columns="3">
10951 <features>
10952 <column alignment="center" valignment="middle" width="2.5cm">
10953 <column alignment="center" valignment="middle" width="0">
10954 <column alignment="center" valignment="middle" width="0">
10955 <row>
10956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 celdaconpalabramuylarga
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 b
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 c
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 <row>
10985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 d
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 e
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 f
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 </row>
11013 <row>
11014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 g
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 h
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 i
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 </lyxtabular>
11043
11044 \end_inset
11045
11046
11047 \begin_inset space \hfill{}
11048 \end_inset
11049
11050
11051 \begin_inset Tabular
11052 <lyxtabular version="3" rows="3" columns="3">
11053 <features>
11054 <column alignment="center" valignment="middle" width="2.5cm">
11055 <column alignment="center" valignment="middle" width="0">
11056 <column alignment="center" valignment="middle" width="0">
11057 <row>
11058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 \begin_inset space \hspace{}
11063 \length 0pt
11064 \end_inset
11065
11066 celdaconpalabramuylarga
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 b
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 c
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 </row>
11090 <row>
11091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 d
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 e
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 f
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 </row>
11119 <row>
11120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 g
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 h
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 i
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 </lyxtabular>
11149
11150 \end_inset
11151
11152
11153 \begin_inset space \hfill{}
11154 \end_inset
11155
11156
11157 \end_layout
11158
11159 \end_inset
11160
11161
11162 \end_layout
11163
11164 \begin_layout Subsection
11165 Multicolumnas
11166 \begin_inset CommandInset label
11167 LatexCommand label
11168 name "sub:Multicolumnas"
11169
11170 \end_inset
11171
11172
11173 \begin_inset Index
11174 status collapsed
11175
11176 \begin_layout Plain Layout
11177 Multicolumnas
11178 \end_layout
11179
11180 \end_inset
11181
11182
11183 \begin_inset Index
11184 status collapsed
11185
11186 \begin_layout Plain Layout
11187 Tablas ! Multicolumnas
11188 \end_layout
11189
11190 \end_inset
11191
11192
11193 \end_layout
11194
11195 \begin_layout Subsubsection
11196 Fundamentos de multicolumna
11197 \end_layout
11198
11199 \begin_layout Standard
11200 Para extender una celda sobre varias columnas, se marcan las celdas que
11201  se desee combinar y se usa el botón 
11202 \begin_inset Graphics
11203         filename ../../images/tabular-feature_multicolumn.png
11204         scale 85
11205
11206 \end_inset
11207
11208 , el menú 
11209 \family sans
11210 Editar\SpecialChar \menuseparator
11211 Tabla\SpecialChar \menuseparator
11212 Multicolumna
11213 \family default
11214 , o clic derecho sobre las celdas marcadas y se selecciona en el diálogo,
11215  bajo la solapa 
11216 \family sans
11217 Configuración
11218 \family default
11219 , la casilla Multicolumna.
11220 \end_layout
11221
11222 \begin_layout Standard
11223 Las multicolumnas tienen su propia configuración de celdas.
11224  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11225  multicolumna.
11226  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11227  última fila sin borde superior:
11228 \end_layout
11229
11230 \begin_layout Standard
11231 \align center
11232 \begin_inset Tabular
11233 <lyxtabular version="3" rows="3" columns="4">
11234 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11235 <column alignment="center" valignment="top" width="0pt">
11236 <column alignment="center" valignment="middle" width="0">
11237 <column alignment="center" valignment="top" width="0in">
11238 <column alignment="center" valignment="top" width="0pt">
11239 <row>
11240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 abc
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 def ghi
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 jkl
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 </row>
11277 <row>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282
11283 \family roman
11284 \series medium
11285 \shape up
11286 \size normal
11287 \emph off
11288 \bar no
11289 \noun off
11290 \color none
11291 A
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 B
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309 C
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318 D
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 </row>
11324 <row>
11325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 1
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 2
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 3
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 4
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 </row>
11362 </lyxtabular>
11363
11364 \end_inset
11365
11366
11367 \end_layout
11368
11369 \begin_layout Subsubsection
11370 Cálculos en multicolumnas
11371 \begin_inset CommandInset label
11372 LatexCommand label
11373 name "sub:Cálculos-en-Multicolumnas"
11374
11375 \end_inset
11376
11377
11378 \begin_inset Index
11379 status collapsed
11380
11381 \begin_layout Plain Layout
11382 Multicolumnas ! Cálculos
11383 \end_layout
11384
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \begin_layout Standard
11391 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11392  la anchura de celda de las columnas combinadas en la celda multicolumna.
11393 \end_layout
11394
11395 \begin_layout Standard
11396 \begin_inset Float table
11397 placement h
11398 wide false
11399 sideways false
11400 status open
11401
11402 \begin_layout Plain Layout
11403 \begin_inset Caption
11404
11405 \begin_layout Plain Layout
11406 \begin_inset CommandInset label
11407 LatexCommand label
11408 name "tab:Tabla-con-centrado"
11409
11410 \end_inset
11411
11412 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11413 te la mitad de anchura que la celda multicolumna
11414 \begin_inset OptArg
11415 status collapsed
11416
11417 \begin_layout Plain Layout
11418 Tabla multicolumna perfecta
11419 \end_layout
11420
11421 \end_inset
11422
11423
11424 \end_layout
11425
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \begin_layout Plain Layout
11432 \align center
11433 \begin_inset Tabular
11434 <lyxtabular version="3" rows="3" columns="3">
11435 <features>
11436 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11437 <column alignment="center" valignment="middle" width="0">
11438 <column alignment="center" valignment="top" width="0">
11439 <row>
11440 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 multicolumna línea múltiple
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 c
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 </row>
11468 <row>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 d
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 e
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 f
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 <row>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 g
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 h
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 i
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 </lyxtabular>
11527
11528 \end_inset
11529
11530
11531 \end_layout
11532
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \begin_layout Standard
11539 Por ejemplo, para crear la tabla
11540 \begin_inset space ~
11541 \end_inset
11542
11543
11544 \begin_inset CommandInset ref
11545 LatexCommand ref
11546 reference "tab:Tabla-con-centrado"
11547
11548 \end_inset
11549
11550 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11551  clic derecho.
11552  En el diálogo marca 
11553 \emph on
11554 multicolumna
11555 \emph default
11556
11557 \emph on
11558 alineación centro
11559 \emph default
11560  y una anchura de 2.5
11561 \begin_inset space \thinspace{}
11562 \end_inset
11563
11564 cm.
11565  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11566  de la celda multicolumna, así que deberías ajustar 1.25
11567 \begin_inset space \thinspace{}
11568 \end_inset
11569
11570 cm para la primera columna.
11571  La segunda columna tendrá entonces automáticamente 1.25
11572 \begin_inset space \thinspace{}
11573 \end_inset
11574
11575 cm de anchura.
11576  Para la tabla
11577 \begin_inset space ~
11578 \end_inset
11579
11580
11581 \begin_inset CommandInset ref
11582 LatexCommand ref
11583 reference "tab:Tabla-sin-mitad"
11584
11585 \end_inset
11586
11587  se ha procedido de la siguiente manera:
11588 \end_layout
11589
11590 \begin_layout Standard
11591 \begin_inset Float table
11592 wide false
11593 sideways false
11594 status open
11595
11596 \begin_layout Plain Layout
11597 \begin_inset Caption
11598
11599 \begin_layout Plain Layout
11600 \begin_inset CommandInset label
11601 LatexCommand label
11602 name "tab:Tabla-sin-mitad"
11603
11604 \end_inset
11605
11606 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11607  anchura que la celda multicolumna
11608 \begin_inset OptArg
11609 status collapsed
11610
11611 \begin_layout Plain Layout
11612 Tabla multicolumna imperfecta
11613 \end_layout
11614
11615 \end_inset
11616
11617
11618 \end_layout
11619
11620 \end_inset
11621
11622
11623 \end_layout
11624
11625 \begin_layout Plain Layout
11626 \align center
11627 \begin_inset Tabular
11628 <lyxtabular version="3" rows="3" columns="3">
11629 <features>
11630 <column alignment="center" valignment="top" width="1.25cm">
11631 <column alignment="center" valignment="top" width="0">
11632 <column alignment="center" valignment="top" width="0">
11633 <row>
11634 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 multicolumna línea múltiple
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 c
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 </row>
11662 <row>
11663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 d
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 e
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 f
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 </row>
11691 <row>
11692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 g
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 h
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 i
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 </row>
11720 </lyxtabular>
11721
11722 \end_inset
11723
11724
11725 \end_layout
11726
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \begin_layout Standard
11733 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11734 a, es un poco mayor.
11735  La razón es que la anchura dada para una celda 
11736 \begin_inset Formula $W_{g}$
11737 \end_inset
11738
11739  no es su anchura total 
11740 \begin_inset Formula $W_{\mathrm{tot}}$
11741 \end_inset
11742
11743  porque una celda es siempre algo mayor que la anchura dada.
11744  El apéndice
11745 \begin_inset space ~
11746 \end_inset
11747
11748
11749 \begin_inset CommandInset ref
11750 LatexCommand eqref
11751 reference "cap:Explicación-de-la-Ecuación"
11752
11753 \end_inset
11754
11755  lo explica con detalle.
11756 \end_layout
11757
11758 \begin_layout Standard
11759 La anchura dada necesaria, 
11760 \begin_inset Formula $W_{g\, n}$
11761 \end_inset
11762
11763  para combinar 
11764 \emph on
11765 n
11766 \emph default
11767  columnas puede calcularse de manera que cada columna tenga una anchura
11768  total de 
11769 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11770 \end_inset
11771
11772 :
11773 \begin_inset Formula \begin{equation}
11774 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11775
11776 \end_inset
11777
11778
11779 \end_layout
11780
11781 \begin_layout Standard
11782 En nuestro caso tenemos 
11783 \begin_inset Formula $n=2$
11784 \end_inset
11785
11786
11787 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11788 \end_inset
11789
11790
11791 \begin_inset space \thinspace{}
11792 \end_inset
11793
11794 cm y los valores predeterminados para longitudes, así la ecuación
11795 \begin_inset space ~
11796 \end_inset
11797
11798
11799 \begin_inset CommandInset ref
11800 LatexCommand ref
11801 reference "eq:Wgn"
11802
11803 \end_inset
11804
11805  queda
11806 \begin_inset Formula \begin{equation}
11807 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11808
11809 \end_inset
11810
11811
11812 \end_layout
11813
11814 \begin_layout Standard
11815 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11816  
11817 \series bold
11818 calc
11819 \series default
11820  con la línea
11821 \begin_inset Index
11822 status collapsed
11823
11824 \begin_layout Plain Layout
11825 LaTeX-paquetes ! calc
11826 \end_layout
11827
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \begin_layout Standard
11834
11835 \series bold
11836
11837 \backslash
11838 usepackage{calc}
11839 \end_layout
11840
11841 \begin_layout Standard
11842 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11843  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11844  He aquí un repaso de los argumentos:
11845 \end_layout
11846
11847 \begin_layout Itemize
11848
11849 \series bold
11850 p{ancho}
11851 \series default
11852  crea celdas con anchura fija, el texto alineado arriba
11853 \end_layout
11854
11855 \begin_layout Itemize
11856
11857 \series bold
11858 m{ancho}
11859 \series default
11860  crea celdas con anchura fija, el texto con alineación vertical centrada
11861  
11862 \end_layout
11863
11864 \begin_layout Itemize
11865
11866 \series bold
11867 b{ancho}
11868 \series default
11869  crea celdas con anchura fija, el texto alineado abajo
11870 \end_layout
11871
11872 \begin_layout Standard
11873 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11874  en el diálogo se ignoran.
11875 \end_layout
11876
11877 \begin_layout Standard
11878 \begin_inset Note Greyedout
11879 status open
11880
11881 \begin_layout Plain Layout
11882
11883 \series bold
11884 Nota:
11885 \series default
11886  Debido a un error, LyX muestra de todas formas estas propiedades.
11887 \end_layout
11888
11889 \end_inset
11890
11891  
11892 \end_layout
11893
11894 \begin_layout Standard
11895 El comando 
11896 \series bold
11897
11898 \backslash
11899 centering
11900 \series default
11901  centra horizontalmente el texto.
11902  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11903  columna extendida:
11904 \end_layout
11905
11906 \begin_layout Standard
11907
11908 \series bold
11909 >{
11910 \backslash
11911 centering}m{1.25cm-6.2pt}
11912 \end_layout
11913
11914 \begin_layout Standard
11915 El comando 
11916 \series bold
11917 >{ }
11918 \series default
11919  significa que los comandos entre llaves se aplican antes de crear la celda.
11920 \end_layout
11921
11922 \begin_layout Standard
11923 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11924 , aún está alineado a la izquierda.
11925  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11926  Así que para multicolumnas hemos de usar el argumento de LaTeX
11927 \end_layout
11928
11929 \begin_layout Standard
11930
11931 \series bold
11932 >{
11933 \backslash
11934 centering}m{2.5cm}
11935 \end_layout
11936
11937 \begin_layout Subsection
11938 Multifilas
11939 \begin_inset Index
11940 status collapsed
11941
11942 \begin_layout Plain Layout
11943 Multifilas
11944 \end_layout
11945
11946 \end_inset
11947
11948
11949 \begin_inset Index
11950 status collapsed
11951
11952 \begin_layout Plain Layout
11953 Tablas ! Multifilas
11954 \end_layout
11955
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \begin_layout Standard
11962 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11963  hace falta un poco de código TeX.
11964  Hay que cargar el paquete de LaTeX 
11965 \series bold
11966 multirow
11967 \series default
11968
11969 \begin_inset Index
11970 status collapsed
11971
11972 \begin_layout Plain Layout
11973 LaTeX-paquetes ! multirow
11974 \end_layout
11975
11976 \end_inset
11977
11978  en el preámbulo del documento con el comando
11979 \end_layout
11980
11981 \begin_layout Standard
11982
11983 \series bold
11984
11985 \backslash
11986 usepackage{multirow}
11987 \end_layout
11988
11989 \begin_layout Standard
11990 Las multifilas se crean con el comando
11991 \end_layout
11992
11993 \begin_layout Standard
11994
11995 \series bold
11996
11997 \backslash
11998 multirow{número de filas}{ancho de celda}{entrada de celda}
11999 \end_layout
12000
12001 \begin_layout Standard
12002 Para crear la siguiente tabla:
12003 \end_layout
12004
12005 \begin_layout Standard
12006 \align center
12007 \begin_inset ERT
12008 status collapsed
12009
12010 \begin_layout Plain Layout
12011
12012
12013 \backslash
12014 renewcommand{
12015 \backslash
12016 multirowsetup}{
12017 \backslash
12018 centering}
12019 \end_layout
12020
12021 \end_inset
12022
12023
12024 \begin_inset Tabular
12025 <lyxtabular version="3" rows="3" columns="3">
12026 <features>
12027 <column alignment="center" valignment="top" width="0">
12028 <column alignment="center" valignment="top" width="0">
12029 <column alignment="center" valignment="top" width="0">
12030 <row>
12031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12032 \begin_inset Text
12033
12034 \begin_layout Plain Layout
12035 a
12036 \end_layout
12037
12038 \end_inset
12039 </cell>
12040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044 b
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053 c
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 </row>
12059 <row>
12060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Plain Layout
12064 \begin_inset ERT
12065 status collapsed
12066
12067 \begin_layout Plain Layout
12068
12069
12070 \backslash
12071 multirow{2}{2.5cm}{
12072 \end_layout
12073
12074 \end_inset
12075
12076 entrada multifila
12077 \begin_inset ERT
12078 status collapsed
12079
12080 \begin_layout Plain Layout
12081
12082 }
12083 \end_layout
12084
12085 \end_inset
12086
12087
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 e
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105 f
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 </row>
12111 <row>
12112 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 h
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Plain Layout
12134 i
12135 \end_layout
12136
12137 \end_inset
12138 </cell>
12139 </row>
12140 </lyxtabular>
12141
12142 \end_inset
12143
12144
12145 \begin_inset ERT
12146 status collapsed
12147
12148 \begin_layout Plain Layout
12149
12150
12151 \backslash
12152 renewcommand{
12153 \backslash
12154 multirowsetup}{
12155 \backslash
12156 raggedright}
12157 \end_layout
12158
12159 \end_inset
12160
12161
12162 \end_layout
12163
12164 \begin_layout Standard
12165 crea una tabla 3×3.
12166  Para quitar la línea sobre la última celda en la primera columna, se marca
12167  la celda como multicolumna y se quita el borde superior.
12168  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12169  ahí el comando
12170 \end_layout
12171
12172 \begin_layout Standard
12173
12174 \series bold
12175
12176 \backslash
12177 multirow{2}{2.5cm}{
12178 \end_layout
12179
12180 \begin_layout Standard
12181 en código TeX.
12182  Según los parámetros del comando la multifila se expande a dos filas y
12183  tiene de ancho 2.5
12184 \begin_inset space \thinspace{}
12185 \end_inset
12186
12187 cm.
12188  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12189  y el comando finaliza con llave derecha 
12190 \series bold
12191 }
12192 \series default
12193  en otro cuadro de código TeX tras el texto.
12194 \end_layout
12195
12196 \begin_layout Standard
12197
12198 \series bold
12199
12200 \backslash
12201 multirow
12202 \series default
12203  alinea su contenido a la izquierda por omisión.
12204  Para cambiarlo renombra el comando 
12205 \series bold
12206
12207 \backslash
12208 multirowsetup
12209 \series default
12210  con el comando
12211 \end_layout
12212
12213 \begin_layout Standard
12214
12215 \series bold
12216
12217 \backslash
12218 renewcommand{
12219 \backslash
12220 multirowsetup}{
12221 \backslash
12222 centering}
12223 \end_layout
12224
12225 \begin_layout Standard
12226 en el preámbulo del documento.
12227  Entonces se centran todas las entradas de celdas multifila en el documento.
12228  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12229  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12230  Si el texto debe estar alineado a la derecha, reemplaza 
12231 \series bold
12232
12233 \backslash
12234 centering
12235 \series default
12236  por 
12237 \series bold
12238
12239 \backslash
12240 raggedleft
12241 \series default
12242 .
12243  Para volver a alineado a la izquierda usa 
12244 \series bold
12245
12246 \backslash
12247 raggedright
12248 \series default
12249 .
12250 \end_layout
12251
12252 \begin_layout Section
12253 Tablas formales
12254 \begin_inset CommandInset label
12255 LatexCommand label
12256 name "sec:Tablas-Formales"
12257
12258 \end_inset
12259
12260
12261 \begin_inset Index
12262 status collapsed
12263
12264 \begin_layout Plain Layout
12265 Tablas ! Formales
12266 \end_layout
12267
12268 \end_inset
12269
12270  
12271 \end_layout
12272
12273 \begin_layout Standard
12274 En los libros, las tablas se suelen presentar en un formato como el de la
12275  tabla 
12276 \begin_inset space ~
12277 \end_inset
12278
12279
12280 \begin_inset CommandInset ref
12281 LatexCommand ref
12282 reference "tab:Ejemplo-tabla-formal"
12283
12284 \end_inset
12285
12286 .
12287  Se denominan tablas 
12288 \emph on
12289 formales
12290 \emph default
12291 .
12292  Para hacer tablas con este diseño, elige 
12293 \family sans
12294 Estilo
12295 \family default
12296
12297 \begin_inset space ~
12298 \end_inset
12299
12300
12301 \family sans
12302 Formal
12303 \family default
12304  en la solapa 
12305 \family sans
12306 Bordes
12307 \family default
12308  del cuadro de diálogo de tablas.
12309 \end_layout
12310
12311 \begin_layout Standard
12312 \begin_inset Float table
12313 placement h
12314 wide false
12315 sideways false
12316 status open
12317
12318 \begin_layout Plain Layout
12319 \begin_inset Caption
12320
12321 \begin_layout Plain Layout
12322 \begin_inset CommandInset label
12323 LatexCommand label
12324 name "tab:Ejemplo-tabla-formal"
12325
12326 \end_inset
12327
12328 Ejemplo de tabla formal
12329 \end_layout
12330
12331 \end_inset
12332
12333
12334 \end_layout
12335
12336 \begin_layout Plain Layout
12337 \align center
12338 \begin_inset Tabular
12339 <lyxtabular version="3" rows="8" columns="4">
12340 <features booktabs="true">
12341 <column alignment="center" valignment="top" width="0">
12342 <column alignment="center" valignment="top" width="0">
12343 <column alignment="center" valignment="top" width="0">
12344 <column alignment="center" valignment="top" width="0">
12345 <row>
12346 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12347 \begin_inset Text
12348
12349 \begin_layout Plain Layout
12350 System
12351 \end_layout
12352
12353 \end_inset
12354 </cell>
12355 <cell alignment="center" valignment="top" topline="true" usebox="none">
12356 \begin_inset Text
12357
12358 \begin_layout Plain Layout
12359 Medipix
12360 \begin_inset space \thinspace{}
12361 \end_inset
12362
12363 1
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12369 \begin_inset Text
12370
12371 \begin_layout Plain Layout
12372 Medipix
12373 \begin_inset space \thinspace{}
12374 \end_inset
12375
12376 2
12377 \end_layout
12378
12379 \end_inset
12380 </cell>
12381 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385
12386 \end_layout
12387
12388 \end_inset
12389 </cell>
12390 </row>
12391 <row>
12392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Plain Layout
12396 \begin_inset ERT
12397 status collapsed
12398
12399 \begin_layout Plain Layout
12400
12401
12402 \backslash
12403 cmidrule(r){2-2}
12404 \end_layout
12405
12406 \end_inset
12407
12408
12409 \begin_inset ERT
12410 status collapsed
12411
12412 \begin_layout Plain Layout
12413
12414
12415 \backslash
12416 cmidrule(l){3-4}
12417 \end_layout
12418
12419 \end_inset
12420
12421 Detector thickness [µm]
12422 \end_layout
12423
12424 \end_inset
12425 </cell>
12426 <cell alignment="center" valignment="top" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Plain Layout
12430 300
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 <cell alignment="center" valignment="top" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 300
12440 \end_layout
12441
12442 \end_inset
12443 </cell>
12444 <cell alignment="center" valignment="top" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Plain Layout
12448 700
12449 \end_layout
12450
12451 \end_inset
12452 </cell>
12453 </row>
12454 <row>
12455 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Plain Layout
12459 Edge angle [°]
12460 \end_layout
12461
12462 \end_inset
12463 </cell>
12464 <cell alignment="center" valignment="top" topline="true" usebox="none">
12465 \begin_inset Text
12466
12467 \begin_layout Plain Layout
12468 3.55
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 <cell alignment="center" valignment="top" topline="true" usebox="none">
12474 \begin_inset Text
12475
12476 \begin_layout Plain Layout
12477 2.71
12478 \end_layout
12479
12480 \end_inset
12481 </cell>
12482 <cell alignment="center" valignment="top" topline="true" usebox="none">
12483 \begin_inset Text
12484
12485 \begin_layout Plain Layout
12486 7.99
12487 \end_layout
12488
12489 \end_inset
12490 </cell>
12491 </row>
12492 <row topspace="default">
12493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 Spatial resolution [µm]
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 4.26
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 <cell alignment="center" valignment="top" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515 10.17
12516 \end_layout
12517
12518 \end_inset
12519 </cell>
12520 <cell alignment="center" valignment="top" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524 10.56
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 </row>
12530 <row topspace="default">
12531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 MTF at 
12536 \begin_inset Formula $f_{\mathrm{max}}$
12537 \end_inset
12538
12539
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 0.53
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 <cell alignment="center" valignment="top" usebox="none">
12554 \begin_inset Text
12555
12556 \begin_layout Plain Layout
12557 0.37
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 <cell alignment="center" valignment="top" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566 0.39
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 </row>
12572 <row topspace="default">
12573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 \begin_inset ERT
12578 status collapsed
12579
12580 \begin_layout Plain Layout
12581
12582
12583 \backslash
12584 cmidrule(l{10pt}){1-1}
12585 \end_layout
12586
12587 \end_inset
12588
12589 LSF-spatial resolution
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 <cell alignment="center" valignment="top" usebox="none">
12613 \begin_inset Text
12614
12615 \begin_layout Plain Layout
12616
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 </row>
12622 <row>
12623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 in µm
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 129.7
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 52.75
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 <cell alignment="center" valignment="top" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 50.78
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 </row>
12660 <row>
12661 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 in % of pixel size
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 76.3
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 95.9
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12689 \begin_inset Text
12690
12691 \begin_layout Plain Layout
12692 92.3
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 </row>
12698 </lyxtabular>
12699
12700 \end_inset
12701
12702
12703 \end_layout
12704
12705 \end_inset
12706
12707
12708 \end_layout
12709
12710 \begin_layout Standard
12711 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12712  correspondientes que se encuentran en la solapa 
12713 \family sans
12714 Bordes 
12715 \family default
12716 del diálogo
12717 \family sans
12718  Configuración
12719 \begin_inset space ~
12720 \end_inset
12721
12722 de
12723 \begin_inset space ~
12724 \end_inset
12725
12726 la
12727 \begin_inset space ~
12728 \end_inset
12729
12730 tabla
12731 \family default
12732 , como se explica en la sección
12733 \begin_inset space ~
12734 \end_inset
12735
12736
12737 \begin_inset CommandInset ref
12738 LatexCommand ref
12739 reference "sub:Espacio-adicional"
12740
12741 \end_inset
12742
12743
12744 \end_layout
12745
12746 \begin_layout Standard
12747 A diferencia de las tablas normales, las tablas formales no tienen líneas
12748  verticales.
12749  Las líneas horizontales se pueden poner o no como en las tablas normales,
12750  pero en la salida se mostrarán con distinto grosor:
12751 \begin_inset Newline newline
12752 \end_inset
12753
12754 Las líneas primera y última tienen un grosor predeterminado de 0.08
12755 \begin_inset space \thinspace{}
12756 \end_inset
12757
12758 em, las demás tienen un grosor predeterminado de 0.05
12759 \begin_inset space \thinspace{}
12760 \end_inset
12761
12762 em.
12763 \end_layout
12764
12765 \begin_layout Standard
12766 Estos valores predeterminados se pueden cambiar
12767 \series bold
12768  
12769 \series default
12770 con las líneas de preámbulo:
12771 \end_layout
12772
12773 \begin_layout Standard
12774
12775 \series bold
12776
12777 \backslash
12778 let
12779 \backslash
12780 mytoprule
12781 \backslash
12782 toprule
12783 \begin_inset Newline newline
12784 \end_inset
12785
12786
12787 \backslash
12788 renewcommand{
12789 \backslash
12790 toprule}{
12791 \backslash
12792 mytoprule[grosor]}
12793 \end_layout
12794
12795 \begin_layout Standard
12796 Este ejemplo es para la primera línea, la denominada 
12797 \series bold
12798 toprule
12799 \series default
12800 .
12801  Si quieres cambiar el grosor de la última línea, reemplaza 
12802 \series bold
12803 toprule
12804 \series default
12805  por 
12806 \series bold
12807 bottomrule
12808 \series default
12809 .
12810  Y para cambiar el grosor de las demás líneas cambia 
12811 \series bold
12812 toprule
12813 \series default
12814  por 
12815 \series bold
12816 midrule
12817 \series default
12818 .
12819  Puedes usar cualquiera de las unidades listadas en el apéndice
12820 \begin_inset space ~
12821 \end_inset
12822
12823
12824 \begin_inset CommandInset ref
12825 LatexCommand ref
12826 reference "cap:Unidades-disponibles-en"
12827
12828 \end_inset
12829
12830  para establecer el grosor.
12831 \end_layout
12832
12833 \begin_layout Standard
12834 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12835  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12836  LyX empleará internamente el comando 
12837 \series bold
12838
12839 \backslash
12840 cmidrule
12841 \series default
12842  para dibujar la línea.
12843  El esquema completo es
12844 \end_layout
12845
12846 \begin_layout Standard
12847
12848 \series bold
12849
12850 \backslash
12851 cmidrule[grosor](recorte){inicol-fincol}
12852 \end_layout
12853
12854 \begin_layout Standard
12855 Por el momento, LyX no soporta las opciones de 
12856 \series bold
12857
12858 \backslash
12859 cmidrule
12860 \series default
12861 , así que para usarlas hay que emplear código TeX.
12862  Las líneas 
12863 \series bold
12864
12865 \backslash
12866 cmidrule
12867 \series default
12868  se pueden insertar manualmente con el comando en código TeX como primera
12869  entrada de la primera celda de una fila.
12870  En la salida se dibujará la línea sobre dicha fila.
12871 \end_layout
12872
12873 \begin_layout Standard
12874 El grosor predeterminado es 0.03
12875 \begin_inset space \thinspace{}
12876 \end_inset
12877
12878 em.
12879  
12880 \series bold
12881 inicol
12882 \series default
12883  es el número de la columna en la que comienza la línea y 
12884 \series bold
12885 fincol
12886 \series default
12887  es el número de la columna en la que acaba la línea.
12888  El valor 
12889 \series bold
12890 fincol
12891 \series default
12892  debe especificarse siempre, aunque la línea se extienda sobre una sola
12893  columna.
12894  El parámetro opcional 
12895 \series bold
12896 recorte
12897 \series default
12898  debe ser 
12899 \emph on
12900 l{recorte}
12901 \emph default
12902  o 
12903 \emph on
12904 r{recorte}
12905 \emph default
12906 , donde 
12907 \emph on
12908 recorte
12909 \emph default
12910  también es opcional.
12911  Por ejemplo, el parámetro 
12912 \emph on
12913 l{2pt}
12914 \emph default
12915  significa que la línea se recorta 2
12916 \begin_inset space \thinspace{}
12917 \end_inset
12918
12919 pt por su izquierda.
12920  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12921 \begin_inset space \thinspace{}
12922 \end_inset
12923
12924 em.
12925
12926 \series bold
12927  
12928 \end_layout
12929
12930 \begin_layout Standard
12931
12932 \end_layout
12933
12934 \begin_layout Standard
12935 \begin_inset VSpace bigskip
12936 \end_inset
12937
12938
12939 \end_layout
12940
12941 \begin_layout Standard
12942 La tabla
12943 \begin_inset space ~
12944 \end_inset
12945
12946
12947 \begin_inset CommandInset ref
12948 LatexCommand ref
12949 reference "tab:Ejemplo-tabla-formal"
12950
12951 \end_inset
12952
12953  se ha creado con los comandos
12954 \end_layout
12955
12956 \begin_layout Standard
12957
12958 \series bold
12959
12960 \backslash
12961 cmidrule(r){2-2}
12962 \backslash
12963 cmidrule(l){3-4}
12964 \end_layout
12965
12966 \begin_layout Standard
12967 en la segunda fila, 
12968 \series bold
12969
12970 \backslash
12971 midrule
12972 \series default
12973  en la tercera, y
12974 \end_layout
12975
12976 \begin_layout Standard
12977
12978 \series bold
12979
12980 \backslash
12981 cmidrule(l{10pt}){1-1}
12982 \end_layout
12983
12984 \begin_layout Standard
12985 en la sexta fila.
12986 \end_layout
12987
12988 \begin_layout Standard
12989 \begin_inset VSpace bigskip
12990 \end_inset
12991
12992
12993 \end_layout
12994
12995 \begin_layout Standard
12996 Quizá quieras superponer líneas 
12997 \series bold
12998
12999 \backslash
13000 cmidrules
13001 \series default
13002  como en la tabla
13003 \begin_inset space ~
13004 \end_inset
13005
13006
13007 \begin_inset CommandInset ref
13008 LatexCommand ref
13009 reference "tab:Tabla-formal-especial"
13010
13011 \end_inset
13012
13013 .
13014  Esto se consigue con el comando en código TeX
13015 \end_layout
13016
13017 \begin_layout Standard
13018
13019 \series bold
13020
13021 \backslash
13022 morecmidrules
13023 \end_layout
13024
13025 \begin_layout Standard
13026 El comando que se ha utilizado para la segunda fila de la tabla
13027 \begin_inset space ~
13028 \end_inset
13029
13030
13031 \begin_inset CommandInset ref
13032 LatexCommand ref
13033 reference "tab:Tabla-formal-especial"
13034
13035 \end_inset
13036
13037  es
13038 \end_layout
13039
13040 \begin_layout Standard
13041
13042 \series bold
13043
13044 \backslash
13045 cmidrule(r){2-2}
13046 \backslash
13047 cmidrule(l){3-4}
13048 \backslash
13049 morecmidrules
13050 \backslash
13051 cmidrule{2-4}
13052 \end_layout
13053
13054 \begin_layout Standard
13055 El comando para la sexta fila es
13056 \end_layout
13057
13058 \begin_layout Standard
13059
13060 \series bold
13061
13062 \backslash
13063 midrule
13064 \backslash
13065 morecmidrules
13066 \backslash
13067 cmidrule{3-4}
13068 \series default
13069
13070 \begin_inset VSpace bigskip
13071 \end_inset
13072
13073
13074 \end_layout
13075
13076 \begin_layout Standard
13077 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13078  el siguiente comando para dibujar líneas que se extienden sobre todas las
13079  columnas
13080 \end_layout
13081
13082 \begin_layout Standard
13083
13084 \series bold
13085
13086 \backslash
13087 specialrule{anchura}{espacio superior}{espacio inferior}
13088 \end_layout
13089
13090 \begin_layout Standard
13091 Para más información sobre estas características especiales, acude al manual
13092  del paquete LaTeX 
13093 \series bold
13094 booktabs
13095 \series default
13096
13097 \begin_inset CommandInset citation
13098 LatexCommand cite
13099 key "booktabs"
13100
13101 \end_inset
13102
13103 .
13104 \begin_inset Index
13105 status collapsed
13106
13107 \begin_layout Plain Layout
13108 LaTeX-paquetes ! booktabs
13109 \end_layout
13110
13111 \end_inset
13112
13113  
13114 \begin_inset VSpace bigskip
13115 \end_inset
13116
13117
13118 \end_layout
13119
13120 \begin_layout Standard
13121 \begin_inset Float table
13122 placement h
13123 wide false
13124 sideways false
13125 status open
13126
13127 \begin_layout Plain Layout
13128 \begin_inset Caption
13129
13130 \begin_layout Plain Layout
13131 \begin_inset CommandInset label
13132 LatexCommand label
13133 name "tab:Tabla-formal-especial"
13134
13135 \end_inset
13136
13137 Tabla formal especial
13138 \end_layout
13139
13140 \end_inset
13141
13142
13143 \end_layout
13144
13145 \begin_layout Plain Layout
13146 \align center
13147 \begin_inset Tabular
13148 <lyxtabular version="3" rows="8" columns="4">
13149 <features booktabs="true">
13150 <column alignment="center" valignment="top" width="0">
13151 <column alignment="center" valignment="top" width="0">
13152 <column alignment="center" valignment="top" width="0">
13153 <column alignment="center" valignment="top" width="0">
13154 <row>
13155 <cell alignment="center" valignment="top" topline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 System
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 Medipix
13169 \begin_inset space \thinspace{}
13170 \end_inset
13171
13172 1
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181 Medipix
13182 \begin_inset space \thinspace{}
13183 \end_inset
13184
13185 2
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 </row>
13200 <row>
13201 <cell alignment="center" valignment="top" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 \begin_inset ERT
13206 status collapsed
13207
13208 \begin_layout Plain Layout
13209
13210
13211 \backslash
13212 cmidrule(r){2-2}
13213 \end_layout
13214
13215 \end_inset
13216
13217
13218 \begin_inset ERT
13219 status collapsed
13220
13221 \begin_layout Plain Layout
13222
13223
13224 \backslash
13225 cmidrule(l){3-4}
13226 \end_layout
13227
13228 \end_inset
13229
13230
13231 \begin_inset ERT
13232 status collapsed
13233
13234 \begin_layout Plain Layout
13235
13236
13237 \backslash
13238 morecmidrules 
13239 \end_layout
13240
13241 \end_inset
13242
13243
13244 \begin_inset ERT
13245 status collapsed
13246
13247 \begin_layout Plain Layout
13248
13249
13250 \backslash
13251 cmidrule{2-4}
13252 \end_layout
13253
13254 \end_inset
13255
13256 Detector thickness [µm]
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 <cell alignment="center" valignment="top" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 300
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 300
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 700
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 </row>
13289 <row>
13290 <cell alignment="center" valignment="top" topline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 Edge angle [°]
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" topline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 3.55
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 <cell alignment="center" valignment="top" topline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 2.71
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" topline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 7.99
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 </row>
13327 <row topspace="default">
13328 <cell alignment="center" valignment="top" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 Spatial resolution [µm]
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell alignment="center" valignment="top" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 4.26
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 <cell alignment="center" valignment="top" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350 10.17
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 10.56
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 </row>
13365 <row topspace="default">
13366 <cell alignment="center" valignment="top" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 MTF at 
13371 \begin_inset Formula $f_{\mathrm{max}}$
13372 \end_inset
13373
13374
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 0.53
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 0.37
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 0.39
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 </row>
13407 <row>
13408 <cell alignment="center" valignment="top" topline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 \begin_inset ERT
13413 status collapsed
13414
13415 \begin_layout Plain Layout
13416
13417
13418 \backslash
13419 morecmidrules 
13420 \end_layout
13421
13422 \end_inset
13423
13424
13425 \begin_inset ERT
13426 status collapsed
13427
13428 \begin_layout Plain Layout
13429
13430
13431 \backslash
13432 cmidrule{3-4}
13433 \end_layout
13434
13435 \end_inset
13436
13437 LSF-spatial resolution
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" topline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" topline="true" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 <cell alignment="center" valignment="top" topline="true" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 </row>
13470 <row>
13471 <cell alignment="center" valignment="top" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 in µm
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 129.7
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 52.75
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 <cell alignment="center" valignment="top" usebox="none">
13499 \begin_inset Text
13500
13501 \begin_layout Plain Layout
13502 50.78
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 </row>
13508 <row>
13509 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 in % of pixel size
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522 76.3
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13528 \begin_inset Text
13529
13530 \begin_layout Plain Layout
13531 95.9
13532 \end_layout
13533
13534 \end_inset
13535 </cell>
13536 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 92.3
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 </row>
13546 </lyxtabular>
13547
13548 \end_inset
13549
13550
13551 \end_layout
13552
13553 \end_inset
13554
13555
13556 \end_layout
13557
13558 \begin_layout Section
13559 Alineación vertical de tablas
13560 \begin_inset Index
13561 status collapsed
13562
13563 \begin_layout Plain Layout
13564 Tablas ! Alineación vertical
13565 \end_layout
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \begin_layout Standard
13573 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13574  en un cuadro.
13575  Entonces el cuadro se puede alinear verticalmente como se describe en la
13576  sección
13577 \begin_inset space ~
13578 \end_inset
13579
13580
13581 \begin_inset CommandInset ref
13582 LatexCommand ref
13583 reference "sec:Diálogo-Cuadros"
13584
13585 \end_inset
13586
13587 .
13588  
13589 \end_layout
13590
13591 \begin_layout Standard
13592 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13593 \begin_inset Foot
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597 Las minipáginas se describen en la sección
13598 \begin_inset space ~
13599 \end_inset
13600
13601
13602 \begin_inset CommandInset ref
13603 LatexCommand ref
13604 reference "sec:Minipáginas"
13605
13606 \end_inset
13607
13608 .
13609 \end_layout
13610
13611 \end_inset
13612
13613  que tiene una anchura del 15
13614 \begin_inset space \thinspace{}
13615 \end_inset
13616
13617 % de columna:
13618 \end_layout
13619
13620 \begin_layout Itemize
13621 test 
13622 \begin_inset Box Frameless
13623 position "t"
13624 hor_pos "c"
13625 has_inner_box 1
13626 inner_pos "c"
13627 use_parbox 0
13628 width "15col%"
13629 special "none"
13630 height "1in"
13631 height_special "totalheight"
13632 status collapsed
13633
13634 \begin_layout Plain Layout
13635 \begin_inset Tabular
13636 <lyxtabular version="3" rows="3" columns="3">
13637 <features>
13638 <column alignment="center" valignment="top" width="0">
13639 <column alignment="center" valignment="top" width="0">
13640 <column alignment="center" valignment="top" width="0">
13641 <row>
13642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646 a
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 d
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664 g
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 </row>
13670 <row>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 b
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 e
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 h
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 </row>
13699 <row>
13700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 c
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 f
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 i
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 </row>
13728 </lyxtabular>
13729
13730 \end_inset
13731
13732
13733 \end_layout
13734
13735 \end_inset
13736
13737  test 
13738 \begin_inset ERT
13739 status collapsed
13740
13741 \begin_layout Plain Layout
13742
13743
13744 \backslash
13745 raisebox{0.85
13746 \backslash
13747 baselineskip}{
13748 \end_layout
13749
13750 \end_inset
13751
13752
13753 \begin_inset Box Frameless
13754 position "t"
13755 hor_pos "c"
13756 has_inner_box 1
13757 inner_pos "c"
13758 use_parbox 0
13759 width "15col%"
13760 special "none"
13761 height "1in"
13762 height_special "totalheight"
13763 status collapsed
13764
13765 \begin_layout Plain Layout
13766 \begin_inset Tabular
13767 <lyxtabular version="3" rows="3" columns="3">
13768 <features>
13769 <column alignment="center" valignment="top" width="0">
13770 <column alignment="center" valignment="top" width="0">
13771 <column alignment="center" valignment="top" width="0">
13772 <row>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 a
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 d
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 g
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 </row>
13801 <row>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 b
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 e
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 h
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 </row>
13830 <row>
13831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 c
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 f
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853 i
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 </row>
13859 </lyxtabular>
13860
13861 \end_inset
13862
13863
13864 \end_layout
13865
13866 \end_inset
13867
13868
13869 \begin_inset ERT
13870 status collapsed
13871
13872 \begin_layout Plain Layout
13873
13874 }
13875 \end_layout
13876
13877 \end_inset
13878
13879
13880 \end_layout
13881
13882 \begin_layout Itemize
13883 test 
13884 \begin_inset Box Frameless
13885 position "c"
13886 hor_pos "c"
13887 has_inner_box 1
13888 inner_pos "c"
13889 use_parbox 0
13890 width "15col%"
13891 special "none"
13892 height "1in"
13893 height_special "totalheight"
13894 status collapsed
13895
13896 \begin_layout Plain Layout
13897 \begin_inset Tabular
13898 <lyxtabular version="3" rows="3" columns="3">
13899 <features>
13900 <column alignment="center" valignment="top" width="0">
13901 <column alignment="center" valignment="top" width="0">
13902 <column alignment="center" valignment="top" width="0">
13903 <row>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 a
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917 d
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926 g
13927 \end_layout
13928
13929 \end_inset
13930 </cell>
13931 </row>
13932 <row>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 b
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 e
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13952 \begin_inset Text
13953
13954 \begin_layout Plain Layout
13955 h
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 </row>
13961 <row>
13962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 c
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975 f
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 i
13985 \end_layout
13986
13987 \end_inset
13988 </cell>
13989 </row>
13990 </lyxtabular>
13991
13992 \end_inset
13993
13994
13995 \end_layout
13996
13997 \end_inset
13998
13999
14000 \end_layout
14001
14002 \begin_layout Itemize
14003 test 
14004 \begin_inset Box Frameless
14005 position "b"
14006 hor_pos "c"
14007 has_inner_box 1
14008 inner_pos "c"
14009 use_parbox 0
14010 width "15col%"
14011 special "none"
14012 height "1in"
14013 height_special "totalheight"
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017 \begin_inset Tabular
14018 <lyxtabular version="3" rows="3" columns="3">
14019 <features>
14020 <column alignment="center" valignment="top" width="0">
14021 <column alignment="center" valignment="top" width="0">
14022 <column alignment="center" valignment="top" width="0">
14023 <row>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 a
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 d
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Plain Layout
14046 g
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 </row>
14052 <row>
14053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 b
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 e
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 h
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 </row>
14081 <row>
14082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 c
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 f
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Plain Layout
14104 i
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 </row>
14110 </lyxtabular>
14111
14112 \end_inset
14113
14114
14115 \end_layout
14116
14117 \end_inset
14118
14119  test 
14120 \begin_inset ERT
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124
14125
14126 \backslash
14127 raisebox{-0.32
14128 \backslash
14129 baselineskip}{
14130 \end_layout
14131
14132 \end_inset
14133
14134
14135 \begin_inset Box Frameless
14136 position "b"
14137 hor_pos "c"
14138 has_inner_box 1
14139 inner_pos "c"
14140 use_parbox 0
14141 width "15col%"
14142 special "none"
14143 height "1in"
14144 height_special "totalheight"
14145 status collapsed
14146
14147 \begin_layout Plain Layout
14148 \begin_inset Tabular
14149 <lyxtabular version="3" rows="3" columns="3">
14150 <features>
14151 <column alignment="center" valignment="top" width="0">
14152 <column alignment="center" valignment="top" width="0">
14153 <column alignment="center" valignment="top" width="0">
14154 <row>
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159 a
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168 d
14169 \end_layout
14170
14171 \end_inset
14172 </cell>
14173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14174 \begin_inset Text
14175
14176 \begin_layout Plain Layout
14177 g
14178 \end_layout
14179
14180 \end_inset
14181 </cell>
14182 </row>
14183 <row>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 b
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 e
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 h
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 </row>
14212 <row>
14213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 c
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 f
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Plain Layout
14235 i
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 </row>
14241 </lyxtabular>
14242
14243 \end_inset
14244
14245
14246 \end_layout
14247
14248 \end_inset
14249
14250
14251 \begin_inset ERT
14252 status collapsed
14253
14254 \begin_layout Plain Layout
14255
14256 }
14257 \end_layout
14258
14259 \end_inset
14260
14261
14262 \end_layout
14263
14264 \begin_layout Standard
14265 Como ves, los contenidos de la primera y última filas no se alinean correctament
14266 e con la línea de texto donde está la tabla.
14267  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14268  un cuadro elevado («raisebox»
14269 \begin_inset Foot
14270 status collapsed
14271
14272 \begin_layout Plain Layout
14273 El uso del comando 
14274 \series bold
14275
14276 \backslash
14277 raisebox
14278 \series default
14279  se explica en la sección
14280 \begin_inset space ~
14281 \end_inset
14282
14283
14284 \begin_inset CommandInset ref
14285 LatexCommand ref
14286 reference "sub:Alineación-Vertical"
14287
14288 \end_inset
14289
14290 .
14291 \end_layout
14292
14293 \end_inset
14294
14295 ).
14296  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14297  usando el comando en código TeX
14298 \end_layout
14299
14300 \begin_layout Standard
14301
14302 \series bold
14303
14304 \backslash
14305 raisebox{0.85
14306 \backslash
14307 baselineskip}{
14308 \end_layout
14309
14310 \begin_layout Standard
14311 antes del cuadro.
14312  Tras él, se pone la llave de cierre 
14313 \series bold
14314 }
14315 \series default
14316  también en código TeX.
14317  Para la segunda tabla en el tercer ítem se usa el comando 
14318 \end_layout
14319
14320 \begin_layout Standard
14321
14322 \series bold
14323
14324 \backslash
14325 raisebox{-0.32
14326 \backslash
14327 baselineskip}{
14328 \end_layout
14329
14330 \begin_layout Standard
14331 \begin_inset Note Greyedout
14332 status open
14333
14334 \begin_layout Plain Layout
14335
14336 \series bold
14337 Not
14338 \series default
14339 a: La alineación del contenido de la fila con la línea del texto adyacente
14340  no es exacta.
14341  El factor necesario del comando 
14342 \series bold
14343
14344 \backslash
14345 raisebox
14346 \series default
14347  para este alineamiento depende de la fuente del documento, del tamaño de
14348  la fuente y del grosor de línea de la tabla.
14349 \end_layout
14350
14351 \end_inset
14352
14353
14354 \end_layout
14355
14356 \begin_layout Section
14357 Tablas coloreadas
14358 \begin_inset CommandInset label
14359 LatexCommand label
14360 name "sec:Tablas-Coloreadas"
14361
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \begin_layout Subsection
14368 Celdas coloreadas
14369 \begin_inset Index
14370 status collapsed
14371
14372 \begin_layout Plain Layout
14373 Tablas ! Coloreadas ! Celdas
14374 \end_layout
14375
14376 \end_inset
14377
14378
14379 \begin_inset Index
14380 status collapsed
14381
14382 \begin_layout Plain Layout
14383 Color ! en celdas de tablas
14384 \end_layout
14385
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \begin_layout Standard
14392 \begin_inset Float table
14393 placement h
14394 wide false
14395 sideways false
14396 status open
14397
14398 \begin_layout Plain Layout
14399 \begin_inset Caption
14400
14401 \begin_layout Plain Layout
14402 \begin_inset CommandInset label
14403 LatexCommand label
14404 name "tab:Tabla-coloreada-sin"
14405
14406 \end_inset
14407
14408 Tabla coloreada sin usar el paquete 
14409 \series bold
14410 colortbl
14411 \series default
14412
14413 \begin_inset OptArg
14414 status collapsed
14415
14416 \begin_layout Plain Layout
14417 Tabla sin colortbl
14418 \end_layout
14419
14420 \end_inset
14421
14422
14423 \end_layout
14424
14425 \end_inset
14426
14427
14428 \end_layout
14429
14430 \begin_layout Plain Layout
14431 \align center
14432 \begin_inset Tabular
14433 <lyxtabular version="3" rows="3" columns="3">
14434 <features>
14435 <column alignment="center" valignment="top" width="0">
14436 <column alignment="center" valignment="top" width="0">
14437 <column alignment="center" valignment="top" width="0">
14438 <row>
14439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443
14444 \color green
14445 a
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454
14455 \color red
14456 b
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465
14466 \color red
14467 c
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 </row>
14473 <row>
14474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478
14479 \color green
14480 d
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489
14490 \color blue
14491 e
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500
14501 \color blue
14502 f
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 </row>
14508 <row>
14509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513
14514 \color green
14515 g
14516 \end_layout
14517
14518 \end_inset
14519 </cell>
14520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14521 \begin_inset Text
14522
14523 \begin_layout Plain Layout
14524
14525 \color blue
14526 h
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14532 \begin_inset Text
14533
14534 \begin_layout Plain Layout
14535
14536 \color blue
14537 i
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 </row>
14543 </lyxtabular>
14544
14545 \end_inset
14546
14547
14548 \end_layout
14549
14550 \end_inset
14551
14552
14553 \end_layout
14554
14555 \begin_layout Standard
14556 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14557  el menú 
14558 \family sans
14559 Editar\SpecialChar \menuseparator
14560 Estilo
14561 \begin_inset space ~
14562 \end_inset
14563
14564 del
14565 \begin_inset space ~
14566 \end_inset
14567
14568 Texto
14569 \family default
14570 .
14571  Esto se ha hecho en la tabla
14572 \begin_inset space ~
14573 \end_inset
14574
14575
14576 \begin_inset CommandInset ref
14577 LatexCommand ref
14578 reference "tab:Tabla-coloreada-sin"
14579
14580 \end_inset
14581
14582 .
14583  En cualquier otro caso hay que usar el paquete LaTeX 
14584 \series bold
14585 colortbl
14586 \series default
14587 .
14588 \begin_inset Index
14589 status collapsed
14590
14591 \begin_layout Plain Layout
14592 LaTeX-paquetes ! colortbl
14593 \end_layout
14594
14595 \end_inset
14596
14597
14598 \end_layout
14599
14600 \begin_layout Standard
14601 \begin_inset ERT
14602 status collapsed
14603
14604 \begin_layout Plain Layout
14605
14606
14607 \backslash
14608 ifcolortbl
14609 \end_layout
14610
14611 \end_inset
14612
14613
14614 \begin_inset Note Note
14615 status collapsed
14616
14617 \begin_layout Plain Layout
14618 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14619  LaTeX 
14620 \series bold
14621 colortbl
14622 \series default
14623 .
14624 \end_layout
14625
14626 \end_inset
14627
14628
14629 \end_layout
14630
14631 \begin_layout Standard
14632 Para crear tablas coloreadas, 
14633 \series bold
14634 colortbl
14635 \series default
14636  debe cargarse en el preámbulo con la línea
14637 \end_layout
14638
14639 \begin_layout Standard
14640
14641 \series bold
14642
14643 \backslash
14644 usepackage{colortbl}
14645 \end_layout
14646
14647 \begin_layout Standard
14648 El color de una columna se define con el comando
14649 \end_layout
14650
14651 \begin_layout Standard
14652
14653 \series bold
14654
14655 \backslash
14656 columncolor{nombre del color}
14657 \end_layout
14658
14659 \begin_layout Standard
14660 dentro del comando 
14661 \series bold
14662 >{ }
14663 \series default
14664 .
14665  Más sobre el comando 
14666 \series bold
14667 >{}
14668 \series default
14669  se explica en la sección
14670 \begin_inset space ~
14671 \end_inset
14672
14673
14674 \begin_inset CommandInset ref
14675 LatexCommand ref
14676 reference "sub:Cálculos-en-Multicolumnas"
14677
14678 \end_inset
14679
14680 .
14681 \end_layout
14682
14683 \begin_layout Standard
14684 Los siguientes nombres de color están predefinidos:
14685 \end_layout
14686
14687 \begin_layout Standard
14688
14689 \family sans
14690 red
14691 \family default
14692
14693 \family sans
14694 green
14695 \family default
14696
14697 \family sans
14698 yellow, blue
14699 \family default
14700
14701 \family sans
14702 cyan
14703 \family default
14704 \series bold
14705 ,
14706 \series default
14707  
14708 \family sans
14709 magenta, black
14710 \family default
14711
14712 \family sans
14713 white
14714 \end_layout
14715
14716 \begin_layout Standard
14717 \begin_inset VSpace medskip
14718 \end_inset
14719
14720
14721 \end_layout
14722
14723 \begin_layout Standard
14724 Puedes definir tus propios colores con el comando
14725 \end_layout
14726
14727 \begin_layout Standard
14728
14729 \series bold
14730
14731 \backslash
14732 definecolor{nombre del color}{modelo de color}{valores de color}
14733 \end_layout
14734
14735 \begin_layout Standard
14736 El modelo de color puede ser
14737 \end_layout
14738
14739 \begin_layout Labeling
14740 \labelwidthstring 00.00.0000
14741 cmyk: cyan, magenta, yellow, black
14742 \end_layout
14743
14744 \begin_layout Labeling
14745 \labelwidthstring 00.00.0000
14746 rgb: red, green, blue
14747 \end_layout
14748
14749 \begin_layout Labeling
14750 \labelwidthstring 00.00.0000
14751 gray: gray
14752 \end_layout
14753
14754 \begin_layout Standard
14755 y los valores de color son números separados por comas entre 0 y 1 que describen
14756  el factor para el color correspondiente del modelo de color.
14757 \end_layout
14758
14759 \begin_layout Standard
14760 Por ejemplo, puedes definir el color
14761 \series bold
14762  
14763 \series default
14764 «
14765 \emph on
14766 verde oscuro
14767 \emph default
14768 » en el preámbulo con
14769 \end_layout
14770
14771 \begin_layout Standard
14772
14773 \series bold
14774
14775 \backslash
14776 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14777 \end_layout
14778
14779 \begin_layout Standard
14780 y el color «
14781 \emph on
14782 gris claro
14783 \emph default
14784 » con
14785 \end_layout
14786
14787 \begin_layout Standard
14788
14789 \series bold
14790
14791 \backslash
14792 definecolor{grisclaro}{gray}{0.8}
14793 \end_layout
14794
14795 \begin_layout Standard
14796 \begin_inset VSpace medskip
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \begin_layout Standard
14803 Las líneas se colorean con el comando
14804 \end_layout
14805
14806 \begin_layout Standard
14807
14808 \series bold
14809
14810 \backslash
14811 rowcolor{nombre del color}
14812 \end_layout
14813
14814 \begin_layout Standard
14815 y las celdas se colorean con el comando
14816 \end_layout
14817
14818 \begin_layout Standard
14819
14820 \series bold
14821
14822 \backslash
14823 cellcolor{nombre del color}
14824 \end_layout
14825
14826 \begin_layout Standard
14827 Ambos comandos se insertan al principio de una celda en código TeX.
14828 \end_layout
14829
14830 \begin_layout Standard
14831 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14832 \family sans
14833 Editar\SpecialChar \menuseparator
14834 Estilo
14835 \begin_inset space ~
14836 \end_inset
14837
14838 del
14839 \begin_inset space ~
14840 \end_inset
14841
14842 Texto
14843 \family default
14844 .
14845  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14846  TeX en color puede ocasionar errores de LaTeX.
14847 \end_layout
14848
14849 \begin_layout Standard
14850 \begin_inset Note Greyedout
14851 status open
14852
14853 \begin_layout Plain Layout
14854
14855 \series bold
14856 Nota:
14857 \series default
14858  No todos los visores DVI pueden mostrar colores definidos por el usuario.
14859 \end_layout
14860
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \begin_layout Standard
14867 \begin_inset VSpace bigskip
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \begin_layout Standard
14874 Para crear la tabla
14875 \begin_inset space ~
14876 \end_inset
14877
14878
14879 \begin_inset CommandInset ref
14880 LatexCommand ref
14881 reference "tab:Tabla-coloreada-con"
14882
14883 \end_inset
14884
14885  haz lo siguiente: el color de la primera columna debe ser 
14886 \emph on
14887 verde oscuro
14888 \emph default
14889 , entonces inserta
14890 \end_layout
14891
14892 \begin_layout Standard
14893
14894 \series bold
14895 >{
14896 \backslash
14897 columncolor{verdeoscuro}
14898 \backslash
14899 centering}c
14900 \end_layout
14901
14902 \begin_layout Standard
14903 como argumento LaTeX para esta columna.
14904  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14905 \end_layout
14906
14907 \begin_layout Standard
14908
14909 \series bold
14910
14911 \backslash
14912 rowcolow{cyan}
14913 \end_layout
14914
14915 \begin_layout Standard
14916 en la primera celda de esta fila.
14917  Observa que esto sobreescribe el color de la columna para la primera celda.
14918  La última celda de la última fila se colorea magenta insertando el comando
14919  en código TeX
14920 \end_layout
14921
14922 \begin_layout Standard
14923
14924 \series bold
14925
14926 \backslash
14927 cellcolor{magenta}
14928 \end_layout
14929
14930 \begin_layout Standard
14931 Ahora podrían colorearse los caracteres usando el menú 
14932 \family sans
14933 Editar\SpecialChar \menuseparator
14934 Estilo
14935 \begin_inset space ~
14936 \end_inset
14937
14938 del
14939 \begin_inset space ~
14940 \end_inset
14941
14942 Texto
14943 \family default
14944 .
14945 \end_layout
14946
14947 \begin_layout Standard
14948 \begin_inset Float table
14949 placement h
14950 wide false
14951 sideways false
14952 status open
14953
14954 \begin_layout Plain Layout
14955 \begin_inset Caption
14956
14957 \begin_layout Plain Layout
14958 \begin_inset CommandInset label
14959 LatexCommand label
14960 name "tab:Tabla-coloreada-con"
14961
14962 \end_inset
14963
14964 Tabla coloreada con el paquete 
14965 \series bold
14966 colortbl
14967 \series default
14968
14969 \begin_inset OptArg
14970 status collapsed
14971
14972 \begin_layout Plain Layout
14973 Tabla con 
14974 \series bold
14975 colortbl
14976 \end_layout
14977
14978 \end_inset
14979
14980
14981 \end_layout
14982
14983 \end_inset
14984
14985
14986 \end_layout
14987
14988 \begin_layout Plain Layout
14989 \align center
14990 \begin_inset Tabular
14991 <lyxtabular version="3" rows="3" columns="3">
14992 <features>
14993 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14994 <column alignment="center" valignment="top" width="0">
14995 <column alignment="center" valignment="top" width="0">
14996 <row>
14997 <cell alignment="center" valignment="top" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 \begin_inset ERT
15002 status collapsed
15003
15004 \begin_layout Plain Layout
15005
15006
15007 \backslash
15008 rowcolor{cyan}
15009 \end_layout
15010
15011 \end_inset
15012
15013
15014 \color magenta
15015 a
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \color red
15026 b
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035
15036 \color red
15037 c
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 </row>
15043 <row>
15044 <cell alignment="center" valignment="top" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048
15049 \color yellow
15050 d
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059
15060 \color blue
15061 e
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070
15071 \color blue
15072 f
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row>
15079 <cell alignment="center" valignment="top" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \color yellow
15085 g
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094
15095 \color blue
15096 h
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 \begin_inset ERT
15106 status collapsed
15107
15108 \begin_layout Plain Layout
15109
15110
15111 \backslash
15112 cellcolor{magenta}
15113 \end_layout
15114
15115 \end_inset
15116
15117
15118 \color green
15119 i
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 </row>
15125 </lyxtabular>
15126
15127 \end_inset
15128
15129
15130 \end_layout
15131
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \begin_layout Standard
15138 \begin_inset ERT
15139 status collapsed
15140
15141 \begin_layout Plain Layout
15142
15143
15144 \backslash
15145 else
15146 \end_layout
15147
15148 \end_inset
15149
15150
15151 \begin_inset Note Note
15152 status collapsed
15153
15154 \begin_layout Plain Layout
15155 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15156  
15157 \series bold
15158 colortbl
15159 \series default
15160 .
15161 \end_layout
15162
15163 \end_inset
15164
15165
15166 \end_layout
15167
15168 \begin_layout Standard
15169 Debes instalar el paquete LaTeX 
15170 \series bold
15171 colortbl
15172 \series default
15173  para ver la parte siguiente en la salida.
15174 \end_layout
15175
15176 \begin_layout Standard
15177 \begin_inset ERT
15178 status collapsed
15179
15180 \begin_layout Plain Layout
15181
15182
15183 \backslash
15184 fi
15185 \end_layout
15186
15187 \end_inset
15188
15189
15190 \end_layout
15191
15192 \begin_layout Subsection
15193 Líneas coloreadas
15194 \begin_inset Index
15195 status collapsed
15196
15197 \begin_layout Plain Layout
15198 Tablas ! Coloreadas ! Líneas
15199 \end_layout
15200
15201 \end_inset
15202
15203
15204 \begin_inset Index
15205 status collapsed
15206
15207 \begin_layout Plain Layout
15208 Color ! en bordes de tabla
15209 \end_layout
15210
15211 \end_inset
15212
15213
15214 \end_layout
15215
15216 \begin_layout Standard
15217 Como se describe en la sección
15218 \begin_inset space ~
15219 \end_inset
15220
15221
15222 \begin_inset CommandInset ref
15223 LatexCommand ref
15224 reference "sub:Grosor-de-Líneas"
15225
15226 \end_inset
15227
15228 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15229  
15230 \series bold
15231
15232 \backslash
15233 arrayrulewidth
15234 \series default
15235 .
15236  Se ha puesto 1.5
15237 \begin_inset space \thinspace{}
15238 \end_inset
15239
15240 pt para todas las tablas de esta sección.
15241 \begin_inset ERT
15242 status collapsed
15243
15244 \begin_layout Plain Layout
15245
15246
15247 \backslash
15248 setlength{
15249 \backslash
15250 arrayrulewidth}{1.5pt}
15251 \end_layout
15252
15253 \end_inset
15254
15255
15256 \end_layout
15257
15258 \begin_layout Standard
15259 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15260  el preámbulo del documento el siguiente formato de columna, de acuerdo
15261  a lo descrito en la sección
15262 \begin_inset space ~
15263 \end_inset
15264
15265
15266 \begin_inset CommandInset ref
15267 LatexCommand ref
15268 reference "sub:Formato-Personalizado"
15269
15270 \end_inset
15271
15272 :
15273 \end_layout
15274
15275 \begin_layout Standard
15276
15277 \series bold
15278
15279 \backslash
15280 newcolumntype{W}{!{
15281 \backslash
15282 color{green}
15283 \backslash
15284 vline}}
15285 \end_layout
15286
15287 \begin_layout Standard
15288 Para la tabla
15289 \begin_inset space ~
15290 \end_inset
15291
15292
15293 \begin_inset CommandInset ref
15294 LatexCommand ref
15295 reference "tab:Tabla-con-verticales-coloreadas"
15296
15297 \end_inset
15298
15299  se usó el argumento LaTeX
15300 \series bold
15301  WcW
15302 \series default
15303  para la última columna y
15304 \series bold
15305  Wc
15306 \series default
15307  para las demás.
15308 \end_layout
15309
15310 \begin_layout Standard
15311 Si quieres tener varios colores, define más formatos de columna.
15312 \end_layout
15313
15314 \begin_layout Standard
15315 \begin_inset Float table
15316 placement h
15317 wide false
15318 sideways false
15319 status open
15320
15321 \begin_layout Plain Layout
15322 \begin_inset Caption
15323
15324 \begin_layout Plain Layout
15325 \begin_inset CommandInset label
15326 LatexCommand label
15327 name "tab:Tabla-con-verticales-coloreadas"
15328
15329 \end_inset
15330
15331 Tabla con líneas verticales coloreadas
15332 \end_layout
15333
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \begin_layout Plain Layout
15340 \align center
15341 \begin_inset Tabular
15342 <lyxtabular version="3" rows="3" columns="3">
15343 <features>
15344 <column alignment="center" valignment="top" width="0" special="Wc">
15345 <column alignment="center" valignment="top" width="0" special="Wc">
15346 <column alignment="center" valignment="top" width="0" special="WcW">
15347 <row>
15348 <cell alignment="center" valignment="top" topline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352 sd
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 <cell alignment="center" valignment="top" topline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 <cell alignment="center" valignment="top" topline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370
15371 \end_layout
15372
15373 \end_inset
15374 </cell>
15375 </row>
15376 <row>
15377 <cell alignment="center" valignment="top" topline="true" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" topline="true" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390 sd
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" topline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 </row>
15405 <row>
15406 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428 sd
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 </row>
15434 </lyxtabular>
15435
15436 \end_inset
15437
15438
15439 \end_layout
15440
15441 \end_inset
15442
15443
15444 \end_layout
15445
15446 \begin_layout Standard
15447 \begin_inset VSpace bigskip
15448 \end_inset
15449
15450 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15451 \begin_inset space ~
15452 \end_inset
15453
15454
15455 \begin_inset CommandInset ref
15456 LatexCommand ref
15457 reference "tab:Tabla-con-horizontales-coloreadas"
15458
15459 \end_inset
15460
15461 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15462 \end_layout
15463
15464 \begin_layout Standard
15465
15466 \series bold
15467
15468 \backslash
15469 let
15470 \backslash
15471 myHlineC
15472 \backslash
15473 hline
15474 \begin_inset Newline newline
15475 \end_inset
15476
15477
15478 \backslash
15479 renewcommand{
15480 \backslash
15481 hline}
15482 \begin_inset Newline newline
15483 \end_inset
15484
15485
15486 \begin_inset ERT
15487 status collapsed
15488
15489 \begin_layout Plain Layout
15490
15491
15492 \backslash
15493 hphantom{ }
15494 \end_layout
15495
15496 \end_inset
15497
15498 {
15499 \backslash
15500 arrayrulecolor{red}
15501 \backslash
15502 myHlineC
15503 \backslash
15504 arrayrulecolor{black}}
15505 \end_layout
15506
15507 \begin_layout Standard
15508 \begin_inset ERT
15509 status collapsed
15510
15511 \begin_layout Plain Layout
15512
15513
15514 \backslash
15515 let
15516 \backslash
15517 myHlineC
15518 \backslash
15519 hline
15520 \end_layout
15521
15522 \begin_layout Plain Layout
15523
15524
15525 \backslash
15526 renewcommand{
15527 \backslash
15528 hline}
15529 \end_layout
15530
15531 \begin_layout Plain Layout
15532
15533  {
15534 \backslash
15535 arrayrulecolor{red}
15536 \backslash
15537 myHlineC
15538 \backslash
15539 arrayrulecolor{black}}
15540 \end_layout
15541
15542 \end_inset
15543
15544
15545 \begin_inset Float table
15546 placement h
15547 wide false
15548 sideways false
15549 status open
15550
15551 \begin_layout Plain Layout
15552 \begin_inset Caption
15553
15554 \begin_layout Plain Layout
15555 \begin_inset CommandInset label
15556 LatexCommand label
15557 name "tab:Tabla-con-horizontales-coloreadas"
15558
15559 \end_inset
15560
15561 Tabla con líneas horizontales coloreadas
15562 \end_layout
15563
15564 \end_inset
15565
15566
15567 \end_layout
15568
15569 \begin_layout Plain Layout
15570 \align center
15571 \begin_inset Tabular
15572 <lyxtabular version="3" rows="3" columns="3">
15573 <features>
15574 <column alignment="center" valignment="top" width="0">
15575 <column alignment="center" valignment="top" width="0">
15576 <column alignment="center" valignment="top" width="0">
15577 <row>
15578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582 sd
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 </row>
15606 <row>
15607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620 sd
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15626 \begin_inset Text
15627
15628 \begin_layout Plain Layout
15629
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 </row>
15635 <row>
15636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Plain Layout
15640
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658 sd
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 </row>
15664 </lyxtabular>
15665
15666 \end_inset
15667
15668
15669 \end_layout
15670
15671 \end_inset
15672
15673
15674 \end_layout
15675
15676 \begin_layout Standard
15677 Para volver al color de línea negro predeterminado inserta este comando
15678  en código TeX detrás de la tabla o el flotante:
15679 \end_layout
15680
15681 \begin_layout Standard
15682
15683 \series bold
15684
15685 \backslash
15686 renewcommand{
15687 \backslash
15688 hline}{
15689 \backslash
15690 myHlineC}
15691 \end_layout
15692
15693 \begin_layout Standard
15694 La tabla
15695 \begin_inset space ~
15696 \end_inset
15697
15698
15699 \begin_inset CommandInset ref
15700 LatexCommand ref
15701 reference "tab:Tabla-con-líneas-coloreadas"
15702
15703 \end_inset
15704
15705  es un ejemplo con líneas verticales y horizontales coloreadas.
15706 \end_layout
15707
15708 \begin_layout Standard
15709 \begin_inset Float table
15710 placement h
15711 wide false
15712 sideways false
15713 status open
15714
15715 \begin_layout Plain Layout
15716 \begin_inset Caption
15717
15718 \begin_layout Plain Layout
15719 \begin_inset CommandInset label
15720 LatexCommand label
15721 name "tab:Tabla-con-líneas-coloreadas"
15722
15723 \end_inset
15724
15725 Tabla con líneas coloreadas
15726 \end_layout
15727
15728 \end_inset
15729
15730
15731 \end_layout
15732
15733 \begin_layout Plain Layout
15734 \align center
15735 \begin_inset Tabular
15736 <lyxtabular version="3" rows="3" columns="3">
15737 <features>
15738 <column alignment="center" valignment="top" width="0" special="Wc">
15739 <column alignment="center" valignment="top" width="0" special="Wc">
15740 <column alignment="center" valignment="top" width="0" special="WcW">
15741 <row>
15742 <cell alignment="center" valignment="top" topline="true" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746 sd
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 <cell alignment="center" valignment="top" topline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 <cell alignment="center" valignment="top" topline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 </row>
15770 <row>
15771 <cell alignment="center" valignment="top" topline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" topline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784 sd
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" topline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 </row>
15799 <row>
15800 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822 sd
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 </lyxtabular>
15829
15830 \end_inset
15831
15832
15833 \end_layout
15834
15835 \end_inset
15836
15837
15838 \end_layout
15839
15840 \begin_layout Standard
15841 \begin_inset ERT
15842 status collapsed
15843
15844 \begin_layout Plain Layout
15845
15846
15847 \backslash
15848 renewcommand{
15849 \backslash
15850 hline}{
15851 \backslash
15852 myHlineC}
15853 \end_layout
15854
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \begin_layout Standard
15861 \begin_inset ERT
15862 status collapsed
15863
15864 \begin_layout Plain Layout
15865
15866
15867 \backslash
15868 setlength{
15869 \backslash
15870 arrayrulewidth}{0.4pt}
15871 \end_layout
15872
15873 \end_inset
15874
15875
15876 \end_layout
15877
15878 \begin_layout Section
15879 Personalización de tablas
15880 \begin_inset Index
15881 status collapsed
15882
15883 \begin_layout Plain Layout
15884 Personalización de tablas
15885 \end_layout
15886
15887 \end_inset
15888
15889
15890 \begin_inset Index
15891 status collapsed
15892
15893 \begin_layout Plain Layout
15894 Tablas ! Personalización
15895 \end_layout
15896
15897 \end_inset
15898
15899
15900 \end_layout
15901
15902 \begin_layout Subsection
15903 Espacio adicional en filas
15904 \begin_inset CommandInset label
15905 LatexCommand label
15906 name "sub:Espacio-adicional"
15907
15908 \end_inset
15909
15910
15911 \begin_inset Index
15912 status collapsed
15913
15914 \begin_layout Plain Layout
15915 Personalización de tablas ! Espacio adicional en filas
15916 \end_layout
15917
15918 \end_inset
15919
15920
15921 \end_layout
15922
15923 \begin_layout Standard
15924 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15925  
15926 \family sans
15927 Bordes,
15928 \family default
15929  del diálogo de configuración de tablas.
15930  En el marco 
15931 \family sans
15932 Espacio
15933 \begin_inset space ~
15934 \end_inset
15935
15936 adicional
15937 \family default
15938  dispones de tres posibilidades:
15939 \end_layout
15940
15941 \begin_layout Description
15942 Superior
15943 \begin_inset space ~
15944 \end_inset
15945
15946 de
15947 \begin_inset space ~
15948 \end_inset
15949
15950 la
15951 \begin_inset space ~
15952 \end_inset
15953
15954 fila añade espacio sobre los caracteres de la fila.
15955  Si la tabla es de estilo formal
15956 \begin_inset Foot
15957 status collapsed
15958
15959 \begin_layout Plain Layout
15960 Las tablas formales se explican en la sección
15961 \begin_inset space ~
15962 \end_inset
15963
15964
15965 \begin_inset CommandInset ref
15966 LatexCommand ref
15967 reference "sec:Tablas-Formales"
15968
15969 \end_inset
15970
15971
15972 \end_layout
15973
15974 \end_inset
15975
15976  LyX insertará 0.5
15977 \begin_inset space \thinspace{}
15978 \end_inset
15979
15980 em por omisión.
15981  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15982  verticales, como se ve en la tabla siguiente:
15983 \begin_inset VSpace medskip
15984 \end_inset
15985
15986
15987 \begin_inset Newline newline
15988 \end_inset
15989
15990
15991 \begin_inset space \hspace*{}
15992 \length 0pt
15993 \end_inset
15994
15995
15996 \begin_inset space \hfill{}
15997 \end_inset
15998
15999
16000 \begin_inset Tabular
16001 <lyxtabular version="3" rows="3" columns="1">
16002 <features>
16003 <column alignment="center" valignment="top" width="0">
16004 <row>
16005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 A
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 <row topspace="3mm">
16016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020 3
16021 \begin_inset space \thinspace{}
16022 \end_inset
16023
16024 mm sobre la fila
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 </row>
16030 <row>
16031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 C
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 </row>
16041 </lyxtabular>
16042
16043 \end_inset
16044
16045
16046 \begin_inset space \hfill{}
16047 \end_inset
16048
16049
16050 \begin_inset space \hspace*{}
16051 \length 0pt
16052 \end_inset
16053
16054
16055 \begin_inset VSpace medskip
16056 \end_inset
16057
16058
16059 \begin_inset Newline newline
16060 \end_inset
16061
16062 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16063  sin líneas verticales.
16064 \end_layout
16065
16066 \begin_layout Description
16067 Inferior
16068 \begin_inset space ~
16069 \end_inset
16070
16071 de
16072 \begin_inset space ~
16073 \end_inset
16074
16075 la
16076 \begin_inset space ~
16077 \end_inset
16078
16079 fila añade espacio bajo los caracteres de la fila.
16080  Si la tabla es formal LyX inserta por omisión 0.5
16081 \begin_inset space \thinspace{}
16082 \end_inset
16083
16084 em; si la tabla es normal inserta 2
16085 \begin_inset space \thinspace{}
16086 \end_inset
16087
16088 pt.
16089  
16090 \end_layout
16091
16092 \begin_layout Description
16093 Entre
16094 \begin_inset space ~
16095 \end_inset
16096
16097 las
16098 \begin_inset space ~
16099 \end_inset
16100
16101 filas añade espacio entre la fila actual y la siguiente.
16102  Si la tabla es formal LyX inserta 0.5
16103 \begin_inset space \thinspace{}
16104 \end_inset
16105
16106 em por omisión.
16107  En tablas normales, el espacio adicional destruirá las líneas verticales
16108  de la tabla, como se ve en la siguiente:
16109 \begin_inset VSpace medskip
16110 \end_inset
16111
16112
16113 \begin_inset Newline newline
16114 \end_inset
16115
16116
16117 \begin_inset space \hspace*{}
16118 \length 0pt
16119 \end_inset
16120
16121
16122 \begin_inset space \hfill{}
16123 \end_inset
16124
16125
16126 \begin_inset Tabular
16127 <lyxtabular version="3" rows="3" columns="1">
16128 <features>
16129 <column alignment="center" valignment="top" width="0">
16130 <row>
16131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135 A
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 <row interlinespace="3mm">
16142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146 \begin_inset Formula $\downarrow$
16147 \end_inset
16148
16149  3
16150 \begin_inset space \thinspace{}
16151 \end_inset
16152
16153 mm entre las filas
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 </row>
16159 <row>
16160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 \begin_inset Formula $\uparrow$
16165 \end_inset
16166
16167  3
16168 \begin_inset space \thinspace{}
16169 \end_inset
16170
16171 mm entre las filas 
16172 \begin_inset Formula $\uparrow$
16173 \end_inset
16174
16175
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 </row>
16181 </lyxtabular>
16182
16183 \end_inset
16184
16185
16186 \begin_inset space \hfill{}
16187 \end_inset
16188
16189
16190 \begin_inset space \hspace*{}
16191 \length 0pt
16192 \end_inset
16193
16194
16195 \begin_inset VSpace medskip
16196 \end_inset
16197
16198
16199 \begin_inset Newline newline
16200 \end_inset
16201
16202 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16203  para tablas sin líneas verticales.
16204 \end_layout
16205
16206 \begin_layout Standard
16207 \begin_inset VSpace bigskip
16208 \end_inset
16209
16210 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16211  utiliza los siguientes comandos en el preámbulo:
16212 \end_layout
16213
16214 \begin_layout Standard
16215
16216 \series bold
16217
16218 \backslash
16219 @ifundefined{extrarowheight}
16220 \begin_inset Newline newline
16221 \end_inset
16222
16223
16224 \begin_inset ERT
16225 status collapsed
16226
16227 \begin_layout Plain Layout
16228
16229
16230 \backslash
16231 hphantom{ }
16232 \end_layout
16233
16234 \end_inset
16235
16236 {
16237 \backslash
16238 usepackage{array}}{}
16239 \begin_inset Newline newline
16240 \end_inset
16241
16242
16243 \backslash
16244 setlength{
16245 \backslash
16246 extrarowheight}{altura}
16247 \end_layout
16248
16249 \begin_layout Standard
16250 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16251  centrado en vertical.
16252  (Lyx cargará automáticamente el paquete 
16253 \series bold
16254 array
16255 \series default
16256  cuando uses formatos de tabla autodefinidos.
16257  Para evitar que sea cargado dos veces se pone al principio el comando 
16258 \series bold
16259
16260 \backslash
16261 @ifundefined
16262 \series default
16263 .)
16264 \end_layout
16265
16266 \begin_layout Standard
16267 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16268  la tabla están a veces demasiado cerca de las letras.
16269  Esto se puede corregir insertando el comando 
16270 \series bold
16271
16272 \backslash
16273 strut
16274 \series default
16275  en código TeX al principio de la fila de la tabla.
16276  La tabla
16277 \begin_inset space ~
16278 \end_inset
16279
16280
16281 \begin_inset CommandInset ref
16282 LatexCommand ref
16283 reference "tab:Alineación-vertical"
16284
16285 \end_inset
16286
16287  muestra el efecto:
16288 \end_layout
16289
16290 \begin_layout Standard
16291 \noindent
16292 \begin_inset Float table
16293 placement h
16294 wide false
16295 sideways false
16296 status open
16297
16298 \begin_layout Plain Layout
16299 \begin_inset Caption
16300
16301 \begin_layout Plain Layout
16302 \begin_inset CommandInset label
16303 LatexCommand label
16304 name "tab:Alineación-vertical"
16305
16306 \end_inset
16307
16308 Alineación vertical de texto con fuentes grandes
16309 \end_layout
16310
16311 \end_inset
16312
16313
16314 \end_layout
16315
16316 \begin_layout Plain Layout
16317 \begin_inset space \hfill{}
16318 \end_inset
16319
16320
16321 \begin_inset Float table
16322 wide false
16323 sideways false
16324 status collapsed
16325
16326 \begin_layout Plain Layout
16327 \begin_inset Caption
16328
16329 \begin_layout Plain Layout
16330 Tabla normal
16331 \end_layout
16332
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \begin_layout Plain Layout
16339 \noindent
16340 \align center
16341 \begin_inset Tabular
16342 <lyxtabular version="3" rows="6" columns="1">
16343 <features>
16344 <column alignment="left" valignment="top" width="0">
16345 <row>
16346 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 Normal, g
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 <row>
16357 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361
16362 \size large
16363 Grande
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 <row>
16370 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374
16375 \size larger
16376 Más grande
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 </row>
16382 <row>
16383 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387
16388 \size largest
16389 Grandísima
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 </row>
16395 <row>
16396 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400
16401 \size huge
16402 Enorme
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 <row>
16409 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413
16414 \size huge
16415 Más enorme
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 </row>
16421 </lyxtabular>
16422
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \end_inset
16429
16430
16431 \begin_inset space \hfill{}
16432 \end_inset
16433
16434
16435 \begin_inset Float table
16436 wide false
16437 sideways false
16438 status collapsed
16439
16440 \begin_layout Plain Layout
16441 \begin_inset Caption
16442
16443 \begin_layout Plain Layout
16444 Tabla con comando 
16445 \series bold
16446
16447 \backslash
16448 strut
16449 \end_layout
16450
16451 \end_inset
16452
16453
16454 \end_layout
16455
16456 \begin_layout Plain Layout
16457 \noindent
16458 \align center
16459 \begin_inset Tabular
16460 <lyxtabular version="3" rows="6" columns="1">
16461 <features>
16462 <column alignment="left" valignment="top" width="0">
16463 <row>
16464 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 Normal, g
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 </row>
16474 <row>
16475 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479
16480 \size large
16481 \begin_inset ERT
16482 status collapsed
16483
16484 \begin_layout Plain Layout
16485
16486
16487 \backslash
16488 strut 
16489 \end_layout
16490
16491 \end_inset
16492
16493 Grande
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row>
16500 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504
16505 \size larger
16506 \begin_inset ERT
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510
16511
16512 \backslash
16513 strut 
16514 \end_layout
16515
16516 \end_inset
16517
16518 Más grande
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 </row>
16524 <row>
16525 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529
16530 \size largest
16531 \begin_inset ERT
16532 status collapsed
16533
16534 \begin_layout Plain Layout
16535
16536
16537 \backslash
16538 strut 
16539 \end_layout
16540
16541 \end_inset
16542
16543 Grandísima
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 </row>
16549 <row>
16550 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554
16555 \size huge
16556 \begin_inset ERT
16557 status collapsed
16558
16559 \begin_layout Plain Layout
16560
16561
16562 \backslash
16563 strut 
16564 \end_layout
16565
16566 \end_inset
16567
16568 Enorme
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 </row>
16574 <row>
16575 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579
16580 \size giant
16581 \begin_inset ERT
16582 status collapsed
16583
16584 \begin_layout Plain Layout
16585
16586
16587 \backslash
16588 strut 
16589 \end_layout
16590
16591 \end_inset
16592
16593
16594 \size huge
16595 Más enorme
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 </row>
16601 </lyxtabular>
16602
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \end_inset
16609
16610
16611 \begin_inset space \hfill{}
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \end_inset
16618
16619
16620 \end_layout
16621
16622 \begin_layout Subsection
16623 Alineación especial de celdas
16624 \begin_inset Index
16625 status collapsed
16626
16627 \begin_layout Plain Layout
16628 Personalización de tablas ! Alineación especial de celdas
16629 \end_layout
16630
16631 \end_inset
16632
16633
16634 \end_layout
16635
16636 \begin_layout Standard
16637 A veces mejora la presentación si las entradas en las celdas de una columna
16638  se alinean con un carácter determinado, p.
16639 \begin_inset space \thinspace{}
16640 \end_inset
16641
16642 e.
16643 \begin_inset space ~
16644 \end_inset
16645
16646 el separador decimal, como en la tabla
16647 \begin_inset space ~
16648 \end_inset
16649
16650
16651 \begin_inset CommandInset ref
16652 LatexCommand ref
16653 reference "tab:Tabla-con-celdas-de"
16654
16655 \end_inset
16656
16657 .
16658 \end_layout
16659
16660 \begin_layout Standard
16661 \begin_inset Float table
16662 wide false
16663 sideways false
16664 status open
16665
16666 \begin_layout Plain Layout
16667 \begin_inset Caption
16668
16669 \begin_layout Plain Layout
16670 \begin_inset CommandInset label
16671 LatexCommand label
16672 name "tab:Tabla-con-celdas-de"
16673
16674 \end_inset
16675
16676 Tabla con celdas alineadas con el separador decimal.
16677 \end_layout
16678
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \begin_layout Plain Layout
16685 \align center
16686 \begin_inset Tabular
16687 <lyxtabular version="3" rows="4" columns="2">
16688 <features>
16689 <column alignment="right" valignment="top" width="0">
16690 <column alignment="left" valignment="top" width="0" special="@{}l">
16691 <row>
16692 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 leyenda
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 <row>
16712 <cell alignment="center" valignment="top" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 12.
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell alignment="center" valignment="top" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 6
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 </row>
16731 <row>
16732 <cell alignment="center" valignment="top" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 0.
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 68
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 </row>
16751 <row>
16752 <cell alignment="center" valignment="top" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 -123.
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 <cell alignment="center" valignment="top" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765 0
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 </row>
16771 </lyxtabular>
16772
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \begin_layout Standard
16784 Esta es una tabla 4×2.
16785  La leyenda es una multicolumna centrada.
16786  La primera columna está alineada a la derecha y contiene el punto decimal
16787  y los dígitos anteriores.
16788  La segunda columna está alineada a la izquierda y contiene los dígitos
16789  posteriores al punto decimal.
16790  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16791  argumento LaTeX para la segunda columna:
16792 \end_layout
16793
16794 \begin_layout Standard
16795
16796 \series bold
16797 @{}l
16798 \end_layout
16799
16800 \begin_layout Standard
16801 La tabla
16802 \begin_inset space ~
16803 \end_inset
16804
16805
16806 \begin_inset CommandInset ref
16807 LatexCommand ref
16808 reference "tab:Varias-alineaciones"
16809
16810 \end_inset
16811
16812  muestra varios ejemplos de alineación.
16813  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16814 o más pequeño al comienzo de la última columna para conseguir el espacio
16815  adecuado alrededor del signo.
16816 \end_layout
16817
16818 \begin_layout Standard
16819 \begin_inset Float table
16820 wide false
16821 sideways false
16822 status open
16823
16824 \begin_layout Plain Layout
16825 \begin_inset Caption
16826
16827 \begin_layout Plain Layout
16828 \begin_inset CommandInset label
16829 LatexCommand label
16830 name "tab:Varias-alineaciones"
16831
16832 \end_inset
16833
16834 Tabla con varias alineaciones.
16835 \end_layout
16836
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \begin_layout Plain Layout
16843 \align center
16844 \begin_inset Tabular
16845 <lyxtabular version="3" rows="4" columns="6">
16846 <features>
16847 <column alignment="right" valignment="top" width="0">
16848 <column alignment="left" valignment="top" width="0" special="@{}l">
16849 <column alignment="right" valignment="top" width="0">
16850 <column alignment="left" valignment="top" width="0" special="@{}l">
16851 <column alignment="right" valignment="top" width="0">
16852 <column alignment="left" valignment="top" width="0" special="@{}l">
16853 <row>
16854 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 unidades
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 exponentes
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 relaciones
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 12×
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 24
16924 \begin_inset space \thinspace{}
16925 \end_inset
16926
16927 bottles
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Formula $10\cdot$
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Formula $10^{\mbox{-}17}$
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960 \begin_inset Formula $\Gamma(t)\propto$
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 \begin_inset Formula $\:\Upsilon(t)$
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 <row>
16982 <cell alignment="center" valignment="top" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 1024×
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 768
16996 \begin_inset space \thinspace{}
16997 \end_inset
16998
16999 Pixels
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $5.78\cdot$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020 \begin_inset Formula $10^{7}$
17021 \end_inset
17022
17023
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 \begin_inset Formula $A\ne$
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 <cell alignment="center" valignment="top" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044 \begin_inset Formula $\: B_{\mathrm{red}}$
17045 \end_inset
17046
17047
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 </row>
17053 <row>
17054 <cell alignment="center" valignment="top" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 32×
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067 6
17068 \begin_inset space \thinspace{}
17069 \end_inset
17070
17071 cm
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 -
17081 \begin_inset Formula $33.5\cdot$
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 \begin_inset Formula $10^{4}$
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 <cell alignment="center" valignment="top" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105 \begin_inset Formula $\sen(\alpha)\ge$
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 <cell alignment="center" valignment="top" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117 \begin_inset Formula $\:\sen(\beta)$
17118 \end_inset
17119
17120
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 </row>
17126 </lyxtabular>
17127
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \begin_layout Standard
17139 \begin_inset VSpace bigskip
17140 \end_inset
17141
17142 También hay un paquete LaTeX, 
17143 \series bold
17144 dcolumn
17145 \series default
17146
17147 \begin_inset Index
17148 status collapsed
17149
17150 \begin_layout Plain Layout
17151 LaTeX-paquetes ! dcolumn
17152 \end_layout
17153
17154 \end_inset
17155
17156 , que permite alinear el contenido de las celdas.
17157  Pero desgraciadamente trata las entradas de celda en modo matemático y
17158  no permite fórmulas en celdas: la primera columna de la tabla
17159 \begin_inset space ~
17160 \end_inset
17161
17162
17163 \begin_inset CommandInset ref
17164 LatexCommand ref
17165 reference "tab:Varias-alineaciones"
17166
17167 \end_inset
17168
17169  se verá con 
17170 \series bold
17171 dcolumn
17172 \series default
17173  como la primera columna en la tabla
17174 \begin_inset space ~
17175 \end_inset
17176
17177
17178 \begin_inset CommandInset ref
17179 LatexCommand ref
17180 reference "tab:Alineaciones-con-el"
17181
17182 \end_inset
17183
17184  y sólo con algunos trucos se consigue lo que se espera.
17185  La alineación de la segunda y tercera columnas de la tabla
17186 \begin_inset space ~
17187 \end_inset
17188
17189
17190 \begin_inset CommandInset ref
17191 LatexCommand ref
17192 reference "tab:Varias-alineaciones"
17193
17194 \end_inset
17195
17196  no es posible con 
17197 \series bold
17198 dcolumn
17199 \series default
17200 .
17201 \end_layout
17202
17203 \begin_layout Standard
17204 \begin_inset Float table
17205 placement h
17206 wide false
17207 sideways false
17208 status open
17209
17210 \begin_layout Plain Layout
17211 \begin_inset Caption
17212
17213 \begin_layout Plain Layout
17214 \begin_inset CommandInset label
17215 LatexCommand label
17216 name "tab:Alineaciones-con-el"
17217
17218 \end_inset
17219
17220
17221 \begin_inset OptArg
17222 status collapsed
17223
17224 \begin_layout Plain Layout
17225 Tabla alineada con 
17226 \series bold
17227 dcolumn
17228 \end_layout
17229
17230 \end_inset
17231
17232 Alineaciones con el paquete LaTeX 
17233 \series bold
17234 dcolumn
17235 \series default
17236 .
17237  Hay que usar algunos trucos para la alineación de las columnas en la salida.
17238 \end_layout
17239
17240 \end_inset
17241
17242
17243 \end_layout
17244
17245 \begin_layout Plain Layout
17246 \align center
17247 \begin_inset Tabular
17248 <lyxtabular version="3" rows="4" columns="3">
17249 <features>
17250 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17251 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17252 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17253 <row>
17254 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 unidades
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267 unidades
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 unidades
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 </row>
17282 <row>
17283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287 12x24
17288 \begin_inset space \thinspace{}
17289 \end_inset
17290
17291 bottles
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300 12x24
17301 \begin_inset space \thinspace{}
17302 \end_inset
17303
17304
17305 \begin_inset Formula $\mbox{bottles}$
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 <cell alignment="center" valignment="top" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317 12
17318 \begin_inset ERT
17319 status collapsed
17320
17321 \begin_layout Plain Layout
17322
17323
17324 \backslash
17325 times
17326 \end_layout
17327
17328 \end_inset
17329
17330 24~
17331 \begin_inset Formula $\mbox{bottles}$
17332 \end_inset
17333
17334
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 </row>
17340 <row>
17341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 1024x768
17346 \begin_inset space \thinspace{}
17347 \end_inset
17348
17349 Pixels
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358 1024x768
17359 \begin_inset space \thinspace{}
17360 \end_inset
17361
17362
17363 \begin_inset Formula $\mbox{Pixels}$
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 <cell alignment="center" valignment="top" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 1024
17376 \begin_inset ERT
17377 status collapsed
17378
17379 \begin_layout Plain Layout
17380
17381
17382 \backslash
17383 times
17384 \end_layout
17385
17386 \end_inset
17387
17388 768~
17389 \begin_inset Formula $\mbox{Pixels}$
17390 \end_inset
17391
17392  
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 </row>
17398 <row>
17399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 32x6
17404 \begin_inset space \thinspace{}
17405 \end_inset
17406
17407 cm
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 32x6
17417 \begin_inset space \thinspace{}
17418 \end_inset
17419
17420
17421 \begin_inset Formula $\mbox{cm}$
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell alignment="center" valignment="top" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 32
17434 \begin_inset ERT
17435 status collapsed
17436
17437 \begin_layout Plain Layout
17438
17439
17440 \backslash
17441 times
17442 \end_layout
17443
17444 \end_inset
17445
17446 6~
17447 \begin_inset Formula $\mbox{cm}$
17448 \end_inset
17449
17450
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 </row>
17456 </lyxtabular>
17457
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \begin_layout Subsection
17469 Formato personalizado de celda/columna
17470 \begin_inset CommandInset label
17471 LatexCommand label
17472 name "sub:Formato-Personalizado"
17473
17474 \end_inset
17475
17476
17477 \begin_inset Index
17478 status collapsed
17479
17480 \begin_layout Plain Layout
17481 Personalización de tablas ! Formato de celda/columna
17482 \end_layout
17483
17484 \end_inset
17485
17486
17487 \end_layout
17488
17489 \begin_layout Standard
17490 El cálculo de la anchura necesaria para columnas extendidas descrito en
17491  la sección
17492 \begin_inset space ~
17493 \end_inset
17494
17495
17496 \begin_inset CommandInset ref
17497 LatexCommand ref
17498 reference "sub:Cálculos-en-Multicolumnas"
17499
17500 \end_inset
17501
17502  es muy pesado si tienes varias tablas con multicolumnas.
17503  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17504 mna aplicable a todas las tablas del documento.
17505  El formato se define con el comando
17506 \end_layout
17507
17508 \begin_layout Standard
17509
17510 \series bold
17511
17512 \backslash
17513 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17514 \end_layout
17515
17516 \begin_layout Standard
17517 El nombre de formato puede ser una sola letra.
17518  Las letras 
17519 \emph on
17520 b, c, l, m, p
17521 \emph default
17522  y 
17523 \emph on
17524 r
17525 \emph default
17526  están predefinidas y no pueden usarse.
17527  Pero se permiten todas las mayúsculas.
17528 \end_layout
17529
17530 \begin_layout Standard
17531 \begin_inset VSpace medskip
17532 \end_inset
17533
17534
17535 \end_layout
17536
17537 \begin_layout Standard
17538 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17539  fija puedes definir el formato de celda
17540 \end_layout
17541
17542 \begin_layout Standard
17543
17544 \series bold
17545
17546 \backslash
17547 newcolumntype{M}[1]{>{
17548 \backslash
17549 centering
17550 \backslash
17551 hspace{0pt}}m{#1}}
17552 \end_layout
17553
17554 \begin_layout Standard
17555 donde 
17556 \series bold
17557
17558 \backslash
17559 hspace{0pt}
17560 \series default
17561  evita el problema de partir con guión la primera palabra, como se describe
17562  en la sección
17563 \begin_inset space ~
17564 \end_inset
17565
17566
17567 \begin_inset CommandInset ref
17568 LatexCommand ref
17569 reference "sub:Líneas-Múltiples-en"
17570
17571 \end_inset
17572
17573 .
17574  Ahora puedes introducir simplemente
17575 \end_layout
17576
17577 \begin_layout Standard
17578
17579 \series bold
17580 M{ancho}
17581 \end_layout
17582
17583 \begin_layout Standard
17584 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17585 \end_layout
17586
17587 \begin_layout Standard
17588 \begin_inset VSpace bigskip
17589 \end_inset
17590
17591
17592 \end_layout
17593
17594 \begin_layout Standard
17595 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17596 \end_layout
17597
17598 \begin_layout Standard
17599
17600 \series bold
17601
17602 \backslash
17603 newcolumntype{S}[2]{>{
17604 \backslash
17605 centering
17606 \backslash
17607 hspace{0pt}}
17608 \begin_inset Newline newline
17609 \end_inset
17610
17611
17612 \begin_inset ERT
17613 status collapsed
17614
17615 \begin_layout Plain Layout
17616
17617
17618 \backslash
17619 phantom{
17620 \end_layout
17621
17622 \end_inset
17623
17624
17625 \backslash
17626 newcolumntype
17627 \begin_inset ERT
17628 status collapsed
17629
17630 \begin_layout Plain Layout
17631
17632 }
17633 \end_layout
17634
17635 \end_inset
17636
17637 m{(#1+(2
17638 \backslash
17639 tabcolsep+
17640 \backslash
17641 arrayrulewidth)*(1-#2))/#2}}
17642 \end_layout
17643
17644 \begin_layout Standard
17645 Este formato usa la ecuación 
17646 \begin_inset CommandInset ref
17647 LatexCommand eqref
17648 reference "eq:Wgn"
17649
17650 \end_inset
17651
17652  para calcular la anchura necesaria para que cada celda extendida tenga
17653  la misma anchura.
17654 \end_layout
17655
17656 \begin_layout Standard
17657 Ahora puedes introducir
17658 \end_layout
17659
17660 \begin_layout Standard
17661
17662 \series bold
17663 S{ancho de la celda multicolumna}{número de columnas extendidas}
17664 \end_layout
17665
17666 \begin_layout Standard
17667 como argumento LaTeX de la columna.
17668 \end_layout
17669
17670 \begin_layout Standard
17671 \begin_inset VSpace bigskip
17672 \end_inset
17673
17674
17675 \end_layout
17676
17677 \begin_layout Standard
17678 Para columnas coloreadas puedes definir
17679 \end_layout
17680
17681 \begin_layout Standard
17682
17683 \series bold
17684
17685 \backslash
17686 newcolumntype{K}[1]{>{
17687 \backslash
17688 columncolor{#1}
17689 \backslash
17690 hspace{0pt}}c}
17691 \end_layout
17692
17693 \begin_layout Standard
17694 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17695  horizontalmente.
17696  Ahora puedes introducir
17697 \end_layout
17698
17699 \begin_layout Standard
17700
17701 \series bold
17702 K{nombre del color}
17703 \end_layout
17704
17705 \begin_layout Standard
17706 como argumento LaTeX.
17707 \end_layout
17708
17709 \begin_layout Standard
17710 \begin_inset VSpace bigskip
17711 \end_inset
17712
17713
17714 \end_layout
17715
17716 \begin_layout Standard
17717 Para crear la tabla
17718 \begin_inset space ~
17719 \end_inset
17720
17721
17722 \begin_inset CommandInset ref
17723 LatexCommand ref
17724 reference "tab:Tabla-con-formatos-definidos-por"
17725
17726 \end_inset
17727
17728  usa los argumentos LaTeX
17729 \end_layout
17730
17731 \begin_layout Standard
17732
17733 \series bold
17734 M{2.5cm}
17735 \end_layout
17736
17737 \begin_layout Standard
17738 para la primera columna y la multicolumna,
17739 \end_layout
17740
17741 \begin_layout Standard
17742
17743 \series bold
17744 K{red}
17745 \end_layout
17746
17747 \begin_layout Standard
17748 para la última columna y
17749 \end_layout
17750
17751 \begin_layout Standard
17752
17753 \series bold
17754 S{2.5cm}{2}
17755 \end_layout
17756
17757 \begin_layout Standard
17758 para las celdas en la segunda columna.
17759 \end_layout
17760
17761 \begin_layout Standard
17762 \begin_inset Float table
17763 placement h
17764 wide false
17765 sideways false
17766 status open
17767
17768 \begin_layout Plain Layout
17769 \begin_inset Caption
17770
17771 \begin_layout Plain Layout
17772 \begin_inset CommandInset label
17773 LatexCommand label
17774 name "tab:Tabla-con-formatos-definidos-por"
17775
17776 \end_inset
17777
17778 Tabla con formatos definidos por el usuario
17779 \end_layout
17780
17781 \end_inset
17782
17783
17784 \end_layout
17785
17786 \begin_layout Plain Layout
17787 \align center
17788 \begin_inset Tabular
17789 <lyxtabular version="3" rows="3" columns="4">
17790 <features>
17791 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17792 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17793 <column alignment="center" valignment="middle" width="0">
17794 <column alignment="center" valignment="middle" width="0" special="K{red}">
17795 <row>
17796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800 palabramuylargaenceldadetabla
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809 multicolumna línea múltiple
17810 \end_layout
17811
17812 \end_inset
17813 </cell>
17814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 c
17828 \end_layout
17829
17830 \end_inset
17831 </cell>
17832 </row>
17833 <row>
17834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17835 \begin_inset Text
17836
17837 \begin_layout Plain Layout
17838 d
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 e
17848 \end_layout
17849
17850 \end_inset
17851 </cell>
17852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17853 \begin_inset Text
17854
17855 \begin_layout Plain Layout
17856 f
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17862 \begin_inset Text
17863
17864 \begin_layout Plain Layout
17865 g
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 </row>
17871 <row>
17872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 h
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885 i
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894 j
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903 k
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 </row>
17909 </lyxtabular>
17910
17911 \end_inset
17912
17913
17914 \end_layout
17915
17916 \end_inset
17917
17918
17919 \end_layout
17920
17921 \begin_layout Subsection
17922 Grosor de líneas
17923 \begin_inset CommandInset label
17924 LatexCommand label
17925 name "sub:Grosor-de-Líneas"
17926
17927 \end_inset
17928
17929
17930 \begin_inset Index
17931 status collapsed
17932
17933 \begin_layout Plain Layout
17934 Personalización de tablas ! Grosor de línea
17935 \end_layout
17936
17937 \end_inset
17938
17939
17940 \end_layout
17941
17942 \begin_layout Standard
17943 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17944  
17945 \series bold
17946
17947 \backslash
17948 arrayrulewidth
17949 \series default
17950 .
17951  Por ejemplo, para poner un grosor de línea de 1.5
17952 \begin_inset space \thinspace{}
17953 \end_inset
17954
17955 pt, como en la tabla
17956 \begin_inset space ~
17957 \end_inset
17958
17959
17960 \begin_inset CommandInset ref
17961 LatexCommand ref
17962 reference "tab:Tabla-con-líneas"
17963
17964 \end_inset
17965
17966 , inserta el comando
17967 \end_layout
17968
17969 \begin_layout Standard
17970
17971 \series bold
17972
17973 \backslash
17974 setlength{
17975 \backslash
17976 arrayrulewidth}{1.5pt}
17977 \end_layout
17978
17979 \begin_layout Standard
17980 en código TeX antes de la tabla o flotante.
17981  Este cambio es válido para todas las siguientes tablas.
17982  Para volver al valor predeterminado, define 
17983 \series bold
17984
17985 \backslash
17986 arrayrulewidth
17987 \series default
17988  a 0.4
17989 \begin_inset space \thinspace{}
17990 \end_inset
17991
17992 pt en código TeX detrás de la tabla o flotante.
17993 \end_layout
17994
17995 \begin_layout Standard
17996 \begin_inset ERT
17997 status collapsed
17998
17999 \begin_layout Plain Layout
18000
18001
18002 \backslash
18003 setlength{
18004 \backslash
18005 arrayrulewidth}{1.5pt}
18006 \end_layout
18007
18008 \end_inset
18009
18010
18011 \begin_inset Float table
18012 wide false
18013 sideways false
18014 status open
18015
18016 \begin_layout Plain Layout
18017 \begin_inset Caption
18018
18019 \begin_layout Plain Layout
18020 \begin_inset CommandInset label
18021 LatexCommand label
18022 name "tab:Tabla-con-líneas"
18023
18024 \end_inset
18025
18026 Tabla con líneas de grosor 1.5
18027 \begin_inset space \thinspace{}
18028 \end_inset
18029
18030 pt
18031 \end_layout
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \begin_layout Plain Layout
18039 \align center
18040 \begin_inset Tabular
18041 <lyxtabular version="3" rows="3" columns="3">
18042 <features>
18043 <column alignment="center" valignment="top" width="0">
18044 <column alignment="center" valignment="top" width="0">
18045 <column alignment="center" valignment="top" width="0">
18046 <row>
18047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051 sd
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 </row>
18075 <row>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 sd
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 </row>
18104 <row>
18105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127 sd
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 </row>
18133 </lyxtabular>
18134
18135 \end_inset
18136
18137
18138 \end_layout
18139
18140 \end_inset
18141
18142
18143 \begin_inset ERT
18144 status collapsed
18145
18146 \begin_layout Plain Layout
18147
18148
18149 \backslash
18150 setlength{
18151 \backslash
18152 arrayrulewidth}{0.4pt}
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Standard
18161 \begin_inset VSpace bigskip
18162 \end_inset
18163
18164 Para definir un grosor de 1.5
18165 \begin_inset space \thinspace{}
18166 \end_inset
18167
18168 pt sólo para líneas horizontales, como en la tabla
18169 \begin_inset space ~
18170 \end_inset
18171
18172
18173 \begin_inset CommandInset ref
18174 LatexCommand ref
18175 reference "tab:Tabla-con-horizontales"
18176
18177 \end_inset
18178
18179 , inserta estos comandos en código TeX antes de la tabla o flotante:
18180 \end_layout
18181
18182 \begin_layout Standard
18183
18184 \series bold
18185
18186 \backslash
18187 let
18188 \backslash
18189 myHline
18190 \backslash
18191 hline
18192 \begin_inset Newline newline
18193 \end_inset
18194
18195
18196 \backslash
18197 renewcommand{
18198 \backslash
18199 hline}
18200 \begin_inset Newline newline
18201 \end_inset
18202
18203  {
18204 \backslash
18205 noalign{
18206 \backslash
18207 global
18208 \backslash
18209 arrayrulewidth 1.5pt}
18210 \begin_inset Newline newline
18211 \end_inset
18212
18213   
18214 \backslash
18215 myHline
18216 \backslash
18217 noalign{
18218 \backslash
18219 global
18220 \backslash
18221 arrayrulewidth 0.4pt}}
18222 \end_layout
18223
18224 \begin_layout Standard
18225 Para volver al grosor predeterminado, inserta este comando en código TeX
18226  detrás de la tabla o flotante:
18227 \end_layout
18228
18229 \begin_layout Standard
18230
18231 \series bold
18232
18233 \backslash
18234 renewcommand{
18235 \backslash
18236 hline}{
18237 \backslash
18238 myHline}
18239 \end_layout
18240
18241 \begin_layout Standard
18242 \begin_inset ERT
18243 status collapsed
18244
18245 \begin_layout Plain Layout
18246
18247
18248 \backslash
18249 let
18250 \backslash
18251 myHline
18252 \backslash
18253 hline
18254 \end_layout
18255
18256 \begin_layout Plain Layout
18257
18258
18259 \backslash
18260 renewcommand{
18261 \backslash
18262 hline}
18263 \end_layout
18264
18265 \begin_layout Plain Layout
18266
18267  {
18268 \backslash
18269 noalign{
18270 \backslash
18271 global
18272 \backslash
18273 arrayrulewidth 1.5pt}
18274 \end_layout
18275
18276 \begin_layout Plain Layout
18277
18278   
18279 \backslash
18280 myHline
18281 \backslash
18282 noalign{
18283 \backslash
18284 global
18285 \backslash
18286 arrayrulewidth 0.4pt}}
18287 \end_layout
18288
18289 \end_inset
18290
18291
18292 \begin_inset Float table
18293 wide false
18294 sideways false
18295 status open
18296
18297 \begin_layout Plain Layout
18298 \begin_inset Caption
18299
18300 \begin_layout Plain Layout
18301 \begin_inset CommandInset label
18302 LatexCommand label
18303 name "tab:Tabla-con-horizontales"
18304
18305 \end_inset
18306
18307 Tabla con líneas horizontales de 1.5
18308 \begin_inset space \thinspace{}
18309 \end_inset
18310
18311 pt
18312 \end_layout
18313
18314 \end_inset
18315
18316
18317 \end_layout
18318
18319 \begin_layout Plain Layout
18320 \align center
18321 \begin_inset Tabular
18322 <lyxtabular version="3" rows="3" columns="3">
18323 <features>
18324 <column alignment="center" valignment="top" width="0">
18325 <column alignment="center" valignment="top" width="0">
18326 <column alignment="center" valignment="top" width="0">
18327 <row>
18328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 sd
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 </row>
18356 <row>
18357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361
18362 \end_layout
18363
18364 \end_inset
18365 </cell>
18366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370 sd
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 </row>
18385 <row>
18386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Plain Layout
18399
18400 \end_layout
18401
18402 \end_inset
18403 </cell>
18404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408 sd
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 </row>
18414 </lyxtabular>
18415
18416 \end_inset
18417
18418
18419 \end_layout
18420
18421 \end_inset
18422
18423
18424 \begin_inset ERT
18425 status collapsed
18426
18427 \begin_layout Plain Layout
18428
18429
18430 \backslash
18431 renewcommand{
18432 \backslash
18433 hline}{
18434 \backslash
18435 myHline}
18436 \end_layout
18437
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Standard
18444 \begin_inset VSpace bigskip
18445 \end_inset
18446
18447 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18448  siguiente formato de columna en el preámbulo del documento, de acuerdo
18449  con lo descrito en la sección
18450 \begin_inset space ~
18451 \end_inset
18452
18453
18454 \begin_inset CommandInset ref
18455 LatexCommand ref
18456 reference "sub:Formato-Personalizado"
18457
18458 \end_inset
18459
18460 :
18461 \end_layout
18462
18463 \begin_layout Standard
18464
18465 \series bold
18466
18467 \backslash
18468 newcolumntype{V}{!{
18469 \backslash
18470 vrule width 1.5pt}}
18471 \end_layout
18472
18473 \begin_layout Standard
18474 Para la tabla
18475 \begin_inset space ~
18476 \end_inset
18477
18478
18479 \begin_inset CommandInset ref
18480 LatexCommand ref
18481 reference "tab:Tabla-con-verticales"
18482
18483 \end_inset
18484
18485  se usó el argumento LaTeX
18486 \end_layout
18487
18488 \begin_layout Standard
18489
18490 \series bold
18491 VcV
18492 \end_layout
18493
18494 \begin_layout Standard
18495 para la última columna y
18496 \end_layout
18497
18498 \begin_layout Standard
18499
18500 \series bold
18501 Vc
18502 \end_layout
18503
18504 \begin_layout Standard
18505 para las otras.
18506 \end_layout
18507
18508 \begin_layout Standard
18509 \begin_inset Float table
18510 wide false
18511 sideways false
18512 status open
18513
18514 \begin_layout Plain Layout
18515 \begin_inset Caption
18516
18517 \begin_layout Plain Layout
18518 \begin_inset CommandInset label
18519 LatexCommand label
18520 name "tab:Tabla-con-verticales"
18521
18522 \end_inset
18523
18524 Tabla con líneas verticales de 1.5
18525 \begin_inset space \thinspace{}
18526 \end_inset
18527
18528 pt de grosor
18529 \end_layout
18530
18531 \end_inset
18532
18533
18534 \end_layout
18535
18536 \begin_layout Plain Layout
18537 \align center
18538 \begin_inset Tabular
18539 <lyxtabular version="3" rows="3" columns="3">
18540 <features>
18541 <column alignment="center" valignment="top" width="0" special="Vc">
18542 <column alignment="center" valignment="top" width="0" special="Vc">
18543 <column alignment="center" valignment="top" width="0" special="VcV">
18544 <row>
18545 <cell alignment="center" valignment="top" topline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549 sd
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 <cell alignment="center" valignment="top" topline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 <cell alignment="center" valignment="top" topline="true" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 </row>
18573 <row>
18574 <cell alignment="center" valignment="top" topline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 <cell alignment="center" valignment="top" topline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587 sd
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" topline="true" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596
18597 \end_layout
18598
18599 \end_inset
18600 </cell>
18601 </row>
18602 <row>
18603 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Plain Layout
18616
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625 sd
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 </row>
18631 </lyxtabular>
18632
18633 \end_inset
18634
18635
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \begin_layout Subsection
18644 Líneas de trazos
18645 \begin_inset Index
18646 status collapsed
18647
18648 \begin_layout Plain Layout
18649 Personalización de tablas ! Líneas de trazos
18650 \end_layout
18651
18652 \end_inset
18653
18654
18655 \end_layout
18656
18657 \begin_layout Standard
18658 \begin_inset ERT
18659 status collapsed
18660
18661 \begin_layout Plain Layout
18662
18663
18664 \backslash
18665 ifarydshln
18666 \end_layout
18667
18668 \end_inset
18669
18670
18671 \begin_inset Note Note
18672 status collapsed
18673
18674 \begin_layout Plain Layout
18675 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18676  LaTeX 
18677 \series bold
18678 arydshln
18679 \series default
18680 .
18681 \end_layout
18682
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \begin_layout Standard
18689 \begin_inset Float table
18690 placement H
18691 wide false
18692 sideways false
18693 status open
18694
18695 \begin_layout Plain Layout
18696 \begin_inset Caption
18697
18698 \begin_layout Plain Layout
18699 \begin_inset CommandInset label
18700 LatexCommand label
18701 name "tab:Tabla-con-trazos"
18702
18703 \end_inset
18704
18705 Tabla con líneas de trazos
18706 \end_layout
18707
18708 \end_inset
18709
18710
18711 \end_layout
18712
18713 \begin_layout Plain Layout
18714 \align center
18715 \begin_inset Tabular
18716 <lyxtabular version="3" rows="5" columns="5">
18717 <features>
18718 <column alignment="center" valignment="top" width="0">
18719 <column alignment="center" valignment="top" width="0">
18720 <column alignment="center" valignment="top" width="0" special=":c">
18721 <column alignment="center" valignment="top" width="0">
18722 <column alignment="center" valignment="top" width="0">
18723 <row>
18724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728 a
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737 b
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18743 \begin_inset Text
18744
18745 \begin_layout Plain Layout
18746 c
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18752 \begin_inset Text
18753
18754 \begin_layout Plain Layout
18755 d
18756 \end_layout
18757
18758 \end_inset
18759 </cell>
18760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18761 \begin_inset Text
18762
18763 \begin_layout Plain Layout
18764 e
18765 \end_layout
18766
18767 \end_inset
18768 </cell>
18769 </row>
18770 <row>
18771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775 f
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784 g
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 <cell alignment="center" valignment="top" topline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793 h
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18799 \begin_inset Text
18800
18801 \begin_layout Plain Layout
18802 i
18803 \end_layout
18804
18805 \end_inset
18806 </cell>
18807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18808 \begin_inset Text
18809
18810 \begin_layout Plain Layout
18811 j
18812 \end_layout
18813
18814 \end_inset
18815 </cell>
18816 </row>
18817 <row>
18818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822 \begin_inset ERT
18823 status collapsed
18824
18825 \begin_layout Plain Layout
18826
18827
18828 \backslash
18829 hdashline 
18830 \end_layout
18831
18832 \end_inset
18833
18834 k
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843 l
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 <cell alignment="center" valignment="top" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852 m
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861 n
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870 o
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 </row>
18876 <row>
18877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 \begin_inset ERT
18882 status collapsed
18883
18884 \begin_layout Plain Layout
18885
18886
18887 \backslash
18888 cdashline{4-5}
18889 \end_layout
18890
18891 \end_inset
18892
18893 p
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902 q
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911 r
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920 s
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 </row>
18935 <row>
18936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 t
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949 u
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958 v
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18964 \begin_inset Text
18965
18966 \begin_layout Plain Layout
18967 w
18968 \end_layout
18969
18970 \end_inset
18971 </cell>
18972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976 x
18977 \end_layout
18978
18979 \end_inset
18980 </cell>
18981 </row>
18982 </lyxtabular>
18983
18984 \end_inset
18985
18986
18987 \end_layout
18988
18989 \end_inset
18990
18991
18992 \end_layout
18993
18994 \begin_layout Standard
18995 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18996  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
18997 \series bold
18998 arydshln
18999 \series default
19000
19001 \begin_inset Index
19002 status collapsed
19003
19004 \begin_layout Plain Layout
19005 LaTeX-paquetes ! arydshln
19006 \end_layout
19007
19008 \end_inset
19009
19010  con el comando 
19011 \end_layout
19012
19013 \begin_layout Standard
19014
19015 \series bold
19016
19017 \backslash
19018 usepackage{arydshln}
19019 \end_layout
19020
19021 \begin_layout Standard
19022 Para hacer una línea vertical a trazos, introduce dos puntos «
19023 \series bold
19024 :
19025 \series default
19026 » junto con el carácter para alineación horizontal como argumento LaTeX
19027  en el diálogo de celda de tabla.
19028 \end_layout
19029
19030 \begin_layout Standard
19031 Para una línea de trazos horizontal añade el comando
19032 \end_layout
19033
19034 \begin_layout Standard
19035
19036 \series bold
19037
19038 \backslash
19039 hdashline
19040 \end_layout
19041
19042 \begin_layout Standard
19043 en código TeX como primer elemento de la primera celda en la fila.
19044 \end_layout
19045
19046 \begin_layout Standard
19047 Para líneas de trazos en multicolumna usa el comando
19048 \end_layout
19049
19050 \begin_layout Standard
19051
19052 \series bold
19053
19054 \backslash
19055 cdashline{número de líneas}
19056 \end_layout
19057
19058 \begin_layout Standard
19059 en código TeX como primer elemento de la primera celda en la fila.
19060  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19061  4 y quieres una línea de trazos por encima, añade el comando
19062 \end_layout
19063
19064 \begin_layout Standard
19065
19066 \series bold
19067
19068 \backslash
19069 cdashline{2-4}
19070 \end_layout
19071
19072 \begin_layout Standard
19073 como primer elemento de la primera celda en la fila de la multicolumna.
19074 \end_layout
19075
19076 \begin_layout Standard
19077 \begin_inset VSpace bigskip
19078 \end_inset
19079
19080
19081 \end_layout
19082
19083 \begin_layout Standard
19084 La tabla
19085 \begin_inset space ~
19086 \end_inset
19087
19088
19089 \begin_inset CommandInset ref
19090 LatexCommand ref
19091 reference "tab:Tabla-con-trazos"
19092
19093 \end_inset
19094
19095  se ha hecho usando «
19096 \series bold
19097 :c
19098 \series default
19099 » como argumento LaTeX de la tercera columna.
19100  El comando en código TeX 
19101 \series bold
19102
19103 \backslash
19104 hdashline
19105 \series default
19106  se ha insertado en la primera celda de la tercera fila y el comando en
19107  código TeX
19108 \begin_inset Newline newline
19109 \end_inset
19110
19111
19112 \series bold
19113
19114 \backslash
19115 cdashline{4-5}
19116 \series default
19117  en la primera celda de la cuarta fila.
19118 \end_layout
19119
19120 \begin_layout Standard
19121 \begin_inset Note Greyedout
19122 status open
19123
19124 \begin_layout Plain Layout
19125
19126 \series bold
19127 Nota:
19128 \series default
19129  Aparentemente el paquete LaTeX 
19130 \series bold
19131 arydshln
19132 \series default
19133  no es compatible con el paquete LaTeX 
19134 \series bold
19135 colortbl
19136 \series default
19137
19138 \begin_inset Index
19139 status collapsed
19140
19141 \begin_layout Plain Layout
19142 LaTeX-paquetes ! colortbl
19143 \end_layout
19144
19145 \end_inset
19146
19147  que se usa para tablas coloreadas en la sección
19148 \begin_inset space ~
19149 \end_inset
19150
19151
19152 \begin_inset CommandInset ref
19153 LatexCommand ref
19154 reference "sec:Tablas-Coloreadas"
19155
19156 \end_inset
19157
19158 .
19159  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19160 \end_layout
19161
19162 \end_inset
19163
19164
19165 \end_layout
19166
19167 \begin_layout Standard
19168 \begin_inset ERT
19169 status collapsed
19170
19171 \begin_layout Plain Layout
19172
19173
19174 \backslash
19175 else
19176 \end_layout
19177
19178 \end_inset
19179
19180
19181 \begin_inset Note Note
19182 status collapsed
19183
19184 \begin_layout Plain Layout
19185 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19186  
19187 \series bold
19188 arydshln
19189 \series default
19190 .
19191 \end_layout
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \begin_layout Standard
19199 Debes instalar el paquete LaTeX 
19200 \series bold
19201 arydshln
19202 \series default
19203  para ver la parte siguiente en la salida.
19204 \end_layout
19205
19206 \begin_layout Standard
19207 \begin_inset ERT
19208 status collapsed
19209
19210 \begin_layout Plain Layout
19211
19212
19213 \backslash
19214 fi
19215 \end_layout
19216
19217 \end_inset
19218
19219
19220 \end_layout
19221
19222 \begin_layout Chapter
19223 Flotantes
19224 \begin_inset Index
19225 status collapsed
19226
19227 \begin_layout Plain Layout
19228 Flotantes
19229 \end_layout
19230
19231 \end_inset
19232
19233
19234 \end_layout
19235
19236 \begin_layout Section
19237 Introducción
19238 \begin_inset CommandInset label
19239 LatexCommand label
19240 name "sec:Introducción-Flotantes"
19241
19242 \end_inset
19243
19244
19245 \begin_inset Index
19246 status collapsed
19247
19248 \begin_layout Plain Layout
19249 Flotantes ! Introducción
19250 \end_layout
19251
19252 \end_inset
19253
19254
19255 \end_layout
19256
19257 \begin_layout Standard
19258 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19259  no tiene posición fija.
19260  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19261  Las 
19262 \family sans
19263 Notas
19264 \begin_inset space ~
19265 \end_inset
19266
19267 al
19268 \begin_inset space ~
19269 \end_inset
19270
19271 pie
19272 \family default
19273  y 
19274 \family sans
19275 Notas
19276 \begin_inset space ~
19277 \end_inset
19278
19279 al
19280 \begin_inset space ~
19281 \end_inset
19282
19283 margen
19284 \family default
19285  también son flotantes, porque pueden flotar a la página siguiente cuando
19286  hay demasiadas notas en la página.
19287 \end_layout
19288
19289 \begin_layout Standard
19290 Los flotantes permiten composiciones de alta calidad.
19291  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19292  impedir espacios en blanco y páginas sin texto.
19293  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19294  cada flotante puede ser referenciado en el texto.
19295  Por lo tanto los flotantes están numerados.
19296  Las referencias se describen en la sección
19297 \begin_inset space ~
19298 \end_inset
19299
19300
19301 \begin_inset CommandInset ref
19302 LatexCommand ref
19303 reference "sec:Referencias-a-Flotantes"
19304
19305 \end_inset
19306
19307 .
19308 \end_layout
19309
19310 \begin_layout Standard
19311 Para insertar un flotante, usa el menú 
19312 \family sans
19313 Insertar\SpecialChar \menuseparator
19314 Flotante
19315 \family default
19316 .
19317  Esto inserta una 
19318 \family sans
19319 Leyenda,
19320 \family default
19321  un cuadro con una etiqueta.
19322  La etiqueta se traducirá automáticamente al idioma del documento.
19323  Tras la etiqueta puedes insertar el texto de la leyenda.
19324  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19325  separado dentro del flotante.
19326  La colocación de leyendas se describe en la sección
19327 \begin_inset space ~
19328 \end_inset
19329
19330
19331 \begin_inset CommandInset ref
19332 LatexCommand ref
19333 reference "sec:Colocación-de-leyendas"
19334
19335 \end_inset
19336
19337 .
19338  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19339  con clic izquierdo sobre él.
19340  Un cuadro cerrado se muestra así: 
19341 \begin_inset Graphics
19342         filename clipart/flotanteQt4.png
19343         scale 70
19344
19345 \end_inset
19346
19347  —un cuadro gris con etiqueta en rojo—.
19348 \end_layout
19349
19350 \begin_layout Standard
19351 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19352  errores de LaTeX si el texto circundante se formatea de modo especial.
19353 \end_layout
19354
19355 \begin_layout Standard
19356 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19357  y pinchando el botón correspondiente de la barra de herramientas para un
19358  flotante nuevo.
19359 \end_layout
19360
19361 \begin_layout Section
19362 Tipos de flotantes
19363 \end_layout
19364
19365 \begin_layout Standard
19366 Además de los flotantes de imagen y de tabla que se describen en la sección
19367 \begin_inset space ~
19368 \end_inset
19369
19370
19371 \begin_inset CommandInset ref
19372 LatexCommand ref
19373 reference "sec:Figuras-Flotantes"
19374
19375 \end_inset
19376
19377  y 
19378 \begin_inset CommandInset ref
19379 LatexCommand ref
19380 reference "sec:Tablas-Flotantes"
19381
19382 \end_inset
19383
19384 , respectivamente, LyX ofrece los tipos 
19385 \series bold
19386 Algoritmo
19387 \series default
19388  y 
19389 \series bold
19390 Envoltorio
19391 \series default
19392 .
19393 \end_layout
19394
19395 \begin_layout Subsection
19396 Algoritmos flotantes
19397 \begin_inset Index
19398 status collapsed
19399
19400 \begin_layout Plain Layout
19401 Flotantes ! Algoritmos
19402 \end_layout
19403
19404 \end_inset
19405
19406
19407 \begin_inset CommandInset label
19408 LatexCommand label
19409 name "sub:Algoritmos-Flotantes"
19410
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \begin_layout Standard
19417 \begin_inset Float algorithm
19418 placement h
19419 wide false
19420 sideways false
19421 status open
19422
19423 \begin_layout Plain Layout
19424 \begin_inset Caption
19425
19426 \begin_layout Plain Layout
19427 \begin_inset CommandInset label
19428 LatexCommand label
19429 name "alg:Ejemplo-de-Algoritmo-flotante"
19430
19431 \end_inset
19432
19433 Ejemplo de algoritmo flotante
19434 \end_layout
19435
19436 \end_inset
19437
19438
19439 \end_layout
19440
19441 \begin_layout LyX-Code
19442 for I in 1..N loop
19443 \begin_inset Newline newline
19444 \end_inset
19445
19446  Sum:= Sum + A(I); /*comment*/
19447 \begin_inset Newline newline
19448 \end_inset
19449
19450 end loop
19451 \begin_inset VSpace -4mm
19452 \end_inset
19453
19454
19455 \end_layout
19456
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \begin_layout Standard
19463 Este tipo de flotante se inserta con el menú 
19464 \family sans
19465 Insertar\SpecialChar \menuseparator
19466 Flotante\SpecialChar \menuseparator
19467 Algoritmo
19468 \family default
19469 .
19470  Se usa para códigos y descripciones de algoritmos y se puede considerar
19471  una alternativa al listado de código de programa, que se explica en el
19472  capítulo
19473 \begin_inset space ~
19474 \end_inset
19475
19476
19477 \begin_inset CommandInset ref
19478 LatexCommand ref
19479 reference "cap:Listado-de-programa"
19480
19481 \end_inset
19482
19483 .
19484  Un posible entorno para algoritmos es 
19485 \family sans
19486 Código-LyX
19487 \family default
19488 , descrito en la 
19489 \emph on
19490 Guía del usuario
19491 \emph default
19492  de LyX.
19493  El algoritmo
19494 \begin_inset space ~
19495 \end_inset
19496
19497
19498 \begin_inset CommandInset ref
19499 LatexCommand ref
19500 reference "alg:Ejemplo-de-Algoritmo-flotante"
19501
19502 \end_inset
19503
19504  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19505  vertical de -4
19506 \begin_inset space \thinspace{}
19507 \end_inset
19508
19509 mm al final para tener la línea inferior exactamente bajo la última línea
19510  de texto.
19511 \end_layout
19512
19513 \begin_layout Standard
19514 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19515  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19516 \end_layout
19517
19518 \begin_layout Standard
19519
19520 \series bold
19521
19522 \backslash
19523 floatname{algorithm}{nombre}
19524 \end_layout
19525
19526 \begin_layout Standard
19527 donde 
19528 \family sans
19529 nombre
19530 \family default
19531  es la palabra «
19532 \emph on
19533 algoritmo
19534 \emph default
19535 » en el idioma deseado.
19536 \end_layout
19537
19538 \begin_layout Standard
19539 Para insertar el índice de algoritmos puedes usar el menú 
19540 \family sans
19541 Insertar\SpecialChar \menuseparator
19542 Lista
19543 \begin_inset space \thinspace{}
19544 \end_inset
19545
19546 /
19547 \begin_inset space \thinspace{}
19548 \end_inset
19549
19550 Índice\SpecialChar \menuseparator
19551 Índice de algoritmos
19552 \family default
19553 , si el documento está en el mismo idioma que los menús de LyX.
19554  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19555 \end_layout
19556
19557 \begin_layout Standard
19558
19559 \series bold
19560
19561 \backslash
19562 listof{algorithm}{nombre}
19563 \end_layout
19564
19565 \begin_layout Standard
19566 donde 
19567 \family sans
19568 nombre
19569 \family default
19570  es «
19571 \emph on
19572 Lista de algoritmos
19573 \emph default
19574 » en el idioma del documento.
19575 \end_layout
19576
19577 \begin_layout Standard
19578 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19579  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19580 tmo».
19581  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19582  documento:
19583 \end_layout
19584
19585 \begin_layout Standard
19586
19587 \series bold
19588
19589 \backslash
19590 numberwithin{algorithm}{chapter}
19591 \end_layout
19592
19593 \begin_layout Standard
19594 Para poder usar el comando 
19595 \series bold
19596
19597 \backslash
19598 numberwithin
19599 \series default
19600 , marca la opción 
19601 \family sans
19602 Usar
19603 \begin_inset space ~
19604 \end_inset
19605
19606 el
19607 \begin_inset space ~
19608 \end_inset
19609
19610 paquete
19611 \begin_inset space ~
19612 \end_inset
19613
19614 AMS
19615 \family default
19616  en el menú 
19617 \family sans
19618 Documento\SpecialChar \menuseparator
19619 Configuración\SpecialChar \menuseparator
19620 Opciones para ecuaciones
19621 \family default
19622 .
19623 \end_layout
19624
19625 \begin_layout Subsection
19626 Flotantes envueltos
19627 \begin_inset Index
19628 status collapsed
19629
19630 \begin_layout Plain Layout
19631 Flotantes ! Envoltorio
19632 \end_layout
19633
19634 \end_inset
19635
19636
19637 \end_layout
19638
19639 \begin_layout Standard
19640 \begin_inset Wrap figure
19641 lines 0
19642 placement l
19643 overhang 1cm
19644 width "40col%"
19645 status open
19646
19647 \begin_layout Plain Layout
19648 \begin_inset Graphics
19649         filename ../clipart/mobius.eps
19650         width 40col%
19651         rotateOrigin center
19652
19653 \end_inset
19654
19655
19656 \end_layout
19657
19658 \begin_layout Plain Layout
19659 \begin_inset Caption
19660
19661 \begin_layout Plain Layout
19662 \begin_inset CommandInset label
19663 LatexCommand label
19664 name "fig:Envoltorio-de-figura"
19665
19666 \end_inset
19667
19668 Figura envuelta en el texto
19669 \end_layout
19670
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \end_inset
19677
19678  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19679  de modo que ocupe sólo una parte del ancho de columna.
19680  Se inserta con el menú 
19681 \family sans
19682 Insertar\SpecialChar \menuseparator
19683 Flotante\SpecialChar \menuseparator
19684 Figura
19685 \begin_inset space ~
19686 \end_inset
19687
19688 envuelta
19689 \family default
19690
19691 \begin_inset space \thinspace{}
19692 \end_inset
19693
19694 /
19695 \begin_inset space \thinspace{}
19696 \end_inset
19697
19698
19699 \family sans
19700 Tabla
19701 \begin_inset space ~
19702 \end_inset
19703
19704 envuelta
19705 \family default
19706  si está instalado el paquete LaTeX 
19707 \series bold
19708 wrapfig
19709 \series default
19710
19711 \begin_inset Index
19712 status collapsed
19713
19714 \begin_layout Plain Layout
19715 LaTeX-paquetes ! wrapfig
19716 \begin_inset ERT
19717 status collapsed
19718
19719 \begin_layout Plain Layout
19720
19721
19722 \backslash
19723 vspace{4mm}
19724 \end_layout
19725
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \end_inset
19732
19733 .
19734 \begin_inset Foot
19735 status collapsed
19736
19737 \begin_layout Plain Layout
19738 La instalación de paquetes LaTeX se explica en el manual 
19739 \emph on
19740 Configuración de LaTeX
19741 \emph default
19742 .
19743 \end_layout
19744
19745 \end_inset
19746
19747  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19748  con clic derecho sobre el cuadro del flotante.
19749  Son obligatorias la 
19750 \family sans
19751 Ubicación
19752 \family default
19753  y la 
19754 \family sans
19755 Anchura
19756 \family default
19757 .
19758  Son opcionales 
19759 \family sans
19760 Extensión al margen
19761 \family default
19762 , que especifica la anchura de invasión del margen, y 
19763 \family sans
19764 Extender
19765 \begin_inset space ~
19766 \end_inset
19767
19768 a
19769 \begin_inset space ~
19770 \end_inset
19771
19772 líneas
19773 \family default
19774 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19775  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19776  opción sólo si encuentras problemas en la colocación del flotante.
19777  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19778  del párrafo o en los párrafos adyacentes.
19779  La figura
19780 \begin_inset space ~
19781 \end_inset
19782
19783
19784 \begin_inset CommandInset ref
19785 LatexCommand ref
19786 reference "fig:Envoltorio-de-figura"
19787
19788 \end_inset
19789
19790  es un ejemplo de envoltorio con una anchura de columna del 40
19791 \begin_inset space \thinspace{}
19792 \end_inset
19793
19794 %, ubicado a la izquierda y 1
19795 \begin_inset space \thinspace{}
19796 \end_inset
19797
19798 cm de invasión de margen.
19799 \begin_inset Foot
19800 status collapsed
19801
19802 \begin_layout Plain Layout
19803 Consulta las unidades disponibles en el apéndice
19804 \begin_inset space ~
19805 \end_inset
19806
19807
19808 \begin_inset CommandInset ref
19809 LatexCommand ref
19810 reference "cap:Unidades-disponibles-en"
19811
19812 \end_inset
19813
19814 .
19815 \end_layout
19816
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \begin_layout Standard
19823 \begin_inset Note Greyedout
19824 status open
19825
19826 \begin_layout Plain Layout
19827
19828 \series bold
19829 Nota:
19830 \series default
19831  ¡Los flotantes envueltos son frágiles! P.
19832 \begin_inset space \thinspace{}
19833 \end_inset
19834
19835 e.
19836 \begin_inset space ~
19837 \end_inset
19838
19839 si una figura está demasiado cerca de la parte inferior de la página se
19840  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19841  o situarse junto a otro texto.
19842 \end_layout
19843
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \begin_layout Standard
19850 En general:
19851 \end_layout
19852
19853 \begin_layout Itemize
19854 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19855  salto de página.
19856  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19857  esté casi listo y puedas prever los saltos de página.
19858 \end_layout
19859
19860 \begin_layout Itemize
19861 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19862  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19863 \end_layout
19864
19865 \begin_layout Itemize
19866 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19867  que procura que haya un párrafo de texto entre ellos.
19868 \end_layout
19869
19870 \begin_layout Itemize
19871 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19872 \end_layout
19873
19874 \begin_layout Section
19875 Numeración de flotantes
19876 \begin_inset Index
19877 status collapsed
19878
19879 \begin_layout Plain Layout
19880 Flotantes ! Numeración
19881 \end_layout
19882
19883 \end_inset
19884
19885
19886 \end_layout
19887
19888 \begin_layout Standard
19889 En general, los flotantes se numeran independientemente de las secciones
19890  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19891  dependiendo de la clase de documento utilizada.
19892 \end_layout
19893
19894 \begin_layout Standard
19895 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19896  comando en el preámbulo del documento:
19897 \end_layout
19898
19899 \begin_layout Standard
19900
19901 \series bold
19902
19903 \backslash
19904 renewcommand{
19905 \backslash
19906 thetable}{
19907 \backslash
19908 roman{table}}
19909 \end_layout
19910
19911 \begin_layout Standard
19912
19913 \series bold
19914
19915 \backslash
19916 thetable 
19917 \series default
19918 es el comando que imprime el número de la tabla, para figuras flotantes
19919  el comando sería 
19920 \series bold
19921
19922 \backslash
19923 thefigure
19924 \series default
19925 .
19926  El comando 
19927 \series bold
19928
19929 \backslash
19930 roman
19931 \series default
19932  imprime el número de tabla en números romanos en minúscula.
19933 \end_layout
19934
19935 \begin_layout Standard
19936 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19937  usa este comando en el preámbulo:
19938 \end_layout
19939
19940 \begin_layout Standard
19941
19942 \series bold
19943
19944 \backslash
19945 numberwithin{table}{subsection}
19946 \end_layout
19947
19948 \begin_layout Standard
19949 Para poder usar el comando 
19950 \series bold
19951
19952 \backslash
19953 numberwithin
19954 \series default
19955 , debes marcar la opción 
19956 \family sans
19957 Usar
19958 \begin_inset space ~
19959 \end_inset
19960
19961 el
19962 \begin_inset space ~
19963 \end_inset
19964
19965 paquete
19966 \begin_inset space ~
19967 \end_inset
19968
19969 AMS 
19970 \family default
19971 en el apartado 
19972 \family sans
19973 Opciones para ecuaciones 
19974 \family default
19975 de las preferencias del documento.
19976 \end_layout
19977
19978 \begin_layout Standard
19979 Puedes ver más detalles y notas importantes sobre comandos de numeración
19980  en la sección
19981 \begin_inset space ~
19982 \end_inset
19983
19984
19985 \begin_inset CommandInset ref
19986 LatexCommand ref
19987 reference "sub:Numeración-de-Notas-al-Pie"
19988
19989 \end_inset
19990
19991 .
19992 \end_layout
19993
19994 \begin_layout Section
19995 Referencias a flotantes
19996 \begin_inset CommandInset label
19997 LatexCommand label
19998 name "sec:Referencias-a-Flotantes"
19999
20000 \end_inset
20001
20002
20003 \begin_inset Index
20004 status collapsed
20005
20006 \begin_layout Plain Layout
20007 Flotantes ! Referencias
20008 \end_layout
20009
20010 \end_inset
20011
20012
20013 \begin_inset Index
20014 status collapsed
20015
20016 \begin_layout Plain Layout
20017 Referencias
20018 \end_layout
20019
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \begin_layout Standard
20026 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20027  menú 
20028 \family sans
20029 Insertar\SpecialChar \menuseparator
20030 Etiqueta
20031 \family default
20032  o el botón 
20033 \begin_inset Graphics
20034         filename ../../images/label-insert.png
20035         scale 85
20036
20037 \end_inset
20038
20039 .
20040  Aparece una ventana esperando la introducción del texto de la etiqueta
20041  y se inserta un cuadro gris como este: 
20042 \begin_inset Graphics
20043         filename clipart/etiquetaQt4.png
20044         scale 85
20045
20046 \end_inset
20047
20048 .
20049  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20050  El prefijo depende del tipo de flotante, p.
20051 \begin_inset space \thinspace{}
20052 \end_inset
20053
20054 e.
20055 \begin_inset space ~
20056 \end_inset
20057
20058 para figuras el prefijo será «
20059 \family sans
20060 fig:
20061 \family default
20062 ».
20063 \end_layout
20064
20065 \begin_layout Standard
20066 La etiqueta se usa como ancla y el nombre para la referencia.
20067  Puedes referenciar la etiqueta usando el menú 
20068 \family sans
20069 Insertar\SpecialChar \menuseparator
20070 Referencia
20071 \family default
20072
20073 \begin_inset space ~
20074 \end_inset
20075
20076
20077 \family sans
20078 cruzada
20079 \family default
20080  o el botón 
20081 \begin_inset Graphics
20082         filename ../../images/dialog-show-new-inset_ref.png
20083         scale 85
20084
20085 \end_inset
20086
20087 .
20088  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20089  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20090  trabajando de la lista desplegable de la parte superior del diálogo.
20091  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20092  Se inserta un cuadro gris como este: 
20093 \begin_inset Graphics
20094         filename clipart/referenciaQt4.png
20095         scale 85
20096
20097 \end_inset
20098
20099 .
20100  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20101 \end_layout
20102
20103 \begin_layout Standard
20104 Se recomienda poner un espacio protegido entre el nombre de la referencia
20105  cruzada y su número para evitar saltos de línea entre ellos.
20106  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20107  dos interrogaciones en la salida.
20108 \end_layout
20109
20110 \begin_layout Standard
20111 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20112  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20113  al texto de la etiqueta nueva, no te ocupes por eso.
20114 \end_layout
20115
20116 \begin_layout Standard
20117 El botón 
20118 \family sans
20119 Ir
20120 \begin_inset space ~
20121 \end_inset
20122
20123 a
20124 \begin_inset space ~
20125 \end_inset
20126
20127 la
20128 \begin_inset space ~
20129 \end_inset
20130
20131 etiqueta
20132 \family default
20133  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20134  y el texto del botón cambia a 
20135 \family sans
20136 Volver
20137 \family default
20138 , con el que se puede retornar a la referencia.
20139  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20140  hasta la etiqueta pero sin opción de volver.
20141 \end_layout
20142
20143 \begin_layout Subsection
20144 Formatos de referencia cruzada
20145 \begin_inset CommandInset label
20146 LatexCommand label
20147 name "sub:Formatos-referencia-cruzada"
20148
20149 \end_inset
20150
20151
20152 \begin_inset Index
20153 status collapsed
20154
20155 \begin_layout Plain Layout
20156 Referencias ! Formatos
20157 \end_layout
20158
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \begin_layout Standard
20165 Hay seis variedades de referencias cruzadas:
20166 \end_layout
20167
20168 \begin_layout Description
20169 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20170  
20171 \begin_inset CommandInset ref
20172 LatexCommand ref
20173 reference "fig:Dos-imágenes-distorsionadas"
20174
20175 \end_inset
20176
20177
20178 \end_layout
20179
20180 \begin_layout Description
20181 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20182  habitual para referirse a fórmulas, especialmente si se omite el nombre
20183  «Ecuación»: 
20184 \begin_inset CommandInset ref
20185 LatexCommand eqref
20186 reference "eq:Wgn"
20187
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \begin_layout Description
20194 <página>: imprime el número de página: Página
20195 \begin_inset space ~
20196 \end_inset
20197
20198
20199 \begin_inset CommandInset ref
20200 LatexCommand pageref
20201 reference "fig:Dos-imágenes-distorsionadas"
20202
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \begin_layout Description
20209 en
20210 \begin_inset space ~
20211 \end_inset
20212
20213 página
20214 \begin_inset space ~
20215 \end_inset
20216
20217 <página>: imprime el texto «en la página» y el número de página: 
20218 \begin_inset CommandInset ref
20219 LatexCommand vpageref
20220 reference "fig:Dos-imágenes-distorsionadas"
20221
20222 \end_inset
20223
20224
20225 \end_layout
20226
20227 \begin_layout Description
20228 <referencia>
20229 \begin_inset space ~
20230 \end_inset
20231
20232 en
20233 \begin_inset space ~
20234 \end_inset
20235
20236 página
20237 \begin_inset space ~
20238 \end_inset
20239
20240 <página>: imprime el número flotante, el texto «en la página» y el número
20241  de página: 
20242 \begin_inset CommandInset ref
20243 LatexCommand vref
20244 reference "fig:Dos-imágenes-distorsionadas"
20245
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \begin_layout Description
20252 Referencia
20253 \begin_inset space ~
20254 \end_inset
20255
20256 con
20257 \begin_inset space ~
20258 \end_inset
20259
20260 formato: imprime un formato personalizado.
20261  
20262 \begin_inset Note Greyedout
20263 status open
20264
20265 \begin_layout Plain Layout
20266
20267 \series bold
20268 Nota:
20269 \series default
20270  Esta característica sólo está disponible si está instalado el paquete LaTeX
20271  
20272 \series bold
20273 prettyref
20274 \series default
20275 .
20276 \end_layout
20277
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \begin_layout Standard
20284 Ten en cuenta que el estilo <página>
20285 \begin_inset space \thinspace{}
20286 \end_inset
20287
20288  no imprime el número si la etiqueta está en la misma página, en la anterior
20289  o en la siguiente.
20290  En su lugar verás p.
20291 \begin_inset space \thinspace{}
20292 \end_inset
20293
20294 e.
20295 \begin_inset space ~
20296 \end_inset
20297
20298 el texto «
20299 \family sans
20300 en esta página
20301 \family default
20302 ».
20303 \end_layout
20304
20305 \begin_layout Standard
20306 El número y página actual de la parte del documento referida es automáticamente
20307  calculado por LaTeX en la salida.
20308  Las variedades se ajustan en el campo 
20309 \family sans
20310 Formato
20311 \family default
20312  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20313 \end_layout
20314
20315 \begin_layout Subsection
20316 Designación automática de referencias
20317 \begin_inset Index
20318 status collapsed
20319
20320 \begin_layout Plain Layout
20321 Referencias ! Designación automática
20322 \end_layout
20323
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \begin_layout Standard
20330 El paquete LaTeX 
20331 \series bold
20332 hyperref
20333 \series default
20334
20335 \begin_inset Index
20336 status collapsed
20337
20338 \begin_layout Plain Layout
20339 LaTeX-paquetes ! hyperref
20340 \end_layout
20341
20342 \end_inset
20343
20344 , que se habilita en 
20345 \family sans
20346 Propiedades PDF
20347 \family default
20348  del diálogo 
20349 \family sans
20350 Documento\SpecialChar \menuseparator
20351 Configuración
20352 \family default
20353 , dispone de una característica muy útil que permite incluir automáticamente
20354  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20355  de texto como 
20356 \emph on
20357 sección
20358 \emph default
20359 ).
20360  Así, p.
20361 \begin_inset space \thinspace{}
20362 \end_inset
20363
20364 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20365  a una figura.
20366  Para usar esta característica habilita el soporte para 
20367 \series bold
20368 hyperref
20369 \series default
20370  e inserta la siguiente línea en el preámbulo LaTeX:
20371 \end_layout
20372
20373 \begin_layout Standard
20374
20375 \series bold
20376
20377 \backslash
20378 AtBeginDocument{
20379 \backslash
20380 renewcommand{
20381 \backslash
20382 ref}[1]{
20383 \backslash
20384 mbox{
20385 \backslash
20386 autoref{#1}}}}
20387 \end_layout
20388
20389 \begin_layout Standard
20390 Si prefieres otros nombres para las referencias distintos de los predeterminados
20391 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20392  lo siguiente en el preámbulo:
20393 \end_layout
20394
20395 \begin_layout Standard
20396
20397 \series bold
20398
20399 \backslash
20400 addto
20401 \backslash
20402 extrasenglish{
20403 \backslash
20404 renewcommand{
20405 \backslash
20406 sectionautorefname}
20407 \begin_inset Newline newline
20408 \end_inset
20409
20410
20411 \begin_inset ERT
20412 status collapsed
20413
20414 \begin_layout Plain Layout
20415
20416
20417 \backslash
20418 hphantom{ }
20419 \end_layout
20420
20421 \end_inset
20422
20423 {sec.
20424 \backslash
20425 negthinspace}}
20426 \end_layout
20427
20428 \begin_layout Standard
20429 Si estás usando un idioma de documento distinto del inglés, reemplaza
20430 \begin_inset Newline newline
20431 \end_inset
20432
20433  
20434 \series bold
20435
20436 \backslash
20437 extrasenglish
20438 \series default
20439  por
20440 \series bold
20441  
20442 \backslash
20443 extras***
20444 \series default
20445 , donde *** es el nombre del idioma utilizado.
20446 \end_layout
20447
20448 \begin_layout Standard
20449 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20450  por ejemplo no para ecuaciones, usa este código de preámbulo:
20451 \end_layout
20452
20453 \begin_layout Standard
20454
20455 \series bold
20456
20457 \backslash
20458 newlength{
20459 \backslash
20460 abc}
20461 \begin_inset Newline newline
20462 \end_inset
20463
20464
20465 \backslash
20466 settowidth{
20467 \backslash
20468 abc}{
20469 \backslash
20470 space}
20471 \begin_inset Newline newline
20472 \end_inset
20473
20474
20475 \backslash
20476 addto
20477 \backslash
20478 extrasenglish{
20479 \backslash
20480 renewcommand{
20481 \backslash
20482 equationautorefname}
20483 \begin_inset Newline newline
20484 \end_inset
20485
20486
20487 \begin_inset ERT
20488 status collapsed
20489
20490 \begin_layout Plain Layout
20491
20492
20493 \backslash
20494 hphantom{ }
20495 \end_layout
20496
20497 \end_inset
20498
20499 {
20500 \backslash
20501 hspace{-
20502 \backslash
20503 abc}}
20504 \end_layout
20505
20506 \begin_layout Standard
20507 En la documentación de 
20508 \series bold
20509 hyperref
20510 \series default
20511  
20512 \begin_inset CommandInset citation
20513 LatexCommand cite
20514 key "hyperref"
20515
20516 \end_inset
20517
20518  puedes encontrar más información.
20519
20520 \series bold
20521  
20522 \end_layout
20523
20524 \begin_layout Standard
20525 \begin_inset Note Greyedout
20526 status open
20527
20528 \begin_layout Plain Layout
20529
20530 \series bold
20531 Nota:
20532 \series default
20533  La designación automática de referencias no puede usarse en el estilo 
20534 \family sans
20535 Referencia
20536 \begin_inset space ~
20537 \end_inset
20538
20539 con
20540 \begin_inset space ~
20541 \end_inset
20542
20543 formato
20544 \family default
20545 , descrita en la sección
20546 \begin_inset space ~
20547 \end_inset
20548
20549
20550 \begin_inset CommandInset ref
20551 LatexCommand ref
20552 reference "sub:Formatos-referencia-cruzada"
20553
20554 \end_inset
20555
20556 .
20557 \end_layout
20558
20559 \end_inset
20560
20561
20562 \end_layout
20563
20564 \begin_layout Standard
20565 El manual 
20566 \emph on
20567 Ecuaciones
20568 \emph default
20569  es un ejemplo de documento en el que se ha utilizado designación automática
20570  de referencias.
20571 \end_layout
20572
20573 \begin_layout Subsection
20574 Colocación de referencias
20575 \begin_inset CommandInset label
20576 LatexCommand label
20577 name "sub:Colocación-de-Referencias"
20578
20579 \end_inset
20580
20581
20582 \begin_inset Index
20583 status collapsed
20584
20585 \begin_layout Plain Layout
20586 Referencias ! Colocación
20587 \end_layout
20588
20589 \end_inset
20590
20591
20592 \end_layout
20593
20594 \begin_layout Standard
20595 Si usas 
20596 \series bold
20597 hyperref
20598 \series default
20599
20600 \begin_inset Index
20601 status collapsed
20602
20603 \begin_layout Plain Layout
20604 LaTeX-paquetes ! hyperref
20605 \end_layout
20606
20607 \end_inset
20608
20609 , en las 
20610 \family sans
20611 Preferencias PDF 
20612 \family default
20613 del diálogo 
20614 \family sans
20615 Documento\SpecialChar \menuseparator
20616 Configuración
20617 \family default
20618 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20619  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20620  La leyenda será la primera parte del texto en pantalla, de forma que para
20621  ver la imagen debes deslizar.
20622  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20623  Usando el paquete 
20624 \series bold
20625 hypcap
20626 \series default
20627
20628 \begin_inset Index
20629 status collapsed
20630
20631 \begin_layout Plain Layout
20632 LaTeX-paquetes ! hypcap
20633 \end_layout
20634
20635 \end_inset
20636
20637 , que forma parte del paquete LaTeX 
20638 \series bold
20639 oberdiek
20640 \series default
20641
20642 \begin_inset Index
20643 status collapsed
20644
20645 \begin_layout Plain Layout
20646 LaTeX-paquetes ! oberdiek
20647 \end_layout
20648
20649 \end_inset
20650
20651 , el ancla de enlace se sitúa al comienzo de un flotante.
20652  Para usar esta característica para figuras flotantes carga 
20653 \series bold
20654 hypcap
20655 \series default
20656  en el preámbulo con
20657 \end_layout
20658
20659 \begin_layout Standard
20660
20661 \series bold
20662
20663 \backslash
20664 usepackage[figure]{hypcap}
20665 \end_layout
20666
20667 \begin_layout Standard
20668 Puedes usar 
20669 \series bold
20670 hypcap
20671 \series default
20672  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20673  Más información en el manual de 
20674 \series bold
20675 hypcap
20676 \series default
20677  
20678 \begin_inset CommandInset citation
20679 LatexCommand cite
20680 key "hypcap"
20681
20682 \end_inset
20683
20684 .
20685 \end_layout
20686
20687 \begin_layout Standard
20688 \begin_inset Note Greyedout
20689 status open
20690
20691 \begin_layout Plain Layout
20692
20693 \series bold
20694 Nota:
20695 \series default
20696  
20697 \series bold
20698 hypcap
20699 \series default
20700  no funciona para las referencias a subfiguras.
20701 \end_layout
20702
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \begin_layout Section
20709 Colocación de flotantes
20710 \begin_inset CommandInset label
20711 LatexCommand label
20712 name "sec:Colocación-de-Flotantes"
20713
20714 \end_inset
20715
20716
20717 \begin_inset Index
20718 status collapsed
20719
20720 \begin_layout Plain Layout
20721 Flotantes ! Colocación
20722 \end_layout
20723
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \begin_layout Standard
20730 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20731  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20732  los flotantes.
20733 \begin_inset Newline newline
20734 \end_inset
20735
20736 La opción 
20737 \family sans
20738 Extender
20739 \begin_inset space ~
20740 \end_inset
20741
20742 columnas
20743 \family default
20744  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20745  abarcará ambas columnas en lugar de una sola.
20746 \begin_inset Newline newline
20747 \end_inset
20748
20749 La opción 
20750 \family sans
20751 Girar
20752 \begin_inset space ~
20753 \end_inset
20754
20755 a
20756 \begin_inset space ~
20757 \end_inset
20758
20759 un
20760 \begin_inset space ~
20761 \end_inset
20762
20763 lado
20764 \family default
20765  sirve para girar flotantes, véase sección
20766 \begin_inset space ~
20767 \end_inset
20768
20769
20770 \begin_inset CommandInset ref
20771 LatexCommand ref
20772 reference "sec:Rotación-de-Flotantes"
20773
20774 \end_inset
20775
20776 .
20777  
20778 \end_layout
20779
20780 \begin_layout Standard
20781 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20782  la posición de un flotante si desmarcas la opción 
20783 \family sans
20784 Usar
20785 \begin_inset space ~
20786 \end_inset
20787
20788 ubicación
20789 \begin_inset space ~
20790 \end_inset
20791
20792 predeterminada
20793 \family default
20794 :
20795 \end_layout
20796
20797 \begin_layout Description
20798
20799 \family sans
20800 \series bold
20801 Aquí
20802 \begin_inset space ~
20803 \end_inset
20804
20805 si
20806 \begin_inset space ~
20807 \end_inset
20808
20809 es
20810 \begin_inset space ~
20811 \end_inset
20812
20813 posible
20814 \family default
20815 \series default
20816  intenta situar el flotante en la posición en la que se inserta
20817 \end_layout
20818
20819 \begin_layout Description
20820
20821 \family sans
20822 \series bold
20823 Principio
20824 \begin_inset space ~
20825 \end_inset
20826
20827 de
20828 \begin_inset space ~
20829 \end_inset
20830
20831 página
20832 \family default
20833 \series default
20834  intenta situar el flotante al principio de la página actual
20835 \end_layout
20836
20837 \begin_layout Description
20838
20839 \family sans
20840 \series bold
20841 Fin
20842 \begin_inset space ~
20843 \end_inset
20844
20845 de
20846 \begin_inset space ~
20847 \end_inset
20848
20849 página
20850 \family default
20851 \series default
20852  intenta situar el flotante al final de la página actual
20853 \end_layout
20854
20855 \begin_layout Description
20856
20857 \family sans
20858 \series bold
20859 Página
20860 \begin_inset space ~
20861 \end_inset
20862
20863 de
20864 \begin_inset space ~
20865 \end_inset
20866
20867 flotantes
20868 \family default
20869 \series default
20870  intenta situar el flotante en una página propia 
20871 \end_layout
20872
20873 \begin_layout Standard
20874 LaTeX usa 
20875 \emph on
20876 siempre
20877 \emph default
20878  ese orden de opciones.
20879  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20880  lugar 
20881 \family sans
20882 Aquí
20883 \begin_inset space ~
20884 \end_inset
20885
20886 si
20887 \begin_inset space ~
20888 \end_inset
20889
20890 es
20891 \begin_inset space ~
20892 \end_inset
20893
20894 posible
20895 \family default
20896 , luego 
20897 \family sans
20898 Principio
20899 \begin_inset space ~
20900 \end_inset
20901
20902 de
20903 \begin_inset space ~
20904 \end_inset
20905
20906 página
20907 \family default
20908 , y después las otras.
20909  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20910  pero en dicho orden.
20911  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20912  pero intenta poner el flotante en la página siguiente.
20913 \end_layout
20914
20915 \begin_layout Standard
20916 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20917 \end_layout
20918
20919 \begin_layout Labeling
20920 \labelwidthstring 00.00.0000
20921
20922 \family sans
20923 Principio
20924 \begin_inset space ~
20925 \end_inset
20926
20927 de
20928 \begin_inset space ~
20929 \end_inset
20930
20931 página:
20932 \family default
20933  sólo si el flotante ocupa menos del 70
20934 \begin_inset space \thinspace{}
20935 \end_inset
20936
20937 % de la página puede ubicarse al principio de página (
20938 \series bold
20939
20940 \backslash
20941 topfraction
20942 \series default
20943 )
20944 \end_layout
20945
20946 \begin_layout Labeling
20947 \labelwidthstring 00.00.0000
20948
20949 \family sans
20950 Fin
20951 \begin_inset space ~
20952 \end_inset
20953
20954 de
20955 \begin_inset space ~
20956 \end_inset
20957
20958 página:
20959 \family default
20960  sólo si el flotante ocupa menos del 30
20961 \begin_inset space \thinspace{}
20962 \end_inset
20963
20964 % de la página puede ubicarse al fin de página.
20965  (
20966 \series bold
20967
20968 \backslash
20969 bottomfraction
20970 \series default
20971 )
20972 \end_layout
20973
20974 \begin_layout Labeling
20975 \labelwidthstring 00.00.0000
20976
20977 \family sans
20978 Página
20979 \begin_inset space ~
20980 \end_inset
20981
20982 de
20983 \begin_inset space ~
20984 \end_inset
20985
20986 flotantes:
20987 \family default
20988  sólo si más del 50
20989 \begin_inset space \thinspace{}
20990 \end_inset
20991
20992 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20993  página.
20994  (
20995 \series bold
20996
20997 \backslash
20998 floatpagefraction
20999 \series default
21000 )
21001 \end_layout
21002
21003 \begin_layout Standard
21004 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21005  
21006 \family sans
21007 Ignorar
21008 \begin_inset space ~
21009 \end_inset
21010
21011 reglas
21012 \begin_inset space ~
21013 \end_inset
21014
21015 de
21016 \begin_inset space ~
21017 \end_inset
21018
21019 LaTeX
21020 \family default
21021 .
21022 \begin_inset Newline newline
21023 \end_inset
21024
21025 También puedes redefinir las reglas con los comandos LaTeX que van entre
21026  paréntesis tras la descripción de las reglas anteriores.
21027  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21028  la regla 
21029 \family sans
21030 Fin
21031 \family default
21032
21033 \begin_inset space ~
21034 \end_inset
21035
21036
21037 \family sans
21038 de
21039 \family default
21040
21041 \begin_inset space ~
21042 \end_inset
21043
21044
21045 \family sans
21046 página
21047 \family default
21048  al 50
21049 \begin_inset space \thinspace{}
21050 \end_inset
21051
21052 %, añade esta línea en el preámbulo:
21053 \end_layout
21054
21055 \begin_layout Standard
21056
21057 \series bold
21058
21059 \backslash
21060 renewcommand{
21061 \backslash
21062 bottomfraction}{0.5}
21063 \end_layout
21064
21065 \begin_layout Standard
21066 En determinados casos podrías necesitar ubicar un flotante exactamente en
21067  la posición en la que se inserta.
21068  Para esto puedes usar la opción 
21069 \family sans
21070 Aquí
21071 \begin_inset space ~
21072 \end_inset
21073
21074 definitivamente
21075 \family default
21076 .
21077  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21078  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21079  se podría estropear el diseño de la página.
21080 \end_layout
21081
21082 \begin_layout Standard
21083 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21084  rodeados por texto de un párrafo determinado.
21085 \begin_inset VSpace bigskip
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \begin_layout Standard
21092 A veces surge el problema de que un flotante se sitúa al principio de la
21093  página mientras que su sección correspondiente empieza en mitad de la página,
21094  así que el lector podría creer que el flotante forma parte de la sección
21095  anterior.
21096  Para evitarlo puede emplearse el comando LaTeX 
21097 \series bold
21098
21099 \backslash
21100 suppressfloats
21101 \series default
21102 , que suprime la ubicación de un flotante dado en la página donde se inserta
21103  y además puede servir para evitar que el flotante se coloque antes del
21104  inicio de sección.
21105  Para ello, añade estos comandos al preámbulo:
21106 \end_layout
21107
21108 \begin_layout Standard
21109
21110 \series bold
21111
21112 \backslash
21113 let
21114 \backslash
21115 mySection
21116 \backslash
21117 section
21118 \begin_inset Newline newline
21119 \end_inset
21120
21121
21122 \backslash
21123 renewcommand{
21124 \backslash
21125 section}{
21126 \backslash
21127 suppressfloats[t]
21128 \backslash
21129 mySection}
21130 \end_layout
21131
21132 \begin_layout Standard
21133 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21134  subsecciones.
21135  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21136  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21137 \end_layout
21138
21139 \begin_layout Standard
21140 \begin_inset VSpace bigskip
21141 \end_inset
21142
21143 En ciertos casos se quieren tener todas las figuras/tablas al final del
21144  documento.
21145  Para estos casos está el paquete LaTeX 
21146 \series bold
21147 endfloat
21148 \series default
21149
21150 \begin_inset Index
21151 status collapsed
21152
21153 \begin_layout Plain Layout
21154 LaTeX-paquetes ! endfloat
21155 \end_layout
21156
21157 \end_inset
21158
21159 .
21160  Pone todas las figuras y tablas flotantes al final del documento en secciones
21161  propias.
21162  En la posición original del flotante se inserta una indicación como «
21163 \family sans
21164 [Figure
21165 \begin_inset space ~
21166 \end_inset
21167
21168 3.2 about here.]
21169 \family default
21170 ».
21171  El paquete 
21172 \series bold
21173 endfloat
21174 \series default
21175  se carga en el preámbulo con la línea
21176 \end_layout
21177
21178 \begin_layout Standard
21179
21180 \series bold
21181
21182 \backslash
21183 usepackage[options]{endfloat}
21184 \end_layout
21185
21186 \begin_layout Standard
21187 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21188  Para más información véase la documentación 
21189 \begin_inset CommandInset citation
21190 LatexCommand cite
21191 key "endfloat"
21192
21193 \end_inset
21194
21195 .
21196 \begin_inset Newline newline
21197 \end_inset
21198
21199
21200 \begin_inset Note Greyedout
21201 status open
21202
21203 \begin_layout Plain Layout
21204
21205 \series bold
21206 Nota: endfloat
21207 \series default
21208  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21209  véase sección
21210 \begin_inset space ~
21211 \end_inset
21212
21213 4 en 
21214 \begin_inset CommandInset citation
21215 LatexCommand cite
21216 key "endfloat"
21217
21218 \end_inset
21219
21220 .
21221 \end_layout
21222
21223 \end_inset
21224
21225
21226 \begin_inset Newline newline
21227 \end_inset
21228
21229
21230 \begin_inset Note Greyedout
21231 status open
21232
21233 \begin_layout Plain Layout
21234
21235 \series bold
21236 Nota:
21237 \series default
21238  Actualmente hay un error en 
21239 \series bold
21240 endfloat
21241 \series default
21242  cuando la leyenda contiene el carácter alemán «ß».
21243  Usa en ese caso el comando «
21244 \series bold
21245
21246 \backslash
21247 ss
21248 \series default
21249 » en código TeX en vez de «ß».
21250 \end_layout
21251
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \begin_layout Standard
21258 \begin_inset VSpace bigskip
21259 \end_inset
21260
21261 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21262 \begin_inset CommandInset citation
21263 LatexCommand cite
21264 key "latexcompanion,latexguide,latexbook"
21265
21266 \end_inset
21267
21268 .
21269 \end_layout
21270
21271 \begin_layout Section
21272 Rotación de flotantes
21273 \begin_inset CommandInset label
21274 LatexCommand label
21275 name "sec:Rotación-de-Flotantes"
21276
21277 \end_inset
21278
21279
21280 \begin_inset Index
21281 status collapsed
21282
21283 \begin_layout Plain Layout
21284 Flotantes ! Rotación
21285 \end_layout
21286
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \begin_layout Standard
21293 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21294  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21295  la opción 
21296 \family sans
21297 Girar
21298 \begin_inset space ~
21299 \end_inset
21300
21301 a
21302 \begin_inset space ~
21303 \end_inset
21304
21305 un
21306 \begin_inset space ~
21307 \end_inset
21308
21309 lado
21310 \family default
21311 .
21312 \end_layout
21313
21314 \begin_layout Standard
21315 Los flotantes girados son puestos siempre en su propia página (o columna
21316  si el documento es de dos columnas).
21317  Se les puede permitir abarcar varias columnas con la opción de configuración
21318  
21319 \family sans
21320 Extender
21321 \begin_inset space ~
21322 \end_inset
21323
21324 columnas
21325 \family default
21326 .
21327  Se rotan de forma que puedes leerlos desde el margen externo.
21328  Para forzar determinada dirección de rotación para todas las páginas, puedes
21329  añadir una de las opciones 
21330 \series bold
21331 figuresleft
21332 \series default
21333  o 
21334 \series bold
21335 figuresright
21336 \series default
21337  a las opciones de clase del documento.
21338 \end_layout
21339
21340 \begin_layout Standard
21341 Los flotantes girados se refieren igual que los normales, y el formato de
21342  la leyenda también es el mismo: un ejemplo es la tabla
21343 \begin_inset space ~
21344 \end_inset
21345
21346
21347 \begin_inset CommandInset ref
21348 LatexCommand ref
21349 reference "tab:Tabla-girada"
21350
21351 \end_inset
21352
21353 .
21354 \end_layout
21355
21356 \begin_layout Standard
21357 \begin_inset Note Greyedout
21358 status open
21359
21360 \begin_layout Plain Layout
21361
21362 \series bold
21363 Nota:
21364 \series default
21365  No todos los visores DVI pueden mostrar tablas giradas.
21366 \end_layout
21367
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \begin_layout Standard
21374 \begin_inset Float table
21375 wide false
21376 sideways true
21377 status open
21378
21379 \begin_layout Plain Layout
21380 \begin_inset Caption
21381
21382 \begin_layout Plain Layout
21383 \begin_inset CommandInset label
21384 LatexCommand label
21385 name "tab:Tabla-girada"
21386
21387 \end_inset
21388
21389 Tabla girada
21390 \end_layout
21391
21392 \end_inset
21393
21394
21395 \end_layout
21396
21397 \begin_layout Plain Layout
21398 \align center
21399 \begin_inset Tabular
21400 <lyxtabular version="3" rows="1" columns="5">
21401 <features>
21402 <column alignment="center" valignment="top" width="0">
21403 <column alignment="center" valignment="top" width="0">
21404 <column alignment="center" valignment="top" width="0">
21405 <column alignment="center" valignment="top" width="0">
21406 <column alignment="center" valignment="top" width="0">
21407 <row>
21408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412 test
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421 b
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 c
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 d
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 e
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 </lyxtabular>
21455
21456 \end_inset
21457
21458
21459 \end_layout
21460
21461 \end_inset
21462
21463
21464 \end_layout
21465
21466 \begin_layout Section
21467 Subflotantes
21468 \begin_inset Index
21469 status collapsed
21470
21471 \begin_layout Plain Layout
21472 Flotantes ! Subflotantes
21473 \end_layout
21474
21475 \end_inset
21476
21477
21478 \end_layout
21479
21480 \begin_layout Standard
21481 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21482  imágenes.
21483  Se crean insertando un flotante dentro de otro.
21484  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21485  como se muestra en las tablas
21486 \begin_inset space ~
21487 \end_inset
21488
21489
21490 \begin_inset CommandInset ref
21491 LatexCommand ref
21492 reference "tab:Dos-subtablas-adosadas"
21493
21494 \end_inset
21495
21496  y
21497 \begin_inset space ~
21498 \end_inset
21499
21500
21501 \begin_inset CommandInset ref
21502 LatexCommand ref
21503 reference "tab:Dos-subtablas-una-sobre"
21504
21505 \end_inset
21506
21507 .
21508 \end_layout
21509
21510 \begin_layout Standard
21511 Las referencias a subflotantes funcionan como en los flotantes normales:
21512  la tabla
21513 \begin_inset space ~
21514 \end_inset
21515
21516
21517 \begin_inset CommandInset ref
21518 LatexCommand ref
21519 reference "tab:Esta-es-la-subtabla-a"
21520
21521 \end_inset
21522
21523  y la tabla
21524 \begin_inset space ~
21525 \end_inset
21526
21527
21528 \begin_inset CommandInset ref
21529 LatexCommand ref
21530 reference "tab:Esta-es-la-subtabla-b"
21531
21532 \end_inset
21533
21534  son subtablas de la tabla
21535 \begin_inset space ~
21536 \end_inset
21537
21538
21539 \begin_inset CommandInset ref
21540 LatexCommand ref
21541 reference "tab:Dos-subtablas-adosadas"
21542
21543 \end_inset
21544
21545 .
21546 \end_layout
21547
21548 \begin_layout Standard
21549 \begin_inset Float table
21550 wide false
21551 sideways false
21552 status open
21553
21554 \begin_layout Plain Layout
21555 \begin_inset Caption
21556
21557 \begin_layout Plain Layout
21558 \begin_inset CommandInset label
21559 LatexCommand label
21560 name "tab:Dos-subtablas-adosadas"
21561
21562 \end_inset
21563
21564 Dos subtablas adosadas
21565 \end_layout
21566
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \begin_layout Plain Layout
21573 \begin_inset space \hfill{}
21574 \end_inset
21575
21576
21577 \begin_inset Float table
21578 wide false
21579 sideways false
21580 status collapsed
21581
21582 \begin_layout Plain Layout
21583 \begin_inset Caption
21584
21585 \begin_layout Plain Layout
21586 \begin_inset CommandInset label
21587 LatexCommand label
21588 name "tab:Esta-es-la-subtabla-a"
21589
21590 \end_inset
21591
21592 Esta es la subtabla a
21593 \end_layout
21594
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \begin_layout Plain Layout
21601 \align center
21602 \begin_inset Tabular
21603 <lyxtabular version="3" rows="1" columns="5">
21604 <features>
21605 <column alignment="center" valignment="top" width="0">
21606 <column alignment="center" valignment="top" width="0">
21607 <column alignment="center" valignment="top" width="0">
21608 <column alignment="center" valignment="top" width="0">
21609 <column alignment="center" valignment="top" width="0">
21610 <row>
21611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615 test 
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624 b
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 c
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 d
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651 e
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 </lyxtabular>
21658
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \end_inset
21665
21666
21667 \begin_inset space \hfill{}
21668 \end_inset
21669
21670
21671 \begin_inset Float table
21672 wide false
21673 sideways false
21674 status collapsed
21675
21676 \begin_layout Plain Layout
21677 \begin_inset Caption
21678
21679 \begin_layout Plain Layout
21680 \begin_inset CommandInset label
21681 LatexCommand label
21682 name "tab:Esta-es-la-subtabla-b"
21683
21684 \end_inset
21685
21686 Esta es la subtabla b
21687 \end_layout
21688
21689 \end_inset
21690
21691
21692 \end_layout
21693
21694 \begin_layout Plain Layout
21695 \align center
21696 \begin_inset Tabular
21697 <lyxtabular version="3" rows="1" columns="5">
21698 <features>
21699 <column alignment="center" valignment="top" width="0">
21700 <column alignment="center" valignment="top" width="0">
21701 <column alignment="center" valignment="top" width="0">
21702 <column alignment="center" valignment="top" width="0">
21703 <column alignment="center" valignment="top" width="0">
21704 <row>
21705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 e
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 d
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 c
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 b
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745 test
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 </row>
21751 </lyxtabular>
21752
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \begin_layout Plain Layout
21759
21760 \end_layout
21761
21762 \end_inset
21763
21764
21765 \begin_inset space \hfill{}
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \begin_layout Standard
21777 \begin_inset Float table
21778 wide false
21779 sideways false
21780 status open
21781
21782 \begin_layout Plain Layout
21783 \begin_inset Caption
21784
21785 \begin_layout Plain Layout
21786 \begin_inset CommandInset label
21787 LatexCommand label
21788 name "tab:Dos-subtablas-una-sobre"
21789
21790 \end_inset
21791
21792 Dos subtablas colocadas una sobre otra.
21793  La tabla (a) con 4 celdas, la (b) con 5 celdas.
21794 \end_layout
21795
21796 \end_inset
21797
21798
21799 \end_layout
21800
21801 \begin_layout Plain Layout
21802 \noindent
21803 \align center
21804 \begin_inset Float table
21805 wide false
21806 sideways false
21807 status collapsed
21808
21809 \begin_layout Plain Layout
21810 \begin_inset Caption
21811
21812 \begin_layout Plain Layout
21813
21814 \end_layout
21815
21816 \end_inset
21817
21818
21819 \end_layout
21820
21821 \begin_layout Plain Layout
21822 \align center
21823 \begin_inset Tabular
21824 <lyxtabular version="3" rows="1" columns="4">
21825 <features>
21826 <column alignment="center" valignment="top" width="0">
21827 <column alignment="center" valignment="top" width="0">
21828 <column alignment="center" valignment="top" width="0">
21829 <column alignment="center" valignment="top" width="0">
21830 <row>
21831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835 test
21836 \end_layout
21837
21838 \end_inset
21839 </cell>
21840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844 test
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853 test
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 test
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 </row>
21868 </lyxtabular>
21869
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \begin_layout Plain Layout
21876
21877 \end_layout
21878
21879 \end_inset
21880
21881
21882 \end_layout
21883
21884 \begin_layout Plain Layout
21885 \align center
21886 \begin_inset Float table
21887 wide false
21888 sideways false
21889 status collapsed
21890
21891 \begin_layout Plain Layout
21892
21893 \end_layout
21894
21895 \begin_layout Plain Layout
21896 \begin_inset Caption
21897
21898 \begin_layout Plain Layout
21899
21900 \end_layout
21901
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \begin_layout Plain Layout
21908 \align center
21909 \begin_inset Tabular
21910 <lyxtabular version="3" rows="1" columns="5">
21911 <features>
21912 <column alignment="center" valignment="top" width="0">
21913 <column alignment="center" valignment="top" width="0">
21914 <column alignment="center" valignment="top" width="0">
21915 <column alignment="center" valignment="top" width="0">
21916 <column alignment="center" valignment="top" width="0">
21917 <row>
21918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21919 \begin_inset Text
21920
21921 \begin_layout Plain Layout
21922 a
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 b
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 c
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 d
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 e
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 </row>
21964 </lyxtabular>
21965
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \begin_layout Plain Layout
21972
21973 \end_layout
21974
21975 \end_inset
21976
21977
21978 \end_layout
21979
21980 \end_inset
21981
21982
21983 \end_layout
21984
21985 \begin_layout Section
21986 Flotantes adosados
21987 \begin_inset Index
21988 status collapsed
21989
21990 \begin_layout Plain Layout
21991 Flotantes ! Adosados
21992 \end_layout
21993
21994 \end_inset
21995
21996
21997 \end_layout
21998
21999 \begin_layout Standard
22000 Para colocar flotantes unos junto a otros, como en la figura
22001 \begin_inset space ~
22002 \end_inset
22003
22004
22005 \begin_inset CommandInset ref
22006 LatexCommand ref
22007 reference "fig:Flotante-izquierda"
22008
22009 \end_inset
22010
22011  y 
22012 \begin_inset CommandInset ref
22013 LatexCommand ref
22014 reference "fig:Flotante-derecha"
22015
22016 \end_inset
22017
22018 , se pone 
22019 \emph on
22020 un
22021 \emph default
22022  solo flotante.
22023  En él se insertan dos cuadros tipo minipágina.
22024 \begin_inset Foot
22025 status collapsed
22026
22027 \begin_layout Plain Layout
22028 Las minipáginas se explican en la sección
22029 \begin_inset space ~
22030 \end_inset
22031
22032
22033 \begin_inset CommandInset ref
22034 LatexCommand ref
22035 reference "sec:Minipáginas"
22036
22037 \end_inset
22038
22039 .
22040 \end_layout
22041
22042 \end_inset
22043
22044  La anchura de la columna se establece en 45-50
22045 \begin_inset space \thinspace{}
22046 \end_inset
22047
22048 % y la alineación en 
22049 \family sans
22050 Inferior
22051 \family default
22052  para cada minipágina.
22053  Las minipáginas contienen la imagen y su título, de igual forma que en
22054  los flotantes.
22055  La única diferencia es que el 
22056 \family sans
22057 Ancho
22058 \begin_inset space ~
22059 \end_inset
22060
22061 de
22062 \begin_inset space ~
22063 \end_inset
22064
22065 columna
22066 \begin_inset space ~
22067 \end_inset
22068
22069 %
22070 \family default
22071  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22072 \end_layout
22073
22074 \begin_layout Standard
22075 \begin_inset Float figure
22076 placement h
22077 wide false
22078 sideways false
22079 status open
22080
22081 \begin_layout Plain Layout
22082 \begin_inset Box Frameless
22083 position "b"
22084 hor_pos "c"
22085 has_inner_box 1
22086 inner_pos "t"
22087 use_parbox 0
22088 width "45col%"
22089 special "none"
22090 height "1in"
22091 height_special "totalheight"
22092 status open
22093
22094 \begin_layout Plain Layout
22095 \align center
22096 \begin_inset Graphics
22097         filename ../clipart/mobius.eps
22098         lyxscale 50
22099         width 100col%
22100         scaleBeforeRotation
22101
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \begin_layout Plain Layout
22108 \begin_inset Caption
22109
22110 \begin_layout Plain Layout
22111 \begin_inset CommandInset label
22112 LatexCommand label
22113 name "fig:Flotante-izquierda"
22114
22115 \end_inset
22116
22117 Flotante en el lado izquierdo.
22118 \end_layout
22119
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \end_inset
22126
22127
22128 \begin_inset space \hfill{}
22129 \end_inset
22130
22131
22132 \begin_inset Box Frameless
22133 position "b"
22134 hor_pos "c"
22135 has_inner_box 1
22136 inner_pos "t"
22137 use_parbox 0
22138 width "45col%"
22139 special "none"
22140 height "1in"
22141 height_special "totalheight"
22142 status open
22143
22144 \begin_layout Plain Layout
22145 \align center
22146 \begin_inset Graphics
22147         filename ../clipart/platypus.eps
22148         lyxscale 50
22149         width 100col%
22150         scaleBeforeRotation
22151
22152 \end_inset
22153
22154
22155 \end_layout
22156
22157 \begin_layout Plain Layout
22158 \begin_inset Caption
22159
22160 \begin_layout Plain Layout
22161 \begin_inset CommandInset label
22162 LatexCommand label
22163 name "fig:Flotante-derecha"
22164
22165 \end_inset
22166
22167 Flotante en el lado derecho.
22168 \end_layout
22169
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \begin_layout Section
22186 Formato de las leyendas
22187 \begin_inset Index
22188 status collapsed
22189
22190 \begin_layout Plain Layout
22191 Leyendas ! Formato
22192 \end_layout
22193
22194 \end_inset
22195
22196
22197 \begin_inset Index
22198 status collapsed
22199
22200 \begin_layout Plain Layout
22201 Flotantes ! Formato de las leyendas
22202 \end_layout
22203
22204 \end_inset
22205
22206
22207 \begin_inset CommandInset label
22208 LatexCommand label
22209 name "sec:Formato-de-leyendas"
22210
22211 \end_inset
22212
22213
22214 \end_layout
22215
22216 \begin_layout Standard
22217 El entorno 
22218 \family sans
22219 Leyenda
22220 \family default
22221  es el predeterminado para los 
22222 \family sans
22223 Flotantes
22224 \family default
22225 .
22226  En LyX las leyendas se muestran como etiqueta, p.
22227 \begin_inset space \thinspace{}
22228 \end_inset
22229
22230 e.
22231 \begin_inset space ~
22232 \end_inset
22233
22234 «
22235 \family sans
22236 Figura #
22237 \family default
22238 :» seguida por el texto.
22239  «#» es el número real de referencia.
22240  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22241  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22242  del texto.
22243  El entorno leyenda no es apropiado para todos los tipos de documento.
22244  
22245 \end_layout
22246
22247 \begin_layout Standard
22248 Para cambiar el formato predeterminado carga el paquete LaTeX 
22249 \series bold
22250 caption
22251 \series default
22252
22253 \begin_inset Index
22254 status collapsed
22255
22256 \begin_layout Plain Layout
22257 LaTeX-paquetes ! caption
22258 \end_layout
22259
22260 \end_inset
22261
22262  en el preámbulo del documento con la línea:
22263 \end_layout
22264
22265 \begin_layout Standard
22266
22267 \series bold
22268
22269 \backslash
22270 usepackage[definición de formato]{caption}
22271 \end_layout
22272
22273 \begin_layout Standard
22274 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22275  las leyendas de tabla siempre sobre ella como en este documento, usa el
22276  comando:
22277 \end_layout
22278
22279 \begin_layout Standard
22280
22281 \series bold
22282
22283 \backslash
22284 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22285 \end_layout
22286
22287 \begin_layout Standard
22288 También puedes definir distintos formatos de leyenda para los distintos
22289  tipos de flotantes.
22290  En ese caso carga el paquete 
22291 \series bold
22292 caption
22293 \series default
22294  sin opciones específicas y define los distintos formatos con ayuda del
22295  comando
22296 \end_layout
22297
22298 \begin_layout Standard
22299
22300 \series bold
22301
22302 \backslash
22303 captionsetup[tipo de flotante]{definición de formato}
22304 \end_layout
22305
22306 \begin_layout Standard
22307 en el preámbulo del documento.
22308  Por ejemplo las leyendas de la Figura
22309 \begin_inset space ~
22310 \end_inset
22311
22312
22313 \begin_inset CommandInset ref
22314 LatexCommand ref
22315 reference "fig:Esto-es-una-fig"
22316
22317 \end_inset
22318
22319  y la tabla
22320 \begin_inset space ~
22321 \end_inset
22322
22323
22324 \begin_inset CommandInset ref
22325 LatexCommand ref
22326 reference "tab:Esto-es-una-tab"
22327
22328 \end_inset
22329
22330  pueden crearse usando los siguientes comandos en el preámbulo:
22331 \end_layout
22332
22333 \begin_layout Standard
22334
22335 \series bold
22336
22337 \backslash
22338 usepackage[tableposition=top]{caption}
22339 \series default
22340
22341 \begin_inset Newline newline
22342 \end_inset
22343
22344
22345 \series bold
22346
22347 \backslash
22348 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22349 \begin_inset Newline newline
22350 \end_inset
22351
22352
22353 \begin_inset ERT
22354 status collapsed
22355
22356 \begin_layout Plain Layout
22357
22358
22359 \backslash
22360 hphantom{
22361 \backslash
22362
22363 \backslash
22364 captionsetup[figure]
22365 \backslash
22366 {}
22367 \end_layout
22368
22369 \end_inset
22370
22371  labelsep=period}
22372 \begin_inset Newline newline
22373 \end_inset
22374
22375
22376 \backslash
22377 captionsetup[table]{labelfont={bf,sf}}
22378 \end_layout
22379
22380 \begin_layout Standard
22381 \begin_inset Note Greyedout
22382 status open
22383
22384 \begin_layout Plain Layout
22385
22386 \series bold
22387 Nota: 
22388 \series default
22389 La opción 
22390 \series bold
22391 tableposition=top
22392 \series default
22393  no tiene efecto si se usa una clase de documento 
22394 \series bold
22395 KOMA-script
22396 \series default
22397 .
22398  En este caso debe utilizarse la opción de clase de documento 
22399 \series bold
22400 tablecaptionabove
22401 \series default
22402 .
22403  
22404 \end_layout
22405
22406 \end_inset
22407
22408
22409 \end_layout
22410
22411 \begin_layout Standard
22412 Para más información sobre el paquete 
22413 \series bold
22414 caption
22415 \series default
22416  acude a su documentación 
22417 \begin_inset CommandInset citation
22418 LatexCommand cite
22419 key "caption"
22420
22421 \end_inset
22422
22423 .
22424 \end_layout
22425
22426 \begin_layout Standard
22427 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22428 \begin_inset space \thinspace{}
22429 \end_inset
22430
22431 e., usa el siguiente comando de preámbulo:
22432 \end_layout
22433
22434 \begin_layout Standard
22435
22436 \series bold
22437
22438 \backslash
22439 renewcommand{
22440 \backslash
22441 fnum@figure}{Imagen~
22442 \backslash
22443 thefigure}
22444 \end_layout
22445
22446 \begin_layout Standard
22447 donde 
22448 \series bold
22449
22450 \backslash
22451 thefigure
22452 \series default
22453  inserta el número de figura y «~» genera un espacio protegido.
22454
22455 \series bold
22456  
22457 \end_layout
22458
22459 \begin_layout Standard
22460 \begin_inset VSpace bigskip
22461 \end_inset
22462
22463 Si estás usando la clase de documento 
22464 \series bold
22465 KOMA-script
22466 \series default
22467
22468 \begin_inset Index
22469 status collapsed
22470
22471 \begin_layout Plain Layout
22472 LaTeX-paquetes ! KOMA-script
22473 \end_layout
22474
22475 \end_inset
22476
22477  (
22478 \family sans
22479 article (KOMA-script)
22480 \family default
22481
22482 \family sans
22483 book (KOMA-script)
22484 \family default
22485
22486 \family sans
22487 letter (KOMA-script)
22488 \family default
22489 , o 
22490 \family sans
22491 report (KOMA-script)
22492 \family default
22493
22494 \begin_inset space \thinspace{}
22495 \end_inset
22496
22497 ), puedes emplear en vez del paquete 
22498 \series bold
22499 caption
22500 \series default
22501  el comando 
22502 \series bold
22503
22504 \backslash
22505 setkomafont
22506 \series default
22507  incluido en 
22508 \series bold
22509 KOMA-script
22510 \series default
22511 .
22512  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22513  comando en el preámbulo del documento:
22514 \end_layout
22515
22516 \begin_layout Standard
22517
22518 \series bold
22519
22520 \backslash
22521 setkomafont{captionlabel}{
22522 \backslash
22523 bfseries}
22524 \end_layout
22525
22526 \begin_layout Standard
22527 Más información sobre 
22528 \series bold
22529
22530 \backslash
22531 setkomafont
22532 \series default
22533  en la documentación de 
22534 \series bold
22535 KOMA-script
22536 \series default
22537  
22538 \begin_inset CommandInset citation
22539 LatexCommand cite
22540 key "KOMA-script"
22541
22542 \end_inset
22543
22544 .
22545 \end_layout
22546
22547 \begin_layout Standard
22548 \begin_inset ERT
22549 status collapsed
22550
22551 \begin_layout Plain Layout
22552
22553
22554 \backslash
22555 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22556 }
22557 \end_layout
22558
22559 \end_inset
22560
22561
22562 \begin_inset Note Note
22563 status collapsed
22564
22565 \begin_layout Plain Layout
22566 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22567 \end_layout
22568
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \begin_layout Standard
22575 \begin_inset Float figure
22576 placement !p
22577 wide false
22578 sideways false
22579 status open
22580
22581 \begin_layout Plain Layout
22582 \align center
22583 \begin_inset Graphics
22584         filename ../clipart/mobius.eps
22585         lyxscale 50
22586         scale 50
22587
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \begin_layout Plain Layout
22594 \begin_inset Caption
22595
22596 \begin_layout Plain Layout
22597 \begin_inset CommandInset label
22598 LatexCommand label
22599 name "fig:Esto-es-una-fig"
22600
22601 \end_inset
22602
22603
22604 \begin_inset OptArg
22605 status collapsed
22606
22607 \begin_layout Plain Layout
22608 Figura con leyenda muy larga
22609 \end_layout
22610
22611 \end_inset
22612
22613 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22614  mostrar el formato diferente.
22615  Aquí se usa una leyenda personalizada.
22616 \end_layout
22617
22618 \end_inset
22619
22620
22621 \end_layout
22622
22623 \end_inset
22624
22625
22626 \end_layout
22627
22628 \begin_layout Standard
22629 \begin_inset ERT
22630 status collapsed
22631
22632 \begin_layout Plain Layout
22633
22634
22635 \backslash
22636 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22637 on}
22638 \end_layout
22639
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \begin_layout Standard
22646 \begin_inset Float table
22647 placement !p
22648 wide false
22649 sideways false
22650 status collapsed
22651
22652 \begin_layout Plain Layout
22653 \begin_inset Caption
22654
22655 \begin_layout Plain Layout
22656 \begin_inset CommandInset label
22657 LatexCommand label
22658 name "tab:Esto-es-una-tab"
22659
22660 \end_inset
22661
22662
22663 \begin_inset OptArg
22664 status collapsed
22665
22666 \begin_layout Plain Layout
22667 Tabla con leyenda muy larga
22668 \end_layout
22669
22670 \end_inset
22671
22672 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22673  el formato diferente.
22674  Aquí se usa el formato de leyenda estándar para las tablas.
22675 \end_layout
22676
22677 \end_inset
22678
22679
22680 \end_layout
22681
22682 \begin_layout Plain Layout
22683 \align center
22684 \begin_inset Tabular
22685 <lyxtabular version="3" rows="1" columns="5">
22686 <features>
22687 <column alignment="center" valignment="top" width="0">
22688 <column alignment="center" valignment="top" width="0">
22689 <column alignment="center" valignment="top" width="0">
22690 <column alignment="center" valignment="top" width="0">
22691 <column alignment="center" valignment="top" width="0">
22692 <row>
22693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697 a
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 b
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 c
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724 d
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 e
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 </row>
22739 </lyxtabular>
22740
22741 \end_inset
22742
22743
22744 \end_layout
22745
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \begin_layout Section
22752 Colocación de leyendas
22753 \begin_inset Index
22754 status collapsed
22755
22756 \begin_layout Plain Layout
22757 Leyendas ! Colocación
22758 \end_layout
22759
22760 \end_inset
22761
22762
22763 \begin_inset Index
22764 status collapsed
22765
22766 \begin_layout Plain Layout
22767 Flotantes ! Colocación de leyendas
22768 \end_layout
22769
22770 \end_inset
22771
22772
22773 \begin_inset CommandInset label
22774 LatexCommand label
22775 name "sec:Colocación-de-leyendas"
22776
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \begin_layout Standard
22783 La norma habitual para colocar las leyendas es:
22784 \end_layout
22785
22786 \begin_layout Description
22787 Figura: La leyenda al pie de la figura
22788 \end_layout
22789
22790 \begin_layout Description
22791 Tabla: La leyenda sobre la tabla
22792 \end_layout
22793
22794 \begin_layout Standard
22795 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22796  la tabla.
22797  Esto implica que si usas las clases de documento 
22798 \family sans
22799 article
22800 \family default
22801
22802 \family sans
22803 book
22804 \family default
22805
22806 \family sans
22807 letter
22808 \family default
22809 , o 
22810 \family sans
22811 report
22812 \family default
22813  no habrá espacio entre la leyenda y la tabla.
22814  Para insertar el espacio adecuado añade la siguiente opción al comando
22815  del paquete LaTeX 
22816 \series bold
22817 caption
22818 \series default
22819  en el preámbulo del documento:
22820 \begin_inset Foot
22821 status collapsed
22822
22823 \begin_layout Plain Layout
22824 Véase la sección
22825 \begin_inset space ~
22826 \end_inset
22827
22828
22829 \begin_inset CommandInset ref
22830 LatexCommand ref
22831 reference "sec:Formato-de-leyendas"
22832
22833 \end_inset
22834
22835  para más información sobre el paquete 
22836 \series bold
22837 caption
22838 \series default
22839 .
22840 \end_layout
22841
22842 \end_inset
22843
22844
22845 \end_layout
22846
22847 \begin_layout Standard
22848
22849 \series bold
22850 tableposition=top
22851 \end_layout
22852
22853 \begin_layout Standard
22854 Si estás usando la clase 
22855 \series bold
22856 KOMA-script
22857 \series default
22858
22859 \begin_inset Index
22860 status collapsed
22861
22862 \begin_layout Plain Layout
22863 LaTeX-paquetes ! KOMA-script
22864 \end_layout
22865
22866 \end_inset
22867
22868  (
22869 \family sans
22870 article (KOMA-script)
22871 \family default
22872
22873 \family sans
22874 book (KOMA-script)
22875 \family default
22876
22877 \family sans
22878 letter (KOMA-script)
22879 \family default
22880 , o 
22881 \family sans
22882 report (KOMA-script)
22883 \family default
22884
22885 \begin_inset space \thinspace{}
22886 \end_inset
22887
22888 ), en vez de 
22889 \series bold
22890 caption
22891 \series default
22892  puedes poner la opción 
22893 \series bold
22894 tablecaptionabove
22895 \series default
22896  de la clase de documento.
22897 \end_layout
22898
22899 \begin_layout Standard
22900 \begin_inset VSpace bigskip
22901 \end_inset
22902
22903 También es posible poner la leyenda junto a una figura o tabla.
22904  Para conseguirlo hay que cargar el paquete LaTeX 
22905 \series bold
22906 sidecap
22907 \series default
22908
22909 \begin_inset Index
22910 status collapsed
22911
22912 \begin_layout Plain Layout
22913 LaTeX-paquetes ! sidecap
22914 \end_layout
22915
22916 \end_inset
22917
22918  añadiendo en el preámbulo del documento la línea
22919 \end_layout
22920
22921 \begin_layout Standard
22922
22923 \series bold
22924
22925 \backslash
22926 usepackage[option]{sidecap}
22927 \end_layout
22928
22929 \begin_layout Standard
22930 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22931  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
22932  Puedes cambiar la colocación al margen interno con la opción 
22933 \series bold
22934 innercaption
22935 \series default
22936 .
22937  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22938  opciones 
22939 \series bold
22940 rightcaption
22941 \series default
22942  o 
22943 \series bold
22944 leftcaption
22945 \series default
22946 , respectivamente.
22947 \end_layout
22948
22949 \begin_layout Standard
22950 \begin_inset ERT
22951 status collapsed
22952
22953 \begin_layout Plain Layout
22954
22955
22956 \backslash
22957 ifsidecap
22958 \end_layout
22959
22960 \end_inset
22961
22962
22963 \begin_inset Note Note
22964 status collapsed
22965
22966 \begin_layout Plain Layout
22967 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22968  LaTeX 
22969 \series bold
22970 sidecap
22971 \series default
22972 .
22973 \end_layout
22974
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \begin_layout Standard
22981 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22982  estos comandos al preámbulo del documento:
22983 \end_layout
22984
22985 \begin_layout Standard
22986
22987 \lyxline
22988
22989 \end_layout
22990
22991 \begin_layout Standard
22992
22993 \series bold
22994
22995 \backslash
22996 newcommand{
22997 \backslash
22998 TabBesBeg}{%
22999 \begin_inset Newline newline
23000 \end_inset
23001
23002
23003 \begin_inset ERT
23004 status collapsed
23005
23006 \begin_layout Plain Layout
23007
23008
23009 \backslash
23010 hphantom{ }
23011 \end_layout
23012
23013 \end_inset
23014
23015
23016 \backslash
23017 let
23018 \backslash
23019 MyTable
23020 \backslash
23021 table
23022 \begin_inset Newline newline
23023 \end_inset
23024
23025
23026 \begin_inset ERT
23027 status collapsed
23028
23029 \begin_layout Plain Layout
23030
23031
23032 \backslash
23033 hphantom{ }
23034 \end_layout
23035
23036 \end_inset
23037
23038
23039 \backslash
23040 let
23041 \backslash
23042 MyEndtable
23043 \backslash
23044 endtable
23045 \begin_inset Newline newline
23046 \end_inset
23047
23048
23049 \begin_inset ERT
23050 status collapsed
23051
23052 \begin_layout Plain Layout
23053
23054
23055 \backslash
23056 hphantom{ }
23057 \end_layout
23058
23059 \end_inset
23060
23061
23062 \backslash
23063 renewenvironment{table}{
23064 \backslash
23065 begin{SCtable}}{
23066 \backslash
23067 end{SCtable}}}
23068 \end_layout
23069
23070 \begin_layout Standard
23071
23072 \series bold
23073
23074 \backslash
23075 newcommand{
23076 \backslash
23077 TabBesEnd}{%
23078 \begin_inset Newline newline
23079 \end_inset
23080
23081
23082 \begin_inset ERT
23083 status collapsed
23084
23085 \begin_layout Plain Layout
23086
23087
23088 \backslash
23089 hphantom{ }
23090 \end_layout
23091
23092 \end_inset
23093
23094
23095 \backslash
23096 let
23097 \backslash
23098 table
23099 \backslash
23100 MyTable
23101 \begin_inset Newline newline
23102 \end_inset
23103
23104
23105 \begin_inset ERT
23106 status collapsed
23107
23108 \begin_layout Plain Layout
23109
23110
23111 \backslash
23112 hphantom{ }
23113 \end_layout
23114
23115 \end_inset
23116
23117
23118 \backslash
23119 let
23120 \backslash
23121 endtable
23122 \backslash
23123 MyEndtable
23124 \end_layout
23125
23126 \begin_layout Standard
23127
23128 \series bold
23129
23130 \backslash
23131 newcommand{
23132 \backslash
23133 FigBesBeg}{%
23134 \begin_inset Newline newline
23135 \end_inset
23136
23137
23138 \begin_inset ERT
23139 status collapsed
23140
23141 \begin_layout Plain Layout
23142
23143
23144 \backslash
23145 hphantom{ }
23146 \end_layout
23147
23148 \end_inset
23149
23150
23151 \backslash
23152 let
23153 \backslash
23154 MyFigure
23155 \backslash
23156 figure
23157 \begin_inset Newline newline
23158 \end_inset
23159
23160
23161 \begin_inset ERT
23162 status collapsed
23163
23164 \begin_layout Plain Layout
23165
23166
23167 \backslash
23168 hphantom{ }
23169 \end_layout
23170
23171 \end_inset
23172
23173
23174 \backslash
23175 let
23176 \backslash
23177 MyEndfigure
23178 \backslash
23179 endfigure
23180 \begin_inset Newline newline
23181 \end_inset
23182
23183
23184 \begin_inset ERT
23185 status collapsed
23186
23187 \begin_layout Plain Layout
23188
23189
23190 \backslash
23191 hphantom{ }
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \backslash
23198 renewenvironment{figure}{
23199 \backslash
23200 begin{SCfigure}}{
23201 \backslash
23202 end{SCfigure}}}
23203 \end_layout
23204
23205 \begin_layout Standard
23206
23207 \series bold
23208
23209 \backslash
23210 newcommand{
23211 \backslash
23212 FigBesEnd}{%
23213 \begin_inset Newline newline
23214 \end_inset
23215
23216
23217 \begin_inset ERT
23218 status collapsed
23219
23220 \begin_layout Plain Layout
23221
23222
23223 \backslash
23224 hphantom{ }
23225 \end_layout
23226
23227 \end_inset
23228
23229
23230 \backslash
23231 let
23232 \backslash
23233 figure
23234 \backslash
23235 MyFigure
23236 \begin_inset Newline newline
23237 \end_inset
23238
23239
23240 \begin_inset ERT
23241 status collapsed
23242
23243 \begin_layout Plain Layout
23244
23245
23246 \backslash
23247 hphantom{ }
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \backslash
23254 let
23255 \backslash
23256 endfigure
23257 \backslash
23258 MyEndfigure}
23259 \end_layout
23260
23261 \begin_layout Standard
23262
23263 \lyxline
23264
23265 \end_layout
23266
23267 \begin_layout Standard
23268 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23269  en un lado.
23270  Para figuras flotantes usa el comando
23271 \end_layout
23272
23273 \begin_layout Standard
23274
23275 \series bold
23276
23277 \backslash
23278 FigBesBeg
23279 \end_layout
23280
23281 \begin_layout Standard
23282 en código TeX antes del flotante.
23283  Detrás del flotante inserta
23284 \end_layout
23285
23286 \begin_layout Standard
23287
23288 \series bold
23289
23290 \backslash
23291 FigBesEnd
23292 \end_layout
23293
23294 \begin_layout Standard
23295 en código TeX para volver a la definición original de flotantes.
23296 \end_layout
23297
23298 \begin_layout Standard
23299 Para tablas flotantes usa los comandos correspondientes
23300 \end_layout
23301
23302 \begin_layout Standard
23303
23304 \series bold
23305
23306 \backslash
23307 TabBesBeg
23308 \series default
23309  y 
23310 \series bold
23311
23312 \backslash
23313 TabBesEnd
23314 \end_layout
23315
23316 \begin_layout Standard
23317 La figura
23318 \begin_inset space ~
23319 \end_inset
23320
23321
23322 \begin_inset CommandInset ref
23323 LatexCommand ref
23324 reference "fig:encab-al-lado"
23325
23326 \end_inset
23327
23328  y la tabla
23329 \begin_inset space ~
23330 \end_inset
23331
23332
23333 \begin_inset CommandInset ref
23334 LatexCommand ref
23335 reference "tab:encab-al-lado"
23336
23337 \end_inset
23338
23339  son ejemplos en los que el título se sitúa al lado.
23340 \end_layout
23341
23342 \begin_layout Standard
23343 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23344  en tablas flotantes y debajo en las figuras flotantes.
23345  Para cambiarlo, puedes usar el comando
23346 \end_layout
23347
23348 \begin_layout Standard
23349
23350 \series bold
23351
23352 \backslash
23353 sidecaptionvpos{tipo de flotante}{colocación}
23354 \end_layout
23355
23356 \begin_layout Standard
23357 en el preámbulo o en código TeX antes del flotante.
23358  El tipo de flotante es 
23359 \family sans
23360 figure
23361 \family default
23362  o 
23363 \family sans
23364 table
23365 \family default
23366 , la colocación puede ser «
23367 \family sans
23368 t
23369 \family default
23370 » por «top» (arriba), «
23371 \family sans
23372 c
23373 \family default
23374 » por «center» (centro), o «
23375 \family sans
23376 b
23377 \family default
23378 » por «bottom» (abajo).
23379  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23380  usa el comando
23381 \end_layout
23382
23383 \begin_layout Standard
23384
23385 \series bold
23386
23387 \backslash
23388 sidecaptionvpos{figure}{c}
23389 \end_layout
23390
23391 \begin_layout Standard
23392 Esto se ha hecho en la figura
23393 \begin_inset space ~
23394 \end_inset
23395
23396
23397 \begin_inset CommandInset ref
23398 LatexCommand ref
23399 reference "fig:encab-al-lado-de-fig"
23400
23401 \end_inset
23402
23403 .
23404 \end_layout
23405
23406 \begin_layout Standard
23407 \begin_inset VSpace medskip
23408 \end_inset
23409
23410 Más información sobre el paquete 
23411 \series bold
23412 sidecap
23413 \series default
23414  en su documentación 
23415 \begin_inset CommandInset citation
23416 LatexCommand cite
23417 key "sidecap"
23418
23419 \end_inset
23420
23421 .
23422 \end_layout
23423
23424 \begin_layout Standard
23425 \begin_inset Note Greyedout
23426 status open
23427
23428 \begin_layout Plain Layout
23429
23430 \series bold
23431 Nota:
23432 \series default
23433  El paquete LaTeX 
23434 \series bold
23435 hypcap
23436 \series default
23437
23438 \begin_inset Index
23439 status collapsed
23440
23441 \begin_layout Plain Layout
23442 LaTeX-paquetes ! hypcap
23443 \end_layout
23444
23445 \end_inset
23446
23447 , descrito en la sección
23448 \begin_inset space ~
23449 \end_inset
23450
23451
23452 \begin_inset CommandInset ref
23453 LatexCommand ref
23454 reference "sub:Colocación-de-Referencias"
23455
23456 \end_inset
23457
23458 , no afecta a flotantes con la leyenda al lado.
23459 \end_layout
23460
23461 \end_inset
23462
23463
23464 \end_layout
23465
23466 \begin_layout Standard
23467 \begin_inset ERT
23468 status collapsed
23469
23470 \begin_layout Plain Layout
23471
23472
23473 \backslash
23474 FigBesBeg 
23475 \end_layout
23476
23477 \end_inset
23478
23479
23480 \end_layout
23481
23482 \begin_layout Standard
23483 \begin_inset Float figure
23484 wide false
23485 sideways false
23486 status open
23487
23488 \begin_layout Plain Layout
23489 \begin_inset Graphics
23490         filename ../clipart/escher-lsd.eps
23491         scale 75
23492
23493 \end_inset
23494
23495
23496 \end_layout
23497
23498 \begin_layout Plain Layout
23499 \begin_inset Caption
23500
23501 \begin_layout Plain Layout
23502 \begin_inset CommandInset label
23503 LatexCommand label
23504 name "fig:encab-al-lado"
23505
23506 \end_inset
23507
23508 Leyenda al lado de una figura.
23509 \end_layout
23510
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \end_inset
23517
23518
23519 \end_layout
23520
23521 \begin_layout Standard
23522 \begin_inset ERT
23523 status collapsed
23524
23525 \begin_layout Plain Layout
23526
23527
23528 \backslash
23529 TabBesBeg 
23530 \end_layout
23531
23532 \end_inset
23533
23534
23535 \end_layout
23536
23537 \begin_layout Standard
23538 \begin_inset Float table
23539 wide false
23540 sideways false
23541 status open
23542
23543 \begin_layout Plain Layout
23544 \begin_inset Caption
23545
23546 \begin_layout Plain Layout
23547 \begin_inset CommandInset label
23548 LatexCommand label
23549 name "tab:encab-al-lado"
23550
23551 \end_inset
23552
23553 Leyenda al lado de una tabla.
23554 \end_layout
23555
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \begin_layout Plain Layout
23562 \begin_inset Tabular
23563 <lyxtabular version="3" rows="4" columns="5">
23564 <features>
23565 <column alignment="center" valignment="top" width="0">
23566 <column alignment="center" valignment="top" width="0">
23567 <column alignment="center" valignment="top" width="0">
23568 <column alignment="center" valignment="top" width="0">
23569 <column alignment="center" valignment="top" width="0">
23570 <row>
23571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575 a
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 b
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611 c
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 </row>
23617 <row>
23618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631 d
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649 e
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 </row>
23664 <row>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 f
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 g
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 h
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 </row>
23711 <row>
23712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 i
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 j
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 </lyxtabular>
23759
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \end_inset
23766
23767
23768 \end_layout
23769
23770 \begin_layout Standard
23771 \begin_inset ERT
23772 status collapsed
23773
23774 \begin_layout Plain Layout
23775
23776
23777 \backslash
23778 TabBesEnd
23779 \end_layout
23780
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \begin_layout Standard
23787 \begin_inset ERT
23788 status collapsed
23789
23790 \begin_layout Plain Layout
23791
23792
23793 \backslash
23794 sidecaptionvpos{figure}{c}
23795 \end_layout
23796
23797 \end_inset
23798
23799
23800 \begin_inset Float figure
23801 wide false
23802 sideways false
23803 status open
23804
23805 \begin_layout Plain Layout
23806 \begin_inset Graphics
23807         filename ../clipart/escher-lsd.eps
23808         scale 75
23809
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \begin_layout Plain Layout
23816 \begin_inset Caption
23817
23818 \begin_layout Plain Layout
23819 \begin_inset CommandInset label
23820 LatexCommand label
23821 name "fig:encab-al-lado-de-fig"
23822
23823 \end_inset
23824
23825 Leyenda centrada verticalmente junto a una figura.
23826 \end_layout
23827
23828 \end_inset
23829
23830
23831 \end_layout
23832
23833 \end_inset
23834
23835
23836 \end_layout
23837
23838 \begin_layout Standard
23839 \begin_inset ERT
23840 status collapsed
23841
23842 \begin_layout Plain Layout
23843
23844
23845 \backslash
23846 FigBesEnd
23847 \end_layout
23848
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \begin_layout Standard
23855 \begin_inset ERT
23856 status collapsed
23857
23858 \begin_layout Plain Layout
23859
23860
23861 \backslash
23862 else
23863 \end_layout
23864
23865 \end_inset
23866
23867
23868 \begin_inset Note Note
23869 status collapsed
23870
23871 \begin_layout Plain Layout
23872 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23873  
23874 \series bold
23875 sidecap
23876 \series default
23877 .
23878 \end_layout
23879
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \begin_layout Standard
23886 Debes instalar el paquete LaTeX 
23887 \series bold
23888 sidecap
23889 \series default
23890  para ver la parte siguiente en la salida.
23891 \end_layout
23892
23893 \begin_layout Standard
23894 \begin_inset ERT
23895 status collapsed
23896
23897 \begin_layout Plain Layout
23898
23899
23900 \backslash
23901 fi
23902 \end_layout
23903
23904 \end_inset
23905
23906
23907 \end_layout
23908
23909 \begin_layout Section
23910 Índice de flotantes
23911 \begin_inset Index
23912 status collapsed
23913
23914 \begin_layout Plain Layout
23915 Flotantes ! Índice de
23916 \end_layout
23917
23918 \end_inset
23919
23920
23921 \end_layout
23922
23923 \begin_layout Standard
23924 Igual que en el índice general se listan las secciones del documento, hay
23925  índices para todos los tipos de flotantes, como las figuras.
23926  Se pueden insertar mediante los submenús 
23927 \family sans
23928 Insertar\SpecialChar \menuseparator
23929 Lista
23930 \begin_inset space \thinspace{}
23931 \end_inset
23932
23933 /
23934 \begin_inset space \thinspace{}
23935 \end_inset
23936
23937 Índice
23938 \family default
23939 .
23940 \end_layout
23941
23942 \begin_layout Standard
23943 Las entradas de los índices son las leyendas del flotante o su título breve,
23944  el número de flotante y el número de la página del documento en la que
23945  aparecen.
23946 \end_layout
23947
23948 \begin_layout Standard
23949 Puedes encontrar los índices de figuras y tablas al final de este documento.
23950 \end_layout
23951
23952 \begin_layout Chapter
23953 Notas
23954 \end_layout
23955
23956 \begin_layout Section
23957 Notas en LyX
23958 \begin_inset Index
23959 status collapsed
23960
23961 \begin_layout Plain Layout
23962 Notas ! en LyX
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \end_layout
23969
23970 \begin_layout Standard
23971 Las notas se insertan con el botón 
23972 \begin_inset Graphics
23973         filename ../../images/note-insert.png
23974         scale 85
23975
23976 \end_inset
23977
23978  o con el menú 
23979 \family sans
23980 Insertar\SpecialChar \menuseparator
23981 Nota
23982 \family default
23983 .
23984  Hay cinco tipos de notas:
23985 \end_layout
23986
23987 \begin_layout Description
23988 Nota
23989 \begin_inset space ~
23990 \end_inset
23991
23992 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23993  Su cuadro se muestra como este:
23994 \begin_inset Newline newline
23995 \end_inset
23996
23997
23998 \begin_inset Newline newline
23999 \end_inset
24000
24001
24002 \begin_inset Graphics
24003         filename clipart/NotaLyXImagenQt4.png
24004         display false
24005         scale 75
24006
24007 \end_inset
24008
24009  
24010 \begin_inset Note Note
24011 status collapsed
24012
24013 \begin_layout Plain Layout
24014 Este es un texto en un recuadro que no se muestra en la salida.
24015 \end_layout
24016
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \begin_layout Description
24023 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24024  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24025 \family sans
24026 Archivo\SpecialChar \menuseparator
24027 Exportar\SpecialChar \menuseparator
24028 LaTeX (pdflatex) / (plain)
24029 \family default
24030 .
24031  Su recuadro se ve así:
24032 \begin_inset Newline newline
24033 \end_inset
24034
24035
24036 \begin_inset Newline newline
24037 \end_inset
24038
24039
24040 \begin_inset Graphics
24041         filename clipart/ComentNotaImagenQt4.png
24042         display false
24043         scale 75
24044
24045 \end_inset
24046
24047  
24048 \begin_inset Note Comment
24049 status collapsed
24050
24051 \begin_layout Plain Layout
24052 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24053 \end_layout
24054
24055 \end_inset
24056
24057
24058 \end_layout
24059
24060 \begin_layout Description
24061 Resaltado
24062 \begin_inset space ~
24063 \end_inset
24064
24065 en
24066 \begin_inset space ~
24067 \end_inset
24068
24069 gris Esta nota aparece en la salida como texto resaltado en gris.
24070  Su recuadro se parece a este:
24071 \begin_inset Newline newline
24072 \end_inset
24073
24074
24075 \begin_inset Newline newline
24076 \end_inset
24077
24078
24079 \begin_inset Graphics
24080         filename clipart/GrisNotaImagenQt4.png
24081         display false
24082         scale 75
24083
24084 \end_inset
24085
24086
24087 \begin_inset Newline newline
24088 \end_inset
24089
24090
24091 \begin_inset ERT
24092 status collapsed
24093
24094 \begin_layout Plain Layout
24095
24096
24097 \backslash
24098 renewenvironment{lyxgreyedout}
24099 \end_layout
24100
24101 \begin_layout Plain Layout
24102
24103 {
24104 \backslash
24105 textcolor[gray]{0.8}
24106 \backslash
24107 bgroup}{
24108 \backslash
24109 egroup}
24110 \end_layout
24111
24112 \end_inset
24113
24114
24115 \begin_inset Note Greyedout
24116 status open
24117
24118 \begin_layout Plain Layout
24119 Este es el texto
24120 \begin_inset Foot
24121 status collapsed
24122
24123 \begin_layout Plain Layout
24124 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24125 \end_layout
24126
24127 \end_inset
24128
24129  de un comentario que se muestra resaltado en gris.
24130 \end_layout
24131
24132 \end_inset
24133
24134
24135 \begin_inset ERT
24136 status collapsed
24137
24138 \begin_layout Plain Layout
24139
24140
24141 \backslash
24142 renewenvironment{lyxgreyedout}
24143 \end_layout
24144
24145 \begin_layout Plain Layout
24146
24147 {
24148 \backslash
24149 textcolor{blue}
24150 \backslash
24151 bgroup}{
24152 \backslash
24153 egroup}
24154 \end_layout
24155
24156 \end_inset
24157
24158
24159 \begin_inset Note Note
24160 status collapsed
24161
24162 \begin_layout Plain Layout
24163 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24164  original de LyX, ya que en el preámbulo de este documento se han redefinido
24165  estas notas para que salgan en azul, como se indica más adelante.
24166 \end_layout
24167
24168 \end_inset
24169
24170
24171 \begin_inset Newline newline
24172 \end_inset
24173
24174
24175 \begin_inset Newline newline
24176 \end_inset
24177
24178 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24179  está un poco sangrada, y por otra parte pueden tener notas al pie.
24180 \end_layout
24181
24182 \begin_layout Standard
24183 \begin_inset VSpace bigskip
24184 \end_inset
24185
24186 Si usas el botón de la barra de herramientas 
24187 \begin_inset Graphics
24188         filename ../../images/note-insert.png
24189         scale 85
24190
24191 \end_inset
24192
24193  para insertar notas, se inserta una 
24194 \family sans
24195 Nota
24196 \begin_inset space ~
24197 \end_inset
24198
24199 LyX
24200 \family default
24201 .
24202  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24203  recuadro.
24204  
24205 \family roman
24206 \series medium
24207 \bar no
24208 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24209  botón de herramienta 
24210 \family sans
24211 \series default
24212 \bar default
24213 Nota
24214 \family default
24215 .
24216  Para cambiar una nota a texto, pulsa la tecla 
24217 \family sans
24218 Retroceso
24219 \family default
24220  cuando el cursor está en la primera posición de una nota, o la tecla 
24221 \family sans
24222 Supr
24223 \family default
24224  cuando el cursor está en la última posición de la nota, respectivamente.
24225 \end_layout
24226
24227 \begin_layout Standard
24228 \begin_inset VSpace bigskip
24229 \end_inset
24230
24231 Se puede cambiar el color del 
24232 \family sans
24233 Resaltado en gris
24234 \family default
24235  poniendo en el preámbulo el comando:
24236 \end_layout
24237
24238 \begin_layout Standard
24239
24240 \series bold
24241
24242 \backslash
24243 renewenvironment{lyxgreyedout}
24244 \begin_inset Newline newline
24245 \end_inset
24246
24247
24248 \begin_inset ERT
24249 status collapsed
24250
24251 \begin_layout Plain Layout
24252
24253
24254 \backslash
24255 hphantom{ }
24256 \end_layout
24257
24258 \end_inset
24259
24260 {
24261 \backslash
24262 textcolor{color}
24263 \backslash
24264 bgroup}{
24265 \backslash
24266 egroup}
24267 \end_layout
24268
24269 \begin_layout Standard
24270 Los colores disponibles y el método para definir nuestros propios colores
24271  se explica en la sección
24272 \begin_inset space ~
24273 \end_inset
24274
24275
24276 \begin_inset CommandInset ref
24277 LatexCommand ref
24278 reference "sec:Tablas-Coloreadas"
24279
24280 \end_inset
24281
24282 .
24283 \end_layout
24284
24285 \begin_layout Standard
24286 Las notas en azul en este documento se han hecho con notas del tipo 
24287 \family sans
24288 Resaltado en gris
24289 \family default
24290  pero definiendo el color del texto en azul.
24291 \end_layout
24292
24293 \begin_layout Section
24294 Notas al pie
24295 \begin_inset CommandInset label
24296 LatexCommand label
24297 name "sec:Notas-al-pie"
24298
24299 \end_inset
24300
24301
24302 \begin_inset Index
24303 status collapsed
24304
24305 \begin_layout Plain Layout
24306 Notas ! al pie
24307 \end_layout
24308
24309 \end_inset
24310
24311
24312 \begin_inset Index
24313 status collapsed
24314
24315 \begin_layout Plain Layout
24316 Notas al pie
24317 \end_layout
24318
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \begin_layout Standard
24325 Las notas al pie se insertan con el botón 
24326 \begin_inset Graphics
24327         filename ../../images/footnote-insert.png
24328         scale 85
24329
24330 \end_inset
24331
24332  o el menú 
24333 \family sans
24334 Insertar\SpecialChar \menuseparator
24335 Nota
24336 \begin_inset space ~
24337 \end_inset
24338
24339 al
24340 \begin_inset space ~
24341 \end_inset
24342
24343 pie
24344 \family default
24345 .
24346  
24347 \family roman
24348 \series medium
24349 \bar no
24350 Aparece un recuadro como este:
24351 \family default
24352 \series default
24353 \bar default
24354  
24355 \begin_inset Graphics
24356         filename clipart/notapieQt4.png
24357         scale 80
24358
24359 \end_inset
24360
24361  
24362 \family roman
24363 \series medium
24364 \bar no
24365 donde puedes introducir el texto.
24366  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24367  sobre el
24368 \family default
24369 \series default
24370 \bar default
24371  
24372 \family roman
24373 \series medium
24374 \bar no
24375 botón
24376 \family default
24377 \series default
24378 \bar default
24379 .
24380  Para cambiar una nota al pie a texto, pulsa la tecla 
24381 \family sans
24382 Retroceso
24383 \family default
24384  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24385  
24386 \family sans
24387 Supr
24388 \family default
24389  cuando el cursor está en la última posición de la nota, respectivamente.
24390 \end_layout
24391
24392 \begin_layout Standard
24393 Aquí hay un ejemplo de nota al pie:
24394 \family roman
24395 \series medium
24396 \bar no
24397
24398 \begin_inset Foot
24399 status collapsed
24400
24401 \begin_layout Plain Layout
24402 \begin_inset CommandInset label
24403 LatexCommand label
24404 name "pie:Esto-es-una"
24405
24406 \end_inset
24407
24408 Ejemplo de nota al pie.
24409 \end_layout
24410
24411 \end_inset
24412
24413
24414 \family default
24415 \series default
24416 \bar default
24417
24418 \begin_inset ERT
24419 status collapsed
24420
24421 \begin_layout Plain Layout
24422
24423
24424 \backslash
24425 newcounter{MyRepeatFoot}
24426 \end_layout
24427
24428 \begin_layout Plain Layout
24429
24430
24431 \backslash
24432 setcounter{MyRepeatFoot}{
24433 \backslash
24434 thefootnote}
24435 \end_layout
24436
24437 \end_inset
24438
24439
24440 \end_layout
24441
24442 \begin_layout Standard
24443 En la salida, el pie se muestra como número voladito en el lugar del texto
24444  donde se coloca el recuadro.
24445  El texto se coloca al final de la página actual.
24446  Los números de las notas son calculados por LaTeX, y son consecutivos.
24447  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24448 \end_layout
24449
24450 \begin_layout Standard
24451 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24452  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24453  se describe en la sección
24454 \begin_inset space ~
24455 \end_inset
24456
24457
24458 \begin_inset CommandInset ref
24459 LatexCommand ref
24460 reference "sec:Referencias-a-Flotantes"
24461
24462 \end_inset
24463
24464 .
24465 \begin_inset Newline newline
24466 \end_inset
24467
24468 Esto es una referencia cruzada a la Nota al pie
24469 \begin_inset space ~
24470 \end_inset
24471
24472
24473 \begin_inset CommandInset ref
24474 LatexCommand ref
24475 reference "pie:Esto-es-una"
24476
24477 \end_inset
24478
24479 .
24480 \end_layout
24481
24482 \begin_layout Standard
24483 \begin_inset VSpace defskip
24484 \end_inset
24485
24486 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
24487 \begin_inset space ~
24488 \end_inset
24489
24490
24491 \begin_inset CommandInset ref
24492 LatexCommand ref
24493 reference "sec:Minipáginas"
24494
24495 \end_inset
24496
24497 .
24498  Los pies en tablas largas en la sección
24499 \begin_inset space ~
24500 \end_inset
24501
24502
24503 \begin_inset CommandInset ref
24504 LatexCommand ref
24505 reference "sub:Notas-al-pie-en-Tablas-Largas"
24506
24507 \end_inset
24508
24509 .
24510 \end_layout
24511
24512 \begin_layout Standard
24513 \begin_inset VSpace defskip
24514 \end_inset
24515
24516 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24517 \series bold
24518
24519 \backslash
24520 footnotemark[número]
24521 \series default
24522  en código TeX.
24523  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24524  no quieres imprimir el pie cada vez.
24525 \begin_inset Newline newline
24526 \end_inset
24527
24528 Como no sabes el número del pie que se repite mientras escribes el texto,
24529  tienes que guardarlo.
24530  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24531  en código TeX detrás de Nota
24532 \begin_inset space ~
24533 \end_inset
24534
24535 al
24536 \begin_inset space ~
24537 \end_inset
24538
24539 pie
24540 \begin_inset space ~
24541 \end_inset
24542
24543
24544 \begin_inset CommandInset ref
24545 LatexCommand ref
24546 reference "pie:Esto-es-una"
24547
24548 \end_inset
24549
24550  para guardar el número de pie:
24551 \end_layout
24552
24553 \begin_layout Standard
24554
24555 \series bold
24556
24557 \backslash
24558 newcounter{MyRepeatFoot}
24559 \begin_inset Newline newline
24560 \end_inset
24561
24562
24563 \backslash
24564 setcounter{MyRepeatFoot}{
24565 \backslash
24566 thefootnote}
24567 \end_layout
24568
24569 \begin_layout Standard
24570 La marca de pie se crea entonces con el comando:
24571 \end_layout
24572
24573 \begin_layout Standard
24574
24575 \series bold
24576
24577 \backslash
24578 footnotemark[
24579 \backslash
24580 theMyRepeatFoot]
24581 \end_layout
24582
24583 \begin_layout Standard
24584 Aquí hay un ejemplo de marca de pie:
24585 \family roman
24586 \series medium
24587 \bar no
24588
24589 \begin_inset ERT
24590 status collapsed
24591
24592 \begin_layout Plain Layout
24593
24594
24595 \backslash
24596 footnotemark[
24597 \backslash
24598 theMyRepeatFoot]
24599 \end_layout
24600
24601 \end_inset
24602
24603
24604 \end_layout
24605
24606 \begin_layout Subsection
24607 Numeración de notas al pie
24608 \begin_inset CommandInset label
24609 LatexCommand label
24610 name "sub:Numeración-de-Notas-al-Pie"
24611
24612 \end_inset
24613
24614
24615 \begin_inset Index
24616 status collapsed
24617
24618 \begin_layout Plain Layout
24619 Notas al pie ! Numeración
24620 \end_layout
24621
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \begin_layout Standard
24628 Para reiniciar el número de pie a 1 en cada sección añade
24629 \family roman
24630  en el preámbulo el comando:
24631 \end_layout
24632
24633 \begin_layout Standard
24634
24635 \series bold
24636
24637 \backslash
24638 @addtoreset{footnote}{section}
24639 \end_layout
24640
24641 \begin_layout Standard
24642 \begin_inset VSpace bigskip
24643 \end_inset
24644
24645 El siguiente comando en el preámbulo cambia el estilo de numeración del
24646  pie a números romanos en minúsculas:
24647 \end_layout
24648
24649 \begin_layout Standard
24650
24651 \series bold
24652
24653 \backslash
24654 renewcommand{
24655 \backslash
24656 thefootnote}{
24657 \backslash
24658 roman{footnote}}
24659 \end_layout
24660
24661 \begin_layout Standard
24662 \begin_inset ERT
24663 status collapsed
24664
24665 \begin_layout Plain Layout
24666
24667
24668 \backslash
24669 renewcommand{
24670 \backslash
24671 thefootnote}{
24672 \backslash
24673 roman{footnote}}
24674 \end_layout
24675
24676 \end_inset
24677
24678  Nota al pie en números romanos:
24679 \begin_inset Foot
24680 status collapsed
24681
24682 \begin_layout Plain Layout
24683 Ejemplo de nota al pie en números romanos.
24684 \end_layout
24685
24686 \end_inset
24687
24688
24689 \begin_inset ERT
24690 status collapsed
24691
24692 \begin_layout Plain Layout
24693
24694
24695 \backslash
24696 renewcommand{
24697 \backslash
24698 thefootnote}{
24699 \backslash
24700 arabic{footnote}}
24701 \end_layout
24702
24703 \end_inset
24704
24705
24706 \end_layout
24707
24708 \begin_layout Standard
24709 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24710  
24711 \series bold
24712
24713 \backslash
24714 roman
24715 \series default
24716  por 
24717 \series bold
24718
24719 \backslash
24720 Roman
24721 \series default
24722 .
24723  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24724 \series bold
24725
24726 \backslash
24727 Alph
24728 \series default
24729  o 
24730 \series bold
24731
24732 \backslash
24733 alph
24734 \series default
24735 , respectivamente.
24736  Para ordenar las notas al pie con símbolos usa 
24737 \series bold
24738
24739 \backslash
24740 fnsymbol
24741 \series default
24742 .
24743 \end_layout
24744
24745 \begin_layout Standard
24746 \begin_inset Note Greyedout
24747 status open
24748
24749 \begin_layout Plain Layout
24750
24751 \series bold
24752 Nota:
24753 \series default
24754  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24755  simples.
24756 \end_layout
24757
24758 \end_inset
24759
24760
24761 \begin_inset Newline newline
24762 \end_inset
24763
24764
24765 \begin_inset Note Greyedout
24766 status open
24767
24768 \begin_layout Plain Layout
24769
24770 \series bold
24771 Nota:
24772 \series default
24773  sólo puedes ordenar hasta 9 pies con símbolos.
24774 \end_layout
24775
24776 \end_inset
24777
24778
24779 \end_layout
24780
24781 \begin_layout Standard
24782 Para volver al estilo de numeración predeterminado cuando has cambiado a
24783  otro estilo, usa 
24784 \series bold
24785
24786 \backslash
24787 arabic
24788 \series default
24789  en vez de 
24790 \series bold
24791
24792 \backslash
24793 roman
24794 \series default
24795  en el comando anterior.
24796 \begin_inset ERT
24797 status collapsed
24798
24799 \begin_layout Plain Layout
24800
24801
24802 \backslash
24803 renewcommand{
24804 \backslash
24805 thefootnote}{
24806 \backslash
24807 arabic{footnote}}
24808 \end_layout
24809
24810 \end_inset
24811
24812
24813 \end_layout
24814
24815 \begin_layout Standard
24816 \begin_inset VSpace bigskip
24817 \end_inset
24818
24819
24820 \end_layout
24821
24822 \begin_layout Standard
24823 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
24824  comando al preámbulo del documento:
24825 \end_layout
24826
24827 \begin_layout Standard
24828
24829 \series bold
24830
24831 \backslash
24832 numberwithin{footnote}{chapter}
24833 \end_layout
24834
24835 \begin_layout Standard
24836 Para poder usar el comando 
24837 \series bold
24838
24839 \backslash
24840 numberwithin
24841 \series default
24842 , marca la opción 
24843 \family sans
24844 Usar
24845 \family default
24846
24847 \begin_inset space ~
24848 \end_inset
24849
24850
24851 \family sans
24852 el
24853 \family default
24854
24855 \begin_inset space ~
24856 \end_inset
24857
24858
24859 \family sans
24860 paquete
24861 \family default
24862
24863 \begin_inset space ~
24864 \end_inset
24865
24866
24867 \family sans
24868 AMS
24869 \family default
24870  en la sección 
24871 \family sans
24872 Opciones para ecuaciones
24873 \family default
24874  de la configuración del documento.
24875 \end_layout
24876
24877 \begin_layout Standard
24878 \begin_inset ERT
24879 status collapsed
24880
24881 \begin_layout Plain Layout
24882
24883
24884 \backslash
24885 numberwithin{footnote}{chapter}
24886 \end_layout
24887
24888 \end_inset
24889
24890 Esto es otro ejemplo de nota al pie:
24891 \series bold
24892
24893 \begin_inset Foot
24894 status collapsed
24895
24896 \begin_layout Plain Layout
24897 Nota al pie numerada en el esquema 
24898 \begin_inset Quotes eld
24899 \end_inset
24900
24901 capítulo.nota
24902 \begin_inset Quotes erd
24903 \end_inset
24904
24905 .
24906 \end_layout
24907
24908 \end_inset
24909
24910
24911 \series default
24912
24913 \begin_inset ERT
24914 status collapsed
24915
24916 \begin_layout Plain Layout
24917
24918
24919 \backslash
24920 renewcommand{
24921 \backslash
24922 thefootnote}{
24923 \backslash
24924 arabic{footnote}}
24925 \end_layout
24926
24927 \end_inset
24928
24929
24930 \end_layout
24931
24932 \begin_layout Standard
24933 \begin_inset Note Greyedout
24934 status open
24935
24936 \begin_layout Plain Layout
24937
24938 \series bold
24939 Nota: 
24940 \backslash
24941 numberwithin 
24942 \series default
24943 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24944  previas para obtener números no arábigos se sobreescriben.
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \begin_layout Standard
24953 Así, para obtener por ejemplo el esquema «capítulo.
24954 \backslash
24955 Roman{footnote}», usa este comando en vez de 
24956 \series bold
24957
24958 \backslash
24959 numberwithin
24960 \series default
24961 :
24962 \end_layout
24963
24964 \begin_layout Standard
24965
24966 \series bold
24967
24968 \backslash
24969 renewcommand{
24970 \backslash
24971 thefootnote}{
24972 \backslash
24973 thechapter.
24974 \backslash
24975 Roman{footnote}}
24976 \end_layout
24977
24978 \begin_layout Subsection
24979 Colocación de notas al pie
24980 \begin_inset Index
24981 status collapsed
24982
24983 \begin_layout Plain Layout
24984 Notas al pie ! Colocación
24985 \end_layout
24986
24987 \end_inset
24988
24989
24990 \end_layout
24991
24992 \begin_layout Standard
24993 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24994  entre ellas al final de la página.
24995  Para hacerlas más legibles puedes añadir 1.5
24996 \begin_inset space \thinspace{}
24997 \end_inset
24998
24999 mm, p.
25000 \begin_inset space \thinspace{}
25001 \end_inset
25002
25003 e., con el comando siguiente en el preámbulo:
25004 \end_layout
25005
25006 \begin_layout Standard
25007
25008 \series bold
25009
25010 \backslash
25011 let
25012 \backslash
25013 myFoot
25014 \backslash
25015 footnote
25016 \begin_inset Newline newline
25017 \end_inset
25018
25019
25020 \backslash
25021 renewcommand{
25022 \backslash
25023 footnote}[1]{
25024 \backslash
25025 myFoot{#1
25026 \backslash
25027 vspace{1.5mm}}}
25028 \end_layout
25029
25030 \begin_layout Standard
25031 \begin_inset VSpace bigskip
25032 \end_inset
25033
25034 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25035  véase la figura
25036 \begin_inset space ~
25037 \end_inset
25038
25039
25040 \begin_inset CommandInset ref
25041 LatexCommand ref
25042 reference "fig:Colocación-standard-del-pie"
25043
25044 \end_inset
25045
25046 .
25047  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25048  en la figura
25049 \begin_inset space ~
25050 \end_inset
25051
25052
25053 \begin_inset CommandInset ref
25054 LatexCommand ref
25055 reference "fig:Colocación-del-pie-en"
25056
25057 \end_inset
25058
25059 , usa el paquete LaTeX 
25060 \series bold
25061 ftnright
25062 \series default
25063
25064 \begin_inset Index
25065 status collapsed
25066
25067 \begin_layout Plain Layout
25068 LaTeX-paquetes ! ftnright
25069 \end_layout
25070
25071 \end_inset
25072
25073  con este comando en el preámbulo:
25074 \end_layout
25075
25076 \begin_layout Standard
25077
25078 \series bold
25079
25080 \backslash
25081 usepackage{ftnright}
25082 \end_layout
25083
25084 \begin_layout Standard
25085 \begin_inset Float figure
25086 placement !h
25087 wide false
25088 sideways false
25089 status open
25090
25091 \begin_layout Plain Layout
25092 \begin_inset ERT
25093 status collapsed
25094
25095 \begin_layout Plain Layout
25096
25097
25098 \backslash
25099 framebox{
25100 \end_layout
25101
25102 \end_inset
25103
25104
25105 \begin_inset Graphics
25106         filename ../clipart/without_fntright.pdf
25107         width 100col%
25108
25109 \end_inset
25110
25111
25112 \begin_inset ERT
25113 status collapsed
25114
25115 \begin_layout Plain Layout
25116
25117 }
25118 \end_layout
25119
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \begin_layout Plain Layout
25126 \begin_inset Caption
25127
25128 \begin_layout Plain Layout
25129 \begin_inset CommandInset label
25130 LatexCommand label
25131 name "fig:Colocación-standard-del-pie"
25132
25133 \end_inset
25134
25135 Colocación estándar de notas al pie en documentos a dos columnas.
25136 \end_layout
25137
25138 \end_inset
25139
25140
25141 \end_layout
25142
25143 \end_inset
25144
25145
25146 \end_layout
25147
25148 \begin_layout Standard
25149 \begin_inset Float figure
25150 placement !h
25151 wide false
25152 sideways false
25153 status open
25154
25155 \begin_layout Plain Layout
25156 \begin_inset ERT
25157 status collapsed
25158
25159 \begin_layout Plain Layout
25160
25161
25162 \backslash
25163 framebox{
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \begin_inset Graphics
25170         filename ../clipart/with_fntright.pdf
25171         width 100col%
25172
25173 \end_inset
25174
25175
25176 \begin_inset ERT
25177 status collapsed
25178
25179 \begin_layout Plain Layout
25180
25181 }
25182 \end_layout
25183
25184 \end_inset
25185
25186
25187 \end_layout
25188
25189 \begin_layout Plain Layout
25190 \begin_inset Caption
25191
25192 \begin_layout Plain Layout
25193 \begin_inset CommandInset label
25194 LatexCommand label
25195 name "fig:Colocación-del-pie-en"
25196
25197 \end_inset
25198
25199 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25200  el paquete LaTeX 
25201 \series bold
25202 ftnright
25203 \series default
25204 .
25205 \end_layout
25206
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Standard
25218 \begin_inset VSpace bigskip
25219 \end_inset
25220
25221 En alguna literatura científica es habitual reunir las notas para imprimirlas
25222  en un párrafo separado al final de la sección, como en la figura
25223 \begin_inset space ~
25224 \end_inset
25225
25226
25227 \begin_inset CommandInset ref
25228 LatexCommand ref
25229 reference "fig:Notas-al-pie-al-final"
25230
25231 \end_inset
25232
25233 .
25234  Para reunir las notas al final
25235 \begin_inset Index
25236 status collapsed
25237
25238 \begin_layout Plain Layout
25239 Notas ! al final
25240 \end_layout
25241
25242 \end_inset
25243
25244  en vez de a pie de página, carga en el menú 
25245 \family sans
25246 Documento\SpecialChar \menuseparator
25247 Configuratión\SpecialChar \menuseparator
25248 Módulos
25249 \family default
25250  el módulo 
25251 \family sans
25252 Pie
25253 \begin_inset space ~
25254 \end_inset
25255
25256 al
25257 \begin_inset space ~
25258 \end_inset
25259
25260 final
25261 \family default
25262 .
25263  Para insertar la colección de notas, escribe el comando
25264 \end_layout
25265
25266 \begin_layout Standard
25267
25268 \series bold
25269
25270 \backslash
25271 theendnotes
25272 \end_layout
25273
25274 \begin_layout Standard
25275 en código TeX al final de una sección o capítulo.
25276 \end_layout
25277
25278 \begin_layout Standard
25279 \begin_inset Float figure
25280 wide false
25281 sideways false
25282 status open
25283
25284 \begin_layout Plain Layout
25285 \align center
25286 \begin_inset ERT
25287 status collapsed
25288
25289 \begin_layout Plain Layout
25290
25291
25292 \backslash
25293 framebox{
25294 \end_layout
25295
25296 \end_inset
25297
25298
25299 \begin_inset Graphics
25300         filename ../clipart/endnotes.pdf
25301
25302 \end_inset
25303
25304
25305 \begin_inset ERT
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309
25310 }
25311 \end_layout
25312
25313 \end_inset
25314
25315
25316 \end_layout
25317
25318 \begin_layout Plain Layout
25319 \begin_inset Caption
25320
25321 \begin_layout Plain Layout
25322 \begin_inset CommandInset label
25323 LatexCommand label
25324 name "fig:Notas-al-pie-al-final"
25325
25326 \end_inset
25327
25328 Notas al final: notas impresas en párrafo separado al final de la sección
25329  o del capítulo.
25330 \end_layout
25331
25332 \end_inset
25333
25334
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \begin_layout Standard
25343 \begin_inset VSpace medskip
25344 \end_inset
25345
25346 La cabecera de párrafo para las notas finales no se traduce automáticamente
25347  al lenguaje del documento, hay que hacerlo manualmente.
25348   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
25349  al español «Notas»:
25350 \end_layout
25351
25352 \begin_layout Standard
25353
25354 \series bold
25355
25356 \backslash
25357 renewcommand{
25358 \backslash
25359 notesname}{Notas}
25360 \end_layout
25361
25362 \begin_layout Standard
25363 \begin_inset VSpace medskip
25364 \end_inset
25365
25366 La numeración de notas finales puede cambiarse como la de las notas al pie,
25367  como se describe en la sección
25368 \begin_inset space ~
25369 \end_inset
25370
25371
25372 \begin_inset CommandInset ref
25373 LatexCommand ref
25374 reference "sub:Numeración-de-Notas-al-Pie"
25375
25376 \end_inset
25377
25378 ; sólo hay que reemplazar el comando 
25379 \series bold
25380
25381 \backslash
25382 thefootnote
25383 \series default
25384  por 
25385 \series bold
25386
25387 \backslash
25388 theendnote
25389 \series default
25390 .
25391  Para restablecer la numeración usa el comando 
25392 \series bold
25393
25394 \backslash
25395 @addtoreset
25396 \series default
25397  como se describe en la sección
25398 \begin_inset space ~
25399 \end_inset
25400
25401
25402 \begin_inset CommandInset ref
25403 LatexCommand ref
25404 reference "sub:Numeración-de-Notas-al-Pie"
25405
25406 \end_inset
25407
25408  y sustituye el parámetro de comando 
25409 \series bold
25410 footnote
25411 \series default
25412  por 
25413 \series bold
25414 endnote
25415 \series default
25416 .
25417 \end_layout
25418
25419 \begin_layout Standard
25420 Para crear sólo una marca para una nota final, usa el comando 
25421 \series bold
25422
25423 \backslash
25424 endnotemark[número]
25425 \series default
25426  similar al comando 
25427 \series bold
25428
25429 \backslash
25430 footnotemark
25431 \series default
25432 , descrito en la sección
25433 \begin_inset space ~
25434 \end_inset
25435
25436
25437 \begin_inset CommandInset ref
25438 LatexCommand ref
25439 reference "sec:Notas-al-pie"
25440
25441 \end_inset
25442
25443 .
25444 \end_layout
25445
25446 \begin_layout Standard
25447 \begin_inset VSpace bigskip
25448 \end_inset
25449
25450 Las notas al pie también pueden colocarse al margen de la página y la alineación
25451  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25452 \series bold
25453 footmisc
25454 \series default
25455
25456 \begin_inset Index
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460 LaTeX-paquetes ! footmisc
25461 \end_layout
25462
25463 \end_inset
25464
25465  
25466 \begin_inset CommandInset citation
25467 LatexCommand cite
25468 key "footmisc"
25469
25470 \end_inset
25471
25472  para más información.
25473 \end_layout
25474
25475 \begin_layout Standard
25476 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25477  
25478 \begin_inset CommandInset citation
25479 LatexCommand cite
25480 key "latexcompanion,latexguide,latexbook"
25481
25482 \end_inset
25483
25484 .
25485 \end_layout
25486
25487 \begin_layout Section
25488 Notas al margen
25489 \begin_inset Index
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493 Notas ! al margen
25494 \end_layout
25495
25496 \end_inset
25497
25498
25499 \end_layout
25500
25501 \begin_layout Standard
25502 Las notas al margen se ven y se comportan en LyX como notas al pie.
25503  Se insertan con el menú 
25504 \family sans
25505 Insertar\SpecialChar \menuseparator
25506 Nota
25507 \begin_inset space ~
25508 \end_inset
25509
25510 al
25511 \begin_inset space ~
25512 \end_inset
25513
25514 margen
25515 \family default
25516  o con el botón 
25517 \begin_inset Graphics
25518         filename ../../images/marginalnote-insert.png
25519         scale 85
25520
25521 \end_inset
25522
25523 .
25524  Aparece un cuadro gris con la etiqueta 
25525 \family roman
25526 \series medium
25527 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25528 \end_layout
25529
25530 \begin_layout Standard
25531 Al lado hay un ejemplo de nota al margen.
25532
25533 \family roman
25534 \series medium
25535  
25536 \begin_inset Marginal
25537 status open
25538
25539 \begin_layout Plain Layout
25540 Esto es una nota al margen.
25541 \end_layout
25542
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \begin_layout Standard
25549 Estas notas salen en el margen derecho en documentos a una cara.
25550  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25551  en páginas pares, derecho en páginas impares—.
25552  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25553  a la derecha si la nota aparece en el margen izquierdo—.
25554  La primera línea de la nota se sitúa en la posición de la línea del texto
25555  en la que se inserta en el documento.
25556 \end_layout
25557
25558 \begin_layout Standard
25559 \begin_inset VSpace bigskip
25560 \end_inset
25561
25562 Para colocar la nota en el margen interno añade el comando
25563 \end_layout
25564
25565 \begin_layout Standard
25566
25567 \series bold
25568
25569 \backslash
25570 reversemarginpar
25571 \end_layout
25572
25573 \begin_layout Standard
25574 en código TeX antes de la nota.
25575  La nueva colocación es válida para todas las siguientes notas al margen.
25576  
25577 \begin_inset ERT
25578 status collapsed
25579
25580 \begin_layout Plain Layout
25581
25582
25583 \backslash
25584 reversemarginpar 
25585 \end_layout
25586
25587 \end_inset
25588
25589
25590 \begin_inset Marginal
25591 status open
25592
25593 \begin_layout Plain Layout
25594 Esto es una nota en el margen interno.
25595 \end_layout
25596
25597 \end_inset
25598
25599
25600 \series bold
25601
25602 \begin_inset Newline newline
25603 \end_inset
25604
25605
25606 \series default
25607
25608 \begin_inset Note Greyedout
25609 status open
25610
25611 \begin_layout Plain Layout
25612
25613 \series bold
25614 Nota:
25615 \series default
25616  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25617  no se mostrará correctamente en la salida.
25618 \end_layout
25619
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \begin_layout Standard
25626 Para volver a la ubicación predeterminada inserta en código TeX el comando
25627 \begin_inset ERT
25628 status collapsed
25629
25630 \begin_layout Plain Layout
25631
25632
25633 \backslash
25634 normalmarginpar 
25635 \end_layout
25636
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \begin_layout Standard
25643
25644 \series bold
25645
25646 \backslash
25647 normalmarginpar
25648 \end_layout
25649
25650 \begin_layout Standard
25651 \begin_inset Note Greyedout
25652 status open
25653
25654 \begin_layout Plain Layout
25655
25656 \series bold
25657 Nota:
25658 \series default
25659  El comando se ignora si en el mismo párrafo está también presente el comando
25660  
25661 \series bold
25662
25663 \backslash
25664 reversemarginpar
25665 \series default
25666 .
25667 \end_layout
25668
25669 \end_inset
25670
25671
25672 \end_layout
25673
25674 \begin_layout Standard
25675 \begin_inset VSpace bigskip
25676 \end_inset
25677
25678
25679 \family roman
25680 \series medium
25681
25682 \begin_inset Marginal
25683 status open
25684
25685 \begin_layout Plain Layout
25686 PalabraMuyLargaAlMargen no partida con guión.
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \family default
25693 \series default
25694  Como en el caso descrito en la sección
25695 \begin_inset space ~
25696 \end_inset
25697
25698
25699 \begin_inset CommandInset ref
25700 LatexCommand ref
25701 reference "sub:Líneas-Múltiples-en"
25702
25703 \end_inset
25704
25705 , una palabra larga no puede partirse con guión cuando es la primera en
25706  la nota al margen.
25707  Para evitar esto, inserta un espacio horizontal de 0
25708 \begin_inset space \thinspace{}
25709 \end_inset
25710
25711 pt antes de la palabra
25712 \family roman
25713 \series medium
25714 .
25715  
25716 \begin_inset Marginal
25717 status open
25718
25719 \begin_layout Plain Layout
25720 \begin_inset ERT
25721 status collapsed
25722
25723 \begin_layout Plain Layout
25724
25725
25726 \backslash
25727 hspace{0pt}
25728 \end_layout
25729
25730 \end_inset
25731
25732 PalabraMuyLargaAlMargen partida con guión.
25733 \end_layout
25734
25735 \end_inset
25736
25737
25738 \end_layout
25739
25740 \begin_layout Standard
25741 \begin_inset VSpace bigskip
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \begin_layout Standard
25748 \begin_inset Note Greyedout
25749 status open
25750
25751 \begin_layout Plain Layout
25752
25753 \series bold
25754 Nota:
25755 \series default
25756  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25757  notas al pie.
25758 \end_layout
25759
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \begin_layout Standard
25766 \begin_inset VSpace bigskip
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \begin_layout Standard
25773 \begin_inset ERT
25774 status collapsed
25775
25776 \begin_layout Plain Layout
25777
25778
25779 \backslash
25780 ifmarginnote
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \begin_inset Note Note
25787 status collapsed
25788
25789 \begin_layout Plain Layout
25790 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25791  LaTeX 
25792 \series bold
25793 marginnote
25794 \series default
25795 .
25796 \end_layout
25797
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \begin_layout Standard
25804 Esta restricción se puede salvar con el paquete LaTeX 
25805 \series bold
25806 marginnote
25807 \series default
25808
25809 \begin_inset Index
25810 status collapsed
25811
25812 \begin_layout Plain Layout
25813 LaTeX-paquetes ! marginnote
25814 \end_layout
25815
25816 \end_inset
25817
25818 .
25819  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25820  notas al margen es redefinido para usar el comando proporcionado por el
25821  paquete 
25822 \series bold
25823 marginnote
25824 \series default
25825 :
25826 \end_layout
25827
25828 \begin_layout Standard
25829
25830 \series bold
25831
25832 \backslash
25833 usepackage{marginnote}
25834 \begin_inset Newline newline
25835 \end_inset
25836
25837
25838 \backslash
25839 let
25840 \backslash
25841 marginpar
25842 \backslash
25843 marginnote
25844 \end_layout
25845
25846 \begin_layout Standard
25847 Esto se ha utilizado en el presente documento porque 
25848 \series bold
25849 marginnote
25850 \series default
25851  tiene una característica adicional útil: Puedes establecer un desplazamiento
25852  vertical a la nota.
25853  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25854  diseño de la página.
25855  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25856  en código TeX
25857 \end_layout
25858
25859 \begin_layout Standard
25860
25861 \series bold
25862 [desplazamiento]
25863 \end_layout
25864
25865 \begin_layout Standard
25866 donde desplazamiento es una longitud en una de las unidades de la tabla
25867 \begin_inset space ~
25868 \end_inset
25869
25870
25871 \begin_inset CommandInset ref
25872 LatexCommand ref
25873 reference "tab:Unidades"
25874
25875 \end_inset
25876
25877 .
25878  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25879  abajo.
25880  
25881 \family roman
25882 \series medium
25883 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25884 \begin_inset space \thinspace{}
25885 \end_inset
25886
25887 cm arriba con el comando en código TeX 
25888 \begin_inset Quotes eld
25889 \end_inset
25890
25891
25892 \family default
25893 \series bold
25894 [-1.5cm]
25895 \family roman
25896 \series medium
25897
25898 \begin_inset Quotes erd
25899 \end_inset
25900
25901
25902 \begin_inset Marginal
25903 status collapsed
25904
25905 \begin_layout Plain Layout
25906 Esta nota está 1.5
25907 \begin_inset space \thinspace{}
25908 \end_inset
25909
25910 cm por encima de su posición original.
25911 \end_layout
25912
25913 \end_inset
25914
25915
25916 \family default
25917 \series default
25918
25919 \begin_inset ERT
25920 status collapsed
25921
25922 \begin_layout Plain Layout
25923
25924 [-1.5cm]
25925 \end_layout
25926
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \begin_layout Standard
25933 \begin_inset VSpace medskip
25934 \end_inset
25935
25936 Con 
25937 \series bold
25938 marginnote
25939 \series default
25940  también puedes cambiar la alineación del texto en el margen.
25941  Por ejemplo los comandos
25942 \end_layout
25943
25944 \begin_layout Standard
25945
25946 \series bold
25947
25948 \backslash
25949 renewcommand*{
25950 \backslash
25951 raggedleftmarginnote}{
25952 \backslash
25953 centering}
25954 \begin_inset Newline newline
25955 \end_inset
25956
25957
25958 \backslash
25959 renewcommand*{
25960 \backslash
25961 raggedrightmarginnote}{
25962 \backslash
25963 centering}
25964 \end_layout
25965
25966 \begin_layout Standard
25967 producen alineación centrada.
25968  
25969 \series bold
25970
25971 \backslash
25972 raggedleftmarginnote
25973 \series default
25974  identifica las notas que aparecen al lado izquierdo.
25975 \family roman
25976 \series medium
25977
25978 \begin_inset ERT
25979 status collapsed
25980
25981 \begin_layout Plain Layout
25982
25983
25984 \backslash
25985 renewcommand*{
25986 \backslash
25987 raggedleftmarginnote}{
25988 \backslash
25989 centering}
25990 \end_layout
25991
25992 \begin_layout Plain Layout
25993
25994
25995 \backslash
25996 renewcommand*{
25997 \backslash
25998 raggedrightmarginnote}{
25999 \backslash
26000 centering}
26001 \end_layout
26002
26003 \end_inset
26004
26005
26006 \begin_inset Marginal
26007 status open
26008
26009 \begin_layout Plain Layout
26010 El texto de esta nota está centrado.
26011 \end_layout
26012
26013 \end_inset
26014
26015
26016 \family default
26017 \series default
26018  El valor predeterminado es 
26019 \end_layout
26020
26021 \begin_layout Standard
26022
26023 \series bold
26024
26025 \backslash
26026 renewcommand*{
26027 \backslash
26028 raggedleftmarginnote}{
26029 \backslash
26030 raggedleft}
26031 \begin_inset Newline newline
26032 \end_inset
26033
26034
26035 \backslash
26036 renewcommand*{
26037 \backslash
26038 raggedrightmarginnote}{
26039 \backslash
26040 raggedright}
26041 \family roman
26042 \series medium
26043
26044 \begin_inset ERT
26045 status collapsed
26046
26047 \begin_layout Plain Layout
26048
26049
26050 \backslash
26051 renewcommand*{
26052 \backslash
26053 raggedleftmarginnote}{
26054 \backslash
26055 raggedleft}
26056 \end_layout
26057
26058 \begin_layout Plain Layout
26059
26060
26061 \backslash
26062 renewcommand*{
26063 \backslash
26064 raggedrightmarginnote}{
26065 \backslash
26066 raggedright}
26067 \end_layout
26068
26069 \end_inset
26070
26071
26072 \end_layout
26073
26074 \begin_layout Standard
26075 \begin_inset VSpace medskip
26076 \end_inset
26077
26078 Para otras características de 
26079 \series bold
26080 marginnote
26081 \series default
26082  mira en su documentación 
26083 \begin_inset CommandInset citation
26084 LatexCommand cite
26085 key "marginnote"
26086
26087 \end_inset
26088
26089 .
26090 \end_layout
26091
26092 \begin_layout Standard
26093 \begin_inset VSpace bigskip
26094 \end_inset
26095
26096 El diseño de las notas al margen puede ser redefinido.
26097  Por ejemplo, para crear una cabecera para todas las notas con el texto
26098  
26099 \begin_inset Quotes eld
26100 \end_inset
26101
26102
26103 \series bold
26104 \bar under
26105 ¡
26106 \family sans
26107 Atención
26108 \family default
26109 !
26110 \series default
26111 \bar default
26112
26113 \begin_inset Quotes erd
26114 \end_inset
26115
26116 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26117 \end_layout
26118
26119 \begin_layout Standard
26120
26121 \series bold
26122
26123 \backslash
26124 let
26125 \backslash
26126 myMarginpar
26127 \backslash
26128 marginpar
26129 \begin_inset Newline newline
26130 \end_inset
26131
26132
26133 \backslash
26134 renewcommand{
26135 \backslash
26136 marginpar}[1]{
26137 \backslash
26138 myMarginpar{%
26139 \begin_inset Newline newline
26140 \end_inset
26141
26142
26143 \begin_inset ERT
26144 status collapsed
26145
26146 \begin_layout Plain Layout
26147
26148
26149 \backslash
26150 hphantom{ }
26151 \end_layout
26152
26153 \end_inset
26154
26155
26156 \backslash
26157 hspace{0pt}
26158 \backslash
26159 textsf{
26160 \backslash
26161 textbf{
26162 \backslash
26163 underbar{¡Atención!}}}%
26164 \begin_inset Newline newline
26165 \end_inset
26166
26167
26168 \begin_inset ERT
26169 status collapsed
26170
26171 \begin_layout Plain Layout
26172
26173
26174 \backslash
26175 hphantom{ }
26176 \end_layout
26177
26178 \end_inset
26179
26180
26181 \backslash
26182 vspace{1.5mm}
26183 \backslash
26184
26185 \backslash
26186 #1}}
26187 \end_layout
26188
26189 \begin_layout Standard
26190
26191 \family roman
26192 \series medium
26193 \begin_inset ERT
26194 status collapsed
26195
26196 \begin_layout Plain Layout
26197
26198
26199 \backslash
26200 let
26201 \backslash
26202 myMarginpar
26203 \backslash
26204 marginpar
26205 \end_layout
26206
26207 \begin_layout Plain Layout
26208
26209
26210 \backslash
26211 renewcommand{
26212 \backslash
26213 marginpar}[1]{
26214 \backslash
26215 myMarginpar{%
26216 \end_layout
26217
26218 \begin_layout Plain Layout
26219
26220    
26221 \backslash
26222 textsf{
26223 \backslash
26224 textbf{
26225 \backslash
26226 underbar{¡Atención!}}}%
26227 \end_layout
26228
26229 \begin_layout Plain Layout
26230
26231    
26232 \backslash
26233 vspace{1.5mm}
26234 \backslash
26235
26236 \backslash
26237 #1}}
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \begin_inset Marginal
26244 status open
26245
26246 \begin_layout Plain Layout
26247 Esta es una nota con una cabecera definida.
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \family default
26254 \series default
26255
26256 \begin_inset ERT
26257 status collapsed
26258
26259 \begin_layout Plain Layout
26260
26261 [-1.5cm]
26262 \end_layout
26263
26264 \end_inset
26265
26266
26267 \family roman
26268 \series medium
26269
26270 \begin_inset ERT
26271 status collapsed
26272
26273 \begin_layout Plain Layout
26274
26275
26276 \backslash
26277 renewcommand{
26278 \backslash
26279 marginpar}[1]{
26280 \backslash
26281 myMarginpar{#1}}
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \family default
26288 \series default
26289
26290 \begin_inset Note Note
26291 status collapsed
26292
26293 \begin_layout Plain Layout
26294 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26295 \end_layout
26296
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \begin_layout Standard
26303 \begin_inset ERT
26304 status collapsed
26305
26306 \begin_layout Plain Layout
26307
26308
26309 \backslash
26310 else
26311 \end_layout
26312
26313 \end_inset
26314
26315
26316 \begin_inset Note Note
26317 status collapsed
26318
26319 \begin_layout Plain Layout
26320 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26321  
26322 \series bold
26323 marginnote
26324 \series default
26325 .
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \begin_layout Standard
26334 Debes instalar el paquete LaTeX 
26335 \series bold
26336 marginnote
26337 \series default
26338  para ver la parte siguiente en la salida.
26339 \end_layout
26340
26341 \begin_layout Standard
26342 \begin_inset ERT
26343 status collapsed
26344
26345 \begin_layout Plain Layout
26346
26347
26348 \backslash
26349 fi
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \end_layout
26356
26357 \begin_layout Chapter
26358 Cuadros
26359 \end_layout
26360
26361 \begin_layout Section
26362 Introducción
26363 \begin_inset Index
26364 status collapsed
26365
26366 \begin_layout Plain Layout
26367 Cuadros ! Introducción
26368 \end_layout
26369
26370 \end_inset
26371
26372
26373 \end_layout
26374
26375 \begin_layout Standard
26376 Los cuadros se emplean para dar formato a bloques de texto.
26377  Se pueden usar para escribir documentos con varios idiomas, véase sección
26378 \begin_inset space ~
26379 \end_inset
26380
26381
26382 \begin_inset CommandInset ref
26383 LatexCommand ref
26384 reference "sec:Minipáginas"
26385
26386 \end_inset
26387
26388 , enmarcar textos, véase sección
26389 \begin_inset space ~
26390 \end_inset
26391
26392
26393 \begin_inset CommandInset ref
26394 LatexCommand ref
26395 reference "sec:Decoración"
26396
26397 \end_inset
26398
26399 , evitar la división de palabras, véase sección
26400 \begin_inset space ~
26401 \end_inset
26402
26403
26404 \begin_inset CommandInset ref
26405 LatexCommand ref
26406 reference "sec:Evitar-la-Partición"
26407
26408 \end_inset
26409
26410 , alinear texto, véase sección
26411 \begin_inset space ~
26412 \end_inset
26413
26414
26415 \begin_inset CommandInset ref
26416 LatexCommand ref
26417 reference "sub:Alineación-Vertical"
26418
26419 \end_inset
26420
26421 , o para poner color de fondo a un texto, véase sección
26422 \begin_inset space ~
26423 \end_inset
26424
26425
26426 \begin_inset CommandInset ref
26427 LatexCommand ref
26428 reference "sec:Cuadros-Coloreados"
26429
26430 \end_inset
26431
26432 .
26433 \end_layout
26434
26435 \begin_layout Standard
26436 Se insertan con el menú 
26437 \family sans
26438 Insertar\SpecialChar \menuseparator
26439 Cuadro
26440 \family default
26441  o con el botón 
26442 \begin_inset Graphics
26443         filename ../../images/box-insert.png
26444         scale 85
26445
26446 \end_inset
26447
26448 .
26449  Surge un recuadro gris con la etiqueta 
26450 \family sans
26451 Cuadro (Minipágina)
26452 \family default
26453
26454 \begin_inset Graphics
26455         filename clipart/CuadroMinipagQt4.png
26456         scale 75
26457         keepAspectRatio
26458
26459 \end_inset
26460
26461 .
26462  El tipo de cuadro se puede elegir al hacer clic derecho sobre él.
26463  Sale un diálogo en el que 
26464 \family sans
26465 Cuadro
26466 \family default
26467
26468 \begin_inset space ~
26469 \end_inset
26470
26471
26472 \family sans
26473 interior
26474 \family default
26475  permite escoger los tipos 
26476 \family sans
26477 Párrafo
26478 \family default
26479  y 
26480 \family sans
26481 Minipágina
26482 \family default
26483 .
26484  
26485 \family sans
26486 Minipágina
26487 \family default
26488  es el predeterminado para nuevos cuadros y se explica en la sección
26489 \begin_inset space ~
26490 \end_inset
26491
26492
26493 \begin_inset CommandInset ref
26494 LatexCommand ref
26495 reference "sec:Minipáginas"
26496
26497 \end_inset
26498
26499 ; el tipo 
26500 \family sans
26501 Párrafo
26502 \family default
26503  se describe en la sección
26504 \begin_inset space ~
26505 \end_inset
26506
26507
26508 \begin_inset CommandInset ref
26509 LatexCommand ref
26510 reference "sec:Cuadros-de-Párrafo"
26511
26512 \end_inset
26513
26514 .
26515 \end_layout
26516
26517 \begin_layout Standard
26518 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26519  flotantes o las notas al pie.
26520 \end_layout
26521
26522 \begin_layout Standard
26523 \begin_inset Note Greyedout
26524 status open
26525
26526 \begin_layout Plain Layout
26527
26528 \series bold
26529 Nota:
26530 \series default
26531  Los cuadros no deben ser el ítem en un entorno 
26532 \family sans
26533 Enumeración*
26534 \family default
26535  o 
26536 \family sans
26537 Descripción
26538 \family default
26539 .
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \begin_layout Standard
26548 \begin_inset Note Greyedout
26549 status open
26550
26551 \begin_layout Plain Layout
26552
26553 \series bold
26554 Nota:
26555 \series default
26556  Por razones desconocidas sólo se puede poner el tipo 
26557 \family sans
26558 Cuadro
26559 \begin_inset space ~
26560 \end_inset
26561
26562 interior
26563 \family default
26564  en 
26565 \family sans
26566 Ninguno
26567 \family default
26568  cuando se emplea un cuadro enmarcado.
26569  Los cuadros sin ningún tipo de 
26570 \family sans
26571 Cuadro
26572 \begin_inset space ~
26573 \end_inset
26574
26575 interior
26576 \family default
26577  y sin marcos se explican en la sección
26578 \begin_inset space ~
26579 \end_inset
26580
26581
26582 \begin_inset CommandInset ref
26583 LatexCommand ref
26584 reference "sec:Evitar-la-Partición"
26585
26586 \end_inset
26587
26588 .
26589 \end_layout
26590
26591 \end_inset
26592
26593
26594 \end_layout
26595
26596 \begin_layout Section
26597 Diálogo de cuadros
26598 \begin_inset CommandInset label
26599 LatexCommand label
26600 name "sec:Diálogo-Cuadros"
26601
26602 \end_inset
26603
26604
26605 \begin_inset Index
26606 status collapsed
26607
26608 \begin_layout Plain Layout
26609 Cuadros ! Configuración
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \begin_layout Subsection
26618 Tamaño
26619 \begin_inset Index
26620 status collapsed
26621
26622 \begin_layout Plain Layout
26623 Cuadros ! Tamaño
26624 \end_layout
26625
26626 \end_inset
26627
26628
26629 \end_layout
26630
26631 \begin_layout Standard
26632 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26633 \family sans
26634 Ancho
26635 \family default
26636  y 
26637 \family sans
26638 Alto
26639 \family default
26640 .
26641  Las unidades disponibles para la geometría se describen en la tabla
26642 \begin_inset space ~
26643 \end_inset
26644
26645
26646 \begin_inset CommandInset ref
26647 LatexCommand ref
26648 reference "tab:Unidades"
26649
26650 \end_inset
26651
26652 .
26653  El campo 
26654 \family sans
26655 Alto
26656 \family default
26657  ofrece los siguientes tamaños adicionales:
26658 \end_layout
26659
26660 \begin_layout Description
26661 Profundidad Este es el texto plano «alto».
26662  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26663  cuadro:
26664 \begin_inset Newline newline
26665 \end_inset
26666
26667
26668 \begin_inset Newline newline
26669 \end_inset
26670
26671
26672 \begin_inset Newline newline
26673 \end_inset
26674
26675
26676 \begin_inset Box Boxed
26677 position "c"
26678 hor_pos "c"
26679 has_inner_box 1
26680 inner_pos "c"
26681 use_parbox 0
26682 width "12col%"
26683 special "none"
26684 height "1in"
26685 height_special "depth"
26686 status open
26687
26688 \begin_layout Plain Layout
26689 \align center
26690 Cuadro con altura establecida en 1
26691 \begin_inset space \thinspace{}
26692 \end_inset
26693
26694 Profundidad
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \begin_inset Newline newline
26701 \end_inset
26702
26703
26704 \begin_inset Newline newline
26705 \end_inset
26706
26707
26708 \end_layout
26709
26710 \begin_layout Description
26711 Alto Es la altura del texto que está dentro del cuadro.
26712  Un valor de, p.
26713 \begin_inset space \thinspace{}
26714 \end_inset
26715
26716 e.
26717 \begin_inset space ~
26718 \end_inset
26719
26720 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26721  
26722 \begin_inset Box Boxed
26723 position "c"
26724 hor_pos "c"
26725 has_inner_box 1
26726 inner_pos "c"
26727 use_parbox 0
26728 width "20col%"
26729 special "none"
26730 height "2in"
26731 height_special "height"
26732 status open
26733
26734 \begin_layout Plain Layout
26735 \align center
26736 Cuadro con altura puesta en 2
26737 \begin_inset space \thinspace{}
26738 \end_inset
26739
26740 Alto
26741 \end_layout
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \begin_layout Description
26749 Alto
26750 \begin_inset space ~
26751 \end_inset
26752
26753 total Esto es el Alto
26754 \begin_inset space \thinspace{}
26755 \end_inset
26756
26757 +
26758 \begin_inset space \thinspace{}
26759 \end_inset
26760
26761 Profundidad: 
26762 \begin_inset Box Boxed
26763 position "c"
26764 hor_pos "c"
26765 has_inner_box 1
26766 inner_pos "c"
26767 use_parbox 0
26768 width "20col%"
26769 special "none"
26770 height "1in"
26771 height_special "totalheight"
26772 status open
26773
26774 \begin_layout Plain Layout
26775 \align center
26776 Cuadro con altura puesta a 1
26777 \begin_inset space \thinspace{}
26778 \end_inset
26779
26780 Alto
26781 \begin_inset space ~
26782 \end_inset
26783
26784 total
26785 \end_layout
26786
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \begin_layout Description
26793 Ancho Esto determina al ancho del cuadro como altura: 
26794 \begin_inset Box Boxed
26795 position "c"
26796 hor_pos "c"
26797 has_inner_box 1
26798 inner_pos "c"
26799 use_parbox 0
26800 width "12col%"
26801 special "none"
26802 height "1in"
26803 height_special "width"
26804 status open
26805
26806 \begin_layout Plain Layout
26807 \align center
26808 Cuadro con altura puesta en 1
26809 \begin_inset space \thinspace{}
26810 \end_inset
26811
26812 Ancho
26813 \end_layout
26814
26815 \end_inset
26816
26817
26818 \end_layout
26819
26820 \begin_layout Subsection
26821 Alineación
26822 \begin_inset Index
26823 status collapsed
26824
26825 \begin_layout Plain Layout
26826 Cuadros ! Alineación
26827 \end_layout
26828
26829 \end_inset
26830
26831
26832 \end_layout
26833
26834 \begin_layout Standard
26835 Si has elegido un 
26836 \family sans
26837 Cuadro
26838 \begin_inset space ~
26839 \end_inset
26840
26841 interior
26842 \family default
26843 , la alineación vertical del cuadro puede ser:
26844 \end_layout
26845
26846 \begin_layout Description
26847 Superior Ejemplo de línea de texto.
26848  
26849 \begin_inset Box Boxed
26850 position "t"
26851 hor_pos "c"
26852 has_inner_box 1
26853 inner_pos "c"
26854 use_parbox 0
26855 width "12col%"
26856 special "none"
26857 height "1in"
26858 height_special "totalheight"
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862 \align center
26863 Cuadro alineado arriba.
26864 \end_layout
26865
26866 \end_inset
26867
26868  Ejemplo de línea de texto.
26869 \end_layout
26870
26871 \begin_layout Description
26872 Medio Ejemplo de línea de texto.
26873  
26874 \begin_inset Box Boxed
26875 position "c"
26876 hor_pos "c"
26877 has_inner_box 1
26878 inner_pos "c"
26879 use_parbox 0
26880 width "12col%"
26881 special "none"
26882 height "1in"
26883 height_special "totalheight"
26884 status collapsed
26885
26886 \begin_layout Plain Layout
26887 \align center
26888 Cuadro alineado en medio.
26889 \end_layout
26890
26891 \end_inset
26892
26893  Ejemplo de línea de texto.
26894 \end_layout
26895
26896 \begin_layout Description
26897 Inferior Ejemplo de línea de texto.
26898  
26899 \begin_inset Box Boxed
26900 position "b"
26901 hor_pos "c"
26902 has_inner_box 1
26903 inner_pos "c"
26904 use_parbox 0
26905 width "12col%"
26906 special "none"
26907 height "1in"
26908 height_special "totalheight"
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912 \align center
26913 Cuadro alineado abajo.
26914 \end_layout
26915
26916 \end_inset
26917
26918  Ejemplo de línea de texto.
26919 \end_layout
26920
26921 \begin_layout Standard
26922 \begin_inset Note Greyedout
26923 status open
26924
26925 \begin_layout Plain Layout
26926
26927 \series bold
26928 Nota:
26929 \series default
26930  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26931  en una línea y, p.
26932 \begin_inset space \thinspace{}
26933 \end_inset
26934
26935 e., uno de ellos tiene sombreado y el otro no.
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \end_layout
26942
26943 \begin_layout Standard
26944 La alineación horizontal del cuadro puede establecerse en el diálogo de
26945  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26946 \end_layout
26947
26948 \begin_layout Standard
26949 \begin_inset VSpace bigskip
26950 \end_inset
26951
26952 Si has escogido un 
26953 \family sans
26954 Cuadro
26955 \begin_inset space ~
26956 \end_inset
26957
26958 interior
26959 \family default
26960 , el contenido puede alinearse verticalmente a:
26961 \end_layout
26962
26963 \begin_layout Description
26964 Superior Ejemplo de línea de texto.
26965  
26966 \begin_inset Box Boxed
26967 position "c"
26968 hor_pos "c"
26969 has_inner_box 1
26970 inner_pos "t"
26971 use_parbox 0
26972 width "12col%"
26973 special "none"
26974 height "1.5in"
26975 height_special "totalheight"
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979 \align center
26980 Cuadro con texto alineado arriba.
26981 \end_layout
26982
26983 \end_inset
26984
26985  Ejemplo de línea de texto.
26986 \end_layout
26987
26988 \begin_layout Description
26989 Medio Ejemplo de línea de texto.
26990  
26991 \begin_inset Box Boxed
26992 position "c"
26993 hor_pos "c"
26994 has_inner_box 1
26995 inner_pos "c"
26996 use_parbox 0
26997 width "12col%"
26998 special "none"
26999 height "1.5in"
27000 height_special "totalheight"
27001 status collapsed
27002
27003 \begin_layout Plain Layout
27004 \align center
27005 Cuadro con texto alineado en medio.
27006 \end_layout
27007
27008 \end_inset
27009
27010  Ejemplo de línea de texto.
27011 \end_layout
27012
27013 \begin_layout Description
27014 Inferior Ejemplo de línea de texto.
27015  
27016 \begin_inset Box Boxed
27017 position "c"
27018 hor_pos "c"
27019 has_inner_box 1
27020 inner_pos "b"
27021 use_parbox 0
27022 width "12col%"
27023 special "none"
27024 height "1.5in"
27025 height_special "totalheight"
27026 status collapsed
27027
27028 \begin_layout Plain Layout
27029 \align center
27030 Cuadro con texto alineado abajo.
27031 \end_layout
27032
27033 \end_inset
27034
27035  Ejemplo de línea de texto.
27036 \end_layout
27037
27038 \begin_layout Description
27039 Estirado Ejemplo de línea de texto.
27040  
27041 \begin_inset Box Boxed
27042 position "c"
27043 hor_pos "c"
27044 has_inner_box 1
27045 inner_pos "s"
27046 use_parbox 0
27047 width "12col%"
27048 special "none"
27049 height "1.5in"
27050 height_special "totalheight"
27051 status collapsed
27052
27053 \begin_layout Plain Layout
27054 \align center
27055 Este texto
27056 \end_layout
27057
27058 \begin_layout Plain Layout
27059 \align center
27060 está
27061 \end_layout
27062
27063 \begin_layout Plain Layout
27064 \align center
27065 estirado.
27066 \end_layout
27067
27068 \end_inset
27069
27070  Ejemplo de línea de texto.
27071 \end_layout
27072
27073 \begin_layout Standard
27074 Para estirar el contenido debe tener más de un párrafo.
27075  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27076 \end_layout
27077
27078 \begin_layout Standard
27079 \begin_inset VSpace bigskip
27080 \end_inset
27081
27082 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27083  LyX cuando hayas escogido un 
27084 \family sans
27085 Cuadro
27086 \begin_inset space ~
27087 \end_inset
27088
27089 interior
27090 \family default
27091 .
27092 \end_layout
27093
27094 \begin_layout Standard
27095 \align center
27096 \begin_inset Box Boxed
27097 position "c"
27098 hor_pos "c"
27099 has_inner_box 1
27100 inner_pos "s"
27101 use_parbox 0
27102 width "15col%"
27103 special "none"
27104 height "1.25in"
27105 height_special "totalheight"
27106 status collapsed
27107
27108 \begin_layout Plain Layout
27109 \align left
27110 Cuadro
27111 \end_layout
27112
27113 \begin_layout Plain Layout
27114 \align center
27115 con texto
27116 \end_layout
27117
27118 \begin_layout Plain Layout
27119 \align right
27120 estirado
27121 \end_layout
27122
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \begin_layout Standard
27129 Si no has establecido un 
27130 \family sans
27131 Cuadro
27132 \begin_inset space ~
27133 \end_inset
27134
27135 interior
27136 \family default
27137 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27138  cuadro.
27139 \end_layout
27140
27141 \begin_layout Standard
27142 \align center
27143 \begin_inset Box Boxed
27144 position "c"
27145 hor_pos "s"
27146 has_inner_box 0
27147 inner_pos "s"
27148 use_parbox 0
27149 width "90col%"
27150 special "none"
27151 height "1.25in"
27152 height_special "totalheight"
27153 status collapsed
27154
27155 \begin_layout Plain Layout
27156 \align left
27157 Texto estirado horizontalmente.
27158 \end_layout
27159
27160 \end_inset
27161
27162
27163 \end_layout
27164
27165 \begin_layout Subsection
27166 Decoración
27167 \begin_inset CommandInset label
27168 LatexCommand label
27169 name "sec:Decoración"
27170
27171 \end_inset
27172
27173
27174 \begin_inset Index
27175 status collapsed
27176
27177 \begin_layout Plain Layout
27178 Cuadros ! Decoración
27179 \end_layout
27180
27181 \end_inset
27182
27183
27184 \end_layout
27185
27186 \begin_layout Standard
27187 El estilo de marco del cuadro se puede determinar en la lista desplegable
27188  
27189 \family sans
27190 Tipo
27191 \family default
27192  del diálogo de cuadros.
27193  Son posibles los siguientes marcos:
27194 \end_layout
27195
27196 \begin_layout Description
27197 Marco
27198 \begin_inset space ~
27199 \end_inset
27200
27201 sencillo Dibuja un marco rectangular alrededor del cuadro.
27202  El grosor del marco depende de 
27203 \series bold
27204
27205 \backslash
27206 fboxrule
27207 \series default
27208 .
27209  
27210 \begin_inset Box Boxed
27211 position "c"
27212 hor_pos "c"
27213 has_inner_box 1
27214 inner_pos "c"
27215 use_parbox 0
27216 width "25col%"
27217 special "none"
27218 height "1in"
27219 height_special "totalheight"
27220 status open
27221
27222 \begin_layout Plain Layout
27223 \align center
27224 Cuadro rectangular
27225 \end_layout
27226
27227 \end_inset
27228
27229
27230 \end_layout
27231
27232 \begin_layout Description
27233 Marco
27234 \begin_inset space ~
27235 \end_inset
27236
27237 sencillo
27238 \begin_inset space ~
27239 \end_inset
27240
27241 con
27242 \begin_inset space ~
27243 \end_inset
27244
27245 salto
27246 \begin_inset space ~
27247 \end_inset
27248
27249 de
27250 \begin_inset space ~
27251 \end_inset
27252
27253 página Si usas la decoración 
27254 \family sans
27255 marco sencillo rectangular
27256 \family default
27257  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
27258  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
27259  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
27260  propio y 
27261 \series bold
27262
27263 \backslash
27264 fboxrule
27265 \series default
27266  y 
27267 \series bold
27268
27269 \backslash
27270 fboxsep
27271 \series default
27272  no funcionan.
27273  El grosor del marco tiene el tamaño de 
27274 \series bold
27275
27276 \backslash
27277 FrameRule
27278 \series default
27279 .
27280 \begin_inset Box Framed
27281 position "t"
27282 hor_pos "c"
27283 has_inner_box 0
27284 inner_pos "t"
27285 use_parbox 0
27286 width "100col%"
27287 special "none"
27288 height "1in"
27289 height_special "totalheight"
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293 Cuadro que permite saltos de página
27294 \end_layout
27295
27296 \end_inset
27297
27298
27299 \end_layout
27300
27301 \begin_layout Description
27302 Marco
27303 \begin_inset space ~
27304 \end_inset
27305
27306 ovalado,
27307 \begin_inset space ~
27308 \end_inset
27309
27310 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27311 \begin_inset space \thinspace{}
27312 \end_inset
27313
27314 pt.
27315  
27316 \begin_inset Box ovalbox
27317 position "c"
27318 hor_pos "c"
27319 has_inner_box 1
27320 inner_pos "c"
27321 use_parbox 0
27322 width "25col%"
27323 special "none"
27324 height "1in"
27325 height_special "totalheight"
27326 status open
27327
27328 \begin_layout Plain Layout
27329 \align center
27330 Marco ovalado, fino
27331 \end_layout
27332
27333 \end_inset
27334
27335
27336 \end_layout
27337
27338 \begin_layout Description
27339 Marco
27340 \begin_inset space ~
27341 \end_inset
27342
27343 ovalado,
27344 \begin_inset space ~
27345 \end_inset
27346
27347 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27348 \begin_inset space \thinspace{}
27349 \end_inset
27350
27351 pt.
27352  
27353 \begin_inset Box Ovalbox
27354 position "c"
27355 hor_pos "c"
27356 has_inner_box 1
27357 inner_pos "c"
27358 use_parbox 0
27359 width "30col%"
27360 special "none"
27361 height "1in"
27362 height_special "totalheight"
27363 status open
27364
27365 \begin_layout Plain Layout
27366 \align center
27367 Cuadro ovalado, grueso
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \begin_layout Description
27376 Marco
27377 \begin_inset space ~
27378 \end_inset
27379
27380 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
27381  El grosor de la línea tiene el tamaño dado por 
27382 \series bold
27383
27384 \backslash
27385 fboxrule
27386 \series default
27387 , la sombra tiene una anchura de 4
27388 \begin_inset space \thinspace{}
27389 \end_inset
27390
27391 pt.
27392  
27393 \begin_inset Box Shadowbox
27394 position "c"
27395 hor_pos "c"
27396 has_inner_box 1
27397 inner_pos "c"
27398 use_parbox 0
27399 width "20col%"
27400 special "none"
27401 height "1in"
27402 height_special "totalheight"
27403 status open
27404
27405 \begin_layout Plain Layout
27406 \align center
27407 Marco sombrado
27408 \end_layout
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \begin_layout Description
27416 Fondo
27417 \begin_inset space ~
27418 \end_inset
27419
27420 sombreado Dibuja un cuadro con fondo de color rojo.
27421  A diferencia de los cuadros coloreados,
27422 \begin_inset Foot
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426 véase sec.
27427  
27428 \begin_inset CommandInset ref
27429 LatexCommand ref
27430 reference "sec:Cuadros-Coloreados"
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \end_inset
27438
27439  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
27440 \begin_inset Box Shaded
27441 position "t"
27442 hor_pos "c"
27443 has_inner_box 0
27444 inner_pos "t"
27445 use_parbox 0
27446 width "50col%"
27447 special "none"
27448 height "1in"
27449 height_special "totalheight"
27450 status open
27451
27452 \begin_layout Plain Layout
27453 Cuadro con fondo sombreado
27454 \end_layout
27455
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \begin_layout Description
27462 Marco
27463 \begin_inset space ~
27464 \end_inset
27465
27466 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27467  El grosor de la línea interior es 0.75
27468 \begin_inset space \thinspace{}
27469 \end_inset
27470
27471
27472 \series bold
27473
27474 \backslash
27475 fboxrule
27476 \series default
27477 , el de la línea exterior es 1.5
27478 \begin_inset space \thinspace{}
27479 \end_inset
27480
27481
27482 \series bold
27483
27484 \backslash
27485 fboxrule
27486 \series default
27487 .
27488  La distancia entre líneas es 1.5
27489 \begin_inset space \thinspace{}
27490 \end_inset
27491
27492
27493 \series bold
27494
27495 \backslash
27496 fboxrule
27497 \series default
27498
27499 \begin_inset space \thinspace{}
27500 \end_inset
27501
27502 +
27503 \begin_inset space \thinspace{}
27504 \end_inset
27505
27506 0.5
27507 \begin_inset space \thinspace{}
27508 \end_inset
27509
27510 pt.
27511  
27512 \begin_inset Box Doublebox
27513 position "c"
27514 hor_pos "c"
27515 has_inner_box 1
27516 inner_pos "c"
27517 use_parbox 0
27518 width "20col%"
27519 special "none"
27520 height "1in"
27521 height_special "totalheight"
27522 status open
27523
27524 \begin_layout Plain Layout
27525 \align center
27526 Marco doble
27527 \end_layout
27528
27529 \end_inset
27530
27531
27532 \end_layout
27533
27534 \begin_layout Standard
27535 \begin_inset VSpace bigskip
27536 \end_inset
27537
27538 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27539  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27540  LaTeX 
27541 \series bold
27542 fancybox
27543 \series default
27544
27545 \begin_inset Index
27546 status collapsed
27547
27548 \begin_layout Plain Layout
27549 LaTeX-paquetes ! fancybox
27550 \end_layout
27551
27552 \end_inset
27553
27554 .
27555 \end_layout
27556
27557 \begin_layout Section
27558 Personalización de cuadros
27559 \begin_inset Index
27560 status collapsed
27561
27562 \begin_layout Plain Layout
27563 Cuadros ! Personalizar
27564 \end_layout
27565
27566 \end_inset
27567
27568
27569 \end_layout
27570
27571 \begin_layout Standard
27572 El valor predeterminado por 
27573 \series bold
27574
27575 \backslash
27576 fboxrule
27577 \series default
27578  es 0.4
27579 \begin_inset space \thinspace{}
27580 \end_inset
27581
27582 pt.
27583  Puede cambiarse con el siguiente comando en código TeX, p.
27584 \begin_inset space \thinspace{}
27585 \end_inset
27586
27587 e.
27588 \begin_inset space ~
27589 \end_inset
27590
27591 a
27592 \begin_inset space ~
27593 \end_inset
27594
27595 2
27596 \begin_inset space \thinspace{}
27597 \end_inset
27598
27599 pt:
27600 \end_layout
27601
27602 \begin_layout Standard
27603
27604 \series bold
27605
27606 \backslash
27607 setlength{
27608 \backslash
27609 fboxrule}{2pt}
27610 \end_layout
27611
27612 \begin_layout Standard
27613 \begin_inset ERT
27614 status collapsed
27615
27616 \begin_layout Plain Layout
27617
27618
27619 \backslash
27620 setlength{
27621 \backslash
27622 fboxrule}{2pt}
27623 \end_layout
27624
27625 \end_inset
27626
27627
27628 \begin_inset Box Boxed
27629 position "c"
27630 hor_pos "c"
27631 has_inner_box 1
27632 inner_pos "c"
27633 use_parbox 0
27634 width "25col%"
27635 special "none"
27636 height "1in"
27637 height_special "totalheight"
27638 status open
27639
27640 \begin_layout Plain Layout
27641 \align center
27642 Cuadro rectangular con 
27643 \series bold
27644
27645 \backslash
27646 fboxrule
27647 \series default
27648
27649 \begin_inset space \thinspace{}
27650 \end_inset
27651
27652 =
27653 \begin_inset space \thinspace{}
27654 \end_inset
27655
27656 2
27657 \begin_inset space \thinspace{}
27658 \end_inset
27659
27660 pt
27661 \end_layout
27662
27663 \end_inset
27664
27665
27666 \begin_inset ERT
27667 status collapsed
27668
27669 \begin_layout Plain Layout
27670
27671
27672 \backslash
27673 setlength{
27674 \backslash
27675 fboxrule}{0.4pt}
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \begin_layout Standard
27684 \begin_inset VSpace bigskip
27685 \end_inset
27686
27687 El espacio entre el marco y el contenido del cuadro es 3
27688 \begin_inset space \thinspace{}
27689 \end_inset
27690
27691 pt por omisión para todos los estilos.
27692  Se puede cambiar mediante la longitud 
27693 \series bold
27694
27695 \backslash
27696 fboxsep
27697 \series default
27698 .
27699  Por ejemplo el comando
27700 \end_layout
27701
27702 \begin_layout Standard
27703
27704 \series bold
27705
27706 \backslash
27707 setlength{
27708 \backslash
27709 fboxsep}{10pt}
27710 \end_layout
27711
27712 \begin_layout Standard
27713 determina un valor de 10
27714 \begin_inset space \thinspace{}
27715 \end_inset
27716
27717 pt, como en el siguiente cuadro:
27718 \end_layout
27719
27720 \begin_layout Standard
27721 \begin_inset ERT
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725
27726
27727 \backslash
27728 setlength{
27729 \backslash
27730 fboxsep}{10pt}
27731 \end_layout
27732
27733 \end_inset
27734
27735
27736 \begin_inset Box Boxed
27737 position "c"
27738 hor_pos "c"
27739 has_inner_box 1
27740 inner_pos "c"
27741 use_parbox 0
27742 width "25col%"
27743 special "none"
27744 height "1in"
27745 height_special "totalheight"
27746 status open
27747
27748 \begin_layout Plain Layout
27749 \align center
27750 Cuadro rectangular con 
27751 \series bold
27752
27753 \backslash
27754 fboxsep
27755 \series default
27756
27757 \begin_inset space \thinspace{}
27758 \end_inset
27759
27760 =
27761 \begin_inset space \thinspace{}
27762 \end_inset
27763
27764 10
27765 \begin_inset space \thinspace{}
27766 \end_inset
27767
27768 pt
27769 \end_layout
27770
27771 \end_inset
27772
27773
27774 \begin_inset ERT
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778
27779
27780 \backslash
27781 setlength{
27782 \backslash
27783 fboxsep}{3pt}
27784 \end_layout
27785
27786 \end_inset
27787
27788
27789 \end_layout
27790
27791 \begin_layout Standard
27792 \begin_inset VSpace bigskip
27793 \end_inset
27794
27795 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27796  el comando 
27797 \series bold
27798
27799 \backslash
27800 cornersize
27801 \series default
27802 .
27803  El comando
27804 \end_layout
27805
27806 \begin_layout Standard
27807
27808 \series bold
27809
27810 \backslash
27811 cornersize*{1cm}
27812 \end_layout
27813
27814 \begin_layout Standard
27815 establece un diámetro de 1
27816 \begin_inset space \thinspace{}
27817 \end_inset
27818
27819 cm.
27820  El comando
27821 \end_layout
27822
27823 \begin_layout Standard
27824
27825 \series bold
27826
27827 \backslash
27828 cornersize{num}
27829 \end_layout
27830
27831 \begin_layout Standard
27832 fija el diámetro en 
27833 \family sans
27834 num
27835 \begin_inset space \thinspace{}
27836 \end_inset
27837
27838 ×
27839 \begin_inset space \thinspace{}
27840 \end_inset
27841
27842 mínimo
27843 \family default
27844  
27845 \family sans
27846 (ancho y alto del cuadro)
27847 \family default
27848 .
27849  Por omisión es 
27850 \series bold
27851
27852 \backslash
27853 cornersize{0.5}
27854 \series default
27855 .
27856 \end_layout
27857
27858 \begin_layout Standard
27859 \begin_inset ERT
27860 status collapsed
27861
27862 \begin_layout Plain Layout
27863
27864
27865 \backslash
27866 cornersize*{1.5cm}
27867 \end_layout
27868
27869 \end_inset
27870
27871
27872 \begin_inset Box Ovalbox
27873 position "c"
27874 hor_pos "c"
27875 has_inner_box 1
27876 inner_pos "c"
27877 use_parbox 0
27878 width "28col%"
27879 special "none"
27880 height "1in"
27881 height_special "totalheight"
27882 status open
27883
27884 \begin_layout Plain Layout
27885 \align center
27886 Cuadro ovalado con 
27887 \series bold
27888
27889 \backslash
27890 cornersize
27891 \series default
27892
27893 \begin_inset space \thinspace{}
27894 \end_inset
27895
27896 =
27897 \begin_inset space \thinspace{}
27898 \end_inset
27899
27900 1.5
27901 \begin_inset space \thinspace{}
27902 \end_inset
27903
27904 cm
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \begin_inset ERT
27911 status collapsed
27912
27913 \begin_layout Plain Layout
27914
27915
27916 \backslash
27917 cornersize{0.5}
27918 \end_layout
27919
27920 \end_inset
27921
27922
27923 \end_layout
27924
27925 \begin_layout Standard
27926 \begin_inset VSpace bigskip
27927 \end_inset
27928
27929 El tamaño de la sombra se puede ajustar cambiando la longitud 
27930 \series bold
27931
27932 \backslash
27933 shadowsize
27934 \series default
27935 .
27936  Este comando la ajusta a 2
27937 \begin_inset space \thinspace{}
27938 \end_inset
27939
27940 pt en el cuadro siguiente:
27941 \end_layout
27942
27943 \begin_layout Standard
27944
27945 \series bold
27946
27947 \backslash
27948 setlength{
27949 \backslash
27950 shadowsize}{2pt}
27951 \end_layout
27952
27953 \begin_layout Standard
27954 \begin_inset ERT
27955 status collapsed
27956
27957 \begin_layout Plain Layout
27958
27959
27960 \backslash
27961 setlength{
27962 \backslash
27963 shadowsize}{2pt}
27964 \end_layout
27965
27966 \end_inset
27967
27968
27969 \begin_inset Box Shadowbox
27970 position "c"
27971 hor_pos "c"
27972 has_inner_box 1
27973 inner_pos "c"
27974 use_parbox 0
27975 width "28col%"
27976 special "none"
27977 height "1in"
27978 height_special "totalheight"
27979 status open
27980
27981 \begin_layout Plain Layout
27982 \align center
27983 Cuadro sombreado con 
27984 \series bold
27985
27986 \backslash
27987 shadowsize
27988 \series default
27989
27990 \begin_inset space \thinspace{}
27991 \end_inset
27992
27993 =
27994 \begin_inset space \thinspace{}
27995 \end_inset
27996
27997 2
27998 \begin_inset space \thinspace{}
27999 \end_inset
28000
28001 pt
28002 \end_layout
28003
28004 \end_inset
28005
28006
28007 \begin_inset ERT
28008 status collapsed
28009
28010 \begin_layout Plain Layout
28011
28012
28013 \backslash
28014 setlength{
28015 \backslash
28016 shadowsize}{4pt}
28017 \end_layout
28018
28019 \end_inset
28020
28021
28022 \end_layout
28023
28024 \begin_layout Standard
28025 \begin_inset VSpace bigskip
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \begin_layout Standard
28032 Por omisión, el tamaño 
28033 \series bold
28034
28035 \backslash
28036 FrameRule
28037 \series default
28038  es 0,4
28039 \begin_inset space \thinspace{}
28040 \end_inset
28041
28042 pt.
28043  El espacio por omisión entre el contenido de la nota y el marco es 9
28044 \begin_inset space \thinspace{}
28045 \end_inset
28046
28047 pt; puede cambiarse con el valor de 
28048 \series bold
28049
28050 \backslash
28051 FrameSep
28052 \series default
28053 .
28054  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28055  en código TeX
28056 \end_layout
28057
28058 \begin_layout Standard
28059
28060 \series bold
28061
28062 \backslash
28063 setlength{
28064 \backslash
28065 FrameRule}{5pt}
28066 \begin_inset Newline newline
28067 \end_inset
28068
28069
28070 \backslash
28071 setlength{
28072 \backslash
28073 FrameSep}{0.5cm}
28074 \end_layout
28075
28076 \begin_layout Standard
28077 \begin_inset ERT
28078 status collapsed
28079
28080 \begin_layout Plain Layout
28081
28082
28083 \backslash
28084 setlength{
28085 \backslash
28086 FrameRule}{5pt}
28087 \end_layout
28088
28089 \begin_layout Plain Layout
28090
28091
28092 \backslash
28093 setlength{
28094 \backslash
28095 FrameSep}{0.5cm}
28096 \end_layout
28097
28098 \end_inset
28099
28100
28101 \begin_inset Box Framed
28102 position "t"
28103 hor_pos "c"
28104 has_inner_box 0
28105 inner_pos "t"
28106 use_parbox 0
28107 width "100col%"
28108 special "none"
28109 height "1in"
28110 height_special "totalheight"
28111 status open
28112
28113 \begin_layout Plain Layout
28114 Texto en un 
28115 \family sans
28116 marco
28117 \begin_inset space ~
28118 \end_inset
28119
28120 sencillo
28121 \begin_inset space ~
28122 \end_inset
28123
28124 con
28125 \begin_inset space ~
28126 \end_inset
28127
28128 salto
28129 \begin_inset space ~
28130 \end_inset
28131
28132 de
28133 \begin_inset space ~
28134 \end_inset
28135
28136 página
28137 \family default
28138 .
28139 \end_layout
28140
28141 \end_inset
28142
28143
28144 \begin_inset ERT
28145 status collapsed
28146
28147 \begin_layout Plain Layout
28148
28149
28150 \backslash
28151 setlength{
28152 \backslash
28153 FrameRule}{0.4pt}
28154 \end_layout
28155
28156 \begin_layout Plain Layout
28157
28158
28159 \backslash
28160 setlength{
28161 \backslash
28162 FrameSep}{9pt}
28163 \end_layout
28164
28165 \end_inset
28166
28167
28168 \end_layout
28169
28170 \begin_layout Standard
28171 \begin_inset VSpace bigskip
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \begin_layout Standard
28178 Para los cuadros con 
28179 \family sans
28180 fondo
28181 \begin_inset space ~
28182 \end_inset
28183
28184 sombreado
28185 \family default
28186  el espacio por omisión entre el contenido y el marco es 3
28187 \begin_inset space \thinspace{}
28188 \end_inset
28189
28190 pt; se puede cambiar con el valor de 
28191 \series bold
28192
28193 \backslash
28194 fboxsep
28195 \series default
28196 .
28197  El color rojo predeterminado se puede cambiar en el sitio con el comando
28198  
28199 \series bold
28200
28201 \backslash
28202 definecolor{shadebox}
28203 \series default
28204  o globalmente con el menú 
28205 \family sans
28206 Herramientas
28207 \family default
28208 \SpecialChar \menuseparator
28209
28210 \family sans
28211 Preferencias
28212 \family default
28213 \SpecialChar \menuseparator
28214
28215 \family sans
28216 Colores
28217 \family default
28218 \SpecialChar \menuseparator
28219
28220 \family sans
28221 cuadro
28222 \begin_inset space ~
28223 \end_inset
28224
28225 sombreado
28226 \family default
28227 .
28228  El esquema del comando 
28229 \series bold
28230
28231 \backslash
28232 definecolor
28233 \series default
28234  se explica en la sección
28235 \begin_inset space ~
28236 \end_inset
28237
28238
28239 \begin_inset CommandInset ref
28240 LatexCommand ref
28241 reference "sec:Tablas-Coloreadas"
28242
28243 \end_inset
28244
28245 .
28246 \begin_inset Foot
28247 status collapsed
28248
28249 \begin_layout Plain Layout
28250 El comando 
28251 \series bold
28252
28253 \backslash
28254 definecolor
28255 \series default
28256  requiere el paquete LaTeX 
28257 \series bold
28258 color
28259 \series default
28260  en el preámbulo, véase la sección
28261 \begin_inset space ~
28262 \end_inset
28263
28264
28265 \begin_inset CommandInset ref
28266 LatexCommand ref
28267 reference "sec:Cuadros-Coloreados"
28268
28269 \end_inset
28270
28271 .
28272 \end_layout
28273
28274 \end_inset
28275
28276  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28277 \end_layout
28278
28279 \begin_layout Standard
28280
28281 \series bold
28282
28283 \backslash
28284 setlength{
28285 \backslash
28286 fboxsep}{0.5cm}
28287 \series default
28288
28289 \begin_inset Newline newline
28290 \end_inset
28291
28292
28293 \series bold
28294
28295 \backslash
28296 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28297 \end_layout
28298
28299 \begin_layout Standard
28300 \begin_inset ERT
28301 status collapsed
28302
28303 \begin_layout Plain Layout
28304
28305
28306 \backslash
28307 setlength{
28308 \backslash
28309 fboxsep}{0.5cm}
28310 \end_layout
28311
28312 \begin_layout Plain Layout
28313
28314
28315 \backslash
28316 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28317 \end_layout
28318
28319 \end_inset
28320
28321
28322 \begin_inset Box Shaded
28323 position "t"
28324 hor_pos "c"
28325 has_inner_box 0
28326 inner_pos "t"
28327 use_parbox 0
28328 width "100col%"
28329 special "none"
28330 height "1in"
28331 height_special "totalheight"
28332 status open
28333
28334 \begin_layout Plain Layout
28335
28336 \color yellow
28337 Texto amarillo en un cuadro con 
28338 \family sans
28339 fondo sombreado 
28340 \family default
28341  en color verde oscuro.
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \begin_inset ERT
28348 status collapsed
28349
28350 \begin_layout Plain Layout
28351
28352
28353 \backslash
28354 setlength{
28355 \backslash
28356 fboxsep}{3pt}
28357 \end_layout
28358
28359 \begin_layout Plain Layout
28360
28361
28362 \backslash
28363 definecolor{shadecolor}{rgb}{1,0,0}
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \end_layout
28370
28371 \begin_layout Standard
28372 \begin_inset VSpace bigskip
28373 \end_inset
28374
28375 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28376  a los comandos.
28377 \end_layout
28378
28379 \begin_layout Section
28380 Minipáginas
28381 \begin_inset CommandInset label
28382 LatexCommand label
28383 name "sec:Minipáginas"
28384
28385 \end_inset
28386
28387
28388 \begin_inset Index
28389 status collapsed
28390
28391 \begin_layout Plain Layout
28392 Cuadros ! Minipáginas
28393 \end_layout
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \begin_layout Standard
28401 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28402  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28403 \end_layout
28404
28405 \begin_layout Standard
28406 Las minipáginas son útiles para escribir documentos en distintas lenguas.
28407 \end_layout
28408
28409 \begin_layout Standard
28410 A continuación hay dos ejemplos de minipáginas adosadas.
28411  Su anchura está puesta en 45
28412 \begin_inset space \thinspace{}
28413 \end_inset
28414
28415 % y separadas por un relleno horizontal, insertado vía el menú 
28416 \family sans
28417 Insertar\SpecialChar \menuseparator
28418 Formato\SpecialChar \menuseparator
28419 Relleno
28420 \begin_inset space ~
28421 \end_inset
28422
28423 horizontal
28424 \family default
28425 .
28426 \end_layout
28427
28428 \begin_layout Standard
28429 \begin_inset Box Frameless
28430 position "t"
28431 hor_pos "c"
28432 has_inner_box 1
28433 inner_pos "c"
28434 use_parbox 0
28435 width "45col%"
28436 special "none"
28437 height "1in"
28438 height_special "totalheight"
28439 status open
28440
28441 \begin_layout Plain Layout
28442
28443 \lang german
28444 Dies ist ein deutscher Text.
28445  Dies ist ein deutscher Text.
28446  Dies ist ein deutscher Text.
28447  Dies ist ein deutscher Text.
28448  Dies ist ein deutscher Text.
28449  Dies ist ein deutscher Text.
28450  Dies ist ein deutscher Text.
28451  Dies ist ein deutscher Text.
28452  Dies ist ein deutscher Text.
28453  Dies ist ein deutscher Text.
28454  Dies ist ein deutscher Text.
28455  Dies ist ein deutscher Text.
28456  Dies ist ein deutscher Text
28457 \begin_inset Foot
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461
28462 \lang german
28463 Dies ist eine deutsche Fußnote.
28464 \end_layout
28465
28466 \end_inset
28467
28468 .
28469  Dies ist ein deutscher Text.
28470  Dies ist ein deutscher Text.
28471 \end_layout
28472
28473 \end_inset
28474
28475
28476 \begin_inset space \hfill{}
28477 \end_inset
28478
28479
28480 \begin_inset Box Frameless
28481 position "t"
28482 hor_pos "c"
28483 has_inner_box 1
28484 inner_pos "c"
28485 use_parbox 0
28486 width "45col%"
28487 special "none"
28488 height "1in"
28489 height_special "totalheight"
28490 status open
28491
28492 \begin_layout Plain Layout
28493
28494 \lang english
28495 This is an English Text.
28496  This is an English Text.
28497  This is an English Text.
28498  This is an English Text.
28499  This is an English Text.
28500  This is an English Text.
28501  This is an English Text.
28502  This is an English Text.
28503  This is an English Text.
28504  This is an English Text.
28505  This is an English Text.
28506  This is an English Text.
28507  This is an English Text.
28508  This is an English Text.
28509  This is an English Text.
28510  This is an English Text.
28511 \begin_inset Foot
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515
28516 \lang english
28517 This is an English footnote.
28518 \end_layout
28519
28520 \end_inset
28521
28522  This is an English Text.
28523  
28524 \end_layout
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \begin_layout Standard
28532 \begin_inset VSpace bigskip
28533 \end_inset
28534
28535 Otra aplicación de los cuadros son las notas al pie en tablas.
28536  Debido a una restricción de LaTeX las notas al pie en tablas no aparecen
28537  al final de la página actual.
28538  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28539  en la parte inferior, ordenadas con letras.
28540  La ordenación de las notas al pie se restablece en cada minipágina pero
28541  no fuera de las minipáginas.
28542 \end_layout
28543
28544 \begin_layout Standard
28545 La nota al pie en esta tabla no aparece: 
28546 \begin_inset Tabular
28547 <lyxtabular version="3" rows="3" columns="4">
28548 <features>
28549 <column alignment="center" valignment="top" width="0pt">
28550 <column alignment="center" valignment="top" width="0pt">
28551 <column alignment="center" valignment="top" width="0pt">
28552 <column alignment="center" valignment="top" width="0pt">
28553 <row>
28554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28555 \begin_inset Text
28556
28557 \begin_layout Plain Layout
28558 1
28559 \end_layout
28560
28561 \end_inset
28562 </cell>
28563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28564 \begin_inset Text
28565
28566 \begin_layout Plain Layout
28567 2
28568 \end_layout
28569
28570 \end_inset
28571 </cell>
28572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28573 \begin_inset Text
28574
28575 \begin_layout Plain Layout
28576 3
28577 \begin_inset Foot
28578 status collapsed
28579
28580 \begin_layout Plain Layout
28581 Nota al pie en una tabla.
28582 \end_layout
28583
28584 \end_inset
28585
28586
28587 \end_layout
28588
28589 \end_inset
28590 </cell>
28591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28592 \begin_inset Text
28593
28594 \begin_layout Plain Layout
28595 4
28596 \end_layout
28597
28598 \end_inset
28599 </cell>
28600 </row>
28601 <row>
28602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28603 \begin_inset Text
28604
28605 \begin_layout Plain Layout
28606 a
28607 \end_layout
28608
28609 \end_inset
28610 </cell>
28611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28612 \begin_inset Text
28613
28614 \begin_layout Plain Layout
28615 b
28616 \end_layout
28617
28618 \end_inset
28619 </cell>
28620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28621 \begin_inset Text
28622
28623 \begin_layout Plain Layout
28624 c
28625 \end_layout
28626
28627 \end_inset
28628 </cell>
28629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28630 \begin_inset Text
28631
28632 \begin_layout Plain Layout
28633 d
28634 \end_layout
28635
28636 \end_inset
28637 </cell>
28638 </row>
28639 <row>
28640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28641 \begin_inset Text
28642
28643 \begin_layout Plain Layout
28644 e
28645 \end_layout
28646
28647 \end_inset
28648 </cell>
28649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28650 \begin_inset Text
28651
28652 \begin_layout Plain Layout
28653 f
28654 \end_layout
28655
28656 \end_inset
28657 </cell>
28658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28659 \begin_inset Text
28660
28661 \begin_layout Plain Layout
28662 g
28663 \end_layout
28664
28665 \end_inset
28666 </cell>
28667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28668 \begin_inset Text
28669
28670 \begin_layout Plain Layout
28671 h
28672 \end_layout
28673
28674 \end_inset
28675 </cell>
28676 </row>
28677 </lyxtabular>
28678
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \begin_layout Standard
28685 \align center
28686 \begin_inset Box Frameless
28687 position "t"
28688 hor_pos "c"
28689 has_inner_box 1
28690 inner_pos "c"
28691 use_parbox 0
28692 width "30col%"
28693 special "none"
28694 height "1in"
28695 height_special "totalheight"
28696 status open
28697
28698 \begin_layout Plain Layout
28699 \align center
28700 \begin_inset Tabular
28701 <lyxtabular version="3" rows="3" columns="4">
28702 <features>
28703 <column alignment="center" valignment="top" width="0pt">
28704 <column alignment="center" valignment="top" width="0pt">
28705 <column alignment="center" valignment="top" width="0pt">
28706 <column alignment="center" valignment="top" width="0pt">
28707 <row>
28708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28709 \begin_inset Text
28710
28711 \begin_layout Plain Layout
28712 1
28713 \end_layout
28714
28715 \end_inset
28716 </cell>
28717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28718 \begin_inset Text
28719
28720 \begin_layout Plain Layout
28721 2
28722 \end_layout
28723
28724 \end_inset
28725 </cell>
28726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28727 \begin_inset Text
28728
28729 \begin_layout Plain Layout
28730 3
28731 \begin_inset Foot
28732 status collapsed
28733
28734 \begin_layout Plain Layout
28735 Nota al pie en una tabla..
28736 \end_layout
28737
28738 \end_inset
28739
28740
28741 \end_layout
28742
28743 \end_inset
28744 </cell>
28745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28746 \begin_inset Text
28747
28748 \begin_layout Plain Layout
28749 4
28750 \end_layout
28751
28752 \end_inset
28753 </cell>
28754 </row>
28755 <row>
28756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28757 \begin_inset Text
28758
28759 \begin_layout Plain Layout
28760 a
28761 \end_layout
28762
28763 \end_inset
28764 </cell>
28765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28766 \begin_inset Text
28767
28768 \begin_layout Plain Layout
28769 b
28770 \end_layout
28771
28772 \end_inset
28773 </cell>
28774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28775 \begin_inset Text
28776
28777 \begin_layout Plain Layout
28778 c
28779 \end_layout
28780
28781 \end_inset
28782 </cell>
28783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28784 \begin_inset Text
28785
28786 \begin_layout Plain Layout
28787 d
28788 \end_layout
28789
28790 \end_inset
28791 </cell>
28792 </row>
28793 <row>
28794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28795 \begin_inset Text
28796
28797 \begin_layout Plain Layout
28798 e
28799 \end_layout
28800
28801 \end_inset
28802 </cell>
28803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28804 \begin_inset Text
28805
28806 \begin_layout Plain Layout
28807 f
28808 \end_layout
28809
28810 \end_inset
28811 </cell>
28812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28813 \begin_inset Text
28814
28815 \begin_layout Plain Layout
28816 g
28817 \end_layout
28818
28819 \end_inset
28820 </cell>
28821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28822 \begin_inset Text
28823
28824 \begin_layout Plain Layout
28825 h
28826 \end_layout
28827
28828 \end_inset
28829 </cell>
28830 </row>
28831 </lyxtabular>
28832
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Standard
28844 \begin_inset VSpace bigskip
28845 \end_inset
28846
28847 La configuración global de párrafos se ignora en las minipáginas.
28848  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28849  pongas p.
28850 \begin_inset space \thinspace{}
28851 \end_inset
28852
28853 e.
28854 \begin_inset space ~
28855 \end_inset
28856
28857
28858 \family sans
28859 Salto
28860 \begin_inset space ~
28861 \end_inset
28862
28863 medio
28864 \family default
28865  en la configuración del documento.
28866 \end_layout
28867
28868 \begin_layout Standard
28869 Las minipáginas también sirven para poner un color de fondo para partes
28870  de texto, véase sección
28871 \begin_inset space ~
28872 \end_inset
28873
28874
28875 \begin_inset CommandInset ref
28876 LatexCommand ref
28877 reference "sub:Color-en-Párrafos"
28878
28879 \end_inset
28880
28881 .
28882 \end_layout
28883
28884 \begin_layout Standard
28885 \begin_inset Note Greyedout
28886 status open
28887
28888 \begin_layout Plain Layout
28889
28890 \series bold
28891 Nota:
28892 \series default
28893  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28894  tener minipáginas en tablas, flotantes, y otros cuadros.
28895 \end_layout
28896
28897 \end_inset
28898
28899
28900 \end_layout
28901
28902 \begin_layout Section
28903 Cuadros de párrafo
28904 \begin_inset CommandInset label
28905 LatexCommand label
28906 name "sec:Cuadros-de-Párrafo"
28907
28908 \end_inset
28909
28910
28911 \begin_inset Index
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915 Cuadros ! de párrafo
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \begin_layout Standard
28924 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28925  de que no pueden contener notas al pie.
28926   La diferencia principal es que las minipáginas no son verdaderos cuadros
28927  sino entornos de LaTeX.
28928 \end_layout
28929
28930 \begin_layout Standard
28931 \align center
28932 \begin_inset Box Frameless
28933 position "t"
28934 hor_pos "c"
28935 has_inner_box 1
28936 inner_pos "t"
28937 use_parbox 1
28938 width "33col%"
28939 special "none"
28940 height "1in"
28941 height_special "totalheight"
28942 status collapsed
28943
28944 \begin_layout Plain Layout
28945 Texto en un cuadro de párrafo.
28946  Texto en un cuadro de párrafo.
28947  Esta nota no aparece:
28948 \begin_inset Foot
28949 status collapsed
28950
28951 \begin_layout Plain Layout
28952 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28953 \end_layout
28954
28955 \end_inset
28956
28957
28958 \end_layout
28959
28960 \end_inset
28961
28962
28963 \end_layout
28964
28965 \begin_layout Section
28966 Cuadros para palabras y caracteres
28967 \begin_inset Index
28968 status collapsed
28969
28970 \begin_layout Plain Layout
28971 Cuadros ! para palabras y caracteres
28972 \end_layout
28973
28974 \end_inset
28975
28976
28977 \end_layout
28978
28979 \begin_layout Subsection
28980 Evitar la partición de palabras
28981 \begin_inset CommandInset label
28982 LatexCommand label
28983 name "sec:Evitar-la-Partición"
28984
28985 \end_inset
28986
28987
28988 \begin_inset Index
28989 status collapsed
28990
28991 \begin_layout Plain Layout
28992 Cuadros ! para evitar la partición de palabras
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Standard
29001 Hay un tipo especial de cuadro para impedir que una palabra sea partida
29002  con guión.
29003 \begin_inset Newline newline
29004 \end_inset
29005
29006 He aquí un ejemplo:
29007 \end_layout
29008
29009 \begin_layout Standard
29010 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29011 palabra».
29012 \end_layout
29013
29014 \begin_layout Standard
29015 Para evitar su división usa el comando
29016 \end_layout
29017
29018 \begin_layout Standard
29019
29020 \series bold
29021
29022 \backslash
29023 mbox{
29024 \end_layout
29025
29026 \begin_layout Standard
29027 en código TeX antes de la palabra.
29028  Tras ella inserta una llave de cierre «
29029 \series bold
29030 }
29031 \series default
29032 » en código TeX.
29033 \end_layout
29034
29035 \begin_layout Standard
29036 Este es el resultado:
29037 \end_layout
29038
29039 \begin_layout Standard
29040 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29041 \begin_inset ERT
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045
29046
29047 \backslash
29048 mbox{
29049 \end_layout
29050
29051 \end_inset
29052
29053 «estalarguísimapalabra».
29054 \begin_inset ERT
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058
29059 }
29060 \end_layout
29061
29062 \end_inset
29063
29064
29065 \end_layout
29066
29067 \begin_layout Standard
29068 Como alternativa puedes poner el comando «
29069 \series bold
29070
29071 \backslash
29072 -
29073 \series default
29074 » en código TeX directamente antes de la palabra:
29075 \end_layout
29076
29077 \begin_layout Standard
29078 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29079 \begin_inset ERT
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083
29084
29085 \backslash
29086 -
29087 \end_layout
29088
29089 \end_inset
29090
29091 estalarguísimapalabra».
29092 \end_layout
29093
29094 \begin_layout Standard
29095 Por supuesto, la palabra sobresale del margen.
29096  Para evitarlo añade, con el menú 
29097 \family sans
29098 Insertar\SpecialChar \menuseparator
29099 Formato\SpecialChar \menuseparator
29100 Salto
29101 \begin_inset space ~
29102 \end_inset
29103
29104 de
29105 \begin_inset space ~
29106 \end_inset
29107
29108
29109 \family default
29110 línea (atajo 
29111 \family sans
29112 Ctrl+Retorno
29113 \family default
29114 ), un salto de línea antes de la palabra:
29115 \end_layout
29116
29117 \begin_layout Standard
29118 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29119 \begin_inset Newline newline
29120 \end_inset
29121
29122
29123 \begin_inset ERT
29124 status collapsed
29125
29126 \begin_layout Plain Layout
29127
29128
29129 \backslash
29130 mbox{
29131 \end_layout
29132
29133 \end_inset
29134
29135 «estalarguísimapalabra».
29136 \begin_inset ERT
29137 status collapsed
29138
29139 \begin_layout Plain Layout
29140
29141 }
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Subsection
29150 Alineación vertical
29151 \begin_inset CommandInset label
29152 LatexCommand label
29153 name "sub:Alineación-Vertical"
29154
29155 \end_inset
29156
29157
29158 \begin_inset Index
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 Cuadros ! para alineación vertical
29163 \end_layout
29164
29165 \end_inset
29166
29167
29168 \end_layout
29169
29170 \begin_layout Standard
29171 Con ayuda del comando 
29172 \series bold
29173
29174 \backslash
29175 raisebox
29176 \series default
29177  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29178  
29179 \series bold
29180
29181 \backslash
29182 raisebox
29183 \series default
29184  se utiliza según el esquema:
29185 \end_layout
29186
29187 \begin_layout Standard
29188
29189 \series bold
29190
29191 \backslash
29192 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29193 \end_layout
29194
29195 \begin_layout Standard
29196 La elevación puede ser un valor positivo para subir el cuadro o negativo
29197  para bajarlo.
29198 \end_layout
29199
29200 \begin_layout Standard
29201 Para alinear una palabra, p.
29202 \begin_inset space \thinspace{}
29203 \end_inset
29204
29205 e
29206 \begin_inset space ~
29207 \end_inset
29208
29209 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29210  en la línea de base, inserta el comando
29211 \end_layout
29212
29213 \begin_layout Standard
29214
29215 \series bold
29216
29217 \backslash
29218 raisebox{
29219 \backslash
29220 depth}{
29221 \end_layout
29222
29223 \begin_layout Standard
29224 en código TeX antes de la palabra.
29225  Detrás de la palabra inserta una llave de cierre «
29226 \series bold
29227 }
29228 \series default
29229 » en código TeX.
29230 \begin_inset Newline newline
29231 \end_inset
29232
29233 Este es el resultado:
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Esto es una línea de texto con la palabra 
29238 \begin_inset ERT
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242
29243
29244 \backslash
29245 raisebox{
29246 \backslash
29247 depth}{
29248 \end_layout
29249
29250 \end_inset
29251
29252 «prevención»
29253 \begin_inset ERT
29254 status collapsed
29255
29256 \begin_layout Plain Layout
29257
29258 }
29259 \end_layout
29260
29261 \end_inset
29262
29263  elevada.
29264 \end_layout
29265
29266 \begin_layout Standard
29267 \begin_inset VSpace bigskip
29268 \end_inset
29269
29270 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29271 \end_layout
29272
29273 \begin_layout Standard
29274 Esto es una línea de texto con la palabra 
29275 \begin_inset ERT
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279
29280
29281 \backslash
29282 raisebox{-
29283 \backslash
29284 depth}{
29285 \end_layout
29286
29287 \end_inset
29288
29289 «prevención»
29290 \begin_inset ERT
29291 status collapsed
29292
29293 \begin_layout Plain Layout
29294
29295 }
29296 \end_layout
29297
29298 \end_inset
29299
29300  bajada.
29301 \begin_inset Newline newline
29302 \end_inset
29303
29304 Esto es una línea de texto con la palabra 
29305 \begin_inset ERT
29306 status collapsed
29307
29308 \begin_layout Plain Layout
29309
29310
29311 \backslash
29312 raisebox{0.5cm}{
29313 \end_layout
29314
29315 \end_inset
29316
29317 «testigo»
29318 \begin_inset ERT
29319 status collapsed
29320
29321 \begin_layout Plain Layout
29322
29323 }
29324 \end_layout
29325
29326 \end_inset
29327
29328  elevada.
29329 \end_layout
29330
29331 \begin_layout Standard
29332 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29333  Por ejemplo
29334 \end_layout
29335
29336 \begin_layout Standard
29337
29338 \series bold
29339
29340 \backslash
29341 raisebox{-
29342 \backslash
29343 depth}[0pt]{
29344 \end_layout
29345
29346 \begin_layout Standard
29347 Esto es una línea de texto con la palabra 
29348 \begin_inset ERT
29349 status collapsed
29350
29351 \begin_layout Plain Layout
29352
29353
29354 \backslash
29355 raisebox{-
29356 \backslash
29357 depth}[0pt]{
29358 \end_layout
29359
29360 \end_inset
29361
29362 «prevención»
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368 }
29369 \end_layout
29370
29371 \end_inset
29372
29373  bajada.
29374 \begin_inset Newline newline
29375 \end_inset
29376
29377 Esto es una línea de texto con la palabra 
29378 \begin_inset ERT
29379 status collapsed
29380
29381 \begin_layout Plain Layout
29382
29383
29384 \backslash
29385 raisebox{0.5cm}[0pt]{
29386 \end_layout
29387
29388 \end_inset
29389
29390 «testigo»
29391 \begin_inset ERT
29392 status collapsed
29393
29394 \begin_layout Plain Layout
29395
29396 }
29397 \end_layout
29398
29399 \end_inset
29400
29401  elevada.
29402 \end_layout
29403
29404 \begin_layout Section
29405 Cuadros coloreados
29406 \begin_inset CommandInset label
29407 LatexCommand label
29408 name "sec:Cuadros-Coloreados"
29409
29410 \end_inset
29411
29412
29413 \begin_inset Index
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417 Cuadros ! Color
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \end_layout
29424
29425 \begin_layout Subsection
29426 Color en texto
29427 \begin_inset Index
29428 status collapsed
29429
29430 \begin_layout Plain Layout
29431 Color ! en texto
29432 \end_layout
29433
29434 \end_inset
29435
29436
29437 \end_layout
29438
29439 \begin_layout Standard
29440 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29441  Esto requiere cargar el paquete LaTeX 
29442 \series bold
29443 color
29444 \series default
29445
29446 \begin_inset Index
29447 status collapsed
29448
29449 \begin_layout Plain Layout
29450 LaTeX-paquetes ! color
29451 \end_layout
29452
29453 \end_inset
29454
29455  en el preámbulo del documento con
29456 \end_layout
29457
29458 \begin_layout Standard
29459
29460 \series bold
29461
29462 \backslash
29463 @ifundef\SpecialChar \textcompwordmark{}
29464 ined{textcolor}
29465 \begin_inset Newline newline
29466 \end_inset
29467
29468
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 hphantom{ }
29477 \end_layout
29478
29479 \end_inset
29480
29481 {
29482 \backslash
29483 usepackage{color}}{}
29484 \end_layout
29485
29486 \begin_layout Standard
29487 LyX cargará automáticamente el paquete 
29488 \series bold
29489 color
29490 \series default
29491  cuando colorees texto.
29492 \begin_inset Foot
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496 Para evitar cargarlo dos veces se usa el comando 
29497 \series bold
29498
29499 \backslash
29500 @ifundef\SpecialChar \textcompwordmark{}
29501 ined
29502 \series default
29503 .
29504 \end_layout
29505
29506 \end_inset
29507
29508
29509 \end_layout
29510
29511 \begin_layout Standard
29512 \begin_inset VSpace medskip
29513 \end_inset
29514
29515 Los cuadros coloreados se crean con el comando 
29516 \series bold
29517
29518 \backslash
29519 colorbox
29520 \series default
29521 , de acuerdo con el siguiente esquema:
29522 \end_layout
29523
29524 \begin_layout Standard
29525
29526 \series bold
29527
29528 \backslash
29529 colorbox{color}{contenido del cuadro}
29530 \end_layout
29531
29532 \begin_layout Standard
29533 El contenido también puede ser un cuadro y los cuadros coloreados también
29534  pueden estar en otros cuadros.
29535 \end_layout
29536
29537 \begin_layout Standard
29538 Los siguientes colores están predefinidos:
29539 \begin_inset Newline newline
29540 \end_inset
29541
29542
29543 \family sans
29544 red
29545 \family default
29546
29547 \family sans
29548 green
29549 \family default
29550
29551 \family sans
29552 yellow, blue
29553 \family default
29554
29555 \family sans
29556 cyan
29557 \family default
29558 \series bold
29559 ,
29560 \series default
29561  
29562 \family sans
29563 magenta, black
29564 \family default
29565
29566 \family sans
29567 white
29568 \family default
29569 .
29570 \begin_inset Newline newline
29571 \end_inset
29572
29573 También puedes definir tus propios colores según se explica en la sección
29574 \begin_inset space ~
29575 \end_inset
29576
29577
29578 \begin_inset CommandInset ref
29579 LatexCommand ref
29580 reference "sec:Tablas-Coloreadas"
29581
29582 \end_inset
29583
29584 .
29585 \end_layout
29586
29587 \begin_layout Standard
29588 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29589 \end_layout
29590
29591 \begin_layout Standard
29592
29593 \series bold
29594
29595 \backslash
29596 colorbox{red}{
29597 \end_layout
29598
29599 \begin_layout Standard
29600 en código TeX antes de la palabra.
29601  Tras la palabra inserta una llave de cierre «
29602 \series bold
29603 }
29604 \series default
29605 » en código TeX.
29606 \begin_inset Newline newline
29607 \end_inset
29608
29609 Este es el resultado:
29610 \end_layout
29611
29612 \begin_layout Standard
29613 Línea en la que la palabra 
29614 \begin_inset ERT
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618
29619
29620 \backslash
29621 colorbox{red}{
29622 \end_layout
29623
29624 \end_inset
29625
29626 «¡Atención!»
29627 \begin_inset ERT
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631
29632 }
29633 \end_layout
29634
29635 \end_inset
29636
29637  tiene fondo rojo.
29638 \end_layout
29639
29640 \begin_layout Standard
29641 \begin_inset VSpace bigskip
29642 \end_inset
29643
29644 Si quieres un marco de distinto color, puedes emplear el comando 
29645 \series bold
29646
29647 \backslash
29648 fcolorbox
29649 \series default
29650  con el esquema siguiente:
29651 \end_layout
29652
29653 \begin_layout Standard
29654
29655 \series bold
29656
29657 \backslash
29658 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29659 \end_layout
29660
29661 \begin_layout Standard
29662
29663 \series bold
29664
29665 \backslash
29666 fcolorbox
29667 \series default
29668  es una extensión de 
29669 \series bold
29670
29671 \backslash
29672 colorbox
29673 \series default
29674 .
29675  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29676  con las longitudes 
29677 \series bold
29678
29679 \backslash
29680 fboxrule
29681 \series default
29682  y 
29683 \series bold
29684
29685 \backslash
29686 fboxsep
29687 \series default
29688 , respectivamente, como se describe en la sección
29689 \begin_inset space ~
29690 \end_inset
29691
29692
29693 \begin_inset CommandInset ref
29694 LatexCommand ref
29695 reference "sec:Decoración"
29696
29697 \end_inset
29698
29699 .
29700 \end_layout
29701
29702 \begin_layout Standard
29703 Para el ejemplo siguiente se ha utilizado el comando
29704 \end_layout
29705
29706 \begin_layout Standard
29707
29708 \series bold
29709
29710 \backslash
29711 fcolorbox{cyan}{magenta}{
29712 \end_layout
29713
29714 \begin_layout Standard
29715 Este es un ejemplo en el que se ha puesto un grosor de 1
29716 \begin_inset space \thinspace{}
29717 \end_inset
29718
29719 mm para la línea del marco:
29720 \begin_inset Newline newline
29721 \end_inset
29722
29723
29724 \begin_inset ERT
29725 status collapsed
29726
29727 \begin_layout Plain Layout
29728
29729
29730 \backslash
29731 fboxrule 1mm 
29732 \backslash
29733 fboxsep 1mm
29734 \end_layout
29735
29736 \end_inset
29737
29738
29739 \begin_inset ERT
29740 status collapsed
29741
29742 \begin_layout Plain Layout
29743
29744
29745 \backslash
29746 fcolorbox{cyan}{magenta}{
29747 \end_layout
29748
29749 \end_inset
29750
29751 Texto en un marco coloreado y enmarcado.
29752 \begin_inset ERT
29753 status collapsed
29754
29755 \begin_layout Plain Layout
29756
29757 }
29758 \end_layout
29759
29760 \end_inset
29761
29762
29763 \end_layout
29764
29765 \begin_layout Standard
29766 \begin_inset VSpace bigskip
29767 \end_inset
29768
29769 Por supuesto también puedes colorear el texto en un marco coloreado:
29770 \begin_inset Newline newline
29771 \end_inset
29772
29773
29774 \begin_inset ERT
29775 status collapsed
29776
29777 \begin_layout Plain Layout
29778
29779
29780 \backslash
29781 fcolorbox{cyan}{magenta}{
29782 \end_layout
29783
29784 \end_inset
29785
29786
29787 \color yellow
29788 Texto coloreado en un marco sombreado y coloreado.
29789 \color none
29790
29791 \begin_inset ERT
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795
29796 }
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 fboxrule 0.4pt 
29810 \backslash
29811 fboxsep 3pt
29812 \end_layout
29813
29814 \end_inset
29815
29816
29817 \end_layout
29818
29819 \begin_layout Standard
29820
29821 \series bold
29822 \begin_inset VSpace medskip
29823 \end_inset
29824
29825
29826 \end_layout
29827
29828 \begin_layout Standard
29829 \begin_inset Note Greyedout
29830 status open
29831
29832 \begin_layout Plain Layout
29833
29834 \series bold
29835 Nota:
29836 \series default
29837  El texto en cuadros coloreados no puede tener saltos de línea.
29838  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29839  coloreado como se describe a continuación.
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \end_layout
29846
29847 \begin_layout Subsection
29848 Color en párrafos
29849 \begin_inset CommandInset label
29850 LatexCommand label
29851 name "sub:Color-en-Párrafos"
29852
29853 \end_inset
29854
29855
29856 \begin_inset Index
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860 Color ! en párrafos
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Standard
29869 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29870  Antes de la minipágina inserta el comando 
29871 \series bold
29872
29873 \backslash
29874 colorbox
29875 \series default
29876  en código TeX
29877 \end_layout
29878
29879 \begin_layout Standard
29880
29881 \series bold
29882
29883 \backslash
29884 colorbox{color}{
29885 \end_layout
29886
29887 \begin_layout Standard
29888  Detrás de la minipágina inserta una llave de cierre «
29889 \series bold
29890 }
29891 \series default
29892 », también en código TeX.
29893 \end_layout
29894
29895 \begin_layout Standard
29896 \begin_inset ERT
29897 status collapsed
29898
29899 \begin_layout Plain Layout
29900
29901
29902 \backslash
29903 colorbox{grisclaro}{
29904 \end_layout
29905
29906 \end_inset
29907
29908
29909 \begin_inset Box Frameless
29910 position "t"
29911 hor_pos "c"
29912 has_inner_box 1
29913 inner_pos "t"
29914 use_parbox 0
29915 width "100col%"
29916 special "none"
29917 height "1in"
29918 height_special "totalheight"
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922 Texto con color de fondo.
29923  Texto con color de fondo.
29924 \end_layout
29925
29926 \begin_layout Plain Layout
29927 \begin_inset VSpace defskip
29928 \end_inset
29929
29930 El texto puede tener notas al pie
29931 \begin_inset Foot
29932 status collapsed
29933
29934 \begin_layout Plain Layout
29935 Otro ejemplo de nota
29936 \end_layout
29937
29938 \end_inset
29939
29940  y puede incluir tablas y figuras.
29941 \end_layout
29942
29943 \begin_layout Plain Layout
29944 \align center
29945 \begin_inset Tabular
29946 <lyxtabular version="3" rows="3" columns="3">
29947 <features>
29948 <column alignment="center" valignment="top" width="0">
29949 <column alignment="center" valignment="top" width="0">
29950 <column alignment="center" valignment="top" width="0">
29951 <row>
29952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29953 \begin_inset Text
29954
29955 \begin_layout Plain Layout
29956 a
29957 \end_layout
29958
29959 \end_inset
29960 </cell>
29961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29962 \begin_inset Text
29963
29964 \begin_layout Plain Layout
29965 !
29966 \end_layout
29967
29968 \end_inset
29969 </cell>
29970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29971 \begin_inset Text
29972
29973 \begin_layout Plain Layout
29974 3
29975 \end_layout
29976
29977 \end_inset
29978 </cell>
29979 </row>
29980 <row>
29981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29982 \begin_inset Text
29983
29984 \begin_layout Plain Layout
29985 <
29986 \end_layout
29987
29988 \end_inset
29989 </cell>
29990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29991 \begin_inset Text
29992
29993 \begin_layout Plain Layout
29994 b2
29995 \begin_inset Quotes erd
29996 \end_inset
29997
29998 |
29999 \end_layout
30000
30001 \end_inset
30002 </cell>
30003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30004 \begin_inset Text
30005
30006 \begin_layout Plain Layout
30007 >
30008 \end_layout
30009
30010 \end_inset
30011 </cell>
30012 </row>
30013 <row>
30014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30015 \begin_inset Text
30016
30017 \begin_layout Plain Layout
30018 1
30019 \end_layout
30020
30021 \end_inset
30022 </cell>
30023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30024 \begin_inset Text
30025
30026 \begin_layout Plain Layout
30027 §
30028 \end_layout
30029
30030 \end_inset
30031 </cell>
30032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30033 \begin_inset Text
30034
30035 \begin_layout Plain Layout
30036 c
30037 \end_layout
30038
30039 \end_inset
30040 </cell>
30041 </row>
30042 </lyxtabular>
30043
30044 \end_inset
30045
30046
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \begin_inset ERT
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056
30057 }
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \end_layout
30064
30065 \begin_layout Section
30066 Cuadros rotados y escalados
30067 \end_layout
30068
30069 \begin_layout Standard
30070 Para poder usar los comandos descritos en esta sección hay que cargar el
30071  paquete LaTeX 
30072 \series bold
30073 graphicx
30074 \series default
30075
30076 \begin_inset Index
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080 LaTeX-paquetes ! graphicx
30081 \end_layout
30082
30083 \end_inset
30084
30085  en el preámbulo del documento, con el comando
30086 \end_layout
30087
30088 \begin_layout Standard
30089
30090 \series bold
30091
30092 \backslash
30093 @ifundefined{rotatebox}
30094 \begin_inset Newline newline
30095 \end_inset
30096
30097
30098 \begin_inset ERT
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102
30103
30104 \backslash
30105 hphantom{ }
30106 \end_layout
30107
30108 \end_inset
30109
30110 {
30111 \backslash
30112 usepackage{graphicx}}{}
30113 \end_layout
30114
30115 \begin_layout Standard
30116 \begin_inset Note Greyedout
30117 status open
30118
30119 \begin_layout Plain Layout
30120
30121 \series bold
30122 Nota: 
30123 \series default
30124 Algunos visores DVI no pueden mostrar material rotado o escalado.
30125 \end_layout
30126
30127 \end_inset
30128
30129
30130 \end_layout
30131
30132 \begin_layout Standard
30133 \begin_inset Note Greyedout
30134 status open
30135
30136 \begin_layout Plain Layout
30137
30138 \series bold
30139 Nota:
30140 \series default
30141  Los cuadros rotados o escalados no pueden contener flotantes.
30142 \end_layout
30143
30144 \end_inset
30145
30146
30147 \end_layout
30148
30149 \begin_layout Subsection
30150 Cuadros rotados
30151 \begin_inset Index
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155 Cuadros ! Rotar
30156 \end_layout
30157
30158 \end_inset
30159
30160
30161 \begin_inset Index
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165 Material rotado
30166 \end_layout
30167
30168 \end_inset
30169
30170
30171 \begin_inset Index
30172 status collapsed
30173
30174 \begin_layout Plain Layout
30175 Figuras ! Rotar
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \begin_inset Index
30182 status collapsed
30183
30184 \begin_layout Plain Layout
30185 Tablas ! Rotar
30186 \end_layout
30187
30188 \end_inset
30189
30190
30191 \end_layout
30192
30193 \begin_layout Standard
30194 Para rotar material debes ponerlo en un cuadro rotado.
30195  Los cuadros rotados se crean con el comando 
30196 \series bold
30197
30198 \backslash
30199 rotatebox
30200 \series default
30201  en código TeX, según el esquema:
30202 \end_layout
30203
30204 \begin_layout Standard
30205
30206 \series bold
30207
30208 \backslash
30209 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30210 \end_layout
30211
30212 \begin_layout Standard
30213 El origen de rotación se especifica en la forma 
30214 \series bold
30215 origin=position
30216 \series default
30217 .
30218  Son posibles las posiciones siguientes: 
30219 \emph on
30220 c
30221 \emph default
30222  (center), 
30223 \emph on
30224 l
30225 \emph default
30226  (left), 
30227 \emph on
30228 r
30229 \emph default
30230  (right), 
30231 \emph on
30232 b
30233 \emph default
30234  (bottom), 
30235 \emph on
30236 t
30237 \emph default
30238  (top), así como combinaciones adecuadas de las posiciones básicas.
30239  Por ejemplo, 
30240 \emph on
30241 lt
30242 \emph default
30243  significa que el origen de rotación es la esquina superior izquierda del
30244  cuadro.
30245  Si no se especifica origen de rotación se usará la posición 
30246 \emph on
30247 l
30248 \emph default
30249 .
30250  El ángulo de rotación es un número de grados, y puede ser negativo.
30251  El sentido de giro es contrario al de las agujas del reloj.
30252 \end_layout
30253
30254 \begin_layout Standard
30255 En el siguiente ejemplo se ha insertado el comando 
30256 \series bold
30257
30258 \backslash
30259 rotatebox[origin=c]{60}{ 
30260 \series default
30261 como código TeX delante del texto «con rotación»; después del texto, el
30262  cuadro se ha cerrado con llave de cierre en código TeX.
30263 \end_layout
30264
30265 \begin_layout Standard
30266 Esta línea contiene texto 
30267 \begin_inset ERT
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271
30272
30273 \backslash
30274 rotatebox[origin=c]{60}{
30275 \end_layout
30276
30277 \end_inset
30278
30279 con rotación
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285 }
30286 \end_layout
30287
30288 \end_inset
30289
30290 .
30291 \end_layout
30292
30293 \begin_layout Standard
30294 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30295  línea:
30296 \end_layout
30297
30298 \begin_layout Standard
30299 En esta línea hay texto enmarcado 
30300 \begin_inset ERT
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304
30305
30306 \backslash
30307 rotatebox[origin=r]{-60}{
30308 \end_layout
30309
30310 \end_inset
30311
30312
30313 \begin_inset Box Doublebox
30314 position "c"
30315 hor_pos "c"
30316 has_inner_box 0
30317 inner_pos "c"
30318 use_parbox 0
30319 width "1in"
30320 special "width"
30321 height "1in"
30322 height_special "totalheight"
30323 status open
30324
30325 \begin_layout Plain Layout
30326 con rotación
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \begin_inset ERT
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336
30337 }
30338 \end_layout
30339
30340 \end_inset
30341
30342  y 
30343 \begin_inset ERT
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347
30348
30349 \backslash
30350 rotatebox[origin=lb]{60}{
30351 \end_layout
30352
30353 \end_inset
30354
30355
30356 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30357 \end_inset
30358
30359
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365 }
30366 \end_layout
30367
30368 \end_inset
30369
30370  una ecuación.
30371 \end_layout
30372
30373 \begin_layout Standard
30374 O una imagen o una tabla:
30375 \end_layout
30376
30377 \begin_layout Standard
30378 Aquí hay una imagen girada 
30379 \begin_inset ERT
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383
30384
30385 \backslash
30386 rotatebox[origin=lb]{90}{
30387 \end_layout
30388
30389 \end_inset
30390
30391
30392 \begin_inset Graphics
30393         filename ../clipart/platypus.eps
30394         lyxscale 50
30395         width 25col%
30396
30397 \end_inset
30398
30399
30400 \begin_inset ERT
30401 status collapsed
30402
30403 \begin_layout Plain Layout
30404
30405 }
30406 \end_layout
30407
30408 \end_inset
30409
30410  y una tabla girada 
30411 \begin_inset ERT
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415
30416
30417 \backslash
30418 rotatebox[origin=l]{-90}{
30419 \end_layout
30420
30421 \end_inset
30422
30423
30424 \begin_inset Tabular
30425 <lyxtabular version="3" rows="2" columns="2">
30426 <features>
30427 <column alignment="center" valignment="top" width="0">
30428 <column alignment="center" valignment="top" width="0">
30429 <row>
30430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30431 \begin_inset Text
30432
30433 \begin_layout Plain Layout
30434 q
30435 \end_layout
30436
30437 \end_inset
30438 </cell>
30439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30440 \begin_inset Text
30441
30442 \begin_layout Plain Layout
30443 w
30444 \end_layout
30445
30446 \end_inset
30447 </cell>
30448 </row>
30449 <row>
30450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30451 \begin_inset Text
30452
30453 \begin_layout Plain Layout
30454 e
30455 \end_layout
30456
30457 \end_inset
30458 </cell>
30459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30460 \begin_inset Text
30461
30462 \begin_layout Plain Layout
30463 r
30464 \end_layout
30465
30466 \end_inset
30467 </cell>
30468 </row>
30469 </lyxtabular>
30470
30471 \end_inset
30472
30473
30474 \begin_inset ERT
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478
30479 }
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \end_layout
30486
30487 \begin_layout Subsection
30488 Cuadros escalados
30489 \begin_inset Index
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493 Cuadros ! Escalar
30494 \end_layout
30495
30496 \end_inset
30497
30498
30499 \begin_inset Index
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503 Material escalado
30504 \end_layout
30505
30506 \end_inset
30507
30508
30509 \begin_inset Index
30510 status collapsed
30511
30512 \begin_layout Plain Layout
30513 Figuras ! Escalar
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \begin_inset Index
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523 Tablas ! Escalar
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \end_layout
30530
30531 \begin_layout Standard
30532 Para escalar material se pueden usar los comandos 
30533 \series bold
30534
30535 \backslash
30536 scalebox
30537 \series default
30538  y 
30539 \series bold
30540
30541 \backslash
30542 resizebox 
30543 \series default
30544 en código TeX.
30545 \end_layout
30546
30547 \begin_layout Standard
30548
30549 \series bold
30550
30551 \backslash
30552 scalebox
30553 \series default
30554  se usa con el esquema siguiente:
30555 \end_layout
30556
30557 \begin_layout Standard
30558
30559 \series bold
30560
30561 \backslash
30562 scalebox{horizontal}[vertical]{contenido del cuadro}
30563 \end_layout
30564
30565 \begin_layout Standard
30566 Horizontal y vertical son los factores de escala correspondientes.
30567  Si no se especifica factor vertical, su valor será el mismo que el factor
30568  de escala horizontal.
30569  
30570 \end_layout
30571
30572 \begin_layout Standard
30573 Por ejemplo, el comando 
30574 \series bold
30575
30576 \backslash
30577 scalebox{2}{Hola} 
30578 \series default
30579 crea un 
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585
30586 \backslash
30587 scalebox{2}{
30588 \end_layout
30589
30590 \end_inset
30591
30592 Hola
30593 \begin_inset ERT
30594 status collapsed
30595
30596 \begin_layout Plain Layout
30597
30598 }
30599 \end_layout
30600
30601 \end_inset
30602
30603  de doble tamaño que el texto normal del documento.
30604 \end_layout
30605
30606 \begin_layout Standard
30607 El comando 
30608 \series bold
30609
30610 \backslash
30611 scalebox{2}[1]{Hola} 
30612 \series default
30613 distorsiona el 
30614 \begin_inset ERT
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618
30619
30620 \backslash
30621 scalebox{2}[1]{
30622 \end_layout
30623
30624 \end_inset
30625
30626 Hola
30627 \begin_inset ERT
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631
30632 }
30633 \end_layout
30634
30635 \end_inset
30636
30637 .
30638 \end_layout
30639
30640 \begin_layout Standard
30641 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30642  Por eso el comando 
30643 \series bold
30644
30645 \backslash
30646 scalebox{-1}[1]{Hola} 
30647 \series default
30648 puede usarse para reflejar un texto: 
30649 \begin_inset ERT
30650 status collapsed
30651
30652 \begin_layout Plain Layout
30653
30654
30655 \backslash
30656 scalebox{-1}[1]{
30657 \end_layout
30658
30659 \end_inset
30660
30661 Hola
30662 \begin_inset ERT
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666
30667 }
30668 \end_layout
30669
30670 \end_inset
30671
30672 .
30673 \end_layout
30674
30675 \begin_layout Standard
30676
30677 \series bold
30678
30679 \backslash
30680 scalebox{1}[-1]{Hola} 
30681 \series default
30682 refleja el 
30683 \begin_inset ERT
30684 status collapsed
30685
30686 \begin_layout Plain Layout
30687
30688
30689 \backslash
30690 scalebox{1}[-1]{
30691 \end_layout
30692
30693 \end_inset
30694
30695 Hola
30696 \begin_inset ERT
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700
30701 }
30702 \end_layout
30703
30704 \end_inset
30705
30706  sobre la base.
30707 \end_layout
30708
30709 \begin_layout Standard
30710 El comando 
30711 \series bold
30712
30713 \backslash
30714 scalebox{-1}[1]{contenido del cuadro} 
30715 \series default
30716 puede sustituirse por 
30717 \series bold
30718
30719 \begin_inset Newline newline
30720 \end_inset
30721
30722
30723 \backslash
30724 reflectbox{contenido del cuadro}
30725 \begin_inset VSpace defskip
30726 \end_inset
30727
30728
30729 \end_layout
30730
30731 \begin_layout Standard
30732 El comando 
30733 \series bold
30734
30735 \backslash
30736 resizebox
30737 \series default
30738  sirve para escalar el cuadro a una altura y anchura definidas, según el
30739  esquema:
30740 \end_layout
30741
30742 \begin_layout Standard
30743
30744 \series bold
30745
30746 \backslash
30747 resizebox{anchura}{altura}{contenido del cuadro}
30748 \end_layout
30749
30750 \begin_layout Standard
30751 Si uno de los argumentos del comando es un signo de exclamación, 
30752 \series bold
30753 !
30754 \series default
30755 , la escala se produce de forma que se mantiene la relación de las dimensiones
30756  originales del contenido del cuadro.
30757  
30758 \end_layout
30759
30760 \begin_layout Standard
30761 El comando 
30762 \series bold
30763
30764 \backslash
30765 resizebox{2cm}{1cm}{Hola}
30766 \series default
30767  genera: 
30768 \begin_inset ERT
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772
30773
30774 \backslash
30775 resizebox{2cm}{1cm}{
30776 \end_layout
30777
30778 \end_inset
30779
30780 Hola
30781 \begin_inset ERT
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785
30786 }
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \begin_inset Newline newline
30793 \end_inset
30794
30795 El comando 
30796 \series bold
30797
30798 \backslash
30799 resizebox{2cm}{!}{Hola}
30800 \series default
30801  genera: 
30802 \begin_inset ERT
30803 status collapsed
30804
30805 \begin_layout Plain Layout
30806
30807
30808 \backslash
30809 resizebox{2cm}{!}{
30810 \end_layout
30811
30812 \end_inset
30813
30814 Hola
30815 \begin_inset ERT
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819
30820 }
30821 \end_layout
30822
30823 \end_inset
30824
30825
30826 \end_layout
30827
30828 \begin_layout Standard
30829 \begin_inset VSpace defskip
30830 \end_inset
30831
30832
30833 \end_layout
30834
30835 \begin_layout Standard
30836 \begin_inset Note Greyedout
30837 status open
30838
30839 \begin_layout Plain Layout
30840
30841 \series bold
30842 Nota: 
30843 \series default
30844 Si los argumentos de 
30845 \series bold
30846
30847 \backslash
30848 scalebox
30849 \series default
30850  o 
30851 \series bold
30852
30853 \backslash
30854 resizebox
30855 \series default
30856  son cero, no se generan errores de LaTeX al exportar el documento, pero
30857  puede suceder que la salida no se muestre o que sea incompleta.
30858  
30859 \end_layout
30860
30861 \end_inset
30862
30863
30864 \begin_inset VSpace defskip
30865 \end_inset
30866
30867
30868 \end_layout
30869
30870 \begin_layout Standard
30871 Los cuadros se pueden combinar en cualquier orden.
30872  Por ejemplo, el comando
30873 \series bold
30874
30875 \begin_inset Newline newline
30876 \end_inset
30877
30878
30879 \backslash
30880 rotatebox[origin=c]{-45}{
30881 \backslash
30882 resizebox{2cm}{!}{
30883 \backslash
30884 reflectbox{Hola}}}
30885 \begin_inset Newline newline
30886 \end_inset
30887
30888
30889 \series default
30890 genera:
30891 \end_layout
30892
30893 \begin_layout Standard
30894 \noindent
30895 \align center
30896 \begin_inset ERT
30897 status collapsed
30898
30899 \begin_layout Plain Layout
30900
30901
30902 \backslash
30903 rotatebox[origin=c]{-45}{
30904 \backslash
30905 resizebox{2cm}{!}{
30906 \backslash
30907 reflectbox{
30908 \end_layout
30909
30910 \end_inset
30911
30912 Hola
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918 }}}
30919 \end_layout
30920
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \begin_layout Standard
30927 \noindent
30928 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30929 \end_layout
30930
30931 \begin_layout Standard
30932 \noindent
30933
30934 \end_layout
30935
30936 \begin_layout Standard
30937 \align center
30938 \begin_inset ERT
30939 status collapsed
30940
30941 \begin_layout Plain Layout
30942
30943
30944 \backslash
30945 rotatebox[origin=c]{-30}{
30946 \backslash
30947 resizebox{2cm}{!}{
30948 \backslash
30949 reflectbox{
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \begin_inset Graphics
30956         filename ../clipart/platypus.eps
30957         lyxscale 50
30958         width 25col%
30959
30960 \end_inset
30961
30962
30963 \begin_inset ERT
30964 status collapsed
30965
30966 \begin_layout Plain Layout
30967
30968 }}}
30969 \end_layout
30970
30971 \end_inset
30972
30973
30974 \begin_inset ERT
30975 status collapsed
30976
30977 \begin_layout Plain Layout
30978
30979
30980 \backslash
30981 rotatebox[origin=c]{-45}{
30982 \backslash
30983 resizebox{2cm}{!}{
30984 \backslash
30985 reflectbox{
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \begin_inset Tabular
30992 <lyxtabular version="3" rows="2" columns="2">
30993 <features>
30994 <column alignment="center" valignment="top" width="0">
30995 <column alignment="center" valignment="top" width="0">
30996 <row>
30997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30998 \begin_inset Text
30999
31000 \begin_layout Plain Layout
31001 q
31002 \end_layout
31003
31004 \end_inset
31005 </cell>
31006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31007 \begin_inset Text
31008
31009 \begin_layout Plain Layout
31010 w
31011 \end_layout
31012
31013 \end_inset
31014 </cell>
31015 </row>
31016 <row>
31017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31018 \begin_inset Text
31019
31020 \begin_layout Plain Layout
31021 e
31022 \end_layout
31023
31024 \end_inset
31025 </cell>
31026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31027 \begin_inset Text
31028
31029 \begin_layout Plain Layout
31030 r
31031 \end_layout
31032
31033 \end_inset
31034 </cell>
31035 </row>
31036 </lyxtabular>
31037
31038 \end_inset
31039
31040
31041 \begin_inset ERT
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045
31046 }}}
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057
31058 \backslash
31059 rotatebox[origin=c]{-45}{
31060 \backslash
31061 resizebox{2cm}{!}{
31062 \backslash
31063 reflectbox{
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31070 \end_inset
31071
31072
31073 \begin_inset ERT
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077
31078 }}}
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Standard
31087 Si se usa el estilo global 
31088 \series bold
31089 fleqn
31090 \series default
31091  para las ecuaciones del documento,
31092 \begin_inset Foot
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096 Si «fleqn» se añade a las opciones de clase del documento.
31097 \end_layout
31098
31099 \end_inset
31100
31101  también pueden escalarse las ecuaciones en estilo presentación.
31102 \end_layout
31103
31104 \begin_layout Chapter
31105 Archivos externos
31106 \begin_inset Index
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110 Archivos externos
31111 \end_layout
31112
31113 \end_inset
31114
31115
31116 \end_layout
31117
31118 \begin_layout Standard
31119 Con el menú 
31120 \family sans
31121 Insertar\SpecialChar \menuseparator
31122 Archivo 
31123 \family default
31124 se pueden insertar archivos externos en un documento.
31125  Estos pueden ser:
31126 \end_layout
31127
31128 \begin_layout Description
31129 Documento
31130 \begin_inset space ~
31131 \end_inset
31132
31133 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31134 \end_layout
31135
31136 \begin_layout Description
31137 Texto
31138 \begin_inset space ~
31139 \end_inset
31140
31141 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31142  como párrafo propio.
31143 \end_layout
31144
31145 \begin_layout Description
31146 Texto
31147 \begin_inset space ~
31148 \end_inset
31149
31150 simple,
31151 \begin_inset space ~
31152 \end_inset
31153
31154 unir
31155 \begin_inset space ~
31156 \end_inset
31157
31158 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31159  Las líneas vacías generan un nuevo párrafo en tu documento.
31160 \end_layout
31161
31162 \begin_layout Description
31163 Material
31164 \begin_inset space ~
31165 \end_inset
31166
31167 externo Archivos en diversos formatos.
31168 \end_layout
31169
31170 \begin_layout Description
31171 Documento
31172 \begin_inset space ~
31173 \end_inset
31174
31175 hijo Documentos LyX, LaTeX o texto simple.
31176 \end_layout
31177
31178 \begin_layout Section
31179 Material externo
31180 \begin_inset Index
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184 Material externo
31185 \end_layout
31186
31187 \end_inset
31188
31189
31190 \end_layout
31191
31192 \begin_layout Standard
31193 Esta característica te permite insertar archivos en tu documento sin convertirlo
31194 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31195  las necesarias conversiones.
31196  Esto es parecido a la inserción de imágenes en diversos formatos en los
31197  documentos LyX.
31198  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31199  en 
31200 \family sans
31201 Apariencia
31202 \family default
31203 \SpecialChar \menuseparator
31204 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31205  en LyX.
31206 \end_layout
31207
31208 \begin_layout Standard
31209 El material externo se puede insertar mediante el diálogo que surge a partir
31210  del menú 
31211 \family sans
31212 Insertar\SpecialChar \menuseparator
31213 Archivo\SpecialChar \menuseparator
31214 Material
31215 \begin_inset space ~
31216 \end_inset
31217
31218 externo
31219 \family default
31220 .
31221  Actualmente se permiten los siguientes tipos de archivo (
31222 \family sans
31223 Plantillas
31224 \family default
31225 ):
31226 \end_layout
31227
31228 \begin_layout Description
31229 Diagrama
31230 \begin_inset space ~
31231 \end_inset
31232
31233 de
31234 \begin_inset space ~
31235 \end_inset
31236
31237 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31238  con el programa 
31239 \series bold
31240
31241 \begin_inset CommandInset href
31242 LatexCommand href
31243 name "XBoard"
31244 target "http://en.wikipedia.org/wiki/XBoard"
31245
31246 \end_inset
31247
31248
31249 \series default
31250 .
31251 \end_layout
31252
31253 \begin_layout Description
31254 Dia Esta plantilla soporta diagramas creados con el programa 
31255 \series bold
31256
31257 \begin_inset CommandInset href
31258 LatexCommand href
31259 name "Dia"
31260 target "http://en.wikipedia.org/wiki/Dia_(software)"
31261
31262 \end_inset
31263
31264
31265 \series default
31266 .
31267 \end_layout
31268
31269 \begin_layout Description
31270 Fecha Esta inserta la fecha en el formato 
31271 \emph on
31272 Día-Mes-Año.
31273
31274 \emph default
31275  A continuación hay una fecha insertada como material externo: 
31276 \begin_inset External
31277         template Date
31278         filename ...
31279
31280 \end_inset
31281
31282
31283 \begin_inset space ~
31284 \end_inset
31285
31286
31287 \begin_inset Note Note
31288 status collapsed
31289
31290 \begin_layout Plain Layout
31291 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31292 \end_layout
31293
31294 \end_inset
31295
31296
31297 \begin_inset Newline newline
31298 \end_inset
31299
31300 La fecha no se muestra en LyX, sólo en la salida.
31301  Hay otros dos métodos de insertar una fecha, con el menú 
31302 \family sans
31303 Insertar\SpecialChar \menuseparator
31304 Fecha
31305 \family default
31306  y con el comando LaTeX 
31307 \series bold
31308
31309 \backslash
31310 today
31311 \series default
31312  en código TeX.
31313  Los distintos métodos se comparan en la tabla
31314 \begin_inset space ~
31315 \end_inset
31316
31317
31318 \begin_inset CommandInset ref
31319 LatexCommand ref
31320 reference "tab:Comparación-de"
31321
31322 \end_inset
31323
31324 .
31325 \end_layout
31326
31327 \begin_layout Description
31328 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31329 \begin_inset Newline linebreak
31330 \end_inset
31331
31332
31333 \series bold
31334
31335 \begin_inset CommandInset href
31336 LatexCommand href
31337 name "LilyPond"
31338 target "http://en.wikipedia.org/wiki/LilyPond"
31339
31340 \end_inset
31341
31342
31343 \series default
31344 .
31345 \end_layout
31346
31347 \begin_layout Description
31348 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31349  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31350  la opción 
31351 \emph on
31352 pages
31353 \emph default
31354  en el campo 
31355 \family sans
31356 Opción
31357 \family default
31358  de la pestaña 
31359 \family sans
31360 Opciones de LaTeX y LyX
31361 \family default
31362 , según la descripción de la plantilla en el diálogo.
31363  Si no se usa la opción 
31364 \emph on
31365 pages
31366 \emph default
31367 , sólo se inserta la primera página del PDF.
31368 \end_layout
31369
31370 \begin_layout Description
31371 RasterImage Sirve para insertar imágenes bitmap.
31372  Casi todos los formatos populares de imágenes están soportados.
31373  Las imágenes se pueden tratar en el diálogo 
31374 \family sans
31375 Material Externo
31376 \family default
31377  como las que habitualmente se incluyen mediante el diálogo 
31378 \family sans
31379 Gráficos
31380 \family default
31381 , tal como se explica en la sección
31382 \begin_inset space ~
31383 \end_inset
31384
31385
31386 \begin_inset CommandInset ref
31387 LatexCommand ref
31388 reference "sec:Diálogo-Gráficos"
31389
31390 \end_inset
31391
31392 .
31393  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31394  PDF y EPS no están soportadas.
31395 \end_layout
31396
31397 \begin_layout Description
31398 XFig Esta plantilla soporta imágenes creadas con el programa 
31399 \series bold
31400
31401 \begin_inset CommandInset href
31402 LatexCommand href
31403 name "Xfig"
31404 target "http://en.wikipedia.org/wiki/Xfig"
31405
31406 \end_inset
31407
31408
31409 \series default
31410 .
31411 \end_layout
31412
31413 \begin_layout Standard
31414 \begin_inset Float table
31415 placement h
31416 wide false
31417 sideways false
31418 status open
31419
31420 \begin_layout Plain Layout
31421 \begin_inset Caption
31422
31423 \begin_layout Plain Layout
31424 \begin_inset CommandInset label
31425 LatexCommand label
31426 name "tab:Comparación-de"
31427
31428 \end_inset
31429
31430 Comparación de los métodos de inserción de fecha.
31431 \end_layout
31432
31433 \end_inset
31434
31435
31436 \end_layout
31437
31438 \begin_layout Plain Layout
31439 \align center
31440 \begin_inset Tabular
31441 <lyxtabular version="3" rows="4" columns="4">
31442 <features>
31443 <column alignment="center" valignment="top" width="0">
31444 <column alignment="center" valignment="top" width="0">
31445 <column alignment="center" valignment="top" width="0">
31446 <column alignment="center" valignment="top" width="0">
31447 <row>
31448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31449 \begin_inset Text
31450
31451 \begin_layout Plain Layout
31452 Documento
31453 \end_layout
31454
31455 \end_inset
31456 </cell>
31457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31458 \begin_inset Text
31459
31460 \begin_layout Plain Layout
31461
31462 \family sans
31463 Material externo\SpecialChar \menuseparator
31464 Fecha
31465 \end_layout
31466
31467 \end_inset
31468 </cell>
31469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31470 \begin_inset Text
31471
31472 \begin_layout Plain Layout
31473
31474 \family sans
31475 Insertar\SpecialChar \menuseparator
31476 Fecha
31477 \end_layout
31478
31479 \end_inset
31480 </cell>
31481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31482 \begin_inset Text
31483
31484 \begin_layout Plain Layout
31485 comando 
31486 \series bold
31487
31488 \backslash
31489 today
31490 \end_layout
31491
31492 \end_inset
31493 </cell>
31494 </row>
31495 <row>
31496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31497 \begin_inset Text
31498
31499 \begin_layout Plain Layout
31500 LyX
31501 \end_layout
31502
31503 \end_inset
31504 </cell>
31505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31506 \begin_inset Text
31507
31508 \begin_layout Plain Layout
31509 como cuadro
31510 \end_layout
31511
31512 \end_inset
31513 </cell>
31514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31515 \begin_inset Text
31516
31517 \begin_layout Plain Layout
31518 como fecha
31519 \end_layout
31520
31521 \end_inset
31522 </cell>
31523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31524 \begin_inset Text
31525
31526 \begin_layout Plain Layout
31527 como cuadro código TeX
31528 \end_layout
31529
31530 \end_inset
31531 </cell>
31532 </row>
31533 <row>
31534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31535 \begin_inset Text
31536
31537 \begin_layout Plain Layout
31538 LaTeX
31539 \end_layout
31540
31541 \end_inset
31542 </cell>
31543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31544 \begin_inset Text
31545
31546 \begin_layout Plain Layout
31547 como fecha
31548 \end_layout
31549
31550 \end_inset
31551 </cell>
31552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31553 \begin_inset Text
31554
31555 \begin_layout Plain Layout
31556 como fecha
31557 \end_layout
31558
31559 \end_inset
31560 </cell>
31561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31562 \begin_inset Text
31563
31564 \begin_layout Plain Layout
31565 como comando
31566 \end_layout
31567
31568 \end_inset
31569 </cell>
31570 </row>
31571 <row>
31572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31573 \begin_inset Text
31574
31575 \begin_layout Plain Layout
31576 DVI, PDF, PS
31577 \end_layout
31578
31579 \end_inset
31580 </cell>
31581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585 como fecha
31586 \end_layout
31587
31588 \end_inset
31589 </cell>
31590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31591 \begin_inset Text
31592
31593 \begin_layout Plain Layout
31594 como fecha
31595 \end_layout
31596
31597 \end_inset
31598 </cell>
31599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31600 \begin_inset Text
31601
31602 \begin_layout Plain Layout
31603 como fecha
31604 \end_layout
31605
31606 \end_inset
31607 </cell>
31608 </row>
31609 </lyxtabular>
31610
31611 \end_inset
31612
31613
31614 \end_layout
31615
31616 \end_inset
31617
31618
31619 \end_layout
31620
31621 \begin_layout Standard
31622 Si utilizas la opción 
31623 \family sans
31624 Borrador
31625 \family default
31626  en la solapa 
31627 \family sans
31628 Archivo
31629 \family default
31630  del diálogo 
31631 \family sans
31632 Material Externo
31633 \family default
31634 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31635 \family sans
31636
31637 \begin_inset Newline newline
31638 \end_inset
31639
31640
31641 \family default
31642 El material externo se muestra en LyX como un cuadro del tipo:
31643 \family sans
31644  
31645 \family default
31646
31647 \begin_inset Graphics
31648         filename clipart/MaterialExternoQt4.png
31649         scale 80
31650
31651 \end_inset
31652
31653  o como imagen, dependiendo de si se marca la opción 
31654 \family sans
31655 Mostrar en LyX 
31656 \family default
31657 de la pestaña 
31658 \family sans
31659 Opciones de LaTeX y LyX
31660 \family default
31661  del diálogo
31662 \family sans
31663 .
31664 \end_layout
31665
31666 \begin_layout Standard
31667 En el manual 
31668 \emph on
31669 Personalización
31670 \emph default
31671  se explica cómo definir tus propias plantillas.
31672 \end_layout
31673
31674 \begin_layout Section
31675 Documento hijo
31676 \begin_inset CommandInset label
31677 LatexCommand label
31678 name "sec:Documento-Hijo"
31679
31680 \end_inset
31681
31682
31683 \begin_inset Index
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687 Documento hijo
31688 \end_layout
31689
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \begin_layout Standard
31696 Los documentos hijos se emplean en el caso de tener un documento extenso
31697  compuesto por varias partes o secciones más grandes.
31698  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31699  en varios archivos que pueden ser revisados por separado.
31700  Estos archivos se conocen como documentos hijos, y el llamado documento
31701  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31702  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
31703  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
31704 \end_layout
31705
31706 \begin_layout Standard
31707 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31708  en el menú 
31709 \family sans
31710 Documento\SpecialChar \menuseparator
31711 Configuración\SpecialChar \menuseparator
31712 Clase del documento
31713 \family default
31714  del documento hijo especifica el documento maestro predeterminado.
31715  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31716  el documento hijo.
31717 \end_layout
31718
31719 \begin_layout Standard
31720 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31721  cuadros del tipo: 
31722 \begin_inset Graphics
31723         filename clipart/DocumentoHijoQt4.png
31724         scale 80
31725
31726 \end_inset
31727
31728 .
31729  Para incluir documentos hijos en un documento maestro utiliza el menú 
31730 \family sans
31731 Insertar
31732 \family default
31733 \SpecialChar \menuseparator
31734
31735 \family sans
31736 Archivo
31737 \family default
31738 \SpecialChar \menuseparator
31739
31740 \family sans
31741 Documento
31742 \begin_inset space ~
31743 \end_inset
31744
31745 hijo
31746 \family default
31747 .
31748  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31749 \end_layout
31750
31751 \begin_layout Description
31752 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31753  Al pulsar el botón 
31754 \family sans
31755 Cargar
31756 \family default
31757  en el diálogo 
31758 \family sans
31759 Documento hijo
31760 \family default
31761 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31762  la ventana de LyX y así puedes modificarlos si quieres.
31763 \end_layout
31764
31765 \begin_layout Standard
31766 Aquí hay un archivo insertado con el método 
31767 \family sans
31768 Incluir
31769 \family default
31770
31771 \begin_inset CommandInset include
31772 LatexCommand include
31773 filename "DocumentoPostizo1.lyx"
31774
31775 \end_inset
31776
31777
31778 \end_layout
31779
31780 \begin_layout Standard
31781 La numeración de secciones tiene en cuenta las secciones de los archivos
31782  incluidos en el orden en que están insertados en el documento maestro.
31783  El documento incluido de ejemplo tiene una subsección que se numera como
31784  subsección de la presente sección.
31785  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31786 \begin_inset space ~
31787 \end_inset
31788
31789
31790 \begin_inset CommandInset ref
31791 LatexCommand ref
31792 reference "sub:Subsección-Externa-1"
31793
31794 \end_inset
31795
31796 .
31797 \end_layout
31798
31799 \begin_layout Standard
31800 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31801  del documento maestro.
31802  Las ramas en los documentos hijos serán ignoradas por el documento maestro
31803  si éste no tiene una rama con el mismo nombre.
31804  Los documentos incluidos se insertan comenzando una página nueva y acabando
31805  con un salto de página.
31806 \end_layout
31807
31808 \begin_layout Standard
31809 Con el comando LaTeX 
31810 \series bold
31811
31812 \backslash
31813 includeonly
31814 \series default
31815  puedes determinar qué documentos hijos serán procesados al generar la salida.
31816  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31817  un extenso documento y quieres ahorrar tiempo de compilación.
31818  
31819 \series bold
31820
31821 \backslash
31822 includeonly 
31823 \series default
31824 se inserta en el preámbulo del documento maestro, poniendo como argumento
31825  una lista de los nombres de archivo separados con comas, p.
31826 \begin_inset space \thinspace{}
31827 \end_inset
31828
31829 e.
31830  la orden:
31831 \end_layout
31832
31833 \begin_layout Standard
31834
31835 \series bold
31836
31837 \backslash
31838 includeonly{capítulo1,capítulo5}
31839 \end_layout
31840
31841 \begin_layout Standard
31842 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
31843 » (o «capítulo1.tex») y «capítulo5.lyx».
31844 \end_layout
31845
31846 \begin_layout Standard
31847 \begin_inset Note Greyedout
31848 status open
31849
31850 \begin_layout Plain Layout
31851
31852 \series bold
31853 Nota:
31854 \series default
31855  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31856  a la del documento maestro, recibirás una advertencia al exportar/ver el
31857  documento, ya que esto podría dar resultados inesperados.
31858 \end_layout
31859
31860 \end_inset
31861
31862
31863 \end_layout
31864
31865 \begin_layout Description
31866 Entrada Este método es muy parecido al método 
31867 \family sans
31868 Incluir
31869 \family default
31870 .
31871  Las diferencias son:
31872 \end_layout
31873
31874 \begin_deeper
31875 \begin_layout Itemize
31876 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31877  un salto de página.
31878 \end_layout
31879
31880 \begin_layout Itemize
31881 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31882 \family sans
31883 Vista
31884 \begin_inset space ~
31885 \end_inset
31886
31887 preliminar
31888 \begin_inset space ~
31889 \end_inset
31890
31891 inmediata 
31892 \family default
31893 está activada en el diálogo 
31894 \family sans
31895 Herramientas\SpecialChar \menuseparator
31896 Preferencias
31897 \family default
31898 , apartado 
31899 \family sans
31900 Apariencia\SpecialChar \menuseparator
31901 Gráficos
31902 \family default
31903 .
31904 \end_layout
31905
31906 \begin_layout Itemize
31907 No se puede utilizar el comando LaTeX 
31908 \series bold
31909
31910 \backslash
31911 includeonly
31912 \series default
31913 .
31914 \end_layout
31915
31916 \end_deeper
31917 \begin_layout Standard
31918 Aquí hay un documento hijo insertado con el método 
31919 \family sans
31920 Entrada
31921 \family default
31922 :
31923 \end_layout
31924
31925 \begin_layout Standard
31926 \begin_inset CommandInset include
31927 LatexCommand input
31928 filename "DocumentoPostizo2.lyx"
31929
31930 \end_inset
31931
31932
31933 \end_layout
31934
31935 \begin_layout Description
31936 Literal Con este método se puede incluir todo archivo de texto.
31937  El archivo aparece en la salida con su código fuente, y si contiene comandos
31938  no se ejecutan.
31939  Con la opción 
31940 \family sans
31941 Marcar espacios en la salida
31942 \family default
31943  cada espacio en el código fuente se muestra en la salida con el carácter
31944  «
31945 \begin_inset ERT
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949
31950
31951 \backslash
31952 textvisiblespace
31953 \end_layout
31954
31955 \end_inset
31956
31957 ».
31958  La diferencia con el método de inserción mediante el menú 
31959 \family sans
31960 Insertar
31961 \family default
31962 \SpecialChar \menuseparator
31963
31964 \family sans
31965 Archivo
31966 \family default
31967 \SpecialChar \menuseparator
31968
31969 \family sans
31970 Texto
31971 \begin_inset space ~
31972 \end_inset
31973
31974 simple
31975 \family default
31976  es que en este caso el contenido del archivo se ve en LyX, mientras que
31977  en modo 
31978 \family sans
31979 Literal 
31980 \family default
31981 no se muestra el contenido, sino un recuadro con el nombre.
31982
31983 \family sans
31984  
31985 \end_layout
31986
31987 \begin_layout Standard
31988 Aquí se inserta un documento hijo en modo Literal:
31989 \begin_inset CommandInset include
31990 LatexCommand verbatiminput
31991 filename "DocumentoTextoPostizo.txt"
31992
31993 \end_inset
31994
31995
31996 \begin_inset VSpace bigskip
31997 \end_inset
31998
31999
32000 \end_layout
32001
32002 \begin_layout Standard
32003 Aquí se inserta un documento hijo en modo Literal con la opción 
32004 \family sans
32005 Marcar espacios en la salida
32006 \family default
32007 :
32008 \begin_inset CommandInset include
32009 LatexCommand verbatiminput*
32010 filename "DocumentoTextoPostizo.txt"
32011
32012 \end_inset
32013
32014
32015 \begin_inset VSpace bigskip
32016 \end_inset
32017
32018
32019 \end_layout
32020
32021 \begin_layout Standard
32022 \begin_inset Note Greyedout
32023 status open
32024
32025 \begin_layout Plain Layout
32026
32027 \series bold
32028 Nota:
32029 \series default
32030  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32031  incluidos en modo 
32032 \family sans
32033 literal
32034 \family default
32035  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32036  archivo de texto.
32037 \end_layout
32038
32039 \end_inset
32040
32041
32042 \end_layout
32043
32044 \begin_layout Description
32045 Listado
32046 \begin_inset space ~
32047 \end_inset
32048
32049 de
32050 \begin_inset space ~
32051 \end_inset
32052
32053 programa Este tipo se describe en el capítulo
32054 \begin_inset space ~
32055 \end_inset
32056
32057
32058 \begin_inset CommandInset ref
32059 LatexCommand ref
32060 reference "cap:Listado-de-programa"
32061
32062 \end_inset
32063
32064 .
32065 \end_layout
32066
32067 \begin_layout Standard
32068 \begin_inset Note Greyedout
32069 status open
32070
32071 \begin_layout Plain Layout
32072
32073 \series bold
32074 Nota:
32075 \series default
32076  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32077  problemas en LaTeX.
32078 \end_layout
32079
32080 \end_inset
32081
32082
32083 \end_layout
32084
32085 \begin_layout Chapter
32086 Listado de programa
32087 \begin_inset CommandInset label
32088 LatexCommand label
32089 name "cap:Listado-de-programa"
32090
32091 \end_inset
32092
32093
32094 \begin_inset Index
32095 status collapsed
32096
32097 \begin_layout Plain Layout
32098 Listado de programa
32099 \end_layout
32100
32101 \end_inset
32102
32103
32104 \begin_inset Index
32105 status collapsed
32106
32107 \begin_layout Plain Layout
32108 Código de programa
32109 \end_layout
32110
32111 \end_inset
32112
32113
32114 \begin_inset Index
32115 status collapsed
32116
32117 \begin_layout Plain Layout
32118 Flotantes ! Listado de programa
32119 \end_layout
32120
32121 \end_inset
32122
32123
32124 \end_layout
32125
32126 \begin_layout Standard
32127 Para incluir y tipografiar código de programación puedes usar la opción
32128  de menú disponible en 
32129 \family sans
32130 Insertar\SpecialChar \menuseparator
32131 Listado
32132 \begin_inset space ~
32133 \end_inset
32134
32135 de
32136 \begin_inset space ~
32137 \end_inset
32138
32139 programa.
32140  
32141 \family default
32142 El paquete LaTeX 
32143 \series bold
32144 listings
32145 \series default
32146
32147 \begin_inset Index
32148 status collapsed
32149
32150 \begin_layout Plain Layout
32151 LaTeX-paquetes ! listings
32152 \end_layout
32153
32154 \end_inset
32155
32156  provee un mecanismo potente y flexible para insertar código fuente en tu
32157  documento.
32158 \end_layout
32159
32160 \begin_layout Standard
32161 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32162  incorporado en el que puedes configurar su formato.
32163 \end_layout
32164
32165 \begin_layout Standard
32166 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32167  La opción de ubicación 
32168 \family sans
32169 Listado
32170 \begin_inset space ~
32171 \end_inset
32172
32173 en
32174 \begin_inset space ~
32175 \end_inset
32176
32177 línea
32178 \family default
32179  lo imprime en la línea, como este ejemplo: 
32180 \begin_inset listings
32181 lstparams "language={C++}"
32182 inline true
32183 status open
32184
32185 \begin_layout Plain Layout
32186
32187 int a=5;
32188 \end_layout
32189
32190 \end_inset
32191
32192
32193 \family sans
32194
32195 \begin_inset Newline newline
32196 \end_inset
32197
32198
32199 \family default
32200 La opción 
32201 \family sans
32202 Flotante
32203 \family default
32204  crea un listado flotante cuya colocación se puede especificar mediante
32205  las opciones «
32206 \family sans
32207 h
32208 \family default
32209 », «
32210 \family sans
32211 t
32212 \family default
32213 », «
32214 \family sans
32215 b
32216 \family default
32217 » y «
32218 \family sans
32219 p
32220 \family default
32221 », correspondientes a las opciones de colocación de flotantes descritas
32222  en la sección
32223 \family sans
32224
32225 \begin_inset space ~
32226 \end_inset
32227
32228
32229 \begin_inset CommandInset ref
32230 LatexCommand ref
32231 reference "sec:Colocación-de-Flotantes"
32232
32233 \end_inset
32234
32235
32236 \family default
32237 .
32238  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32239  p.
32240 \family sans
32241
32242 \begin_inset space \thinspace{}
32243 \end_inset
32244
32245
32246 \family default
32247 e.
32248 \begin_inset space ~
32249 \end_inset
32250
32251 «
32252 \family sans
32253 htbp
32254 \family default
32255 ».
32256  La opción «
32257 \family sans
32258 h
32259 \family default
32260 » a veces no tiene efecto, pero no necesitas usar la opción 
32261 \family sans
32262 Flotante
32263 \family default
32264  en ese caso puesto que los listados de programa no flotantes también pueden
32265  tener leyendas y ser referenciadas.
32266 \end_layout
32267
32268 \begin_layout Standard
32269 Se puede añadir una leyenda a un listado de programa con el menú 
32270 \family sans
32271 Insertar\SpecialChar \menuseparator
32272 Leyenda
32273 \family default
32274
32275 \begin_inset Foot
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279 Para traducir la etiqueta 
32280 \begin_inset Quotes eld
32281 \end_inset
32282
32283 Listado
32284 \begin_inset Quotes erd
32285 \end_inset
32286
32287  de la leyenda, se añade al preámbulo del documento el comando 
32288 \series bold
32289
32290 \backslash
32291 renewcommand{
32292 \backslash
32293 lstlistingname}{Listado}
32294 \series default
32295 .
32296  (
32297 \emph on
32298 N.
32299 \begin_inset space \thinspace{}
32300 \end_inset
32301
32302 del t.
32303 \emph default
32304 )
32305 \end_layout
32306
32307 \end_inset
32308
32309 .
32310  Los listados de programa se pueden referenciar como los flotantes: Listado
32311 \begin_inset space ~
32312 \end_inset
32313
32314
32315 \begin_inset CommandInset ref
32316 LatexCommand ref
32317 reference "lst:Ejemplo-de-listado-de-programa"
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \begin_layout Standard
32325 \begin_inset listings
32326 lstparams "language=Python"
32327 inline false
32328 status open
32329
32330 \begin_layout Plain Layout
32331
32332 \begin_inset Caption
32333
32334 \begin_layout Plain Layout
32335 \begin_inset CommandInset label
32336 LatexCommand label
32337 name "lst:Ejemplo-de-listado-de-programa"
32338
32339 \end_inset
32340
32341 Ejemplo de listado de programa flotante
32342 \end_layout
32343
32344 \end_inset
32345
32346 # Ejemplo de listado flotante
32347 \end_layout
32348
32349 \begin_layout Plain Layout
32350
32351 def func(param):
32352 \end_layout
32353
32354 \begin_layout Plain Layout
32355
32356     'this is a python function'
32357 \end_layout
32358
32359 \begin_layout Plain Layout
32360
32361     pass
32362 \end_layout
32363
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \begin_layout Standard
32370 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32371  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32372  y tipografiadas de manera especial en la salida.
32373  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32374  negrita.
32375 \end_layout
32376
32377 \begin_layout Standard
32378 \begin_inset Note Greyedout
32379 status open
32380
32381 \begin_layout Plain Layout
32382
32383 \series bold
32384 Nota:
32385 \series default
32386  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32387  debe probablemente a que dicha fuente no suministra negritas.
32388  En este caso selecciona una fuente distinta en el menú 
32389 \family sans
32390 Documento
32391 \family default
32392 \SpecialChar \menuseparator
32393
32394 \family sans
32395 Configuración
32396 \family default
32397 \SpecialChar \menuseparator
32398
32399 \family sans
32400 Fuentes.
32401  
32402 \family default
32403 (Las fuentes 
32404 \emph on
32405 LuxiMono, BeraMono
32406 \emph default
32407  y 
32408 \emph on
32409 Courier 
32410 \emph default
32411 suministran negritas.)
32412 \end_layout
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \begin_layout Standard
32420 En la sección 
32421 \family sans
32422 Numeración
32423 \begin_inset space ~
32424 \end_inset
32425
32426 de
32427 \begin_inset space ~
32428 \end_inset
32429
32430 líneas
32431 \family default
32432  del diálogo puedes elegir el estilo de numeración de las líneas.
32433  En el campo 
32434 \family sans
32435 Paso 
32436 \family default
32437 puedes insertar un número para determinar qué líneas se numeran.
32438  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32439  
32440 \end_layout
32441
32442 \begin_layout Standard
32443 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32444  en la salida.
32445  La opción 
32446 \family sans
32447 Tabla
32448 \begin_inset space ~
32449 \end_inset
32450
32451 de
32452 \begin_inset space ~
32453 \end_inset
32454
32455 caracteres
32456 \begin_inset space ~
32457 \end_inset
32458
32459 extendida
32460 \family default
32461  debería emplearse si se usan en el código caracteres nacionales como la
32462  diéresis alemana.
32463 \begin_inset Newline newline
32464 \end_inset
32465
32466 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32467  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32468  y «Espacio como símbolo», rango de líneas 3-8:
32469 \begin_inset listings
32470 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32471 inline false
32472 status open
32473
32474 \begin_layout Plain Layout
32475
32476 def func(param):
32477 \end_layout
32478
32479 \begin_layout Plain Layout
32480
32481     'this is a python function'
32482 \end_layout
32483
32484 \begin_layout Plain Layout
32485
32486     pass
32487 \end_layout
32488
32489 \begin_layout Plain Layout
32490
32491 def func(param):
32492 \end_layout
32493
32494 \begin_layout Plain Layout
32495
32496 'This is a German word: Tschüß'
32497 \end_layout
32498
32499 \begin_layout Plain Layout
32500
32501 pass
32502 \end_layout
32503
32504 \begin_layout Plain Layout
32505
32506 def func(param):
32507 \end_layout
32508
32509 \begin_layout Plain Layout
32510
32511 'this is a python function'
32512 \end_layout
32513
32514 \begin_layout Plain Layout
32515
32516 pass
32517 \end_layout
32518
32519 \end_inset
32520
32521
32522 \end_layout
32523
32524 \begin_layout Standard
32525 \begin_inset Note Greyedout
32526 status open
32527
32528 \begin_layout Plain Layout
32529
32530 \series bold
32531 Nota:
32532 \series default
32533  Debido a un error en el paquete 
32534 \series bold
32535 listings
32536 \series default
32537  la numeración de líneas cambia en una línea por cada listado previo.
32538  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32539  3 y 6.
32540 \end_layout
32541
32542 \end_inset
32543
32544
32545 \end_layout
32546
32547 \begin_layout Standard
32548 \begin_inset VSpace bigskip
32549 \end_inset
32550
32551
32552 \end_layout
32553
32554 \begin_layout Standard
32555 También es posible imprimir como listado de programa líneas de un archivo.
32556  Para hacer esto, usa el menú 
32557 \family sans
32558 Insertar\SpecialChar \menuseparator
32559 Archivo\SpecialChar \menuseparator
32560 Documento
32561 \begin_inset space ~
32562 \end_inset
32563
32564 hijo 
32565 \family default
32566 y elige el tipo 
32567 \family sans
32568 Listado de programa
32569 \family default
32570 .
32571 \begin_inset Foot
32572 status collapsed
32573
32574 \begin_layout Plain Layout
32575 Los restantes tipos de documento hijo se describen en la sección
32576 \begin_inset space ~
32577 \end_inset
32578
32579
32580 \begin_inset CommandInset ref
32581 LatexCommand ref
32582 reference "sec:Documento-Hijo"
32583
32584 \end_inset
32585
32586 .
32587 \end_layout
32588
32589 \end_inset
32590
32591  En el diálogo de documento hijo puedes especificar los parámetros del listado
32592  en el cuadro de texto.
32593  Para ver una lista de los parámetros disponibles teclea una interrogación
32594  «?» en el cuadro.
32595 \end_layout
32596
32597 \begin_layout Standard
32598 Para referenciar un documento hijo tipo listado, escribe el texto de la
32599  etiqueta en el campo correspondiente del diálogo de documento hijo.
32600  Después se puede referenciar la etiqueta con el menú 
32601 \family sans
32602 Insertar\SpecialChar \menuseparator
32603 Referencia cruzada.
32604 \end_layout
32605
32606 \begin_layout Standard
32607 A continuación hay un ejemplo, Listado
32608 \begin_inset space ~
32609 \end_inset
32610
32611
32612 \begin_inset CommandInset ref
32613 LatexCommand ref
32614 reference "lst:archivo-listado"
32615
32616 \end_inset
32617
32618 , de inserción de líneas de un archivo; en él se incluye el rango de las
32619  líneas 10
32620 \begin_inset space \thinspace{}
32621 \end_inset
32622
32623 -
32624 \begin_inset space \thinspace{}
32625 \end_inset
32626
32627 15 de este archivo LyX.
32628 \end_layout
32629
32630 \begin_layout Standard
32631 \begin_inset CommandInset include
32632 LatexCommand lstinputlisting
32633 filename "EmbeddedObjects.lyx"
32634 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32635
32636 \end_inset
32637
32638
32639 \begin_inset VSpace bigskip
32640 \end_inset
32641
32642
32643 \end_layout
32644
32645 \begin_layout Standard
32646 Las preferencias globales se pueden establecer en el diálogo 
32647 \family sans
32648 Documento\SpecialChar \menuseparator
32649 Configuración\SpecialChar \menuseparator
32650 Diseño
32651 \begin_inset space ~
32652 \end_inset
32653
32654 del
32655 \begin_inset space ~
32656 \end_inset
32657
32658 texto.
32659  
32660 \family default
32661 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32662  «?» en el campo de texto.
32663 \end_layout
32664
32665 \begin_layout Standard
32666 Para más información sobre el paquete 
32667 \series bold
32668 listings
32669 \series default
32670 , consulta su documentación
32671 \begin_inset space ~
32672 \end_inset
32673
32674
32675 \begin_inset CommandInset citation
32676 LatexCommand cite
32677 key "listings"
32678
32679 \end_inset
32680
32681 .
32682 \end_layout
32683
32684 \begin_layout Standard
32685 \begin_inset Newpage newpage
32686 \end_inset
32687
32688
32689 \end_layout
32690
32691 \begin_layout Chapter
32692 \start_of_appendix
32693 Unidades disponibles en LyX
32694 \begin_inset Index
32695 status collapsed
32696
32697 \begin_layout Plain Layout
32698 Unidades
32699 \end_layout
32700
32701 \end_inset
32702
32703
32704 \begin_inset CommandInset label
32705 LatexCommand label
32706 name "cap:Unidades-disponibles-en"
32707
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Standard
32714 Para comprender las unidades utilizadas en este manual, el cuadro
32715 \begin_inset space ~
32716 \end_inset
32717
32718
32719 \begin_inset CommandInset ref
32720 LatexCommand ref
32721 reference "tab:Unidades"
32722
32723 \end_inset
32724
32725  describe todas las unidades disponibles en LyX.
32726 \end_layout
32727
32728 \begin_layout Standard
32729 \begin_inset Float table
32730 placement h
32731 wide false
32732 sideways false
32733 status open
32734
32735 \begin_layout Plain Layout
32736 \begin_inset Caption
32737
32738 \begin_layout Plain Layout
32739 \begin_inset CommandInset label
32740 LatexCommand label
32741 name "tab:Unidades"
32742
32743 \end_inset
32744
32745 Unidades
32746 \end_layout
32747
32748 \end_inset
32749
32750
32751 \end_layout
32752
32753 \begin_layout Plain Layout
32754 \begin_inset VSpace medskip
32755 \end_inset
32756
32757
32758 \end_layout
32759
32760 \begin_layout Plain Layout
32761 \align center
32762 \begin_inset Tabular
32763 <lyxtabular version="3" rows="20" columns="2">
32764 <features>
32765 <column alignment="center" valignment="top" width="0">
32766 <column alignment="center" valignment="top" width="0">
32767 <row>
32768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32769 \begin_inset Text
32770
32771 \begin_layout Plain Layout
32772 unidad
32773 \end_layout
32774
32775 \end_inset
32776 </cell>
32777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32778 \begin_inset Text
32779
32780 \begin_layout Plain Layout
32781 nombre/descripción
32782 \end_layout
32783
32784 \end_inset
32785 </cell>
32786 </row>
32787 <row>
32788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32789 \begin_inset Text
32790
32791 \begin_layout Plain Layout
32792 mm
32793 \end_layout
32794
32795 \end_inset
32796 </cell>
32797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32798 \begin_inset Text
32799
32800 \begin_layout Plain Layout
32801 milímetro
32802 \end_layout
32803
32804 \end_inset
32805 </cell>
32806 </row>
32807 <row>
32808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32809 \begin_inset Text
32810
32811 \begin_layout Plain Layout
32812 cm
32813 \end_layout
32814
32815 \end_inset
32816 </cell>
32817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32818 \begin_inset Text
32819
32820 \begin_layout Plain Layout
32821 centímetro
32822 \end_layout
32823
32824 \end_inset
32825 </cell>
32826 </row>
32827 <row>
32828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32829 \begin_inset Text
32830
32831 \begin_layout Plain Layout
32832 in
32833 \end_layout
32834
32835 \end_inset
32836 </cell>
32837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32838 \begin_inset Text
32839
32840 \begin_layout Plain Layout
32841 pulgada
32842 \end_layout
32843
32844 \end_inset
32845 </cell>
32846 </row>
32847 <row>
32848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32849 \begin_inset Text
32850
32851 \begin_layout Plain Layout
32852 pt
32853 \end_layout
32854
32855 \end_inset
32856 </cell>
32857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32858 \begin_inset Text
32859
32860 \begin_layout Plain Layout
32861 punto (72.27
32862 \begin_inset space \thinspace{}
32863 \end_inset
32864
32865 pt = 1
32866 \begin_inset space \thinspace{}
32867 \end_inset
32868
32869 in)
32870 \end_layout
32871
32872 \end_inset
32873 </cell>
32874 </row>
32875 <row>
32876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32877 \begin_inset Text
32878
32879 \begin_layout Plain Layout
32880 pc
32881 \end_layout
32882
32883 \end_inset
32884 </cell>
32885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32886 \begin_inset Text
32887
32888 \begin_layout Plain Layout
32889 pica (1
32890 \begin_inset space \thinspace{}
32891 \end_inset
32892
32893 pc = 12
32894 \begin_inset space \thinspace{}
32895 \end_inset
32896
32897 pt)
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 </row>
32903 <row>
32904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32905 \begin_inset Text
32906
32907 \begin_layout Plain Layout
32908 sp
32909 \end_layout
32910
32911 \end_inset
32912 </cell>
32913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32914 \begin_inset Text
32915
32916 \begin_layout Plain Layout
32917 punto escalado (65536
32918 \begin_inset space \thinspace{}
32919 \end_inset
32920
32921 sp = 1
32922 \begin_inset space \thinspace{}
32923 \end_inset
32924
32925 pt)
32926 \end_layout
32927
32928 \end_inset
32929 </cell>
32930 </row>
32931 <row>
32932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32933 \begin_inset Text
32934
32935 \begin_layout Plain Layout
32936 bp
32937 \end_layout
32938
32939 \end_inset
32940 </cell>
32941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32942 \begin_inset Text
32943
32944 \begin_layout Plain Layout
32945 punto grande (72
32946 \begin_inset space \thinspace{}
32947 \end_inset
32948
32949 bp = 1
32950 \begin_inset space \thinspace{}
32951 \end_inset
32952
32953 in)
32954 \end_layout
32955
32956 \end_inset
32957 </cell>
32958 </row>
32959 <row>
32960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32961 \begin_inset Text
32962
32963 \begin_layout Plain Layout
32964 dd
32965 \end_layout
32966
32967 \end_inset
32968 </cell>
32969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32970 \begin_inset Text
32971
32972 \begin_layout Plain Layout
32973 didot (1
32974 \begin_inset space \thinspace{}
32975 \end_inset
32976
32977 dd 
32978 \begin_inset Formula $\approx$
32979 \end_inset
32980
32981  0.376
32982 \begin_inset space \thinspace{}
32983 \end_inset
32984
32985 mm)
32986 \end_layout
32987
32988 \end_inset
32989 </cell>
32990 </row>
32991 <row>
32992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32993 \begin_inset Text
32994
32995 \begin_layout Plain Layout
32996 cc
32997 \end_layout
32998
32999 \end_inset
33000 </cell>
33001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33002 \begin_inset Text
33003
33004 \begin_layout Plain Layout
33005 cicero (1
33006 \begin_inset space \thinspace{}
33007 \end_inset
33008
33009 cc = 12
33010 \begin_inset space \thinspace{}
33011 \end_inset
33012
33013 dd)
33014 \end_layout
33015
33016 \end_inset
33017 </cell>
33018 </row>
33019 <row>
33020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33021 \begin_inset Text
33022
33023 \begin_layout Plain Layout
33024 escala
33025 \begin_inset space \thinspace{}
33026 \end_inset
33027
33028 %
33029 \end_layout
33030
33031 \end_inset
33032 </cell>
33033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33034 \begin_inset Text
33035
33036 \begin_layout Plain Layout
33037 % del tamaño original de la imagen
33038 \end_layout
33039
33040 \end_inset
33041 </cell>
33042 </row>
33043 <row>
33044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33045 \begin_inset Text
33046
33047 \begin_layout Plain Layout
33048 texto
33049 \begin_inset space \thinspace{}
33050 \end_inset
33051
33052 %
33053 \end_layout
33054
33055 \end_inset
33056 </cell>
33057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33058 \begin_inset Text
33059
33060 \begin_layout Plain Layout
33061 % de anchura de texto
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 </row>
33067 <row>
33068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33069 \begin_inset Text
33070
33071 \begin_layout Plain Layout
33072 columna
33073 \begin_inset space \thinspace{}
33074 \end_inset
33075
33076 %
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33082 \begin_inset Text
33083
33084 \begin_layout Plain Layout
33085 % de anchura de columna
33086 \end_layout
33087
33088 \end_inset
33089 </cell>
33090 </row>
33091 <row>
33092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33093 \begin_inset Text
33094
33095 \begin_layout Plain Layout
33096 página
33097 \begin_inset space \thinspace{}
33098 \end_inset
33099
33100 %
33101 \end_layout
33102
33103 \end_inset
33104 </cell>
33105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33106 \begin_inset Text
33107
33108 \begin_layout Plain Layout
33109 % de anchura de página
33110 \end_layout
33111
33112 \end_inset
33113 </cell>
33114 </row>
33115 <row>
33116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33117 \begin_inset Text
33118
33119 \begin_layout Plain Layout
33120 línea
33121 \begin_inset space \thinspace{}
33122 \end_inset
33123
33124 %
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33130 \begin_inset Text
33131
33132 \begin_layout Plain Layout
33133 % de anchura de línea
33134 \end_layout
33135
33136 \end_inset
33137 </cell>
33138 </row>
33139 <row>
33140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout Plain Layout
33144 alt.
33145  texto
33146 \begin_inset space \thinspace{}
33147 \end_inset
33148
33149 %
33150 \end_layout
33151
33152 \end_inset
33153 </cell>
33154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Plain Layout
33158 % de altura de texto
33159 \end_layout
33160
33161 \end_inset
33162 </cell>
33163 </row>
33164 <row>
33165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33166 \begin_inset Text
33167
33168 \begin_layout Plain Layout
33169 alt.
33170  pág.
33171 \begin_inset space \thinspace{}
33172 \end_inset
33173
33174 %
33175 \end_layout
33176
33177 \end_inset
33178 </cell>
33179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33180 \begin_inset Text
33181
33182 \begin_layout Plain Layout
33183 % de altura de página
33184 \end_layout
33185
33186 \end_inset
33187 </cell>
33188 </row>
33189 <row>
33190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33191 \begin_inset Text
33192
33193 \begin_layout Plain Layout
33194 ex
33195 \end_layout
33196
33197 \end_inset
33198 </cell>
33199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33200 \begin_inset Text
33201
33202 \begin_layout Plain Layout
33203 altura de la letra 
33204 \emph on
33205 x
33206 \emph default
33207  en la fuente actual
33208 \end_layout
33209
33210 \end_inset
33211 </cell>
33212 </row>
33213 <row>
33214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33215 \begin_inset Text
33216
33217 \begin_layout Plain Layout
33218 em
33219 \end_layout
33220
33221 \end_inset
33222 </cell>
33223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33224 \begin_inset Text
33225
33226 \begin_layout Plain Layout
33227 anchura de la letra 
33228 \emph on
33229 M
33230 \emph default
33231  en la fuente actual
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 </row>
33237 <row>
33238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242 mu
33243 \end_layout
33244
33245 \end_inset
33246 </cell>
33247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 unidad matemática (1
33252 \begin_inset space \thinspace{}
33253 \end_inset
33254
33255 mu = 1/18
33256 \begin_inset space \thinspace{}
33257 \end_inset
33258
33259 em)
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 </row>
33265 </lyxtabular>
33266
33267 \end_inset
33268
33269
33270 \end_layout
33271
33272 \end_inset
33273
33274
33275 \end_layout
33276
33277 \begin_layout Chapter
33278 Formatos de archivos de salida con gráficos
33279 \begin_inset CommandInset label
33280 LatexCommand label
33281 name "cap:Formatos-de-Archivos-de-Salida"
33282
33283 \end_inset
33284
33285
33286 \end_layout
33287
33288 \begin_layout Section
33289 DVI
33290 \begin_inset Index
33291 status collapsed
33292
33293 \begin_layout Plain Layout
33294 Formatos de archivo ! DVI
33295 \end_layout
33296
33297 \end_inset
33298
33299
33300 \begin_inset Index
33301 status collapsed
33302
33303 \begin_layout Plain Layout
33304 DVI|see
33305 \begin_inset ERT
33306 status collapsed
33307
33308 \begin_layout Plain Layout
33309
33310 {
33311 \end_layout
33312
33313 \end_inset
33314
33315 Formatos de archivo
33316 \begin_inset ERT
33317 status collapsed
33318
33319 \begin_layout Plain Layout
33320
33321 }
33322 \end_layout
33323
33324 \end_inset
33325
33326
33327 \end_layout
33328
33329 \end_inset
33330
33331
33332 \end_layout
33333
33334 \begin_layout Standard
33335 Este tipo de archivo tiene la extensión «
33336 \family typewriter
33337 .dvi
33338 \family default
33339 ».
33340  Se denomina «device-independent» (DVI), porque es completamente portable;
33341  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33342  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33343  Los DVI se usan para vistas preliminares rápidas y como preparación para
33344  otros formatos de salida como PostScript.
33345 \end_layout
33346
33347 \begin_layout Standard
33348 \begin_inset Note Greyedout
33349 status open
33350
33351 \begin_layout Plain Layout
33352
33353 \series bold
33354 Nota:
33355 \series default
33356  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33357 \end_layout
33358
33359 \end_inset
33360
33361  Por tanto no debes olvidar esto si mueves archivos 
33362 \family typewriter
33363 .dvi
33364 \family default
33365  a otro ordenador.
33366  Esta característica también puede retardar la visualización del archivo,
33367  porque el visor DVI tiene que convertir la imagen en segundo plano para
33368  hacerla visible al deslizar el visor.
33369  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33370 \end_layout
33371
33372 \begin_layout Standard
33373 Un documento se exporta a DVI con el menú 
33374 \family sans
33375 Archivo\SpecialChar \menuseparator
33376 Exportar\SpecialChar \menuseparator
33377 DVI
33378 \family default
33379 .
33380  Puedes ver la salida del documento en DVI con el menú 
33381 \family sans
33382 Ver\SpecialChar \menuseparator
33383 DVI 
33384 \family default
33385 o con el botón
33386 \begin_inset space ~
33387 \end_inset
33388
33389
33390 \begin_inset Graphics
33391         filename ../../images/buffer-view_dvi.png
33392         scale 85
33393
33394 \end_inset
33395
33396 .
33397 \end_layout
33398
33399 \begin_layout Section
33400 PostScript
33401 \begin_inset CommandInset label
33402 LatexCommand label
33403 name "sec:PostScript"
33404
33405 \end_inset
33406
33407
33408 \begin_inset Index
33409 status collapsed
33410
33411 \begin_layout Plain Layout
33412 Formatos de archivo ! PostScript
33413 \end_layout
33414
33415 \end_inset
33416
33417
33418 \begin_inset Index
33419 status collapsed
33420
33421 \begin_layout Plain Layout
33422 PostScript|see
33423 \begin_inset ERT
33424 status collapsed
33425
33426 \begin_layout Plain Layout
33427
33428 {
33429 \end_layout
33430
33431 \end_inset
33432
33433 Formatos de archivo
33434 \begin_inset ERT
33435 status collapsed
33436
33437 \begin_layout Plain Layout
33438
33439 }
33440 \end_layout
33441
33442 \end_inset
33443
33444
33445 \end_layout
33446
33447 \end_inset
33448
33449
33450 \end_layout
33451
33452 \begin_layout Standard
33453 Este tipo de archivo tiene la extensión «
33454 \family typewriter
33455 .ps
33456 \family default
33457 ».
33458  PostScript fue desarrollado por la compañía 
33459 \family typewriter
33460 Adobe
33461 \family default
33462  como lenguaje para impresoras.
33463  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33464  PostScript puede considerarse como un «lenguaje de programación»; con él
33465  puedes calcular y dibujar imágenes y diagramas.
33466 \begin_inset Foot
33467 status collapsed
33468
33469 \begin_layout Plain Layout
33470 Si estás interesado en este tema acude al paquete LaTeX 
33471 \series bold
33472 PSTricks
33473 \series default
33474  
33475 \begin_inset CommandInset citation
33476 LatexCommand cite
33477 key "pstricks"
33478
33479 \end_inset
33480
33481 .
33482 \end_layout
33483
33484 \end_inset
33485
33486  Por esto los archivos suelen ser más grandes que los PDF.
33487 \end_layout
33488
33489 \begin_layout Standard
33490 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33491 d PostScript» (EPS, extensión «
33492 \family typewriter
33493 .eps
33494 \family default
33495 »).
33496  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33497  en segundo plano para convertir las imágenes a EPS.
33498  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33499  cada vez que veas o exportes el documento.
33500  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33501  puedes evitar el problema insertando las imágenes directamente en EPS.
33502 \end_layout
33503
33504 \begin_layout Standard
33505 El documento se puede exportar a PostScript con el menú 
33506 \family sans
33507 Archivo\SpecialChar \menuseparator
33508 Exportar\SpecialChar \menuseparator
33509 Postscript
33510 \family default
33511 .
33512  Se puede ver la salida en PostScript con el menú 
33513 \family sans
33514 Ver\SpecialChar \menuseparator
33515 Postscript 
33516 \family default
33517 o con el botón
33518 \begin_inset space ~
33519 \end_inset
33520
33521
33522 \begin_inset Graphics
33523         filename ../../images/buffer-view_ps.png
33524
33525 \end_inset
33526
33527 .
33528 \end_layout
33529
33530 \begin_layout Section
33531 PDF
33532 \begin_inset Index
33533 status collapsed
33534
33535 \begin_layout Plain Layout
33536 Formatos de archivo ! PDF
33537 \end_layout
33538
33539 \end_inset
33540
33541
33542 \begin_inset Index
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546 PDF
33547 \end_layout
33548
33549 \end_inset
33550
33551
33552 \end_layout
33553
33554 \begin_layout Standard
33555 Este tipo de archivo tiene la extensión «
33556 \family typewriter
33557 .pdf
33558 \family default
33559 ».
33560  El formato «Portable Document Format» (PDF) fue desarrollado por 
33561 \family typewriter
33562 Adobe
33563 \family default
33564  como derivado de PostScript.
33565  Es más comprimido y utiliza muchos menos comandos que PostScript.
33566  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33567  operativo y la salida impresa se muestra exactamente igual.
33568 \end_layout
33569
33570 \begin_layout Standard
33571 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33572  Photographic Experts Group» (JPG, extensión «
33573 \family typewriter
33574 .jpg
33575 \family default
33576 » o «
33577 \family typewriter
33578 .jpeg
33579 \family default
33580 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33581 \family typewriter
33582 .png
33583 \family default
33584 »).
33585  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33586  en segundo plano a alguno de los anteriores.
33587  Pero como se ha comentado en la sección sobre PostScript, la conversión
33588  de gráficos ralentiza el trabajo.
33589  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33590  mencionados.
33591 \end_layout
33592
33593 \begin_layout Standard
33594 Un documento se puede exportar a PDF con el menú 
33595 \family sans
33596 Archivo\SpecialChar \menuseparator
33597 Exportar
33598 \family default
33599  en tres modos diferentes:
33600 \end_layout
33601
33602 \begin_layout Description
33603 PDF
33604 \begin_inset space ~
33605 \end_inset
33606
33607 (ps2pdf) Este utiliza el programa 
33608 \family typewriter
33609 ps2pdf
33610 \family default
33611  que crea un PDF a partir de una versión PostScript del archivo.
33612  La versión PostScript es producida por el programa 
33613 \family typewriter
33614 dvips
33615 \family default
33616  que usa una versión DVI como paso intermedio.
33617  Así que este modo de exportación consta de tres conversiones.
33618 \end_layout
33619
33620 \begin_layout Description
33621 PDF
33622 \begin_inset space ~
33623 \end_inset
33624
33625 (dvipdfm) Este utiliza el programa 
33626 \family typewriter
33627 dvipdfm
33628 \family default
33629  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33630  PDF.
33631 \end_layout
33632
33633 \begin_layout Description
33634 PDF
33635 \begin_inset space ~
33636 \end_inset
33637
33638 (pdflatex) Este utiliza el programa 
33639 \family typewriter
33640 pdftex
33641 \family default
33642  que convierte directamente el archivo a PDF.
33643 \end_layout
33644
33645 \begin_layout Standard
33646 Se recomienda usar 
33647 \family sans
33648 PDF
33649 \begin_inset space ~
33650 \end_inset
33651
33652 (pdflatex)
33653 \family default
33654  porque 
33655 \family typewriter
33656 pdftex
33657 \family default
33658  soporta todas las características de las versiones actuales de PDF, es
33659  rápido y estable.
33660  El programa 
33661 \family typewriter
33662 dvipdfm
33663 \family default
33664  ya no se desarrolla y está un poco obsoleto.
33665 \end_layout
33666
33667 \begin_layout Standard
33668 La salida en formato PDF se puede ver con el menú 
33669 \family sans
33670 Ver 
33671 \family default
33672 o con el botón
33673 \begin_inset space ~
33674 \end_inset
33675
33676
33677 \begin_inset Graphics
33678         filename ../../images/buffer-view_pdf2.png
33679         scale 85
33680
33681 \end_inset
33682
33683  (que usa 
33684 \family sans
33685 PDF
33686 \begin_inset space ~
33687 \end_inset
33688
33689 (pdflatex)
33690 \family default
33691 ).
33692 \end_layout
33693
33694 \begin_layout Chapter
33695 Explicación de la ecuación
33696 \begin_inset space ~
33697 \end_inset
33698
33699
33700 \begin_inset CommandInset ref
33701 LatexCommand eqref
33702 reference "eq:Wgn"
33703
33704 \end_inset
33705
33706
33707 \begin_inset CommandInset label
33708 LatexCommand label
33709 name "cap:Explicación-de-la-Ecuación"
33710
33711 \end_inset
33712
33713
33714 \end_layout
33715
33716 \begin_layout Standard
33717 La anchura total de 
33718 \emph on
33719 n
33720 \emph default
33721  celdas de una tabla 
33722 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33723 \end_inset
33724
33725  puede calcularse con
33726 \end_layout
33727
33728 \begin_layout Standard
33729 \begin_inset Formula \begin{equation}
33730 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
33731
33732 \end_inset
33733
33734
33735 \end_layout
33736
33737 \begin_layout Standard
33738 donde 
33739 \begin_inset Formula $W_{g\, n}$
33740 \end_inset
33741
33742  es el ancho dado de todas las celdas.
33743  
33744 \series bold
33745
33746 \backslash
33747 tabcolsep
33748 \series default
33749  es la longitud LaTeX entre el texto y el borde de la celda, 6
33750 \begin_inset space \thinspace{}
33751 \end_inset
33752
33753 pt por omisión.
33754  
33755 \series bold
33756
33757 \backslash
33758 arrayrulewidth
33759 \series default
33760  es el grosor de línea del borde, 0.4
33761 \begin_inset space \thinspace{}
33762 \end_inset
33763
33764 pt por omisión.
33765 \end_layout
33766
33767 \begin_layout Standard
33768 Procediendo como en la ecuación
33769 \begin_inset space ~
33770 \end_inset
33771
33772
33773 \begin_inset CommandInset ref
33774 LatexCommand eqref
33775 reference "eq:Wtot_n"
33776
33777 \end_inset
33778
33779 , el ancho total de una multicolumna, 
33780 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33781 \end_inset
33782
33783  es
33784 \end_layout
33785
33786 \begin_layout Standard
33787 \begin_inset Formula \begin{equation}
33788 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33789
33790 \end_inset
33791
33792
33793 \end_layout
33794
33795 \begin_layout Standard
33796 Igualando las ecuaciones
33797 \begin_inset space ~
33798 \end_inset
33799
33800
33801 \begin_inset CommandInset ref
33802 LatexCommand eqref
33803 reference "eq:Wtot_n"
33804
33805 \end_inset
33806
33807  y 
33808 \begin_inset CommandInset ref
33809 LatexCommand eqref
33810 reference "eq:Wtot_mult"
33811
33812 \end_inset
33813
33814  podemos calcular el ancho dado necesario 
33815 \begin_inset Formula $W_{g\, n}$
33816 \end_inset
33817
33818  cuando se expanden 
33819 \emph on
33820 n
33821 \emph default
33822  columnas, de forma que cada una de ellas tiene una anchura total  
33823 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33824 \end_inset
33825
33826 :
33827 \end_layout
33828
33829 \begin_layout Standard
33830 \begin_inset Formula \begin{equation}
33831 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33832
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \begin_layout Bibliography
33839 \begin_inset CommandInset bibitem
33840 LatexCommand bibitem
33841 key "latexcompanion"
33842
33843 \end_inset
33844
33845 Frank Mittelbach and Michel Goossens: 
33846 \emph on
33847 The LaTeX Companion Second Edition.
33848
33849 \emph default
33850  Addison-Wesley, 2004
33851 \end_layout
33852
33853 \begin_layout Bibliography
33854 \begin_inset CommandInset bibitem
33855 LatexCommand bibitem
33856 key "latexguide"
33857
33858 \end_inset
33859
33860 Helmut Kopka and Patrick W.
33861  Daly: 
33862 \emph on
33863 A Guide to LaTeX Fourth Edition.
33864
33865 \emph default
33866  Addison-Wesley, 2003
33867 \end_layout
33868
33869 \begin_layout Bibliography
33870 \begin_inset CommandInset bibitem
33871 LatexCommand bibitem
33872 key "latexbook"
33873
33874 \end_inset
33875
33876 Leslie Lamport: 
33877 \emph on
33878 LaTeX: A Document Preparation System.
33879
33880 \emph default
33881  Addison-Wesley, second edition, 1994
33882 \end_layout
33883
33884 \begin_layout Bibliography
33885 \begin_inset CommandInset bibitem
33886 LatexCommand bibitem
33887 key "booktabs"
33888
33889 \end_inset
33890
33891 Documentación del paquete LaTeX 
33892 \series bold
33893
33894 \begin_inset CommandInset href
33895 LatexCommand href
33896 name "booktabs"
33897 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33898
33899 \end_inset
33900
33901
33902 \series default
33903
33904 \begin_inset Index
33905 status collapsed
33906
33907 \begin_layout Plain Layout
33908 LaTeX-paquetes ! booktabs
33909 \end_layout
33910
33911 \end_inset
33912
33913
33914 \end_layout
33915
33916 \begin_layout Bibliography
33917 \begin_inset CommandInset bibitem
33918 LatexCommand bibitem
33919 key "caption"
33920
33921 \end_inset
33922
33923 Documentación del paquete LaTeX 
33924 \series bold
33925
33926 \begin_inset CommandInset href
33927 LatexCommand href
33928 name "caption"
33929 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33930
33931 \end_inset
33932
33933
33934 \series default
33935
33936 \begin_inset Index
33937 status collapsed
33938
33939 \begin_layout Plain Layout
33940 LaTeX-paquetes ! caption
33941 \end_layout
33942
33943 \end_inset
33944
33945
33946 \end_layout
33947
33948 \begin_layout Bibliography
33949 \begin_inset CommandInset bibitem
33950 LatexCommand bibitem
33951 key "endfloat"
33952
33953 \end_inset
33954
33955 Documentación del paquete LaTeX 
33956 \series bold
33957
33958 \begin_inset CommandInset href
33959 LatexCommand href
33960 name "endfloat"
33961 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33962
33963 \end_inset
33964
33965
33966 \series default
33967
33968 \begin_inset Index
33969 status collapsed
33970
33971 \begin_layout Plain Layout
33972 LaTeX-paquetes ! endfloat
33973 \end_layout
33974
33975 \end_inset
33976
33977
33978 \end_layout
33979
33980 \begin_layout Bibliography
33981 \begin_inset CommandInset bibitem
33982 LatexCommand bibitem
33983 key "wrapfig"
33984
33985 \end_inset
33986
33987 Documentación del paquete LaTeX 
33988 \series bold
33989
33990 \begin_inset CommandInset href
33991 LatexCommand href
33992 name "wrapfig"
33993 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33994
33995 \end_inset
33996
33997
33998 \series default
33999
34000 \begin_inset Index
34001 status collapsed
34002
34003 \begin_layout Plain Layout
34004 LaTeX-paquetes ! wrapfig
34005 \begin_inset ERT
34006 status collapsed
34007
34008 \begin_layout Plain Layout
34009
34010
34011 \backslash
34012 vspace{4mm}
34013 \end_layout
34014
34015 \end_inset
34016
34017
34018 \end_layout
34019
34020 \end_inset
34021
34022
34023 \end_layout
34024
34025 \begin_layout Bibliography
34026 \begin_inset CommandInset bibitem
34027 LatexCommand bibitem
34028 key "footmisc"
34029
34030 \end_inset
34031
34032 Documentación del paquete LaTeX 
34033 \series bold
34034
34035 \begin_inset CommandInset href
34036 LatexCommand href
34037 name "footmisc"
34038 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34039
34040 \end_inset
34041
34042
34043 \series default
34044
34045 \begin_inset Index
34046 status collapsed
34047
34048 \begin_layout Plain Layout
34049 LaTeX-paquetes ! footmisc
34050 \end_layout
34051
34052 \end_inset
34053
34054
34055 \end_layout
34056
34057 \begin_layout Bibliography
34058 \begin_inset CommandInset bibitem
34059 LatexCommand bibitem
34060 key "hypcap"
34061
34062 \end_inset
34063
34064 Documentación del paquete LaTeX 
34065 \series bold
34066
34067 \begin_inset CommandInset href
34068 LatexCommand href
34069 name "hypcap"
34070 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34071
34072 \end_inset
34073
34074
34075 \series default
34076
34077 \begin_inset Index
34078 status collapsed
34079
34080 \begin_layout Plain Layout
34081 LaTeX-paquetes ! hyperref
34082 \end_layout
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \begin_layout Bibliography
34090 \begin_inset CommandInset bibitem
34091 LatexCommand bibitem
34092 key "hyperref"
34093
34094 \end_inset
34095
34096 Documentación del paquete LaTeX 
34097 \series bold
34098
34099 \begin_inset CommandInset href
34100 LatexCommand href
34101 name "hyperref"
34102 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34103
34104 \end_inset
34105
34106
34107 \series default
34108
34109 \begin_inset Index
34110 status collapsed
34111
34112 \begin_layout Plain Layout
34113 LaTeX-paquetes ! hyperref
34114 \end_layout
34115
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \begin_layout Bibliography
34122 \begin_inset CommandInset bibitem
34123 LatexCommand bibitem
34124 key "KOMA-script"
34125
34126 \end_inset
34127
34128 Documentación del paquete LaTeX 
34129 \series bold
34130
34131 \begin_inset CommandInset href
34132 LatexCommand href
34133 name "KOMA-script"
34134 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34135
34136 \end_inset
34137
34138
34139 \series default
34140
34141 \begin_inset Index
34142 status collapsed
34143
34144 \begin_layout Plain Layout
34145 LaTeX-paquetes ! KOMA-script
34146 \end_layout
34147
34148 \end_inset
34149
34150
34151 \end_layout
34152
34153 \begin_layout Bibliography
34154 \begin_inset CommandInset bibitem
34155 LatexCommand bibitem
34156 key "listings"
34157
34158 \end_inset
34159
34160 Documentación del paquete LaTeX 
34161 \series bold
34162
34163 \begin_inset CommandInset href
34164 LatexCommand href
34165 name "listings"
34166 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34167
34168 \end_inset
34169
34170
34171 \series default
34172
34173 \begin_inset Index
34174 status collapsed
34175
34176 \begin_layout Plain Layout
34177 LaTeX-paquetes ! listings
34178 \end_layout
34179
34180 \end_inset
34181
34182
34183 \end_layout
34184
34185 \begin_layout Bibliography
34186 \begin_inset CommandInset bibitem
34187 LatexCommand bibitem
34188 key "marginnote"
34189
34190 \end_inset
34191
34192 Documentación del paquete LaTeX 
34193 \series bold
34194
34195 \begin_inset CommandInset href
34196 LatexCommand href
34197 name "marginnote"
34198 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34199
34200 \end_inset
34201
34202
34203 \series default
34204
34205 \begin_inset Index
34206 status collapsed
34207
34208 \begin_layout Plain Layout
34209 LaTeX-paquetes ! marginnote
34210 \end_layout
34211
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \begin_layout Bibliography
34218 \begin_inset CommandInset bibitem
34219 LatexCommand bibitem
34220 key "pstricks"
34221
34222 \end_inset
34223
34224 Página web del paquete LaTeX 
34225 \series bold
34226
34227 \begin_inset CommandInset href
34228 LatexCommand href
34229 name "PSTricks"
34230 target "http://tug.org/PSTricks/"
34231
34232 \end_inset
34233
34234
34235 \series default
34236
34237 \begin_inset Index
34238 status collapsed
34239
34240 \begin_layout Plain Layout
34241 LaTeX-paquetes ! PSTricks
34242 \end_layout
34243
34244 \end_inset
34245
34246
34247 \end_layout
34248
34249 \begin_layout Bibliography
34250 \begin_inset CommandInset bibitem
34251 LatexCommand bibitem
34252 key "sidecap"
34253
34254 \end_inset
34255
34256 Documentación del paquete LaTeX 
34257 \series bold
34258
34259 \begin_inset CommandInset href
34260 LatexCommand href
34261 name "sidecap"
34262 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34263
34264 \end_inset
34265
34266
34267 \series default
34268
34269 \begin_inset Index
34270 status collapsed
34271
34272 \begin_layout Plain Layout
34273 LaTeX-paquetes ! sidecap
34274 \end_layout
34275
34276 \end_inset
34277
34278
34279 \end_layout
34280
34281 \begin_layout Bibliography
34282 \begin_inset CommandInset bibitem
34283 LatexCommand bibitem
34284 key "NewInLyX16"
34285
34286 \end_inset
34287
34288
34289 \begin_inset CommandInset href
34290 LatexCommand href
34291 name "Página wiki"
34292 target "http://wiki.lyx.org/LyX/NewInLyX16"
34293
34294 \end_inset
34295
34296  sobre características nuevas para la versión 
34297 \family sans
34298 LyX
34299 \begin_inset space ~
34300 \end_inset
34301
34302 1.6.0
34303 \family default
34304 .
34305 \end_layout
34306
34307 \begin_layout Standard
34308 \begin_inset CommandInset index_print
34309 LatexCommand printindex
34310
34311 \end_inset
34312
34313
34314 \end_layout
34315
34316 \begin_layout Standard
34317 \begin_inset FloatList figure
34318
34319 \end_inset
34320
34321
34322 \end_layout
34323
34324 \begin_layout Standard
34325 \begin_inset FloatList table
34326
34327 \end_inset
34328
34329
34330 \end_layout
34331
34332 \begin_layout Standard
34333 \begin_inset FloatList algorithm
34334
34335 \end_inset
34336
34337
34338 \end_layout
34339
34340 \end_body
34341 \end_document