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