]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: update description of multirows
[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"
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 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  
12167 \lang english
12168 Unset the upper border of the last cell in the first column.
12169
12170 \lang spanish
12171  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12172  ahí el comando
12173 \end_layout
12174
12175 \begin_layout Standard
12176
12177 \series bold
12178
12179 \backslash
12180 multirow{2}{2.5cm}{
12181 \end_layout
12182
12183 \begin_layout Standard
12184 en código TeX.
12185  Según los parámetros del comando la multifila se expande a dos filas y
12186  tiene de ancho 2.5
12187 \begin_inset space \thinspace{}
12188 \end_inset
12189
12190 cm.
12191  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12192  y el comando finaliza con llave derecha 
12193 \series bold
12194 }
12195 \series default
12196  en otro cuadro de código TeX tras el texto.
12197 \end_layout
12198
12199 \begin_layout Standard
12200
12201 \series bold
12202
12203 \backslash
12204 multirow
12205 \series default
12206  alinea su contenido a la izquierda por omisión.
12207  Para cambiarlo renombra el comando 
12208 \series bold
12209
12210 \backslash
12211 multirowsetup
12212 \series default
12213  con el comando
12214 \end_layout
12215
12216 \begin_layout Standard
12217
12218 \series bold
12219
12220 \backslash
12221 renewcommand{
12222 \backslash
12223 multirowsetup}{
12224 \backslash
12225 centering}
12226 \end_layout
12227
12228 \begin_layout Standard
12229 en el preámbulo del documento.
12230  Entonces se centran todas las entradas de celdas multifila en el documento.
12231  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12232  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12233  Si el texto debe estar alineado a la derecha, reemplaza 
12234 \series bold
12235
12236 \backslash
12237 centering
12238 \series default
12239  por 
12240 \series bold
12241
12242 \backslash
12243 raggedleft
12244 \series default
12245 .
12246  Para volver a alineado a la izquierda usa 
12247 \series bold
12248
12249 \backslash
12250 raggedright
12251 \series default
12252 .
12253 \end_layout
12254
12255 \begin_layout Section
12256 Tablas formales
12257 \begin_inset CommandInset label
12258 LatexCommand label
12259 name "sec:Tablas-Formales"
12260
12261 \end_inset
12262
12263
12264 \begin_inset Index
12265 status collapsed
12266
12267 \begin_layout Plain Layout
12268 Tablas ! Formales
12269 \end_layout
12270
12271 \end_inset
12272
12273  
12274 \end_layout
12275
12276 \begin_layout Standard
12277 En los libros, las tablas se suelen presentar en un formato como el de la
12278  tabla 
12279 \begin_inset space ~
12280 \end_inset
12281
12282
12283 \begin_inset CommandInset ref
12284 LatexCommand ref
12285 reference "tab:Ejemplo-tabla-formal"
12286
12287 \end_inset
12288
12289 .
12290  Se denominan tablas 
12291 \emph on
12292 formales
12293 \emph default
12294 .
12295  Para hacer tablas con este diseño, elige 
12296 \family sans
12297 Estilo
12298 \family default
12299
12300 \begin_inset space ~
12301 \end_inset
12302
12303
12304 \family sans
12305 Formal
12306 \family default
12307  en la solapa 
12308 \family sans
12309 Bordes
12310 \family default
12311  del cuadro de diálogo de tablas.
12312 \end_layout
12313
12314 \begin_layout Standard
12315 \begin_inset Float table
12316 placement h
12317 wide false
12318 sideways false
12319 status open
12320
12321 \begin_layout Plain Layout
12322 \begin_inset Caption
12323
12324 \begin_layout Plain Layout
12325 \begin_inset CommandInset label
12326 LatexCommand label
12327 name "tab:Ejemplo-tabla-formal"
12328
12329 \end_inset
12330
12331 Ejemplo de tabla formal
12332 \end_layout
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Plain Layout
12340 \align center
12341 \begin_inset Tabular
12342 <lyxtabular version="3" rows="8" columns="4">
12343 <features booktabs="true">
12344 <column alignment="center" valignment="top" width="0">
12345 <column alignment="center" valignment="top" width="0">
12346 <column alignment="center" valignment="top" width="0">
12347 <column alignment="center" valignment="top" width="0">
12348 <row>
12349 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12350 \begin_inset Text
12351
12352 \begin_layout Plain Layout
12353 System
12354 \end_layout
12355
12356 \end_inset
12357 </cell>
12358 <cell alignment="center" valignment="top" topline="true" usebox="none">
12359 \begin_inset Text
12360
12361 \begin_layout Plain Layout
12362 Medipix
12363 \begin_inset space \thinspace{}
12364 \end_inset
12365
12366 1
12367 \end_layout
12368
12369 \end_inset
12370 </cell>
12371 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12372 \begin_inset Text
12373
12374 \begin_layout Plain Layout
12375 Medipix
12376 \begin_inset space \thinspace{}
12377 \end_inset
12378
12379 2
12380 \end_layout
12381
12382 \end_inset
12383 </cell>
12384 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12385 \begin_inset Text
12386
12387 \begin_layout Plain Layout
12388
12389 \end_layout
12390
12391 \end_inset
12392 </cell>
12393 </row>
12394 <row>
12395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12396 \begin_inset Text
12397
12398 \begin_layout Plain Layout
12399 \begin_inset ERT
12400 status collapsed
12401
12402 \begin_layout Plain Layout
12403
12404
12405 \backslash
12406 cmidrule(r){2-2}
12407 \end_layout
12408
12409 \end_inset
12410
12411
12412 \begin_inset ERT
12413 status collapsed
12414
12415 \begin_layout Plain Layout
12416
12417
12418 \backslash
12419 cmidrule(l){3-4}
12420 \end_layout
12421
12422 \end_inset
12423
12424 Detector thickness [µm]
12425 \end_layout
12426
12427 \end_inset
12428 </cell>
12429 <cell alignment="center" valignment="top" usebox="none">
12430 \begin_inset Text
12431
12432 \begin_layout Plain Layout
12433 300
12434 \end_layout
12435
12436 \end_inset
12437 </cell>
12438 <cell alignment="center" valignment="top" usebox="none">
12439 \begin_inset Text
12440
12441 \begin_layout Plain Layout
12442 300
12443 \end_layout
12444
12445 \end_inset
12446 </cell>
12447 <cell alignment="center" valignment="top" usebox="none">
12448 \begin_inset Text
12449
12450 \begin_layout Plain Layout
12451 700
12452 \end_layout
12453
12454 \end_inset
12455 </cell>
12456 </row>
12457 <row>
12458 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Plain Layout
12462 Edge angle [°]
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 <cell alignment="center" valignment="top" topline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471 3.55
12472 \end_layout
12473
12474 \end_inset
12475 </cell>
12476 <cell alignment="center" valignment="top" topline="true" usebox="none">
12477 \begin_inset Text
12478
12479 \begin_layout Plain Layout
12480 2.71
12481 \end_layout
12482
12483 \end_inset
12484 </cell>
12485 <cell alignment="center" valignment="top" topline="true" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Plain Layout
12489 7.99
12490 \end_layout
12491
12492 \end_inset
12493 </cell>
12494 </row>
12495 <row topspace="default">
12496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12497 \begin_inset Text
12498
12499 \begin_layout Plain Layout
12500 Spatial resolution [µm]
12501 \end_layout
12502
12503 \end_inset
12504 </cell>
12505 <cell alignment="center" valignment="top" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Plain Layout
12509 4.26
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 <cell alignment="center" valignment="top" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518 10.17
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 <cell alignment="center" valignment="top" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 10.56
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 </row>
12533 <row topspace="default">
12534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 MTF at 
12539 \begin_inset Formula $f_{\mathrm{max}}$
12540 \end_inset
12541
12542
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 <cell alignment="center" valignment="top" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551 0.53
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 0.37
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 0.39
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 </row>
12575 <row topspace="default">
12576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 \begin_inset ERT
12581 status collapsed
12582
12583 \begin_layout Plain Layout
12584
12585
12586 \backslash
12587 cmidrule(l{10pt}){1-1}
12588 \end_layout
12589
12590 \end_inset
12591
12592 LSF-spatial resolution
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 <cell alignment="center" valignment="top" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601
12602 \end_layout
12603
12604 \end_inset
12605 </cell>
12606 <cell alignment="center" valignment="top" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Plain Layout
12610
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 <cell alignment="center" valignment="top" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 </row>
12625 <row>
12626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 in µm
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 129.7
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 52.75
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 50.78
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 </row>
12663 <row>
12664 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 in % of pixel size
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 76.3
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 95.9
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 92.3
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 </row>
12701 </lyxtabular>
12702
12703 \end_inset
12704
12705
12706 \end_layout
12707
12708 \end_inset
12709
12710
12711 \end_layout
12712
12713 \begin_layout Standard
12714 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12715  correspondientes que se encuentran en la solapa 
12716 \family sans
12717 Bordes 
12718 \family default
12719 del diálogo
12720 \family sans
12721  Configuración
12722 \begin_inset space ~
12723 \end_inset
12724
12725 de
12726 \begin_inset space ~
12727 \end_inset
12728
12729 la
12730 \begin_inset space ~
12731 \end_inset
12732
12733 tabla
12734 \family default
12735 , como se explica en la sección
12736 \begin_inset space ~
12737 \end_inset
12738
12739
12740 \begin_inset CommandInset ref
12741 LatexCommand ref
12742 reference "sub:Espacio-adicional"
12743
12744 \end_inset
12745
12746
12747 \end_layout
12748
12749 \begin_layout Standard
12750 A diferencia de las tablas normales, las tablas formales no tienen líneas
12751  verticales.
12752  Las líneas horizontales se pueden poner o no como en las tablas normales,
12753  pero en la salida se mostrarán con distinto grosor:
12754 \begin_inset Newline newline
12755 \end_inset
12756
12757 Las líneas primera y última tienen un grosor predeterminado de 0.08
12758 \begin_inset space \thinspace{}
12759 \end_inset
12760
12761 em, las demás tienen un grosor predeterminado de 0.05
12762 \begin_inset space \thinspace{}
12763 \end_inset
12764
12765 em.
12766 \end_layout
12767
12768 \begin_layout Standard
12769 Estos valores predeterminados se pueden cambiar
12770 \series bold
12771  
12772 \series default
12773 con las líneas de preámbulo:
12774 \end_layout
12775
12776 \begin_layout Standard
12777
12778 \series bold
12779
12780 \backslash
12781 let
12782 \backslash
12783 mytoprule
12784 \backslash
12785 toprule
12786 \begin_inset Newline newline
12787 \end_inset
12788
12789
12790 \backslash
12791 renewcommand{
12792 \backslash
12793 toprule}{
12794 \backslash
12795 mytoprule[grosor]}
12796 \end_layout
12797
12798 \begin_layout Standard
12799 Este ejemplo es para la primera línea, la denominada 
12800 \series bold
12801 toprule
12802 \series default
12803 .
12804  Si quieres cambiar el grosor de la última línea, reemplaza 
12805 \series bold
12806 toprule
12807 \series default
12808  por 
12809 \series bold
12810 bottomrule
12811 \series default
12812 .
12813  Y para cambiar el grosor de las demás líneas cambia 
12814 \series bold
12815 toprule
12816 \series default
12817  por 
12818 \series bold
12819 midrule
12820 \series default
12821 .
12822  Puedes usar cualquiera de las unidades listadas en el apéndice
12823 \begin_inset space ~
12824 \end_inset
12825
12826
12827 \begin_inset CommandInset ref
12828 LatexCommand ref
12829 reference "cap:Unidades-disponibles-en"
12830
12831 \end_inset
12832
12833  para establecer el grosor.
12834 \end_layout
12835
12836 \begin_layout Standard
12837 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12838  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12839  LyX empleará internamente el comando 
12840 \series bold
12841
12842 \backslash
12843 cmidrule
12844 \series default
12845  para dibujar la línea.
12846  El esquema completo es
12847 \end_layout
12848
12849 \begin_layout Standard
12850
12851 \series bold
12852
12853 \backslash
12854 cmidrule[grosor](recorte){inicol-fincol}
12855 \end_layout
12856
12857 \begin_layout Standard
12858 Por el momento, LyX no soporta las opciones de 
12859 \series bold
12860
12861 \backslash
12862 cmidrule
12863 \series default
12864 , así que para usarlas hay que emplear código TeX.
12865  Las líneas 
12866 \series bold
12867
12868 \backslash
12869 cmidrule
12870 \series default
12871  se pueden insertar manualmente con el comando en código TeX como primera
12872  entrada de la primera celda de una fila.
12873  En la salida se dibujará la línea sobre dicha fila.
12874 \end_layout
12875
12876 \begin_layout Standard
12877 El grosor predeterminado es 0.03
12878 \begin_inset space \thinspace{}
12879 \end_inset
12880
12881 em.
12882  
12883 \series bold
12884 inicol
12885 \series default
12886  es el número de la columna en la que comienza la línea y 
12887 \series bold
12888 fincol
12889 \series default
12890  es el número de la columna en la que acaba la línea.
12891  El valor 
12892 \series bold
12893 fincol
12894 \series default
12895  debe especificarse siempre, aunque la línea se extienda sobre una sola
12896  columna.
12897  El parámetro opcional 
12898 \series bold
12899 recorte
12900 \series default
12901  debe ser 
12902 \emph on
12903 l{recorte}
12904 \emph default
12905  o 
12906 \emph on
12907 r{recorte}
12908 \emph default
12909 , donde 
12910 \emph on
12911 recorte
12912 \emph default
12913  también es opcional.
12914  Por ejemplo, el parámetro 
12915 \emph on
12916 l{2pt}
12917 \emph default
12918  significa que la línea se recorta 2
12919 \begin_inset space \thinspace{}
12920 \end_inset
12921
12922 pt por su izquierda.
12923  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12924 \begin_inset space \thinspace{}
12925 \end_inset
12926
12927 em.
12928
12929 \series bold
12930  
12931 \end_layout
12932
12933 \begin_layout Standard
12934
12935 \end_layout
12936
12937 \begin_layout Standard
12938 \begin_inset VSpace bigskip
12939 \end_inset
12940
12941
12942 \end_layout
12943
12944 \begin_layout Standard
12945 La tabla
12946 \begin_inset space ~
12947 \end_inset
12948
12949
12950 \begin_inset CommandInset ref
12951 LatexCommand ref
12952 reference "tab:Ejemplo-tabla-formal"
12953
12954 \end_inset
12955
12956  se ha creado con los comandos
12957 \end_layout
12958
12959 \begin_layout Standard
12960
12961 \series bold
12962
12963 \backslash
12964 cmidrule(r){2-2}
12965 \backslash
12966 cmidrule(l){3-4}
12967 \end_layout
12968
12969 \begin_layout Standard
12970 en la segunda fila, 
12971 \series bold
12972
12973 \backslash
12974 midrule
12975 \series default
12976  en la tercera, y
12977 \end_layout
12978
12979 \begin_layout Standard
12980
12981 \series bold
12982
12983 \backslash
12984 cmidrule(l{10pt}){1-1}
12985 \end_layout
12986
12987 \begin_layout Standard
12988 en la sexta fila.
12989 \end_layout
12990
12991 \begin_layout Standard
12992 \begin_inset VSpace bigskip
12993 \end_inset
12994
12995
12996 \end_layout
12997
12998 \begin_layout Standard
12999 Quizá quieras superponer líneas 
13000 \series bold
13001
13002 \backslash
13003 cmidrules
13004 \series default
13005  como en la tabla
13006 \begin_inset space ~
13007 \end_inset
13008
13009
13010 \begin_inset CommandInset ref
13011 LatexCommand ref
13012 reference "tab:Tabla-formal-especial"
13013
13014 \end_inset
13015
13016 .
13017  Esto se consigue con el comando en código TeX
13018 \end_layout
13019
13020 \begin_layout Standard
13021
13022 \series bold
13023
13024 \backslash
13025 morecmidrules
13026 \end_layout
13027
13028 \begin_layout Standard
13029 El comando que se ha utilizado para la segunda fila de la tabla
13030 \begin_inset space ~
13031 \end_inset
13032
13033
13034 \begin_inset CommandInset ref
13035 LatexCommand ref
13036 reference "tab:Tabla-formal-especial"
13037
13038 \end_inset
13039
13040  es
13041 \end_layout
13042
13043 \begin_layout Standard
13044
13045 \series bold
13046
13047 \backslash
13048 cmidrule(r){2-2}
13049 \backslash
13050 cmidrule(l){3-4}
13051 \backslash
13052 morecmidrules
13053 \backslash
13054 cmidrule{2-4}
13055 \end_layout
13056
13057 \begin_layout Standard
13058 El comando para la sexta fila es
13059 \end_layout
13060
13061 \begin_layout Standard
13062
13063 \series bold
13064
13065 \backslash
13066 midrule
13067 \backslash
13068 morecmidrules
13069 \backslash
13070 cmidrule{3-4}
13071 \series default
13072
13073 \begin_inset VSpace bigskip
13074 \end_inset
13075
13076
13077 \end_layout
13078
13079 \begin_layout Standard
13080 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13081  el siguiente comando para dibujar líneas que se extienden sobre todas las
13082  columnas
13083 \end_layout
13084
13085 \begin_layout Standard
13086
13087 \series bold
13088
13089 \backslash
13090 specialrule{anchura}{espacio superior}{espacio inferior}
13091 \end_layout
13092
13093 \begin_layout Standard
13094 Para más información sobre estas características especiales, acude al manual
13095  del paquete LaTeX 
13096 \series bold
13097 booktabs
13098 \series default
13099
13100 \begin_inset CommandInset citation
13101 LatexCommand cite
13102 key "booktabs"
13103
13104 \end_inset
13105
13106 .
13107 \begin_inset Index
13108 status collapsed
13109
13110 \begin_layout Plain Layout
13111 LaTeX-paquetes ! booktabs
13112 \end_layout
13113
13114 \end_inset
13115
13116  
13117 \begin_inset VSpace bigskip
13118 \end_inset
13119
13120
13121 \end_layout
13122
13123 \begin_layout Standard
13124 \begin_inset Float table
13125 placement h
13126 wide false
13127 sideways false
13128 status open
13129
13130 \begin_layout Plain Layout
13131 \begin_inset Caption
13132
13133 \begin_layout Plain Layout
13134 \begin_inset CommandInset label
13135 LatexCommand label
13136 name "tab:Tabla-formal-especial"
13137
13138 \end_inset
13139
13140 Tabla formal especial
13141 \end_layout
13142
13143 \end_inset
13144
13145
13146 \end_layout
13147
13148 \begin_layout Plain Layout
13149 \align center
13150 \begin_inset Tabular
13151 <lyxtabular version="3" rows="8" columns="4">
13152 <features booktabs="true">
13153 <column alignment="center" valignment="top" width="0">
13154 <column alignment="center" valignment="top" width="0">
13155 <column alignment="center" valignment="top" width="0">
13156 <column alignment="center" valignment="top" width="0">
13157 <row>
13158 <cell alignment="center" valignment="top" topline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 System
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 Medipix
13172 \begin_inset space \thinspace{}
13173 \end_inset
13174
13175 1
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184 Medipix
13185 \begin_inset space \thinspace{}
13186 \end_inset
13187
13188 2
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 </row>
13203 <row>
13204 <cell alignment="center" valignment="top" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 \begin_inset ERT
13209 status collapsed
13210
13211 \begin_layout Plain Layout
13212
13213
13214 \backslash
13215 cmidrule(r){2-2}
13216 \end_layout
13217
13218 \end_inset
13219
13220
13221 \begin_inset ERT
13222 status collapsed
13223
13224 \begin_layout Plain Layout
13225
13226
13227 \backslash
13228 cmidrule(l){3-4}
13229 \end_layout
13230
13231 \end_inset
13232
13233
13234 \begin_inset ERT
13235 status collapsed
13236
13237 \begin_layout Plain Layout
13238
13239
13240 \backslash
13241 morecmidrules 
13242 \end_layout
13243
13244 \end_inset
13245
13246
13247 \begin_inset ERT
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251
13252
13253 \backslash
13254 cmidrule{2-4}
13255 \end_layout
13256
13257 \end_inset
13258
13259 Detector thickness [µm]
13260 \end_layout
13261
13262 \end_inset
13263 </cell>
13264 <cell alignment="center" valignment="top" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268 300
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 300
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 700
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 </row>
13292 <row>
13293 <cell alignment="center" valignment="top" topline="true" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 Edge angle [°]
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 <cell alignment="center" valignment="top" topline="true" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 3.55
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" topline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 2.71
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 7.99
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 </row>
13330 <row topspace="default">
13331 <cell alignment="center" valignment="top" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 Spatial resolution [µm]
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 4.26
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 10.17
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 10.56
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 </row>
13368 <row topspace="default">
13369 <cell alignment="center" valignment="top" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 MTF at 
13374 \begin_inset Formula $f_{\mathrm{max}}$
13375 \end_inset
13376
13377
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 <cell alignment="center" valignment="top" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Plain Layout
13386 0.53
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 <cell alignment="center" valignment="top" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395 0.37
13396 \end_layout
13397
13398 \end_inset
13399 </cell>
13400 <cell alignment="center" valignment="top" usebox="none">
13401 \begin_inset Text
13402
13403 \begin_layout Plain Layout
13404 0.39
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 </row>
13410 <row>
13411 <cell alignment="center" valignment="top" topline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 \begin_inset ERT
13416 status collapsed
13417
13418 \begin_layout Plain Layout
13419
13420
13421 \backslash
13422 morecmidrules 
13423 \end_layout
13424
13425 \end_inset
13426
13427
13428 \begin_inset ERT
13429 status collapsed
13430
13431 \begin_layout Plain Layout
13432
13433
13434 \backslash
13435 cmidrule{3-4}
13436 \end_layout
13437
13438 \end_inset
13439
13440 LSF-spatial resolution
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 <cell alignment="center" valignment="top" topline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" topline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" topline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 </row>
13473 <row>
13474 <cell alignment="center" valignment="top" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478 in µm
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 129.7
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 <cell alignment="center" valignment="top" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 52.75
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 <cell alignment="center" valignment="top" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505 50.78
13506 \end_layout
13507
13508 \end_inset
13509 </cell>
13510 </row>
13511 <row>
13512 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 in % of pixel size
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 76.3
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534 95.9
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 92.3
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 </row>
13549 </lyxtabular>
13550
13551 \end_inset
13552
13553
13554 \end_layout
13555
13556 \end_inset
13557
13558
13559 \end_layout
13560
13561 \begin_layout Section
13562 Alineación vertical de tablas
13563 \begin_inset Index
13564 status collapsed
13565
13566 \begin_layout Plain Layout
13567 Tablas ! Alineación vertical
13568 \end_layout
13569
13570 \end_inset
13571
13572
13573 \end_layout
13574
13575 \begin_layout Standard
13576 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13577  en un cuadro.
13578  Entonces el cuadro se puede alinear verticalmente como se describe en la
13579  sección
13580 \begin_inset space ~
13581 \end_inset
13582
13583
13584 \begin_inset CommandInset ref
13585 LatexCommand ref
13586 reference "sec:Diálogo-Cuadros"
13587
13588 \end_inset
13589
13590 .
13591  
13592 \end_layout
13593
13594 \begin_layout Standard
13595 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13596 \begin_inset Foot
13597 status collapsed
13598
13599 \begin_layout Plain Layout
13600 Las minipáginas se describen en la sección
13601 \begin_inset space ~
13602 \end_inset
13603
13604
13605 \begin_inset CommandInset ref
13606 LatexCommand ref
13607 reference "sec:Minipáginas"
13608
13609 \end_inset
13610
13611 .
13612 \end_layout
13613
13614 \end_inset
13615
13616  que tiene una anchura del 15
13617 \begin_inset space \thinspace{}
13618 \end_inset
13619
13620 % de columna:
13621 \end_layout
13622
13623 \begin_layout Itemize
13624 test 
13625 \begin_inset Box Frameless
13626 position "t"
13627 hor_pos "c"
13628 has_inner_box 1
13629 inner_pos "c"
13630 use_parbox 0
13631 width "15col%"
13632 special "none"
13633 height "1in"
13634 height_special "totalheight"
13635 status collapsed
13636
13637 \begin_layout Plain Layout
13638 \begin_inset Tabular
13639 <lyxtabular version="3" rows="3" columns="3">
13640 <features>
13641 <column alignment="center" valignment="top" width="0">
13642 <column alignment="center" valignment="top" width="0">
13643 <column alignment="center" valignment="top" width="0">
13644 <row>
13645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649 a
13650 \end_layout
13651
13652 \end_inset
13653 </cell>
13654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 d
13659 \end_layout
13660
13661 \end_inset
13662 </cell>
13663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13664 \begin_inset Text
13665
13666 \begin_layout Plain Layout
13667 g
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 </row>
13673 <row>
13674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 b
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 e
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 h
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 </row>
13702 <row>
13703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 c
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 f
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 i
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 </row>
13731 </lyxtabular>
13732
13733 \end_inset
13734
13735
13736 \end_layout
13737
13738 \end_inset
13739
13740  test 
13741 \begin_inset ERT
13742 status collapsed
13743
13744 \begin_layout Plain Layout
13745
13746
13747 \backslash
13748 raisebox{0.85
13749 \backslash
13750 baselineskip}{
13751 \end_layout
13752
13753 \end_inset
13754
13755
13756 \begin_inset Box Frameless
13757 position "t"
13758 hor_pos "c"
13759 has_inner_box 1
13760 inner_pos "c"
13761 use_parbox 0
13762 width "15col%"
13763 special "none"
13764 height "1in"
13765 height_special "totalheight"
13766 status collapsed
13767
13768 \begin_layout Plain Layout
13769 \begin_inset Tabular
13770 <lyxtabular version="3" rows="3" columns="3">
13771 <features>
13772 <column alignment="center" valignment="top" width="0">
13773 <column alignment="center" valignment="top" width="0">
13774 <column alignment="center" valignment="top" width="0">
13775 <row>
13776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 a
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 d
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Plain Layout
13798 g
13799 \end_layout
13800
13801 \end_inset
13802 </cell>
13803 </row>
13804 <row>
13805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809 b
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13815 \begin_inset Text
13816
13817 \begin_layout Plain Layout
13818 e
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 h
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 </row>
13833 <row>
13834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 c
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 f
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 i
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 </row>
13862 </lyxtabular>
13863
13864 \end_inset
13865
13866
13867 \end_layout
13868
13869 \end_inset
13870
13871
13872 \begin_inset ERT
13873 status collapsed
13874
13875 \begin_layout Plain Layout
13876
13877 }
13878 \end_layout
13879
13880 \end_inset
13881
13882
13883 \end_layout
13884
13885 \begin_layout Itemize
13886 test 
13887 \begin_inset Box Frameless
13888 position "c"
13889 hor_pos "c"
13890 has_inner_box 1
13891 inner_pos "c"
13892 use_parbox 0
13893 width "15col%"
13894 special "none"
13895 height "1in"
13896 height_special "totalheight"
13897 status collapsed
13898
13899 \begin_layout Plain Layout
13900 \begin_inset Tabular
13901 <lyxtabular version="3" rows="3" columns="3">
13902 <features>
13903 <column alignment="center" valignment="top" width="0">
13904 <column alignment="center" valignment="top" width="0">
13905 <column alignment="center" valignment="top" width="0">
13906 <row>
13907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13908 \begin_inset Text
13909
13910 \begin_layout Plain Layout
13911 a
13912 \end_layout
13913
13914 \end_inset
13915 </cell>
13916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13917 \begin_inset Text
13918
13919 \begin_layout Plain Layout
13920 d
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 g
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 </row>
13935 <row>
13936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13937 \begin_inset Text
13938
13939 \begin_layout Plain Layout
13940 b
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13946 \begin_inset Text
13947
13948 \begin_layout Plain Layout
13949 e
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Plain Layout
13958 h
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 </row>
13964 <row>
13965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 c
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 f
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 i
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 </row>
13993 </lyxtabular>
13994
13995 \end_inset
13996
13997
13998 \end_layout
13999
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \begin_layout Itemize
14006 test 
14007 \begin_inset Box Frameless
14008 position "b"
14009 hor_pos "c"
14010 has_inner_box 1
14011 inner_pos "c"
14012 use_parbox 0
14013 width "15col%"
14014 special "none"
14015 height "1in"
14016 height_special "totalheight"
14017 status collapsed
14018
14019 \begin_layout Plain Layout
14020 \begin_inset Tabular
14021 <lyxtabular version="3" rows="3" columns="3">
14022 <features>
14023 <column alignment="center" valignment="top" width="0">
14024 <column alignment="center" valignment="top" width="0">
14025 <column alignment="center" valignment="top" width="0">
14026 <row>
14027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031 a
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040 d
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049 g
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 </row>
14055 <row>
14056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060 b
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 e
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 h
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 </row>
14084 <row>
14085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 c
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098 f
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 i
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 </row>
14113 </lyxtabular>
14114
14115 \end_inset
14116
14117
14118 \end_layout
14119
14120 \end_inset
14121
14122  test 
14123 \begin_inset ERT
14124 status collapsed
14125
14126 \begin_layout Plain Layout
14127
14128
14129 \backslash
14130 raisebox{-0.32
14131 \backslash
14132 baselineskip}{
14133 \end_layout
14134
14135 \end_inset
14136
14137
14138 \begin_inset Box Frameless
14139 position "b"
14140 hor_pos "c"
14141 has_inner_box 1
14142 inner_pos "c"
14143 use_parbox 0
14144 width "15col%"
14145 special "none"
14146 height "1in"
14147 height_special "totalheight"
14148 status collapsed
14149
14150 \begin_layout Plain Layout
14151 \begin_inset Tabular
14152 <lyxtabular version="3" rows="3" columns="3">
14153 <features>
14154 <column alignment="center" valignment="top" width="0">
14155 <column alignment="center" valignment="top" width="0">
14156 <column alignment="center" valignment="top" width="0">
14157 <row>
14158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 a
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 d
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 g
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 </row>
14186 <row>
14187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191 b
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200 e
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 h
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 </row>
14215 <row>
14216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 c
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229 f
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238 i
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 </row>
14244 </lyxtabular>
14245
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \end_inset
14252
14253
14254 \begin_inset ERT
14255 status collapsed
14256
14257 \begin_layout Plain Layout
14258
14259 }
14260 \end_layout
14261
14262 \end_inset
14263
14264
14265 \end_layout
14266
14267 \begin_layout Standard
14268 Como ves, los contenidos de la primera y última filas no se alinean correctament
14269 e con la línea de texto donde está la tabla.
14270  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14271  un cuadro elevado («raisebox»
14272 \begin_inset Foot
14273 status collapsed
14274
14275 \begin_layout Plain Layout
14276 El uso del comando 
14277 \series bold
14278
14279 \backslash
14280 raisebox
14281 \series default
14282  se explica en la sección
14283 \begin_inset space ~
14284 \end_inset
14285
14286
14287 \begin_inset CommandInset ref
14288 LatexCommand ref
14289 reference "sub:Alineación-Vertical"
14290
14291 \end_inset
14292
14293 .
14294 \end_layout
14295
14296 \end_inset
14297
14298 ).
14299  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14300  usando el comando en código TeX
14301 \end_layout
14302
14303 \begin_layout Standard
14304
14305 \series bold
14306
14307 \backslash
14308 raisebox{0.85
14309 \backslash
14310 baselineskip}{
14311 \end_layout
14312
14313 \begin_layout Standard
14314 antes del cuadro.
14315  Tras él, se pone la llave de cierre 
14316 \series bold
14317 }
14318 \series default
14319  también en código TeX.
14320  Para la segunda tabla en el tercer ítem se usa el comando 
14321 \end_layout
14322
14323 \begin_layout Standard
14324
14325 \series bold
14326
14327 \backslash
14328 raisebox{-0.32
14329 \backslash
14330 baselineskip}{
14331 \end_layout
14332
14333 \begin_layout Standard
14334 \begin_inset Note Greyedout
14335 status open
14336
14337 \begin_layout Plain Layout
14338
14339 \series bold
14340 Not
14341 \series default
14342 a: La alineación del contenido de la fila con la línea del texto adyacente
14343  no es exacta.
14344  El factor necesario del comando 
14345 \series bold
14346
14347 \backslash
14348 raisebox
14349 \series default
14350  para este alineamiento depende de la fuente del documento, del tamaño de
14351  la fuente y del grosor de línea de la tabla.
14352 \end_layout
14353
14354 \end_inset
14355
14356
14357 \end_layout
14358
14359 \begin_layout Section
14360 Tablas coloreadas
14361 \begin_inset CommandInset label
14362 LatexCommand label
14363 name "sec:Tablas-Coloreadas"
14364
14365 \end_inset
14366
14367
14368 \end_layout
14369
14370 \begin_layout Subsection
14371 Celdas coloreadas
14372 \begin_inset Index
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376 Tablas ! Coloreadas ! Celdas
14377 \end_layout
14378
14379 \end_inset
14380
14381
14382 \begin_inset Index
14383 status collapsed
14384
14385 \begin_layout Plain Layout
14386 Color ! en celdas de tablas
14387 \end_layout
14388
14389 \end_inset
14390
14391
14392 \end_layout
14393
14394 \begin_layout Standard
14395 \begin_inset Float table
14396 placement h
14397 wide false
14398 sideways false
14399 status open
14400
14401 \begin_layout Plain Layout
14402 \begin_inset Caption
14403
14404 \begin_layout Plain Layout
14405 \begin_inset CommandInset label
14406 LatexCommand label
14407 name "tab:Tabla-coloreada-sin"
14408
14409 \end_inset
14410
14411 Tabla coloreada sin usar el paquete 
14412 \series bold
14413 colortbl
14414 \series default
14415
14416 \begin_inset OptArg
14417 status collapsed
14418
14419 \begin_layout Plain Layout
14420 Tabla sin colortbl
14421 \end_layout
14422
14423 \end_inset
14424
14425
14426 \end_layout
14427
14428 \end_inset
14429
14430
14431 \end_layout
14432
14433 \begin_layout Plain Layout
14434 \align center
14435 \begin_inset Tabular
14436 <lyxtabular version="3" rows="3" columns="3">
14437 <features>
14438 <column alignment="center" valignment="top" width="0">
14439 <column alignment="center" valignment="top" width="0">
14440 <column alignment="center" valignment="top" width="0">
14441 <row>
14442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446
14447 \color green
14448 a
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14454 \begin_inset Text
14455
14456 \begin_layout Plain Layout
14457
14458 \color red
14459 b
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468
14469 \color red
14470 c
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 </row>
14476 <row>
14477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14478 \begin_inset Text
14479
14480 \begin_layout Plain Layout
14481
14482 \color green
14483 d
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14489 \begin_inset Text
14490
14491 \begin_layout Plain Layout
14492
14493 \color blue
14494 e
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503
14504 \color blue
14505 f
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 </row>
14511 <row>
14512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516
14517 \color green
14518 g
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527
14528 \color blue
14529 h
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14535 \begin_inset Text
14536
14537 \begin_layout Plain Layout
14538
14539 \color blue
14540 i
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 </row>
14546 </lyxtabular>
14547
14548 \end_inset
14549
14550
14551 \end_layout
14552
14553 \end_inset
14554
14555
14556 \end_layout
14557
14558 \begin_layout Standard
14559 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14560  el menú 
14561 \family sans
14562 Editar\SpecialChar \menuseparator
14563 Estilo
14564 \begin_inset space ~
14565 \end_inset
14566
14567 del
14568 \begin_inset space ~
14569 \end_inset
14570
14571 Texto
14572 \family default
14573 .
14574  Esto se ha hecho en la tabla
14575 \begin_inset space ~
14576 \end_inset
14577
14578
14579 \begin_inset CommandInset ref
14580 LatexCommand ref
14581 reference "tab:Tabla-coloreada-sin"
14582
14583 \end_inset
14584
14585 .
14586  En cualquier otro caso hay que usar el paquete LaTeX 
14587 \series bold
14588 colortbl
14589 \series default
14590 .
14591 \begin_inset Index
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595 LaTeX-paquetes ! colortbl
14596 \end_layout
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \begin_layout Standard
14604 \begin_inset ERT
14605 status collapsed
14606
14607 \begin_layout Plain Layout
14608
14609
14610 \backslash
14611 ifcolortbl
14612 \end_layout
14613
14614 \end_inset
14615
14616
14617 \begin_inset Note Note
14618 status collapsed
14619
14620 \begin_layout Plain Layout
14621 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14622  LaTeX 
14623 \series bold
14624 colortbl
14625 \series default
14626 .
14627 \end_layout
14628
14629 \end_inset
14630
14631
14632 \end_layout
14633
14634 \begin_layout Standard
14635 Para crear tablas coloreadas, 
14636 \series bold
14637 colortbl
14638 \series default
14639  debe cargarse en el preámbulo con la línea
14640 \end_layout
14641
14642 \begin_layout Standard
14643
14644 \series bold
14645
14646 \backslash
14647 usepackage{colortbl}
14648 \end_layout
14649
14650 \begin_layout Standard
14651 El color de una columna se define con el comando
14652 \end_layout
14653
14654 \begin_layout Standard
14655
14656 \series bold
14657
14658 \backslash
14659 columncolor{nombre del color}
14660 \end_layout
14661
14662 \begin_layout Standard
14663 dentro del comando 
14664 \series bold
14665 >{ }
14666 \series default
14667 .
14668  Más sobre el comando 
14669 \series bold
14670 >{}
14671 \series default
14672  se explica en la sección
14673 \begin_inset space ~
14674 \end_inset
14675
14676
14677 \begin_inset CommandInset ref
14678 LatexCommand ref
14679 reference "sub:Cálculos-en-Multicolumnas"
14680
14681 \end_inset
14682
14683 .
14684 \end_layout
14685
14686 \begin_layout Standard
14687 Los siguientes nombres de color están predefinidos:
14688 \end_layout
14689
14690 \begin_layout Standard
14691
14692 \family sans
14693 red
14694 \family default
14695
14696 \family sans
14697 green
14698 \family default
14699
14700 \family sans
14701 yellow, blue
14702 \family default
14703
14704 \family sans
14705 cyan
14706 \family default
14707 \series bold
14708 ,
14709 \series default
14710  
14711 \family sans
14712 magenta, black
14713 \family default
14714
14715 \family sans
14716 white
14717 \end_layout
14718
14719 \begin_layout Standard
14720 \begin_inset VSpace medskip
14721 \end_inset
14722
14723
14724 \end_layout
14725
14726 \begin_layout Standard
14727 Puedes definir tus propios colores con el comando
14728 \end_layout
14729
14730 \begin_layout Standard
14731
14732 \series bold
14733
14734 \backslash
14735 definecolor{nombre del color}{modelo de color}{valores de color}
14736 \end_layout
14737
14738 \begin_layout Standard
14739 El modelo de color puede ser
14740 \end_layout
14741
14742 \begin_layout Labeling
14743 \labelwidthstring 00.00.0000
14744 cmyk: cyan, magenta, yellow, black
14745 \end_layout
14746
14747 \begin_layout Labeling
14748 \labelwidthstring 00.00.0000
14749 rgb: red, green, blue
14750 \end_layout
14751
14752 \begin_layout Labeling
14753 \labelwidthstring 00.00.0000
14754 gray: gray
14755 \end_layout
14756
14757 \begin_layout Standard
14758 y los valores de color son números separados por comas entre 0 y 1 que describen
14759  el factor para el color correspondiente del modelo de color.
14760 \end_layout
14761
14762 \begin_layout Standard
14763 Por ejemplo, puedes definir el color
14764 \series bold
14765  
14766 \series default
14767 «
14768 \emph on
14769 verde oscuro
14770 \emph default
14771 » en el preámbulo con
14772 \end_layout
14773
14774 \begin_layout Standard
14775
14776 \series bold
14777
14778 \backslash
14779 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14780 \end_layout
14781
14782 \begin_layout Standard
14783 y el color «
14784 \emph on
14785 gris claro
14786 \emph default
14787 » con
14788 \end_layout
14789
14790 \begin_layout Standard
14791
14792 \series bold
14793
14794 \backslash
14795 definecolor{grisclaro}{gray}{0.8}
14796 \end_layout
14797
14798 \begin_layout Standard
14799 \begin_inset VSpace medskip
14800 \end_inset
14801
14802
14803 \end_layout
14804
14805 \begin_layout Standard
14806 Las líneas se colorean con el comando
14807 \end_layout
14808
14809 \begin_layout Standard
14810
14811 \series bold
14812
14813 \backslash
14814 rowcolor{nombre del color}
14815 \end_layout
14816
14817 \begin_layout Standard
14818 y las celdas se colorean con el comando
14819 \end_layout
14820
14821 \begin_layout Standard
14822
14823 \series bold
14824
14825 \backslash
14826 cellcolor{nombre del color}
14827 \end_layout
14828
14829 \begin_layout Standard
14830 Ambos comandos se insertan al principio de una celda en código TeX.
14831 \end_layout
14832
14833 \begin_layout Standard
14834 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14835 \family sans
14836 Editar\SpecialChar \menuseparator
14837 Estilo
14838 \begin_inset space ~
14839 \end_inset
14840
14841 del
14842 \begin_inset space ~
14843 \end_inset
14844
14845 Texto
14846 \family default
14847 .
14848  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14849  TeX en color puede ocasionar errores de LaTeX.
14850 \end_layout
14851
14852 \begin_layout Standard
14853 \begin_inset Note Greyedout
14854 status open
14855
14856 \begin_layout Plain Layout
14857
14858 \series bold
14859 Nota:
14860 \series default
14861  No todos los visores DVI pueden mostrar colores definidos por el usuario.
14862 \end_layout
14863
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \begin_layout Standard
14870 \begin_inset VSpace bigskip
14871 \end_inset
14872
14873
14874 \end_layout
14875
14876 \begin_layout Standard
14877 Para crear la tabla
14878 \begin_inset space ~
14879 \end_inset
14880
14881
14882 \begin_inset CommandInset ref
14883 LatexCommand ref
14884 reference "tab:Tabla-coloreada-con"
14885
14886 \end_inset
14887
14888  haz lo siguiente: el color de la primera columna debe ser 
14889 \emph on
14890 verde oscuro
14891 \emph default
14892 , entonces inserta
14893 \end_layout
14894
14895 \begin_layout Standard
14896
14897 \series bold
14898 >{
14899 \backslash
14900 columncolor{verdeoscuro}
14901 \backslash
14902 centering}c
14903 \end_layout
14904
14905 \begin_layout Standard
14906 como argumento LaTeX para esta columna.
14907  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14908 \end_layout
14909
14910 \begin_layout Standard
14911
14912 \series bold
14913
14914 \backslash
14915 rowcolow{cyan}
14916 \end_layout
14917
14918 \begin_layout Standard
14919 en la primera celda de esta fila.
14920  Observa que esto sobreescribe el color de la columna para la primera celda.
14921  La última celda de la última fila se colorea magenta insertando el comando
14922  en código TeX
14923 \end_layout
14924
14925 \begin_layout Standard
14926
14927 \series bold
14928
14929 \backslash
14930 cellcolor{magenta}
14931 \end_layout
14932
14933 \begin_layout Standard
14934 Ahora podrían colorearse los caracteres usando el menú 
14935 \family sans
14936 Editar\SpecialChar \menuseparator
14937 Estilo
14938 \begin_inset space ~
14939 \end_inset
14940
14941 del
14942 \begin_inset space ~
14943 \end_inset
14944
14945 Texto
14946 \family default
14947 .
14948 \end_layout
14949
14950 \begin_layout Standard
14951 \begin_inset Float table
14952 placement h
14953 wide false
14954 sideways false
14955 status open
14956
14957 \begin_layout Plain Layout
14958 \begin_inset Caption
14959
14960 \begin_layout Plain Layout
14961 \begin_inset CommandInset label
14962 LatexCommand label
14963 name "tab:Tabla-coloreada-con"
14964
14965 \end_inset
14966
14967 Tabla coloreada con el paquete 
14968 \series bold
14969 colortbl
14970 \series default
14971
14972 \begin_inset OptArg
14973 status collapsed
14974
14975 \begin_layout Plain Layout
14976 Tabla con 
14977 \series bold
14978 colortbl
14979 \end_layout
14980
14981 \end_inset
14982
14983
14984 \end_layout
14985
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \begin_layout Plain Layout
14992 \align center
14993 \begin_inset Tabular
14994 <lyxtabular version="3" rows="3" columns="3">
14995 <features>
14996 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14997 <column alignment="center" valignment="top" width="0">
14998 <column alignment="center" valignment="top" width="0">
14999 <row>
15000 <cell alignment="center" valignment="top" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 \begin_inset ERT
15005 status collapsed
15006
15007 \begin_layout Plain Layout
15008
15009
15010 \backslash
15011 rowcolor{cyan}
15012 \end_layout
15013
15014 \end_inset
15015
15016
15017 \color magenta
15018 a
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 <cell alignment="center" valignment="top" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027
15028 \color red
15029 b
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038
15039 \color red
15040 c
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 </row>
15046 <row>
15047 <cell alignment="center" valignment="top" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051
15052 \color yellow
15053 d
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062
15063 \color blue
15064 e
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 <cell alignment="center" valignment="top" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \color blue
15075 f
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 </row>
15081 <row>
15082 <cell alignment="center" valignment="top" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086
15087 \color yellow
15088 g
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097
15098 \color blue
15099 h
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 \begin_inset ERT
15109 status collapsed
15110
15111 \begin_layout Plain Layout
15112
15113
15114 \backslash
15115 cellcolor{magenta}
15116 \end_layout
15117
15118 \end_inset
15119
15120
15121 \color green
15122 i
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 </lyxtabular>
15129
15130 \end_inset
15131
15132
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \begin_layout Standard
15141 \begin_inset ERT
15142 status collapsed
15143
15144 \begin_layout Plain Layout
15145
15146
15147 \backslash
15148 else
15149 \end_layout
15150
15151 \end_inset
15152
15153
15154 \begin_inset Note Note
15155 status collapsed
15156
15157 \begin_layout Plain Layout
15158 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15159  
15160 \series bold
15161 colortbl
15162 \series default
15163 .
15164 \end_layout
15165
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \begin_layout Standard
15172 Debes instalar el paquete LaTeX 
15173 \series bold
15174 colortbl
15175 \series default
15176  para ver la parte siguiente en la salida.
15177 \end_layout
15178
15179 \begin_layout Standard
15180 \begin_inset ERT
15181 status collapsed
15182
15183 \begin_layout Plain Layout
15184
15185
15186 \backslash
15187 fi
15188 \end_layout
15189
15190 \end_inset
15191
15192
15193 \end_layout
15194
15195 \begin_layout Subsection
15196 Líneas coloreadas
15197 \begin_inset Index
15198 status collapsed
15199
15200 \begin_layout Plain Layout
15201 Tablas ! Coloreadas ! Líneas
15202 \end_layout
15203
15204 \end_inset
15205
15206
15207 \begin_inset Index
15208 status collapsed
15209
15210 \begin_layout Plain Layout
15211 Color ! en bordes de tabla
15212 \end_layout
15213
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \begin_layout Standard
15220 Como se describe en la sección
15221 \begin_inset space ~
15222 \end_inset
15223
15224
15225 \begin_inset CommandInset ref
15226 LatexCommand ref
15227 reference "sub:Grosor-de-Líneas"
15228
15229 \end_inset
15230
15231 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15232  
15233 \series bold
15234
15235 \backslash
15236 arrayrulewidth
15237 \series default
15238 .
15239  Se ha puesto 1.5
15240 \begin_inset space \thinspace{}
15241 \end_inset
15242
15243 pt para todas las tablas de esta sección.
15244 \begin_inset ERT
15245 status collapsed
15246
15247 \begin_layout Plain Layout
15248
15249
15250 \backslash
15251 setlength{
15252 \backslash
15253 arrayrulewidth}{1.5pt}
15254 \end_layout
15255
15256 \end_inset
15257
15258
15259 \end_layout
15260
15261 \begin_layout Standard
15262 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15263  el preámbulo del documento el siguiente formato de columna, de acuerdo
15264  a lo descrito en la sección
15265 \begin_inset space ~
15266 \end_inset
15267
15268
15269 \begin_inset CommandInset ref
15270 LatexCommand ref
15271 reference "sub:Formato-Personalizado"
15272
15273 \end_inset
15274
15275 :
15276 \end_layout
15277
15278 \begin_layout Standard
15279
15280 \series bold
15281
15282 \backslash
15283 newcolumntype{W}{!{
15284 \backslash
15285 color{green}
15286 \backslash
15287 vline}}
15288 \end_layout
15289
15290 \begin_layout Standard
15291 Para la tabla
15292 \begin_inset space ~
15293 \end_inset
15294
15295
15296 \begin_inset CommandInset ref
15297 LatexCommand ref
15298 reference "tab:Tabla-con-verticales-coloreadas"
15299
15300 \end_inset
15301
15302  se usó el argumento LaTeX
15303 \series bold
15304  WcW
15305 \series default
15306  para la última columna y
15307 \series bold
15308  Wc
15309 \series default
15310  para las demás.
15311 \end_layout
15312
15313 \begin_layout Standard
15314 Si quieres tener varios colores, define más formatos de columna.
15315 \end_layout
15316
15317 \begin_layout Standard
15318 \begin_inset Float table
15319 placement h
15320 wide false
15321 sideways false
15322 status open
15323
15324 \begin_layout Plain Layout
15325 \begin_inset Caption
15326
15327 \begin_layout Plain Layout
15328 \begin_inset CommandInset label
15329 LatexCommand label
15330 name "tab:Tabla-con-verticales-coloreadas"
15331
15332 \end_inset
15333
15334 Tabla con líneas verticales coloreadas
15335 \end_layout
15336
15337 \end_inset
15338
15339
15340 \end_layout
15341
15342 \begin_layout Plain Layout
15343 \align center
15344 \begin_inset Tabular
15345 <lyxtabular version="3" rows="3" columns="3">
15346 <features>
15347 <column alignment="center" valignment="top" width="0" special="Wc">
15348 <column alignment="center" valignment="top" width="0" special="Wc">
15349 <column alignment="center" valignment="top" width="0" special="WcW">
15350 <row>
15351 <cell alignment="center" valignment="top" topline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 sd
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" topline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 <cell alignment="center" valignment="top" topline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 </row>
15379 <row>
15380 <cell alignment="center" valignment="top" topline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" topline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 sd
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 <cell alignment="center" valignment="top" topline="true" usebox="none">
15399 \begin_inset Text
15400
15401 \begin_layout Plain Layout
15402
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 </row>
15408 <row>
15409 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15410 \begin_inset Text
15411
15412 \begin_layout Plain Layout
15413
15414 \end_layout
15415
15416 \end_inset
15417 </cell>
15418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Plain Layout
15422
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Plain Layout
15431 sd
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 </row>
15437 </lyxtabular>
15438
15439 \end_inset
15440
15441
15442 \end_layout
15443
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \begin_layout Standard
15450 \begin_inset VSpace bigskip
15451 \end_inset
15452
15453 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15454 \begin_inset space ~
15455 \end_inset
15456
15457
15458 \begin_inset CommandInset ref
15459 LatexCommand ref
15460 reference "tab:Tabla-con-horizontales-coloreadas"
15461
15462 \end_inset
15463
15464 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15465 \end_layout
15466
15467 \begin_layout Standard
15468
15469 \series bold
15470
15471 \backslash
15472 let
15473 \backslash
15474 myHlineC
15475 \backslash
15476 hline
15477 \begin_inset Newline newline
15478 \end_inset
15479
15480
15481 \backslash
15482 renewcommand{
15483 \backslash
15484 hline}
15485 \begin_inset Newline newline
15486 \end_inset
15487
15488
15489 \begin_inset ERT
15490 status collapsed
15491
15492 \begin_layout Plain Layout
15493
15494
15495 \backslash
15496 hphantom{ }
15497 \end_layout
15498
15499 \end_inset
15500
15501 {
15502 \backslash
15503 arrayrulecolor{red}
15504 \backslash
15505 myHlineC
15506 \backslash
15507 arrayrulecolor{black}}
15508 \end_layout
15509
15510 \begin_layout Standard
15511 \begin_inset ERT
15512 status collapsed
15513
15514 \begin_layout Plain Layout
15515
15516
15517 \backslash
15518 let
15519 \backslash
15520 myHlineC
15521 \backslash
15522 hline
15523 \end_layout
15524
15525 \begin_layout Plain Layout
15526
15527
15528 \backslash
15529 renewcommand{
15530 \backslash
15531 hline}
15532 \end_layout
15533
15534 \begin_layout Plain Layout
15535
15536  {
15537 \backslash
15538 arrayrulecolor{red}
15539 \backslash
15540 myHlineC
15541 \backslash
15542 arrayrulecolor{black}}
15543 \end_layout
15544
15545 \end_inset
15546
15547
15548 \begin_inset Float table
15549 placement h
15550 wide false
15551 sideways false
15552 status open
15553
15554 \begin_layout Plain Layout
15555 \begin_inset Caption
15556
15557 \begin_layout Plain Layout
15558 \begin_inset CommandInset label
15559 LatexCommand label
15560 name "tab:Tabla-con-horizontales-coloreadas"
15561
15562 \end_inset
15563
15564 Tabla con líneas horizontales coloreadas
15565 \end_layout
15566
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \begin_layout Plain Layout
15573 \align center
15574 \begin_inset Tabular
15575 <lyxtabular version="3" rows="3" columns="3">
15576 <features>
15577 <column alignment="center" valignment="top" width="0">
15578 <column alignment="center" valignment="top" width="0">
15579 <column alignment="center" valignment="top" width="0">
15580 <row>
15581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585 sd
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 </row>
15609 <row>
15610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623 sd
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Plain Layout
15632
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 </row>
15638 <row>
15639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661 sd
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 </row>
15667 </lyxtabular>
15668
15669 \end_inset
15670
15671
15672 \end_layout
15673
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \begin_layout Standard
15680 Para volver al color de línea negro predeterminado inserta este comando
15681  en código TeX detrás de la tabla o el flotante:
15682 \end_layout
15683
15684 \begin_layout Standard
15685
15686 \series bold
15687
15688 \backslash
15689 renewcommand{
15690 \backslash
15691 hline}{
15692 \backslash
15693 myHlineC}
15694 \end_layout
15695
15696 \begin_layout Standard
15697 La tabla
15698 \begin_inset space ~
15699 \end_inset
15700
15701
15702 \begin_inset CommandInset ref
15703 LatexCommand ref
15704 reference "tab:Tabla-con-líneas-coloreadas"
15705
15706 \end_inset
15707
15708  es un ejemplo con líneas verticales y horizontales coloreadas.
15709 \end_layout
15710
15711 \begin_layout Standard
15712 \begin_inset Float table
15713 placement h
15714 wide false
15715 sideways false
15716 status open
15717
15718 \begin_layout Plain Layout
15719 \begin_inset Caption
15720
15721 \begin_layout Plain Layout
15722 \begin_inset CommandInset label
15723 LatexCommand label
15724 name "tab:Tabla-con-líneas-coloreadas"
15725
15726 \end_inset
15727
15728 Tabla con líneas coloreadas
15729 \end_layout
15730
15731 \end_inset
15732
15733
15734 \end_layout
15735
15736 \begin_layout Plain Layout
15737 \align center
15738 \begin_inset Tabular
15739 <lyxtabular version="3" rows="3" columns="3">
15740 <features>
15741 <column alignment="center" valignment="top" width="0" special="Wc">
15742 <column alignment="center" valignment="top" width="0" special="Wc">
15743 <column alignment="center" valignment="top" width="0" special="WcW">
15744 <row>
15745 <cell alignment="center" valignment="top" topline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 sd
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" topline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 <row>
15774 <cell alignment="center" valignment="top" topline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" topline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 sd
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 </row>
15802 <row>
15803 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825 sd
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 </row>
15831 </lyxtabular>
15832
15833 \end_inset
15834
15835
15836 \end_layout
15837
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \begin_layout Standard
15844 \begin_inset ERT
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848
15849
15850 \backslash
15851 renewcommand{
15852 \backslash
15853 hline}{
15854 \backslash
15855 myHlineC}
15856 \end_layout
15857
15858 \end_inset
15859
15860
15861 \end_layout
15862
15863 \begin_layout Standard
15864 \begin_inset ERT
15865 status collapsed
15866
15867 \begin_layout Plain Layout
15868
15869
15870 \backslash
15871 setlength{
15872 \backslash
15873 arrayrulewidth}{0.4pt}
15874 \end_layout
15875
15876 \end_inset
15877
15878
15879 \end_layout
15880
15881 \begin_layout Section
15882 Personalización de tablas
15883 \begin_inset Index
15884 status collapsed
15885
15886 \begin_layout Plain Layout
15887 Personalización de tablas
15888 \end_layout
15889
15890 \end_inset
15891
15892
15893 \begin_inset Index
15894 status collapsed
15895
15896 \begin_layout Plain Layout
15897 Tablas ! Personalización
15898 \end_layout
15899
15900 \end_inset
15901
15902
15903 \end_layout
15904
15905 \begin_layout Subsection
15906 Espacio adicional en filas
15907 \begin_inset CommandInset label
15908 LatexCommand label
15909 name "sub:Espacio-adicional"
15910
15911 \end_inset
15912
15913
15914 \begin_inset Index
15915 status collapsed
15916
15917 \begin_layout Plain Layout
15918 Personalización de tablas ! Espacio adicional en filas
15919 \end_layout
15920
15921 \end_inset
15922
15923
15924 \end_layout
15925
15926 \begin_layout Standard
15927 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15928  
15929 \family sans
15930 Bordes,
15931 \family default
15932  del diálogo de configuración de tablas.
15933  En el marco 
15934 \family sans
15935 Espacio
15936 \begin_inset space ~
15937 \end_inset
15938
15939 adicional
15940 \family default
15941  dispones de tres posibilidades:
15942 \end_layout
15943
15944 \begin_layout Description
15945 Superior
15946 \begin_inset space ~
15947 \end_inset
15948
15949 de
15950 \begin_inset space ~
15951 \end_inset
15952
15953 la
15954 \begin_inset space ~
15955 \end_inset
15956
15957 fila añade espacio sobre los caracteres de la fila.
15958  Si la tabla es de estilo formal
15959 \begin_inset Foot
15960 status collapsed
15961
15962 \begin_layout Plain Layout
15963 Las tablas formales se explican en la sección
15964 \begin_inset space ~
15965 \end_inset
15966
15967
15968 \begin_inset CommandInset ref
15969 LatexCommand ref
15970 reference "sec:Tablas-Formales"
15971
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \end_inset
15978
15979  LyX insertará 0.5
15980 \begin_inset space \thinspace{}
15981 \end_inset
15982
15983 em por omisión.
15984  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15985  verticales, como se ve en la tabla siguiente:
15986 \begin_inset VSpace medskip
15987 \end_inset
15988
15989
15990 \begin_inset Newline newline
15991 \end_inset
15992
15993
15994 \begin_inset space \hspace*{}
15995 \length 0pt
15996 \end_inset
15997
15998
15999 \begin_inset space \hfill{}
16000 \end_inset
16001
16002
16003 \begin_inset Tabular
16004 <lyxtabular version="3" rows="3" columns="1">
16005 <features>
16006 <column alignment="center" valignment="top" width="0">
16007 <row>
16008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012 A
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 </row>
16018 <row topspace="3mm">
16019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 3
16024 \begin_inset space \thinspace{}
16025 \end_inset
16026
16027 mm sobre la fila
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 </row>
16033 <row>
16034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 C
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 </row>
16044 </lyxtabular>
16045
16046 \end_inset
16047
16048
16049 \begin_inset space \hfill{}
16050 \end_inset
16051
16052
16053 \begin_inset space \hspace*{}
16054 \length 0pt
16055 \end_inset
16056
16057
16058 \begin_inset VSpace medskip
16059 \end_inset
16060
16061
16062 \begin_inset Newline newline
16063 \end_inset
16064
16065 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16066  sin líneas verticales.
16067 \end_layout
16068
16069 \begin_layout Description
16070 Inferior
16071 \begin_inset space ~
16072 \end_inset
16073
16074 de
16075 \begin_inset space ~
16076 \end_inset
16077
16078 la
16079 \begin_inset space ~
16080 \end_inset
16081
16082 fila añade espacio bajo los caracteres de la fila.
16083  Si la tabla es formal LyX inserta por omisión 0.5
16084 \begin_inset space \thinspace{}
16085 \end_inset
16086
16087 em; si la tabla es normal inserta 2
16088 \begin_inset space \thinspace{}
16089 \end_inset
16090
16091 pt.
16092  
16093 \end_layout
16094
16095 \begin_layout Description
16096 Entre
16097 \begin_inset space ~
16098 \end_inset
16099
16100 las
16101 \begin_inset space ~
16102 \end_inset
16103
16104 filas añade espacio entre la fila actual y la siguiente.
16105  Si la tabla es formal LyX inserta 0.5
16106 \begin_inset space \thinspace{}
16107 \end_inset
16108
16109 em por omisión.
16110  En tablas normales, el espacio adicional destruirá las líneas verticales
16111  de la tabla, como se ve en la siguiente:
16112 \begin_inset VSpace medskip
16113 \end_inset
16114
16115
16116 \begin_inset Newline newline
16117 \end_inset
16118
16119
16120 \begin_inset space \hspace*{}
16121 \length 0pt
16122 \end_inset
16123
16124
16125 \begin_inset space \hfill{}
16126 \end_inset
16127
16128
16129 \begin_inset Tabular
16130 <lyxtabular version="3" rows="3" columns="1">
16131 <features>
16132 <column alignment="center" valignment="top" width="0">
16133 <row>
16134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138 A
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 <row interlinespace="3mm">
16145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149 \begin_inset Formula $\downarrow$
16150 \end_inset
16151
16152  3
16153 \begin_inset space \thinspace{}
16154 \end_inset
16155
16156 mm entre las filas
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 <row>
16163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 \begin_inset Formula $\uparrow$
16168 \end_inset
16169
16170  3
16171 \begin_inset space \thinspace{}
16172 \end_inset
16173
16174 mm entre las filas 
16175 \begin_inset Formula $\uparrow$
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 </row>
16184 </lyxtabular>
16185
16186 \end_inset
16187
16188
16189 \begin_inset space \hfill{}
16190 \end_inset
16191
16192
16193 \begin_inset space \hspace*{}
16194 \length 0pt
16195 \end_inset
16196
16197
16198 \begin_inset VSpace medskip
16199 \end_inset
16200
16201
16202 \begin_inset Newline newline
16203 \end_inset
16204
16205 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16206  para tablas sin líneas verticales.
16207 \end_layout
16208
16209 \begin_layout Standard
16210 \begin_inset VSpace bigskip
16211 \end_inset
16212
16213 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16214  utiliza los siguientes comandos en el preámbulo:
16215 \end_layout
16216
16217 \begin_layout Standard
16218
16219 \series bold
16220
16221 \backslash
16222 @ifundefined{extrarowheight}
16223 \begin_inset Newline newline
16224 \end_inset
16225
16226
16227 \begin_inset ERT
16228 status collapsed
16229
16230 \begin_layout Plain Layout
16231
16232
16233 \backslash
16234 hphantom{ }
16235 \end_layout
16236
16237 \end_inset
16238
16239 {
16240 \backslash
16241 usepackage{array}}{}
16242 \begin_inset Newline newline
16243 \end_inset
16244
16245
16246 \backslash
16247 setlength{
16248 \backslash
16249 extrarowheight}{altura}
16250 \end_layout
16251
16252 \begin_layout Standard
16253 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16254  centrado en vertical.
16255  (Lyx cargará automáticamente el paquete 
16256 \series bold
16257 array
16258 \series default
16259  cuando uses formatos de tabla autodefinidos.
16260  Para evitar que sea cargado dos veces se pone al principio el comando 
16261 \series bold
16262
16263 \backslash
16264 @ifundefined
16265 \series default
16266 .)
16267 \end_layout
16268
16269 \begin_layout Standard
16270 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16271  la tabla están a veces demasiado cerca de las letras.
16272  Esto se puede corregir insertando el comando 
16273 \series bold
16274
16275 \backslash
16276 strut
16277 \series default
16278  en código TeX al principio de la fila de la tabla.
16279  La tabla
16280 \begin_inset space ~
16281 \end_inset
16282
16283
16284 \begin_inset CommandInset ref
16285 LatexCommand ref
16286 reference "tab:Alineación-vertical"
16287
16288 \end_inset
16289
16290  muestra el efecto:
16291 \end_layout
16292
16293 \begin_layout Standard
16294 \noindent
16295 \begin_inset Float table
16296 placement h
16297 wide false
16298 sideways false
16299 status open
16300
16301 \begin_layout Plain Layout
16302 \begin_inset Caption
16303
16304 \begin_layout Plain Layout
16305 \begin_inset CommandInset label
16306 LatexCommand label
16307 name "tab:Alineación-vertical"
16308
16309 \end_inset
16310
16311 Alineación vertical de texto con fuentes grandes
16312 \end_layout
16313
16314 \end_inset
16315
16316
16317 \end_layout
16318
16319 \begin_layout Plain Layout
16320 \begin_inset space \hfill{}
16321 \end_inset
16322
16323
16324 \begin_inset Float table
16325 wide false
16326 sideways false
16327 status collapsed
16328
16329 \begin_layout Plain Layout
16330 \begin_inset Caption
16331
16332 \begin_layout Plain Layout
16333 Tabla normal
16334 \end_layout
16335
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \begin_layout Plain Layout
16342 \noindent
16343 \align center
16344 \begin_inset Tabular
16345 <lyxtabular version="3" rows="6" columns="1">
16346 <features>
16347 <column alignment="left" valignment="top" width="0">
16348 <row>
16349 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 Normal, g
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 </row>
16359 <row>
16360 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364
16365 \size large
16366 Grande
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377
16378 \size larger
16379 Más grande
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 <row>
16386 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390
16391 \size largest
16392 Grandísima
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 </row>
16398 <row>
16399 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403
16404 \size huge
16405 Enorme
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 </row>
16411 <row>
16412 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416
16417 \size huge
16418 Más enorme
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 </row>
16424 </lyxtabular>
16425
16426 \end_inset
16427
16428
16429 \end_layout
16430
16431 \end_inset
16432
16433
16434 \begin_inset space \hfill{}
16435 \end_inset
16436
16437
16438 \begin_inset Float table
16439 wide false
16440 sideways false
16441 status collapsed
16442
16443 \begin_layout Plain Layout
16444 \begin_inset Caption
16445
16446 \begin_layout Plain Layout
16447 Tabla con comando 
16448 \series bold
16449
16450 \backslash
16451 strut
16452 \end_layout
16453
16454 \end_inset
16455
16456
16457 \end_layout
16458
16459 \begin_layout Plain Layout
16460 \noindent
16461 \align center
16462 \begin_inset Tabular
16463 <lyxtabular version="3" rows="6" columns="1">
16464 <features>
16465 <column alignment="left" valignment="top" width="0">
16466 <row>
16467 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 Normal, g
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 <row>
16478 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482
16483 \size large
16484 \begin_inset ERT
16485 status collapsed
16486
16487 \begin_layout Plain Layout
16488
16489
16490 \backslash
16491 strut 
16492 \end_layout
16493
16494 \end_inset
16495
16496 Grande
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 </row>
16502 <row>
16503 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507
16508 \size larger
16509 \begin_inset ERT
16510 status collapsed
16511
16512 \begin_layout Plain Layout
16513
16514
16515 \backslash
16516 strut 
16517 \end_layout
16518
16519 \end_inset
16520
16521 Más grande
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 </row>
16527 <row>
16528 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532
16533 \size largest
16534 \begin_inset ERT
16535 status collapsed
16536
16537 \begin_layout Plain Layout
16538
16539
16540 \backslash
16541 strut 
16542 \end_layout
16543
16544 \end_inset
16545
16546 Grandísima
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 </row>
16552 <row>
16553 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557
16558 \size huge
16559 \begin_inset ERT
16560 status collapsed
16561
16562 \begin_layout Plain Layout
16563
16564
16565 \backslash
16566 strut 
16567 \end_layout
16568
16569 \end_inset
16570
16571 Enorme
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 </row>
16577 <row>
16578 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582
16583 \size giant
16584 \begin_inset ERT
16585 status collapsed
16586
16587 \begin_layout Plain Layout
16588
16589
16590 \backslash
16591 strut 
16592 \end_layout
16593
16594 \end_inset
16595
16596
16597 \size huge
16598 Más enorme
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 </lyxtabular>
16605
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \end_inset
16612
16613
16614 \begin_inset space \hfill{}
16615 \end_inset
16616
16617
16618 \end_layout
16619
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \begin_layout Subsection
16626 Alineación especial de celdas
16627 \begin_inset Index
16628 status collapsed
16629
16630 \begin_layout Plain Layout
16631 Personalización de tablas ! Alineación especial de celdas
16632 \end_layout
16633
16634 \end_inset
16635
16636
16637 \end_layout
16638
16639 \begin_layout Standard
16640 A veces mejora la presentación si las entradas en las celdas de una columna
16641  se alinean con un carácter determinado, p.
16642 \begin_inset space \thinspace{}
16643 \end_inset
16644
16645 e.
16646 \begin_inset space ~
16647 \end_inset
16648
16649 el separador decimal, como en la tabla
16650 \begin_inset space ~
16651 \end_inset
16652
16653
16654 \begin_inset CommandInset ref
16655 LatexCommand ref
16656 reference "tab:Tabla-con-celdas-de"
16657
16658 \end_inset
16659
16660 .
16661 \end_layout
16662
16663 \begin_layout Standard
16664 \begin_inset Float table
16665 wide false
16666 sideways false
16667 status open
16668
16669 \begin_layout Plain Layout
16670 \begin_inset Caption
16671
16672 \begin_layout Plain Layout
16673 \begin_inset CommandInset label
16674 LatexCommand label
16675 name "tab:Tabla-con-celdas-de"
16676
16677 \end_inset
16678
16679 Tabla con celdas alineadas con el separador decimal.
16680 \end_layout
16681
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \begin_layout Plain Layout
16688 \align center
16689 \begin_inset Tabular
16690 <lyxtabular version="3" rows="4" columns="2">
16691 <features>
16692 <column alignment="right" valignment="top" width="0">
16693 <column alignment="left" valignment="top" width="0" special="@{}l">
16694 <row>
16695 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 leyenda
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 </row>
16714 <row>
16715 <cell alignment="center" valignment="top" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 12.
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell alignment="center" valignment="top" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 6
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 </row>
16734 <row>
16735 <cell alignment="center" valignment="top" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 0.
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 68
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 </row>
16754 <row>
16755 <cell alignment="center" valignment="top" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 -123.
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 0
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 </row>
16774 </lyxtabular>
16775
16776 \end_inset
16777
16778
16779 \end_layout
16780
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \begin_layout Standard
16787 Esta es una tabla 4×2.
16788  La leyenda es una multicolumna centrada.
16789  La primera columna está alineada a la derecha y contiene el punto decimal
16790  y los dígitos anteriores.
16791  La segunda columna está alineada a la izquierda y contiene los dígitos
16792  posteriores al punto decimal.
16793  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16794  argumento LaTeX para la segunda columna:
16795 \end_layout
16796
16797 \begin_layout Standard
16798
16799 \series bold
16800 @{}l
16801 \end_layout
16802
16803 \begin_layout Standard
16804 La tabla
16805 \begin_inset space ~
16806 \end_inset
16807
16808
16809 \begin_inset CommandInset ref
16810 LatexCommand ref
16811 reference "tab:Varias-alineaciones"
16812
16813 \end_inset
16814
16815  muestra varios ejemplos de alineación.
16816  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16817 o más pequeño al comienzo de la última columna para conseguir el espacio
16818  adecuado alrededor del signo.
16819 \end_layout
16820
16821 \begin_layout Standard
16822 \begin_inset Float table
16823 placement h
16824 wide false
16825 sideways false
16826 status open
16827
16828 \begin_layout Plain Layout
16829 \begin_inset Caption
16830
16831 \begin_layout Plain Layout
16832 \begin_inset CommandInset label
16833 LatexCommand label
16834 name "tab:Varias-alineaciones"
16835
16836 \end_inset
16837
16838 Tabla con varias alineaciones.
16839 \end_layout
16840
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \begin_layout Plain Layout
16847 \align center
16848 \begin_inset Tabular
16849 <lyxtabular version="3" rows="4" columns="6">
16850 <features>
16851 <column alignment="right" valignment="top" width="0">
16852 <column alignment="left" valignment="top" width="0" special="@{}l">
16853 <column alignment="right" valignment="top" width="0">
16854 <column alignment="left" valignment="top" width="0" special="@{}l">
16855 <column alignment="right" valignment="top" width="0">
16856 <column alignment="left" valignment="top" width="0" special="@{}l">
16857 <row>
16858 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 unidades
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880 exponentes
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 relaciones
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="center" valignment="top" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 12×
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 24
16928 \begin_inset space \thinspace{}
16929 \end_inset
16930
16931 bottles
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 \begin_inset Formula $10\cdot$
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952 \begin_inset Formula $10^{\mbox{-}17}$
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 \begin_inset Formula $\Gamma(t)\propto$
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 \begin_inset Formula $\:\Upsilon(t)$
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 <row>
16986 <cell alignment="center" valignment="top" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990 1024×
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 768
17000 \begin_inset space \thinspace{}
17001 \end_inset
17002
17003 Pixels
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 \begin_inset Formula $5.78\cdot$
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Plain Layout
17024 \begin_inset Formula $10^{7}$
17025 \end_inset
17026
17027
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 <cell alignment="center" valignment="top" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 \begin_inset Formula $A\ne$
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Formula $\: B_{\mathrm{red}}$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062 32×
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 6
17072 \begin_inset space \thinspace{}
17073 \end_inset
17074
17075 cm
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 <cell alignment="center" valignment="top" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084 -
17085 \begin_inset Formula $33.5\cdot$
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 \begin_inset Formula $10^{4}$
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 \begin_inset Formula $\sen(\alpha)\ge$
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 \begin_inset Formula $\:\sen(\beta)$
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 </lyxtabular>
17131
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \begin_layout Standard
17143 \begin_inset VSpace bigskip
17144 \end_inset
17145
17146 También hay un paquete LaTeX, 
17147 \series bold
17148 dcolumn
17149 \series default
17150
17151 \begin_inset Index
17152 status collapsed
17153
17154 \begin_layout Plain Layout
17155 LaTeX-paquetes ! dcolumn
17156 \end_layout
17157
17158 \end_inset
17159
17160 , que permite alinear el contenido de las celdas.
17161  Pero desgraciadamente trata las entradas de celda en modo matemático y
17162  no permite fórmulas en celdas: la primera columna de la tabla
17163 \begin_inset space ~
17164 \end_inset
17165
17166
17167 \begin_inset CommandInset ref
17168 LatexCommand ref
17169 reference "tab:Varias-alineaciones"
17170
17171 \end_inset
17172
17173  se verá con 
17174 \series bold
17175 dcolumn
17176 \series default
17177  como la primera columna en la tabla
17178 \begin_inset space ~
17179 \end_inset
17180
17181
17182 \begin_inset CommandInset ref
17183 LatexCommand ref
17184 reference "tab:Alineaciones-con-el"
17185
17186 \end_inset
17187
17188  y sólo con algunos trucos se consigue lo que se espera.
17189  La alineación de la segunda y tercera columnas de la tabla
17190 \begin_inset space ~
17191 \end_inset
17192
17193
17194 \begin_inset CommandInset ref
17195 LatexCommand ref
17196 reference "tab:Varias-alineaciones"
17197
17198 \end_inset
17199
17200  no es posible con 
17201 \series bold
17202 dcolumn
17203 \series default
17204 .
17205 \end_layout
17206
17207 \begin_layout Standard
17208 \begin_inset Newpage newpage
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \begin_layout Standard
17215 \begin_inset Float table
17216 placement h
17217 wide false
17218 sideways false
17219 status open
17220
17221 \begin_layout Plain Layout
17222 \begin_inset Caption
17223
17224 \begin_layout Plain Layout
17225 \begin_inset CommandInset label
17226 LatexCommand label
17227 name "tab:Alineaciones-con-el"
17228
17229 \end_inset
17230
17231
17232 \begin_inset OptArg
17233 status collapsed
17234
17235 \begin_layout Plain Layout
17236 Tabla alineada con 
17237 \series bold
17238 dcolumn
17239 \end_layout
17240
17241 \end_inset
17242
17243 Alineaciones con el paquete LaTeX 
17244 \series bold
17245 dcolumn
17246 \series default
17247 .
17248  Hay que usar algunos trucos para la alineación de las columnas en la salida.
17249 \end_layout
17250
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \begin_layout Plain Layout
17257 \align center
17258 \begin_inset Tabular
17259 <lyxtabular version="3" rows="4" columns="3">
17260 <features>
17261 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17262 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17263 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17264 <row>
17265 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269 unidades
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278 unidades
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287 unidades
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 <row>
17294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298 12x24
17299 \begin_inset space \thinspace{}
17300 \end_inset
17301
17302 bottles
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Plain Layout
17311 12x24
17312 \begin_inset space \thinspace{}
17313 \end_inset
17314
17315
17316 \begin_inset Formula $\mbox{bottles}$
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 <cell alignment="center" valignment="top" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328 12
17329 \begin_inset ERT
17330 status collapsed
17331
17332 \begin_layout Plain Layout
17333
17334
17335 \backslash
17336 times
17337 \end_layout
17338
17339 \end_inset
17340
17341 24+
17342 \begin_inset Formula $\mbox{bottles}$
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 <row>
17352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 1024x768
17357 \begin_inset space \thinspace{}
17358 \end_inset
17359
17360 Pixels
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369 1024x768
17370 \begin_inset space \thinspace{}
17371 \end_inset
17372
17373
17374 \begin_inset Formula $\mbox{Pixels}$
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 <cell alignment="center" valignment="top" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 1024
17387 \begin_inset ERT
17388 status collapsed
17389
17390 \begin_layout Plain Layout
17391
17392
17393 \backslash
17394 times
17395 \end_layout
17396
17397 \end_inset
17398
17399 768+
17400 \begin_inset Formula $\mbox{Pixels}$
17401 \end_inset
17402
17403  
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 </row>
17409 <row>
17410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414 32x6
17415 \begin_inset space \thinspace{}
17416 \end_inset
17417
17418 cm
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427 32x6
17428 \begin_inset space \thinspace{}
17429 \end_inset
17430
17431
17432 \begin_inset Formula $\mbox{cm}$
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 32
17445 \begin_inset ERT
17446 status collapsed
17447
17448 \begin_layout Plain Layout
17449
17450
17451 \backslash
17452 times
17453 \end_layout
17454
17455 \end_inset
17456
17457 6+
17458 \begin_inset Formula $\mbox{cm}$
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 </row>
17467 </lyxtabular>
17468
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \begin_layout Subsection
17480 Formato personalizado de celda/columna
17481 \begin_inset CommandInset label
17482 LatexCommand label
17483 name "sub:Formato-Personalizado"
17484
17485 \end_inset
17486
17487
17488 \begin_inset Index
17489 status collapsed
17490
17491 \begin_layout Plain Layout
17492 Personalización de tablas ! Formato de celda/columna
17493 \end_layout
17494
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \begin_layout Standard
17501 El cálculo de la anchura necesaria para columnas extendidas descrito en
17502  la sección
17503 \begin_inset space ~
17504 \end_inset
17505
17506
17507 \begin_inset CommandInset ref
17508 LatexCommand ref
17509 reference "sub:Cálculos-en-Multicolumnas"
17510
17511 \end_inset
17512
17513  es muy pesado si tienes varias tablas con multicolumnas.
17514  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17515 mna aplicable a todas las tablas del documento.
17516  El formato se define con el comando
17517 \end_layout
17518
17519 \begin_layout Standard
17520
17521 \series bold
17522
17523 \backslash
17524 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17525 \end_layout
17526
17527 \begin_layout Standard
17528 El nombre de formato puede ser una sola letra.
17529  Las letras 
17530 \emph on
17531 b, c, l, m, p
17532 \emph default
17533  y 
17534 \emph on
17535 r
17536 \emph default
17537  están predefinidas y no pueden usarse.
17538  Pero se permiten todas las mayúsculas.
17539 \end_layout
17540
17541 \begin_layout Standard
17542 \begin_inset VSpace medskip
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \begin_layout Standard
17549 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17550  fija puedes definir el formato de celda
17551 \end_layout
17552
17553 \begin_layout Standard
17554
17555 \series bold
17556
17557 \backslash
17558 newcolumntype{M}[1]{>{
17559 \backslash
17560 centering
17561 \backslash
17562 hspace{0pt}}m{#1}}
17563 \end_layout
17564
17565 \begin_layout Standard
17566 donde 
17567 \series bold
17568
17569 \backslash
17570 hspace{0pt}
17571 \series default
17572  evita el problema de partir con guión la primera palabra, como se describe
17573  en la sección
17574 \begin_inset space ~
17575 \end_inset
17576
17577
17578 \begin_inset CommandInset ref
17579 LatexCommand ref
17580 reference "sub:Líneas-Múltiples-en"
17581
17582 \end_inset
17583
17584 .
17585  Ahora puedes introducir simplemente
17586 \end_layout
17587
17588 \begin_layout Standard
17589
17590 \series bold
17591 M{ancho}
17592 \end_layout
17593
17594 \begin_layout Standard
17595 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17596 \end_layout
17597
17598 \begin_layout Standard
17599 \begin_inset VSpace bigskip
17600 \end_inset
17601
17602
17603 \end_layout
17604
17605 \begin_layout Standard
17606 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17607 \end_layout
17608
17609 \begin_layout Standard
17610
17611 \series bold
17612
17613 \backslash
17614 newcolumntype{S}[2]{>{
17615 \backslash
17616 centering
17617 \backslash
17618 hspace{0pt}}
17619 \begin_inset Newline newline
17620 \end_inset
17621
17622
17623 \begin_inset ERT
17624 status collapsed
17625
17626 \begin_layout Plain Layout
17627
17628
17629 \backslash
17630 phantom{
17631 \end_layout
17632
17633 \end_inset
17634
17635
17636 \backslash
17637 newcolumntype
17638 \begin_inset ERT
17639 status collapsed
17640
17641 \begin_layout Plain Layout
17642
17643 }
17644 \end_layout
17645
17646 \end_inset
17647
17648 m{(#1+(2
17649 \backslash
17650 tabcolsep+
17651 \backslash
17652 arrayrulewidth)*(1-#2))/#2}}
17653 \end_layout
17654
17655 \begin_layout Standard
17656 Este formato usa la ecuación 
17657 \begin_inset CommandInset ref
17658 LatexCommand eqref
17659 reference "eq:Wgn"
17660
17661 \end_inset
17662
17663  para calcular la anchura necesaria para que cada celda extendida tenga
17664  la misma anchura.
17665 \end_layout
17666
17667 \begin_layout Standard
17668 Ahora puedes introducir
17669 \end_layout
17670
17671 \begin_layout Standard
17672
17673 \series bold
17674 S{ancho de la celda multicolumna}{número de columnas extendidas}
17675 \end_layout
17676
17677 \begin_layout Standard
17678 como argumento LaTeX de la columna.
17679 \end_layout
17680
17681 \begin_layout Standard
17682 \begin_inset VSpace bigskip
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \begin_layout Standard
17689 Para columnas coloreadas puedes definir
17690 \end_layout
17691
17692 \begin_layout Standard
17693
17694 \series bold
17695
17696 \backslash
17697 newcolumntype{K}[1]{>{
17698 \backslash
17699 columncolor{#1}
17700 \backslash
17701 hspace{0pt}}c}
17702 \end_layout
17703
17704 \begin_layout Standard
17705 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17706  horizontalmente.
17707  Ahora puedes introducir
17708 \end_layout
17709
17710 \begin_layout Standard
17711
17712 \series bold
17713 K{nombre del color}
17714 \end_layout
17715
17716 \begin_layout Standard
17717 como argumento LaTeX.
17718 \end_layout
17719
17720 \begin_layout Standard
17721 \begin_inset VSpace bigskip
17722 \end_inset
17723
17724
17725 \end_layout
17726
17727 \begin_layout Standard
17728 Para crear la tabla
17729 \begin_inset space ~
17730 \end_inset
17731
17732
17733 \begin_inset CommandInset ref
17734 LatexCommand ref
17735 reference "tab:Tabla-con-formatos-definidos-por"
17736
17737 \end_inset
17738
17739  usa los argumentos LaTeX
17740 \end_layout
17741
17742 \begin_layout Standard
17743
17744 \series bold
17745 M{2.5cm}
17746 \end_layout
17747
17748 \begin_layout Standard
17749 para la primera columna y la multicolumna,
17750 \end_layout
17751
17752 \begin_layout Standard
17753
17754 \series bold
17755 K{red}
17756 \end_layout
17757
17758 \begin_layout Standard
17759 para la última columna y
17760 \end_layout
17761
17762 \begin_layout Standard
17763
17764 \series bold
17765 S{2.5cm}{2}
17766 \end_layout
17767
17768 \begin_layout Standard
17769 para las celdas en la segunda columna.
17770 \end_layout
17771
17772 \begin_layout Standard
17773 \begin_inset Float table
17774 placement h
17775 wide false
17776 sideways false
17777 status open
17778
17779 \begin_layout Plain Layout
17780 \begin_inset Caption
17781
17782 \begin_layout Plain Layout
17783 \begin_inset CommandInset label
17784 LatexCommand label
17785 name "tab:Tabla-con-formatos-definidos-por"
17786
17787 \end_inset
17788
17789 Tabla con formatos definidos por el usuario
17790 \end_layout
17791
17792 \end_inset
17793
17794
17795 \end_layout
17796
17797 \begin_layout Plain Layout
17798 \align center
17799 \begin_inset Tabular
17800 <lyxtabular version="3" rows="3" columns="4">
17801 <features>
17802 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17803 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17804 <column alignment="center" valignment="middle" width="0">
17805 <column alignment="center" valignment="middle" width="0" special="K{red}">
17806 <row>
17807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Plain Layout
17811 palabramuylargaenceldadetabla
17812 \end_layout
17813
17814 \end_inset
17815 </cell>
17816 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17817 \begin_inset Text
17818
17819 \begin_layout Plain Layout
17820 multicolumna línea múltiple
17821 \end_layout
17822
17823 \end_inset
17824 </cell>
17825 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829
17830 \end_layout
17831
17832 \end_inset
17833 </cell>
17834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17835 \begin_inset Text
17836
17837 \begin_layout Plain Layout
17838 c
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 </row>
17844 <row>
17845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849 d
17850 \end_layout
17851
17852 \end_inset
17853 </cell>
17854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858 e
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17864 \begin_inset Text
17865
17866 \begin_layout Plain Layout
17867 f
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 g
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 </row>
17882 <row>
17883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887 h
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896 i
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905 j
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 k
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 </row>
17920 </lyxtabular>
17921
17922 \end_inset
17923
17924
17925 \end_layout
17926
17927 \end_inset
17928
17929
17930 \end_layout
17931
17932 \begin_layout Subsection
17933 Grosor de líneas
17934 \begin_inset CommandInset label
17935 LatexCommand label
17936 name "sub:Grosor-de-Líneas"
17937
17938 \end_inset
17939
17940
17941 \begin_inset Index
17942 status collapsed
17943
17944 \begin_layout Plain Layout
17945 Personalización de tablas ! Grosor de línea
17946 \end_layout
17947
17948 \end_inset
17949
17950
17951 \end_layout
17952
17953 \begin_layout Standard
17954 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17955  
17956 \series bold
17957
17958 \backslash
17959 arrayrulewidth
17960 \series default
17961 .
17962  Por ejemplo, para poner un grosor de línea de 1.5
17963 \begin_inset space \thinspace{}
17964 \end_inset
17965
17966 pt, como en la tabla
17967 \begin_inset space ~
17968 \end_inset
17969
17970
17971 \begin_inset CommandInset ref
17972 LatexCommand ref
17973 reference "tab:Tabla-con-líneas"
17974
17975 \end_inset
17976
17977 , inserta el comando
17978 \end_layout
17979
17980 \begin_layout Standard
17981
17982 \series bold
17983
17984 \backslash
17985 setlength{
17986 \backslash
17987 arrayrulewidth}{1.5pt}
17988 \end_layout
17989
17990 \begin_layout Standard
17991 en código TeX antes de la tabla o flotante.
17992  Este cambio es válido para todas las siguientes tablas.
17993  Para volver al valor predeterminado, define 
17994 \series bold
17995
17996 \backslash
17997 arrayrulewidth
17998 \series default
17999  a 0.4
18000 \begin_inset space \thinspace{}
18001 \end_inset
18002
18003 pt en código TeX detrás de la tabla o flotante.
18004 \end_layout
18005
18006 \begin_layout Standard
18007 \begin_inset ERT
18008 status collapsed
18009
18010 \begin_layout Plain Layout
18011
18012
18013 \backslash
18014 setlength{
18015 \backslash
18016 arrayrulewidth}{1.5pt}
18017 \end_layout
18018
18019 \end_inset
18020
18021
18022 \begin_inset Float table
18023 wide false
18024 sideways false
18025 status open
18026
18027 \begin_layout Plain Layout
18028 \begin_inset Caption
18029
18030 \begin_layout Plain Layout
18031 \begin_inset CommandInset label
18032 LatexCommand label
18033 name "tab:Tabla-con-líneas"
18034
18035 \end_inset
18036
18037 Tabla con líneas de grosor 1.5
18038 \begin_inset space \thinspace{}
18039 \end_inset
18040
18041 pt
18042 \end_layout
18043
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \begin_layout Plain Layout
18050 \align center
18051 \begin_inset Tabular
18052 <lyxtabular version="3" rows="3" columns="3">
18053 <features>
18054 <column alignment="center" valignment="top" width="0">
18055 <column alignment="center" valignment="top" width="0">
18056 <column alignment="center" valignment="top" width="0">
18057 <row>
18058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 sd
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 </row>
18086 <row>
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 sd
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 </row>
18115 <row>
18116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 sd
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 </row>
18144 </lyxtabular>
18145
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \end_inset
18152
18153
18154 \begin_inset ERT
18155 status collapsed
18156
18157 \begin_layout Plain Layout
18158
18159
18160 \backslash
18161 setlength{
18162 \backslash
18163 arrayrulewidth}{0.4pt}
18164 \end_layout
18165
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \begin_layout Standard
18172 \begin_inset VSpace bigskip
18173 \end_inset
18174
18175 Para definir un grosor de 1.5
18176 \begin_inset space \thinspace{}
18177 \end_inset
18178
18179 pt sólo para líneas horizontales, como en la tabla
18180 \begin_inset space ~
18181 \end_inset
18182
18183
18184 \begin_inset CommandInset ref
18185 LatexCommand ref
18186 reference "tab:Tabla-con-horizontales"
18187
18188 \end_inset
18189
18190 , inserta estos comandos en código TeX antes de la tabla o flotante:
18191 \end_layout
18192
18193 \begin_layout Standard
18194
18195 \series bold
18196
18197 \backslash
18198 let
18199 \backslash
18200 myHline
18201 \backslash
18202 hline
18203 \begin_inset Newline newline
18204 \end_inset
18205
18206
18207 \backslash
18208 renewcommand{
18209 \backslash
18210 hline}
18211 \begin_inset Newline newline
18212 \end_inset
18213
18214  {
18215 \backslash
18216 noalign{
18217 \backslash
18218 global
18219 \backslash
18220 arrayrulewidth 1.5pt}
18221 \begin_inset Newline newline
18222 \end_inset
18223
18224   
18225 \backslash
18226 myHline
18227 \backslash
18228 noalign{
18229 \backslash
18230 global
18231 \backslash
18232 arrayrulewidth 0.4pt}}
18233 \end_layout
18234
18235 \begin_layout Standard
18236 Para volver al grosor predeterminado, inserta este comando en código TeX
18237  detrás de la tabla o flotante:
18238 \end_layout
18239
18240 \begin_layout Standard
18241
18242 \series bold
18243
18244 \backslash
18245 renewcommand{
18246 \backslash
18247 hline}{
18248 \backslash
18249 myHline}
18250 \end_layout
18251
18252 \begin_layout Standard
18253 \begin_inset ERT
18254 status collapsed
18255
18256 \begin_layout Plain Layout
18257
18258
18259 \backslash
18260 let
18261 \backslash
18262 myHline
18263 \backslash
18264 hline
18265 \end_layout
18266
18267 \begin_layout Plain Layout
18268
18269
18270 \backslash
18271 renewcommand{
18272 \backslash
18273 hline}
18274 \end_layout
18275
18276 \begin_layout Plain Layout
18277
18278  {
18279 \backslash
18280 noalign{
18281 \backslash
18282 global
18283 \backslash
18284 arrayrulewidth 1.5pt}
18285 \end_layout
18286
18287 \begin_layout Plain Layout
18288
18289   
18290 \backslash
18291 myHline
18292 \backslash
18293 noalign{
18294 \backslash
18295 global
18296 \backslash
18297 arrayrulewidth 0.4pt}}
18298 \end_layout
18299
18300 \end_inset
18301
18302
18303 \begin_inset Float table
18304 wide false
18305 sideways false
18306 status open
18307
18308 \begin_layout Plain Layout
18309 \begin_inset Caption
18310
18311 \begin_layout Plain Layout
18312 \begin_inset CommandInset label
18313 LatexCommand label
18314 name "tab:Tabla-con-horizontales"
18315
18316 \end_inset
18317
18318 Tabla con líneas horizontales de 1.5
18319 \begin_inset space \thinspace{}
18320 \end_inset
18321
18322 pt
18323 \end_layout
18324
18325 \end_inset
18326
18327
18328 \end_layout
18329
18330 \begin_layout Plain Layout
18331 \align center
18332 \begin_inset Tabular
18333 <lyxtabular version="3" rows="3" columns="3">
18334 <features>
18335 <column alignment="center" valignment="top" width="0">
18336 <column alignment="center" valignment="top" width="0">
18337 <column alignment="center" valignment="top" width="0">
18338 <row>
18339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343 sd
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361
18362 \end_layout
18363
18364 \end_inset
18365 </cell>
18366 </row>
18367 <row>
18368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 sd
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 </row>
18396 <row>
18397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 sd
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 </row>
18425 </lyxtabular>
18426
18427 \end_inset
18428
18429
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \begin_inset ERT
18436 status collapsed
18437
18438 \begin_layout Plain Layout
18439
18440
18441 \backslash
18442 renewcommand{
18443 \backslash
18444 hline}{
18445 \backslash
18446 myHline}
18447 \end_layout
18448
18449 \end_inset
18450
18451
18452 \end_layout
18453
18454 \begin_layout Standard
18455 \begin_inset VSpace bigskip
18456 \end_inset
18457
18458 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18459  siguiente formato de columna en el preámbulo del documento, de acuerdo
18460  con lo descrito en la sección
18461 \begin_inset space ~
18462 \end_inset
18463
18464
18465 \begin_inset CommandInset ref
18466 LatexCommand ref
18467 reference "sub:Formato-Personalizado"
18468
18469 \end_inset
18470
18471 :
18472 \end_layout
18473
18474 \begin_layout Standard
18475
18476 \series bold
18477
18478 \backslash
18479 newcolumntype{V}{!{
18480 \backslash
18481 vrule width 1.5pt}}
18482 \end_layout
18483
18484 \begin_layout Standard
18485 Para la tabla
18486 \begin_inset space ~
18487 \end_inset
18488
18489
18490 \begin_inset CommandInset ref
18491 LatexCommand ref
18492 reference "tab:Tabla-con-verticales"
18493
18494 \end_inset
18495
18496  se usó el argumento LaTeX
18497 \end_layout
18498
18499 \begin_layout Standard
18500
18501 \series bold
18502 VcV
18503 \end_layout
18504
18505 \begin_layout Standard
18506 para la última columna y
18507 \end_layout
18508
18509 \begin_layout Standard
18510
18511 \series bold
18512 Vc
18513 \end_layout
18514
18515 \begin_layout Standard
18516 para las otras.
18517 \end_layout
18518
18519 \begin_layout Standard
18520 \begin_inset Float table
18521 wide false
18522 sideways false
18523 status open
18524
18525 \begin_layout Plain Layout
18526 \begin_inset Caption
18527
18528 \begin_layout Plain Layout
18529 \begin_inset CommandInset label
18530 LatexCommand label
18531 name "tab:Tabla-con-verticales"
18532
18533 \end_inset
18534
18535 Tabla con líneas verticales de 1.5
18536 \begin_inset space \thinspace{}
18537 \end_inset
18538
18539 pt de grosor
18540 \end_layout
18541
18542 \end_inset
18543
18544
18545 \end_layout
18546
18547 \begin_layout Plain Layout
18548 \align center
18549 \begin_inset Tabular
18550 <lyxtabular version="3" rows="3" columns="3">
18551 <features>
18552 <column alignment="center" valignment="top" width="0" special="Vc">
18553 <column alignment="center" valignment="top" width="0" special="Vc">
18554 <column alignment="center" valignment="top" width="0" special="VcV">
18555 <row>
18556 <cell alignment="center" valignment="top" topline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560 sd
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" topline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
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 </row>
18584 <row>
18585 <cell alignment="center" valignment="top" topline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" topline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 sd
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" topline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 </row>
18613 <row>
18614 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636 sd
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 </row>
18642 </lyxtabular>
18643
18644 \end_inset
18645
18646
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Subsection
18655 Líneas de trazos
18656 \begin_inset Index
18657 status collapsed
18658
18659 \begin_layout Plain Layout
18660 Personalización de tablas ! Líneas de trazos
18661 \end_layout
18662
18663 \end_inset
18664
18665
18666 \end_layout
18667
18668 \begin_layout Standard
18669 \begin_inset ERT
18670 status collapsed
18671
18672 \begin_layout Plain Layout
18673
18674
18675 \backslash
18676 ifarydshln
18677 \end_layout
18678
18679 \end_inset
18680
18681
18682 \begin_inset Note Note
18683 status collapsed
18684
18685 \begin_layout Plain Layout
18686 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18687  LaTeX 
18688 \series bold
18689 arydshln
18690 \series default
18691 .
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \end_layout
18698
18699 \begin_layout Standard
18700 \begin_inset Float table
18701 placement H
18702 wide false
18703 sideways false
18704 status open
18705
18706 \begin_layout Plain Layout
18707 \begin_inset Caption
18708
18709 \begin_layout Plain Layout
18710 \begin_inset CommandInset label
18711 LatexCommand label
18712 name "tab:Tabla-con-trazos"
18713
18714 \end_inset
18715
18716 Tabla con líneas de trazos
18717 \end_layout
18718
18719 \end_inset
18720
18721
18722 \end_layout
18723
18724 \begin_layout Plain Layout
18725 \align center
18726 \begin_inset Tabular
18727 <lyxtabular version="3" rows="5" columns="5">
18728 <features>
18729 <column alignment="center" valignment="top" width="0">
18730 <column alignment="center" valignment="top" width="0">
18731 <column alignment="center" valignment="top" width="0" special=":c">
18732 <column alignment="center" valignment="top" width="0">
18733 <column alignment="center" valignment="top" width="0">
18734 <row>
18735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739 a
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748 b
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757 c
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766 d
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775 e
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 </row>
18781 <row>
18782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786 f
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795 g
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 <cell alignment="center" valignment="top" topline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 h
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813 i
18814 \end_layout
18815
18816 \end_inset
18817 </cell>
18818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822 j
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 </row>
18828 <row>
18829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833 \begin_inset ERT
18834 status collapsed
18835
18836 \begin_layout Plain Layout
18837
18838
18839 \backslash
18840 hdashline 
18841 \end_layout
18842
18843 \end_inset
18844
18845 k
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854 l
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863 m
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 n
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 o
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 </row>
18887 <row>
18888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892 \begin_inset ERT
18893 status collapsed
18894
18895 \begin_layout Plain Layout
18896
18897
18898 \backslash
18899 cdashline{4-5}
18900 \end_layout
18901
18902 \end_inset
18903
18904 p
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913 q
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922 r
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931 s
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 </row>
18946 <row>
18947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951 t
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960 u
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969 v
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 w
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987 x
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 </row>
18993 </lyxtabular>
18994
18995 \end_inset
18996
18997
18998 \end_layout
18999
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \begin_layout Standard
19006 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19007  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19008 \series bold
19009 arydshln
19010 \series default
19011
19012 \begin_inset Index
19013 status collapsed
19014
19015 \begin_layout Plain Layout
19016 LaTeX-paquetes ! arydshln
19017 \end_layout
19018
19019 \end_inset
19020
19021  con el comando 
19022 \end_layout
19023
19024 \begin_layout Standard
19025
19026 \series bold
19027
19028 \backslash
19029 usepackage{arydshln}
19030 \end_layout
19031
19032 \begin_layout Standard
19033 Para hacer una línea vertical a trazos, introduce dos puntos «
19034 \series bold
19035 :
19036 \series default
19037 » junto con el carácter para alineación horizontal como argumento LaTeX
19038  en el diálogo de celda de tabla.
19039 \end_layout
19040
19041 \begin_layout Standard
19042 Para una línea de trazos horizontal añade el comando
19043 \end_layout
19044
19045 \begin_layout Standard
19046
19047 \series bold
19048
19049 \backslash
19050 hdashline
19051 \end_layout
19052
19053 \begin_layout Standard
19054 en código TeX como primer elemento de la primera celda en la fila.
19055 \end_layout
19056
19057 \begin_layout Standard
19058 Para líneas de trazos en multicolumna usa el comando
19059 \end_layout
19060
19061 \begin_layout Standard
19062
19063 \series bold
19064
19065 \backslash
19066 cdashline{número de líneas}
19067 \end_layout
19068
19069 \begin_layout Standard
19070 en código TeX como primer elemento de la primera celda en la fila.
19071  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19072  4 y quieres una línea de trazos por encima, añade el comando
19073 \end_layout
19074
19075 \begin_layout Standard
19076
19077 \series bold
19078
19079 \backslash
19080 cdashline{2-4}
19081 \end_layout
19082
19083 \begin_layout Standard
19084 como primer elemento de la primera celda en la fila de la multicolumna.
19085 \end_layout
19086
19087 \begin_layout Standard
19088 \begin_inset VSpace bigskip
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \begin_layout Standard
19095 La tabla
19096 \begin_inset space ~
19097 \end_inset
19098
19099
19100 \begin_inset CommandInset ref
19101 LatexCommand ref
19102 reference "tab:Tabla-con-trazos"
19103
19104 \end_inset
19105
19106  se ha hecho usando «
19107 \series bold
19108 :c
19109 \series default
19110 » como argumento LaTeX de la tercera columna.
19111  El comando en código TeX 
19112 \series bold
19113
19114 \backslash
19115 hdashline
19116 \series default
19117  se ha insertado en la primera celda de la tercera fila y el comando en
19118  código TeX
19119 \begin_inset Newline newline
19120 \end_inset
19121
19122
19123 \series bold
19124
19125 \backslash
19126 cdashline{4-5}
19127 \series default
19128  en la primera celda de la cuarta fila.
19129 \end_layout
19130
19131 \begin_layout Standard
19132 \begin_inset Note Greyedout
19133 status open
19134
19135 \begin_layout Plain Layout
19136
19137 \series bold
19138 Nota:
19139 \series default
19140  Aparentemente el paquete LaTeX 
19141 \series bold
19142 arydshln
19143 \series default
19144  no es compatible con el paquete LaTeX 
19145 \series bold
19146 colortbl
19147 \series default
19148
19149 \begin_inset Index
19150 status collapsed
19151
19152 \begin_layout Plain Layout
19153 LaTeX-paquetes ! colortbl
19154 \end_layout
19155
19156 \end_inset
19157
19158  que se usa para tablas coloreadas en la sección
19159 \begin_inset space ~
19160 \end_inset
19161
19162
19163 \begin_inset CommandInset ref
19164 LatexCommand ref
19165 reference "sec:Tablas-Coloreadas"
19166
19167 \end_inset
19168
19169 .
19170  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19171 \end_layout
19172
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \begin_layout Standard
19179 \begin_inset ERT
19180 status collapsed
19181
19182 \begin_layout Plain Layout
19183
19184
19185 \backslash
19186 else
19187 \end_layout
19188
19189 \end_inset
19190
19191
19192 \begin_inset Note Note
19193 status collapsed
19194
19195 \begin_layout Plain Layout
19196 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19197  
19198 \series bold
19199 arydshln
19200 \series default
19201 .
19202 \end_layout
19203
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \begin_layout Standard
19210 Debes instalar el paquete LaTeX 
19211 \series bold
19212 arydshln
19213 \series default
19214  para ver la parte siguiente en la salida.
19215 \end_layout
19216
19217 \begin_layout Standard
19218 \begin_inset ERT
19219 status collapsed
19220
19221 \begin_layout Plain Layout
19222
19223
19224 \backslash
19225 fi
19226 \end_layout
19227
19228 \end_inset
19229
19230
19231 \end_layout
19232
19233 \begin_layout Chapter
19234 Flotantes
19235 \begin_inset Index
19236 status collapsed
19237
19238 \begin_layout Plain Layout
19239 Flotantes
19240 \end_layout
19241
19242 \end_inset
19243
19244
19245 \end_layout
19246
19247 \begin_layout Section
19248 Introducción
19249 \begin_inset CommandInset label
19250 LatexCommand label
19251 name "sec:Introducción-Flotantes"
19252
19253 \end_inset
19254
19255
19256 \begin_inset Index
19257 status collapsed
19258
19259 \begin_layout Plain Layout
19260 Flotantes ! Introducción
19261 \end_layout
19262
19263 \end_inset
19264
19265
19266 \end_layout
19267
19268 \begin_layout Standard
19269 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19270  no tiene posición fija.
19271  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19272  Las 
19273 \family sans
19274 Notas
19275 \begin_inset space ~
19276 \end_inset
19277
19278 al
19279 \begin_inset space ~
19280 \end_inset
19281
19282 pie
19283 \family default
19284  y 
19285 \family sans
19286 Notas
19287 \begin_inset space ~
19288 \end_inset
19289
19290 al
19291 \begin_inset space ~
19292 \end_inset
19293
19294 margen
19295 \family default
19296  también son flotantes, porque pueden flotar a la página siguiente cuando
19297  hay demasiadas notas en la página.
19298 \end_layout
19299
19300 \begin_layout Standard
19301 Los flotantes permiten composiciones de alta calidad.
19302  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19303  impedir espacios en blanco y páginas sin texto.
19304  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19305  cada flotante puede ser referenciado en el texto.
19306  Por lo tanto los flotantes están numerados.
19307  Las referencias se describen en la sección
19308 \begin_inset space ~
19309 \end_inset
19310
19311
19312 \begin_inset CommandInset ref
19313 LatexCommand ref
19314 reference "sec:Referencias-a-Flotantes"
19315
19316 \end_inset
19317
19318 .
19319 \end_layout
19320
19321 \begin_layout Standard
19322 Para insertar un flotante, usa el menú 
19323 \family sans
19324 Insertar\SpecialChar \menuseparator
19325 Flotante
19326 \family default
19327 .
19328  Esto inserta una 
19329 \family sans
19330 Leyenda,
19331 \family default
19332  un cuadro con una etiqueta.
19333  La etiqueta se traducirá automáticamente al idioma del documento.
19334  Tras la etiqueta puedes insertar el texto de la leyenda.
19335  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19336  separado dentro del flotante.
19337  La colocación de leyendas se describe en la sección
19338 \begin_inset space ~
19339 \end_inset
19340
19341
19342 \begin_inset CommandInset ref
19343 LatexCommand ref
19344 reference "sec:Colocación-de-leyendas"
19345
19346 \end_inset
19347
19348 .
19349  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19350  con clic izquierdo sobre él.
19351  Un cuadro cerrado se muestra así: 
19352 \begin_inset Graphics
19353         filename clipart/flotanteQt4.png
19354         scale 70
19355
19356 \end_inset
19357
19358  —un cuadro gris con etiqueta en rojo—.
19359 \end_layout
19360
19361 \begin_layout Standard
19362 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19363  errores de LaTeX si el texto circundante se formatea de modo especial.
19364 \end_layout
19365
19366 \begin_layout Standard
19367 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19368  y pinchando el botón correspondiente de la barra de herramientas para un
19369  flotante nuevo.
19370 \end_layout
19371
19372 \begin_layout Section
19373 Tipos de flotantes
19374 \end_layout
19375
19376 \begin_layout Standard
19377 Además de los flotantes de imagen y de tabla que se describen en la sección
19378 \begin_inset space ~
19379 \end_inset
19380
19381
19382 \begin_inset CommandInset ref
19383 LatexCommand ref
19384 reference "sec:Figuras-Flotantes"
19385
19386 \end_inset
19387
19388  y 
19389 \begin_inset CommandInset ref
19390 LatexCommand ref
19391 reference "sec:Tablas-Flotantes"
19392
19393 \end_inset
19394
19395 , respectivamente, LyX ofrece los tipos 
19396 \series bold
19397 Algoritmo
19398 \series default
19399  y 
19400 \series bold
19401 Envoltorio
19402 \series default
19403 .
19404 \end_layout
19405
19406 \begin_layout Subsection
19407 Algoritmos flotantes
19408 \begin_inset Index
19409 status collapsed
19410
19411 \begin_layout Plain Layout
19412 Flotantes ! Algoritmos
19413 \end_layout
19414
19415 \end_inset
19416
19417
19418 \begin_inset CommandInset label
19419 LatexCommand label
19420 name "sub:Algoritmos-Flotantes"
19421
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \begin_layout Standard
19428 \begin_inset Float algorithm
19429 placement h
19430 wide false
19431 sideways false
19432 status open
19433
19434 \begin_layout Plain Layout
19435 \begin_inset Caption
19436
19437 \begin_layout Plain Layout
19438 \begin_inset CommandInset label
19439 LatexCommand label
19440 name "alg:Ejemplo-de-Algoritmo-flotante"
19441
19442 \end_inset
19443
19444 Ejemplo de algoritmo flotante
19445 \end_layout
19446
19447 \end_inset
19448
19449
19450 \end_layout
19451
19452 \begin_layout LyX-Code
19453 for I in 1..N loop
19454 \begin_inset Newline newline
19455 \end_inset
19456
19457  Sum:= Sum + A(I); /*comment*/
19458 \begin_inset Newline newline
19459 \end_inset
19460
19461 end loop
19462 \begin_inset VSpace -4mm
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \begin_layout Standard
19474 Este tipo de flotante se inserta con el menú 
19475 \family sans
19476 Insertar\SpecialChar \menuseparator
19477 Flotante\SpecialChar \menuseparator
19478 Algoritmo
19479 \family default
19480 .
19481  Se usa para códigos y descripciones de algoritmos y se puede considerar
19482  una alternativa al listado de código de programa, que se explica en el
19483  capítulo
19484 \begin_inset space ~
19485 \end_inset
19486
19487
19488 \begin_inset CommandInset ref
19489 LatexCommand ref
19490 reference "cap:Listado-de-programa"
19491
19492 \end_inset
19493
19494 .
19495  Un posible entorno para algoritmos es 
19496 \family sans
19497 Código-LyX
19498 \family default
19499 , descrito en la 
19500 \emph on
19501 Guía del usuario
19502 \emph default
19503  de LyX.
19504  El algoritmo
19505 \begin_inset space ~
19506 \end_inset
19507
19508
19509 \begin_inset CommandInset ref
19510 LatexCommand ref
19511 reference "alg:Ejemplo-de-Algoritmo-flotante"
19512
19513 \end_inset
19514
19515  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19516  vertical de -4
19517 \begin_inset space \thinspace{}
19518 \end_inset
19519
19520 mm al final para tener la línea inferior exactamente bajo la última línea
19521  de texto.
19522 \end_layout
19523
19524 \begin_layout Standard
19525 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19526  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19527 \end_layout
19528
19529 \begin_layout Standard
19530
19531 \series bold
19532
19533 \backslash
19534 floatname{algorithm}{nombre}
19535 \end_layout
19536
19537 \begin_layout Standard
19538 donde 
19539 \family sans
19540 nombre
19541 \family default
19542  es la palabra «
19543 \emph on
19544 algoritmo
19545 \emph default
19546 » en el idioma deseado.
19547 \end_layout
19548
19549 \begin_layout Standard
19550 Para insertar el índice de algoritmos puedes usar el menú 
19551 \family sans
19552 Insertar\SpecialChar \menuseparator
19553 Lista
19554 \begin_inset space \thinspace{}
19555 \end_inset
19556
19557 /
19558 \begin_inset space \thinspace{}
19559 \end_inset
19560
19561 Índice\SpecialChar \menuseparator
19562 Índice de algoritmos
19563 \family default
19564 , si el documento está en el mismo idioma que los menús de LyX.
19565  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19566 \end_layout
19567
19568 \begin_layout Standard
19569
19570 \series bold
19571
19572 \backslash
19573 listof{algorithm}{nombre}
19574 \end_layout
19575
19576 \begin_layout Standard
19577 donde 
19578 \family sans
19579 nombre
19580 \family default
19581  es «
19582 \emph on
19583 Lista de algoritmos
19584 \emph default
19585 » en el idioma del documento.
19586 \end_layout
19587
19588 \begin_layout Standard
19589 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19590  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19591 tmo».
19592  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19593  documento:
19594 \end_layout
19595
19596 \begin_layout Standard
19597
19598 \series bold
19599
19600 \backslash
19601 numberwithin{algorithm}{chapter}
19602 \end_layout
19603
19604 \begin_layout Standard
19605 Para poder usar el comando 
19606 \series bold
19607
19608 \backslash
19609 numberwithin
19610 \series default
19611 , marca la opción 
19612 \family sans
19613 Usar
19614 \begin_inset space ~
19615 \end_inset
19616
19617 el
19618 \begin_inset space ~
19619 \end_inset
19620
19621 paquete
19622 \begin_inset space ~
19623 \end_inset
19624
19625 AMS
19626 \family default
19627  en el menú 
19628 \family sans
19629 Documento\SpecialChar \menuseparator
19630 Configuración\SpecialChar \menuseparator
19631 Opciones para ecuaciones
19632 \family default
19633 .
19634 \end_layout
19635
19636 \begin_layout Subsection
19637 Flotantes envueltos
19638 \begin_inset Index
19639 status collapsed
19640
19641 \begin_layout Plain Layout
19642 Flotantes ! Envoltorio
19643 \end_layout
19644
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \begin_layout Standard
19651 \begin_inset Wrap figure
19652 lines 0
19653 placement l
19654 overhang 1cm
19655 width "40col%"
19656 status open
19657
19658 \begin_layout Plain Layout
19659 \begin_inset Graphics
19660         filename ../clipart/mobius.eps
19661         width 40col%
19662         rotateOrigin center
19663
19664 \end_inset
19665
19666
19667 \end_layout
19668
19669 \begin_layout Plain Layout
19670 \begin_inset Caption
19671
19672 \begin_layout Plain Layout
19673 \begin_inset CommandInset label
19674 LatexCommand label
19675 name "fig:Envoltorio-de-figura"
19676
19677 \end_inset
19678
19679 Figura envuelta en el texto
19680 \end_layout
19681
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \end_inset
19688
19689  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19690  de modo que ocupe sólo una parte del ancho de columna.
19691  Se inserta con el menú 
19692 \family sans
19693 Insertar\SpecialChar \menuseparator
19694 Flotante\SpecialChar \menuseparator
19695 Figura
19696 \begin_inset space ~
19697 \end_inset
19698
19699 envuelta
19700 \family default
19701
19702 \begin_inset space \thinspace{}
19703 \end_inset
19704
19705 /
19706 \begin_inset space \thinspace{}
19707 \end_inset
19708
19709
19710 \family sans
19711 Tabla
19712 \begin_inset space ~
19713 \end_inset
19714
19715 envuelta
19716 \family default
19717  si está instalado el paquete LaTeX 
19718 \series bold
19719 wrapfig
19720 \series default
19721
19722 \begin_inset Index
19723 status collapsed
19724
19725 \begin_layout Plain Layout
19726 LaTeX-paquetes ! wrapfig
19727 \begin_inset ERT
19728 status collapsed
19729
19730 \begin_layout Plain Layout
19731
19732
19733 \backslash
19734 vspace{4mm}
19735 \end_layout
19736
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \end_inset
19743
19744 .
19745 \begin_inset Foot
19746 status collapsed
19747
19748 \begin_layout Plain Layout
19749 La instalación de paquetes LaTeX se explica en el manual 
19750 \emph on
19751 Configuración de LaTeX
19752 \emph default
19753 .
19754 \end_layout
19755
19756 \end_inset
19757
19758  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19759  con clic derecho sobre el cuadro del flotante.
19760  Son obligatorias la 
19761 \family sans
19762 Ubicación
19763 \family default
19764  y la 
19765 \family sans
19766 Anchura
19767 \family default
19768 .
19769  Son opcionales 
19770 \family sans
19771 Extensión al margen
19772 \family default
19773 , que especifica la anchura de invasión del margen, y 
19774 \family sans
19775 Extender
19776 \begin_inset space ~
19777 \end_inset
19778
19779 a
19780 \begin_inset space ~
19781 \end_inset
19782
19783 líneas
19784 \family default
19785 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19786  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19787  opción sólo si encuentras problemas en la colocación del flotante.
19788  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19789  del párrafo o en los párrafos adyacentes.
19790  La figura
19791 \begin_inset space ~
19792 \end_inset
19793
19794
19795 \begin_inset CommandInset ref
19796 LatexCommand ref
19797 reference "fig:Envoltorio-de-figura"
19798
19799 \end_inset
19800
19801  es un ejemplo de envoltorio con una anchura de columna del 40
19802 \begin_inset space \thinspace{}
19803 \end_inset
19804
19805 %, ubicado a la izquierda y 1
19806 \begin_inset space \thinspace{}
19807 \end_inset
19808
19809 cm de invasión de margen.
19810 \begin_inset Foot
19811 status collapsed
19812
19813 \begin_layout Plain Layout
19814 Consulta las unidades disponibles en el apéndice
19815 \begin_inset space ~
19816 \end_inset
19817
19818
19819 \begin_inset CommandInset ref
19820 LatexCommand ref
19821 reference "cap:Unidades-disponibles-en"
19822
19823 \end_inset
19824
19825 .
19826 \end_layout
19827
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \begin_layout Standard
19834 \begin_inset Note Greyedout
19835 status open
19836
19837 \begin_layout Plain Layout
19838
19839 \series bold
19840 Nota:
19841 \series default
19842  ¡Los flotantes envueltos son frágiles! P.
19843 \begin_inset space \thinspace{}
19844 \end_inset
19845
19846 e.
19847 \begin_inset space ~
19848 \end_inset
19849
19850 si una figura está demasiado cerca de la parte inferior de la página se
19851  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19852  o situarse junto a otro texto.
19853 \end_layout
19854
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \begin_layout Standard
19861 En general:
19862 \end_layout
19863
19864 \begin_layout Itemize
19865 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19866  salto de página.
19867  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19868  esté casi listo y puedas prever los saltos de página.
19869 \end_layout
19870
19871 \begin_layout Itemize
19872 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19873  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19874 \end_layout
19875
19876 \begin_layout Itemize
19877 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19878  que procura que haya un párrafo de texto entre ellos.
19879 \end_layout
19880
19881 \begin_layout Itemize
19882 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19883 \end_layout
19884
19885 \begin_layout Section
19886 Numeración de flotantes
19887 \begin_inset Index
19888 status collapsed
19889
19890 \begin_layout Plain Layout
19891 Flotantes ! Numeración
19892 \end_layout
19893
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \begin_layout Standard
19900 En general, los flotantes se numeran independientemente de las secciones
19901  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19902  dependiendo de la clase de documento utilizada.
19903 \end_layout
19904
19905 \begin_layout Standard
19906 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19907  comando en el preámbulo del documento:
19908 \end_layout
19909
19910 \begin_layout Standard
19911
19912 \series bold
19913
19914 \backslash
19915 renewcommand{
19916 \backslash
19917 thetable}{
19918 \backslash
19919 roman{table}}
19920 \end_layout
19921
19922 \begin_layout Standard
19923
19924 \series bold
19925
19926 \backslash
19927 thetable 
19928 \series default
19929 es el comando que imprime el número de la tabla, para figuras flotantes
19930  el comando sería 
19931 \series bold
19932
19933 \backslash
19934 thefigure
19935 \series default
19936 .
19937  El comando 
19938 \series bold
19939
19940 \backslash
19941 roman
19942 \series default
19943  imprime el número de tabla en números romanos en minúscula.
19944 \end_layout
19945
19946 \begin_layout Standard
19947 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19948  usa este comando en el preámbulo:
19949 \end_layout
19950
19951 \begin_layout Standard
19952
19953 \series bold
19954
19955 \backslash
19956 numberwithin{table}{subsection}
19957 \end_layout
19958
19959 \begin_layout Standard
19960 Para poder usar el comando 
19961 \series bold
19962
19963 \backslash
19964 numberwithin
19965 \series default
19966 , debes marcar la opción 
19967 \family sans
19968 Usar
19969 \begin_inset space ~
19970 \end_inset
19971
19972 el
19973 \begin_inset space ~
19974 \end_inset
19975
19976 paquete
19977 \begin_inset space ~
19978 \end_inset
19979
19980 AMS 
19981 \family default
19982 en el apartado 
19983 \family sans
19984 Opciones para ecuaciones 
19985 \family default
19986 de las preferencias del documento.
19987 \end_layout
19988
19989 \begin_layout Standard
19990 Puedes ver más detalles y notas importantes sobre comandos de numeración
19991  en la sección
19992 \begin_inset space ~
19993 \end_inset
19994
19995
19996 \begin_inset CommandInset ref
19997 LatexCommand ref
19998 reference "sub:Numeración-de-Notas-al-Pie"
19999
20000 \end_inset
20001
20002 .
20003 \end_layout
20004
20005 \begin_layout Section
20006 Referencias a flotantes
20007 \begin_inset CommandInset label
20008 LatexCommand label
20009 name "sec:Referencias-a-Flotantes"
20010
20011 \end_inset
20012
20013
20014 \begin_inset Index
20015 status collapsed
20016
20017 \begin_layout Plain Layout
20018 Flotantes ! Referencias
20019 \end_layout
20020
20021 \end_inset
20022
20023
20024 \begin_inset Index
20025 status collapsed
20026
20027 \begin_layout Plain Layout
20028 Referencias
20029 \end_layout
20030
20031 \end_inset
20032
20033
20034 \end_layout
20035
20036 \begin_layout Standard
20037 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20038  menú 
20039 \family sans
20040 Insertar\SpecialChar \menuseparator
20041 Etiqueta
20042 \family default
20043  o el botón 
20044 \begin_inset Graphics
20045         filename ../../images/label-insert.png
20046         scale 85
20047
20048 \end_inset
20049
20050 .
20051  Aparece una ventana esperando la introducción del texto de la etiqueta
20052  y se inserta un cuadro gris como este: 
20053 \begin_inset Graphics
20054         filename clipart/etiquetaQt4.png
20055         scale 85
20056
20057 \end_inset
20058
20059 .
20060  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20061  El prefijo depende del tipo de flotante, p.
20062 \begin_inset space \thinspace{}
20063 \end_inset
20064
20065 e.
20066 \begin_inset space ~
20067 \end_inset
20068
20069 para figuras el prefijo será «
20070 \family sans
20071 fig:
20072 \family default
20073 ».
20074 \end_layout
20075
20076 \begin_layout Standard
20077 La etiqueta se usa como ancla y el nombre para la referencia.
20078  Puedes referenciar la etiqueta usando el menú 
20079 \family sans
20080 Insertar\SpecialChar \menuseparator
20081 Referencia
20082 \family default
20083
20084 \begin_inset space ~
20085 \end_inset
20086
20087
20088 \family sans
20089 cruzada
20090 \family default
20091  o el botón 
20092 \begin_inset Graphics
20093         filename ../../images/dialog-show-new-inset_ref.png
20094         scale 85
20095
20096 \end_inset
20097
20098 .
20099  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20100  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20101  trabajando de la lista desplegable de la parte superior del diálogo.
20102  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20103  Se inserta un cuadro gris como este: 
20104 \begin_inset Graphics
20105         filename clipart/referenciaQt4.png
20106         scale 85
20107
20108 \end_inset
20109
20110 .
20111  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20112 \end_layout
20113
20114 \begin_layout Standard
20115 Se recomienda poner un espacio protegido entre el nombre de la referencia
20116  cruzada y su número para evitar saltos de línea entre ellos.
20117  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20118  dos interrogaciones en la salida.
20119 \end_layout
20120
20121 \begin_layout Standard
20122 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20123  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20124  al texto de la etiqueta nueva, no te ocupes por eso.
20125 \end_layout
20126
20127 \begin_layout Standard
20128 El botón 
20129 \family sans
20130 Ir
20131 \begin_inset space ~
20132 \end_inset
20133
20134 a
20135 \begin_inset space ~
20136 \end_inset
20137
20138 la
20139 \begin_inset space ~
20140 \end_inset
20141
20142 etiqueta
20143 \family default
20144  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20145  y el texto del botón cambia a 
20146 \family sans
20147 Volver
20148 \family default
20149 , con el que se puede retornar a la referencia.
20150  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20151  hasta la etiqueta pero sin opción de volver.
20152 \end_layout
20153
20154 \begin_layout Subsection
20155 Formatos de referencia cruzada
20156 \begin_inset CommandInset label
20157 LatexCommand label
20158 name "sub:Formatos-referencia-cruzada"
20159
20160 \end_inset
20161
20162
20163 \begin_inset Index
20164 status collapsed
20165
20166 \begin_layout Plain Layout
20167 Referencias ! Formatos
20168 \end_layout
20169
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \begin_layout Standard
20176 Hay seis variedades de referencias cruzadas:
20177 \end_layout
20178
20179 \begin_layout Description
20180 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20181  
20182 \begin_inset CommandInset ref
20183 LatexCommand ref
20184 reference "fig:Dos-imágenes-distorsionadas"
20185
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \begin_layout Description
20192 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20193  habitual para referirse a fórmulas, especialmente si se omite el nombre
20194  «Ecuación»: 
20195 \begin_inset CommandInset ref
20196 LatexCommand eqref
20197 reference "eq:Wgn"
20198
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \begin_layout Description
20205 <página>: imprime el número de página: Página
20206 \begin_inset space ~
20207 \end_inset
20208
20209
20210 \begin_inset CommandInset ref
20211 LatexCommand pageref
20212 reference "fig:Dos-imágenes-distorsionadas"
20213
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \begin_layout Description
20220 en
20221 \begin_inset space ~
20222 \end_inset
20223
20224 página
20225 \begin_inset space ~
20226 \end_inset
20227
20228 <página>: imprime el texto «en la página» y el número de página: 
20229 \begin_inset CommandInset ref
20230 LatexCommand vpageref
20231 reference "fig:Dos-imágenes-distorsionadas"
20232
20233 \end_inset
20234
20235
20236 \end_layout
20237
20238 \begin_layout Description
20239 <referencia>
20240 \begin_inset space ~
20241 \end_inset
20242
20243 en
20244 \begin_inset space ~
20245 \end_inset
20246
20247 página
20248 \begin_inset space ~
20249 \end_inset
20250
20251 <página>: imprime el número flotante, el texto «en la página» y el número
20252  de página: 
20253 \begin_inset CommandInset ref
20254 LatexCommand vref
20255 reference "fig:Dos-imágenes-distorsionadas"
20256
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \begin_layout Description
20263 Referencia
20264 \begin_inset space ~
20265 \end_inset
20266
20267 con
20268 \begin_inset space ~
20269 \end_inset
20270
20271 formato: imprime un formato personalizado.
20272  
20273 \begin_inset Note Greyedout
20274 status open
20275
20276 \begin_layout Plain Layout
20277
20278 \series bold
20279 Nota:
20280 \series default
20281  Esta característica sólo está disponible si está instalado el paquete LaTeX
20282  
20283 \series bold
20284 prettyref
20285 \series default
20286 .
20287 \end_layout
20288
20289 \end_inset
20290
20291
20292 \end_layout
20293
20294 \begin_layout Standard
20295 Ten en cuenta que el estilo <página>
20296 \begin_inset space \thinspace{}
20297 \end_inset
20298
20299  no imprime el número si la etiqueta está en la misma página, en la anterior
20300  o en la siguiente.
20301  En su lugar verás p.
20302 \begin_inset space \thinspace{}
20303 \end_inset
20304
20305 e.
20306 \begin_inset space ~
20307 \end_inset
20308
20309 el texto «
20310 \family sans
20311 en esta página
20312 \family default
20313 ».
20314 \end_layout
20315
20316 \begin_layout Standard
20317 El número y página actual de la parte del documento referida es automáticamente
20318  calculado por LaTeX en la salida.
20319  Las variedades se ajustan en el campo 
20320 \family sans
20321 Formato
20322 \family default
20323  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20324 \end_layout
20325
20326 \begin_layout Subsection
20327 Designación automática de referencias
20328 \begin_inset Index
20329 status collapsed
20330
20331 \begin_layout Plain Layout
20332 Referencias ! Designación automática
20333 \end_layout
20334
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \begin_layout Standard
20341 El paquete LaTeX 
20342 \series bold
20343 hyperref
20344 \series default
20345
20346 \begin_inset Index
20347 status collapsed
20348
20349 \begin_layout Plain Layout
20350 LaTeX-paquetes ! hyperref
20351 \end_layout
20352
20353 \end_inset
20354
20355 , que se habilita en 
20356 \family sans
20357 Propiedades PDF
20358 \family default
20359  del diálogo 
20360 \family sans
20361 Documento\SpecialChar \menuseparator
20362 Configuración
20363 \family default
20364 , dispone de una característica muy útil que permite incluir automáticamente
20365  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20366  de texto como 
20367 \emph on
20368 sección
20369 \emph default
20370 ).
20371  Así, p.
20372 \begin_inset space \thinspace{}
20373 \end_inset
20374
20375 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20376  a una figura.
20377  Para usar esta característica habilita el soporte para 
20378 \series bold
20379 hyperref
20380 \series default
20381  e inserta la siguiente línea en el preámbulo LaTeX:
20382 \end_layout
20383
20384 \begin_layout Standard
20385
20386 \series bold
20387
20388 \backslash
20389 AtBeginDocument{
20390 \backslash
20391 renewcommand{
20392 \backslash
20393 ref}[1]{
20394 \backslash
20395 mbox{
20396 \backslash
20397 autoref{#1}}}}
20398 \end_layout
20399
20400 \begin_layout Standard
20401 Si prefieres otros nombres para las referencias distintos de los predeterminados
20402 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20403  lo siguiente en el preámbulo:
20404 \end_layout
20405
20406 \begin_layout Standard
20407
20408 \series bold
20409
20410 \backslash
20411 addto
20412 \backslash
20413 extrasenglish{
20414 \backslash
20415 renewcommand{
20416 \backslash
20417 sectionautorefname}
20418 \begin_inset Newline newline
20419 \end_inset
20420
20421
20422 \begin_inset ERT
20423 status collapsed
20424
20425 \begin_layout Plain Layout
20426
20427
20428 \backslash
20429 hphantom{ }
20430 \end_layout
20431
20432 \end_inset
20433
20434 {sec.
20435 \backslash
20436 negthinspace}}
20437 \end_layout
20438
20439 \begin_layout Standard
20440 Si estás usando un idioma de documento distinto del inglés, reemplaza
20441 \begin_inset Newline newline
20442 \end_inset
20443
20444  
20445 \series bold
20446
20447 \backslash
20448 extrasenglish
20449 \series default
20450  por
20451 \series bold
20452  
20453 \backslash
20454 extras***
20455 \series default
20456 , donde *** es el nombre del idioma utilizado.
20457 \end_layout
20458
20459 \begin_layout Standard
20460 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20461  por ejemplo no para ecuaciones, usa este código de preámbulo:
20462 \end_layout
20463
20464 \begin_layout Standard
20465
20466 \series bold
20467
20468 \backslash
20469 newlength{
20470 \backslash
20471 abc}
20472 \begin_inset Newline newline
20473 \end_inset
20474
20475
20476 \backslash
20477 settowidth{
20478 \backslash
20479 abc}{
20480 \backslash
20481 space}
20482 \begin_inset Newline newline
20483 \end_inset
20484
20485
20486 \backslash
20487 addto
20488 \backslash
20489 extrasenglish{
20490 \backslash
20491 renewcommand{
20492 \backslash
20493 equationautorefname}
20494 \begin_inset Newline newline
20495 \end_inset
20496
20497
20498 \begin_inset ERT
20499 status collapsed
20500
20501 \begin_layout Plain Layout
20502
20503
20504 \backslash
20505 hphantom{ }
20506 \end_layout
20507
20508 \end_inset
20509
20510 {
20511 \backslash
20512 hspace{-
20513 \backslash
20514 abc}}
20515 \end_layout
20516
20517 \begin_layout Standard
20518 En la documentación de 
20519 \series bold
20520 hyperref
20521 \series default
20522  
20523 \begin_inset CommandInset citation
20524 LatexCommand cite
20525 key "hyperref"
20526
20527 \end_inset
20528
20529  puedes encontrar más información.
20530
20531 \series bold
20532  
20533 \end_layout
20534
20535 \begin_layout Standard
20536 \begin_inset Note Greyedout
20537 status open
20538
20539 \begin_layout Plain Layout
20540
20541 \series bold
20542 Nota:
20543 \series default
20544  La designación automática de referencias no puede usarse en el estilo 
20545 \family sans
20546 Referencia
20547 \begin_inset space ~
20548 \end_inset
20549
20550 con
20551 \begin_inset space ~
20552 \end_inset
20553
20554 formato
20555 \family default
20556 , descrita en la sección
20557 \begin_inset space ~
20558 \end_inset
20559
20560
20561 \begin_inset CommandInset ref
20562 LatexCommand ref
20563 reference "sub:Formatos-referencia-cruzada"
20564
20565 \end_inset
20566
20567 .
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \begin_layout Standard
20576 El manual 
20577 \emph on
20578 Ecuaciones
20579 \emph default
20580  es un ejemplo de documento en el que se ha utilizado designación automática
20581  de referencias.
20582 \end_layout
20583
20584 \begin_layout Subsection
20585 Colocación de referencias
20586 \begin_inset CommandInset label
20587 LatexCommand label
20588 name "sub:Colocación-de-Referencias"
20589
20590 \end_inset
20591
20592
20593 \begin_inset Index
20594 status collapsed
20595
20596 \begin_layout Plain Layout
20597 Referencias ! Colocación
20598 \end_layout
20599
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \begin_layout Standard
20606 Si usas 
20607 \series bold
20608 hyperref
20609 \series default
20610
20611 \begin_inset Index
20612 status collapsed
20613
20614 \begin_layout Plain Layout
20615 LaTeX-paquetes ! hyperref
20616 \end_layout
20617
20618 \end_inset
20619
20620 , en las 
20621 \family sans
20622 Preferencias PDF 
20623 \family default
20624 del diálogo 
20625 \family sans
20626 Documento\SpecialChar \menuseparator
20627 Configuración
20628 \family default
20629 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20630  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20631  La leyenda será la primera parte del texto en pantalla, de forma que para
20632  ver la imagen debes deslizar.
20633  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20634  Usando el paquete 
20635 \series bold
20636 hypcap
20637 \series default
20638
20639 \begin_inset Index
20640 status collapsed
20641
20642 \begin_layout Plain Layout
20643 LaTeX-paquetes ! hypcap
20644 \end_layout
20645
20646 \end_inset
20647
20648 , que forma parte del paquete LaTeX 
20649 \series bold
20650 oberdiek
20651 \series default
20652
20653 \begin_inset Index
20654 status collapsed
20655
20656 \begin_layout Plain Layout
20657 LaTeX-paquetes ! oberdiek
20658 \end_layout
20659
20660 \end_inset
20661
20662 , el ancla de enlace se sitúa al comienzo de un flotante.
20663  Para usar esta característica para figuras flotantes carga 
20664 \series bold
20665 hypcap
20666 \series default
20667  en el preámbulo con
20668 \end_layout
20669
20670 \begin_layout Standard
20671
20672 \series bold
20673
20674 \backslash
20675 usepackage[figure]{hypcap}
20676 \end_layout
20677
20678 \begin_layout Standard
20679 Puedes usar 
20680 \series bold
20681 hypcap
20682 \series default
20683  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20684  Más información en el manual de 
20685 \series bold
20686 hypcap
20687 \series default
20688  
20689 \begin_inset CommandInset citation
20690 LatexCommand cite
20691 key "hypcap"
20692
20693 \end_inset
20694
20695 .
20696 \end_layout
20697
20698 \begin_layout Standard
20699 \begin_inset Note Greyedout
20700 status open
20701
20702 \begin_layout Plain Layout
20703
20704 \series bold
20705 Nota:
20706 \series default
20707  
20708 \series bold
20709 hypcap
20710 \series default
20711  no funciona para las referencias a subfiguras.
20712 \end_layout
20713
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \begin_layout Section
20720 Colocación de flotantes
20721 \begin_inset CommandInset label
20722 LatexCommand label
20723 name "sec:Colocación-de-Flotantes"
20724
20725 \end_inset
20726
20727
20728 \begin_inset Index
20729 status collapsed
20730
20731 \begin_layout Plain Layout
20732 Flotantes ! Colocación
20733 \end_layout
20734
20735 \end_inset
20736
20737
20738 \end_layout
20739
20740 \begin_layout Standard
20741 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20742  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20743  los flotantes.
20744 \begin_inset Newline newline
20745 \end_inset
20746
20747 La opción 
20748 \family sans
20749 Extender
20750 \begin_inset space ~
20751 \end_inset
20752
20753 columnas
20754 \family default
20755  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20756  abarcará ambas columnas en lugar de una sola.
20757 \begin_inset Newline newline
20758 \end_inset
20759
20760 La opción 
20761 \family sans
20762 Girar
20763 \begin_inset space ~
20764 \end_inset
20765
20766 a
20767 \begin_inset space ~
20768 \end_inset
20769
20770 un
20771 \begin_inset space ~
20772 \end_inset
20773
20774 lado
20775 \family default
20776  sirve para girar flotantes, véase sección
20777 \begin_inset space ~
20778 \end_inset
20779
20780
20781 \begin_inset CommandInset ref
20782 LatexCommand ref
20783 reference "sec:Rotación-de-Flotantes"
20784
20785 \end_inset
20786
20787 .
20788  
20789 \end_layout
20790
20791 \begin_layout Standard
20792 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20793  la posición de un flotante si desmarcas la opción 
20794 \family sans
20795 Usar
20796 \begin_inset space ~
20797 \end_inset
20798
20799 ubicación
20800 \begin_inset space ~
20801 \end_inset
20802
20803 predeterminada
20804 \family default
20805 :
20806 \end_layout
20807
20808 \begin_layout Description
20809
20810 \family sans
20811 \series bold
20812 Aquí
20813 \begin_inset space ~
20814 \end_inset
20815
20816 si
20817 \begin_inset space ~
20818 \end_inset
20819
20820 es
20821 \begin_inset space ~
20822 \end_inset
20823
20824 posible
20825 \family default
20826 \series default
20827  intenta situar el flotante en la posición en la que se inserta
20828 \end_layout
20829
20830 \begin_layout Description
20831
20832 \family sans
20833 \series bold
20834 Principio
20835 \begin_inset space ~
20836 \end_inset
20837
20838 de
20839 \begin_inset space ~
20840 \end_inset
20841
20842 página
20843 \family default
20844 \series default
20845  intenta situar el flotante al principio de la página actual
20846 \end_layout
20847
20848 \begin_layout Description
20849
20850 \family sans
20851 \series bold
20852 Fin
20853 \begin_inset space ~
20854 \end_inset
20855
20856 de
20857 \begin_inset space ~
20858 \end_inset
20859
20860 página
20861 \family default
20862 \series default
20863  intenta situar el flotante al final de la página actual
20864 \end_layout
20865
20866 \begin_layout Description
20867
20868 \family sans
20869 \series bold
20870 Página
20871 \begin_inset space ~
20872 \end_inset
20873
20874 de
20875 \begin_inset space ~
20876 \end_inset
20877
20878 flotantes
20879 \family default
20880 \series default
20881  intenta situar el flotante en una página propia 
20882 \end_layout
20883
20884 \begin_layout Standard
20885 LaTeX usa 
20886 \emph on
20887 siempre
20888 \emph default
20889  ese orden de opciones.
20890  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20891  lugar 
20892 \family sans
20893 Aquí
20894 \begin_inset space ~
20895 \end_inset
20896
20897 si
20898 \begin_inset space ~
20899 \end_inset
20900
20901 es
20902 \begin_inset space ~
20903 \end_inset
20904
20905 posible
20906 \family default
20907 , luego 
20908 \family sans
20909 Principio
20910 \begin_inset space ~
20911 \end_inset
20912
20913 de
20914 \begin_inset space ~
20915 \end_inset
20916
20917 página
20918 \family default
20919 , y después las otras.
20920  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20921  pero en dicho orden.
20922  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20923  pero intenta poner el flotante en la página siguiente.
20924 \end_layout
20925
20926 \begin_layout Standard
20927 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20928 \end_layout
20929
20930 \begin_layout Labeling
20931 \labelwidthstring 00.00.0000
20932
20933 \family sans
20934 Principio
20935 \begin_inset space ~
20936 \end_inset
20937
20938 de
20939 \begin_inset space ~
20940 \end_inset
20941
20942 página:
20943 \family default
20944  sólo si el flotante ocupa menos del 70
20945 \begin_inset space \thinspace{}
20946 \end_inset
20947
20948 % de la página puede ubicarse al principio de página (
20949 \series bold
20950
20951 \backslash
20952 topfraction
20953 \series default
20954 )
20955 \end_layout
20956
20957 \begin_layout Labeling
20958 \labelwidthstring 00.00.0000
20959
20960 \family sans
20961 Fin
20962 \begin_inset space ~
20963 \end_inset
20964
20965 de
20966 \begin_inset space ~
20967 \end_inset
20968
20969 página:
20970 \family default
20971  sólo si el flotante ocupa menos del 30
20972 \begin_inset space \thinspace{}
20973 \end_inset
20974
20975 % de la página puede ubicarse al fin de página.
20976  (
20977 \series bold
20978
20979 \backslash
20980 bottomfraction
20981 \series default
20982 )
20983 \end_layout
20984
20985 \begin_layout Labeling
20986 \labelwidthstring 00.00.0000
20987
20988 \family sans
20989 Página
20990 \begin_inset space ~
20991 \end_inset
20992
20993 de
20994 \begin_inset space ~
20995 \end_inset
20996
20997 flotantes:
20998 \family default
20999  sólo si más del 50
21000 \begin_inset space \thinspace{}
21001 \end_inset
21002
21003 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21004  página.
21005  (
21006 \series bold
21007
21008 \backslash
21009 floatpagefraction
21010 \series default
21011 )
21012 \end_layout
21013
21014 \begin_layout Standard
21015 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21016  
21017 \family sans
21018 Ignorar
21019 \begin_inset space ~
21020 \end_inset
21021
21022 reglas
21023 \begin_inset space ~
21024 \end_inset
21025
21026 de
21027 \begin_inset space ~
21028 \end_inset
21029
21030 LaTeX
21031 \family default
21032 .
21033 \begin_inset Newline newline
21034 \end_inset
21035
21036 También puedes redefinir las reglas con los comandos LaTeX que van entre
21037  paréntesis tras la descripción de las reglas anteriores.
21038  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21039  la regla 
21040 \family sans
21041 Fin
21042 \family default
21043
21044 \begin_inset space ~
21045 \end_inset
21046
21047
21048 \family sans
21049 de
21050 \family default
21051
21052 \begin_inset space ~
21053 \end_inset
21054
21055
21056 \family sans
21057 página
21058 \family default
21059  al 50
21060 \begin_inset space \thinspace{}
21061 \end_inset
21062
21063 %, añade esta línea en el preámbulo:
21064 \end_layout
21065
21066 \begin_layout Standard
21067
21068 \series bold
21069
21070 \backslash
21071 renewcommand{
21072 \backslash
21073 bottomfraction}{0.5}
21074 \end_layout
21075
21076 \begin_layout Standard
21077 En determinados casos podrías necesitar ubicar un flotante exactamente en
21078  la posición en la que se inserta.
21079  Para esto puedes usar la opción 
21080 \family sans
21081 Aquí
21082 \begin_inset space ~
21083 \end_inset
21084
21085 definitivamente
21086 \family default
21087 .
21088  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21089  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21090  se podría estropear el diseño de la página.
21091 \end_layout
21092
21093 \begin_layout Standard
21094 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21095  rodeados por texto de un párrafo determinado.
21096 \begin_inset VSpace bigskip
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \begin_layout Standard
21103 A veces surge el problema de que un flotante se sitúa al principio de la
21104  página mientras que su sección correspondiente empieza en mitad de la página,
21105  así que el lector podría creer que el flotante forma parte de la sección
21106  anterior.
21107  Para evitarlo puede emplearse el comando LaTeX 
21108 \series bold
21109
21110 \backslash
21111 suppressfloats
21112 \series default
21113 , que suprime la ubicación de un flotante dado en la página donde se inserta
21114  y además puede servir para evitar que el flotante se coloque antes del
21115  inicio de sección.
21116  Para ello, añade estos comandos al preámbulo:
21117 \end_layout
21118
21119 \begin_layout Standard
21120
21121 \series bold
21122
21123 \backslash
21124 let
21125 \backslash
21126 mySection
21127 \backslash
21128 section
21129 \begin_inset Newline newline
21130 \end_inset
21131
21132
21133 \backslash
21134 renewcommand{
21135 \backslash
21136 section}{
21137 \backslash
21138 suppressfloats[t]
21139 \backslash
21140 mySection}
21141 \end_layout
21142
21143 \begin_layout Standard
21144 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21145  subsecciones.
21146  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21147  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21148 \end_layout
21149
21150 \begin_layout Standard
21151 \begin_inset VSpace bigskip
21152 \end_inset
21153
21154 En ciertos casos se quieren tener todas las figuras/tablas al final del
21155  documento.
21156  Para estos casos está el paquete LaTeX 
21157 \series bold
21158 endfloat
21159 \series default
21160
21161 \begin_inset Index
21162 status collapsed
21163
21164 \begin_layout Plain Layout
21165 LaTeX-paquetes ! endfloat
21166 \end_layout
21167
21168 \end_inset
21169
21170 .
21171  Pone todas las figuras y tablas flotantes al final del documento en secciones
21172  propias.
21173  En la posición original del flotante se inserta una indicación como «
21174 \family sans
21175 [Figure
21176 \begin_inset space ~
21177 \end_inset
21178
21179 3.2 about here.]
21180 \family default
21181 ».
21182  El paquete 
21183 \series bold
21184 endfloat
21185 \series default
21186  se carga en el preámbulo con la línea
21187 \end_layout
21188
21189 \begin_layout Standard
21190
21191 \series bold
21192
21193 \backslash
21194 usepackage[options]{endfloat}
21195 \end_layout
21196
21197 \begin_layout Standard
21198 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21199  Para más información véase la documentación 
21200 \begin_inset CommandInset citation
21201 LatexCommand cite
21202 key "endfloat"
21203
21204 \end_inset
21205
21206 .
21207 \begin_inset Newline newline
21208 \end_inset
21209
21210
21211 \begin_inset Note Greyedout
21212 status open
21213
21214 \begin_layout Plain Layout
21215
21216 \series bold
21217 Nota: endfloat
21218 \series default
21219  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21220  véase sección
21221 \begin_inset space ~
21222 \end_inset
21223
21224 4 en 
21225 \begin_inset CommandInset citation
21226 LatexCommand cite
21227 key "endfloat"
21228
21229 \end_inset
21230
21231 .
21232 \end_layout
21233
21234 \end_inset
21235
21236
21237 \begin_inset Newline newline
21238 \end_inset
21239
21240
21241 \begin_inset Note Greyedout
21242 status open
21243
21244 \begin_layout Plain Layout
21245
21246 \series bold
21247 Nota:
21248 \series default
21249  Actualmente hay un error en 
21250 \series bold
21251 endfloat
21252 \series default
21253  cuando la leyenda contiene el carácter alemán «ß».
21254  Usa en ese caso el comando «
21255 \series bold
21256
21257 \backslash
21258 ss
21259 \series default
21260 » en código TeX en vez de «ß».
21261 \end_layout
21262
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \begin_layout Standard
21269 \begin_inset VSpace bigskip
21270 \end_inset
21271
21272 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21273 \begin_inset CommandInset citation
21274 LatexCommand cite
21275 key "latexcompanion,latexguide,latexbook"
21276
21277 \end_inset
21278
21279 .
21280 \end_layout
21281
21282 \begin_layout Section
21283 Rotación de flotantes
21284 \begin_inset CommandInset label
21285 LatexCommand label
21286 name "sec:Rotación-de-Flotantes"
21287
21288 \end_inset
21289
21290
21291 \begin_inset Index
21292 status collapsed
21293
21294 \begin_layout Plain Layout
21295 Flotantes ! Rotación
21296 \end_layout
21297
21298 \end_inset
21299
21300
21301 \end_layout
21302
21303 \begin_layout Standard
21304 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21305  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21306  la opción 
21307 \family sans
21308 Girar
21309 \begin_inset space ~
21310 \end_inset
21311
21312 a
21313 \begin_inset space ~
21314 \end_inset
21315
21316 un
21317 \begin_inset space ~
21318 \end_inset
21319
21320 lado
21321 \family default
21322 .
21323 \end_layout
21324
21325 \begin_layout Standard
21326 Los flotantes girados son puestos siempre en su propia página (o columna
21327  si el documento es de dos columnas).
21328  Se les puede permitir abarcar varias columnas con la opción de configuración
21329  
21330 \family sans
21331 Extender
21332 \begin_inset space ~
21333 \end_inset
21334
21335 columnas
21336 \family default
21337 .
21338  Se rotan de forma que puedes leerlos desde el margen externo.
21339  Para forzar determinada dirección de rotación para todas las páginas, puedes
21340  añadir una de las opciones 
21341 \series bold
21342 figuresleft
21343 \series default
21344  o 
21345 \series bold
21346 figuresright
21347 \series default
21348  a las opciones de clase del documento.
21349 \end_layout
21350
21351 \begin_layout Standard
21352 Los flotantes girados se refieren igual que los normales, y el formato de
21353  la leyenda también es el mismo: un ejemplo es la tabla
21354 \begin_inset space ~
21355 \end_inset
21356
21357
21358 \begin_inset CommandInset ref
21359 LatexCommand ref
21360 reference "tab:Tabla-girada"
21361
21362 \end_inset
21363
21364 .
21365 \end_layout
21366
21367 \begin_layout Standard
21368 \begin_inset Note Greyedout
21369 status open
21370
21371 \begin_layout Plain Layout
21372
21373 \series bold
21374 Nota:
21375 \series default
21376  No todos los visores DVI pueden mostrar tablas giradas.
21377 \end_layout
21378
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \begin_layout Standard
21385 \begin_inset Float table
21386 wide false
21387 sideways true
21388 status open
21389
21390 \begin_layout Plain Layout
21391 \begin_inset Caption
21392
21393 \begin_layout Plain Layout
21394 \begin_inset CommandInset label
21395 LatexCommand label
21396 name "tab:Tabla-girada"
21397
21398 \end_inset
21399
21400 Tabla girada
21401 \end_layout
21402
21403 \end_inset
21404
21405
21406 \end_layout
21407
21408 \begin_layout Plain Layout
21409 \align center
21410 \begin_inset Tabular
21411 <lyxtabular version="3" rows="1" columns="5">
21412 <features>
21413 <column alignment="center" valignment="top" width="0">
21414 <column alignment="center" valignment="top" width="0">
21415 <column alignment="center" valignment="top" width="0">
21416 <column alignment="center" valignment="top" width="0">
21417 <column alignment="center" valignment="top" width="0">
21418 <row>
21419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 test
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 b
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21438 \begin_inset Text
21439
21440 \begin_layout Plain Layout
21441 c
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 d
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 e
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 </row>
21465 </lyxtabular>
21466
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \begin_layout Section
21478 Subflotantes
21479 \begin_inset Index
21480 status collapsed
21481
21482 \begin_layout Plain Layout
21483 Flotantes ! Subflotantes
21484 \end_layout
21485
21486 \end_inset
21487
21488
21489 \end_layout
21490
21491 \begin_layout Standard
21492 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21493  imágenes.
21494  Se crean insertando un flotante dentro de otro.
21495  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21496  como se muestra en las tablas
21497 \begin_inset space ~
21498 \end_inset
21499
21500
21501 \begin_inset CommandInset ref
21502 LatexCommand ref
21503 reference "tab:Dos-subtablas-adosadas"
21504
21505 \end_inset
21506
21507  y
21508 \begin_inset space ~
21509 \end_inset
21510
21511
21512 \begin_inset CommandInset ref
21513 LatexCommand ref
21514 reference "tab:Dos-subtablas-una-sobre"
21515
21516 \end_inset
21517
21518 .
21519 \end_layout
21520
21521 \begin_layout Standard
21522 Las referencias a subflotantes funcionan como en los flotantes normales:
21523  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-a"
21531
21532 \end_inset
21533
21534  y la tabla
21535 \begin_inset space ~
21536 \end_inset
21537
21538
21539 \begin_inset CommandInset ref
21540 LatexCommand ref
21541 reference "tab:Esta-es-la-subtabla-b"
21542
21543 \end_inset
21544
21545  son subtablas de la tabla
21546 \begin_inset space ~
21547 \end_inset
21548
21549
21550 \begin_inset CommandInset ref
21551 LatexCommand ref
21552 reference "tab:Dos-subtablas-adosadas"
21553
21554 \end_inset
21555
21556 .
21557 \end_layout
21558
21559 \begin_layout Standard
21560 \begin_inset Float table
21561 wide false
21562 sideways false
21563 status open
21564
21565 \begin_layout Plain Layout
21566 \begin_inset Caption
21567
21568 \begin_layout Plain Layout
21569 \begin_inset CommandInset label
21570 LatexCommand label
21571 name "tab:Dos-subtablas-adosadas"
21572
21573 \end_inset
21574
21575 Dos subtablas adosadas
21576 \end_layout
21577
21578 \end_inset
21579
21580
21581 \end_layout
21582
21583 \begin_layout Plain Layout
21584 \begin_inset space \hfill{}
21585 \end_inset
21586
21587
21588 \begin_inset Float table
21589 wide false
21590 sideways false
21591 status collapsed
21592
21593 \begin_layout Plain Layout
21594 \begin_inset Caption
21595
21596 \begin_layout Plain Layout
21597 \begin_inset CommandInset label
21598 LatexCommand label
21599 name "tab:Esta-es-la-subtabla-a"
21600
21601 \end_inset
21602
21603 Esta es la subtabla a
21604 \end_layout
21605
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \begin_layout Plain Layout
21612 \align center
21613 \begin_inset Tabular
21614 <lyxtabular version="3" rows="1" columns="5">
21615 <features>
21616 <column alignment="center" valignment="top" width="0">
21617 <column alignment="center" valignment="top" width="0">
21618 <column alignment="center" valignment="top" width="0">
21619 <column alignment="center" valignment="top" width="0">
21620 <column alignment="center" valignment="top" width="0">
21621 <row>
21622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626 test 
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635 b
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 c
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 d
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 e
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 </row>
21668 </lyxtabular>
21669
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \begin_inset space \hfill{}
21679 \end_inset
21680
21681
21682 \begin_inset Float table
21683 wide false
21684 sideways false
21685 status collapsed
21686
21687 \begin_layout Plain Layout
21688 \begin_inset Caption
21689
21690 \begin_layout Plain Layout
21691 \begin_inset CommandInset label
21692 LatexCommand label
21693 name "tab:Esta-es-la-subtabla-b"
21694
21695 \end_inset
21696
21697 Esta es la subtabla b
21698 \end_layout
21699
21700 \end_inset
21701
21702
21703 \end_layout
21704
21705 \begin_layout Plain Layout
21706 \align center
21707 \begin_inset Tabular
21708 <lyxtabular version="3" rows="1" columns="5">
21709 <features>
21710 <column alignment="center" valignment="top" width="0">
21711 <column alignment="center" valignment="top" width="0">
21712 <column alignment="center" valignment="top" width="0">
21713 <column alignment="center" valignment="top" width="0">
21714 <column alignment="center" valignment="top" width="0">
21715 <row>
21716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 e
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 d
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 c
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747 b
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756 test
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 </row>
21762 </lyxtabular>
21763
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \begin_layout Plain Layout
21770
21771 \end_layout
21772
21773 \end_inset
21774
21775
21776 \begin_inset space \hfill{}
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \begin_layout Standard
21788 \begin_inset Float table
21789 wide false
21790 sideways false
21791 status open
21792
21793 \begin_layout Plain Layout
21794 \begin_inset Caption
21795
21796 \begin_layout Plain Layout
21797 \begin_inset CommandInset label
21798 LatexCommand label
21799 name "tab:Dos-subtablas-una-sobre"
21800
21801 \end_inset
21802
21803 Dos subtablas colocadas una sobre otra.
21804  La tabla (a) con 4 celdas, la (b) con 5 celdas.
21805 \end_layout
21806
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \begin_layout Plain Layout
21813 \noindent
21814 \align center
21815 \begin_inset Float table
21816 wide false
21817 sideways false
21818 status collapsed
21819
21820 \begin_layout Plain Layout
21821 \begin_inset Caption
21822
21823 \begin_layout Plain Layout
21824
21825 \end_layout
21826
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \begin_layout Plain Layout
21833 \align center
21834 \begin_inset Tabular
21835 <lyxtabular version="3" rows="1" columns="4">
21836 <features>
21837 <column alignment="center" valignment="top" width="0">
21838 <column alignment="center" valignment="top" width="0">
21839 <column alignment="center" valignment="top" width="0">
21840 <column alignment="center" valignment="top" width="0">
21841 <row>
21842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 test
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21852 \begin_inset Text
21853
21854 \begin_layout Plain Layout
21855 test
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 test
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 test
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 </row>
21879 </lyxtabular>
21880
21881 \end_inset
21882
21883
21884 \end_layout
21885
21886 \begin_layout Plain Layout
21887
21888 \end_layout
21889
21890 \end_inset
21891
21892
21893 \end_layout
21894
21895 \begin_layout Plain Layout
21896 \align center
21897 \begin_inset Float table
21898 wide false
21899 sideways false
21900 status collapsed
21901
21902 \begin_layout Plain Layout
21903
21904 \end_layout
21905
21906 \begin_layout Plain Layout
21907 \begin_inset Caption
21908
21909 \begin_layout Plain Layout
21910
21911 \end_layout
21912
21913 \end_inset
21914
21915
21916 \end_layout
21917
21918 \begin_layout Plain Layout
21919 \align center
21920 \begin_inset Tabular
21921 <lyxtabular version="3" rows="1" columns="5">
21922 <features>
21923 <column alignment="center" valignment="top" width="0">
21924 <column alignment="center" valignment="top" width="0">
21925 <column alignment="center" valignment="top" width="0">
21926 <column alignment="center" valignment="top" width="0">
21927 <column alignment="center" valignment="top" width="0">
21928 <row>
21929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933 a
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942 b
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 c
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960 d
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969 e
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 </row>
21975 </lyxtabular>
21976
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \begin_layout Plain Layout
21983
21984 \end_layout
21985
21986 \end_inset
21987
21988
21989 \end_layout
21990
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \begin_layout Section
21997 Flotantes adosados
21998 \begin_inset Index
21999 status collapsed
22000
22001 \begin_layout Plain Layout
22002 Flotantes ! Adosados
22003 \end_layout
22004
22005 \end_inset
22006
22007
22008 \end_layout
22009
22010 \begin_layout Standard
22011 Para colocar flotantes unos junto a otros, como en la figura
22012 \begin_inset space ~
22013 \end_inset
22014
22015
22016 \begin_inset CommandInset ref
22017 LatexCommand ref
22018 reference "fig:Flotante-izquierda"
22019
22020 \end_inset
22021
22022  y 
22023 \begin_inset CommandInset ref
22024 LatexCommand ref
22025 reference "fig:Flotante-derecha"
22026
22027 \end_inset
22028
22029 , se pone 
22030 \emph on
22031 un
22032 \emph default
22033  solo flotante.
22034  En él se insertan dos cuadros tipo minipágina.
22035 \begin_inset Foot
22036 status collapsed
22037
22038 \begin_layout Plain Layout
22039 Las minipáginas se explican en la sección
22040 \begin_inset space ~
22041 \end_inset
22042
22043
22044 \begin_inset CommandInset ref
22045 LatexCommand ref
22046 reference "sec:Minipáginas"
22047
22048 \end_inset
22049
22050 .
22051 \end_layout
22052
22053 \end_inset
22054
22055  La anchura de la columna se establece en 45-50
22056 \begin_inset space \thinspace{}
22057 \end_inset
22058
22059 % y la alineación en 
22060 \family sans
22061 Inferior
22062 \family default
22063  para cada minipágina.
22064  Las minipáginas contienen la imagen y su título, de igual forma que en
22065  los flotantes.
22066  La única diferencia es que el 
22067 \family sans
22068 Ancho
22069 \begin_inset space ~
22070 \end_inset
22071
22072 de
22073 \begin_inset space ~
22074 \end_inset
22075
22076 columna
22077 \begin_inset space ~
22078 \end_inset
22079
22080 %
22081 \family default
22082  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22083 \end_layout
22084
22085 \begin_layout Standard
22086 \begin_inset Float figure
22087 placement h
22088 wide false
22089 sideways false
22090 status open
22091
22092 \begin_layout Plain Layout
22093 \begin_inset Box Frameless
22094 position "b"
22095 hor_pos "c"
22096 has_inner_box 1
22097 inner_pos "t"
22098 use_parbox 0
22099 width "45col%"
22100 special "none"
22101 height "1in"
22102 height_special "totalheight"
22103 status open
22104
22105 \begin_layout Plain Layout
22106 \align center
22107 \begin_inset Graphics
22108         filename ../clipart/mobius.eps
22109         lyxscale 50
22110         width 100col%
22111         scaleBeforeRotation
22112
22113 \end_inset
22114
22115
22116 \end_layout
22117
22118 \begin_layout Plain Layout
22119 \begin_inset Caption
22120
22121 \begin_layout Plain Layout
22122 \begin_inset CommandInset label
22123 LatexCommand label
22124 name "fig:Flotante-izquierda"
22125
22126 \end_inset
22127
22128 Flotante en el lado izquierdo.
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \end_inset
22137
22138
22139 \begin_inset space \hfill{}
22140 \end_inset
22141
22142
22143 \begin_inset Box Frameless
22144 position "b"
22145 hor_pos "c"
22146 has_inner_box 1
22147 inner_pos "t"
22148 use_parbox 0
22149 width "45col%"
22150 special "none"
22151 height "1in"
22152 height_special "totalheight"
22153 status open
22154
22155 \begin_layout Plain Layout
22156 \align center
22157 \begin_inset Graphics
22158         filename ../clipart/platypus.eps
22159         lyxscale 50
22160         width 100col%
22161         scaleBeforeRotation
22162
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \begin_layout Plain Layout
22169 \begin_inset Caption
22170
22171 \begin_layout Plain Layout
22172 \begin_inset CommandInset label
22173 LatexCommand label
22174 name "fig:Flotante-derecha"
22175
22176 \end_inset
22177
22178 Flotante en el lado derecho.
22179 \end_layout
22180
22181 \end_inset
22182
22183
22184 \end_layout
22185
22186 \end_inset
22187
22188
22189 \end_layout
22190
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \begin_layout Section
22197 Formato de las leyendas
22198 \begin_inset Index
22199 status collapsed
22200
22201 \begin_layout Plain Layout
22202 Leyendas ! Formato
22203 \end_layout
22204
22205 \end_inset
22206
22207
22208 \begin_inset Index
22209 status collapsed
22210
22211 \begin_layout Plain Layout
22212 Flotantes ! Formato de las leyendas
22213 \end_layout
22214
22215 \end_inset
22216
22217
22218 \begin_inset CommandInset label
22219 LatexCommand label
22220 name "sec:Formato-de-leyendas"
22221
22222 \end_inset
22223
22224
22225 \end_layout
22226
22227 \begin_layout Standard
22228 El entorno 
22229 \family sans
22230 Leyenda
22231 \family default
22232  es el predeterminado para los 
22233 \family sans
22234 Flotantes
22235 \family default
22236 .
22237  En LyX las leyendas se muestran como etiqueta, p.
22238 \begin_inset space \thinspace{}
22239 \end_inset
22240
22241 e.
22242 \begin_inset space ~
22243 \end_inset
22244
22245 «
22246 \family sans
22247 Figura #
22248 \family default
22249 :» seguida por el texto.
22250  «#» es el número real de referencia.
22251  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22252  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22253  del texto.
22254  El entorno leyenda no es apropiado para todos los tipos de documento.
22255  
22256 \end_layout
22257
22258 \begin_layout Standard
22259 Para cambiar el formato predeterminado carga el paquete LaTeX 
22260 \series bold
22261 caption
22262 \series default
22263
22264 \begin_inset Index
22265 status collapsed
22266
22267 \begin_layout Plain Layout
22268 LaTeX-paquetes ! caption
22269 \end_layout
22270
22271 \end_inset
22272
22273  en el preámbulo del documento con la línea:
22274 \end_layout
22275
22276 \begin_layout Standard
22277
22278 \series bold
22279
22280 \backslash
22281 usepackage[definición de formato]{caption}
22282 \end_layout
22283
22284 \begin_layout Standard
22285 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22286  las leyendas de tabla siempre sobre ella como en este documento, usa el
22287  comando:
22288 \end_layout
22289
22290 \begin_layout Standard
22291
22292 \series bold
22293
22294 \backslash
22295 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22296 \end_layout
22297
22298 \begin_layout Standard
22299 También puedes definir distintos formatos de leyenda para los distintos
22300  tipos de flotantes.
22301  En ese caso carga el paquete 
22302 \series bold
22303 caption
22304 \series default
22305  sin opciones específicas y define los distintos formatos con ayuda del
22306  comando
22307 \end_layout
22308
22309 \begin_layout Standard
22310
22311 \series bold
22312
22313 \backslash
22314 captionsetup[tipo de flotante]{definición de formato}
22315 \end_layout
22316
22317 \begin_layout Standard
22318 en el preámbulo del documento.
22319  Por ejemplo las leyendas de la Figura
22320 \begin_inset space ~
22321 \end_inset
22322
22323
22324 \begin_inset CommandInset ref
22325 LatexCommand ref
22326 reference "fig:Esto-es-una-fig"
22327
22328 \end_inset
22329
22330  y la tabla
22331 \begin_inset space ~
22332 \end_inset
22333
22334
22335 \begin_inset CommandInset ref
22336 LatexCommand ref
22337 reference "tab:Esto-es-una-tab"
22338
22339 \end_inset
22340
22341  pueden crearse usando los siguientes comandos en el preámbulo:
22342 \end_layout
22343
22344 \begin_layout Standard
22345
22346 \series bold
22347
22348 \backslash
22349 usepackage[tableposition=top]{caption}
22350 \series default
22351
22352 \begin_inset Newline newline
22353 \end_inset
22354
22355
22356 \series bold
22357
22358 \backslash
22359 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22360 \begin_inset Newline newline
22361 \end_inset
22362
22363
22364 \begin_inset ERT
22365 status collapsed
22366
22367 \begin_layout Plain Layout
22368
22369
22370 \backslash
22371 hphantom{
22372 \backslash
22373
22374 \backslash
22375 captionsetup[figure]
22376 \backslash
22377 {}
22378 \end_layout
22379
22380 \end_inset
22381
22382  labelsep=period}
22383 \begin_inset Newline newline
22384 \end_inset
22385
22386
22387 \backslash
22388 captionsetup[table]{labelfont={bf,sf}}
22389 \end_layout
22390
22391 \begin_layout Standard
22392 \begin_inset Note Greyedout
22393 status open
22394
22395 \begin_layout Plain Layout
22396
22397 \series bold
22398 Nota: 
22399 \series default
22400 La opción 
22401 \series bold
22402 tableposition=top
22403 \series default
22404  no tiene efecto si se usa una clase de documento 
22405 \series bold
22406 KOMA-script
22407 \series default
22408 .
22409  En este caso debe utilizarse la opción de clase de documento 
22410 \series bold
22411 tablecaptionabove
22412 \series default
22413 .
22414  
22415 \end_layout
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \begin_layout Standard
22423 Para más información sobre el paquete 
22424 \series bold
22425 caption
22426 \series default
22427  acude a su documentación 
22428 \begin_inset CommandInset citation
22429 LatexCommand cite
22430 key "caption"
22431
22432 \end_inset
22433
22434 .
22435 \end_layout
22436
22437 \begin_layout Standard
22438 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22439 \begin_inset space \thinspace{}
22440 \end_inset
22441
22442 e., usa el siguiente comando de preámbulo:
22443 \end_layout
22444
22445 \begin_layout Standard
22446
22447 \series bold
22448
22449 \backslash
22450 renewcommand{
22451 \backslash
22452 fnum@figure}{Imagen~
22453 \backslash
22454 thefigure}
22455 \end_layout
22456
22457 \begin_layout Standard
22458 donde 
22459 \series bold
22460
22461 \backslash
22462 thefigure
22463 \series default
22464  inserta el número de figura y «~» genera un espacio protegido.
22465
22466 \series bold
22467  
22468 \end_layout
22469
22470 \begin_layout Standard
22471 \begin_inset VSpace bigskip
22472 \end_inset
22473
22474 Si estás usando la clase de documento 
22475 \series bold
22476 KOMA-script
22477 \series default
22478
22479 \begin_inset Index
22480 status collapsed
22481
22482 \begin_layout Plain Layout
22483 LaTeX-paquetes ! KOMA-script
22484 \end_layout
22485
22486 \end_inset
22487
22488  (
22489 \family sans
22490 article (KOMA-script)
22491 \family default
22492
22493 \family sans
22494 book (KOMA-script)
22495 \family default
22496
22497 \family sans
22498 letter (KOMA-script)
22499 \family default
22500 , o 
22501 \family sans
22502 report (KOMA-script)
22503 \family default
22504
22505 \begin_inset space \thinspace{}
22506 \end_inset
22507
22508 ), puedes emplear en vez del paquete 
22509 \series bold
22510 caption
22511 \series default
22512  el comando 
22513 \series bold
22514
22515 \backslash
22516 setkomafont
22517 \series default
22518  incluido en 
22519 \series bold
22520 KOMA-script
22521 \series default
22522 .
22523  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22524  comando en el preámbulo del documento:
22525 \end_layout
22526
22527 \begin_layout Standard
22528
22529 \series bold
22530
22531 \backslash
22532 setkomafont{captionlabel}{
22533 \backslash
22534 bfseries}
22535 \end_layout
22536
22537 \begin_layout Standard
22538 Más información sobre 
22539 \series bold
22540
22541 \backslash
22542 setkomafont
22543 \series default
22544  en la documentación de 
22545 \series bold
22546 KOMA-script
22547 \series default
22548  
22549 \begin_inset CommandInset citation
22550 LatexCommand cite
22551 key "KOMA-script"
22552
22553 \end_inset
22554
22555 .
22556 \end_layout
22557
22558 \begin_layout Standard
22559 \begin_inset ERT
22560 status collapsed
22561
22562 \begin_layout Plain Layout
22563
22564
22565 \backslash
22566 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22567 }
22568 \end_layout
22569
22570 \end_inset
22571
22572
22573 \begin_inset Note Note
22574 status collapsed
22575
22576 \begin_layout Plain Layout
22577 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Standard
22586 \begin_inset Float figure
22587 placement !p
22588 wide false
22589 sideways false
22590 status open
22591
22592 \begin_layout Plain Layout
22593 \align center
22594 \begin_inset Graphics
22595         filename ../clipart/mobius.eps
22596         lyxscale 50
22597         scale 50
22598
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \begin_layout Plain Layout
22605 \begin_inset Caption
22606
22607 \begin_layout Plain Layout
22608 \begin_inset CommandInset label
22609 LatexCommand label
22610 name "fig:Esto-es-una-fig"
22611
22612 \end_inset
22613
22614
22615 \begin_inset OptArg
22616 status collapsed
22617
22618 \begin_layout Plain Layout
22619 Figura con leyenda muy larga
22620 \end_layout
22621
22622 \end_inset
22623
22624 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22625  mostrar el formato diferente.
22626  Aquí se usa una leyenda personalizada.
22627 \end_layout
22628
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \end_inset
22635
22636
22637 \end_layout
22638
22639 \begin_layout Standard
22640 \begin_inset ERT
22641 status collapsed
22642
22643 \begin_layout Plain Layout
22644
22645
22646 \backslash
22647 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22648 on}
22649 \end_layout
22650
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \begin_layout Standard
22657 \begin_inset Float table
22658 placement !p
22659 wide false
22660 sideways false
22661 status collapsed
22662
22663 \begin_layout Plain Layout
22664 \begin_inset Caption
22665
22666 \begin_layout Plain Layout
22667 \begin_inset CommandInset label
22668 LatexCommand label
22669 name "tab:Esto-es-una-tab"
22670
22671 \end_inset
22672
22673
22674 \begin_inset OptArg
22675 status collapsed
22676
22677 \begin_layout Plain Layout
22678 Tabla con leyenda muy larga
22679 \end_layout
22680
22681 \end_inset
22682
22683 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22684  el formato diferente.
22685  Aquí se usa el formato de leyenda estándar para las tablas.
22686 \end_layout
22687
22688 \end_inset
22689
22690
22691 \end_layout
22692
22693 \begin_layout Plain Layout
22694 \align center
22695 \begin_inset Tabular
22696 <lyxtabular version="3" rows="1" columns="5">
22697 <features>
22698 <column alignment="center" valignment="top" width="0">
22699 <column alignment="center" valignment="top" width="0">
22700 <column alignment="center" valignment="top" width="0">
22701 <column alignment="center" valignment="top" width="0">
22702 <column alignment="center" valignment="top" width="0">
22703 <row>
22704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 a
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717 b
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726 c
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 d
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 e
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 </lyxtabular>
22751
22752 \end_inset
22753
22754
22755 \end_layout
22756
22757 \end_inset
22758
22759
22760 \end_layout
22761
22762 \begin_layout Section
22763 Colocación de leyendas
22764 \begin_inset Index
22765 status collapsed
22766
22767 \begin_layout Plain Layout
22768 Leyendas ! Colocación
22769 \end_layout
22770
22771 \end_inset
22772
22773
22774 \begin_inset Index
22775 status collapsed
22776
22777 \begin_layout Plain Layout
22778 Flotantes ! Colocación de leyendas
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \begin_inset CommandInset label
22785 LatexCommand label
22786 name "sec:Colocación-de-leyendas"
22787
22788 \end_inset
22789
22790
22791 \end_layout
22792
22793 \begin_layout Standard
22794 La norma habitual para colocar las leyendas es:
22795 \end_layout
22796
22797 \begin_layout Description
22798 Figura: La leyenda al pie de la figura
22799 \end_layout
22800
22801 \begin_layout Description
22802 Tabla: La leyenda sobre la tabla
22803 \end_layout
22804
22805 \begin_layout Standard
22806 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22807  la tabla.
22808  Esto implica que si usas las clases de documento 
22809 \family sans
22810 article
22811 \family default
22812
22813 \family sans
22814 book
22815 \family default
22816
22817 \family sans
22818 letter
22819 \family default
22820 , o 
22821 \family sans
22822 report
22823 \family default
22824  no habrá espacio entre la leyenda y la tabla.
22825  Para insertar el espacio adecuado añade la siguiente opción al comando
22826  del paquete LaTeX 
22827 \series bold
22828 caption
22829 \series default
22830  en el preámbulo del documento:
22831 \begin_inset Foot
22832 status collapsed
22833
22834 \begin_layout Plain Layout
22835 Véase la sección
22836 \begin_inset space ~
22837 \end_inset
22838
22839
22840 \begin_inset CommandInset ref
22841 LatexCommand ref
22842 reference "sec:Formato-de-leyendas"
22843
22844 \end_inset
22845
22846  para más información sobre el paquete 
22847 \series bold
22848 caption
22849 \series default
22850 .
22851 \end_layout
22852
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \begin_layout Standard
22859
22860 \series bold
22861 tableposition=top
22862 \end_layout
22863
22864 \begin_layout Standard
22865 Si estás usando la clase 
22866 \series bold
22867 KOMA-script
22868 \series default
22869
22870 \begin_inset Index
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874 LaTeX-paquetes ! KOMA-script
22875 \end_layout
22876
22877 \end_inset
22878
22879  (
22880 \family sans
22881 article (KOMA-script)
22882 \family default
22883
22884 \family sans
22885 book (KOMA-script)
22886 \family default
22887
22888 \family sans
22889 letter (KOMA-script)
22890 \family default
22891 , o 
22892 \family sans
22893 report (KOMA-script)
22894 \family default
22895
22896 \begin_inset space \thinspace{}
22897 \end_inset
22898
22899 ), en vez de 
22900 \series bold
22901 caption
22902 \series default
22903  puedes poner la opción 
22904 \series bold
22905 tablecaptionabove
22906 \series default
22907  de la clase de documento.
22908 \end_layout
22909
22910 \begin_layout Standard
22911 \begin_inset VSpace bigskip
22912 \end_inset
22913
22914 También es posible poner la leyenda junto a una figura o tabla.
22915  Para conseguirlo hay que cargar el paquete LaTeX 
22916 \series bold
22917 sidecap
22918 \series default
22919
22920 \begin_inset Index
22921 status collapsed
22922
22923 \begin_layout Plain Layout
22924 LaTeX-paquetes ! sidecap
22925 \end_layout
22926
22927 \end_inset
22928
22929  añadiendo en el preámbulo del documento la línea
22930 \end_layout
22931
22932 \begin_layout Standard
22933
22934 \series bold
22935
22936 \backslash
22937 usepackage[option]{sidecap}
22938 \end_layout
22939
22940 \begin_layout Standard
22941 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22942  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
22943  Puedes cambiar la colocación al margen interno con la opción 
22944 \series bold
22945 innercaption
22946 \series default
22947 .
22948  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22949  opciones 
22950 \series bold
22951 rightcaption
22952 \series default
22953  o 
22954 \series bold
22955 leftcaption
22956 \series default
22957 , respectivamente.
22958 \end_layout
22959
22960 \begin_layout Standard
22961 \begin_inset ERT
22962 status collapsed
22963
22964 \begin_layout Plain Layout
22965
22966
22967 \backslash
22968 ifsidecap
22969 \end_layout
22970
22971 \end_inset
22972
22973
22974 \begin_inset Note Note
22975 status collapsed
22976
22977 \begin_layout Plain Layout
22978 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22979  LaTeX 
22980 \series bold
22981 sidecap
22982 \series default
22983 .
22984 \end_layout
22985
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \begin_layout Standard
22992 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22993  estos comandos al preámbulo del documento:
22994 \end_layout
22995
22996 \begin_layout Standard
22997
22998 \lyxline
22999
23000 \end_layout
23001
23002 \begin_layout Standard
23003
23004 \series bold
23005
23006 \backslash
23007 newcommand{
23008 \backslash
23009 TabBesBeg}{%
23010 \begin_inset Newline newline
23011 \end_inset
23012
23013
23014 \begin_inset ERT
23015 status collapsed
23016
23017 \begin_layout Plain Layout
23018
23019
23020 \backslash
23021 hphantom{ }
23022 \end_layout
23023
23024 \end_inset
23025
23026
23027 \backslash
23028 let
23029 \backslash
23030 MyTable
23031 \backslash
23032 table
23033 \begin_inset Newline newline
23034 \end_inset
23035
23036
23037 \begin_inset ERT
23038 status collapsed
23039
23040 \begin_layout Plain Layout
23041
23042
23043 \backslash
23044 hphantom{ }
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \backslash
23051 let
23052 \backslash
23053 MyEndtable
23054 \backslash
23055 endtable
23056 \begin_inset Newline newline
23057 \end_inset
23058
23059
23060 \begin_inset ERT
23061 status collapsed
23062
23063 \begin_layout Plain Layout
23064
23065
23066 \backslash
23067 hphantom{ }
23068 \end_layout
23069
23070 \end_inset
23071
23072
23073 \backslash
23074 renewenvironment{table}{
23075 \backslash
23076 begin{SCtable}}{
23077 \backslash
23078 end{SCtable}}}
23079 \end_layout
23080
23081 \begin_layout Standard
23082
23083 \series bold
23084
23085 \backslash
23086 newcommand{
23087 \backslash
23088 TabBesEnd}{%
23089 \begin_inset Newline newline
23090 \end_inset
23091
23092
23093 \begin_inset ERT
23094 status collapsed
23095
23096 \begin_layout Plain Layout
23097
23098
23099 \backslash
23100 hphantom{ }
23101 \end_layout
23102
23103 \end_inset
23104
23105
23106 \backslash
23107 let
23108 \backslash
23109 table
23110 \backslash
23111 MyTable
23112 \begin_inset Newline newline
23113 \end_inset
23114
23115
23116 \begin_inset ERT
23117 status collapsed
23118
23119 \begin_layout Plain Layout
23120
23121
23122 \backslash
23123 hphantom{ }
23124 \end_layout
23125
23126 \end_inset
23127
23128
23129 \backslash
23130 let
23131 \backslash
23132 endtable
23133 \backslash
23134 MyEndtable
23135 \end_layout
23136
23137 \begin_layout Standard
23138
23139 \series bold
23140
23141 \backslash
23142 newcommand{
23143 \backslash
23144 FigBesBeg}{%
23145 \begin_inset Newline newline
23146 \end_inset
23147
23148
23149 \begin_inset ERT
23150 status collapsed
23151
23152 \begin_layout Plain Layout
23153
23154
23155 \backslash
23156 hphantom{ }
23157 \end_layout
23158
23159 \end_inset
23160
23161
23162 \backslash
23163 let
23164 \backslash
23165 MyFigure
23166 \backslash
23167 figure
23168 \begin_inset Newline newline
23169 \end_inset
23170
23171
23172 \begin_inset ERT
23173 status collapsed
23174
23175 \begin_layout Plain Layout
23176
23177
23178 \backslash
23179 hphantom{ }
23180 \end_layout
23181
23182 \end_inset
23183
23184
23185 \backslash
23186 let
23187 \backslash
23188 MyEndfigure
23189 \backslash
23190 endfigure
23191 \begin_inset Newline newline
23192 \end_inset
23193
23194
23195 \begin_inset ERT
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199
23200
23201 \backslash
23202 hphantom{ }
23203 \end_layout
23204
23205 \end_inset
23206
23207
23208 \backslash
23209 renewenvironment{figure}{
23210 \backslash
23211 begin{SCfigure}}{
23212 \backslash
23213 end{SCfigure}}}
23214 \end_layout
23215
23216 \begin_layout Standard
23217
23218 \series bold
23219
23220 \backslash
23221 newcommand{
23222 \backslash
23223 FigBesEnd}{%
23224 \begin_inset Newline newline
23225 \end_inset
23226
23227
23228 \begin_inset ERT
23229 status collapsed
23230
23231 \begin_layout Plain Layout
23232
23233
23234 \backslash
23235 hphantom{ }
23236 \end_layout
23237
23238 \end_inset
23239
23240
23241 \backslash
23242 let
23243 \backslash
23244 figure
23245 \backslash
23246 MyFigure
23247 \begin_inset Newline newline
23248 \end_inset
23249
23250
23251 \begin_inset ERT
23252 status collapsed
23253
23254 \begin_layout Plain Layout
23255
23256
23257 \backslash
23258 hphantom{ }
23259 \end_layout
23260
23261 \end_inset
23262
23263
23264 \backslash
23265 let
23266 \backslash
23267 endfigure
23268 \backslash
23269 MyEndfigure}
23270 \end_layout
23271
23272 \begin_layout Standard
23273
23274 \lyxline
23275
23276 \end_layout
23277
23278 \begin_layout Standard
23279 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23280  en un lado.
23281  Para figuras flotantes usa el comando
23282 \end_layout
23283
23284 \begin_layout Standard
23285
23286 \series bold
23287
23288 \backslash
23289 FigBesBeg
23290 \end_layout
23291
23292 \begin_layout Standard
23293 en código TeX antes del flotante.
23294  Detrás del flotante inserta
23295 \end_layout
23296
23297 \begin_layout Standard
23298
23299 \series bold
23300
23301 \backslash
23302 FigBesEnd
23303 \end_layout
23304
23305 \begin_layout Standard
23306 en código TeX para volver a la definición original de flotantes.
23307 \end_layout
23308
23309 \begin_layout Standard
23310 Para tablas flotantes usa los comandos correspondientes
23311 \end_layout
23312
23313 \begin_layout Standard
23314
23315 \series bold
23316
23317 \backslash
23318 TabBesBeg
23319 \series default
23320  y 
23321 \series bold
23322
23323 \backslash
23324 TabBesEnd
23325 \end_layout
23326
23327 \begin_layout Standard
23328 La figura
23329 \begin_inset space ~
23330 \end_inset
23331
23332
23333 \begin_inset CommandInset ref
23334 LatexCommand ref
23335 reference "fig:encab-al-lado"
23336
23337 \end_inset
23338
23339  y la tabla
23340 \begin_inset space ~
23341 \end_inset
23342
23343
23344 \begin_inset CommandInset ref
23345 LatexCommand ref
23346 reference "tab:encab-al-lado"
23347
23348 \end_inset
23349
23350  son ejemplos en los que el título se sitúa al lado.
23351 \end_layout
23352
23353 \begin_layout Standard
23354 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23355  en tablas flotantes y debajo en las figuras flotantes.
23356  Para cambiarlo, puedes usar el comando
23357 \end_layout
23358
23359 \begin_layout Standard
23360
23361 \series bold
23362
23363 \backslash
23364 sidecaptionvpos{tipo de flotante}{colocación}
23365 \end_layout
23366
23367 \begin_layout Standard
23368 en el preámbulo o en código TeX antes del flotante.
23369  El tipo de flotante es 
23370 \family sans
23371 figure
23372 \family default
23373  o 
23374 \family sans
23375 table
23376 \family default
23377 , la colocación puede ser «
23378 \family sans
23379 t
23380 \family default
23381 » por «top» (arriba), «
23382 \family sans
23383 c
23384 \family default
23385 » por «center» (centro), o «
23386 \family sans
23387 b
23388 \family default
23389 » por «bottom» (abajo).
23390  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23391  usa el comando
23392 \end_layout
23393
23394 \begin_layout Standard
23395
23396 \series bold
23397
23398 \backslash
23399 sidecaptionvpos{figure}{c}
23400 \end_layout
23401
23402 \begin_layout Standard
23403 Esto se ha hecho en la figura
23404 \begin_inset space ~
23405 \end_inset
23406
23407
23408 \begin_inset CommandInset ref
23409 LatexCommand ref
23410 reference "fig:encab-al-lado-de-fig"
23411
23412 \end_inset
23413
23414 .
23415 \end_layout
23416
23417 \begin_layout Standard
23418 \begin_inset VSpace medskip
23419 \end_inset
23420
23421 Más información sobre el paquete 
23422 \series bold
23423 sidecap
23424 \series default
23425  en su documentación 
23426 \begin_inset CommandInset citation
23427 LatexCommand cite
23428 key "sidecap"
23429
23430 \end_inset
23431
23432 .
23433 \end_layout
23434
23435 \begin_layout Standard
23436 \begin_inset Note Greyedout
23437 status open
23438
23439 \begin_layout Plain Layout
23440
23441 \series bold
23442 Nota:
23443 \series default
23444  El paquete LaTeX 
23445 \series bold
23446 hypcap
23447 \series default
23448
23449 \begin_inset Index
23450 status collapsed
23451
23452 \begin_layout Plain Layout
23453 LaTeX-paquetes ! hypcap
23454 \end_layout
23455
23456 \end_inset
23457
23458 , descrito en la sección
23459 \begin_inset space ~
23460 \end_inset
23461
23462
23463 \begin_inset CommandInset ref
23464 LatexCommand ref
23465 reference "sub:Colocación-de-Referencias"
23466
23467 \end_inset
23468
23469 , no afecta a flotantes con la leyenda al lado.
23470 \end_layout
23471
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \begin_layout Standard
23478 \begin_inset ERT
23479 status collapsed
23480
23481 \begin_layout Plain Layout
23482
23483
23484 \backslash
23485 FigBesBeg 
23486 \end_layout
23487
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \begin_layout Standard
23494 \begin_inset Float figure
23495 wide false
23496 sideways false
23497 status open
23498
23499 \begin_layout Plain Layout
23500 \begin_inset Graphics
23501         filename ../clipart/escher-lsd.eps
23502         scale 75
23503
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \begin_layout Plain Layout
23510 \begin_inset Caption
23511
23512 \begin_layout Plain Layout
23513 \begin_inset CommandInset label
23514 LatexCommand label
23515 name "fig:encab-al-lado"
23516
23517 \end_inset
23518
23519 Leyenda al lado de una figura.
23520 \end_layout
23521
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \begin_layout Standard
23533 \begin_inset ERT
23534 status collapsed
23535
23536 \begin_layout Plain Layout
23537
23538
23539 \backslash
23540 TabBesBeg 
23541 \end_layout
23542
23543 \end_inset
23544
23545
23546 \end_layout
23547
23548 \begin_layout Standard
23549 \begin_inset Float table
23550 wide false
23551 sideways false
23552 status open
23553
23554 \begin_layout Plain Layout
23555 \begin_inset Caption
23556
23557 \begin_layout Plain Layout
23558 \begin_inset CommandInset label
23559 LatexCommand label
23560 name "tab:encab-al-lado"
23561
23562 \end_inset
23563
23564 Leyenda al lado de una tabla.
23565 \end_layout
23566
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \begin_layout Plain Layout
23573 \begin_inset Tabular
23574 <lyxtabular version="3" rows="4" columns="5">
23575 <features>
23576 <column alignment="center" valignment="top" width="0">
23577 <column alignment="center" valignment="top" width="0">
23578 <column alignment="center" valignment="top" width="0">
23579 <column alignment="center" valignment="top" width="0">
23580 <column alignment="center" valignment="top" width="0">
23581 <row>
23582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586 a
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604 b
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622 c
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 </row>
23628 <row>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642 d
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660 e
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 </row>
23675 <row>
23676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680 f
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23686 \begin_inset Text
23687
23688 \begin_layout Plain Layout
23689
23690 \end_layout
23691
23692 \end_inset
23693 </cell>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698 g
23699 \end_layout
23700
23701 \end_inset
23702 </cell>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716 h
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 </row>
23722 <row>
23723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736 i
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 j
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 </row>
23769 </lyxtabular>
23770
23771 \end_inset
23772
23773
23774 \end_layout
23775
23776 \end_inset
23777
23778
23779 \end_layout
23780
23781 \begin_layout Standard
23782 \begin_inset ERT
23783 status collapsed
23784
23785 \begin_layout Plain Layout
23786
23787
23788 \backslash
23789 TabBesEnd
23790 \end_layout
23791
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \begin_layout Standard
23798 \begin_inset ERT
23799 status collapsed
23800
23801 \begin_layout Plain Layout
23802
23803
23804 \backslash
23805 sidecaptionvpos{figure}{c}
23806 \end_layout
23807
23808 \end_inset
23809
23810
23811 \begin_inset Float figure
23812 wide false
23813 sideways false
23814 status open
23815
23816 \begin_layout Plain Layout
23817 \begin_inset Graphics
23818         filename ../clipart/escher-lsd.eps
23819         scale 75
23820
23821 \end_inset
23822
23823
23824 \end_layout
23825
23826 \begin_layout Plain Layout
23827 \begin_inset Caption
23828
23829 \begin_layout Plain Layout
23830 \begin_inset CommandInset label
23831 LatexCommand label
23832 name "fig:encab-al-lado-de-fig"
23833
23834 \end_inset
23835
23836 Leyenda centrada verticalmente junto a una figura.
23837 \end_layout
23838
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \end_inset
23845
23846
23847 \end_layout
23848
23849 \begin_layout Standard
23850 \begin_inset ERT
23851 status collapsed
23852
23853 \begin_layout Plain Layout
23854
23855
23856 \backslash
23857 FigBesEnd
23858 \end_layout
23859
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \begin_layout Standard
23866 \begin_inset ERT
23867 status collapsed
23868
23869 \begin_layout Plain Layout
23870
23871
23872 \backslash
23873 else
23874 \end_layout
23875
23876 \end_inset
23877
23878
23879 \begin_inset Note Note
23880 status collapsed
23881
23882 \begin_layout Plain Layout
23883 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23884  
23885 \series bold
23886 sidecap
23887 \series default
23888 .
23889 \end_layout
23890
23891 \end_inset
23892
23893
23894 \end_layout
23895
23896 \begin_layout Standard
23897 Debes instalar el paquete LaTeX 
23898 \series bold
23899 sidecap
23900 \series default
23901  para ver la parte siguiente en la salida.
23902 \end_layout
23903
23904 \begin_layout Standard
23905 \begin_inset ERT
23906 status collapsed
23907
23908 \begin_layout Plain Layout
23909
23910
23911 \backslash
23912 fi
23913 \end_layout
23914
23915 \end_inset
23916
23917
23918 \end_layout
23919
23920 \begin_layout Section
23921 Índice de flotantes
23922 \begin_inset Index
23923 status collapsed
23924
23925 \begin_layout Plain Layout
23926 Flotantes ! Índice de
23927 \end_layout
23928
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \begin_layout Standard
23935 Igual que en el índice general se listan las secciones del documento, hay
23936  índices para todos los tipos de flotantes, como las figuras.
23937  Se pueden insertar mediante los submenús 
23938 \family sans
23939 Insertar\SpecialChar \menuseparator
23940 Lista
23941 \begin_inset space \thinspace{}
23942 \end_inset
23943
23944 /
23945 \begin_inset space \thinspace{}
23946 \end_inset
23947
23948 Índice
23949 \family default
23950 .
23951 \end_layout
23952
23953 \begin_layout Standard
23954 Las entradas de los índices son las leyendas del flotante o su título breve,
23955  el número de flotante y el número de la página del documento en la que
23956  aparecen.
23957 \end_layout
23958
23959 \begin_layout Standard
23960 Puedes encontrar los índices de figuras y tablas al final de este documento.
23961 \end_layout
23962
23963 \begin_layout Chapter
23964 Notas
23965 \end_layout
23966
23967 \begin_layout Section
23968 Notas en LyX
23969 \begin_inset Index
23970 status collapsed
23971
23972 \begin_layout Plain Layout
23973 Notas ! en LyX
23974 \end_layout
23975
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \begin_layout Standard
23982 Las notas se insertan con el botón 
23983 \begin_inset Graphics
23984         filename ../../images/note-insert.png
23985         scale 85
23986
23987 \end_inset
23988
23989  o con el menú 
23990 \family sans
23991 Insertar\SpecialChar \menuseparator
23992 Nota
23993 \family default
23994 .
23995  Hay cinco tipos de notas:
23996 \end_layout
23997
23998 \begin_layout Description
23999 Nota
24000 \begin_inset space ~
24001 \end_inset
24002
24003 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24004  Su cuadro se muestra como este:
24005 \begin_inset Newline newline
24006 \end_inset
24007
24008
24009 \begin_inset Newline newline
24010 \end_inset
24011
24012
24013 \begin_inset Graphics
24014         filename clipart/NotaLyXImagenQt4.png
24015         display false
24016         scale 75
24017
24018 \end_inset
24019
24020  
24021 \begin_inset Note Note
24022 status collapsed
24023
24024 \begin_layout Plain Layout
24025 Este es un texto en un recuadro que no se muestra en la salida.
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \begin_layout Description
24034 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24035  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24036 \family sans
24037 Archivo\SpecialChar \menuseparator
24038 Exportar\SpecialChar \menuseparator
24039 LaTeX (pdflatex) / (plain)
24040 \family default
24041 .
24042  Su recuadro se ve así:
24043 \begin_inset Newline newline
24044 \end_inset
24045
24046
24047 \begin_inset Newline newline
24048 \end_inset
24049
24050
24051 \begin_inset Graphics
24052         filename clipart/ComentNotaImagenQt4.png
24053         display false
24054         scale 75
24055
24056 \end_inset
24057
24058  
24059 \begin_inset Note Comment
24060 status collapsed
24061
24062 \begin_layout Plain Layout
24063 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24064 \end_layout
24065
24066 \end_inset
24067
24068
24069 \end_layout
24070
24071 \begin_layout Description
24072 Resaltado
24073 \begin_inset space ~
24074 \end_inset
24075
24076 en
24077 \begin_inset space ~
24078 \end_inset
24079
24080 gris Esta nota aparece en la salida como texto resaltado en gris.
24081  Su recuadro se parece a este:
24082 \begin_inset Newline newline
24083 \end_inset
24084
24085
24086 \begin_inset Newline newline
24087 \end_inset
24088
24089
24090 \begin_inset Graphics
24091         filename clipart/GrisNotaImagenQt4.png
24092         display false
24093         scale 75
24094
24095 \end_inset
24096
24097
24098 \begin_inset Newline newline
24099 \end_inset
24100
24101
24102 \begin_inset ERT
24103 status collapsed
24104
24105 \begin_layout Plain Layout
24106
24107
24108 \backslash
24109 renewenvironment{lyxgreyedout}
24110 \end_layout
24111
24112 \begin_layout Plain Layout
24113
24114 {
24115 \backslash
24116 textcolor[gray]{0.8}
24117 \backslash
24118 bgroup}{
24119 \backslash
24120 egroup}
24121 \end_layout
24122
24123 \end_inset
24124
24125
24126 \begin_inset Note Greyedout
24127 status open
24128
24129 \begin_layout Plain Layout
24130 Este es el texto
24131 \begin_inset Foot
24132 status collapsed
24133
24134 \begin_layout Plain Layout
24135 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24136 \end_layout
24137
24138 \end_inset
24139
24140  de un comentario que se muestra resaltado en gris.
24141 \end_layout
24142
24143 \end_inset
24144
24145
24146 \begin_inset ERT
24147 status collapsed
24148
24149 \begin_layout Plain Layout
24150
24151
24152 \backslash
24153 renewenvironment{lyxgreyedout}
24154 \end_layout
24155
24156 \begin_layout Plain Layout
24157
24158 {
24159 \backslash
24160 textcolor{blue}
24161 \backslash
24162 bgroup}{
24163 \backslash
24164 egroup}
24165 \end_layout
24166
24167 \end_inset
24168
24169
24170 \begin_inset Note Note
24171 status collapsed
24172
24173 \begin_layout Plain Layout
24174 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24175  original de LyX, ya que en el preámbulo de este documento se han redefinido
24176  estas notas para que salgan en azul, como se indica más adelante.
24177 \end_layout
24178
24179 \end_inset
24180
24181
24182 \begin_inset Newline newline
24183 \end_inset
24184
24185
24186 \begin_inset Newline newline
24187 \end_inset
24188
24189 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24190  está un poco sangrada, y por otra parte pueden tener notas al pie.
24191 \end_layout
24192
24193 \begin_layout Standard
24194 \begin_inset VSpace bigskip
24195 \end_inset
24196
24197 Si usas el botón de la barra de herramientas 
24198 \begin_inset Graphics
24199         filename ../../images/note-insert.png
24200         scale 85
24201
24202 \end_inset
24203
24204  para insertar notas, se inserta una 
24205 \family sans
24206 Nota
24207 \begin_inset space ~
24208 \end_inset
24209
24210 LyX
24211 \family default
24212 .
24213  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24214  recuadro.
24215  
24216 \family roman
24217 \series medium
24218 \bar no
24219 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24220  botón de herramienta 
24221 \family sans
24222 \series default
24223 \bar default
24224 Nota
24225 \family default
24226 .
24227  Para cambiar una nota a texto, pulsa la tecla 
24228 \family sans
24229 Retroceso
24230 \family default
24231  cuando el cursor está en la primera posición de una nota, o la tecla 
24232 \family sans
24233 Supr
24234 \family default
24235  cuando el cursor está en la última posición de la nota, respectivamente.
24236 \end_layout
24237
24238 \begin_layout Standard
24239 \begin_inset VSpace bigskip
24240 \end_inset
24241
24242 Se puede cambiar el color del 
24243 \family sans
24244 Resaltado en gris
24245 \family default
24246  poniendo en el preámbulo el comando:
24247 \end_layout
24248
24249 \begin_layout Standard
24250
24251 \series bold
24252
24253 \backslash
24254 renewenvironment{lyxgreyedout}
24255 \begin_inset Newline newline
24256 \end_inset
24257
24258
24259 \begin_inset ERT
24260 status collapsed
24261
24262 \begin_layout Plain Layout
24263
24264
24265 \backslash
24266 hphantom{ }
24267 \end_layout
24268
24269 \end_inset
24270
24271 {
24272 \backslash
24273 textcolor{color}
24274 \backslash
24275 bgroup}{
24276 \backslash
24277 egroup}
24278 \end_layout
24279
24280 \begin_layout Standard
24281 Los colores disponibles y el método para definir nuestros propios colores
24282  se explica en la sección
24283 \begin_inset space ~
24284 \end_inset
24285
24286
24287 \begin_inset CommandInset ref
24288 LatexCommand ref
24289 reference "sec:Tablas-Coloreadas"
24290
24291 \end_inset
24292
24293 .
24294 \end_layout
24295
24296 \begin_layout Standard
24297 Las notas en azul en este documento se han hecho con notas del tipo 
24298 \family sans
24299 Resaltado en gris
24300 \family default
24301  pero definiendo el color del texto en azul.
24302 \end_layout
24303
24304 \begin_layout Section
24305 Notas al pie
24306 \begin_inset CommandInset label
24307 LatexCommand label
24308 name "sec:Notas-al-pie"
24309
24310 \end_inset
24311
24312
24313 \begin_inset Index
24314 status collapsed
24315
24316 \begin_layout Plain Layout
24317 Notas ! al pie
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \begin_inset Index
24324 status collapsed
24325
24326 \begin_layout Plain Layout
24327 Notas al pie
24328 \end_layout
24329
24330 \end_inset
24331
24332
24333 \end_layout
24334
24335 \begin_layout Standard
24336 Las notas al pie se insertan con el botón 
24337 \begin_inset Graphics
24338         filename ../../images/footnote-insert.png
24339         scale 85
24340
24341 \end_inset
24342
24343  o el menú 
24344 \family sans
24345 Insertar\SpecialChar \menuseparator
24346 Nota
24347 \begin_inset space ~
24348 \end_inset
24349
24350 al
24351 \begin_inset space ~
24352 \end_inset
24353
24354 pie
24355 \family default
24356 .
24357  
24358 \family roman
24359 \series medium
24360 \bar no
24361 Aparece un recuadro como este:
24362 \family default
24363 \series default
24364 \bar default
24365  
24366 \begin_inset Graphics
24367         filename clipart/notapieQt4.png
24368         scale 80
24369
24370 \end_inset
24371
24372  
24373 \family roman
24374 \series medium
24375 \bar no
24376 donde puedes introducir el texto.
24377  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24378  sobre el
24379 \family default
24380 \series default
24381 \bar default
24382  
24383 \family roman
24384 \series medium
24385 \bar no
24386 botón
24387 \family default
24388 \series default
24389 \bar default
24390 .
24391  Para cambiar una nota al pie a texto, pulsa la tecla 
24392 \family sans
24393 Retroceso
24394 \family default
24395  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24396  
24397 \family sans
24398 Supr
24399 \family default
24400  cuando el cursor está en la última posición de la nota, respectivamente.
24401 \end_layout
24402
24403 \begin_layout Standard
24404 Aquí hay un ejemplo de nota al pie:
24405 \family roman
24406 \series medium
24407 \bar no
24408
24409 \begin_inset Foot
24410 status collapsed
24411
24412 \begin_layout Plain Layout
24413 \begin_inset CommandInset label
24414 LatexCommand label
24415 name "pie:Esto-es-una"
24416
24417 \end_inset
24418
24419 Ejemplo de nota al pie.
24420 \end_layout
24421
24422 \end_inset
24423
24424
24425 \family default
24426 \series default
24427 \bar default
24428
24429 \begin_inset ERT
24430 status collapsed
24431
24432 \begin_layout Plain Layout
24433
24434
24435 \backslash
24436 newcounter{MyRepeatFoot}
24437 \end_layout
24438
24439 \begin_layout Plain Layout
24440
24441
24442 \backslash
24443 setcounter{MyRepeatFoot}{
24444 \backslash
24445 thefootnote}
24446 \end_layout
24447
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \begin_layout Standard
24454 En la salida, el pie se muestra como número voladito en el lugar del texto
24455  donde se coloca el recuadro.
24456  El texto se coloca al final de la página actual.
24457  Los números de las notas son calculados por LaTeX, y son consecutivos.
24458  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24459 \end_layout
24460
24461 \begin_layout Standard
24462 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24463  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24464  se describe en la sección
24465 \begin_inset space ~
24466 \end_inset
24467
24468
24469 \begin_inset CommandInset ref
24470 LatexCommand ref
24471 reference "sec:Referencias-a-Flotantes"
24472
24473 \end_inset
24474
24475 .
24476 \begin_inset Newline newline
24477 \end_inset
24478
24479 Esto es una referencia cruzada a la Nota al pie
24480 \begin_inset space ~
24481 \end_inset
24482
24483
24484 \begin_inset CommandInset ref
24485 LatexCommand ref
24486 reference "pie:Esto-es-una"
24487
24488 \end_inset
24489
24490 .
24491 \end_layout
24492
24493 \begin_layout Standard
24494 \begin_inset VSpace defskip
24495 \end_inset
24496
24497 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
24498 \begin_inset space ~
24499 \end_inset
24500
24501
24502 \begin_inset CommandInset ref
24503 LatexCommand ref
24504 reference "sec:Minipáginas"
24505
24506 \end_inset
24507
24508 .
24509  Los pies en tablas largas en la sección
24510 \begin_inset space ~
24511 \end_inset
24512
24513
24514 \begin_inset CommandInset ref
24515 LatexCommand ref
24516 reference "sub:Notas-al-pie-en-Tablas-Largas"
24517
24518 \end_inset
24519
24520 .
24521 \end_layout
24522
24523 \begin_layout Standard
24524 \begin_inset VSpace defskip
24525 \end_inset
24526
24527 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24528 \series bold
24529
24530 \backslash
24531 footnotemark[número]
24532 \series default
24533  en código TeX.
24534  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24535  no quieres imprimir el pie cada vez.
24536 \begin_inset Newline newline
24537 \end_inset
24538
24539 Como no sabes el número del pie que se repite mientras escribes el texto,
24540  tienes que guardarlo.
24541  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24542  en código TeX detrás de Nota
24543 \begin_inset space ~
24544 \end_inset
24545
24546 al
24547 \begin_inset space ~
24548 \end_inset
24549
24550 pie
24551 \begin_inset space ~
24552 \end_inset
24553
24554
24555 \begin_inset CommandInset ref
24556 LatexCommand ref
24557 reference "pie:Esto-es-una"
24558
24559 \end_inset
24560
24561  para guardar el número de pie:
24562 \end_layout
24563
24564 \begin_layout Standard
24565
24566 \series bold
24567
24568 \backslash
24569 newcounter{MyRepeatFoot}
24570 \begin_inset Newline newline
24571 \end_inset
24572
24573
24574 \backslash
24575 setcounter{MyRepeatFoot}{
24576 \backslash
24577 thefootnote}
24578 \end_layout
24579
24580 \begin_layout Standard
24581 La marca de pie se crea entonces con el comando:
24582 \end_layout
24583
24584 \begin_layout Standard
24585
24586 \series bold
24587
24588 \backslash
24589 footnotemark[
24590 \backslash
24591 theMyRepeatFoot]
24592 \end_layout
24593
24594 \begin_layout Standard
24595 Aquí hay un ejemplo de marca de pie:
24596 \family roman
24597 \series medium
24598 \bar no
24599
24600 \begin_inset ERT
24601 status collapsed
24602
24603 \begin_layout Plain Layout
24604
24605
24606 \backslash
24607 footnotemark[
24608 \backslash
24609 theMyRepeatFoot]
24610 \end_layout
24611
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \begin_layout Subsection
24618 Numeración de notas al pie
24619 \begin_inset CommandInset label
24620 LatexCommand label
24621 name "sub:Numeración-de-Notas-al-Pie"
24622
24623 \end_inset
24624
24625
24626 \begin_inset Index
24627 status collapsed
24628
24629 \begin_layout Plain Layout
24630 Notas al pie ! Numeración
24631 \end_layout
24632
24633 \end_inset
24634
24635
24636 \end_layout
24637
24638 \begin_layout Standard
24639 Para reiniciar el número de pie a 1 en cada sección añade
24640 \family roman
24641  en el preámbulo el comando:
24642 \end_layout
24643
24644 \begin_layout Standard
24645
24646 \series bold
24647
24648 \backslash
24649 @addtoreset{footnote}{section}
24650 \end_layout
24651
24652 \begin_layout Standard
24653 \begin_inset VSpace bigskip
24654 \end_inset
24655
24656 El siguiente comando en el preámbulo cambia el estilo de numeración del
24657  pie a números romanos en minúsculas:
24658 \end_layout
24659
24660 \begin_layout Standard
24661
24662 \series bold
24663
24664 \backslash
24665 renewcommand{
24666 \backslash
24667 thefootnote}{
24668 \backslash
24669 roman{footnote}}
24670 \end_layout
24671
24672 \begin_layout Standard
24673 \begin_inset ERT
24674 status collapsed
24675
24676 \begin_layout Plain Layout
24677
24678
24679 \backslash
24680 renewcommand{
24681 \backslash
24682 thefootnote}{
24683 \backslash
24684 roman{footnote}}
24685 \end_layout
24686
24687 \end_inset
24688
24689  Nota al pie en números romanos:
24690 \begin_inset Foot
24691 status collapsed
24692
24693 \begin_layout Plain Layout
24694 Ejemplo de nota al pie en números romanos.
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \begin_inset ERT
24701 status collapsed
24702
24703 \begin_layout Plain Layout
24704
24705
24706 \backslash
24707 renewcommand{
24708 \backslash
24709 thefootnote}{
24710 \backslash
24711 arabic{footnote}}
24712 \end_layout
24713
24714 \end_inset
24715
24716
24717 \end_layout
24718
24719 \begin_layout Standard
24720 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24721  
24722 \series bold
24723
24724 \backslash
24725 roman
24726 \series default
24727  por 
24728 \series bold
24729
24730 \backslash
24731 Roman
24732 \series default
24733 .
24734  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24735 \series bold
24736
24737 \backslash
24738 Alph
24739 \series default
24740  o 
24741 \series bold
24742
24743 \backslash
24744 alph
24745 \series default
24746 , respectivamente.
24747  Para ordenar las notas al pie con símbolos usa 
24748 \series bold
24749
24750 \backslash
24751 fnsymbol
24752 \series default
24753 .
24754 \end_layout
24755
24756 \begin_layout Standard
24757 \begin_inset Note Greyedout
24758 status open
24759
24760 \begin_layout Plain Layout
24761
24762 \series bold
24763 Nota:
24764 \series default
24765  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24766  simples.
24767 \end_layout
24768
24769 \end_inset
24770
24771
24772 \begin_inset Newline newline
24773 \end_inset
24774
24775
24776 \begin_inset Note Greyedout
24777 status open
24778
24779 \begin_layout Plain Layout
24780
24781 \series bold
24782 Nota:
24783 \series default
24784  sólo puedes ordenar hasta 9 pies con símbolos.
24785 \end_layout
24786
24787 \end_inset
24788
24789
24790 \end_layout
24791
24792 \begin_layout Standard
24793 Para volver al estilo de numeración predeterminado cuando has cambiado a
24794  otro estilo, usa 
24795 \series bold
24796
24797 \backslash
24798 arabic
24799 \series default
24800  en vez de 
24801 \series bold
24802
24803 \backslash
24804 roman
24805 \series default
24806  en el comando anterior.
24807 \begin_inset ERT
24808 status collapsed
24809
24810 \begin_layout Plain Layout
24811
24812
24813 \backslash
24814 renewcommand{
24815 \backslash
24816 thefootnote}{
24817 \backslash
24818 arabic{footnote}}
24819 \end_layout
24820
24821 \end_inset
24822
24823
24824 \end_layout
24825
24826 \begin_layout Standard
24827 \begin_inset VSpace bigskip
24828 \end_inset
24829
24830
24831 \end_layout
24832
24833 \begin_layout Standard
24834 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
24835  comando al preámbulo del documento:
24836 \end_layout
24837
24838 \begin_layout Standard
24839
24840 \series bold
24841
24842 \backslash
24843 numberwithin{footnote}{chapter}
24844 \end_layout
24845
24846 \begin_layout Standard
24847 Para poder usar el comando 
24848 \series bold
24849
24850 \backslash
24851 numberwithin
24852 \series default
24853 , marca la opción 
24854 \family sans
24855 Usar
24856 \family default
24857
24858 \begin_inset space ~
24859 \end_inset
24860
24861
24862 \family sans
24863 el
24864 \family default
24865
24866 \begin_inset space ~
24867 \end_inset
24868
24869
24870 \family sans
24871 paquete
24872 \family default
24873
24874 \begin_inset space ~
24875 \end_inset
24876
24877
24878 \family sans
24879 AMS
24880 \family default
24881  en la sección 
24882 \family sans
24883 Opciones para ecuaciones
24884 \family default
24885  de la configuración del documento.
24886 \end_layout
24887
24888 \begin_layout Standard
24889 \begin_inset ERT
24890 status collapsed
24891
24892 \begin_layout Plain Layout
24893
24894
24895 \backslash
24896 numberwithin{footnote}{chapter}
24897 \end_layout
24898
24899 \end_inset
24900
24901 Esto es otro ejemplo de nota al pie:
24902 \series bold
24903
24904 \begin_inset Foot
24905 status collapsed
24906
24907 \begin_layout Plain Layout
24908 Nota al pie numerada en el esquema 
24909 \begin_inset Quotes eld
24910 \end_inset
24911
24912 capítulo.nota
24913 \begin_inset Quotes erd
24914 \end_inset
24915
24916 .
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \series default
24923
24924 \begin_inset ERT
24925 status collapsed
24926
24927 \begin_layout Plain Layout
24928
24929
24930 \backslash
24931 renewcommand{
24932 \backslash
24933 thefootnote}{
24934 \backslash
24935 arabic{footnote}}
24936 \end_layout
24937
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \begin_layout Standard
24944 \begin_inset Note Greyedout
24945 status open
24946
24947 \begin_layout Plain Layout
24948
24949 \series bold
24950 Nota: 
24951 \backslash
24952 numberwithin 
24953 \series default
24954 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24955  previas para obtener números no arábigos se sobreescriben.
24956 \end_layout
24957
24958 \end_inset
24959
24960
24961 \end_layout
24962
24963 \begin_layout Standard
24964 Así, para obtener por ejemplo el esquema «capítulo.
24965 \backslash
24966 Roman{footnote}», usa este comando en vez de 
24967 \series bold
24968
24969 \backslash
24970 numberwithin
24971 \series default
24972 :
24973 \end_layout
24974
24975 \begin_layout Standard
24976
24977 \series bold
24978
24979 \backslash
24980 renewcommand{
24981 \backslash
24982 thefootnote}{
24983 \backslash
24984 thechapter.
24985 \backslash
24986 Roman{footnote}}
24987 \end_layout
24988
24989 \begin_layout Subsection
24990 Colocación de notas al pie
24991 \begin_inset Index
24992 status collapsed
24993
24994 \begin_layout Plain Layout
24995 Notas al pie ! Colocación
24996 \end_layout
24997
24998 \end_inset
24999
25000
25001 \end_layout
25002
25003 \begin_layout Standard
25004 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25005  entre ellas al final de la página.
25006  Para hacerlas más legibles puedes añadir 1.5
25007 \begin_inset space \thinspace{}
25008 \end_inset
25009
25010 mm, p.
25011 \begin_inset space \thinspace{}
25012 \end_inset
25013
25014 e., con el comando siguiente en el preámbulo:
25015 \end_layout
25016
25017 \begin_layout Standard
25018
25019 \series bold
25020
25021 \backslash
25022 let
25023 \backslash
25024 myFoot
25025 \backslash
25026 footnote
25027 \begin_inset Newline newline
25028 \end_inset
25029
25030
25031 \backslash
25032 renewcommand{
25033 \backslash
25034 footnote}[1]{
25035 \backslash
25036 myFoot{#1
25037 \backslash
25038 vspace{1.5mm}}}
25039 \end_layout
25040
25041 \begin_layout Standard
25042 \begin_inset VSpace bigskip
25043 \end_inset
25044
25045 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25046  véase la figura
25047 \begin_inset space ~
25048 \end_inset
25049
25050
25051 \begin_inset CommandInset ref
25052 LatexCommand ref
25053 reference "fig:Colocación-standard-del-pie"
25054
25055 \end_inset
25056
25057 .
25058  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25059  en la figura
25060 \begin_inset space ~
25061 \end_inset
25062
25063
25064 \begin_inset CommandInset ref
25065 LatexCommand ref
25066 reference "fig:Colocación-del-pie-en"
25067
25068 \end_inset
25069
25070 , usa el paquete LaTeX 
25071 \series bold
25072 ftnright
25073 \series default
25074
25075 \begin_inset Index
25076 status collapsed
25077
25078 \begin_layout Plain Layout
25079 LaTeX-paquetes ! ftnright
25080 \end_layout
25081
25082 \end_inset
25083
25084  con este comando en el preámbulo:
25085 \end_layout
25086
25087 \begin_layout Standard
25088
25089 \series bold
25090
25091 \backslash
25092 usepackage{ftnright}
25093 \end_layout
25094
25095 \begin_layout Standard
25096 \begin_inset Float figure
25097 placement !h
25098 wide false
25099 sideways false
25100 status open
25101
25102 \begin_layout Plain Layout
25103 \begin_inset ERT
25104 status collapsed
25105
25106 \begin_layout Plain Layout
25107
25108
25109 \backslash
25110 framebox{
25111 \end_layout
25112
25113 \end_inset
25114
25115
25116 \begin_inset Graphics
25117         filename ../clipart/without_fntright.pdf
25118         width 100col%
25119
25120 \end_inset
25121
25122
25123 \begin_inset ERT
25124 status collapsed
25125
25126 \begin_layout Plain Layout
25127
25128 }
25129 \end_layout
25130
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \begin_layout Plain Layout
25137 \begin_inset Caption
25138
25139 \begin_layout Plain Layout
25140 \begin_inset CommandInset label
25141 LatexCommand label
25142 name "fig:Colocación-standard-del-pie"
25143
25144 \end_inset
25145
25146 Colocación estándar de notas al pie en documentos a dos columnas.
25147 \end_layout
25148
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \end_inset
25155
25156
25157 \end_layout
25158
25159 \begin_layout Standard
25160 \begin_inset Float figure
25161 placement !h
25162 wide false
25163 sideways false
25164 status open
25165
25166 \begin_layout Plain Layout
25167 \begin_inset ERT
25168 status collapsed
25169
25170 \begin_layout Plain Layout
25171
25172
25173 \backslash
25174 framebox{
25175 \end_layout
25176
25177 \end_inset
25178
25179
25180 \begin_inset Graphics
25181         filename ../clipart/with_fntright.pdf
25182         width 100col%
25183
25184 \end_inset
25185
25186
25187 \begin_inset ERT
25188 status collapsed
25189
25190 \begin_layout Plain Layout
25191
25192 }
25193 \end_layout
25194
25195 \end_inset
25196
25197
25198 \end_layout
25199
25200 \begin_layout Plain Layout
25201 \begin_inset Caption
25202
25203 \begin_layout Plain Layout
25204 \begin_inset CommandInset label
25205 LatexCommand label
25206 name "fig:Colocación-del-pie-en"
25207
25208 \end_inset
25209
25210 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25211  el paquete LaTeX 
25212 \series bold
25213 ftnright
25214 \series default
25215 .
25216 \end_layout
25217
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \end_inset
25224
25225
25226 \end_layout
25227
25228 \begin_layout Standard
25229 \begin_inset VSpace bigskip
25230 \end_inset
25231
25232 En alguna literatura científica es habitual reunir las notas para imprimirlas
25233  en un párrafo separado al final de la sección, como en la figura
25234 \begin_inset space ~
25235 \end_inset
25236
25237
25238 \begin_inset CommandInset ref
25239 LatexCommand ref
25240 reference "fig:Notas-al-pie-al-final"
25241
25242 \end_inset
25243
25244 .
25245  Para reunir las notas al final
25246 \begin_inset Index
25247 status collapsed
25248
25249 \begin_layout Plain Layout
25250 Notas ! al final
25251 \end_layout
25252
25253 \end_inset
25254
25255  en vez de a pie de página, carga en el menú 
25256 \family sans
25257 Documento\SpecialChar \menuseparator
25258 Configuratión\SpecialChar \menuseparator
25259 Módulos
25260 \family default
25261  el módulo 
25262 \family sans
25263 Pie
25264 \begin_inset space ~
25265 \end_inset
25266
25267 al
25268 \begin_inset space ~
25269 \end_inset
25270
25271 final
25272 \family default
25273 .
25274  Para insertar la colección de notas, escribe el comando
25275 \end_layout
25276
25277 \begin_layout Standard
25278
25279 \series bold
25280
25281 \backslash
25282 theendnotes
25283 \end_layout
25284
25285 \begin_layout Standard
25286 en código TeX al final de una sección o capítulo.
25287 \end_layout
25288
25289 \begin_layout Standard
25290 \begin_inset Float figure
25291 wide false
25292 sideways false
25293 status open
25294
25295 \begin_layout Plain Layout
25296 \align center
25297 \begin_inset ERT
25298 status collapsed
25299
25300 \begin_layout Plain Layout
25301
25302
25303 \backslash
25304 framebox{
25305 \end_layout
25306
25307 \end_inset
25308
25309
25310 \begin_inset Graphics
25311         filename ../clipart/endnotes.pdf
25312
25313 \end_inset
25314
25315
25316 \begin_inset ERT
25317 status collapsed
25318
25319 \begin_layout Plain Layout
25320
25321 }
25322 \end_layout
25323
25324 \end_inset
25325
25326
25327 \end_layout
25328
25329 \begin_layout Plain Layout
25330 \begin_inset Caption
25331
25332 \begin_layout Plain Layout
25333 \begin_inset CommandInset label
25334 LatexCommand label
25335 name "fig:Notas-al-pie-al-final"
25336
25337 \end_inset
25338
25339 Notas al final: notas impresas en párrafo separado al final de la sección
25340  o del capítulo.
25341 \end_layout
25342
25343 \end_inset
25344
25345
25346 \end_layout
25347
25348 \end_inset
25349
25350
25351 \end_layout
25352
25353 \begin_layout Standard
25354 \begin_inset VSpace medskip
25355 \end_inset
25356
25357 La cabecera de párrafo para las notas finales no se traduce automáticamente
25358  al lenguaje del documento, hay que hacerlo manualmente.
25359   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
25360  al español «Notas»:
25361 \end_layout
25362
25363 \begin_layout Standard
25364
25365 \series bold
25366
25367 \backslash
25368 renewcommand{
25369 \backslash
25370 notesname}{Notas}
25371 \end_layout
25372
25373 \begin_layout Standard
25374 \begin_inset VSpace medskip
25375 \end_inset
25376
25377 La numeración de notas finales puede cambiarse como la de las notas al pie,
25378  como se describe en la sección
25379 \begin_inset space ~
25380 \end_inset
25381
25382
25383 \begin_inset CommandInset ref
25384 LatexCommand ref
25385 reference "sub:Numeración-de-Notas-al-Pie"
25386
25387 \end_inset
25388
25389 ; sólo hay que reemplazar el comando 
25390 \series bold
25391
25392 \backslash
25393 thefootnote
25394 \series default
25395  por 
25396 \series bold
25397
25398 \backslash
25399 theendnote
25400 \series default
25401 .
25402  Para restablecer la numeración usa el comando 
25403 \series bold
25404
25405 \backslash
25406 @addtoreset
25407 \series default
25408  como se describe en la sección
25409 \begin_inset space ~
25410 \end_inset
25411
25412
25413 \begin_inset CommandInset ref
25414 LatexCommand ref
25415 reference "sub:Numeración-de-Notas-al-Pie"
25416
25417 \end_inset
25418
25419  y sustituye el parámetro de comando 
25420 \series bold
25421 footnote
25422 \series default
25423  por 
25424 \series bold
25425 endnote
25426 \series default
25427 .
25428 \end_layout
25429
25430 \begin_layout Standard
25431 Para crear sólo una marca para una nota final, usa el comando 
25432 \series bold
25433
25434 \backslash
25435 endnotemark[número]
25436 \series default
25437  similar al comando 
25438 \series bold
25439
25440 \backslash
25441 footnotemark
25442 \series default
25443 , descrito en la sección
25444 \begin_inset space ~
25445 \end_inset
25446
25447
25448 \begin_inset CommandInset ref
25449 LatexCommand ref
25450 reference "sec:Notas-al-pie"
25451
25452 \end_inset
25453
25454 .
25455 \end_layout
25456
25457 \begin_layout Standard
25458 \begin_inset VSpace bigskip
25459 \end_inset
25460
25461 Las notas al pie también pueden colocarse al margen de la página y la alineación
25462  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25463 \series bold
25464 footmisc
25465 \series default
25466
25467 \begin_inset Index
25468 status collapsed
25469
25470 \begin_layout Plain Layout
25471 LaTeX-paquetes ! footmisc
25472 \end_layout
25473
25474 \end_inset
25475
25476  
25477 \begin_inset CommandInset citation
25478 LatexCommand cite
25479 key "footmisc"
25480
25481 \end_inset
25482
25483  para más información.
25484 \end_layout
25485
25486 \begin_layout Standard
25487 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25488  
25489 \begin_inset CommandInset citation
25490 LatexCommand cite
25491 key "latexcompanion,latexguide,latexbook"
25492
25493 \end_inset
25494
25495 .
25496 \end_layout
25497
25498 \begin_layout Section
25499 Notas al margen
25500 \begin_inset Index
25501 status collapsed
25502
25503 \begin_layout Plain Layout
25504 Notas ! al margen
25505 \end_layout
25506
25507 \end_inset
25508
25509
25510 \end_layout
25511
25512 \begin_layout Standard
25513 Las notas al margen se ven y se comportan en LyX como notas al pie.
25514  Se insertan con el menú 
25515 \family sans
25516 Insertar\SpecialChar \menuseparator
25517 Nota
25518 \begin_inset space ~
25519 \end_inset
25520
25521 al
25522 \begin_inset space ~
25523 \end_inset
25524
25525 margen
25526 \family default
25527  o con el botón 
25528 \begin_inset Graphics
25529         filename ../../images/marginalnote-insert.png
25530         scale 85
25531
25532 \end_inset
25533
25534 .
25535  Aparece un cuadro gris con la etiqueta 
25536 \family roman
25537 \series medium
25538 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25539 \end_layout
25540
25541 \begin_layout Standard
25542 Al lado hay un ejemplo de nota al margen.
25543
25544 \family roman
25545 \series medium
25546  
25547 \begin_inset Marginal
25548 status open
25549
25550 \begin_layout Plain Layout
25551 Esto es una nota al margen.
25552 \end_layout
25553
25554 \end_inset
25555
25556
25557 \end_layout
25558
25559 \begin_layout Standard
25560 Estas notas salen en el margen derecho en documentos a una cara.
25561  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25562  en páginas pares, derecho en páginas impares—.
25563  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25564  a la derecha si la nota aparece en el margen izquierdo—.
25565  La primera línea de la nota se sitúa en la posición de la línea del texto
25566  en la que se inserta en el documento.
25567 \end_layout
25568
25569 \begin_layout Standard
25570 \begin_inset VSpace bigskip
25571 \end_inset
25572
25573 Para colocar la nota en el margen interno añade el comando
25574 \end_layout
25575
25576 \begin_layout Standard
25577
25578 \series bold
25579
25580 \backslash
25581 reversemarginpar
25582 \end_layout
25583
25584 \begin_layout Standard
25585 en código TeX antes de la nota.
25586  La nueva colocación es válida para todas las siguientes notas al margen.
25587  
25588 \begin_inset ERT
25589 status collapsed
25590
25591 \begin_layout Plain Layout
25592
25593
25594 \backslash
25595 reversemarginpar 
25596 \end_layout
25597
25598 \end_inset
25599
25600
25601 \begin_inset Marginal
25602 status open
25603
25604 \begin_layout Plain Layout
25605 Esto es una nota en el margen interno.
25606 \end_layout
25607
25608 \end_inset
25609
25610
25611 \series bold
25612
25613 \begin_inset Newline newline
25614 \end_inset
25615
25616
25617 \series default
25618
25619 \begin_inset Note Greyedout
25620 status open
25621
25622 \begin_layout Plain Layout
25623
25624 \series bold
25625 Nota:
25626 \series default
25627  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25628  no se mostrará correctamente en la salida.
25629 \end_layout
25630
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \begin_layout Standard
25637 Para volver a la ubicación predeterminada inserta en código TeX el comando
25638 \begin_inset ERT
25639 status collapsed
25640
25641 \begin_layout Plain Layout
25642
25643
25644 \backslash
25645 normalmarginpar 
25646 \end_layout
25647
25648 \end_inset
25649
25650
25651 \end_layout
25652
25653 \begin_layout Standard
25654
25655 \series bold
25656
25657 \backslash
25658 normalmarginpar
25659 \end_layout
25660
25661 \begin_layout Standard
25662 \begin_inset Note Greyedout
25663 status open
25664
25665 \begin_layout Plain Layout
25666
25667 \series bold
25668 Nota:
25669 \series default
25670  El comando se ignora si en el mismo párrafo está también presente el comando
25671  
25672 \series bold
25673
25674 \backslash
25675 reversemarginpar
25676 \series default
25677 .
25678 \end_layout
25679
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \begin_layout Standard
25686 \begin_inset VSpace bigskip
25687 \end_inset
25688
25689
25690 \family roman
25691 \series medium
25692
25693 \begin_inset Marginal
25694 status open
25695
25696 \begin_layout Plain Layout
25697 PalabraMuyLargaAlMargen no partida con guión.
25698 \end_layout
25699
25700 \end_inset
25701
25702
25703 \family default
25704 \series default
25705  Como en el caso descrito en la sección
25706 \begin_inset space ~
25707 \end_inset
25708
25709
25710 \begin_inset CommandInset ref
25711 LatexCommand ref
25712 reference "sub:Líneas-Múltiples-en"
25713
25714 \end_inset
25715
25716 , una palabra larga no puede partirse con guión cuando es la primera en
25717  la nota al margen.
25718  Para evitar esto, inserta un espacio horizontal de 0
25719 \begin_inset space \thinspace{}
25720 \end_inset
25721
25722 pt antes de la palabra
25723 \family roman
25724 \series medium
25725 .
25726  
25727 \begin_inset Marginal
25728 status open
25729
25730 \begin_layout Plain Layout
25731 \begin_inset ERT
25732 status collapsed
25733
25734 \begin_layout Plain Layout
25735
25736
25737 \backslash
25738 hspace{0pt}
25739 \end_layout
25740
25741 \end_inset
25742
25743 PalabraMuyLargaAlMargen partida con guión.
25744 \end_layout
25745
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \begin_layout Standard
25752 \begin_inset VSpace bigskip
25753 \end_inset
25754
25755
25756 \end_layout
25757
25758 \begin_layout Standard
25759 \begin_inset Note Greyedout
25760 status open
25761
25762 \begin_layout Plain Layout
25763
25764 \series bold
25765 Nota:
25766 \series default
25767  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25768  notas al pie.
25769 \end_layout
25770
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \begin_layout Standard
25777 \begin_inset VSpace bigskip
25778 \end_inset
25779
25780
25781 \end_layout
25782
25783 \begin_layout Standard
25784 \begin_inset ERT
25785 status collapsed
25786
25787 \begin_layout Plain Layout
25788
25789
25790 \backslash
25791 ifmarginnote
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \begin_inset Note Note
25798 status collapsed
25799
25800 \begin_layout Plain Layout
25801 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25802  LaTeX 
25803 \series bold
25804 marginnote
25805 \series default
25806 .
25807 \end_layout
25808
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \begin_layout Standard
25815 Esta restricción se puede salvar con el paquete LaTeX 
25816 \series bold
25817 marginnote
25818 \series default
25819
25820 \begin_inset Index
25821 status collapsed
25822
25823 \begin_layout Plain Layout
25824 LaTeX-paquetes ! marginnote
25825 \end_layout
25826
25827 \end_inset
25828
25829 .
25830  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25831  notas al margen es redefinido para usar el comando proporcionado por el
25832  paquete 
25833 \series bold
25834 marginnote
25835 \series default
25836 :
25837 \end_layout
25838
25839 \begin_layout Standard
25840
25841 \series bold
25842
25843 \backslash
25844 usepackage{marginnote}
25845 \begin_inset Newline newline
25846 \end_inset
25847
25848
25849 \backslash
25850 let
25851 \backslash
25852 marginpar
25853 \backslash
25854 marginnote
25855 \end_layout
25856
25857 \begin_layout Standard
25858 Esto se ha utilizado en el presente documento porque 
25859 \series bold
25860 marginnote
25861 \series default
25862  tiene una característica adicional útil: Puedes establecer un desplazamiento
25863  vertical a la nota.
25864  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25865  diseño de la página.
25866  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25867  en código TeX
25868 \end_layout
25869
25870 \begin_layout Standard
25871
25872 \series bold
25873 [desplazamiento]
25874 \end_layout
25875
25876 \begin_layout Standard
25877 donde desplazamiento es una longitud en una de las unidades de la tabla
25878 \begin_inset space ~
25879 \end_inset
25880
25881
25882 \begin_inset CommandInset ref
25883 LatexCommand ref
25884 reference "tab:Unidades"
25885
25886 \end_inset
25887
25888 .
25889  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25890  abajo.
25891  
25892 \family roman
25893 \series medium
25894 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25895 \begin_inset space \thinspace{}
25896 \end_inset
25897
25898 cm arriba con el comando en código TeX 
25899 \begin_inset Quotes eld
25900 \end_inset
25901
25902
25903 \family default
25904 \series bold
25905 [-1.5cm]
25906 \family roman
25907 \series medium
25908
25909 \begin_inset Quotes erd
25910 \end_inset
25911
25912
25913 \begin_inset Marginal
25914 status collapsed
25915
25916 \begin_layout Plain Layout
25917 Esta nota está 1.5
25918 \begin_inset space \thinspace{}
25919 \end_inset
25920
25921 cm por encima de su posición original.
25922 \end_layout
25923
25924 \end_inset
25925
25926
25927 \family default
25928 \series default
25929
25930 \begin_inset ERT
25931 status collapsed
25932
25933 \begin_layout Plain Layout
25934
25935 [-1.5cm]
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \begin_layout Standard
25944 \begin_inset VSpace medskip
25945 \end_inset
25946
25947 Con 
25948 \series bold
25949 marginnote
25950 \series default
25951  también puedes cambiar la alineación del texto en el margen.
25952  Por ejemplo los comandos
25953 \end_layout
25954
25955 \begin_layout Standard
25956
25957 \series bold
25958
25959 \backslash
25960 renewcommand*{
25961 \backslash
25962 raggedleftmarginnote}{
25963 \backslash
25964 centering}
25965 \begin_inset Newline newline
25966 \end_inset
25967
25968
25969 \backslash
25970 renewcommand*{
25971 \backslash
25972 raggedrightmarginnote}{
25973 \backslash
25974 centering}
25975 \end_layout
25976
25977 \begin_layout Standard
25978 producen alineación centrada.
25979  
25980 \series bold
25981
25982 \backslash
25983 raggedleftmarginnote
25984 \series default
25985  identifica las notas que aparecen al lado izquierdo.
25986 \family roman
25987 \series medium
25988
25989 \begin_inset ERT
25990 status collapsed
25991
25992 \begin_layout Plain Layout
25993
25994
25995 \backslash
25996 renewcommand*{
25997 \backslash
25998 raggedleftmarginnote}{
25999 \backslash
26000 centering}
26001 \end_layout
26002
26003 \begin_layout Plain Layout
26004
26005
26006 \backslash
26007 renewcommand*{
26008 \backslash
26009 raggedrightmarginnote}{
26010 \backslash
26011 centering}
26012 \end_layout
26013
26014 \end_inset
26015
26016
26017 \begin_inset Marginal
26018 status open
26019
26020 \begin_layout Plain Layout
26021 El texto de esta nota está centrado.
26022 \end_layout
26023
26024 \end_inset
26025
26026
26027 \family default
26028 \series default
26029  El valor predeterminado es 
26030 \end_layout
26031
26032 \begin_layout Standard
26033
26034 \series bold
26035
26036 \backslash
26037 renewcommand*{
26038 \backslash
26039 raggedleftmarginnote}{
26040 \backslash
26041 raggedleft}
26042 \begin_inset Newline newline
26043 \end_inset
26044
26045
26046 \backslash
26047 renewcommand*{
26048 \backslash
26049 raggedrightmarginnote}{
26050 \backslash
26051 raggedright}
26052 \family roman
26053 \series medium
26054
26055 \begin_inset ERT
26056 status collapsed
26057
26058 \begin_layout Plain Layout
26059
26060
26061 \backslash
26062 renewcommand*{
26063 \backslash
26064 raggedleftmarginnote}{
26065 \backslash
26066 raggedleft}
26067 \end_layout
26068
26069 \begin_layout Plain Layout
26070
26071
26072 \backslash
26073 renewcommand*{
26074 \backslash
26075 raggedrightmarginnote}{
26076 \backslash
26077 raggedright}
26078 \end_layout
26079
26080 \end_inset
26081
26082
26083 \end_layout
26084
26085 \begin_layout Standard
26086 \begin_inset VSpace medskip
26087 \end_inset
26088
26089 Para otras características de 
26090 \series bold
26091 marginnote
26092 \series default
26093  mira en su documentación 
26094 \begin_inset CommandInset citation
26095 LatexCommand cite
26096 key "marginnote"
26097
26098 \end_inset
26099
26100 .
26101 \end_layout
26102
26103 \begin_layout Standard
26104 \begin_inset VSpace bigskip
26105 \end_inset
26106
26107 El diseño de las notas al margen puede ser redefinido.
26108  Por ejemplo, para crear una cabecera para todas las notas con el texto
26109  
26110 \begin_inset Quotes eld
26111 \end_inset
26112
26113
26114 \series bold
26115 \bar under
26116 ¡
26117 \family sans
26118 Atención
26119 \family default
26120 !
26121 \series default
26122 \bar default
26123
26124 \begin_inset Quotes erd
26125 \end_inset
26126
26127 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26128 \end_layout
26129
26130 \begin_layout Standard
26131
26132 \series bold
26133
26134 \backslash
26135 let
26136 \backslash
26137 myMarginpar
26138 \backslash
26139 marginpar
26140 \begin_inset Newline newline
26141 \end_inset
26142
26143
26144 \backslash
26145 renewcommand{
26146 \backslash
26147 marginpar}[1]{
26148 \backslash
26149 myMarginpar{%
26150 \begin_inset Newline newline
26151 \end_inset
26152
26153
26154 \begin_inset ERT
26155 status collapsed
26156
26157 \begin_layout Plain Layout
26158
26159
26160 \backslash
26161 hphantom{ }
26162 \end_layout
26163
26164 \end_inset
26165
26166
26167 \backslash
26168 hspace{0pt}
26169 \backslash
26170 textsf{
26171 \backslash
26172 textbf{
26173 \backslash
26174 underbar{¡Atención!}}}%
26175 \begin_inset Newline newline
26176 \end_inset
26177
26178
26179 \begin_inset ERT
26180 status collapsed
26181
26182 \begin_layout Plain Layout
26183
26184
26185 \backslash
26186 hphantom{ }
26187 \end_layout
26188
26189 \end_inset
26190
26191
26192 \backslash
26193 vspace{1.5mm}
26194 \backslash
26195
26196 \backslash
26197 #1}}
26198 \end_layout
26199
26200 \begin_layout Standard
26201
26202 \family roman
26203 \series medium
26204 \begin_inset ERT
26205 status collapsed
26206
26207 \begin_layout Plain Layout
26208
26209
26210 \backslash
26211 let
26212 \backslash
26213 myMarginpar
26214 \backslash
26215 marginpar
26216 \end_layout
26217
26218 \begin_layout Plain Layout
26219
26220
26221 \backslash
26222 renewcommand{
26223 \backslash
26224 marginpar}[1]{
26225 \backslash
26226 myMarginpar{%
26227 \end_layout
26228
26229 \begin_layout Plain Layout
26230
26231    
26232 \backslash
26233 textsf{
26234 \backslash
26235 textbf{
26236 \backslash
26237 underbar{¡Atención!}}}%
26238 \end_layout
26239
26240 \begin_layout Plain Layout
26241
26242    
26243 \backslash
26244 vspace{1.5mm}
26245 \backslash
26246
26247 \backslash
26248 #1}}
26249 \end_layout
26250
26251 \end_inset
26252
26253
26254 \begin_inset Marginal
26255 status open
26256
26257 \begin_layout Plain Layout
26258 Esta es una nota con una cabecera definida.
26259 \end_layout
26260
26261 \end_inset
26262
26263
26264 \family default
26265 \series default
26266
26267 \begin_inset ERT
26268 status collapsed
26269
26270 \begin_layout Plain Layout
26271
26272 [-1.5cm]
26273 \end_layout
26274
26275 \end_inset
26276
26277
26278 \family roman
26279 \series medium
26280
26281 \begin_inset ERT
26282 status collapsed
26283
26284 \begin_layout Plain Layout
26285
26286
26287 \backslash
26288 renewcommand{
26289 \backslash
26290 marginpar}[1]{
26291 \backslash
26292 myMarginpar{#1}}
26293 \end_layout
26294
26295 \end_inset
26296
26297
26298 \family default
26299 \series default
26300
26301 \begin_inset Note Note
26302 status collapsed
26303
26304 \begin_layout Plain Layout
26305 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26306 \end_layout
26307
26308 \end_inset
26309
26310
26311 \end_layout
26312
26313 \begin_layout Standard
26314 \begin_inset ERT
26315 status collapsed
26316
26317 \begin_layout Plain Layout
26318
26319
26320 \backslash
26321 else
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \begin_inset Note Note
26328 status collapsed
26329
26330 \begin_layout Plain Layout
26331 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26332  
26333 \series bold
26334 marginnote
26335 \series default
26336 .
26337 \end_layout
26338
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \begin_layout Standard
26345 Debes instalar el paquete LaTeX 
26346 \series bold
26347 marginnote
26348 \series default
26349  para ver la parte siguiente en la salida.
26350 \end_layout
26351
26352 \begin_layout Standard
26353 \begin_inset ERT
26354 status collapsed
26355
26356 \begin_layout Plain Layout
26357
26358
26359 \backslash
26360 fi
26361 \end_layout
26362
26363 \end_inset
26364
26365
26366 \end_layout
26367
26368 \begin_layout Chapter
26369 Cuadros
26370 \end_layout
26371
26372 \begin_layout Section
26373 Introducción
26374 \begin_inset Index
26375 status collapsed
26376
26377 \begin_layout Plain Layout
26378 Cuadros ! Introducción
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \begin_layout Standard
26387 Los cuadros se emplean para dar formato a bloques de texto.
26388  Se pueden usar para escribir documentos con varios idiomas, véase sección
26389 \begin_inset space ~
26390 \end_inset
26391
26392
26393 \begin_inset CommandInset ref
26394 LatexCommand ref
26395 reference "sec:Minipáginas"
26396
26397 \end_inset
26398
26399 , enmarcar textos, véase sección
26400 \begin_inset space ~
26401 \end_inset
26402
26403
26404 \begin_inset CommandInset ref
26405 LatexCommand ref
26406 reference "sec:Decoración"
26407
26408 \end_inset
26409
26410 , evitar la división de palabras, véase sección
26411 \begin_inset space ~
26412 \end_inset
26413
26414
26415 \begin_inset CommandInset ref
26416 LatexCommand ref
26417 reference "sec:Evitar-la-Partición"
26418
26419 \end_inset
26420
26421 , alinear texto, véase sección
26422 \begin_inset space ~
26423 \end_inset
26424
26425
26426 \begin_inset CommandInset ref
26427 LatexCommand ref
26428 reference "sub:Alineación-Vertical"
26429
26430 \end_inset
26431
26432 , o para poner color de fondo a un texto, véase sección
26433 \begin_inset space ~
26434 \end_inset
26435
26436
26437 \begin_inset CommandInset ref
26438 LatexCommand ref
26439 reference "sec:Cuadros-Coloreados"
26440
26441 \end_inset
26442
26443 .
26444 \end_layout
26445
26446 \begin_layout Standard
26447 Se insertan con el menú 
26448 \family sans
26449 Insertar\SpecialChar \menuseparator
26450 Cuadro
26451 \family default
26452  o con el botón 
26453 \begin_inset Graphics
26454         filename ../../images/box-insert.png
26455         scale 85
26456
26457 \end_inset
26458
26459 .
26460  Surge un recuadro gris con la etiqueta 
26461 \family sans
26462 Cuadro (Minipágina)
26463 \family default
26464
26465 \begin_inset Graphics
26466         filename clipart/CuadroMinipagQt4.png
26467         scale 75
26468         keepAspectRatio
26469
26470 \end_inset
26471
26472 .
26473  El tipo de cuadro se puede elegir al hacer clic derecho sobre él.
26474  Sale un diálogo en el que 
26475 \family sans
26476 Cuadro
26477 \family default
26478
26479 \begin_inset space ~
26480 \end_inset
26481
26482
26483 \family sans
26484 interior
26485 \family default
26486  permite escoger los tipos 
26487 \family sans
26488 Párrafo
26489 \family default
26490  y 
26491 \family sans
26492 Minipágina
26493 \family default
26494 .
26495  
26496 \family sans
26497 Minipágina
26498 \family default
26499  es el predeterminado para nuevos cuadros y se explica en la sección
26500 \begin_inset space ~
26501 \end_inset
26502
26503
26504 \begin_inset CommandInset ref
26505 LatexCommand ref
26506 reference "sec:Minipáginas"
26507
26508 \end_inset
26509
26510 ; el tipo 
26511 \family sans
26512 Párrafo
26513 \family default
26514  se describe en la sección
26515 \begin_inset space ~
26516 \end_inset
26517
26518
26519 \begin_inset CommandInset ref
26520 LatexCommand ref
26521 reference "sec:Cuadros-de-Párrafo"
26522
26523 \end_inset
26524
26525 .
26526 \end_layout
26527
26528 \begin_layout Standard
26529 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26530  flotantes o las notas al pie.
26531 \end_layout
26532
26533 \begin_layout Standard
26534 \begin_inset Note Greyedout
26535 status open
26536
26537 \begin_layout Plain Layout
26538
26539 \series bold
26540 Nota:
26541 \series default
26542  Los cuadros no deben ser el ítem en un entorno 
26543 \family sans
26544 Enumeración*
26545 \family default
26546  o 
26547 \family sans
26548 Descripción
26549 \family default
26550 .
26551 \end_layout
26552
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \begin_layout Standard
26559 \begin_inset Note Greyedout
26560 status open
26561
26562 \begin_layout Plain Layout
26563
26564 \series bold
26565 Nota:
26566 \series default
26567  Por razones desconocidas sólo se puede poner el tipo 
26568 \family sans
26569 Cuadro
26570 \begin_inset space ~
26571 \end_inset
26572
26573 interior
26574 \family default
26575  en 
26576 \family sans
26577 Ninguno
26578 \family default
26579  cuando se emplea un cuadro enmarcado.
26580  Los cuadros sin ningún tipo de 
26581 \family sans
26582 Cuadro
26583 \begin_inset space ~
26584 \end_inset
26585
26586 interior
26587 \family default
26588  y sin marcos se explican en la sección
26589 \begin_inset space ~
26590 \end_inset
26591
26592
26593 \begin_inset CommandInset ref
26594 LatexCommand ref
26595 reference "sec:Evitar-la-Partición"
26596
26597 \end_inset
26598
26599 .
26600 \end_layout
26601
26602 \end_inset
26603
26604
26605 \end_layout
26606
26607 \begin_layout Section
26608 Diálogo de cuadros
26609 \begin_inset CommandInset label
26610 LatexCommand label
26611 name "sec:Diálogo-Cuadros"
26612
26613 \end_inset
26614
26615
26616 \begin_inset Index
26617 status collapsed
26618
26619 \begin_layout Plain Layout
26620 Cuadros ! Configuración
26621 \end_layout
26622
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \begin_layout Subsection
26629 Tamaño
26630 \begin_inset Index
26631 status collapsed
26632
26633 \begin_layout Plain Layout
26634 Cuadros ! Tamaño
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \begin_layout Standard
26643 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26644 \family sans
26645 Ancho
26646 \family default
26647  y 
26648 \family sans
26649 Alto
26650 \family default
26651 .
26652  Las unidades disponibles para la geometría se describen en la tabla
26653 \begin_inset space ~
26654 \end_inset
26655
26656
26657 \begin_inset CommandInset ref
26658 LatexCommand ref
26659 reference "tab:Unidades"
26660
26661 \end_inset
26662
26663 .
26664  El campo 
26665 \family sans
26666 Alto
26667 \family default
26668  ofrece los siguientes tamaños adicionales:
26669 \end_layout
26670
26671 \begin_layout Description
26672 Profundidad Este es el texto plano «alto».
26673  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26674  cuadro:
26675 \begin_inset Newline newline
26676 \end_inset
26677
26678
26679 \begin_inset Newline newline
26680 \end_inset
26681
26682
26683 \begin_inset Newline newline
26684 \end_inset
26685
26686
26687 \begin_inset Box Boxed
26688 position "c"
26689 hor_pos "c"
26690 has_inner_box 1
26691 inner_pos "c"
26692 use_parbox 0
26693 width "12col%"
26694 special "none"
26695 height "1in"
26696 height_special "depth"
26697 status open
26698
26699 \begin_layout Plain Layout
26700 \align center
26701 Cuadro con altura establecida en 1
26702 \begin_inset space \thinspace{}
26703 \end_inset
26704
26705 Profundidad
26706 \end_layout
26707
26708 \end_inset
26709
26710
26711 \begin_inset Newline newline
26712 \end_inset
26713
26714
26715 \begin_inset Newline newline
26716 \end_inset
26717
26718
26719 \end_layout
26720
26721 \begin_layout Description
26722 Alto Es la altura del texto que está dentro del cuadro.
26723  Un valor de, p.
26724 \begin_inset space \thinspace{}
26725 \end_inset
26726
26727 e.
26728 \begin_inset space ~
26729 \end_inset
26730
26731 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26732  
26733 \begin_inset Box Boxed
26734 position "c"
26735 hor_pos "c"
26736 has_inner_box 1
26737 inner_pos "c"
26738 use_parbox 0
26739 width "20col%"
26740 special "none"
26741 height "2in"
26742 height_special "height"
26743 status open
26744
26745 \begin_layout Plain Layout
26746 \align center
26747 Cuadro con altura puesta en 2
26748 \begin_inset space \thinspace{}
26749 \end_inset
26750
26751 Alto
26752 \end_layout
26753
26754 \end_inset
26755
26756
26757 \end_layout
26758
26759 \begin_layout Description
26760 Alto
26761 \begin_inset space ~
26762 \end_inset
26763
26764 total Esto es el Alto
26765 \begin_inset space \thinspace{}
26766 \end_inset
26767
26768 +
26769 \begin_inset space \thinspace{}
26770 \end_inset
26771
26772 Profundidad: 
26773 \begin_inset Box Boxed
26774 position "c"
26775 hor_pos "c"
26776 has_inner_box 1
26777 inner_pos "c"
26778 use_parbox 0
26779 width "20col%"
26780 special "none"
26781 height "1in"
26782 height_special "totalheight"
26783 status open
26784
26785 \begin_layout Plain Layout
26786 \align center
26787 Cuadro con altura puesta a 1
26788 \begin_inset space \thinspace{}
26789 \end_inset
26790
26791 Alto
26792 \begin_inset space ~
26793 \end_inset
26794
26795 total
26796 \end_layout
26797
26798 \end_inset
26799
26800
26801 \end_layout
26802
26803 \begin_layout Description
26804 Ancho Esto determina al ancho del cuadro como altura: 
26805 \begin_inset Box Boxed
26806 position "c"
26807 hor_pos "c"
26808 has_inner_box 1
26809 inner_pos "c"
26810 use_parbox 0
26811 width "12col%"
26812 special "none"
26813 height "1in"
26814 height_special "width"
26815 status open
26816
26817 \begin_layout Plain Layout
26818 \align center
26819 Cuadro con altura puesta en 1
26820 \begin_inset space \thinspace{}
26821 \end_inset
26822
26823 Ancho
26824 \end_layout
26825
26826 \end_inset
26827
26828
26829 \end_layout
26830
26831 \begin_layout Subsection
26832 Alineación
26833 \begin_inset Index
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837 Cuadros ! Alineación
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \begin_layout Standard
26846 Si has elegido un 
26847 \family sans
26848 Cuadro
26849 \begin_inset space ~
26850 \end_inset
26851
26852 interior
26853 \family default
26854 , la alineación vertical del cuadro puede ser:
26855 \end_layout
26856
26857 \begin_layout Description
26858 Superior Ejemplo de línea de texto.
26859  
26860 \begin_inset Box Boxed
26861 position "t"
26862 hor_pos "c"
26863 has_inner_box 1
26864 inner_pos "c"
26865 use_parbox 0
26866 width "12col%"
26867 special "none"
26868 height "1in"
26869 height_special "totalheight"
26870 status collapsed
26871
26872 \begin_layout Plain Layout
26873 \align center
26874 Cuadro alineado arriba.
26875 \end_layout
26876
26877 \end_inset
26878
26879  Ejemplo de línea de texto.
26880 \end_layout
26881
26882 \begin_layout Description
26883 Medio Ejemplo de línea de texto.
26884  
26885 \begin_inset Box Boxed
26886 position "c"
26887 hor_pos "c"
26888 has_inner_box 1
26889 inner_pos "c"
26890 use_parbox 0
26891 width "12col%"
26892 special "none"
26893 height "1in"
26894 height_special "totalheight"
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898 \align center
26899 Cuadro alineado en medio.
26900 \end_layout
26901
26902 \end_inset
26903
26904  Ejemplo de línea de texto.
26905 \end_layout
26906
26907 \begin_layout Description
26908 Inferior Ejemplo de línea de texto.
26909  
26910 \begin_inset Box Boxed
26911 position "b"
26912 hor_pos "c"
26913 has_inner_box 1
26914 inner_pos "c"
26915 use_parbox 0
26916 width "12col%"
26917 special "none"
26918 height "1in"
26919 height_special "totalheight"
26920 status collapsed
26921
26922 \begin_layout Plain Layout
26923 \align center
26924 Cuadro alineado abajo.
26925 \end_layout
26926
26927 \end_inset
26928
26929  Ejemplo de línea de texto.
26930 \end_layout
26931
26932 \begin_layout Standard
26933 \begin_inset Note Greyedout
26934 status open
26935
26936 \begin_layout Plain Layout
26937
26938 \series bold
26939 Nota:
26940 \series default
26941  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26942  en una línea y, p.
26943 \begin_inset space \thinspace{}
26944 \end_inset
26945
26946 e., uno de ellos tiene sombreado y el otro no.
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \begin_layout Standard
26955 La alineación horizontal del cuadro puede establecerse en el diálogo de
26956  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26957 \end_layout
26958
26959 \begin_layout Standard
26960 \begin_inset VSpace bigskip
26961 \end_inset
26962
26963 Si has escogido un 
26964 \family sans
26965 Cuadro
26966 \begin_inset space ~
26967 \end_inset
26968
26969 interior
26970 \family default
26971 , el contenido puede alinearse verticalmente a:
26972 \end_layout
26973
26974 \begin_layout Description
26975 Superior Ejemplo de línea de texto.
26976  
26977 \begin_inset Box Boxed
26978 position "c"
26979 hor_pos "c"
26980 has_inner_box 1
26981 inner_pos "t"
26982 use_parbox 0
26983 width "12col%"
26984 special "none"
26985 height "1.5in"
26986 height_special "totalheight"
26987 status collapsed
26988
26989 \begin_layout Plain Layout
26990 \align center
26991 Cuadro con texto alineado arriba.
26992 \end_layout
26993
26994 \end_inset
26995
26996  Ejemplo de línea de texto.
26997 \end_layout
26998
26999 \begin_layout Description
27000 Medio Ejemplo de línea de texto.
27001  
27002 \begin_inset Box Boxed
27003 position "c"
27004 hor_pos "c"
27005 has_inner_box 1
27006 inner_pos "c"
27007 use_parbox 0
27008 width "12col%"
27009 special "none"
27010 height "1.5in"
27011 height_special "totalheight"
27012 status collapsed
27013
27014 \begin_layout Plain Layout
27015 \align center
27016 Cuadro con texto alineado en medio.
27017 \end_layout
27018
27019 \end_inset
27020
27021  Ejemplo de línea de texto.
27022 \end_layout
27023
27024 \begin_layout Description
27025 Inferior Ejemplo de línea de texto.
27026  
27027 \begin_inset Box Boxed
27028 position "c"
27029 hor_pos "c"
27030 has_inner_box 1
27031 inner_pos "b"
27032 use_parbox 0
27033 width "12col%"
27034 special "none"
27035 height "1.5in"
27036 height_special "totalheight"
27037 status collapsed
27038
27039 \begin_layout Plain Layout
27040 \align center
27041 Cuadro con texto alineado abajo.
27042 \end_layout
27043
27044 \end_inset
27045
27046  Ejemplo de línea de texto.
27047 \end_layout
27048
27049 \begin_layout Description
27050 Estirado Ejemplo de línea de texto.
27051  
27052 \begin_inset Box Boxed
27053 position "c"
27054 hor_pos "c"
27055 has_inner_box 1
27056 inner_pos "s"
27057 use_parbox 0
27058 width "12col%"
27059 special "none"
27060 height "1.5in"
27061 height_special "totalheight"
27062 status collapsed
27063
27064 \begin_layout Plain Layout
27065 \align center
27066 Este texto
27067 \end_layout
27068
27069 \begin_layout Plain Layout
27070 \align center
27071 está
27072 \end_layout
27073
27074 \begin_layout Plain Layout
27075 \align center
27076 estirado.
27077 \end_layout
27078
27079 \end_inset
27080
27081  Ejemplo de línea de texto.
27082 \end_layout
27083
27084 \begin_layout Standard
27085 Para estirar el contenido debe tener más de un párrafo.
27086  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27087 \end_layout
27088
27089 \begin_layout Standard
27090 \begin_inset VSpace bigskip
27091 \end_inset
27092
27093 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27094  LyX cuando hayas escogido un 
27095 \family sans
27096 Cuadro
27097 \begin_inset space ~
27098 \end_inset
27099
27100 interior
27101 \family default
27102 .
27103 \end_layout
27104
27105 \begin_layout Standard
27106 \align center
27107 \begin_inset Box Boxed
27108 position "c"
27109 hor_pos "c"
27110 has_inner_box 1
27111 inner_pos "s"
27112 use_parbox 0
27113 width "15col%"
27114 special "none"
27115 height "1.25in"
27116 height_special "totalheight"
27117 status collapsed
27118
27119 \begin_layout Plain Layout
27120 \align left
27121 Cuadro
27122 \end_layout
27123
27124 \begin_layout Plain Layout
27125 \align center
27126 con texto
27127 \end_layout
27128
27129 \begin_layout Plain Layout
27130 \align right
27131 estirado
27132 \end_layout
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Standard
27140 Si no has establecido un 
27141 \family sans
27142 Cuadro
27143 \begin_inset space ~
27144 \end_inset
27145
27146 interior
27147 \family default
27148 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27149  cuadro.
27150 \end_layout
27151
27152 \begin_layout Standard
27153 \align center
27154 \begin_inset Box Boxed
27155 position "c"
27156 hor_pos "s"
27157 has_inner_box 0
27158 inner_pos "s"
27159 use_parbox 0
27160 width "90col%"
27161 special "none"
27162 height "1.25in"
27163 height_special "totalheight"
27164 status collapsed
27165
27166 \begin_layout Plain Layout
27167 \align left
27168 Texto estirado horizontalmente.
27169 \end_layout
27170
27171 \end_inset
27172
27173
27174 \end_layout
27175
27176 \begin_layout Subsection
27177 Decoración
27178 \begin_inset CommandInset label
27179 LatexCommand label
27180 name "sec:Decoración"
27181
27182 \end_inset
27183
27184
27185 \begin_inset Index
27186 status collapsed
27187
27188 \begin_layout Plain Layout
27189 Cuadros ! Decoración
27190 \end_layout
27191
27192 \end_inset
27193
27194
27195 \end_layout
27196
27197 \begin_layout Standard
27198 El estilo de marco del cuadro se puede determinar en la lista desplegable
27199  
27200 \family sans
27201 Tipo
27202 \family default
27203  del diálogo de cuadros.
27204  Son posibles los siguientes marcos:
27205 \end_layout
27206
27207 \begin_layout Description
27208 Marco
27209 \begin_inset space ~
27210 \end_inset
27211
27212 sencillo Dibuja un marco rectangular alrededor del cuadro.
27213  El grosor del marco depende de 
27214 \series bold
27215
27216 \backslash
27217 fboxrule
27218 \series default
27219 .
27220  
27221 \begin_inset Box Boxed
27222 position "c"
27223 hor_pos "c"
27224 has_inner_box 1
27225 inner_pos "c"
27226 use_parbox 0
27227 width "25col%"
27228 special "none"
27229 height "1in"
27230 height_special "totalheight"
27231 status open
27232
27233 \begin_layout Plain Layout
27234 \align center
27235 Cuadro rectangular
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \end_layout
27242
27243 \begin_layout Description
27244 Marco
27245 \begin_inset space ~
27246 \end_inset
27247
27248 sencillo
27249 \begin_inset space ~
27250 \end_inset
27251
27252 con
27253 \begin_inset space ~
27254 \end_inset
27255
27256 salto
27257 \begin_inset space ~
27258 \end_inset
27259
27260 de
27261 \begin_inset space ~
27262 \end_inset
27263
27264 página Si usas la decoración 
27265 \family sans
27266 marco sencillo rectangular
27267 \family default
27268  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
27269  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
27270  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
27271  propio y 
27272 \series bold
27273
27274 \backslash
27275 fboxrule
27276 \series default
27277  y 
27278 \series bold
27279
27280 \backslash
27281 fboxsep
27282 \series default
27283  no funcionan.
27284  El grosor del marco tiene el tamaño de 
27285 \series bold
27286
27287 \backslash
27288 FrameRule
27289 \series default
27290 .
27291 \begin_inset Box Framed
27292 position "t"
27293 hor_pos "c"
27294 has_inner_box 0
27295 inner_pos "t"
27296 use_parbox 0
27297 width "100col%"
27298 special "none"
27299 height "1in"
27300 height_special "totalheight"
27301 status collapsed
27302
27303 \begin_layout Plain Layout
27304 Cuadro que permite saltos de página
27305 \end_layout
27306
27307 \end_inset
27308
27309
27310 \end_layout
27311
27312 \begin_layout Description
27313 Marco
27314 \begin_inset space ~
27315 \end_inset
27316
27317 ovalado,
27318 \begin_inset space ~
27319 \end_inset
27320
27321 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27322 \begin_inset space \thinspace{}
27323 \end_inset
27324
27325 pt.
27326  
27327 \begin_inset Box ovalbox
27328 position "c"
27329 hor_pos "c"
27330 has_inner_box 1
27331 inner_pos "c"
27332 use_parbox 0
27333 width "25col%"
27334 special "none"
27335 height "1in"
27336 height_special "totalheight"
27337 status open
27338
27339 \begin_layout Plain Layout
27340 \align center
27341 Marco ovalado, fino
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \begin_layout Description
27350 Marco
27351 \begin_inset space ~
27352 \end_inset
27353
27354 ovalado,
27355 \begin_inset space ~
27356 \end_inset
27357
27358 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27359 \begin_inset space \thinspace{}
27360 \end_inset
27361
27362 pt.
27363  
27364 \begin_inset Box Ovalbox
27365 position "c"
27366 hor_pos "c"
27367 has_inner_box 1
27368 inner_pos "c"
27369 use_parbox 0
27370 width "30col%"
27371 special "none"
27372 height "1in"
27373 height_special "totalheight"
27374 status open
27375
27376 \begin_layout Plain Layout
27377 \align center
27378 Cuadro ovalado, grueso
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \end_layout
27385
27386 \begin_layout Description
27387 Marco
27388 \begin_inset space ~
27389 \end_inset
27390
27391 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
27392  El grosor de la línea tiene el tamaño dado por 
27393 \series bold
27394
27395 \backslash
27396 fboxrule
27397 \series default
27398 , la sombra tiene una anchura de 4
27399 \begin_inset space \thinspace{}
27400 \end_inset
27401
27402 pt.
27403  
27404 \begin_inset Box Shadowbox
27405 position "c"
27406 hor_pos "c"
27407 has_inner_box 1
27408 inner_pos "c"
27409 use_parbox 0
27410 width "20col%"
27411 special "none"
27412 height "1in"
27413 height_special "totalheight"
27414 status open
27415
27416 \begin_layout Plain Layout
27417 \align center
27418 Marco sombrado
27419 \end_layout
27420
27421 \end_inset
27422
27423
27424 \end_layout
27425
27426 \begin_layout Description
27427 Fondo
27428 \begin_inset space ~
27429 \end_inset
27430
27431 sombreado Dibuja un cuadro con fondo de color rojo.
27432  A diferencia de los cuadros coloreados,
27433 \begin_inset Foot
27434 status collapsed
27435
27436 \begin_layout Plain Layout
27437 véase sec.
27438  
27439 \begin_inset CommandInset ref
27440 LatexCommand ref
27441 reference "sec:Cuadros-Coloreados"
27442
27443 \end_inset
27444
27445
27446 \end_layout
27447
27448 \end_inset
27449
27450  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
27451 \begin_inset Box Shaded
27452 position "t"
27453 hor_pos "c"
27454 has_inner_box 0
27455 inner_pos "t"
27456 use_parbox 0
27457 width "50col%"
27458 special "none"
27459 height "1in"
27460 height_special "totalheight"
27461 status open
27462
27463 \begin_layout Plain Layout
27464 Cuadro con fondo sombreado
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \begin_layout Description
27473 Marco
27474 \begin_inset space ~
27475 \end_inset
27476
27477 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27478  El grosor de la línea interior es 0.75
27479 \begin_inset space \thinspace{}
27480 \end_inset
27481
27482
27483 \series bold
27484
27485 \backslash
27486 fboxrule
27487 \series default
27488 , el de la línea exterior 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  La distancia entre líneas es 1.5
27500 \begin_inset space \thinspace{}
27501 \end_inset
27502
27503
27504 \series bold
27505
27506 \backslash
27507 fboxrule
27508 \series default
27509
27510 \begin_inset space \thinspace{}
27511 \end_inset
27512
27513 +
27514 \begin_inset space \thinspace{}
27515 \end_inset
27516
27517 0.5
27518 \begin_inset space \thinspace{}
27519 \end_inset
27520
27521 pt.
27522  
27523 \begin_inset Box Doublebox
27524 position "c"
27525 hor_pos "c"
27526 has_inner_box 1
27527 inner_pos "c"
27528 use_parbox 0
27529 width "20col%"
27530 special "none"
27531 height "1in"
27532 height_special "totalheight"
27533 status open
27534
27535 \begin_layout Plain Layout
27536 \align center
27537 Marco doble
27538 \end_layout
27539
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \begin_layout Standard
27546 \begin_inset VSpace bigskip
27547 \end_inset
27548
27549 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27550  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27551  LaTeX 
27552 \series bold
27553 fancybox
27554 \series default
27555
27556 \begin_inset Index
27557 status collapsed
27558
27559 \begin_layout Plain Layout
27560 LaTeX-paquetes ! fancybox
27561 \end_layout
27562
27563 \end_inset
27564
27565 .
27566 \end_layout
27567
27568 \begin_layout Section
27569 Personalización de cuadros
27570 \begin_inset Index
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574 Cuadros ! Personalizar
27575 \end_layout
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \begin_layout Standard
27583 El valor predeterminado por 
27584 \series bold
27585
27586 \backslash
27587 fboxrule
27588 \series default
27589  es 0.4
27590 \begin_inset space \thinspace{}
27591 \end_inset
27592
27593 pt.
27594  Puede cambiarse con el siguiente comando en código TeX, p.
27595 \begin_inset space \thinspace{}
27596 \end_inset
27597
27598 e.
27599 \begin_inset space ~
27600 \end_inset
27601
27602 a
27603 \begin_inset space ~
27604 \end_inset
27605
27606 2
27607 \begin_inset space \thinspace{}
27608 \end_inset
27609
27610 pt:
27611 \end_layout
27612
27613 \begin_layout Standard
27614
27615 \series bold
27616
27617 \backslash
27618 setlength{
27619 \backslash
27620 fboxrule}{2pt}
27621 \end_layout
27622
27623 \begin_layout Standard
27624 \begin_inset ERT
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628
27629
27630 \backslash
27631 setlength{
27632 \backslash
27633 fboxrule}{2pt}
27634 \end_layout
27635
27636 \end_inset
27637
27638
27639 \begin_inset Box Boxed
27640 position "c"
27641 hor_pos "c"
27642 has_inner_box 1
27643 inner_pos "c"
27644 use_parbox 0
27645 width "25col%"
27646 special "none"
27647 height "1in"
27648 height_special "totalheight"
27649 status open
27650
27651 \begin_layout Plain Layout
27652 \align center
27653 Cuadro rectangular con 
27654 \series bold
27655
27656 \backslash
27657 fboxrule
27658 \series default
27659
27660 \begin_inset space \thinspace{}
27661 \end_inset
27662
27663 =
27664 \begin_inset space \thinspace{}
27665 \end_inset
27666
27667 2
27668 \begin_inset space \thinspace{}
27669 \end_inset
27670
27671 pt
27672 \end_layout
27673
27674 \end_inset
27675
27676
27677 \begin_inset ERT
27678 status collapsed
27679
27680 \begin_layout Plain Layout
27681
27682
27683 \backslash
27684 setlength{
27685 \backslash
27686 fboxrule}{0.4pt}
27687 \end_layout
27688
27689 \end_inset
27690
27691
27692 \end_layout
27693
27694 \begin_layout Standard
27695 \begin_inset VSpace bigskip
27696 \end_inset
27697
27698 El espacio entre el marco y el contenido del cuadro es 3
27699 \begin_inset space \thinspace{}
27700 \end_inset
27701
27702 pt por omisión para todos los estilos.
27703  Se puede cambiar mediante la longitud 
27704 \series bold
27705
27706 \backslash
27707 fboxsep
27708 \series default
27709 .
27710  Por ejemplo el comando
27711 \end_layout
27712
27713 \begin_layout Standard
27714
27715 \series bold
27716
27717 \backslash
27718 setlength{
27719 \backslash
27720 fboxsep}{10pt}
27721 \end_layout
27722
27723 \begin_layout Standard
27724 determina un valor de 10
27725 \begin_inset space \thinspace{}
27726 \end_inset
27727
27728 pt, como en el siguiente cuadro:
27729 \end_layout
27730
27731 \begin_layout Standard
27732 \begin_inset ERT
27733 status collapsed
27734
27735 \begin_layout Plain Layout
27736
27737
27738 \backslash
27739 setlength{
27740 \backslash
27741 fboxsep}{10pt}
27742 \end_layout
27743
27744 \end_inset
27745
27746
27747 \begin_inset Box Boxed
27748 position "c"
27749 hor_pos "c"
27750 has_inner_box 1
27751 inner_pos "c"
27752 use_parbox 0
27753 width "25col%"
27754 special "none"
27755 height "1in"
27756 height_special "totalheight"
27757 status open
27758
27759 \begin_layout Plain Layout
27760 \align center
27761 Cuadro rectangular con 
27762 \series bold
27763
27764 \backslash
27765 fboxsep
27766 \series default
27767
27768 \begin_inset space \thinspace{}
27769 \end_inset
27770
27771 =
27772 \begin_inset space \thinspace{}
27773 \end_inset
27774
27775 10
27776 \begin_inset space \thinspace{}
27777 \end_inset
27778
27779 pt
27780 \end_layout
27781
27782 \end_inset
27783
27784
27785 \begin_inset ERT
27786 status collapsed
27787
27788 \begin_layout Plain Layout
27789
27790
27791 \backslash
27792 setlength{
27793 \backslash
27794 fboxsep}{3pt}
27795 \end_layout
27796
27797 \end_inset
27798
27799
27800 \end_layout
27801
27802 \begin_layout Standard
27803 \begin_inset VSpace bigskip
27804 \end_inset
27805
27806 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27807  el comando 
27808 \series bold
27809
27810 \backslash
27811 cornersize
27812 \series default
27813 .
27814  El comando
27815 \end_layout
27816
27817 \begin_layout Standard
27818
27819 \series bold
27820
27821 \backslash
27822 cornersize*{1cm}
27823 \end_layout
27824
27825 \begin_layout Standard
27826 establece un diámetro de 1
27827 \begin_inset space \thinspace{}
27828 \end_inset
27829
27830 cm.
27831  El comando
27832 \end_layout
27833
27834 \begin_layout Standard
27835
27836 \series bold
27837
27838 \backslash
27839 cornersize{num}
27840 \end_layout
27841
27842 \begin_layout Standard
27843 fija el diámetro en 
27844 \family sans
27845 num
27846 \begin_inset space \thinspace{}
27847 \end_inset
27848
27849 ×
27850 \begin_inset space \thinspace{}
27851 \end_inset
27852
27853 mínimo
27854 \family default
27855  
27856 \family sans
27857 (ancho y alto del cuadro)
27858 \family default
27859 .
27860  Por omisión es 
27861 \series bold
27862
27863 \backslash
27864 cornersize{0.5}
27865 \series default
27866 .
27867 \end_layout
27868
27869 \begin_layout Standard
27870 \begin_inset ERT
27871 status collapsed
27872
27873 \begin_layout Plain Layout
27874
27875
27876 \backslash
27877 cornersize*{1.5cm}
27878 \end_layout
27879
27880 \end_inset
27881
27882
27883 \begin_inset Box Ovalbox
27884 position "c"
27885 hor_pos "c"
27886 has_inner_box 1
27887 inner_pos "c"
27888 use_parbox 0
27889 width "28col%"
27890 special "none"
27891 height "1in"
27892 height_special "totalheight"
27893 status open
27894
27895 \begin_layout Plain Layout
27896 \align center
27897 Cuadro ovalado con 
27898 \series bold
27899
27900 \backslash
27901 cornersize
27902 \series default
27903
27904 \begin_inset space \thinspace{}
27905 \end_inset
27906
27907 =
27908 \begin_inset space \thinspace{}
27909 \end_inset
27910
27911 1.5
27912 \begin_inset space \thinspace{}
27913 \end_inset
27914
27915 cm
27916 \end_layout
27917
27918 \end_inset
27919
27920
27921 \begin_inset ERT
27922 status collapsed
27923
27924 \begin_layout Plain Layout
27925
27926
27927 \backslash
27928 cornersize{0.5}
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Standard
27937 \begin_inset VSpace bigskip
27938 \end_inset
27939
27940 El tamaño de la sombra se puede ajustar cambiando la longitud 
27941 \series bold
27942
27943 \backslash
27944 shadowsize
27945 \series default
27946 .
27947  Este comando la ajusta a 2
27948 \begin_inset space \thinspace{}
27949 \end_inset
27950
27951 pt en el cuadro siguiente:
27952 \end_layout
27953
27954 \begin_layout Standard
27955
27956 \series bold
27957
27958 \backslash
27959 setlength{
27960 \backslash
27961 shadowsize}{2pt}
27962 \end_layout
27963
27964 \begin_layout Standard
27965 \begin_inset ERT
27966 status collapsed
27967
27968 \begin_layout Plain Layout
27969
27970
27971 \backslash
27972 setlength{
27973 \backslash
27974 shadowsize}{2pt}
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \begin_inset Box Shadowbox
27981 position "c"
27982 hor_pos "c"
27983 has_inner_box 1
27984 inner_pos "c"
27985 use_parbox 0
27986 width "28col%"
27987 special "none"
27988 height "1in"
27989 height_special "totalheight"
27990 status open
27991
27992 \begin_layout Plain Layout
27993 \align center
27994 Cuadro sombreado con 
27995 \series bold
27996
27997 \backslash
27998 shadowsize
27999 \series default
28000
28001 \begin_inset space \thinspace{}
28002 \end_inset
28003
28004 =
28005 \begin_inset space \thinspace{}
28006 \end_inset
28007
28008 2
28009 \begin_inset space \thinspace{}
28010 \end_inset
28011
28012 pt
28013 \end_layout
28014
28015 \end_inset
28016
28017
28018 \begin_inset ERT
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022
28023
28024 \backslash
28025 setlength{
28026 \backslash
28027 shadowsize}{4pt}
28028 \end_layout
28029
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \begin_layout Standard
28036 \begin_inset VSpace bigskip
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \begin_layout Standard
28043 Por omisión, el tamaño 
28044 \series bold
28045
28046 \backslash
28047 FrameRule
28048 \series default
28049  es 0,4
28050 \begin_inset space \thinspace{}
28051 \end_inset
28052
28053 pt.
28054  El espacio por omisión entre el contenido de la nota y el marco es 9
28055 \begin_inset space \thinspace{}
28056 \end_inset
28057
28058 pt; puede cambiarse con el valor de 
28059 \series bold
28060
28061 \backslash
28062 FrameSep
28063 \series default
28064 .
28065  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28066  en código TeX
28067 \end_layout
28068
28069 \begin_layout Standard
28070
28071 \series bold
28072
28073 \backslash
28074 setlength{
28075 \backslash
28076 FrameRule}{5pt}
28077 \begin_inset Newline newline
28078 \end_inset
28079
28080
28081 \backslash
28082 setlength{
28083 \backslash
28084 FrameSep}{0.5cm}
28085 \end_layout
28086
28087 \begin_layout Standard
28088 \begin_inset ERT
28089 status collapsed
28090
28091 \begin_layout Plain Layout
28092
28093
28094 \backslash
28095 setlength{
28096 \backslash
28097 FrameRule}{5pt}
28098 \end_layout
28099
28100 \begin_layout Plain Layout
28101
28102
28103 \backslash
28104 setlength{
28105 \backslash
28106 FrameSep}{0.5cm}
28107 \end_layout
28108
28109 \end_inset
28110
28111
28112 \begin_inset Box Framed
28113 position "t"
28114 hor_pos "c"
28115 has_inner_box 0
28116 inner_pos "t"
28117 use_parbox 0
28118 width "100col%"
28119 special "none"
28120 height "1in"
28121 height_special "totalheight"
28122 status open
28123
28124 \begin_layout Plain Layout
28125 Texto en un 
28126 \family sans
28127 marco
28128 \begin_inset space ~
28129 \end_inset
28130
28131 sencillo
28132 \begin_inset space ~
28133 \end_inset
28134
28135 con
28136 \begin_inset space ~
28137 \end_inset
28138
28139 salto
28140 \begin_inset space ~
28141 \end_inset
28142
28143 de
28144 \begin_inset space ~
28145 \end_inset
28146
28147 página
28148 \family default
28149 .
28150 \end_layout
28151
28152 \end_inset
28153
28154
28155 \begin_inset ERT
28156 status collapsed
28157
28158 \begin_layout Plain Layout
28159
28160
28161 \backslash
28162 setlength{
28163 \backslash
28164 FrameRule}{0.4pt}
28165 \end_layout
28166
28167 \begin_layout Plain Layout
28168
28169
28170 \backslash
28171 setlength{
28172 \backslash
28173 FrameSep}{9pt}
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Standard
28182 \begin_inset VSpace bigskip
28183 \end_inset
28184
28185
28186 \end_layout
28187
28188 \begin_layout Standard
28189 Para los cuadros con 
28190 \family sans
28191 fondo
28192 \begin_inset space ~
28193 \end_inset
28194
28195 sombreado
28196 \family default
28197  el espacio por omisión entre el contenido y el marco es 3
28198 \begin_inset space \thinspace{}
28199 \end_inset
28200
28201 pt; se puede cambiar con el valor de 
28202 \series bold
28203
28204 \backslash
28205 fboxsep
28206 \series default
28207 .
28208  El color rojo predeterminado se puede cambiar en el sitio con el comando
28209  
28210 \series bold
28211
28212 \backslash
28213 definecolor{shadebox}
28214 \series default
28215  o globalmente con el menú 
28216 \family sans
28217 Herramientas
28218 \family default
28219 \SpecialChar \menuseparator
28220
28221 \family sans
28222 Preferencias
28223 \family default
28224 \SpecialChar \menuseparator
28225
28226 \family sans
28227 Colores
28228 \family default
28229 \SpecialChar \menuseparator
28230
28231 \family sans
28232 cuadro
28233 \begin_inset space ~
28234 \end_inset
28235
28236 sombreado
28237 \family default
28238 .
28239  El esquema del comando 
28240 \series bold
28241
28242 \backslash
28243 definecolor
28244 \series default
28245  se explica en la sección
28246 \begin_inset space ~
28247 \end_inset
28248
28249
28250 \begin_inset CommandInset ref
28251 LatexCommand ref
28252 reference "sec:Tablas-Coloreadas"
28253
28254 \end_inset
28255
28256 .
28257 \begin_inset Foot
28258 status collapsed
28259
28260 \begin_layout Plain Layout
28261 El comando 
28262 \series bold
28263
28264 \backslash
28265 definecolor
28266 \series default
28267  requiere el paquete LaTeX 
28268 \series bold
28269 color
28270 \series default
28271  en el preámbulo, véase la sección
28272 \begin_inset space ~
28273 \end_inset
28274
28275
28276 \begin_inset CommandInset ref
28277 LatexCommand ref
28278 reference "sec:Cuadros-Coloreados"
28279
28280 \end_inset
28281
28282 .
28283 \end_layout
28284
28285 \end_inset
28286
28287  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28288 \end_layout
28289
28290 \begin_layout Standard
28291
28292 \series bold
28293
28294 \backslash
28295 setlength{
28296 \backslash
28297 fboxsep}{0.5cm}
28298 \series default
28299
28300 \begin_inset Newline newline
28301 \end_inset
28302
28303
28304 \series bold
28305
28306 \backslash
28307 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28308 \end_layout
28309
28310 \begin_layout Standard
28311 \begin_inset ERT
28312 status collapsed
28313
28314 \begin_layout Plain Layout
28315
28316
28317 \backslash
28318 setlength{
28319 \backslash
28320 fboxsep}{0.5cm}
28321 \end_layout
28322
28323 \begin_layout Plain Layout
28324
28325
28326 \backslash
28327 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28328 \end_layout
28329
28330 \end_inset
28331
28332
28333 \begin_inset Box Shaded
28334 position "t"
28335 hor_pos "c"
28336 has_inner_box 0
28337 inner_pos "t"
28338 use_parbox 0
28339 width "100col%"
28340 special "none"
28341 height "1in"
28342 height_special "totalheight"
28343 status open
28344
28345 \begin_layout Plain Layout
28346
28347 \color yellow
28348 Texto amarillo en un cuadro con 
28349 \family sans
28350 fondo sombreado 
28351 \family default
28352  en color verde oscuro.
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \begin_inset ERT
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362
28363
28364 \backslash
28365 setlength{
28366 \backslash
28367 fboxsep}{3pt}
28368 \end_layout
28369
28370 \begin_layout Plain Layout
28371
28372
28373 \backslash
28374 definecolor{shadecolor}{rgb}{1,0,0}
28375 \end_layout
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \begin_layout Standard
28383 \begin_inset VSpace bigskip
28384 \end_inset
28385
28386 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28387  a los comandos.
28388 \end_layout
28389
28390 \begin_layout Section
28391 Minipáginas
28392 \begin_inset CommandInset label
28393 LatexCommand label
28394 name "sec:Minipáginas"
28395
28396 \end_inset
28397
28398
28399 \begin_inset Index
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403 Cuadros ! Minipáginas
28404 \end_layout
28405
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \begin_layout Standard
28412 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28413  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28414 \end_layout
28415
28416 \begin_layout Standard
28417 Las minipáginas son útiles para escribir documentos en distintas lenguas.
28418 \end_layout
28419
28420 \begin_layout Standard
28421 A continuación hay dos ejemplos de minipáginas adosadas.
28422  Su anchura está puesta en 45
28423 \begin_inset space \thinspace{}
28424 \end_inset
28425
28426 % y separadas por un relleno horizontal, insertado vía el menú 
28427 \family sans
28428 Insertar\SpecialChar \menuseparator
28429 Formato\SpecialChar \menuseparator
28430 Relleno
28431 \begin_inset space ~
28432 \end_inset
28433
28434 horizontal
28435 \family default
28436 .
28437 \end_layout
28438
28439 \begin_layout Standard
28440 \begin_inset Box Frameless
28441 position "t"
28442 hor_pos "c"
28443 has_inner_box 1
28444 inner_pos "c"
28445 use_parbox 0
28446 width "45col%"
28447 special "none"
28448 height "1in"
28449 height_special "totalheight"
28450 status open
28451
28452 \begin_layout Plain Layout
28453
28454 \lang german
28455 Dies ist ein deutscher Text.
28456  Dies ist ein deutscher Text.
28457  Dies ist ein deutscher Text.
28458  Dies ist ein deutscher Text.
28459  Dies ist ein deutscher Text.
28460  Dies ist ein deutscher Text.
28461  Dies ist ein deutscher Text.
28462  Dies ist ein deutscher Text.
28463  Dies ist ein deutscher Text.
28464  Dies ist ein deutscher Text.
28465  Dies ist ein deutscher Text.
28466  Dies ist ein deutscher Text.
28467  Dies ist ein deutscher Text
28468 \begin_inset Foot
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472
28473 \lang german
28474 Dies ist eine deutsche Fußnote.
28475 \end_layout
28476
28477 \end_inset
28478
28479 .
28480  Dies ist ein deutscher Text.
28481  Dies ist ein deutscher Text.
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \begin_inset space \hfill{}
28488 \end_inset
28489
28490
28491 \begin_inset Box Frameless
28492 position "t"
28493 hor_pos "c"
28494 has_inner_box 1
28495 inner_pos "c"
28496 use_parbox 0
28497 width "45col%"
28498 special "none"
28499 height "1in"
28500 height_special "totalheight"
28501 status open
28502
28503 \begin_layout Plain Layout
28504
28505 \lang english
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  This is an English Text.
28512  This is an English Text.
28513  This is an English Text.
28514  This is an English Text.
28515  This is an English Text.
28516  This is an English Text.
28517  This is an English Text.
28518  This is an English Text.
28519  This is an English Text.
28520  This is an English Text.
28521  This is an English Text.
28522 \begin_inset Foot
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526
28527 \lang english
28528 This is an English footnote.
28529 \end_layout
28530
28531 \end_inset
28532
28533  This is an English Text.
28534  
28535 \end_layout
28536
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \begin_layout Standard
28543 \begin_inset VSpace bigskip
28544 \end_inset
28545
28546 Otra aplicación de los cuadros son las notas al pie en tablas.
28547  Debido a una restricción de LaTeX las notas al pie en tablas no aparecen
28548  al final de la página actual.
28549  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28550  en la parte inferior, ordenadas con letras.
28551  La ordenación de las notas al pie se restablece en cada minipágina pero
28552  no fuera de las minipáginas.
28553 \end_layout
28554
28555 \begin_layout Standard
28556 La nota al pie en esta tabla no aparece: 
28557 \begin_inset Tabular
28558 <lyxtabular version="3" rows="3" columns="4">
28559 <features>
28560 <column alignment="center" valignment="top" width="0pt">
28561 <column alignment="center" valignment="top" width="0pt">
28562 <column alignment="center" valignment="top" width="0pt">
28563 <column alignment="center" valignment="top" width="0pt">
28564 <row>
28565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28566 \begin_inset Text
28567
28568 \begin_layout Plain Layout
28569 1
28570 \end_layout
28571
28572 \end_inset
28573 </cell>
28574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28575 \begin_inset Text
28576
28577 \begin_layout Plain Layout
28578 2
28579 \end_layout
28580
28581 \end_inset
28582 </cell>
28583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28584 \begin_inset Text
28585
28586 \begin_layout Plain Layout
28587 3
28588 \begin_inset Foot
28589 status collapsed
28590
28591 \begin_layout Plain Layout
28592 Nota al pie en una tabla.
28593 \end_layout
28594
28595 \end_inset
28596
28597
28598 \end_layout
28599
28600 \end_inset
28601 </cell>
28602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28603 \begin_inset Text
28604
28605 \begin_layout Plain Layout
28606 4
28607 \end_layout
28608
28609 \end_inset
28610 </cell>
28611 </row>
28612 <row>
28613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28614 \begin_inset Text
28615
28616 \begin_layout Plain Layout
28617 a
28618 \end_layout
28619
28620 \end_inset
28621 </cell>
28622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28623 \begin_inset Text
28624
28625 \begin_layout Plain Layout
28626 b
28627 \end_layout
28628
28629 \end_inset
28630 </cell>
28631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28632 \begin_inset Text
28633
28634 \begin_layout Plain Layout
28635 c
28636 \end_layout
28637
28638 \end_inset
28639 </cell>
28640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28641 \begin_inset Text
28642
28643 \begin_layout Plain Layout
28644 d
28645 \end_layout
28646
28647 \end_inset
28648 </cell>
28649 </row>
28650 <row>
28651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28652 \begin_inset Text
28653
28654 \begin_layout Plain Layout
28655 e
28656 \end_layout
28657
28658 \end_inset
28659 </cell>
28660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28661 \begin_inset Text
28662
28663 \begin_layout Plain Layout
28664 f
28665 \end_layout
28666
28667 \end_inset
28668 </cell>
28669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28670 \begin_inset Text
28671
28672 \begin_layout Plain Layout
28673 g
28674 \end_layout
28675
28676 \end_inset
28677 </cell>
28678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28679 \begin_inset Text
28680
28681 \begin_layout Plain Layout
28682 h
28683 \end_layout
28684
28685 \end_inset
28686 </cell>
28687 </row>
28688 </lyxtabular>
28689
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \begin_layout Standard
28696 \align center
28697 \begin_inset Box Frameless
28698 position "t"
28699 hor_pos "c"
28700 has_inner_box 1
28701 inner_pos "c"
28702 use_parbox 0
28703 width "30col%"
28704 special "none"
28705 height "1in"
28706 height_special "totalheight"
28707 status open
28708
28709 \begin_layout Plain Layout
28710 \align center
28711 \begin_inset Tabular
28712 <lyxtabular version="3" rows="3" columns="4">
28713 <features>
28714 <column alignment="center" valignment="top" width="0pt">
28715 <column alignment="center" valignment="top" width="0pt">
28716 <column alignment="center" valignment="top" width="0pt">
28717 <column alignment="center" valignment="top" width="0pt">
28718 <row>
28719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28720 \begin_inset Text
28721
28722 \begin_layout Plain Layout
28723 1
28724 \end_layout
28725
28726 \end_inset
28727 </cell>
28728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28729 \begin_inset Text
28730
28731 \begin_layout Plain Layout
28732 2
28733 \end_layout
28734
28735 \end_inset
28736 </cell>
28737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28738 \begin_inset Text
28739
28740 \begin_layout Plain Layout
28741 3
28742 \begin_inset Foot
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746 Nota al pie en una tabla..
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \end_layout
28753
28754 \end_inset
28755 </cell>
28756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28757 \begin_inset Text
28758
28759 \begin_layout Plain Layout
28760 4
28761 \end_layout
28762
28763 \end_inset
28764 </cell>
28765 </row>
28766 <row>
28767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28768 \begin_inset Text
28769
28770 \begin_layout Plain Layout
28771 a
28772 \end_layout
28773
28774 \end_inset
28775 </cell>
28776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28777 \begin_inset Text
28778
28779 \begin_layout Plain Layout
28780 b
28781 \end_layout
28782
28783 \end_inset
28784 </cell>
28785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28786 \begin_inset Text
28787
28788 \begin_layout Plain Layout
28789 c
28790 \end_layout
28791
28792 \end_inset
28793 </cell>
28794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28795 \begin_inset Text
28796
28797 \begin_layout Plain Layout
28798 d
28799 \end_layout
28800
28801 \end_inset
28802 </cell>
28803 </row>
28804 <row>
28805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28806 \begin_inset Text
28807
28808 \begin_layout Plain Layout
28809 e
28810 \end_layout
28811
28812 \end_inset
28813 </cell>
28814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28815 \begin_inset Text
28816
28817 \begin_layout Plain Layout
28818 f
28819 \end_layout
28820
28821 \end_inset
28822 </cell>
28823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28824 \begin_inset Text
28825
28826 \begin_layout Plain Layout
28827 g
28828 \end_layout
28829
28830 \end_inset
28831 </cell>
28832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28833 \begin_inset Text
28834
28835 \begin_layout Plain Layout
28836 h
28837 \end_layout
28838
28839 \end_inset
28840 </cell>
28841 </row>
28842 </lyxtabular>
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \end_inset
28850
28851
28852 \end_layout
28853
28854 \begin_layout Standard
28855 \begin_inset VSpace bigskip
28856 \end_inset
28857
28858 La configuración global de párrafos se ignora en las minipáginas.
28859  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28860  pongas p.
28861 \begin_inset space \thinspace{}
28862 \end_inset
28863
28864 e.
28865 \begin_inset space ~
28866 \end_inset
28867
28868
28869 \family sans
28870 Salto
28871 \begin_inset space ~
28872 \end_inset
28873
28874 medio
28875 \family default
28876  en la configuración del documento.
28877 \end_layout
28878
28879 \begin_layout Standard
28880 Las minipáginas también sirven para poner un color de fondo para partes
28881  de texto, véase sección
28882 \begin_inset space ~
28883 \end_inset
28884
28885
28886 \begin_inset CommandInset ref
28887 LatexCommand ref
28888 reference "sub:Color-en-Párrafos"
28889
28890 \end_inset
28891
28892 .
28893 \end_layout
28894
28895 \begin_layout Standard
28896 \begin_inset Note Greyedout
28897 status open
28898
28899 \begin_layout Plain Layout
28900
28901 \series bold
28902 Nota:
28903 \series default
28904  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28905  tener minipáginas en tablas, flotantes, y otros cuadros.
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \end_layout
28912
28913 \begin_layout Section
28914 Cuadros de párrafo
28915 \begin_inset CommandInset label
28916 LatexCommand label
28917 name "sec:Cuadros-de-Párrafo"
28918
28919 \end_inset
28920
28921
28922 \begin_inset Index
28923 status collapsed
28924
28925 \begin_layout Plain Layout
28926 Cuadros ! de párrafo
28927 \end_layout
28928
28929 \end_inset
28930
28931
28932 \end_layout
28933
28934 \begin_layout Standard
28935 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28936  de que no pueden contener notas al pie.
28937   La diferencia principal es que las minipáginas no son verdaderos cuadros
28938  sino entornos de LaTeX.
28939 \end_layout
28940
28941 \begin_layout Standard
28942 \align center
28943 \begin_inset Box Frameless
28944 position "t"
28945 hor_pos "c"
28946 has_inner_box 1
28947 inner_pos "t"
28948 use_parbox 1
28949 width "33col%"
28950 special "none"
28951 height "1in"
28952 height_special "totalheight"
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956 Texto en un cuadro de párrafo.
28957  Texto en un cuadro de párrafo.
28958  Esta nota no aparece:
28959 \begin_inset Foot
28960 status collapsed
28961
28962 \begin_layout Plain Layout
28963 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28964 \end_layout
28965
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \end_inset
28972
28973
28974 \end_layout
28975
28976 \begin_layout Section
28977 Cuadros para palabras y caracteres
28978 \begin_inset Index
28979 status collapsed
28980
28981 \begin_layout Plain Layout
28982 Cuadros ! para palabras y caracteres
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \end_layout
28989
28990 \begin_layout Subsection
28991 Evitar la partición de palabras
28992 \begin_inset CommandInset label
28993 LatexCommand label
28994 name "sec:Evitar-la-Partición"
28995
28996 \end_inset
28997
28998
28999 \begin_inset Index
29000 status collapsed
29001
29002 \begin_layout Plain Layout
29003 Cuadros ! para evitar la partición de palabras
29004 \end_layout
29005
29006 \end_inset
29007
29008
29009 \end_layout
29010
29011 \begin_layout Standard
29012 Hay un tipo especial de cuadro para impedir que una palabra sea partida
29013  con guión.
29014 \begin_inset Newline newline
29015 \end_inset
29016
29017 He aquí un ejemplo:
29018 \end_layout
29019
29020 \begin_layout Standard
29021 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29022 palabra».
29023 \end_layout
29024
29025 \begin_layout Standard
29026 Para evitar su división usa el comando
29027 \end_layout
29028
29029 \begin_layout Standard
29030
29031 \series bold
29032
29033 \backslash
29034 mbox{
29035 \end_layout
29036
29037 \begin_layout Standard
29038 en código TeX antes de la palabra.
29039  Tras ella inserta una llave de cierre «
29040 \series bold
29041 }
29042 \series default
29043 » en código TeX.
29044 \end_layout
29045
29046 \begin_layout Standard
29047 Este es el resultado:
29048 \end_layout
29049
29050 \begin_layout Standard
29051 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29052 \begin_inset ERT
29053 status collapsed
29054
29055 \begin_layout Plain Layout
29056
29057
29058 \backslash
29059 mbox{
29060 \end_layout
29061
29062 \end_inset
29063
29064 «estalarguísimapalabra».
29065 \begin_inset ERT
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069
29070 }
29071 \end_layout
29072
29073 \end_inset
29074
29075
29076 \end_layout
29077
29078 \begin_layout Standard
29079 Como alternativa puedes poner el comando «
29080 \series bold
29081
29082 \backslash
29083 -
29084 \series default
29085 » en código TeX directamente antes de la palabra:
29086 \end_layout
29087
29088 \begin_layout Standard
29089 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29090 \begin_inset ERT
29091 status collapsed
29092
29093 \begin_layout Plain Layout
29094
29095
29096 \backslash
29097 -
29098 \end_layout
29099
29100 \end_inset
29101
29102 estalarguísimapalabra».
29103 \end_layout
29104
29105 \begin_layout Standard
29106 Por supuesto, la palabra sobresale del margen.
29107  Para evitarlo añade, con el menú 
29108 \family sans
29109 Insertar\SpecialChar \menuseparator
29110 Formato\SpecialChar \menuseparator
29111 Salto
29112 \begin_inset space ~
29113 \end_inset
29114
29115 de
29116 \begin_inset space ~
29117 \end_inset
29118
29119
29120 \family default
29121 línea (atajo 
29122 \family sans
29123 Ctrl+Retorno
29124 \family default
29125 ), un salto de línea antes de la palabra:
29126 \end_layout
29127
29128 \begin_layout Standard
29129 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29130 \begin_inset Newline newline
29131 \end_inset
29132
29133
29134 \begin_inset ERT
29135 status collapsed
29136
29137 \begin_layout Plain Layout
29138
29139
29140 \backslash
29141 mbox{
29142 \end_layout
29143
29144 \end_inset
29145
29146 «estalarguísimapalabra».
29147 \begin_inset ERT
29148 status collapsed
29149
29150 \begin_layout Plain Layout
29151
29152 }
29153 \end_layout
29154
29155 \end_inset
29156
29157
29158 \end_layout
29159
29160 \begin_layout Subsection
29161 Alineación vertical
29162 \begin_inset CommandInset label
29163 LatexCommand label
29164 name "sub:Alineación-Vertical"
29165
29166 \end_inset
29167
29168
29169 \begin_inset Index
29170 status collapsed
29171
29172 \begin_layout Plain Layout
29173 Cuadros ! para alineación vertical
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \begin_layout Standard
29182 Con ayuda del comando 
29183 \series bold
29184
29185 \backslash
29186 raisebox
29187 \series default
29188  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29189  
29190 \series bold
29191
29192 \backslash
29193 raisebox
29194 \series default
29195  se utiliza según el esquema:
29196 \end_layout
29197
29198 \begin_layout Standard
29199
29200 \series bold
29201
29202 \backslash
29203 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29204 \end_layout
29205
29206 \begin_layout Standard
29207 La elevación puede ser un valor positivo para subir el cuadro o negativo
29208  para bajarlo.
29209 \end_layout
29210
29211 \begin_layout Standard
29212 Para alinear una palabra, p.
29213 \begin_inset space \thinspace{}
29214 \end_inset
29215
29216 e
29217 \begin_inset space ~
29218 \end_inset
29219
29220 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29221  en la línea de base, inserta el comando
29222 \end_layout
29223
29224 \begin_layout Standard
29225
29226 \series bold
29227
29228 \backslash
29229 raisebox{
29230 \backslash
29231 depth}{
29232 \end_layout
29233
29234 \begin_layout Standard
29235 en código TeX antes de la palabra.
29236  Detrás de la palabra inserta una llave de cierre «
29237 \series bold
29238 }
29239 \series default
29240 » en código TeX.
29241 \begin_inset Newline newline
29242 \end_inset
29243
29244 Este es el resultado:
29245 \end_layout
29246
29247 \begin_layout Standard
29248 Esto es una línea de texto con la palabra 
29249 \begin_inset ERT
29250 status collapsed
29251
29252 \begin_layout Plain Layout
29253
29254
29255 \backslash
29256 raisebox{
29257 \backslash
29258 depth}{
29259 \end_layout
29260
29261 \end_inset
29262
29263 «prevención»
29264 \begin_inset ERT
29265 status collapsed
29266
29267 \begin_layout Plain Layout
29268
29269 }
29270 \end_layout
29271
29272 \end_inset
29273
29274  elevada.
29275 \end_layout
29276
29277 \begin_layout Standard
29278 \begin_inset VSpace bigskip
29279 \end_inset
29280
29281 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29282 \end_layout
29283
29284 \begin_layout Standard
29285 Esto es una línea de texto con la palabra 
29286 \begin_inset ERT
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290
29291
29292 \backslash
29293 raisebox{-
29294 \backslash
29295 depth}{
29296 \end_layout
29297
29298 \end_inset
29299
29300 «prevención»
29301 \begin_inset ERT
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305
29306 }
29307 \end_layout
29308
29309 \end_inset
29310
29311  bajada.
29312 \begin_inset Newline newline
29313 \end_inset
29314
29315 Esto es una línea de texto con la palabra 
29316 \begin_inset ERT
29317 status collapsed
29318
29319 \begin_layout Plain Layout
29320
29321
29322 \backslash
29323 raisebox{0.5cm}{
29324 \end_layout
29325
29326 \end_inset
29327
29328 «testigo»
29329 \begin_inset ERT
29330 status collapsed
29331
29332 \begin_layout Plain Layout
29333
29334 }
29335 \end_layout
29336
29337 \end_inset
29338
29339  elevada.
29340 \end_layout
29341
29342 \begin_layout Standard
29343 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29344  Por ejemplo
29345 \end_layout
29346
29347 \begin_layout Standard
29348
29349 \series bold
29350
29351 \backslash
29352 raisebox{-
29353 \backslash
29354 depth}[0pt]{
29355 \end_layout
29356
29357 \begin_layout Standard
29358 Esto es una línea de texto con la palabra 
29359 \begin_inset ERT
29360 status collapsed
29361
29362 \begin_layout Plain Layout
29363
29364
29365 \backslash
29366 raisebox{-
29367 \backslash
29368 depth}[0pt]{
29369 \end_layout
29370
29371 \end_inset
29372
29373 «prevención»
29374 \begin_inset ERT
29375 status collapsed
29376
29377 \begin_layout Plain Layout
29378
29379 }
29380 \end_layout
29381
29382 \end_inset
29383
29384  bajada.
29385 \begin_inset Newline newline
29386 \end_inset
29387
29388 Esto es una línea de texto con la palabra 
29389 \begin_inset ERT
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393
29394
29395 \backslash
29396 raisebox{0.5cm}[0pt]{
29397 \end_layout
29398
29399 \end_inset
29400
29401 «testigo»
29402 \begin_inset ERT
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406
29407 }
29408 \end_layout
29409
29410 \end_inset
29411
29412  elevada.
29413 \end_layout
29414
29415 \begin_layout Section
29416 Cuadros coloreados
29417 \begin_inset CommandInset label
29418 LatexCommand label
29419 name "sec:Cuadros-Coloreados"
29420
29421 \end_inset
29422
29423
29424 \begin_inset Index
29425 status collapsed
29426
29427 \begin_layout Plain Layout
29428 Cuadros ! Color
29429 \end_layout
29430
29431 \end_inset
29432
29433
29434 \end_layout
29435
29436 \begin_layout Subsection
29437 Color en texto
29438 \begin_inset Index
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442 Color ! en texto
29443 \end_layout
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \begin_layout Standard
29451 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29452  Esto requiere cargar el paquete LaTeX 
29453 \series bold
29454 color
29455 \series default
29456
29457 \begin_inset Index
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461 LaTeX-paquetes ! color
29462 \end_layout
29463
29464 \end_inset
29465
29466  en el preámbulo del documento con
29467 \end_layout
29468
29469 \begin_layout Standard
29470
29471 \series bold
29472
29473 \backslash
29474 @ifundef\SpecialChar \textcompwordmark{}
29475 ined{textcolor}
29476 \begin_inset Newline newline
29477 \end_inset
29478
29479
29480 \begin_inset ERT
29481 status collapsed
29482
29483 \begin_layout Plain Layout
29484
29485
29486 \backslash
29487 hphantom{ }
29488 \end_layout
29489
29490 \end_inset
29491
29492 {
29493 \backslash
29494 usepackage{color}}{}
29495 \end_layout
29496
29497 \begin_layout Standard
29498 LyX cargará automáticamente el paquete 
29499 \series bold
29500 color
29501 \series default
29502  cuando colorees texto.
29503 \begin_inset Foot
29504 status collapsed
29505
29506 \begin_layout Plain Layout
29507 Para evitar cargarlo dos veces se usa el comando 
29508 \series bold
29509
29510 \backslash
29511 @ifundef\SpecialChar \textcompwordmark{}
29512 ined
29513 \series default
29514 .
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \end_layout
29521
29522 \begin_layout Standard
29523 \begin_inset VSpace medskip
29524 \end_inset
29525
29526 Los cuadros coloreados se crean con el comando 
29527 \series bold
29528
29529 \backslash
29530 colorbox
29531 \series default
29532 , de acuerdo con el siguiente esquema:
29533 \end_layout
29534
29535 \begin_layout Standard
29536
29537 \series bold
29538
29539 \backslash
29540 colorbox{color}{contenido del cuadro}
29541 \end_layout
29542
29543 \begin_layout Standard
29544 El contenido también puede ser un cuadro y los cuadros coloreados también
29545  pueden estar en otros cuadros.
29546 \end_layout
29547
29548 \begin_layout Standard
29549 Los siguientes colores están predefinidos:
29550 \begin_inset Newline newline
29551 \end_inset
29552
29553
29554 \family sans
29555 red
29556 \family default
29557
29558 \family sans
29559 green
29560 \family default
29561
29562 \family sans
29563 yellow, blue
29564 \family default
29565
29566 \family sans
29567 cyan
29568 \family default
29569 \series bold
29570 ,
29571 \series default
29572  
29573 \family sans
29574 magenta, black
29575 \family default
29576
29577 \family sans
29578 white
29579 \family default
29580 .
29581 \begin_inset Newline newline
29582 \end_inset
29583
29584 También puedes definir tus propios colores según se explica en la sección
29585 \begin_inset space ~
29586 \end_inset
29587
29588
29589 \begin_inset CommandInset ref
29590 LatexCommand ref
29591 reference "sec:Tablas-Coloreadas"
29592
29593 \end_inset
29594
29595 .
29596 \end_layout
29597
29598 \begin_layout Standard
29599 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29600 \end_layout
29601
29602 \begin_layout Standard
29603
29604 \series bold
29605
29606 \backslash
29607 colorbox{red}{
29608 \end_layout
29609
29610 \begin_layout Standard
29611 en código TeX antes de la palabra.
29612  Tras la palabra inserta una llave de cierre «
29613 \series bold
29614 }
29615 \series default
29616 » en código TeX.
29617 \begin_inset Newline newline
29618 \end_inset
29619
29620 Este es el resultado:
29621 \end_layout
29622
29623 \begin_layout Standard
29624 Línea en la que la palabra 
29625 \begin_inset ERT
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629
29630
29631 \backslash
29632 colorbox{red}{
29633 \end_layout
29634
29635 \end_inset
29636
29637 «¡Atención!»
29638 \begin_inset ERT
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642
29643 }
29644 \end_layout
29645
29646 \end_inset
29647
29648  tiene fondo rojo.
29649 \end_layout
29650
29651 \begin_layout Standard
29652 \begin_inset VSpace bigskip
29653 \end_inset
29654
29655 Si quieres un marco de distinto color, puedes emplear el comando 
29656 \series bold
29657
29658 \backslash
29659 fcolorbox
29660 \series default
29661  con el esquema siguiente:
29662 \end_layout
29663
29664 \begin_layout Standard
29665
29666 \series bold
29667
29668 \backslash
29669 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29670 \end_layout
29671
29672 \begin_layout Standard
29673
29674 \series bold
29675
29676 \backslash
29677 fcolorbox
29678 \series default
29679  es una extensión de 
29680 \series bold
29681
29682 \backslash
29683 colorbox
29684 \series default
29685 .
29686  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29687  con las longitudes 
29688 \series bold
29689
29690 \backslash
29691 fboxrule
29692 \series default
29693  y 
29694 \series bold
29695
29696 \backslash
29697 fboxsep
29698 \series default
29699 , respectivamente, como se describe en la sección
29700 \begin_inset space ~
29701 \end_inset
29702
29703
29704 \begin_inset CommandInset ref
29705 LatexCommand ref
29706 reference "sec:Decoración"
29707
29708 \end_inset
29709
29710 .
29711 \end_layout
29712
29713 \begin_layout Standard
29714 Para el ejemplo siguiente se ha utilizado el comando
29715 \end_layout
29716
29717 \begin_layout Standard
29718
29719 \series bold
29720
29721 \backslash
29722 fcolorbox{cyan}{magenta}{
29723 \end_layout
29724
29725 \begin_layout Standard
29726 Este es un ejemplo en el que se ha puesto un grosor de 1
29727 \begin_inset space \thinspace{}
29728 \end_inset
29729
29730 mm para la línea del marco:
29731 \begin_inset Newline newline
29732 \end_inset
29733
29734
29735 \begin_inset ERT
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739
29740
29741 \backslash
29742 fboxrule 1mm 
29743 \backslash
29744 fboxsep 1mm
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \begin_inset ERT
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754
29755
29756 \backslash
29757 fcolorbox{cyan}{magenta}{
29758 \end_layout
29759
29760 \end_inset
29761
29762 Texto en un marco coloreado y enmarcado.
29763 \begin_inset ERT
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767
29768 }
29769 \end_layout
29770
29771 \end_inset
29772
29773
29774 \end_layout
29775
29776 \begin_layout Standard
29777 \begin_inset VSpace bigskip
29778 \end_inset
29779
29780 Por supuesto también puedes colorear el texto en un marco coloreado:
29781 \begin_inset Newline newline
29782 \end_inset
29783
29784
29785 \begin_inset ERT
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789
29790
29791 \backslash
29792 fcolorbox{cyan}{magenta}{
29793 \end_layout
29794
29795 \end_inset
29796
29797
29798 \color yellow
29799 Texto coloreado en un marco sombreado y coloreado.
29800 \color none
29801
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807 }
29808 \end_layout
29809
29810 \end_inset
29811
29812
29813 \begin_inset ERT
29814 status collapsed
29815
29816 \begin_layout Plain Layout
29817
29818
29819 \backslash
29820 fboxrule 0.4pt 
29821 \backslash
29822 fboxsep 3pt
29823 \end_layout
29824
29825 \end_inset
29826
29827
29828 \end_layout
29829
29830 \begin_layout Standard
29831
29832 \series bold
29833 \begin_inset VSpace medskip
29834 \end_inset
29835
29836
29837 \end_layout
29838
29839 \begin_layout Standard
29840 \begin_inset Note Greyedout
29841 status open
29842
29843 \begin_layout Plain Layout
29844
29845 \series bold
29846 Nota:
29847 \series default
29848  El texto en cuadros coloreados no puede tener saltos de línea.
29849  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29850  coloreado como se describe a continuación.
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \end_layout
29857
29858 \begin_layout Subsection
29859 Color en párrafos
29860 \begin_inset CommandInset label
29861 LatexCommand label
29862 name "sub:Color-en-Párrafos"
29863
29864 \end_inset
29865
29866
29867 \begin_inset Index
29868 status collapsed
29869
29870 \begin_layout Plain Layout
29871 Color ! en párrafos
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \end_layout
29878
29879 \begin_layout Standard
29880 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29881  Antes de la minipágina inserta el comando 
29882 \series bold
29883
29884 \backslash
29885 colorbox
29886 \series default
29887  en código TeX
29888 \end_layout
29889
29890 \begin_layout Standard
29891
29892 \series bold
29893
29894 \backslash
29895 colorbox{color}{
29896 \end_layout
29897
29898 \begin_layout Standard
29899  Detrás de la minipágina inserta una llave de cierre «
29900 \series bold
29901 }
29902 \series default
29903 », también en código TeX.
29904 \end_layout
29905
29906 \begin_layout Standard
29907 \begin_inset ERT
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911
29912
29913 \backslash
29914 colorbox{grisclaro}{
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \begin_inset Box Frameless
29921 position "t"
29922 hor_pos "c"
29923 has_inner_box 1
29924 inner_pos "t"
29925 use_parbox 0
29926 width "100col%"
29927 special "none"
29928 height "1in"
29929 height_special "totalheight"
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933 Texto con color de fondo.
29934  Texto con color de fondo.
29935 \end_layout
29936
29937 \begin_layout Plain Layout
29938 \begin_inset VSpace defskip
29939 \end_inset
29940
29941 El texto puede tener notas al pie
29942 \begin_inset Foot
29943 status collapsed
29944
29945 \begin_layout Plain Layout
29946 Otro ejemplo de nota
29947 \end_layout
29948
29949 \end_inset
29950
29951  y puede incluir tablas y figuras.
29952 \end_layout
29953
29954 \begin_layout Plain Layout
29955 \align center
29956 \begin_inset Tabular
29957 <lyxtabular version="3" rows="3" columns="3">
29958 <features>
29959 <column alignment="center" valignment="top" width="0">
29960 <column alignment="center" valignment="top" width="0">
29961 <column alignment="center" valignment="top" width="0">
29962 <row>
29963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29964 \begin_inset Text
29965
29966 \begin_layout Plain Layout
29967 a
29968 \end_layout
29969
29970 \end_inset
29971 </cell>
29972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29973 \begin_inset Text
29974
29975 \begin_layout Plain Layout
29976 !
29977 \end_layout
29978
29979 \end_inset
29980 </cell>
29981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29982 \begin_inset Text
29983
29984 \begin_layout Plain Layout
29985 3
29986 \end_layout
29987
29988 \end_inset
29989 </cell>
29990 </row>
29991 <row>
29992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29993 \begin_inset Text
29994
29995 \begin_layout Plain Layout
29996 <
29997 \end_layout
29998
29999 \end_inset
30000 </cell>
30001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30002 \begin_inset Text
30003
30004 \begin_layout Plain Layout
30005 b2
30006 \begin_inset Quotes erd
30007 \end_inset
30008
30009 |
30010 \end_layout
30011
30012 \end_inset
30013 </cell>
30014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30015 \begin_inset Text
30016
30017 \begin_layout Plain Layout
30018 >
30019 \end_layout
30020
30021 \end_inset
30022 </cell>
30023 </row>
30024 <row>
30025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30026 \begin_inset Text
30027
30028 \begin_layout Plain Layout
30029 1
30030 \end_layout
30031
30032 \end_inset
30033 </cell>
30034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30035 \begin_inset Text
30036
30037 \begin_layout Plain Layout
30038 §
30039 \end_layout
30040
30041 \end_inset
30042 </cell>
30043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30044 \begin_inset Text
30045
30046 \begin_layout Plain Layout
30047 c
30048 \end_layout
30049
30050 \end_inset
30051 </cell>
30052 </row>
30053 </lyxtabular>
30054
30055 \end_inset
30056
30057
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \begin_inset ERT
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067
30068 }
30069 \end_layout
30070
30071 \end_inset
30072
30073
30074 \end_layout
30075
30076 \begin_layout Section
30077 Cuadros rotados y escalados
30078 \end_layout
30079
30080 \begin_layout Standard
30081 Para poder usar los comandos descritos en esta sección hay que cargar el
30082  paquete LaTeX 
30083 \series bold
30084 graphicx
30085 \series default
30086
30087 \begin_inset Index
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091 LaTeX-paquetes ! graphicx
30092 \end_layout
30093
30094 \end_inset
30095
30096  en el preámbulo del documento, con el comando
30097 \end_layout
30098
30099 \begin_layout Standard
30100
30101 \series bold
30102
30103 \backslash
30104 @ifundefined{rotatebox}
30105 \begin_inset Newline newline
30106 \end_inset
30107
30108
30109 \begin_inset ERT
30110 status collapsed
30111
30112 \begin_layout Plain Layout
30113
30114
30115 \backslash
30116 hphantom{ }
30117 \end_layout
30118
30119 \end_inset
30120
30121 {
30122 \backslash
30123 usepackage{graphicx}}{}
30124 \end_layout
30125
30126 \begin_layout Standard
30127 \begin_inset Note Greyedout
30128 status open
30129
30130 \begin_layout Plain Layout
30131
30132 \series bold
30133 Nota: 
30134 \series default
30135 Algunos visores DVI no pueden mostrar material rotado o escalado.
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \begin_layout Standard
30144 \begin_inset Note Greyedout
30145 status open
30146
30147 \begin_layout Plain Layout
30148
30149 \series bold
30150 Nota:
30151 \series default
30152  Los cuadros rotados o escalados no pueden contener flotantes.
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \end_layout
30159
30160 \begin_layout Subsection
30161 Cuadros rotados
30162 \begin_inset Index
30163 status collapsed
30164
30165 \begin_layout Plain Layout
30166 Cuadros ! Rotar
30167 \end_layout
30168
30169 \end_inset
30170
30171
30172 \begin_inset Index
30173 status collapsed
30174
30175 \begin_layout Plain Layout
30176 Material rotado
30177 \end_layout
30178
30179 \end_inset
30180
30181
30182 \begin_inset Index
30183 status collapsed
30184
30185 \begin_layout Plain Layout
30186 Figuras ! Rotar
30187 \end_layout
30188
30189 \end_inset
30190
30191
30192 \begin_inset Index
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196 Tablas ! Rotar
30197 \end_layout
30198
30199 \end_inset
30200
30201
30202 \end_layout
30203
30204 \begin_layout Standard
30205 Para rotar material debes ponerlo en un cuadro rotado.
30206  Los cuadros rotados se crean con el comando 
30207 \series bold
30208
30209 \backslash
30210 rotatebox
30211 \series default
30212  en código TeX, según el esquema:
30213 \end_layout
30214
30215 \begin_layout Standard
30216
30217 \series bold
30218
30219 \backslash
30220 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30221 \end_layout
30222
30223 \begin_layout Standard
30224 El origen de rotación se especifica en la forma 
30225 \series bold
30226 origin=position
30227 \series default
30228 .
30229  Son posibles las posiciones siguientes: 
30230 \emph on
30231 c
30232 \emph default
30233  (center), 
30234 \emph on
30235 l
30236 \emph default
30237  (left), 
30238 \emph on
30239 r
30240 \emph default
30241  (right), 
30242 \emph on
30243 b
30244 \emph default
30245  (bottom), 
30246 \emph on
30247 t
30248 \emph default
30249  (top), así como combinaciones adecuadas de las posiciones básicas.
30250  Por ejemplo, 
30251 \emph on
30252 lt
30253 \emph default
30254  significa que el origen de rotación es la esquina superior izquierda del
30255  cuadro.
30256  Si no se especifica origen de rotación se usará la posición 
30257 \emph on
30258 l
30259 \emph default
30260 .
30261  El ángulo de rotación es un número de grados, y puede ser negativo.
30262  El sentido de giro es contrario al de las agujas del reloj.
30263 \end_layout
30264
30265 \begin_layout Standard
30266 En el siguiente ejemplo se ha insertado el comando 
30267 \series bold
30268
30269 \backslash
30270 rotatebox[origin=c]{60}{ 
30271 \series default
30272 como código TeX delante del texto «con rotación»; después del texto, el
30273  cuadro se ha cerrado con llave de cierre en código TeX.
30274 \end_layout
30275
30276 \begin_layout Standard
30277 Esta línea contiene texto 
30278 \begin_inset ERT
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282
30283
30284 \backslash
30285 rotatebox[origin=c]{60}{
30286 \end_layout
30287
30288 \end_inset
30289
30290 con rotación
30291 \begin_inset ERT
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295
30296 }
30297 \end_layout
30298
30299 \end_inset
30300
30301 .
30302 \end_layout
30303
30304 \begin_layout Standard
30305 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30306  línea:
30307 \end_layout
30308
30309 \begin_layout Standard
30310 En esta línea hay texto enmarcado 
30311 \begin_inset ERT
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315
30316
30317 \backslash
30318 rotatebox[origin=r]{-60}{
30319 \end_layout
30320
30321 \end_inset
30322
30323
30324 \begin_inset Box Doublebox
30325 position "c"
30326 hor_pos "c"
30327 has_inner_box 0
30328 inner_pos "c"
30329 use_parbox 0
30330 width "1in"
30331 special "width"
30332 height "1in"
30333 height_special "totalheight"
30334 status open
30335
30336 \begin_layout Plain Layout
30337 con rotación
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \begin_inset ERT
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347
30348 }
30349 \end_layout
30350
30351 \end_inset
30352
30353  y 
30354 \begin_inset ERT
30355 status collapsed
30356
30357 \begin_layout Plain Layout
30358
30359
30360 \backslash
30361 rotatebox[origin=lb]{60}{
30362 \end_layout
30363
30364 \end_inset
30365
30366
30367 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30368 \end_inset
30369
30370
30371 \begin_inset ERT
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375
30376 }
30377 \end_layout
30378
30379 \end_inset
30380
30381  una ecuación.
30382 \end_layout
30383
30384 \begin_layout Standard
30385 O una imagen o una tabla:
30386 \end_layout
30387
30388 \begin_layout Standard
30389 Aquí hay una imagen girada 
30390 \begin_inset ERT
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394
30395
30396 \backslash
30397 rotatebox[origin=lb]{90}{
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \begin_inset Graphics
30404         filename ../clipart/platypus.eps
30405         lyxscale 50
30406         width 25col%
30407
30408 \end_inset
30409
30410
30411 \begin_inset ERT
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415
30416 }
30417 \end_layout
30418
30419 \end_inset
30420
30421  y una tabla girada 
30422 \begin_inset ERT
30423 status collapsed
30424
30425 \begin_layout Plain Layout
30426
30427
30428 \backslash
30429 rotatebox[origin=l]{-90}{
30430 \end_layout
30431
30432 \end_inset
30433
30434
30435 \begin_inset Tabular
30436 <lyxtabular version="3" rows="2" columns="2">
30437 <features>
30438 <column alignment="center" valignment="top" width="0">
30439 <column alignment="center" valignment="top" width="0">
30440 <row>
30441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30442 \begin_inset Text
30443
30444 \begin_layout Plain Layout
30445 q
30446 \end_layout
30447
30448 \end_inset
30449 </cell>
30450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30451 \begin_inset Text
30452
30453 \begin_layout Plain Layout
30454 w
30455 \end_layout
30456
30457 \end_inset
30458 </cell>
30459 </row>
30460 <row>
30461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30462 \begin_inset Text
30463
30464 \begin_layout Plain Layout
30465 e
30466 \end_layout
30467
30468 \end_inset
30469 </cell>
30470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30471 \begin_inset Text
30472
30473 \begin_layout Plain Layout
30474 r
30475 \end_layout
30476
30477 \end_inset
30478 </cell>
30479 </row>
30480 </lyxtabular>
30481
30482 \end_inset
30483
30484
30485 \begin_inset ERT
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489
30490 }
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \end_layout
30497
30498 \begin_layout Subsection
30499 Cuadros escalados
30500 \begin_inset Index
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504 Cuadros ! Escalar
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \begin_inset Index
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514 Material escalado
30515 \end_layout
30516
30517 \end_inset
30518
30519
30520 \begin_inset Index
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524 Figuras ! Escalar
30525 \end_layout
30526
30527 \end_inset
30528
30529
30530 \begin_inset Index
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534 Tablas ! Escalar
30535 \end_layout
30536
30537 \end_inset
30538
30539
30540 \end_layout
30541
30542 \begin_layout Standard
30543 Para escalar material se pueden usar los comandos 
30544 \series bold
30545
30546 \backslash
30547 scalebox
30548 \series default
30549  y 
30550 \series bold
30551
30552 \backslash
30553 resizebox 
30554 \series default
30555 en código TeX.
30556 \end_layout
30557
30558 \begin_layout Standard
30559
30560 \series bold
30561
30562 \backslash
30563 scalebox
30564 \series default
30565  se usa con el esquema siguiente:
30566 \end_layout
30567
30568 \begin_layout Standard
30569
30570 \series bold
30571
30572 \backslash
30573 scalebox{horizontal}[vertical]{contenido del cuadro}
30574 \end_layout
30575
30576 \begin_layout Standard
30577 Horizontal y vertical son los factores de escala correspondientes.
30578  Si no se especifica factor vertical, su valor será el mismo que el factor
30579  de escala horizontal.
30580  
30581 \end_layout
30582
30583 \begin_layout Standard
30584 Por ejemplo, el comando 
30585 \series bold
30586
30587 \backslash
30588 scalebox{2}{Hola} 
30589 \series default
30590 crea un 
30591 \begin_inset ERT
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595
30596
30597 \backslash
30598 scalebox{2}{
30599 \end_layout
30600
30601 \end_inset
30602
30603 Hola
30604 \begin_inset ERT
30605 status collapsed
30606
30607 \begin_layout Plain Layout
30608
30609 }
30610 \end_layout
30611
30612 \end_inset
30613
30614  de doble tamaño que el texto normal del documento.
30615 \end_layout
30616
30617 \begin_layout Standard
30618 El comando 
30619 \series bold
30620
30621 \backslash
30622 scalebox{2}[1]{Hola} 
30623 \series default
30624 distorsiona el 
30625 \begin_inset ERT
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629
30630
30631 \backslash
30632 scalebox{2}[1]{
30633 \end_layout
30634
30635 \end_inset
30636
30637 Hola
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643 }
30644 \end_layout
30645
30646 \end_inset
30647
30648 .
30649 \end_layout
30650
30651 \begin_layout Standard
30652 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30653  Por eso el comando 
30654 \series bold
30655
30656 \backslash
30657 scalebox{-1}[1]{Hola} 
30658 \series default
30659 puede usarse para reflejar un texto: 
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665
30666 \backslash
30667 scalebox{-1}[1]{
30668 \end_layout
30669
30670 \end_inset
30671
30672 Hola
30673 \begin_inset ERT
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678 }
30679 \end_layout
30680
30681 \end_inset
30682
30683 .
30684 \end_layout
30685
30686 \begin_layout Standard
30687
30688 \series bold
30689
30690 \backslash
30691 scalebox{1}[-1]{Hola} 
30692 \series default
30693 refleja el 
30694 \begin_inset ERT
30695 status collapsed
30696
30697 \begin_layout Plain Layout
30698
30699
30700 \backslash
30701 scalebox{1}[-1]{
30702 \end_layout
30703
30704 \end_inset
30705
30706 Hola
30707 \begin_inset ERT
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711
30712 }
30713 \end_layout
30714
30715 \end_inset
30716
30717  sobre la base.
30718 \end_layout
30719
30720 \begin_layout Standard
30721 El comando 
30722 \series bold
30723
30724 \backslash
30725 scalebox{-1}[1]{contenido del cuadro} 
30726 \series default
30727 puede sustituirse por 
30728 \series bold
30729
30730 \begin_inset Newline newline
30731 \end_inset
30732
30733
30734 \backslash
30735 reflectbox{contenido del cuadro}
30736 \begin_inset VSpace defskip
30737 \end_inset
30738
30739
30740 \end_layout
30741
30742 \begin_layout Standard
30743 El comando 
30744 \series bold
30745
30746 \backslash
30747 resizebox
30748 \series default
30749  sirve para escalar el cuadro a una altura y anchura definidas, según el
30750  esquema:
30751 \end_layout
30752
30753 \begin_layout Standard
30754
30755 \series bold
30756
30757 \backslash
30758 resizebox{anchura}{altura}{contenido del cuadro}
30759 \end_layout
30760
30761 \begin_layout Standard
30762 Si uno de los argumentos del comando es un signo de exclamación, 
30763 \series bold
30764 !
30765 \series default
30766 , la escala se produce de forma que se mantiene la relación de las dimensiones
30767  originales del contenido del cuadro.
30768  
30769 \end_layout
30770
30771 \begin_layout Standard
30772 El comando 
30773 \series bold
30774
30775 \backslash
30776 resizebox{2cm}{1cm}{Hola}
30777 \series default
30778  genera: 
30779 \begin_inset ERT
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783
30784
30785 \backslash
30786 resizebox{2cm}{1cm}{
30787 \end_layout
30788
30789 \end_inset
30790
30791 Hola
30792 \begin_inset ERT
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797 }
30798 \end_layout
30799
30800 \end_inset
30801
30802
30803 \begin_inset Newline newline
30804 \end_inset
30805
30806 El comando 
30807 \series bold
30808
30809 \backslash
30810 resizebox{2cm}{!}{Hola}
30811 \series default
30812  genera: 
30813 \begin_inset ERT
30814 status collapsed
30815
30816 \begin_layout Plain Layout
30817
30818
30819 \backslash
30820 resizebox{2cm}{!}{
30821 \end_layout
30822
30823 \end_inset
30824
30825 Hola
30826 \begin_inset ERT
30827 status collapsed
30828
30829 \begin_layout Plain Layout
30830
30831 }
30832 \end_layout
30833
30834 \end_inset
30835
30836
30837 \end_layout
30838
30839 \begin_layout Standard
30840 \begin_inset VSpace defskip
30841 \end_inset
30842
30843
30844 \end_layout
30845
30846 \begin_layout Standard
30847 \begin_inset Note Greyedout
30848 status open
30849
30850 \begin_layout Plain Layout
30851
30852 \series bold
30853 Nota: 
30854 \series default
30855 Si los argumentos de 
30856 \series bold
30857
30858 \backslash
30859 scalebox
30860 \series default
30861  o 
30862 \series bold
30863
30864 \backslash
30865 resizebox
30866 \series default
30867  son cero, no se generan errores de LaTeX al exportar el documento, pero
30868  puede suceder que la salida no se muestre o que sea incompleta.
30869  
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \begin_inset VSpace defskip
30876 \end_inset
30877
30878
30879 \end_layout
30880
30881 \begin_layout Standard
30882 Los cuadros se pueden combinar en cualquier orden.
30883  Por ejemplo, el comando
30884 \series bold
30885
30886 \begin_inset Newline newline
30887 \end_inset
30888
30889
30890 \backslash
30891 rotatebox[origin=c]{-45}{
30892 \backslash
30893 resizebox{2cm}{!}{
30894 \backslash
30895 reflectbox{Hola}}}
30896 \begin_inset Newline newline
30897 \end_inset
30898
30899
30900 \series default
30901 genera:
30902 \end_layout
30903
30904 \begin_layout Standard
30905 \noindent
30906 \align center
30907 \begin_inset ERT
30908 status collapsed
30909
30910 \begin_layout Plain Layout
30911
30912
30913 \backslash
30914 rotatebox[origin=c]{-45}{
30915 \backslash
30916 resizebox{2cm}{!}{
30917 \backslash
30918 reflectbox{
30919 \end_layout
30920
30921 \end_inset
30922
30923 Hola
30924 \begin_inset ERT
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928
30929 }}}
30930 \end_layout
30931
30932 \end_inset
30933
30934
30935 \end_layout
30936
30937 \begin_layout Standard
30938 \noindent
30939 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30940 \end_layout
30941
30942 \begin_layout Standard
30943 \noindent
30944
30945 \end_layout
30946
30947 \begin_layout Standard
30948 \align center
30949 \begin_inset ERT
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953
30954
30955 \backslash
30956 rotatebox[origin=c]{-30}{
30957 \backslash
30958 resizebox{2cm}{!}{
30959 \backslash
30960 reflectbox{
30961 \end_layout
30962
30963 \end_inset
30964
30965
30966 \begin_inset Graphics
30967         filename ../clipart/platypus.eps
30968         lyxscale 50
30969         width 25col%
30970
30971 \end_inset
30972
30973
30974 \begin_inset ERT
30975 status collapsed
30976
30977 \begin_layout Plain Layout
30978
30979 }}}
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \begin_inset ERT
30986 status collapsed
30987
30988 \begin_layout Plain Layout
30989
30990
30991 \backslash
30992 rotatebox[origin=c]{-45}{
30993 \backslash
30994 resizebox{2cm}{!}{
30995 \backslash
30996 reflectbox{
30997 \end_layout
30998
30999 \end_inset
31000
31001
31002 \begin_inset Tabular
31003 <lyxtabular version="3" rows="2" columns="2">
31004 <features>
31005 <column alignment="center" valignment="top" width="0">
31006 <column alignment="center" valignment="top" width="0">
31007 <row>
31008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31009 \begin_inset Text
31010
31011 \begin_layout Plain Layout
31012 q
31013 \end_layout
31014
31015 \end_inset
31016 </cell>
31017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31018 \begin_inset Text
31019
31020 \begin_layout Plain Layout
31021 w
31022 \end_layout
31023
31024 \end_inset
31025 </cell>
31026 </row>
31027 <row>
31028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31029 \begin_inset Text
31030
31031 \begin_layout Plain Layout
31032 e
31033 \end_layout
31034
31035 \end_inset
31036 </cell>
31037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31038 \begin_inset Text
31039
31040 \begin_layout Plain Layout
31041 r
31042 \end_layout
31043
31044 \end_inset
31045 </cell>
31046 </row>
31047 </lyxtabular>
31048
31049 \end_inset
31050
31051
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057 }}}
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \begin_inset ERT
31064 status collapsed
31065
31066 \begin_layout Plain Layout
31067
31068
31069 \backslash
31070 rotatebox[origin=c]{-45}{
31071 \backslash
31072 resizebox{2cm}{!}{
31073 \backslash
31074 reflectbox{
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31081 \end_inset
31082
31083
31084 \begin_inset ERT
31085 status collapsed
31086
31087 \begin_layout Plain Layout
31088
31089 }}}
31090 \end_layout
31091
31092 \end_inset
31093
31094
31095 \end_layout
31096
31097 \begin_layout Standard
31098 Si se usa el estilo global 
31099 \series bold
31100 fleqn
31101 \series default
31102  para las ecuaciones del documento,
31103 \begin_inset Foot
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107 Si «fleqn» se añade a las opciones de clase del documento.
31108 \end_layout
31109
31110 \end_inset
31111
31112  también pueden escalarse las ecuaciones en estilo presentación.
31113 \end_layout
31114
31115 \begin_layout Chapter
31116 Archivos externos
31117 \begin_inset Index
31118 status collapsed
31119
31120 \begin_layout Plain Layout
31121 Archivos externos
31122 \end_layout
31123
31124 \end_inset
31125
31126
31127 \end_layout
31128
31129 \begin_layout Standard
31130 Con el menú 
31131 \family sans
31132 Insertar\SpecialChar \menuseparator
31133 Archivo 
31134 \family default
31135 se pueden insertar archivos externos en un documento.
31136  Estos pueden ser:
31137 \end_layout
31138
31139 \begin_layout Description
31140 Documento
31141 \begin_inset space ~
31142 \end_inset
31143
31144 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31145 \end_layout
31146
31147 \begin_layout Description
31148 Texto
31149 \begin_inset space ~
31150 \end_inset
31151
31152 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31153  como párrafo propio.
31154 \end_layout
31155
31156 \begin_layout Description
31157 Texto
31158 \begin_inset space ~
31159 \end_inset
31160
31161 simple,
31162 \begin_inset space ~
31163 \end_inset
31164
31165 unir
31166 \begin_inset space ~
31167 \end_inset
31168
31169 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31170  Las líneas vacías generan un nuevo párrafo en tu documento.
31171 \end_layout
31172
31173 \begin_layout Description
31174 Material
31175 \begin_inset space ~
31176 \end_inset
31177
31178 externo Archivos en diversos formatos.
31179 \end_layout
31180
31181 \begin_layout Description
31182 Documento
31183 \begin_inset space ~
31184 \end_inset
31185
31186 hijo Documentos LyX, LaTeX o texto simple.
31187 \end_layout
31188
31189 \begin_layout Section
31190 Material externo
31191 \begin_inset Index
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195 Material externo
31196 \end_layout
31197
31198 \end_inset
31199
31200
31201 \end_layout
31202
31203 \begin_layout Standard
31204 Esta característica te permite insertar archivos en tu documento sin convertirlo
31205 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31206  las necesarias conversiones.
31207  Esto es parecido a la inserción de imágenes en diversos formatos en los
31208  documentos LyX.
31209  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31210  en 
31211 \family sans
31212 Apariencia
31213 \family default
31214 \SpecialChar \menuseparator
31215 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31216  en LyX.
31217 \end_layout
31218
31219 \begin_layout Standard
31220 El material externo se puede insertar mediante el diálogo que surge a partir
31221  del menú 
31222 \family sans
31223 Insertar\SpecialChar \menuseparator
31224 Archivo\SpecialChar \menuseparator
31225 Material
31226 \begin_inset space ~
31227 \end_inset
31228
31229 externo
31230 \family default
31231 .
31232  Actualmente se permiten los siguientes tipos de archivo (
31233 \family sans
31234 Plantillas
31235 \family default
31236 ):
31237 \end_layout
31238
31239 \begin_layout Description
31240 Diagrama
31241 \begin_inset space ~
31242 \end_inset
31243
31244 de
31245 \begin_inset space ~
31246 \end_inset
31247
31248 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31249  con el programa 
31250 \series bold
31251
31252 \begin_inset CommandInset href
31253 LatexCommand href
31254 name "XBoard"
31255 target "http://en.wikipedia.org/wiki/XBoard"
31256
31257 \end_inset
31258
31259
31260 \series default
31261 .
31262 \end_layout
31263
31264 \begin_layout Description
31265 Dia Esta plantilla soporta diagramas creados con el programa 
31266 \series bold
31267
31268 \begin_inset CommandInset href
31269 LatexCommand href
31270 name "Dia"
31271 target "http://en.wikipedia.org/wiki/Dia_(software)"
31272
31273 \end_inset
31274
31275
31276 \series default
31277 .
31278 \end_layout
31279
31280 \begin_layout Description
31281 Fecha Esta inserta la fecha en el formato 
31282 \emph on
31283 Día-Mes-Año.
31284
31285 \emph default
31286  A continuación hay una fecha insertada como material externo: 
31287 \begin_inset External
31288         template Date
31289         filename ...
31290
31291 \end_inset
31292
31293
31294 \begin_inset space ~
31295 \end_inset
31296
31297
31298 \begin_inset Note Note
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31303 \end_layout
31304
31305 \end_inset
31306
31307
31308 \begin_inset Newline newline
31309 \end_inset
31310
31311 La fecha no se muestra en LyX, sólo en la salida.
31312  Hay otros dos métodos de insertar una fecha, con el menú 
31313 \family sans
31314 Insertar\SpecialChar \menuseparator
31315 Fecha
31316 \family default
31317  y con el comando LaTeX 
31318 \series bold
31319
31320 \backslash
31321 today
31322 \series default
31323  en código TeX.
31324  Los distintos métodos se comparan en la tabla
31325 \begin_inset space ~
31326 \end_inset
31327
31328
31329 \begin_inset CommandInset ref
31330 LatexCommand ref
31331 reference "tab:Comparación-de"
31332
31333 \end_inset
31334
31335 .
31336 \end_layout
31337
31338 \begin_layout Description
31339 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31340 \begin_inset Newline linebreak
31341 \end_inset
31342
31343
31344 \series bold
31345
31346 \begin_inset CommandInset href
31347 LatexCommand href
31348 name "LilyPond"
31349 target "http://en.wikipedia.org/wiki/LilyPond"
31350
31351 \end_inset
31352
31353
31354 \series default
31355 .
31356 \end_layout
31357
31358 \begin_layout Description
31359 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31360  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31361  la opción 
31362 \emph on
31363 pages
31364 \emph default
31365  en el campo 
31366 \family sans
31367 Opción
31368 \family default
31369  de la pestaña 
31370 \family sans
31371 Opciones de LaTeX y LyX
31372 \family default
31373 , según la descripción de la plantilla en el diálogo.
31374  Si no se usa la opción 
31375 \emph on
31376 pages
31377 \emph default
31378 , sólo se inserta la primera página del PDF.
31379 \end_layout
31380
31381 \begin_layout Description
31382 RasterImage Sirve para insertar imágenes bitmap.
31383  Casi todos los formatos populares de imágenes están soportados.
31384  Las imágenes se pueden tratar en el diálogo 
31385 \family sans
31386 Material Externo
31387 \family default
31388  como las que habitualmente se incluyen mediante el diálogo 
31389 \family sans
31390 Gráficos
31391 \family default
31392 , tal como se explica en la sección
31393 \begin_inset space ~
31394 \end_inset
31395
31396
31397 \begin_inset CommandInset ref
31398 LatexCommand ref
31399 reference "sec:Diálogo-Gráficos"
31400
31401 \end_inset
31402
31403 .
31404  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31405  PDF y EPS no están soportadas.
31406 \end_layout
31407
31408 \begin_layout Description
31409 XFig Esta plantilla soporta imágenes creadas con el programa 
31410 \series bold
31411
31412 \begin_inset CommandInset href
31413 LatexCommand href
31414 name "Xfig"
31415 target "http://en.wikipedia.org/wiki/Xfig"
31416
31417 \end_inset
31418
31419
31420 \series default
31421 .
31422 \end_layout
31423
31424 \begin_layout Standard
31425 \begin_inset Float table
31426 placement h
31427 wide false
31428 sideways false
31429 status open
31430
31431 \begin_layout Plain Layout
31432 \begin_inset Caption
31433
31434 \begin_layout Plain Layout
31435 \begin_inset CommandInset label
31436 LatexCommand label
31437 name "tab:Comparación-de"
31438
31439 \end_inset
31440
31441 Comparación de los métodos de inserción de fecha.
31442 \end_layout
31443
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \begin_layout Plain Layout
31450 \align center
31451 \begin_inset Tabular
31452 <lyxtabular version="3" rows="4" columns="4">
31453 <features>
31454 <column alignment="center" valignment="top" width="0">
31455 <column alignment="center" valignment="top" width="0">
31456 <column alignment="center" valignment="top" width="0">
31457 <column alignment="center" valignment="top" width="0">
31458 <row>
31459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31460 \begin_inset Text
31461
31462 \begin_layout Plain Layout
31463 Documento
31464 \end_layout
31465
31466 \end_inset
31467 </cell>
31468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31469 \begin_inset Text
31470
31471 \begin_layout Plain Layout
31472
31473 \family sans
31474 Material externo\SpecialChar \menuseparator
31475 Fecha
31476 \end_layout
31477
31478 \end_inset
31479 </cell>
31480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31481 \begin_inset Text
31482
31483 \begin_layout Plain Layout
31484
31485 \family sans
31486 Insertar\SpecialChar \menuseparator
31487 Fecha
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 comando 
31497 \series bold
31498
31499 \backslash
31500 today
31501 \end_layout
31502
31503 \end_inset
31504 </cell>
31505 </row>
31506 <row>
31507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31508 \begin_inset Text
31509
31510 \begin_layout Plain Layout
31511 LyX
31512 \end_layout
31513
31514 \end_inset
31515 </cell>
31516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31517 \begin_inset Text
31518
31519 \begin_layout Plain Layout
31520 como cuadro
31521 \end_layout
31522
31523 \end_inset
31524 </cell>
31525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31526 \begin_inset Text
31527
31528 \begin_layout Plain Layout
31529 como fecha
31530 \end_layout
31531
31532 \end_inset
31533 </cell>
31534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31535 \begin_inset Text
31536
31537 \begin_layout Plain Layout
31538 como cuadro código TeX
31539 \end_layout
31540
31541 \end_inset
31542 </cell>
31543 </row>
31544 <row>
31545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31546 \begin_inset Text
31547
31548 \begin_layout Plain Layout
31549 LaTeX
31550 \end_layout
31551
31552 \end_inset
31553 </cell>
31554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31555 \begin_inset Text
31556
31557 \begin_layout Plain Layout
31558 como fecha
31559 \end_layout
31560
31561 \end_inset
31562 </cell>
31563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31564 \begin_inset Text
31565
31566 \begin_layout Plain Layout
31567 como fecha
31568 \end_layout
31569
31570 \end_inset
31571 </cell>
31572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31573 \begin_inset Text
31574
31575 \begin_layout Plain Layout
31576 como comando
31577 \end_layout
31578
31579 \end_inset
31580 </cell>
31581 </row>
31582 <row>
31583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31584 \begin_inset Text
31585
31586 \begin_layout Plain Layout
31587 DVI, PDF, PS
31588 \end_layout
31589
31590 \end_inset
31591 </cell>
31592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31593 \begin_inset Text
31594
31595 \begin_layout Plain Layout
31596 como fecha
31597 \end_layout
31598
31599 \end_inset
31600 </cell>
31601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31602 \begin_inset Text
31603
31604 \begin_layout Plain Layout
31605 como fecha
31606 \end_layout
31607
31608 \end_inset
31609 </cell>
31610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31611 \begin_inset Text
31612
31613 \begin_layout Plain Layout
31614 como fecha
31615 \end_layout
31616
31617 \end_inset
31618 </cell>
31619 </row>
31620 </lyxtabular>
31621
31622 \end_inset
31623
31624
31625 \end_layout
31626
31627 \end_inset
31628
31629
31630 \end_layout
31631
31632 \begin_layout Standard
31633 Si utilizas la opción 
31634 \family sans
31635 Borrador
31636 \family default
31637  en la solapa 
31638 \family sans
31639 Archivo
31640 \family default
31641  del diálogo 
31642 \family sans
31643 Material Externo
31644 \family default
31645 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31646 \family sans
31647
31648 \begin_inset Newline newline
31649 \end_inset
31650
31651
31652 \family default
31653 El material externo se muestra en LyX como un cuadro del tipo:
31654 \family sans
31655  
31656 \family default
31657
31658 \begin_inset Graphics
31659         filename clipart/MaterialExternoQt4.png
31660         scale 80
31661
31662 \end_inset
31663
31664  o como imagen, dependiendo de si se marca la opción 
31665 \family sans
31666 Mostrar en LyX 
31667 \family default
31668 de la pestaña 
31669 \family sans
31670 Opciones de LaTeX y LyX
31671 \family default
31672  del diálogo
31673 \family sans
31674 .
31675 \end_layout
31676
31677 \begin_layout Standard
31678 En el manual 
31679 \emph on
31680 Personalización
31681 \emph default
31682  se explica cómo definir tus propias plantillas.
31683 \end_layout
31684
31685 \begin_layout Section
31686 Documento hijo
31687 \begin_inset CommandInset label
31688 LatexCommand label
31689 name "sec:Documento-Hijo"
31690
31691 \end_inset
31692
31693
31694 \begin_inset Index
31695 status collapsed
31696
31697 \begin_layout Plain Layout
31698 Documento hijo
31699 \end_layout
31700
31701 \end_inset
31702
31703
31704 \end_layout
31705
31706 \begin_layout Standard
31707 Los documentos hijos se emplean en el caso de tener un documento extenso
31708  compuesto por varias partes o secciones más grandes.
31709  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31710  en varios archivos que pueden ser revisados por separado.
31711  Estos archivos se conocen como documentos hijos, y el llamado documento
31712  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31713  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
31714  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
31715 \end_layout
31716
31717 \begin_layout Standard
31718 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31719  en el menú 
31720 \family sans
31721 Documento\SpecialChar \menuseparator
31722 Configuración\SpecialChar \menuseparator
31723 Clase del documento
31724 \family default
31725  del documento hijo especifica el documento maestro predeterminado.
31726  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31727  el documento hijo.
31728 \end_layout
31729
31730 \begin_layout Standard
31731 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31732  cuadros del tipo: 
31733 \begin_inset Graphics
31734         filename clipart/DocumentoHijoQt4.png
31735         scale 80
31736
31737 \end_inset
31738
31739 .
31740  Para incluir documentos hijos en un documento maestro utiliza el menú 
31741 \family sans
31742 Insertar
31743 \family default
31744 \SpecialChar \menuseparator
31745
31746 \family sans
31747 Archivo
31748 \family default
31749 \SpecialChar \menuseparator
31750
31751 \family sans
31752 Documento
31753 \begin_inset space ~
31754 \end_inset
31755
31756 hijo
31757 \family default
31758 .
31759  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31760 \end_layout
31761
31762 \begin_layout Description
31763 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31764  Al pulsar el botón 
31765 \family sans
31766 Cargar
31767 \family default
31768  en el diálogo 
31769 \family sans
31770 Documento hijo
31771 \family default
31772 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31773  la ventana de LyX y así puedes modificarlos si quieres.
31774 \end_layout
31775
31776 \begin_layout Standard
31777 Aquí hay un archivo insertado con el método 
31778 \family sans
31779 Incluir
31780 \family default
31781
31782 \begin_inset CommandInset include
31783 LatexCommand include
31784 filename "DocumentoPostizo1.lyx"
31785
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \begin_layout Standard
31792 La numeración de secciones tiene en cuenta las secciones de los archivos
31793  incluidos en el orden en que están insertados en el documento maestro.
31794  El documento incluido de ejemplo tiene una subsección que se numera como
31795  subsección de la presente sección.
31796  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31797 \begin_inset space ~
31798 \end_inset
31799
31800
31801 \begin_inset CommandInset ref
31802 LatexCommand ref
31803 reference "sub:Subsección-Externa-1"
31804
31805 \end_inset
31806
31807 .
31808 \end_layout
31809
31810 \begin_layout Standard
31811 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31812  del documento maestro.
31813  Las ramas en los documentos hijos serán ignoradas por el documento maestro
31814  si éste no tiene una rama con el mismo nombre.
31815  Los documentos incluidos se insertan comenzando una página nueva y acabando
31816  con un salto de página.
31817 \end_layout
31818
31819 \begin_layout Standard
31820 En caso de estar trabajando solo en un capítulo determinado de un documento
31821  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
31822  cada archivo incluido en una rama.
31823 \begin_inset Foot
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827 Las ramas se describen en la sección
31828 \emph on
31829  Ramas
31830 \emph default
31831  de la  
31832 \emph on
31833 Guía del usuario
31834 \emph default
31835  de LyX.
31836 \end_layout
31837
31838 \end_inset
31839
31840  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
31841  aparecerán en la salida.
31842 \end_layout
31843
31844 \begin_layout Standard
31845 \begin_inset Note Greyedout
31846 status open
31847
31848 \begin_layout Plain Layout
31849
31850 \series bold
31851 Nota:
31852 \series default
31853  Debido a un fallo de LyX, el comando LaTeX 
31854 \series bold
31855
31856 \backslash
31857 includeonly
31858 \series default
31859  no se puede usar por el momento como alternativa para decidir qué archivos
31860  deberían ser incluidos.
31861 \end_layout
31862
31863 \end_inset
31864
31865
31866 \end_layout
31867
31868 \begin_layout Standard
31869 \begin_inset Note Greyedout
31870 status open
31871
31872 \begin_layout Plain Layout
31873
31874 \series bold
31875 Nota:
31876 \series default
31877  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31878  a la del documento maestro, recibirás una advertencia al exportar/ver el
31879  documento, ya que esto podría dar resultados inesperados.
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \begin_layout Description
31888 Entrada Este método es muy parecido al método 
31889 \family sans
31890 Incluir
31891 \family default
31892 .
31893  Las diferencias son:
31894 \end_layout
31895
31896 \begin_deeper
31897 \begin_layout Itemize
31898 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31899  un salto de página.
31900 \end_layout
31901
31902 \begin_layout Itemize
31903 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31904 \family sans
31905 Vista
31906 \begin_inset space ~
31907 \end_inset
31908
31909 preliminar
31910 \begin_inset space ~
31911 \end_inset
31912
31913 inmediata 
31914 \family default
31915 está activada en el diálogo 
31916 \family sans
31917 Herramientas\SpecialChar \menuseparator
31918 Preferencias
31919 \family default
31920 , apartado 
31921 \family sans
31922 Apariencia\SpecialChar \menuseparator
31923 Gráficos
31924 \family default
31925 .
31926 \end_layout
31927
31928 \begin_layout Itemize
31929 No se puede utilizar el comando LaTeX 
31930 \series bold
31931
31932 \backslash
31933 includeonly
31934 \series default
31935 .
31936 \end_layout
31937
31938 \end_deeper
31939 \begin_layout Standard
31940 Aquí hay un documento hijo insertado con el método 
31941 \family sans
31942 Entrada
31943 \family default
31944 :
31945 \end_layout
31946
31947 \begin_layout Standard
31948 \begin_inset CommandInset include
31949 LatexCommand input
31950 filename "DocumentoPostizo2.lyx"
31951
31952 \end_inset
31953
31954
31955 \end_layout
31956
31957 \begin_layout Description
31958 Literal Con este método se puede incluir todo archivo de texto.
31959  El archivo aparece en la salida con su código fuente, y si contiene comandos
31960  no se ejecutan.
31961  Con la opción 
31962 \family sans
31963 Marcar espacios en la salida
31964 \family default
31965  cada espacio en el código fuente se muestra en la salida con el carácter
31966  «
31967 \begin_inset ERT
31968 status collapsed
31969
31970 \begin_layout Plain Layout
31971
31972
31973 \backslash
31974 textvisiblespace
31975 \end_layout
31976
31977 \end_inset
31978
31979 ».
31980  La diferencia con el método de inserción mediante el menú 
31981 \family sans
31982 Insertar
31983 \family default
31984 \SpecialChar \menuseparator
31985
31986 \family sans
31987 Archivo
31988 \family default
31989 \SpecialChar \menuseparator
31990
31991 \family sans
31992 Texto
31993 \begin_inset space ~
31994 \end_inset
31995
31996 simple
31997 \family default
31998  es que en este caso el contenido del archivo se ve en LyX, mientras que
31999  en modo 
32000 \family sans
32001 Literal 
32002 \family default
32003 no se muestra el contenido, sino un recuadro con el nombre.
32004
32005 \family sans
32006  
32007 \end_layout
32008
32009 \begin_layout Standard
32010 Aquí se inserta un documento hijo en modo Literal:
32011 \begin_inset CommandInset include
32012 LatexCommand verbatiminput
32013 filename "DocumentoTextoPostizo.txt"
32014
32015 \end_inset
32016
32017
32018 \begin_inset VSpace bigskip
32019 \end_inset
32020
32021
32022 \end_layout
32023
32024 \begin_layout Standard
32025 Aquí se inserta un documento hijo en modo Literal con la opción 
32026 \family sans
32027 Marcar espacios en la salida
32028 \family default
32029 :
32030 \begin_inset CommandInset include
32031 LatexCommand verbatiminput*
32032 filename "DocumentoTextoPostizo.txt"
32033
32034 \end_inset
32035
32036
32037 \begin_inset VSpace bigskip
32038 \end_inset
32039
32040
32041 \end_layout
32042
32043 \begin_layout Standard
32044 \begin_inset Note Greyedout
32045 status open
32046
32047 \begin_layout Plain Layout
32048
32049 \series bold
32050 Nota:
32051 \series default
32052  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32053  incluidos en modo 
32054 \family sans
32055 literal
32056 \family default
32057  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32058  archivo de texto.
32059 \end_layout
32060
32061 \end_inset
32062
32063
32064 \end_layout
32065
32066 \begin_layout Description
32067 Listado
32068 \begin_inset space ~
32069 \end_inset
32070
32071 de
32072 \begin_inset space ~
32073 \end_inset
32074
32075 programa Este tipo se describe en el capítulo
32076 \begin_inset space ~
32077 \end_inset
32078
32079
32080 \begin_inset CommandInset ref
32081 LatexCommand ref
32082 reference "cap:Listado-de-programa"
32083
32084 \end_inset
32085
32086 .
32087 \end_layout
32088
32089 \begin_layout Standard
32090 \begin_inset Note Greyedout
32091 status open
32092
32093 \begin_layout Plain Layout
32094
32095 \series bold
32096 Nota:
32097 \series default
32098  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32099  problemas en LaTeX.
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Chapter
32108 Listado de programa
32109 \begin_inset CommandInset label
32110 LatexCommand label
32111 name "cap:Listado-de-programa"
32112
32113 \end_inset
32114
32115
32116 \begin_inset Index
32117 status collapsed
32118
32119 \begin_layout Plain Layout
32120 Listado de programa
32121 \end_layout
32122
32123 \end_inset
32124
32125
32126 \begin_inset Index
32127 status collapsed
32128
32129 \begin_layout Plain Layout
32130 Código de programa
32131 \end_layout
32132
32133 \end_inset
32134
32135
32136 \begin_inset Index
32137 status collapsed
32138
32139 \begin_layout Plain Layout
32140 Flotantes ! Listado de programa
32141 \end_layout
32142
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \begin_layout Standard
32149 Para incluir y tipografiar código de programación puedes usar la opción
32150  de menú disponible en 
32151 \family sans
32152 Insertar\SpecialChar \menuseparator
32153 Listado
32154 \begin_inset space ~
32155 \end_inset
32156
32157 de
32158 \begin_inset space ~
32159 \end_inset
32160
32161 programa.
32162  
32163 \family default
32164 El paquete LaTeX 
32165 \series bold
32166 listings
32167 \series default
32168
32169 \begin_inset Index
32170 status collapsed
32171
32172 \begin_layout Plain Layout
32173 LaTeX-paquetes ! listings
32174 \end_layout
32175
32176 \end_inset
32177
32178  provee un mecanismo potente y flexible para insertar código fuente en tu
32179  documento.
32180 \end_layout
32181
32182 \begin_layout Standard
32183 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32184  incorporado en el que puedes configurar su formato.
32185 \end_layout
32186
32187 \begin_layout Standard
32188 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32189  La opción de ubicación 
32190 \family sans
32191 Listado
32192 \begin_inset space ~
32193 \end_inset
32194
32195 en
32196 \begin_inset space ~
32197 \end_inset
32198
32199 línea
32200 \family default
32201  lo imprime en la línea, como este ejemplo: 
32202 \begin_inset listings
32203 lstparams "language={C++}"
32204 inline true
32205 status open
32206
32207 \begin_layout Plain Layout
32208
32209 int a=5;
32210 \end_layout
32211
32212 \end_inset
32213
32214
32215 \family sans
32216
32217 \begin_inset Newline newline
32218 \end_inset
32219
32220
32221 \family default
32222 La opción 
32223 \family sans
32224 Flotante
32225 \family default
32226  crea un listado flotante cuya colocación se puede especificar mediante
32227  las opciones «
32228 \family sans
32229 h
32230 \family default
32231 », «
32232 \family sans
32233 t
32234 \family default
32235 », «
32236 \family sans
32237 b
32238 \family default
32239 » y «
32240 \family sans
32241 p
32242 \family default
32243 », correspondientes a las opciones de colocación de flotantes descritas
32244  en la sección
32245 \family sans
32246
32247 \begin_inset space ~
32248 \end_inset
32249
32250
32251 \begin_inset CommandInset ref
32252 LatexCommand ref
32253 reference "sec:Colocación-de-Flotantes"
32254
32255 \end_inset
32256
32257
32258 \family default
32259 .
32260  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32261  p.
32262 \family sans
32263
32264 \begin_inset space \thinspace{}
32265 \end_inset
32266
32267
32268 \family default
32269 e.
32270 \begin_inset space ~
32271 \end_inset
32272
32273 «
32274 \family sans
32275 htbp
32276 \family default
32277 ».
32278  La opción «
32279 \family sans
32280 h
32281 \family default
32282 » a veces no tiene efecto, pero no necesitas usar la opción 
32283 \family sans
32284 Flotante
32285 \family default
32286  en ese caso puesto que los listados de programa no flotantes también pueden
32287  tener leyendas y ser referenciadas.
32288 \end_layout
32289
32290 \begin_layout Standard
32291 Se puede añadir una leyenda a un listado de programa con el menú 
32292 \family sans
32293 Insertar\SpecialChar \menuseparator
32294 Leyenda
32295 \family default
32296
32297 \begin_inset Foot
32298 status collapsed
32299
32300 \begin_layout Plain Layout
32301 Para traducir la etiqueta 
32302 \begin_inset Quotes eld
32303 \end_inset
32304
32305 Listado
32306 \begin_inset Quotes erd
32307 \end_inset
32308
32309  de la leyenda, se añade al preámbulo del documento el comando 
32310 \series bold
32311
32312 \backslash
32313 renewcommand{
32314 \backslash
32315 lstlistingname}{Listado}
32316 \series default
32317 .
32318  (
32319 \emph on
32320 N.
32321 \begin_inset space \thinspace{}
32322 \end_inset
32323
32324 del t.
32325 \emph default
32326 )
32327 \end_layout
32328
32329 \end_inset
32330
32331 .
32332  Los listados de programa se pueden referenciar como los flotantes: Listado
32333 \begin_inset space ~
32334 \end_inset
32335
32336
32337 \begin_inset CommandInset ref
32338 LatexCommand ref
32339 reference "lst:Ejemplo-de-listado-de-programa"
32340
32341 \end_inset
32342
32343
32344 \end_layout
32345
32346 \begin_layout Standard
32347 \begin_inset listings
32348 lstparams "language=Python"
32349 inline false
32350 status open
32351
32352 \begin_layout Plain Layout
32353
32354 \begin_inset Caption
32355
32356 \begin_layout Plain Layout
32357 \begin_inset CommandInset label
32358 LatexCommand label
32359 name "lst:Ejemplo-de-listado-de-programa"
32360
32361 \end_inset
32362
32363 Ejemplo de listado de programa flotante
32364 \end_layout
32365
32366 \end_inset
32367
32368 # Ejemplo de listado flotante
32369 \end_layout
32370
32371 \begin_layout Plain Layout
32372
32373 def func(param):
32374 \end_layout
32375
32376 \begin_layout Plain Layout
32377
32378     'this is a python function'
32379 \end_layout
32380
32381 \begin_layout Plain Layout
32382
32383     pass
32384 \end_layout
32385
32386 \end_inset
32387
32388
32389 \end_layout
32390
32391 \begin_layout Standard
32392 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32393  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32394  y tipografiadas de manera especial en la salida.
32395  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32396  negrita.
32397 \end_layout
32398
32399 \begin_layout Standard
32400 \begin_inset Note Greyedout
32401 status open
32402
32403 \begin_layout Plain Layout
32404
32405 \series bold
32406 Nota:
32407 \series default
32408  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32409  debe probablemente a que dicha fuente no suministra negritas.
32410  En este caso selecciona una fuente distinta en el menú 
32411 \family sans
32412 Documento
32413 \family default
32414 \SpecialChar \menuseparator
32415
32416 \family sans
32417 Configuración
32418 \family default
32419 \SpecialChar \menuseparator
32420
32421 \family sans
32422 Fuentes.
32423  
32424 \family default
32425 (Las fuentes 
32426 \emph on
32427 LuxiMono, BeraMono
32428 \emph default
32429  y 
32430 \emph on
32431 Courier 
32432 \emph default
32433 suministran negritas.)
32434 \end_layout
32435
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \begin_layout Standard
32442 En la sección 
32443 \family sans
32444 Numeración
32445 \begin_inset space ~
32446 \end_inset
32447
32448 de
32449 \begin_inset space ~
32450 \end_inset
32451
32452 líneas
32453 \family default
32454  del diálogo puedes elegir el estilo de numeración de las líneas.
32455  En el campo 
32456 \family sans
32457 Paso 
32458 \family default
32459 puedes insertar un número para determinar qué líneas se numeran.
32460  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32461  
32462 \end_layout
32463
32464 \begin_layout Standard
32465 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32466  en la salida.
32467  La opción 
32468 \family sans
32469 Tabla
32470 \begin_inset space ~
32471 \end_inset
32472
32473 de
32474 \begin_inset space ~
32475 \end_inset
32476
32477 caracteres
32478 \begin_inset space ~
32479 \end_inset
32480
32481 extendida
32482 \family default
32483  debería emplearse si se usan en el código caracteres nacionales como la
32484  diéresis alemana.
32485 \begin_inset Newline newline
32486 \end_inset
32487
32488 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32489  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32490  y «Espacio como símbolo», rango de líneas 3-8:
32491 \begin_inset listings
32492 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32493 inline false
32494 status open
32495
32496 \begin_layout Plain Layout
32497
32498 def func(param):
32499 \end_layout
32500
32501 \begin_layout Plain Layout
32502
32503     'this is a python function'
32504 \end_layout
32505
32506 \begin_layout Plain Layout
32507
32508     pass
32509 \end_layout
32510
32511 \begin_layout Plain Layout
32512
32513 def func(param):
32514 \end_layout
32515
32516 \begin_layout Plain Layout
32517
32518 'This is a German word: Tschüß'
32519 \end_layout
32520
32521 \begin_layout Plain Layout
32522
32523 pass
32524 \end_layout
32525
32526 \begin_layout Plain Layout
32527
32528 def func(param):
32529 \end_layout
32530
32531 \begin_layout Plain Layout
32532
32533 'this is a python function'
32534 \end_layout
32535
32536 \begin_layout Plain Layout
32537
32538 pass
32539 \end_layout
32540
32541 \end_inset
32542
32543
32544 \end_layout
32545
32546 \begin_layout Standard
32547 \begin_inset Note Greyedout
32548 status open
32549
32550 \begin_layout Plain Layout
32551
32552 \series bold
32553 Nota:
32554 \series default
32555  Debido a un error en el paquete 
32556 \series bold
32557 listings
32558 \series default
32559  la numeración de líneas cambia en una línea por cada listado previo.
32560  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32561  3 y 6.
32562 \end_layout
32563
32564 \end_inset
32565
32566
32567 \end_layout
32568
32569 \begin_layout Standard
32570 \begin_inset VSpace bigskip
32571 \end_inset
32572
32573
32574 \end_layout
32575
32576 \begin_layout Standard
32577 También es posible imprimir como listado de programa líneas de un archivo.
32578  Para hacer esto, usa el menú 
32579 \family sans
32580 Insertar\SpecialChar \menuseparator
32581 Archivo\SpecialChar \menuseparator
32582 Documento
32583 \begin_inset space ~
32584 \end_inset
32585
32586 hijo 
32587 \family default
32588 y elige el tipo 
32589 \family sans
32590 Listado de programa
32591 \family default
32592 .
32593 \begin_inset Foot
32594 status collapsed
32595
32596 \begin_layout Plain Layout
32597 Los restantes tipos de documento hijo se describen en la sección
32598 \begin_inset space ~
32599 \end_inset
32600
32601
32602 \begin_inset CommandInset ref
32603 LatexCommand ref
32604 reference "sec:Documento-Hijo"
32605
32606 \end_inset
32607
32608 .
32609 \end_layout
32610
32611 \end_inset
32612
32613  En el diálogo de documento hijo puedes especificar los parámetros del listado
32614  en el cuadro de texto.
32615  Para ver una lista de los parámetros disponibles teclea una interrogación
32616  «?» en el cuadro.
32617 \end_layout
32618
32619 \begin_layout Standard
32620 Para referenciar un documento hijo tipo listado, escribe el texto de la
32621  etiqueta en el campo correspondiente del diálogo de documento hijo.
32622  Después se puede referenciar la etiqueta con el menú 
32623 \family sans
32624 Insertar\SpecialChar \menuseparator
32625 Referencia cruzada.
32626 \end_layout
32627
32628 \begin_layout Standard
32629 A continuación hay un ejemplo, Listado
32630 \begin_inset space ~
32631 \end_inset
32632
32633
32634 \begin_inset CommandInset ref
32635 LatexCommand ref
32636 reference "lst:archivo-listado"
32637
32638 \end_inset
32639
32640 , de inserción de líneas de un archivo; en él se incluye el rango de las
32641  líneas 10
32642 \begin_inset space \thinspace{}
32643 \end_inset
32644
32645 -
32646 \begin_inset space \thinspace{}
32647 \end_inset
32648
32649 15 de este archivo LyX.
32650 \end_layout
32651
32652 \begin_layout Standard
32653 \begin_inset CommandInset include
32654 LatexCommand lstinputlisting
32655 filename "EmbeddedObjects.lyx"
32656 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32657
32658 \end_inset
32659
32660
32661 \begin_inset VSpace bigskip
32662 \end_inset
32663
32664
32665 \end_layout
32666
32667 \begin_layout Standard
32668 Las preferencias globales se pueden establecer en el diálogo 
32669 \family sans
32670 Documento\SpecialChar \menuseparator
32671 Configuración\SpecialChar \menuseparator
32672 Diseño
32673 \begin_inset space ~
32674 \end_inset
32675
32676 del
32677 \begin_inset space ~
32678 \end_inset
32679
32680 texto.
32681  
32682 \family default
32683 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32684  «?» en el campo de texto.
32685 \end_layout
32686
32687 \begin_layout Standard
32688 Para más información sobre el paquete 
32689 \series bold
32690 listings
32691 \series default
32692 , consulta su documentación
32693 \begin_inset space ~
32694 \end_inset
32695
32696
32697 \begin_inset CommandInset citation
32698 LatexCommand cite
32699 key "listings"
32700
32701 \end_inset
32702
32703 .
32704 \end_layout
32705
32706 \begin_layout Standard
32707 \begin_inset Newpage newpage
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Chapter
32714 \start_of_appendix
32715 Unidades disponibles en LyX
32716 \begin_inset Index
32717 status collapsed
32718
32719 \begin_layout Plain Layout
32720 Unidades
32721 \end_layout
32722
32723 \end_inset
32724
32725
32726 \begin_inset CommandInset label
32727 LatexCommand label
32728 name "cap:Unidades-disponibles-en"
32729
32730 \end_inset
32731
32732
32733 \end_layout
32734
32735 \begin_layout Standard
32736 Para comprender las unidades utilizadas en este manual, el cuadro
32737 \begin_inset space ~
32738 \end_inset
32739
32740
32741 \begin_inset CommandInset ref
32742 LatexCommand ref
32743 reference "tab:Unidades"
32744
32745 \end_inset
32746
32747  describe todas las unidades disponibles en LyX.
32748 \end_layout
32749
32750 \begin_layout Standard
32751 \begin_inset Float table
32752 placement h
32753 wide false
32754 sideways false
32755 status open
32756
32757 \begin_layout Plain Layout
32758 \begin_inset Caption
32759
32760 \begin_layout Plain Layout
32761 \begin_inset CommandInset label
32762 LatexCommand label
32763 name "tab:Unidades"
32764
32765 \end_inset
32766
32767 Unidades
32768 \end_layout
32769
32770 \end_inset
32771
32772
32773 \end_layout
32774
32775 \begin_layout Plain Layout
32776 \begin_inset VSpace medskip
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \begin_layout Plain Layout
32783 \align center
32784 \begin_inset Tabular
32785 <lyxtabular version="3" rows="20" columns="2">
32786 <features>
32787 <column alignment="center" valignment="top" width="0">
32788 <column alignment="center" valignment="top" width="0">
32789 <row>
32790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32791 \begin_inset Text
32792
32793 \begin_layout Plain Layout
32794 unidad
32795 \end_layout
32796
32797 \end_inset
32798 </cell>
32799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32800 \begin_inset Text
32801
32802 \begin_layout Plain Layout
32803 nombre/descripción
32804 \end_layout
32805
32806 \end_inset
32807 </cell>
32808 </row>
32809 <row>
32810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32811 \begin_inset Text
32812
32813 \begin_layout Plain Layout
32814 mm
32815 \end_layout
32816
32817 \end_inset
32818 </cell>
32819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32820 \begin_inset Text
32821
32822 \begin_layout Plain Layout
32823 milímetro
32824 \end_layout
32825
32826 \end_inset
32827 </cell>
32828 </row>
32829 <row>
32830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32831 \begin_inset Text
32832
32833 \begin_layout Plain Layout
32834 cm
32835 \end_layout
32836
32837 \end_inset
32838 </cell>
32839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32840 \begin_inset Text
32841
32842 \begin_layout Plain Layout
32843 centímetro
32844 \end_layout
32845
32846 \end_inset
32847 </cell>
32848 </row>
32849 <row>
32850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32851 \begin_inset Text
32852
32853 \begin_layout Plain Layout
32854 in
32855 \end_layout
32856
32857 \end_inset
32858 </cell>
32859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32860 \begin_inset Text
32861
32862 \begin_layout Plain Layout
32863 pulgada
32864 \end_layout
32865
32866 \end_inset
32867 </cell>
32868 </row>
32869 <row>
32870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32871 \begin_inset Text
32872
32873 \begin_layout Plain Layout
32874 pt
32875 \end_layout
32876
32877 \end_inset
32878 </cell>
32879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32880 \begin_inset Text
32881
32882 \begin_layout Plain Layout
32883 punto (72.27
32884 \begin_inset space \thinspace{}
32885 \end_inset
32886
32887 pt = 1
32888 \begin_inset space \thinspace{}
32889 \end_inset
32890
32891 in)
32892 \end_layout
32893
32894 \end_inset
32895 </cell>
32896 </row>
32897 <row>
32898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32899 \begin_inset Text
32900
32901 \begin_layout Plain Layout
32902 pc
32903 \end_layout
32904
32905 \end_inset
32906 </cell>
32907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32908 \begin_inset Text
32909
32910 \begin_layout Plain Layout
32911 pica (1
32912 \begin_inset space \thinspace{}
32913 \end_inset
32914
32915 pc = 12
32916 \begin_inset space \thinspace{}
32917 \end_inset
32918
32919 pt)
32920 \end_layout
32921
32922 \end_inset
32923 </cell>
32924 </row>
32925 <row>
32926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32927 \begin_inset Text
32928
32929 \begin_layout Plain Layout
32930 sp
32931 \end_layout
32932
32933 \end_inset
32934 </cell>
32935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32936 \begin_inset Text
32937
32938 \begin_layout Plain Layout
32939 punto escalado (65536
32940 \begin_inset space \thinspace{}
32941 \end_inset
32942
32943 sp = 1
32944 \begin_inset space \thinspace{}
32945 \end_inset
32946
32947 pt)
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 </row>
32953 <row>
32954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32955 \begin_inset Text
32956
32957 \begin_layout Plain Layout
32958 bp
32959 \end_layout
32960
32961 \end_inset
32962 </cell>
32963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32964 \begin_inset Text
32965
32966 \begin_layout Plain Layout
32967 punto grande (72
32968 \begin_inset space \thinspace{}
32969 \end_inset
32970
32971 bp = 1
32972 \begin_inset space \thinspace{}
32973 \end_inset
32974
32975 in)
32976 \end_layout
32977
32978 \end_inset
32979 </cell>
32980 </row>
32981 <row>
32982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32983 \begin_inset Text
32984
32985 \begin_layout Plain Layout
32986 dd
32987 \end_layout
32988
32989 \end_inset
32990 </cell>
32991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32992 \begin_inset Text
32993
32994 \begin_layout Plain Layout
32995 didot (1
32996 \begin_inset space \thinspace{}
32997 \end_inset
32998
32999 dd 
33000 \begin_inset Formula $\approx$
33001 \end_inset
33002
33003  0.376
33004 \begin_inset space \thinspace{}
33005 \end_inset
33006
33007 mm)
33008 \end_layout
33009
33010 \end_inset
33011 </cell>
33012 </row>
33013 <row>
33014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33015 \begin_inset Text
33016
33017 \begin_layout Plain Layout
33018 cc
33019 \end_layout
33020
33021 \end_inset
33022 </cell>
33023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027 cicero (1
33028 \begin_inset space \thinspace{}
33029 \end_inset
33030
33031 cc = 12
33032 \begin_inset space \thinspace{}
33033 \end_inset
33034
33035 dd)
33036 \end_layout
33037
33038 \end_inset
33039 </cell>
33040 </row>
33041 <row>
33042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33043 \begin_inset Text
33044
33045 \begin_layout Plain Layout
33046 escala
33047 \begin_inset space \thinspace{}
33048 \end_inset
33049
33050 %
33051 \end_layout
33052
33053 \end_inset
33054 </cell>
33055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33056 \begin_inset Text
33057
33058 \begin_layout Plain Layout
33059 % del tamaño original de la imagen
33060 \end_layout
33061
33062 \end_inset
33063 </cell>
33064 </row>
33065 <row>
33066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070 texto
33071 \begin_inset space \thinspace{}
33072 \end_inset
33073
33074 %
33075 \end_layout
33076
33077 \end_inset
33078 </cell>
33079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33080 \begin_inset Text
33081
33082 \begin_layout Plain Layout
33083 % de anchura de texto
33084 \end_layout
33085
33086 \end_inset
33087 </cell>
33088 </row>
33089 <row>
33090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33091 \begin_inset Text
33092
33093 \begin_layout Plain Layout
33094 columna
33095 \begin_inset space \thinspace{}
33096 \end_inset
33097
33098 %
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107 % de anchura de columna
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 </row>
33113 <row>
33114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33115 \begin_inset Text
33116
33117 \begin_layout Plain Layout
33118 página
33119 \begin_inset space \thinspace{}
33120 \end_inset
33121
33122 %
33123 \end_layout
33124
33125 \end_inset
33126 </cell>
33127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33128 \begin_inset Text
33129
33130 \begin_layout Plain Layout
33131 % de anchura de página
33132 \end_layout
33133
33134 \end_inset
33135 </cell>
33136 </row>
33137 <row>
33138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33139 \begin_inset Text
33140
33141 \begin_layout Plain Layout
33142 línea
33143 \begin_inset space \thinspace{}
33144 \end_inset
33145
33146 %
33147 \end_layout
33148
33149 \end_inset
33150 </cell>
33151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33152 \begin_inset Text
33153
33154 \begin_layout Plain Layout
33155 % de anchura de línea
33156 \end_layout
33157
33158 \end_inset
33159 </cell>
33160 </row>
33161 <row>
33162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33163 \begin_inset Text
33164
33165 \begin_layout Plain Layout
33166 alt.
33167  texto
33168 \begin_inset space \thinspace{}
33169 \end_inset
33170
33171 %
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180 % de altura de texto
33181 \end_layout
33182
33183 \end_inset
33184 </cell>
33185 </row>
33186 <row>
33187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 alt.
33192  pág.
33193 \begin_inset space \thinspace{}
33194 \end_inset
33195
33196 %
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33202 \begin_inset Text
33203
33204 \begin_layout Plain Layout
33205 % de altura de página
33206 \end_layout
33207
33208 \end_inset
33209 </cell>
33210 </row>
33211 <row>
33212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33213 \begin_inset Text
33214
33215 \begin_layout Plain Layout
33216 ex
33217 \end_layout
33218
33219 \end_inset
33220 </cell>
33221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33222 \begin_inset Text
33223
33224 \begin_layout Plain Layout
33225 altura de la letra 
33226 \emph on
33227 x
33228 \emph default
33229  en la fuente actual
33230 \end_layout
33231
33232 \end_inset
33233 </cell>
33234 </row>
33235 <row>
33236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33237 \begin_inset Text
33238
33239 \begin_layout Plain Layout
33240 em
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33246 \begin_inset Text
33247
33248 \begin_layout Plain Layout
33249 anchura de la letra 
33250 \emph on
33251 M
33252 \emph default
33253  en la fuente actual
33254 \end_layout
33255
33256 \end_inset
33257 </cell>
33258 </row>
33259 <row>
33260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33261 \begin_inset Text
33262
33263 \begin_layout Plain Layout
33264 mu
33265 \end_layout
33266
33267 \end_inset
33268 </cell>
33269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33270 \begin_inset Text
33271
33272 \begin_layout Plain Layout
33273 unidad matemática (1
33274 \begin_inset space \thinspace{}
33275 \end_inset
33276
33277 mu = 1/18
33278 \begin_inset space \thinspace{}
33279 \end_inset
33280
33281 em)
33282 \end_layout
33283
33284 \end_inset
33285 </cell>
33286 </row>
33287 </lyxtabular>
33288
33289 \end_inset
33290
33291
33292 \end_layout
33293
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \begin_layout Chapter
33300 Formatos de archivos de salida con gráficos
33301 \begin_inset CommandInset label
33302 LatexCommand label
33303 name "cap:Formatos-de-Archivos-de-Salida"
33304
33305 \end_inset
33306
33307
33308 \end_layout
33309
33310 \begin_layout Section
33311 DVI
33312 \begin_inset Index
33313 status collapsed
33314
33315 \begin_layout Plain Layout
33316 Formatos de archivo ! DVI
33317 \end_layout
33318
33319 \end_inset
33320
33321
33322 \begin_inset Index
33323 status collapsed
33324
33325 \begin_layout Plain Layout
33326 DVI|see
33327 \begin_inset ERT
33328 status collapsed
33329
33330 \begin_layout Plain Layout
33331
33332 {
33333 \end_layout
33334
33335 \end_inset
33336
33337 Formatos de archivo
33338 \begin_inset ERT
33339 status collapsed
33340
33341 \begin_layout Plain Layout
33342
33343 }
33344 \end_layout
33345
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \end_inset
33352
33353
33354 \end_layout
33355
33356 \begin_layout Standard
33357 Este tipo de archivo tiene la extensión «
33358 \family typewriter
33359 .dvi
33360 \family default
33361 ».
33362  Se denomina «device-independent» (DVI), porque es completamente portable;
33363  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33364  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33365  Los DVI se usan para vistas preliminares rápidas y como preparación para
33366  otros formatos de salida como PostScript.
33367 \end_layout
33368
33369 \begin_layout Standard
33370 \begin_inset Note Greyedout
33371 status open
33372
33373 \begin_layout Plain Layout
33374
33375 \series bold
33376 Nota:
33377 \series default
33378  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33379 \end_layout
33380
33381 \end_inset
33382
33383  Por tanto no debes olvidar esto si mueves archivos 
33384 \family typewriter
33385 .dvi
33386 \family default
33387  a otro ordenador.
33388  Esta característica también puede retardar la visualización del archivo,
33389  porque el visor DVI tiene que convertir la imagen en segundo plano para
33390  hacerla visible al deslizar el visor.
33391  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33392 \end_layout
33393
33394 \begin_layout Standard
33395 Un documento se exporta a DVI con el menú 
33396 \family sans
33397 Archivo\SpecialChar \menuseparator
33398 Exportar\SpecialChar \menuseparator
33399 DVI
33400 \family default
33401 .
33402  Puedes ver la salida del documento en DVI con el menú 
33403 \family sans
33404 Ver\SpecialChar \menuseparator
33405 DVI 
33406 \family default
33407 o con el botón
33408 \begin_inset space ~
33409 \end_inset
33410
33411
33412 \begin_inset Graphics
33413         filename ../../images/buffer-view_dvi.png
33414         scale 85
33415
33416 \end_inset
33417
33418 .
33419 \end_layout
33420
33421 \begin_layout Section
33422 PostScript
33423 \begin_inset CommandInset label
33424 LatexCommand label
33425 name "sec:PostScript"
33426
33427 \end_inset
33428
33429
33430 \begin_inset Index
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434 Formatos de archivo ! PostScript
33435 \end_layout
33436
33437 \end_inset
33438
33439
33440 \begin_inset Index
33441 status collapsed
33442
33443 \begin_layout Plain Layout
33444 PostScript|see
33445 \begin_inset ERT
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449
33450 {
33451 \end_layout
33452
33453 \end_inset
33454
33455 Formatos de archivo
33456 \begin_inset ERT
33457 status collapsed
33458
33459 \begin_layout Plain Layout
33460
33461 }
33462 \end_layout
33463
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \end_inset
33470
33471
33472 \end_layout
33473
33474 \begin_layout Standard
33475 Este tipo de archivo tiene la extensión «
33476 \family typewriter
33477 .ps
33478 \family default
33479 ».
33480  PostScript fue desarrollado por la compañía 
33481 \family typewriter
33482 Adobe
33483 \family default
33484  como lenguaje para impresoras.
33485  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33486  PostScript puede considerarse como un «lenguaje de programación»; con él
33487  puedes calcular y dibujar imágenes y diagramas.
33488 \begin_inset Foot
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492 Si estás interesado en este tema acude al paquete LaTeX 
33493 \series bold
33494 PSTricks
33495 \series default
33496  
33497 \begin_inset CommandInset citation
33498 LatexCommand cite
33499 key "pstricks"
33500
33501 \end_inset
33502
33503 .
33504 \end_layout
33505
33506 \end_inset
33507
33508  Por esto los archivos suelen ser más grandes que los PDF.
33509 \end_layout
33510
33511 \begin_layout Standard
33512 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33513 d PostScript» (EPS, extensión «
33514 \family typewriter
33515 .eps
33516 \family default
33517 »).
33518  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33519  en segundo plano para convertir las imágenes a EPS.
33520  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33521  cada vez que veas o exportes el documento.
33522  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33523  puedes evitar el problema insertando las imágenes directamente en EPS.
33524 \end_layout
33525
33526 \begin_layout Standard
33527 El documento se puede exportar a PostScript con el menú 
33528 \family sans
33529 Archivo\SpecialChar \menuseparator
33530 Exportar\SpecialChar \menuseparator
33531 Postscript
33532 \family default
33533 .
33534  Se puede ver la salida en PostScript con el menú 
33535 \family sans
33536 Ver\SpecialChar \menuseparator
33537 Postscript 
33538 \family default
33539 o con el botón
33540 \begin_inset space ~
33541 \end_inset
33542
33543
33544 \begin_inset Graphics
33545         filename ../../images/buffer-view_ps.png
33546
33547 \end_inset
33548
33549 .
33550 \end_layout
33551
33552 \begin_layout Section
33553 PDF
33554 \begin_inset Index
33555 status collapsed
33556
33557 \begin_layout Plain Layout
33558 Formatos de archivo ! PDF
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \begin_inset Index
33565 status collapsed
33566
33567 \begin_layout Plain Layout
33568 PDF
33569 \end_layout
33570
33571 \end_inset
33572
33573
33574 \end_layout
33575
33576 \begin_layout Standard
33577 Este tipo de archivo tiene la extensión «
33578 \family typewriter
33579 .pdf
33580 \family default
33581 ».
33582  El formato «Portable Document Format» (PDF) fue desarrollado por 
33583 \family typewriter
33584 Adobe
33585 \family default
33586  como derivado de PostScript.
33587  Es más comprimido y utiliza muchos menos comandos que PostScript.
33588  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33589  operativo y la salida impresa se muestra exactamente igual.
33590 \end_layout
33591
33592 \begin_layout Standard
33593 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33594  Photographic Experts Group» (JPG, extensión «
33595 \family typewriter
33596 .jpg
33597 \family default
33598 » o «
33599 \family typewriter
33600 .jpeg
33601 \family default
33602 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33603 \family typewriter
33604 .png
33605 \family default
33606 »).
33607  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33608  en segundo plano a alguno de los anteriores.
33609  Pero como se ha comentado en la sección sobre PostScript, la conversión
33610  de gráficos ralentiza el trabajo.
33611  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33612  mencionados.
33613 \end_layout
33614
33615 \begin_layout Standard
33616 Un documento se puede exportar a PDF con el menú 
33617 \family sans
33618 Archivo\SpecialChar \menuseparator
33619 Exportar
33620 \family default
33621  en tres modos diferentes:
33622 \end_layout
33623
33624 \begin_layout Description
33625 PDF
33626 \begin_inset space ~
33627 \end_inset
33628
33629 (ps2pdf) Este utiliza el programa 
33630 \family typewriter
33631 ps2pdf
33632 \family default
33633  que crea un PDF a partir de una versión PostScript del archivo.
33634  La versión PostScript es producida por el programa 
33635 \family typewriter
33636 dvips
33637 \family default
33638  que usa una versión DVI como paso intermedio.
33639  Así que este modo de exportación consta de tres conversiones.
33640 \end_layout
33641
33642 \begin_layout Description
33643 PDF
33644 \begin_inset space ~
33645 \end_inset
33646
33647 (dvipdfm) Este utiliza el programa 
33648 \family typewriter
33649 dvipdfm
33650 \family default
33651  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33652  PDF.
33653 \end_layout
33654
33655 \begin_layout Description
33656 PDF
33657 \begin_inset space ~
33658 \end_inset
33659
33660 (pdflatex) Este utiliza el programa 
33661 \family typewriter
33662 pdftex
33663 \family default
33664  que convierte directamente el archivo a PDF.
33665 \end_layout
33666
33667 \begin_layout Standard
33668 Se recomienda usar 
33669 \family sans
33670 PDF
33671 \begin_inset space ~
33672 \end_inset
33673
33674 (pdflatex)
33675 \family default
33676  porque 
33677 \family typewriter
33678 pdftex
33679 \family default
33680  soporta todas las características de las versiones actuales de PDF, es
33681  rápido y estable.
33682  El programa 
33683 \family typewriter
33684 dvipdfm
33685 \family default
33686  ya no se desarrolla y está un poco obsoleto.
33687 \end_layout
33688
33689 \begin_layout Standard
33690 La salida en formato PDF se puede ver con el menú 
33691 \family sans
33692 Ver 
33693 \family default
33694 o con el botón
33695 \begin_inset space ~
33696 \end_inset
33697
33698
33699 \begin_inset Graphics
33700         filename ../../images/buffer-view_pdf2.png
33701         scale 85
33702
33703 \end_inset
33704
33705  (que usa 
33706 \family sans
33707 PDF
33708 \begin_inset space ~
33709 \end_inset
33710
33711 (pdflatex)
33712 \family default
33713 ).
33714 \end_layout
33715
33716 \begin_layout Chapter
33717 Explicación de la ecuación
33718 \begin_inset space ~
33719 \end_inset
33720
33721
33722 \begin_inset CommandInset ref
33723 LatexCommand eqref
33724 reference "eq:Wgn"
33725
33726 \end_inset
33727
33728
33729 \begin_inset CommandInset label
33730 LatexCommand label
33731 name "cap:Explicación-de-la-Ecuación"
33732
33733 \end_inset
33734
33735
33736 \end_layout
33737
33738 \begin_layout Standard
33739 La anchura total de 
33740 \emph on
33741 n
33742 \emph default
33743  celdas de una tabla 
33744 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33745 \end_inset
33746
33747  puede calcularse con
33748 \end_layout
33749
33750 \begin_layout Standard
33751 \begin_inset Formula \begin{equation}
33752 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}
33753
33754 \end_inset
33755
33756
33757 \end_layout
33758
33759 \begin_layout Standard
33760 donde 
33761 \begin_inset Formula $W_{g\, n}$
33762 \end_inset
33763
33764  es el ancho dado de todas las celdas.
33765  
33766 \series bold
33767
33768 \backslash
33769 tabcolsep
33770 \series default
33771  es la longitud LaTeX entre el texto y el borde de la celda, 6
33772 \begin_inset space \thinspace{}
33773 \end_inset
33774
33775 pt por omisión.
33776  
33777 \series bold
33778
33779 \backslash
33780 arrayrulewidth
33781 \series default
33782  es el grosor de línea del borde, 0.4
33783 \begin_inset space \thinspace{}
33784 \end_inset
33785
33786 pt por omisión.
33787 \end_layout
33788
33789 \begin_layout Standard
33790 Procediendo como en la ecuación
33791 \begin_inset space ~
33792 \end_inset
33793
33794
33795 \begin_inset CommandInset ref
33796 LatexCommand eqref
33797 reference "eq:Wtot_n"
33798
33799 \end_inset
33800
33801 , el ancho total de una multicolumna, 
33802 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33803 \end_inset
33804
33805  es
33806 \end_layout
33807
33808 \begin_layout Standard
33809 \begin_inset Formula \begin{equation}
33810 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33811
33812 \end_inset
33813
33814
33815 \end_layout
33816
33817 \begin_layout Standard
33818 Igualando las ecuaciones
33819 \begin_inset space ~
33820 \end_inset
33821
33822
33823 \begin_inset CommandInset ref
33824 LatexCommand eqref
33825 reference "eq:Wtot_n"
33826
33827 \end_inset
33828
33829  y 
33830 \begin_inset CommandInset ref
33831 LatexCommand eqref
33832 reference "eq:Wtot_mult"
33833
33834 \end_inset
33835
33836  podemos calcular el ancho dado necesario 
33837 \begin_inset Formula $W_{g\, n}$
33838 \end_inset
33839
33840  cuando se expanden 
33841 \emph on
33842 n
33843 \emph default
33844  columnas, de forma que cada una de ellas tiene una anchura total  
33845 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33846 \end_inset
33847
33848 :
33849 \end_layout
33850
33851 \begin_layout Standard
33852 \begin_inset Formula \begin{equation}
33853 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33854
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \begin_layout Bibliography
33861 \begin_inset CommandInset bibitem
33862 LatexCommand bibitem
33863 key "latexcompanion"
33864
33865 \end_inset
33866
33867 Frank Mittelbach and Michel Goossens: 
33868 \emph on
33869 The LaTeX Companion Second Edition.
33870
33871 \emph default
33872  Addison-Wesley, 2004
33873 \end_layout
33874
33875 \begin_layout Bibliography
33876 \begin_inset CommandInset bibitem
33877 LatexCommand bibitem
33878 key "latexguide"
33879
33880 \end_inset
33881
33882 Helmut Kopka and Patrick W.
33883  Daly: 
33884 \emph on
33885 A Guide to LaTeX Fourth Edition.
33886
33887 \emph default
33888  Addison-Wesley, 2003
33889 \end_layout
33890
33891 \begin_layout Bibliography
33892 \begin_inset CommandInset bibitem
33893 LatexCommand bibitem
33894 key "latexbook"
33895
33896 \end_inset
33897
33898 Leslie Lamport: 
33899 \emph on
33900 LaTeX: A Document Preparation System.
33901
33902 \emph default
33903  Addison-Wesley, second edition, 1994
33904 \end_layout
33905
33906 \begin_layout Bibliography
33907 \begin_inset CommandInset bibitem
33908 LatexCommand bibitem
33909 key "booktabs"
33910
33911 \end_inset
33912
33913 Documentación del paquete LaTeX 
33914 \series bold
33915
33916 \begin_inset CommandInset href
33917 LatexCommand href
33918 name "booktabs"
33919 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33920
33921 \end_inset
33922
33923
33924 \series default
33925
33926 \begin_inset Index
33927 status collapsed
33928
33929 \begin_layout Plain Layout
33930 LaTeX-paquetes ! booktabs
33931 \end_layout
33932
33933 \end_inset
33934
33935
33936 \end_layout
33937
33938 \begin_layout Bibliography
33939 \begin_inset CommandInset bibitem
33940 LatexCommand bibitem
33941 key "caption"
33942
33943 \end_inset
33944
33945 Documentación del paquete LaTeX 
33946 \series bold
33947
33948 \begin_inset CommandInset href
33949 LatexCommand href
33950 name "caption"
33951 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33952
33953 \end_inset
33954
33955
33956 \series default
33957
33958 \begin_inset Index
33959 status collapsed
33960
33961 \begin_layout Plain Layout
33962 LaTeX-paquetes ! caption
33963 \end_layout
33964
33965 \end_inset
33966
33967
33968 \end_layout
33969
33970 \begin_layout Bibliography
33971 \begin_inset CommandInset bibitem
33972 LatexCommand bibitem
33973 key "endfloat"
33974
33975 \end_inset
33976
33977 Documentación del paquete LaTeX 
33978 \series bold
33979
33980 \begin_inset CommandInset href
33981 LatexCommand href
33982 name "endfloat"
33983 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33984
33985 \end_inset
33986
33987
33988 \series default
33989
33990 \begin_inset Index
33991 status collapsed
33992
33993 \begin_layout Plain Layout
33994 LaTeX-paquetes ! endfloat
33995 \end_layout
33996
33997 \end_inset
33998
33999
34000 \end_layout
34001
34002 \begin_layout Bibliography
34003 \begin_inset CommandInset bibitem
34004 LatexCommand bibitem
34005 key "wrapfig"
34006
34007 \end_inset
34008
34009 Documentación del paquete LaTeX 
34010 \series bold
34011
34012 \begin_inset CommandInset href
34013 LatexCommand href
34014 name "wrapfig"
34015 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34016
34017 \end_inset
34018
34019
34020 \series default
34021
34022 \begin_inset Index
34023 status collapsed
34024
34025 \begin_layout Plain Layout
34026 LaTeX-paquetes ! wrapfig
34027 \begin_inset ERT
34028 status collapsed
34029
34030 \begin_layout Plain Layout
34031
34032
34033 \backslash
34034 vspace{4mm}
34035 \end_layout
34036
34037 \end_inset
34038
34039
34040 \end_layout
34041
34042 \end_inset
34043
34044
34045 \end_layout
34046
34047 \begin_layout Bibliography
34048 \begin_inset CommandInset bibitem
34049 LatexCommand bibitem
34050 key "footmisc"
34051
34052 \end_inset
34053
34054 Documentación del paquete LaTeX 
34055 \series bold
34056
34057 \begin_inset CommandInset href
34058 LatexCommand href
34059 name "footmisc"
34060 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34061
34062 \end_inset
34063
34064
34065 \series default
34066
34067 \begin_inset Index
34068 status collapsed
34069
34070 \begin_layout Plain Layout
34071 LaTeX-paquetes ! footmisc
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Bibliography
34080 \begin_inset CommandInset bibitem
34081 LatexCommand bibitem
34082 key "hypcap"
34083
34084 \end_inset
34085
34086 Documentación del paquete LaTeX 
34087 \series bold
34088
34089 \begin_inset CommandInset href
34090 LatexCommand href
34091 name "hypcap"
34092 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34093
34094 \end_inset
34095
34096
34097 \series default
34098
34099 \begin_inset Index
34100 status collapsed
34101
34102 \begin_layout Plain Layout
34103 LaTeX-paquetes ! hyperref
34104 \end_layout
34105
34106 \end_inset
34107
34108
34109 \end_layout
34110
34111 \begin_layout Bibliography
34112 \begin_inset CommandInset bibitem
34113 LatexCommand bibitem
34114 key "hyperref"
34115
34116 \end_inset
34117
34118 Documentación del paquete LaTeX 
34119 \series bold
34120
34121 \begin_inset CommandInset href
34122 LatexCommand href
34123 name "hyperref"
34124 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34125
34126 \end_inset
34127
34128
34129 \series default
34130
34131 \begin_inset Index
34132 status collapsed
34133
34134 \begin_layout Plain Layout
34135 LaTeX-paquetes ! hyperref
34136 \end_layout
34137
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \begin_layout Bibliography
34144 \begin_inset CommandInset bibitem
34145 LatexCommand bibitem
34146 key "KOMA-script"
34147
34148 \end_inset
34149
34150 Documentación del paquete LaTeX 
34151 \series bold
34152
34153 \begin_inset CommandInset href
34154 LatexCommand href
34155 name "KOMA-script"
34156 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34157
34158 \end_inset
34159
34160
34161 \series default
34162
34163 \begin_inset Index
34164 status collapsed
34165
34166 \begin_layout Plain Layout
34167 LaTeX-paquetes ! KOMA-script
34168 \end_layout
34169
34170 \end_inset
34171
34172
34173 \end_layout
34174
34175 \begin_layout Bibliography
34176 \begin_inset CommandInset bibitem
34177 LatexCommand bibitem
34178 key "listings"
34179
34180 \end_inset
34181
34182 Documentación del paquete LaTeX 
34183 \series bold
34184
34185 \begin_inset CommandInset href
34186 LatexCommand href
34187 name "listings"
34188 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34189
34190 \end_inset
34191
34192
34193 \series default
34194
34195 \begin_inset Index
34196 status collapsed
34197
34198 \begin_layout Plain Layout
34199 LaTeX-paquetes ! listings
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Bibliography
34208 \begin_inset CommandInset bibitem
34209 LatexCommand bibitem
34210 key "marginnote"
34211
34212 \end_inset
34213
34214 Documentación del paquete LaTeX 
34215 \series bold
34216
34217 \begin_inset CommandInset href
34218 LatexCommand href
34219 name "marginnote"
34220 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34221
34222 \end_inset
34223
34224
34225 \series default
34226
34227 \begin_inset Index
34228 status collapsed
34229
34230 \begin_layout Plain Layout
34231 LaTeX-paquetes ! marginnote
34232 \end_layout
34233
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \begin_layout Bibliography
34240 \begin_inset CommandInset bibitem
34241 LatexCommand bibitem
34242 key "pstricks"
34243
34244 \end_inset
34245
34246 Página web del paquete LaTeX 
34247 \series bold
34248
34249 \begin_inset CommandInset href
34250 LatexCommand href
34251 name "PSTricks"
34252 target "http://tug.org/PSTricks/"
34253
34254 \end_inset
34255
34256
34257 \series default
34258
34259 \begin_inset Index
34260 status collapsed
34261
34262 \begin_layout Plain Layout
34263 LaTeX-paquetes ! PSTricks
34264 \end_layout
34265
34266 \end_inset
34267
34268
34269 \end_layout
34270
34271 \begin_layout Bibliography
34272 \begin_inset CommandInset bibitem
34273 LatexCommand bibitem
34274 key "sidecap"
34275
34276 \end_inset
34277
34278 Documentación del paquete LaTeX 
34279 \series bold
34280
34281 \begin_inset CommandInset href
34282 LatexCommand href
34283 name "sidecap"
34284 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34285
34286 \end_inset
34287
34288
34289 \series default
34290
34291 \begin_inset Index
34292 status collapsed
34293
34294 \begin_layout Plain Layout
34295 LaTeX-paquetes ! sidecap
34296 \end_layout
34297
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \begin_layout Bibliography
34304 \begin_inset CommandInset bibitem
34305 LatexCommand bibitem
34306 key "NewInLyX16"
34307
34308 \end_inset
34309
34310
34311 \begin_inset CommandInset href
34312 LatexCommand href
34313 name "Página wiki"
34314 target "http://wiki.lyx.org/LyX/NewInLyX16"
34315
34316 \end_inset
34317
34318  sobre características nuevas para la versión 
34319 \family sans
34320 LyX
34321 \begin_inset space ~
34322 \end_inset
34323
34324 1.6.0
34325 \family default
34326 .
34327 \end_layout
34328
34329 \begin_layout Standard
34330 \begin_inset CommandInset index_print
34331 LatexCommand printindex
34332
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \begin_layout Standard
34339 \begin_inset FloatList figure
34340
34341 \end_inset
34342
34343
34344 \end_layout
34345
34346 \begin_layout Standard
34347 \begin_inset FloatList table
34348
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \begin_layout Standard
34355 \begin_inset FloatList algorithm
34356
34357 \end_inset
34358
34359
34360 \end_layout
34361
34362 \end_body
34363 \end_document