]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Spanish EmbeddedObjects.lyx, UserGuide.lyx: translation updates by Ignacio
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{grisclaro}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125 % en español
126 \floatname{algorithm}{Algoritmo}
127
128
129 % redefine the greyed out note
130 \renewenvironment{lyxgreyedout}
131  {\textcolor{blue}\bgroup}{\egroup}
132
133 % ------------------------------------
134 % used to check for needed LaTeX packages
135 \usepackage{ifthen}
136
137 % check for package arydshln
138 % used for tables with dashed lines
139 \newboolean{arydshln}
140 \IfFileExists{arydshln.sty}
141  {\usepackage{arydshln}
142   \setboolean{arydshln}{true}}
143  {\setboolean{arydshln}{false}}
144
145 % check for package marginnote
146 % used for margin notes
147 \newboolean{marginnote}
148 \IfFileExists{marginnote.sty}
149  {\usepackage{marginnote}
150   \let\marginpar\marginnote
151   \setboolean{marginnote}{true}}
152  {\setboolean{marginnote}{false}}
153
154 % check for package sidecap
155 % used for captions on the side
156 \newboolean{sidecap}
157 \IfFileExists{sidecap.sty}
158  {\usepackage{sidecap}
159   \setboolean{sidecap}{true}}
160  {\setboolean{sidecap}{false}}
161
162 % redefine the \LyX macro for PDF bookmarks
163 \def\LyX{\texorpdfstring{%
164   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
165   {LyX}}
166
167 % to translate the listing label
168 % para traducir la etiqueta listing
169 \renewcommand{\lstlistingname}{Listado}
170 \end_preamble
171 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
172 \use_default_options false
173 \language spanish
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183
184 \graphics default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
189 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
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 french
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 un 
9258 \begin_inset Quotes fld
9259 \end_inset
9260
9261 salto de página limpia
9262 \begin_inset Quotes frd
9263 \end_inset
9264
9265  (menú 
9266 \family sans
9267 Insertar\SpecialChar \menuseparator
9268 Formato\SpecialChar \menuseparator
9269 Limpiar
9270 \begin_inset space ~
9271 \end_inset
9272
9273 página
9274 \family default
9275 ) antes de la tabla.
9276 \end_layout
9277
9278 \begin_layout Subsection
9279 Saltos de página forzados
9280 \begin_inset Index
9281 status collapsed
9282
9283 \begin_layout Plain Layout
9284 Tablas largas ! Saltos de página forzados
9285 \end_layout
9286
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \begin_layout Standard
9293 Por omisión, las tablas sólo se cortan entre filas.
9294  Si tienes una celda con líneas múltiples y necesitas un salto de página
9295  dentro de la celda, inserta el comando de nueva línea «
9296 \series bold
9297
9298 \backslash
9299
9300 \backslash
9301
9302 \series default
9303 » en código TeX en el punto en que quieras cortar.
9304  Antes del comando «
9305 \series bold
9306
9307 \backslash
9308
9309 \backslash
9310
9311 \series default
9312 » debes insertar en código TeX tantos caracteres «
9313 \series bold
9314 &
9315 \series default
9316 » como columnas siguientes de la tabla.
9317  
9318 \series bold
9319 &
9320 \series default
9321  es el carácter para separar celdas.
9322  Escribe en código TeX después de cada 
9323 \series bold
9324 &
9325 \series default
9326  el contenido de la celda siguiente correspondiente y borra el contenido
9327  de esas celdas.
9328 \begin_inset Newline newline
9329 \end_inset
9330
9331 Detrás del comando 
9332 \series bold
9333
9334 \backslash
9335
9336 \backslash
9337
9338 \series default
9339 , inserta tantos 
9340 \series bold
9341 &
9342 \series default
9343  como columnas haya delante de la actual.
9344  En la tabla
9345 \begin_inset space ~
9346 \end_inset
9347
9348
9349 \begin_inset CommandInset ref
9350 LatexCommand ref
9351 reference "tab:Saltos de Página Forzados"
9352
9353 \end_inset
9354
9355  la celda que debería cortarse está en la segunda columna seguida de otra
9356  columna.
9357  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9358  de «
9359 \emph on
9360 Castelchiodato,
9361 \emph default
9362 »:
9363 \end_layout
9364
9365 \begin_layout Standard
9366
9367 \series bold
9368 & 111
9369 \backslash
9370
9371 \backslash
9372  
9373 \backslash
9374 newpage
9375 \begin_inset Newline newline
9376 \end_inset
9377
9378 &
9379 \end_layout
9380
9381 \begin_layout Standard
9382 El «111» en la tercera columna de la fila se ha borrado.
9383
9384 \series bold
9385  
9386 \backslash
9387 newpage 
9388 \series default
9389 es necesario solo si en esta posición debiera ir definitivamente un salto
9390  de página, de otro modo es sólamente una posibilidad de salto.
9391  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9392  superior pero quisieras una línea horizontal donde se corta la celda, usa
9393  este comando alternativo:
9394 \end_layout
9395
9396 \begin_layout Standard
9397
9398 \series bold
9399 & 111
9400 \backslash
9401
9402 \backslash
9403
9404 \begin_inset Newline newline
9405 \end_inset
9406
9407
9408 \backslash
9409 hline &
9410 \end_layout
9411
9412 \begin_layout Standard
9413 Cuando la celda a cortar está en la última columna, el comando
9414 \end_layout
9415
9416 \begin_layout Standard
9417
9418 \series bold
9419
9420 \backslash
9421 setlength{
9422 \backslash
9423 parfillskip}{0pt}
9424 \end_layout
9425
9426 \begin_layout Standard
9427 debe insertarse en código TeX al principio de la celda.
9428  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9429  aparecerá con toda su anchura.
9430 \end_layout
9431
9432 \begin_layout Standard
9433 \align center
9434 \begin_inset Tabular
9435 <lyxtabular version="3" rows="38" columns="3">
9436 <features islongtable="true" lastFootEmpty="true">
9437 <column alignment="left" valignment="top" width="0cm">
9438 <column alignment="left" valignment="top" width="3cm">
9439 <column alignment="right" valignment="top" width="0pt">
9440 <row caption="true">
9441 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 \begin_inset Caption
9446
9447 \begin_layout Plain Layout
9448 Tabla con salto de página forzado en celda
9449 \begin_inset CommandInset label
9450 LatexCommand label
9451 name "tab:Saltos de Página Forzados"
9452
9453 \end_inset
9454
9455
9456 \begin_inset OptArg
9457 status collapsed
9458
9459 \begin_layout Plain Layout
9460 Tabla con salto de página forzado en celda
9461 \end_layout
9462
9463 \end_inset
9464
9465
9466 \end_layout
9467
9468 \end_inset
9469
9470
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 </row>
9494 <row endfirsthead="true">
9495 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499
9500 \series bold
9501 Ejemplo de lista telefónica (ignore los nombres)
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row endfirsthead="true">
9526 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \series bold
9532 NOMBRE
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550
9551 \series bold
9552 TEL.
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 </row>
9558 <row endhead="true">
9559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563 \begin_inset ERT
9564 status collapsed
9565
9566 \begin_layout Plain Layout
9567
9568
9569 \backslash
9570 caption*{continúa Ejemplo de lista telefónica}
9571 \backslash
9572
9573 \backslash
9574 %
9575 \end_layout
9576
9577 \end_inset
9578
9579
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 </row>
9603 <row endhead="true">
9604 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608  
9609 \series bold
9610 Ejemplo de lista telefónica
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 <row endhead="true">
9635 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639
9640 \series bold
9641 NOMBRE
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659
9660 \series bold
9661 TEL.
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 </row>
9667 <row endfoot="true">
9668 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672 continúa en página siguiente
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 </row>
9696 <row>
9697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701
9702 \series bold
9703 Annovi
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 Silvia
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721 111
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 </row>
9727 <row>
9728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732
9733 \series bold
9734 Bertoli
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743 Stefano
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752 111
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 </row>
9758 <row>
9759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763
9764 \series bold
9765 Bozzi
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774 Walter
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 111
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 </row>
9789 <row>
9790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794
9795 \series bold
9796 Cachia
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 Maria
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814 111
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 <row>
9821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \series bold
9827 Cachia
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 Maurizio
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845 111
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row>
9852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \series bold
9858 Cinquemani
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867 Giusi
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 111
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 </row>
9882 <row>
9883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887
9888 \series bold
9889 Colin
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898 Bernard
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 111
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 </row>
9913 <row>
9914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918
9919 \series bold
9920 Concli
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929 Gianfranco
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 111
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 </row>
9944 <row>
9945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949
9950 \series bold
9951 Dal Bosco
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960 Carolina
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 111
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 </row>
9975 <row>
9976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980
9981 \series bold
9982 Dalpiaz
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 Annamaria
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 111
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 </row>
10006 <row>
10007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011
10012 \series bold
10013 Feliciello
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 Domenico
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 111
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row>
10038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \series bold
10044 Focarelli
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 Paola
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 111
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 </row>
10068 <row>
10069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073
10074 \series bold
10075 Galletti
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084 Oreste
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 111
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 </row>
10099 <row>
10100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \series bold
10106 Gasparini
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 Franca
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 111
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 </row>
10130 <row>
10131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135
10136 \series bold
10137 Lassini
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 Giancarlo
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 <row>
10162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \series bold
10168 Malfatti
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 Luciano
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 111
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 </row>
10192 <row>
10193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197
10198 \series bold
10199 Malfatti
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 Valeriano
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 111
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 </row>
10223 <row>
10224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228
10229 \series bold
10230 Meneguzzo
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 Roberto
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 111
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 </row>
10254 <row>
10255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259
10260 \series bold
10261 Mezzadra
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 Roberto
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 111
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 </row>
10285 <row>
10286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290
10291 \series bold
10292 Pirpamer
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 Erich
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 111
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 </row>
10316 <row>
10317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321
10322 \series bold
10323 Pochiesa
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 Paolo
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 111, 222
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 </row>
10347 <row>
10348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352
10353 \series bold
10354 Radina
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 Claudio
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 111
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 </row>
10378 <row>
10379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383
10384 \series bold
10385 Rizzardi
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 Paolo, 11.
10395  Fürst von Montecompatri, 11.
10396  Fürst von Sulmona und Vivaro, 10.
10397  Fürst von Rossano, 5.
10398  Herzog von Canemorte, 11.
10399  Herzog von Palombara, 5.
10400  Herzog von Castelchiodato,
10401 \begin_inset ERT
10402 status open
10403
10404 \begin_layout Plain Layout
10405
10406 & 111
10407 \backslash
10408
10409 \backslash
10410  
10411 \backslash
10412 newpage
10413 \end_layout
10414
10415 \begin_layout Plain Layout
10416
10417 &
10418 \end_layout
10419
10420 \end_inset
10421
10422  11.
10423  Herzog von Poggionativo, 11.
10424  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10425  Graf von Valinfreda, 11.
10426  Baron von Cropalati, 11.
10427  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 111
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row>
10443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447
10448 \series bold
10449 Stuffer
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 Oskar
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 111
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 </row>
10473 <row>
10474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478
10479 \series bold
10480 Tacchelli
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 Ugo
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 111
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \series bold
10511 Tezzele
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 Margit
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 111
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 </row>
10535 <row>
10536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540
10541 \series bold
10542 Unterkalmsteiner
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 Frieda
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 111
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 </row>
10566 <row>
10567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571
10572 \series bold
10573 Vieider
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Hilde
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 111
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 </row>
10597 <row>
10598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602
10603 \series bold
10604 Vigna
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 Jürgen
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 111
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 </row>
10628 <row>
10629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633
10634 \series bold
10635 Weber
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 Maurizio
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 111
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 </row>
10659 <row>
10660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664
10665 \series bold
10666 Winkler
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 Franz
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 111
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 </row>
10690 </lyxtabular>
10691
10692 \end_inset
10693
10694
10695 \end_layout
10696
10697 \begin_layout Section
10698 Líneas múltiples en columnas y filas
10699 \end_layout
10700
10701 \begin_layout Subsection
10702 Líneas múltiples en celdas
10703 \begin_inset CommandInset label
10704 LatexCommand label
10705 name "sub:Líneas-Múltiples-en"
10706
10707 \end_inset
10708
10709
10710 \begin_inset Index
10711 status collapsed
10712
10713 \begin_layout Plain Layout
10714 Lineas@Líneas múltiples en celdas
10715 \end_layout
10716
10717 \end_inset
10718
10719
10720 \begin_inset Index
10721 status collapsed
10722
10723 \begin_layout Plain Layout
10724 Tablas ! Saltos de línea
10725 \end_layout
10726
10727 \end_inset
10728
10729
10730 \end_layout
10731
10732 \begin_layout Standard
10733 \noindent
10734 \begin_inset Float table
10735 placement H
10736 wide false
10737 sideways false
10738 status open
10739
10740 \begin_layout Plain Layout
10741 \begin_inset Caption
10742
10743 \begin_layout Plain Layout
10744 \begin_inset CommandInset label
10745 LatexCommand label
10746 name "tab:Tabla-con-múltiples"
10747
10748 \end_inset
10749
10750 Tabla con líneas múltiples en celda
10751 \end_layout
10752
10753 \end_inset
10754
10755
10756 \end_layout
10757
10758 \begin_layout Plain Layout
10759 \align center
10760 \begin_inset Tabular
10761 <lyxtabular version="3" rows="3" columns="3">
10762 <features>
10763 <column alignment="center" valignment="middle" width="2.5cm">
10764 <column alignment="center" valignment="middle" width="0">
10765 <column alignment="center" valignment="middle" width="0">
10766 <row>
10767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 líneas
10772 \begin_inset Newline linebreak
10773 \end_inset
10774
10775 múltiples
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 b
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 c
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 <row>
10800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 d
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 e
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 f
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 g
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 h
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 i
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 </row>
10857 </lyxtabular>
10858
10859 \end_inset
10860
10861
10862 \end_layout
10863
10864 \end_inset
10865
10866
10867 \end_layout
10868
10869 \begin_layout Standard
10870 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10871  párrafos con varias líneas y guionado.
10872 \end_layout
10873
10874 \begin_layout Standard
10875 Para generar la tabla
10876 \begin_inset space ~
10877 \end_inset
10878
10879
10880 \begin_inset CommandInset ref
10881 LatexCommand ref
10882 reference "tab:Tabla-con-múltiples"
10883
10884 \end_inset
10885
10886 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10887  En el diálogo que surge establece una anchura de 2.5
10888 \begin_inset space \thinspace{}
10889 \end_inset
10890
10891 cm y escoge centro en alineación vertical y horizontal.
10892  La alineación vertical se utiliza para todas las celdas de la fila.
10893  Como nuestro texto es menor de 2.5
10894 \begin_inset space \thinspace{}
10895 \end_inset
10896
10897 cm, sólo aparece una línea.
10898  Para poner dos añadimos un salto de línea justificado, (atajo 
10899 \family sans
10900 Ctrl+Mayúsculas+Retorno
10901 \family default
10902 ).
10903  Si el texto es más ancho que la celda será automáticamente dividido en
10904  líneas.
10905 \end_layout
10906
10907 \begin_layout Standard
10908 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10909  con guión si es la primera entrada.
10910  Por eso hay que insertar algo para que dicha palabra no sea la primera
10911  entrada: añade un espacio horizontal de 0
10912 \begin_inset space \thinspace{}
10913 \end_inset
10914
10915 pt delante de la palabra.
10916  Como el espacio es 0 la salida no cambia.
10917  El cuadro
10918 \begin_inset space ~
10919 \end_inset
10920
10921
10922 \begin_inset CommandInset ref
10923 LatexCommand ref
10924 reference "tab:Tabla-con-y"
10925
10926 \end_inset
10927
10928  muestra el efecto.
10929 \end_layout
10930
10931 \begin_layout Standard
10932 \begin_inset Float table
10933 placement b
10934 wide false
10935 sideways false
10936 status open
10937
10938 \begin_layout Plain Layout
10939 \begin_inset Caption
10940
10941 \begin_layout Plain Layout
10942 \begin_inset CommandInset label
10943 LatexCommand label
10944 name "tab:Tabla-con-y"
10945
10946 \end_inset
10947
10948 Tablas con y sin guión
10949 \end_layout
10950
10951 \end_inset
10952
10953
10954 \end_layout
10955
10956 \begin_layout Plain Layout
10957 \begin_inset space \hfill{}
10958 \end_inset
10959
10960
10961 \begin_inset Tabular
10962 <lyxtabular version="3" rows="3" columns="3">
10963 <features>
10964 <column alignment="center" valignment="middle" width="2.5cm">
10965 <column alignment="center" valignment="middle" width="0">
10966 <column alignment="center" valignment="middle" width="0">
10967 <row>
10968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 celdaconpalabramuylarga
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 b
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 c
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 </row>
10996 <row>
10997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 d
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 e
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 f
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 g
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 h
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 i
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 </row>
11054 </lyxtabular>
11055
11056 \end_inset
11057
11058
11059 \begin_inset space \hfill{}
11060 \end_inset
11061
11062
11063 \begin_inset Tabular
11064 <lyxtabular version="3" rows="3" columns="3">
11065 <features>
11066 <column alignment="center" valignment="middle" width="2.5cm">
11067 <column alignment="center" valignment="middle" width="0">
11068 <column alignment="center" valignment="middle" width="0">
11069 <row>
11070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 \begin_inset space \hspace{}
11075 \length 0pt
11076 \end_inset
11077
11078 celdaconpalabramuylarga
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 b
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 c
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 </row>
11102 <row>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 d
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 e
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 f
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 </row>
11131 <row>
11132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 g
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 h
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 i
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 </row>
11160 </lyxtabular>
11161
11162 \end_inset
11163
11164
11165 \begin_inset space \hfill{}
11166 \end_inset
11167
11168
11169 \end_layout
11170
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \begin_layout Subsection
11177 Multicolumnas
11178 \begin_inset CommandInset label
11179 LatexCommand label
11180 name "sub:Multicolumnas"
11181
11182 \end_inset
11183
11184
11185 \begin_inset Index
11186 status collapsed
11187
11188 \begin_layout Plain Layout
11189 Multicolumnas
11190 \end_layout
11191
11192 \end_inset
11193
11194
11195 \begin_inset Index
11196 status collapsed
11197
11198 \begin_layout Plain Layout
11199 Tablas ! Multicolumnas
11200 \end_layout
11201
11202 \end_inset
11203
11204
11205 \end_layout
11206
11207 \begin_layout Subsubsection
11208 Fundamentos de multicolumna
11209 \end_layout
11210
11211 \begin_layout Standard
11212 Para extender una celda sobre varias columnas, se marcan las celdas que
11213  se desee combinar y se usa el botón 
11214 \begin_inset Graphics
11215         filename ../../images/tabular-feature_multicolumn.png
11216         scale 85
11217
11218 \end_inset
11219
11220 , el menú 
11221 \family sans
11222 Editar\SpecialChar \menuseparator
11223 Tabla\SpecialChar \menuseparator
11224 Multicolumna
11225 \family default
11226 , o clic derecho sobre las celdas marcadas y elige 
11227 \family sans
11228 Multicolumna 
11229 \family default
11230 en el menú contextual emergente.
11231 \end_layout
11232
11233 \begin_layout Standard
11234 Las multicolumnas tienen su propia configuración de celdas.
11235  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11236  multicolumna.
11237  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11238  última fila sin borde superior:
11239 \end_layout
11240
11241 \begin_layout Standard
11242 \align center
11243 \begin_inset Tabular
11244 <lyxtabular version="3" rows="3" columns="4">
11245 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11246 <column alignment="center" valignment="top" width="0pt">
11247 <column alignment="center" valignment="middle" width="0">
11248 <column alignment="center" valignment="top" width="0in">
11249 <column alignment="center" valignment="top" width="0pt">
11250 <row>
11251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 abc
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 def ghi
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 jkl
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 <row>
11289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293
11294 \family roman
11295 \series medium
11296 \shape up
11297 \size normal
11298 \emph off
11299 \bar no
11300 \noun off
11301 \color none
11302 A
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 B
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 C
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 D
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 </row>
11335 <row>
11336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 1
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 2
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 3
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 4
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 </row>
11373 </lyxtabular>
11374
11375 \end_inset
11376
11377
11378 \end_layout
11379
11380 \begin_layout Subsubsection
11381 Cálculos en multicolumnas
11382 \begin_inset CommandInset label
11383 LatexCommand label
11384 name "sub:Cálculos-en-Multicolumnas"
11385
11386 \end_inset
11387
11388
11389 \begin_inset Index
11390 status collapsed
11391
11392 \begin_layout Plain Layout
11393 Multicolumnas ! Cálculos
11394 \end_layout
11395
11396 \end_inset
11397
11398
11399 \end_layout
11400
11401 \begin_layout Standard
11402 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11403  la anchura de celda de las columnas combinadas en la celda multicolumna.
11404 \end_layout
11405
11406 \begin_layout Standard
11407 \begin_inset Float table
11408 placement h
11409 wide false
11410 sideways false
11411 status open
11412
11413 \begin_layout Plain Layout
11414 \begin_inset Caption
11415
11416 \begin_layout Plain Layout
11417 \begin_inset CommandInset label
11418 LatexCommand label
11419 name "tab:Tabla-con-centrado"
11420
11421 \end_inset
11422
11423 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11424 te la mitad de anchura que la celda multicolumna
11425 \begin_inset OptArg
11426 status collapsed
11427
11428 \begin_layout Plain Layout
11429 Tabla multicolumna perfecta
11430 \end_layout
11431
11432 \end_inset
11433
11434
11435 \end_layout
11436
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \begin_layout Plain Layout
11443 \align center
11444 \begin_inset Tabular
11445 <lyxtabular version="3" rows="3" columns="3">
11446 <features>
11447 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11448 <column alignment="center" valignment="middle" width="0">
11449 <column alignment="center" valignment="top" width="0">
11450 <row>
11451 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 multicolumna línea múltiple
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 c
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 </row>
11479 <row>
11480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 d
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 e
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 f
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 </row>
11508 <row>
11509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 g
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 h
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 i
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 </row>
11537 </lyxtabular>
11538
11539 \end_inset
11540
11541
11542 \end_layout
11543
11544 \end_inset
11545
11546
11547 \end_layout
11548
11549 \begin_layout Standard
11550 Por ejemplo, para crear la tabla
11551 \begin_inset space ~
11552 \end_inset
11553
11554
11555 \begin_inset CommandInset ref
11556 LatexCommand ref
11557 reference "tab:Tabla-con-centrado"
11558
11559 \end_inset
11560
11561 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11562  clic derecho.
11563  En el diálogo marca 
11564 \emph on
11565 multicolumna
11566 \emph default
11567
11568 \emph on
11569 alineación centro
11570 \emph default
11571  y una anchura de 2.5
11572 \begin_inset space \thinspace{}
11573 \end_inset
11574
11575 cm.
11576  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11577  de la celda multicolumna, así que deberías ajustar 1.25
11578 \begin_inset space \thinspace{}
11579 \end_inset
11580
11581 cm para la primera columna.
11582  La segunda columna tendrá entonces automáticamente 1.25
11583 \begin_inset space \thinspace{}
11584 \end_inset
11585
11586 cm de anchura.
11587  Para la tabla
11588 \begin_inset space ~
11589 \end_inset
11590
11591
11592 \begin_inset CommandInset ref
11593 LatexCommand ref
11594 reference "tab:Tabla-sin-mitad"
11595
11596 \end_inset
11597
11598  se ha procedido de la siguiente manera:
11599 \end_layout
11600
11601 \begin_layout Standard
11602 \begin_inset Float table
11603 wide false
11604 sideways false
11605 status open
11606
11607 \begin_layout Plain Layout
11608 \begin_inset Caption
11609
11610 \begin_layout Plain Layout
11611 \begin_inset CommandInset label
11612 LatexCommand label
11613 name "tab:Tabla-sin-mitad"
11614
11615 \end_inset
11616
11617 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11618  anchura que la celda multicolumna
11619 \begin_inset OptArg
11620 status collapsed
11621
11622 \begin_layout Plain Layout
11623 Tabla multicolumna imperfecta
11624 \end_layout
11625
11626 \end_inset
11627
11628
11629 \end_layout
11630
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \begin_layout Plain Layout
11637 \align center
11638 \begin_inset Tabular
11639 <lyxtabular version="3" rows="3" columns="3">
11640 <features>
11641 <column alignment="center" valignment="top" width="1.25cm">
11642 <column alignment="center" valignment="top" width="0">
11643 <column alignment="center" valignment="top" width="0">
11644 <row>
11645 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 multicolumna línea múltiple
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 c
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 </row>
11673 <row>
11674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 d
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 e
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 f
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 </row>
11702 <row>
11703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707 g
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 h
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 i
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 </row>
11731 </lyxtabular>
11732
11733 \end_inset
11734
11735
11736 \end_layout
11737
11738 \end_inset
11739
11740
11741 \end_layout
11742
11743 \begin_layout Standard
11744 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11745 a, es un poco mayor.
11746  La razón es que la anchura dada para una celda 
11747 \begin_inset Formula $W_{g}$
11748 \end_inset
11749
11750  no es su anchura total 
11751 \begin_inset Formula $W_{\mathrm{tot}}$
11752 \end_inset
11753
11754  porque una celda es siempre algo mayor que la anchura dada.
11755  El apéndice
11756 \begin_inset space ~
11757 \end_inset
11758
11759
11760 \begin_inset CommandInset ref
11761 LatexCommand eqref
11762 reference "cap:Explicación-de-la-Ecuación"
11763
11764 \end_inset
11765
11766  lo explica con detalle.
11767 \end_layout
11768
11769 \begin_layout Standard
11770 La anchura dada necesaria, 
11771 \begin_inset Formula $W_{g\, n}$
11772 \end_inset
11773
11774  para combinar 
11775 \emph on
11776 n
11777 \emph default
11778  columnas puede calcularse de manera que cada columna tenga una anchura
11779  total de 
11780 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11781 \end_inset
11782
11783 :
11784 \begin_inset Formula \begin{equation}
11785 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11786
11787 \end_inset
11788
11789
11790 \end_layout
11791
11792 \begin_layout Standard
11793 En nuestro caso tenemos 
11794 \begin_inset Formula $n=2$
11795 \end_inset
11796
11797
11798 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11799 \end_inset
11800
11801
11802 \begin_inset space \thinspace{}
11803 \end_inset
11804
11805 cm y los valores predeterminados para longitudes, así la ecuación
11806 \begin_inset space ~
11807 \end_inset
11808
11809
11810 \begin_inset CommandInset ref
11811 LatexCommand ref
11812 reference "eq:Wgn"
11813
11814 \end_inset
11815
11816  queda
11817 \begin_inset Formula \begin{equation}
11818 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11819
11820 \end_inset
11821
11822
11823 \end_layout
11824
11825 \begin_layout Standard
11826 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11827  
11828 \series bold
11829 calc
11830 \series default
11831  con la línea
11832 \begin_inset Index
11833 status collapsed
11834
11835 \begin_layout Plain Layout
11836 LaTeX-paquetes ! calc
11837 \end_layout
11838
11839 \end_inset
11840
11841
11842 \end_layout
11843
11844 \begin_layout Standard
11845
11846 \series bold
11847
11848 \backslash
11849 usepackage{calc}
11850 \end_layout
11851
11852 \begin_layout Standard
11853 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11854  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11855  He aquí un repaso de los argumentos:
11856 \end_layout
11857
11858 \begin_layout Itemize
11859
11860 \series bold
11861 p{ancho}
11862 \series default
11863  crea celdas con anchura fija, el texto alineado arriba
11864 \end_layout
11865
11866 \begin_layout Itemize
11867
11868 \series bold
11869 m{ancho}
11870 \series default
11871  crea celdas con anchura fija, el texto con alineación vertical centrada
11872  
11873 \end_layout
11874
11875 \begin_layout Itemize
11876
11877 \series bold
11878 b{ancho}
11879 \series default
11880  crea celdas con anchura fija, el texto alineado abajo
11881 \end_layout
11882
11883 \begin_layout Standard
11884 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11885  en el diálogo se ignoran.
11886 \end_layout
11887
11888 \begin_layout Standard
11889 \begin_inset Note Greyedout
11890 status open
11891
11892 \begin_layout Plain Layout
11893
11894 \series bold
11895 Nota:
11896 \series default
11897  Debido a un error, LyX muestra de todas formas estas propiedades.
11898 \end_layout
11899
11900 \end_inset
11901
11902  
11903 \end_layout
11904
11905 \begin_layout Standard
11906 El comando 
11907 \series bold
11908
11909 \backslash
11910 centering
11911 \series default
11912  centra horizontalmente el texto.
11913  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11914  columna extendida:
11915 \end_layout
11916
11917 \begin_layout Standard
11918
11919 \series bold
11920 >{
11921 \backslash
11922 centering}m{1.25cm-6.2pt}
11923 \end_layout
11924
11925 \begin_layout Standard
11926 El comando 
11927 \series bold
11928 >{ }
11929 \series default
11930  significa que los comandos entre llaves se aplican antes de crear la celda.
11931 \end_layout
11932
11933 \begin_layout Standard
11934 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11935 , aún está alineado a la izquierda.
11936  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11937  Así que para multicolumnas hemos de usar el argumento de LaTeX
11938 \end_layout
11939
11940 \begin_layout Standard
11941
11942 \series bold
11943 >{
11944 \backslash
11945 centering}m{2.5cm}
11946 \end_layout
11947
11948 \begin_layout Subsection
11949 Multifilas
11950 \begin_inset Index
11951 status collapsed
11952
11953 \begin_layout Plain Layout
11954 Multifilas
11955 \end_layout
11956
11957 \end_inset
11958
11959
11960 \begin_inset Index
11961 status collapsed
11962
11963 \begin_layout Plain Layout
11964 Tablas ! Multifilas
11965 \end_layout
11966
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \begin_layout Standard
11973 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11974  hace falta un poco de código TeX.
11975  Hay que cargar el paquete de LaTeX 
11976 \series bold
11977 multirow
11978 \series default
11979
11980 \begin_inset Index
11981 status collapsed
11982
11983 \begin_layout Plain Layout
11984 LaTeX-paquetes ! multirow
11985 \end_layout
11986
11987 \end_inset
11988
11989  en el preámbulo del documento con el comando
11990 \end_layout
11991
11992 \begin_layout Standard
11993
11994 \series bold
11995
11996 \backslash
11997 usepackage{multirow}
11998 \end_layout
11999
12000 \begin_layout Standard
12001 Las multifilas se crean con el comando
12002 \end_layout
12003
12004 \begin_layout Standard
12005
12006 \series bold
12007
12008 \backslash
12009 multirow{número de filas}{ancho de celda}{entrada de celda}
12010 \end_layout
12011
12012 \begin_layout Standard
12013 Para crear la siguiente tabla:
12014 \end_layout
12015
12016 \begin_layout Standard
12017 \align center
12018 \begin_inset ERT
12019 status collapsed
12020
12021 \begin_layout Plain Layout
12022
12023
12024 \backslash
12025 renewcommand{
12026 \backslash
12027 multirowsetup}{
12028 \backslash
12029 centering}
12030 \end_layout
12031
12032 \end_inset
12033
12034
12035 \begin_inset Tabular
12036 <lyxtabular version="3" rows="3" columns="3">
12037 <features>
12038 <column alignment="center" valignment="top" width="0">
12039 <column alignment="center" valignment="top" width="0">
12040 <column alignment="center" valignment="top" width="0">
12041 <row>
12042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046 a
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055 b
12056 \end_layout
12057
12058 \end_inset
12059 </cell>
12060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Plain Layout
12064 c
12065 \end_layout
12066
12067 \end_inset
12068 </cell>
12069 </row>
12070 <row>
12071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12072 \begin_inset Text
12073
12074 \begin_layout Plain Layout
12075 \begin_inset ERT
12076 status collapsed
12077
12078 \begin_layout Plain Layout
12079
12080
12081 \backslash
12082 multirow{2}{2.5cm}{
12083 \end_layout
12084
12085 \end_inset
12086
12087 entrada multifila
12088 \begin_inset ERT
12089 status collapsed
12090
12091 \begin_layout Plain Layout
12092
12093 }
12094 \end_layout
12095
12096 \end_inset
12097
12098
12099 \end_layout
12100
12101 \end_inset
12102 </cell>
12103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 e
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 f
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 </row>
12122 <row>
12123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 h
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 i
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 </row>
12151 </lyxtabular>
12152
12153 \end_inset
12154
12155
12156 \begin_inset ERT
12157 status collapsed
12158
12159 \begin_layout Plain Layout
12160
12161
12162 \backslash
12163 renewcommand{
12164 \backslash
12165 multirowsetup}{
12166 \backslash
12167 raggedright}
12168 \end_layout
12169
12170 \end_inset
12171
12172
12173 \end_layout
12174
12175 \begin_layout Standard
12176 crea una tabla 3×3.
12177  Elimina el borde superior de la última celda en la primera columna.
12178  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12179  ahí el comando
12180 \end_layout
12181
12182 \begin_layout Standard
12183
12184 \series bold
12185
12186 \backslash
12187 multirow{2}{2.5cm}{
12188 \end_layout
12189
12190 \begin_layout Standard
12191 en código TeX.
12192  Según los parámetros del comando la multifila se expande a dos filas y
12193  tiene de ancho 2.5
12194 \begin_inset space \thinspace{}
12195 \end_inset
12196
12197 cm.
12198  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12199  y el comando finaliza con llave derecha 
12200 \series bold
12201 }
12202 \series default
12203  en otro cuadro de código TeX tras el texto.
12204 \end_layout
12205
12206 \begin_layout Standard
12207
12208 \series bold
12209
12210 \backslash
12211 multirow
12212 \series default
12213  alinea su contenido a la izquierda por omisión.
12214  Para cambiarlo renombra el comando 
12215 \series bold
12216
12217 \backslash
12218 multirowsetup
12219 \series default
12220  con el comando
12221 \end_layout
12222
12223 \begin_layout Standard
12224
12225 \series bold
12226
12227 \backslash
12228 renewcommand{
12229 \backslash
12230 multirowsetup}{
12231 \backslash
12232 centering}
12233 \end_layout
12234
12235 \begin_layout Standard
12236 en el preámbulo del documento.
12237  Entonces se centran todas las entradas de celdas multifila en el documento.
12238  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12239  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12240  Si el texto debe estar alineado a la derecha, reemplaza 
12241 \series bold
12242
12243 \backslash
12244 centering
12245 \series default
12246  por 
12247 \series bold
12248
12249 \backslash
12250 raggedleft
12251 \series default
12252 .
12253  Para volver a alineado a la izquierda usa 
12254 \series bold
12255
12256 \backslash
12257 raggedright
12258 \series default
12259 .
12260 \end_layout
12261
12262 \begin_layout Section
12263 Tablas formales
12264 \begin_inset CommandInset label
12265 LatexCommand label
12266 name "sec:Tablas-Formales"
12267
12268 \end_inset
12269
12270
12271 \begin_inset Index
12272 status collapsed
12273
12274 \begin_layout Plain Layout
12275 Tablas ! Formales
12276 \end_layout
12277
12278 \end_inset
12279
12280  
12281 \end_layout
12282
12283 \begin_layout Standard
12284 En los libros, las tablas se suelen presentar en un formato como el de la
12285  tabla 
12286 \begin_inset space ~
12287 \end_inset
12288
12289
12290 \begin_inset CommandInset ref
12291 LatexCommand ref
12292 reference "tab:Ejemplo-tabla-formal"
12293
12294 \end_inset
12295
12296 .
12297  Se denominan tablas 
12298 \emph on
12299 formales
12300 \emph default
12301 .
12302  Para hacer tablas con este diseño, elige 
12303 \family sans
12304 Estilo
12305 \family default
12306
12307 \begin_inset space ~
12308 \end_inset
12309
12310
12311 \family sans
12312 Formal
12313 \family default
12314  en la solapa 
12315 \family sans
12316 Bordes
12317 \family default
12318  del cuadro de diálogo de tablas.
12319 \end_layout
12320
12321 \begin_layout Standard
12322 \begin_inset Float table
12323 placement h
12324 wide false
12325 sideways false
12326 status open
12327
12328 \begin_layout Plain Layout
12329 \begin_inset Caption
12330
12331 \begin_layout Plain Layout
12332 \begin_inset CommandInset label
12333 LatexCommand label
12334 name "tab:Ejemplo-tabla-formal"
12335
12336 \end_inset
12337
12338 Ejemplo de tabla formal
12339 \end_layout
12340
12341 \end_inset
12342
12343
12344 \end_layout
12345
12346 \begin_layout Plain Layout
12347 \align center
12348 \begin_inset Tabular
12349 <lyxtabular version="3" rows="8" columns="4">
12350 <features booktabs="true">
12351 <column alignment="center" valignment="top" width="0">
12352 <column alignment="center" valignment="top" width="0">
12353 <column alignment="center" valignment="top" width="0">
12354 <column alignment="center" valignment="top" width="0">
12355 <row>
12356 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12357 \begin_inset Text
12358
12359 \begin_layout Plain Layout
12360 System
12361 \end_layout
12362
12363 \end_inset
12364 </cell>
12365 <cell alignment="center" valignment="top" topline="true" usebox="none">
12366 \begin_inset Text
12367
12368 \begin_layout Plain Layout
12369 Medipix
12370 \begin_inset space \thinspace{}
12371 \end_inset
12372
12373 1
12374 \end_layout
12375
12376 \end_inset
12377 </cell>
12378 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12379 \begin_inset Text
12380
12381 \begin_layout Plain Layout
12382 Medipix
12383 \begin_inset space \thinspace{}
12384 \end_inset
12385
12386 2
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12392 \begin_inset Text
12393
12394 \begin_layout Plain Layout
12395
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 </row>
12401 <row>
12402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12403 \begin_inset Text
12404
12405 \begin_layout Plain Layout
12406 \begin_inset ERT
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410
12411
12412 \backslash
12413 cmidrule(r){2-2}
12414 \end_layout
12415
12416 \end_inset
12417
12418
12419 \begin_inset ERT
12420 status collapsed
12421
12422 \begin_layout Plain Layout
12423
12424
12425 \backslash
12426 cmidrule(l){3-4}
12427 \end_layout
12428
12429 \end_inset
12430
12431 Detector thickness [µm]
12432 \end_layout
12433
12434 \end_inset
12435 </cell>
12436 <cell alignment="center" valignment="top" usebox="none">
12437 \begin_inset Text
12438
12439 \begin_layout Plain Layout
12440 300
12441 \end_layout
12442
12443 \end_inset
12444 </cell>
12445 <cell alignment="center" valignment="top" usebox="none">
12446 \begin_inset Text
12447
12448 \begin_layout Plain Layout
12449 300
12450 \end_layout
12451
12452 \end_inset
12453 </cell>
12454 <cell alignment="center" valignment="top" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458 700
12459 \end_layout
12460
12461 \end_inset
12462 </cell>
12463 </row>
12464 <row>
12465 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Plain Layout
12469 Edge angle [°]
12470 \end_layout
12471
12472 \end_inset
12473 </cell>
12474 <cell alignment="center" valignment="top" topline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Plain Layout
12478 3.55
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 <cell alignment="center" valignment="top" topline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487 2.71
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 7.99
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 </row>
12502 <row topspace="default">
12503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 Spatial resolution [µm]
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 <cell alignment="center" valignment="top" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 4.26
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 10.17
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 10.56
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 </row>
12540 <row topspace="default">
12541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 MTF at 
12546 \begin_inset Formula $f_{\mathrm{max}}$
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 <cell alignment="center" valignment="top" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558 0.53
12559 \end_layout
12560
12561 \end_inset
12562 </cell>
12563 <cell alignment="center" valignment="top" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 0.37
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 <cell alignment="center" valignment="top" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 0.39
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 </row>
12582 <row topspace="default">
12583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 \begin_inset ERT
12588 status collapsed
12589
12590 \begin_layout Plain Layout
12591
12592
12593 \backslash
12594 cmidrule(l{10pt}){1-1}
12595 \end_layout
12596
12597 \end_inset
12598
12599 LSF-spatial resolution
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 </row>
12632 <row>
12633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 in µm
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 129.7
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 52.75
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 50.78
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 </row>
12670 <row>
12671 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 in % of pixel size
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 76.3
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 95.9
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 92.3
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 </row>
12708 </lyxtabular>
12709
12710 \end_inset
12711
12712
12713 \end_layout
12714
12715 \end_inset
12716
12717
12718 \end_layout
12719
12720 \begin_layout Standard
12721 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12722  correspondientes que se encuentran en la solapa 
12723 \family sans
12724 Bordes 
12725 \family default
12726 del diálogo
12727 \family sans
12728  Configuración
12729 \begin_inset space ~
12730 \end_inset
12731
12732 de
12733 \begin_inset space ~
12734 \end_inset
12735
12736 la
12737 \begin_inset space ~
12738 \end_inset
12739
12740 tabla
12741 \family default
12742 , como se explica en la sección
12743 \begin_inset space ~
12744 \end_inset
12745
12746
12747 \begin_inset CommandInset ref
12748 LatexCommand ref
12749 reference "sub:Espacio-adicional"
12750
12751 \end_inset
12752
12753
12754 \end_layout
12755
12756 \begin_layout Standard
12757 A diferencia de las tablas normales, las tablas formales no tienen líneas
12758  verticales.
12759  Las líneas horizontales se pueden poner o no como en las tablas normales,
12760  pero en la salida se mostrarán con distinto grosor:
12761 \begin_inset Newline newline
12762 \end_inset
12763
12764 Las líneas primera y última tienen un grosor predeterminado de 0.08
12765 \begin_inset space \thinspace{}
12766 \end_inset
12767
12768 em, las demás tienen un grosor predeterminado de 0.05
12769 \begin_inset space \thinspace{}
12770 \end_inset
12771
12772 em.
12773 \end_layout
12774
12775 \begin_layout Standard
12776 Estos valores predeterminados se pueden cambiar
12777 \series bold
12778  
12779 \series default
12780 con las líneas de preámbulo:
12781 \end_layout
12782
12783 \begin_layout Standard
12784
12785 \series bold
12786
12787 \backslash
12788 let
12789 \backslash
12790 mytoprule
12791 \backslash
12792 toprule
12793 \begin_inset Newline newline
12794 \end_inset
12795
12796
12797 \backslash
12798 renewcommand{
12799 \backslash
12800 toprule}{
12801 \backslash
12802 mytoprule[grosor]}
12803 \end_layout
12804
12805 \begin_layout Standard
12806 Este ejemplo es para la primera línea, la denominada 
12807 \series bold
12808 toprule
12809 \series default
12810 .
12811  Si quieres cambiar el grosor de la última línea, reemplaza 
12812 \series bold
12813 toprule
12814 \series default
12815  por 
12816 \series bold
12817 bottomrule
12818 \series default
12819 .
12820  Y para cambiar el grosor de las demás líneas cambia 
12821 \series bold
12822 toprule
12823 \series default
12824  por 
12825 \series bold
12826 midrule
12827 \series default
12828 .
12829  Puedes usar cualquiera de las unidades listadas en el apéndice
12830 \begin_inset space ~
12831 \end_inset
12832
12833
12834 \begin_inset CommandInset ref
12835 LatexCommand ref
12836 reference "cap:Unidades-disponibles-en"
12837
12838 \end_inset
12839
12840  para establecer el grosor.
12841 \end_layout
12842
12843 \begin_layout Standard
12844 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12845  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12846  LyX empleará internamente el comando 
12847 \series bold
12848
12849 \backslash
12850 cmidrule
12851 \series default
12852  para dibujar la línea.
12853  El esquema completo es
12854 \end_layout
12855
12856 \begin_layout Standard
12857
12858 \series bold
12859
12860 \backslash
12861 cmidrule[grosor](recorte){inicol-fincol}
12862 \end_layout
12863
12864 \begin_layout Standard
12865 Por el momento, LyX no soporta las opciones de 
12866 \series bold
12867
12868 \backslash
12869 cmidrule
12870 \series default
12871 , así que para usarlas hay que emplear código TeX.
12872  Las líneas 
12873 \series bold
12874
12875 \backslash
12876 cmidrule
12877 \series default
12878  se pueden insertar manualmente con el comando en código TeX como primera
12879  entrada de la primera celda de una fila.
12880  En la salida se dibujará la línea sobre dicha fila.
12881 \end_layout
12882
12883 \begin_layout Standard
12884 El grosor predeterminado es 0.03
12885 \begin_inset space \thinspace{}
12886 \end_inset
12887
12888 em.
12889  
12890 \series bold
12891 inicol
12892 \series default
12893  es el número de la columna en la que comienza la línea y 
12894 \series bold
12895 fincol
12896 \series default
12897  es el número de la columna en la que acaba la línea.
12898  El valor 
12899 \series bold
12900 fincol
12901 \series default
12902  debe especificarse siempre, aunque la línea se extienda sobre una sola
12903  columna.
12904  El parámetro opcional 
12905 \series bold
12906 recorte
12907 \series default
12908  debe ser 
12909 \emph on
12910 l{recorte}
12911 \emph default
12912  o 
12913 \emph on
12914 r{recorte}
12915 \emph default
12916 , donde 
12917 \emph on
12918 recorte
12919 \emph default
12920  también es opcional.
12921  Por ejemplo, el parámetro 
12922 \emph on
12923 l{2pt}
12924 \emph default
12925  significa que la línea se recorta 2
12926 \begin_inset space \thinspace{}
12927 \end_inset
12928
12929 pt por su izquierda.
12930  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12931 \begin_inset space \thinspace{}
12932 \end_inset
12933
12934 em.
12935
12936 \series bold
12937  
12938 \end_layout
12939
12940 \begin_layout Standard
12941
12942 \end_layout
12943
12944 \begin_layout Standard
12945 \begin_inset VSpace bigskip
12946 \end_inset
12947
12948
12949 \end_layout
12950
12951 \begin_layout Standard
12952 La tabla
12953 \begin_inset space ~
12954 \end_inset
12955
12956
12957 \begin_inset CommandInset ref
12958 LatexCommand ref
12959 reference "tab:Ejemplo-tabla-formal"
12960
12961 \end_inset
12962
12963  se ha creado con los comandos
12964 \end_layout
12965
12966 \begin_layout Standard
12967
12968 \series bold
12969
12970 \backslash
12971 cmidrule(r){2-2}
12972 \backslash
12973 cmidrule(l){3-4}
12974 \end_layout
12975
12976 \begin_layout Standard
12977 en la segunda fila, 
12978 \series bold
12979
12980 \backslash
12981 midrule
12982 \series default
12983  en la tercera, y
12984 \end_layout
12985
12986 \begin_layout Standard
12987
12988 \series bold
12989
12990 \backslash
12991 cmidrule(l{10pt}){1-1}
12992 \end_layout
12993
12994 \begin_layout Standard
12995 en la sexta fila.
12996 \end_layout
12997
12998 \begin_layout Standard
12999 \begin_inset VSpace bigskip
13000 \end_inset
13001
13002
13003 \end_layout
13004
13005 \begin_layout Standard
13006 Quizá quieras superponer líneas 
13007 \series bold
13008
13009 \backslash
13010 cmidrules
13011 \series default
13012  como en la tabla
13013 \begin_inset space ~
13014 \end_inset
13015
13016
13017 \begin_inset CommandInset ref
13018 LatexCommand ref
13019 reference "tab:Tabla-formal-especial"
13020
13021 \end_inset
13022
13023 .
13024  Esto se consigue con el comando en código TeX
13025 \end_layout
13026
13027 \begin_layout Standard
13028
13029 \series bold
13030
13031 \backslash
13032 morecmidrules
13033 \end_layout
13034
13035 \begin_layout Standard
13036 El comando que se ha utilizado para la segunda fila de la tabla
13037 \begin_inset space ~
13038 \end_inset
13039
13040
13041 \begin_inset CommandInset ref
13042 LatexCommand ref
13043 reference "tab:Tabla-formal-especial"
13044
13045 \end_inset
13046
13047  es
13048 \end_layout
13049
13050 \begin_layout Standard
13051
13052 \series bold
13053
13054 \backslash
13055 cmidrule(r){2-2}
13056 \backslash
13057 cmidrule(l){3-4}
13058 \backslash
13059 morecmidrules
13060 \backslash
13061 cmidrule{2-4}
13062 \end_layout
13063
13064 \begin_layout Standard
13065 El comando para la sexta fila es
13066 \end_layout
13067
13068 \begin_layout Standard
13069
13070 \series bold
13071
13072 \backslash
13073 midrule
13074 \backslash
13075 morecmidrules
13076 \backslash
13077 cmidrule{3-4}
13078 \series default
13079
13080 \begin_inset VSpace bigskip
13081 \end_inset
13082
13083
13084 \end_layout
13085
13086 \begin_layout Standard
13087 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13088  el siguiente comando para dibujar líneas que se extienden sobre todas las
13089  columnas
13090 \end_layout
13091
13092 \begin_layout Standard
13093
13094 \series bold
13095
13096 \backslash
13097 specialrule{anchura}{espacio superior}{espacio inferior}
13098 \end_layout
13099
13100 \begin_layout Standard
13101 Para más información sobre estas características especiales, acude al manual
13102  del paquete LaTeX 
13103 \series bold
13104 booktabs
13105 \series default
13106
13107 \begin_inset CommandInset citation
13108 LatexCommand cite
13109 key "booktabs"
13110
13111 \end_inset
13112
13113 .
13114 \begin_inset Index
13115 status collapsed
13116
13117 \begin_layout Plain Layout
13118 LaTeX-paquetes ! booktabs
13119 \end_layout
13120
13121 \end_inset
13122
13123  
13124 \begin_inset VSpace bigskip
13125 \end_inset
13126
13127
13128 \end_layout
13129
13130 \begin_layout Standard
13131 \begin_inset Float table
13132 placement h
13133 wide false
13134 sideways false
13135 status open
13136
13137 \begin_layout Plain Layout
13138 \begin_inset Caption
13139
13140 \begin_layout Plain Layout
13141 \begin_inset CommandInset label
13142 LatexCommand label
13143 name "tab:Tabla-formal-especial"
13144
13145 \end_inset
13146
13147 Tabla formal especial
13148 \end_layout
13149
13150 \end_inset
13151
13152
13153 \end_layout
13154
13155 \begin_layout Plain Layout
13156 \align center
13157 \begin_inset Tabular
13158 <lyxtabular version="3" rows="8" columns="4">
13159 <features booktabs="true">
13160 <column alignment="center" valignment="top" width="0">
13161 <column alignment="center" valignment="top" width="0">
13162 <column alignment="center" valignment="top" width="0">
13163 <column alignment="center" valignment="top" width="0">
13164 <row>
13165 <cell alignment="center" valignment="top" topline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169 System
13170 \end_layout
13171
13172 \end_inset
13173 </cell>
13174 <cell alignment="center" valignment="top" topline="true" usebox="none">
13175 \begin_inset Text
13176
13177 \begin_layout Plain Layout
13178 Medipix
13179 \begin_inset space \thinspace{}
13180 \end_inset
13181
13182 1
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 Medipix
13192 \begin_inset space \thinspace{}
13193 \end_inset
13194
13195 2
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 </row>
13210 <row>
13211 <cell alignment="center" valignment="top" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215 \begin_inset ERT
13216 status collapsed
13217
13218 \begin_layout Plain Layout
13219
13220
13221 \backslash
13222 cmidrule(r){2-2}
13223 \end_layout
13224
13225 \end_inset
13226
13227
13228 \begin_inset ERT
13229 status collapsed
13230
13231 \begin_layout Plain Layout
13232
13233
13234 \backslash
13235 cmidrule(l){3-4}
13236 \end_layout
13237
13238 \end_inset
13239
13240
13241 \begin_inset ERT
13242 status collapsed
13243
13244 \begin_layout Plain Layout
13245
13246
13247 \backslash
13248 morecmidrules 
13249 \end_layout
13250
13251 \end_inset
13252
13253
13254 \begin_inset ERT
13255 status collapsed
13256
13257 \begin_layout Plain Layout
13258
13259
13260 \backslash
13261 cmidrule{2-4}
13262 \end_layout
13263
13264 \end_inset
13265
13266 Detector thickness [µm]
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 <cell alignment="center" valignment="top" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 300
13276 \end_layout
13277
13278 \end_inset
13279 </cell>
13280 <cell alignment="center" valignment="top" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 300
13285 \end_layout
13286
13287 \end_inset
13288 </cell>
13289 <cell alignment="center" valignment="top" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293 700
13294 \end_layout
13295
13296 \end_inset
13297 </cell>
13298 </row>
13299 <row>
13300 <cell alignment="center" valignment="top" topline="true" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Plain Layout
13304 Edge angle [°]
13305 \end_layout
13306
13307 \end_inset
13308 </cell>
13309 <cell alignment="center" valignment="top" topline="true" usebox="none">
13310 \begin_inset Text
13311
13312 \begin_layout Plain Layout
13313 3.55
13314 \end_layout
13315
13316 \end_inset
13317 </cell>
13318 <cell alignment="center" valignment="top" topline="true" usebox="none">
13319 \begin_inset Text
13320
13321 \begin_layout Plain Layout
13322 2.71
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 <cell alignment="center" valignment="top" topline="true" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Plain Layout
13331 7.99
13332 \end_layout
13333
13334 \end_inset
13335 </cell>
13336 </row>
13337 <row topspace="default">
13338 <cell alignment="center" valignment="top" usebox="none">
13339 \begin_inset Text
13340
13341 \begin_layout Plain Layout
13342 Spatial resolution [µm]
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 <cell alignment="center" valignment="top" usebox="none">
13348 \begin_inset Text
13349
13350 \begin_layout Plain Layout
13351 4.26
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 <cell alignment="center" valignment="top" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 10.17
13361 \end_layout
13362
13363 \end_inset
13364 </cell>
13365 <cell alignment="center" valignment="top" usebox="none">
13366 \begin_inset Text
13367
13368 \begin_layout Plain Layout
13369 10.56
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 </row>
13375 <row topspace="default">
13376 <cell alignment="center" valignment="top" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Plain Layout
13380 MTF at 
13381 \begin_inset Formula $f_{\mathrm{max}}$
13382 \end_inset
13383
13384
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 <cell alignment="center" valignment="top" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 0.53
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 <cell alignment="center" valignment="top" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 0.37
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 <cell alignment="center" valignment="top" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 0.39
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 </row>
13417 <row>
13418 <cell alignment="center" valignment="top" topline="true" usebox="none">
13419 \begin_inset Text
13420
13421 \begin_layout Plain Layout
13422 \begin_inset ERT
13423 status collapsed
13424
13425 \begin_layout Plain Layout
13426
13427
13428 \backslash
13429 morecmidrules 
13430 \end_layout
13431
13432 \end_inset
13433
13434
13435 \begin_inset ERT
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439
13440
13441 \backslash
13442 cmidrule{3-4}
13443 \end_layout
13444
13445 \end_inset
13446
13447 LSF-spatial resolution
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 <cell alignment="center" valignment="top" topline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 </row>
13480 <row>
13481 <cell alignment="center" valignment="top" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 in µm
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 129.7
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 52.75
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 <cell alignment="center" valignment="top" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 50.78
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 </row>
13518 <row>
13519 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523 in % of pixel size
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 76.3
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 95.9
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 92.3
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 </row>
13556 </lyxtabular>
13557
13558 \end_inset
13559
13560
13561 \end_layout
13562
13563 \end_inset
13564
13565
13566 \end_layout
13567
13568 \begin_layout Section
13569 Alineación vertical de tablas
13570 \begin_inset Index
13571 status collapsed
13572
13573 \begin_layout Plain Layout
13574 Tablas ! Alineación vertical
13575 \end_layout
13576
13577 \end_inset
13578
13579
13580 \end_layout
13581
13582 \begin_layout Standard
13583 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13584  en un cuadro.
13585  Entonces el cuadro se puede alinear verticalmente como se describe en la
13586  sección
13587 \begin_inset space ~
13588 \end_inset
13589
13590
13591 \begin_inset CommandInset ref
13592 LatexCommand ref
13593 reference "sec:Diálogo-Cuadros"
13594
13595 \end_inset
13596
13597 .
13598  
13599 \end_layout
13600
13601 \begin_layout Standard
13602 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13603 \begin_inset Foot
13604 status collapsed
13605
13606 \begin_layout Plain Layout
13607 Las minipáginas se describen en la sección
13608 \begin_inset space ~
13609 \end_inset
13610
13611
13612 \begin_inset CommandInset ref
13613 LatexCommand ref
13614 reference "sec:Minipáginas"
13615
13616 \end_inset
13617
13618 .
13619 \end_layout
13620
13621 \end_inset
13622
13623  que tiene una anchura del 15
13624 \begin_inset space \thinspace{}
13625 \end_inset
13626
13627 % de columna:
13628 \end_layout
13629
13630 \begin_layout Itemize
13631 test 
13632 \begin_inset Box Frameless
13633 position "t"
13634 hor_pos "c"
13635 has_inner_box 1
13636 inner_pos "c"
13637 use_parbox 0
13638 width "15col%"
13639 special "none"
13640 height "1in"
13641 height_special "totalheight"
13642 status collapsed
13643
13644 \begin_layout Plain Layout
13645 \begin_inset Tabular
13646 <lyxtabular version="3" rows="3" columns="3">
13647 <features>
13648 <column alignment="center" valignment="top" width="0">
13649 <column alignment="center" valignment="top" width="0">
13650 <column alignment="center" valignment="top" width="0">
13651 <row>
13652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 a
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 d
13666 \end_layout
13667
13668 \end_inset
13669 </cell>
13670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674 g
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 </row>
13680 <row>
13681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685 b
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694 e
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703 h
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 </row>
13709 <row>
13710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 c
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 f
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 i
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 </row>
13738 </lyxtabular>
13739
13740 \end_inset
13741
13742
13743 \end_layout
13744
13745 \end_inset
13746
13747  test 
13748 \begin_inset ERT
13749 status collapsed
13750
13751 \begin_layout Plain Layout
13752
13753
13754 \backslash
13755 raisebox{0.85
13756 \backslash
13757 baselineskip}{
13758 \end_layout
13759
13760 \end_inset
13761
13762
13763 \begin_inset Box Frameless
13764 position "t"
13765 hor_pos "c"
13766 has_inner_box 1
13767 inner_pos "c"
13768 use_parbox 0
13769 width "15col%"
13770 special "none"
13771 height "1in"
13772 height_special "totalheight"
13773 status collapsed
13774
13775 \begin_layout Plain Layout
13776 \begin_inset Tabular
13777 <lyxtabular version="3" rows="3" columns="3">
13778 <features>
13779 <column alignment="center" valignment="top" width="0">
13780 <column alignment="center" valignment="top" width="0">
13781 <column alignment="center" valignment="top" width="0">
13782 <row>
13783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 a
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 d
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 g
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 </row>
13811 <row>
13812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816 b
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825 e
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 h
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 </row>
13840 <row>
13841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 c
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 f
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 i
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 </row>
13869 </lyxtabular>
13870
13871 \end_inset
13872
13873
13874 \end_layout
13875
13876 \end_inset
13877
13878
13879 \begin_inset ERT
13880 status collapsed
13881
13882 \begin_layout Plain Layout
13883
13884 }
13885 \end_layout
13886
13887 \end_inset
13888
13889
13890 \end_layout
13891
13892 \begin_layout Itemize
13893 test 
13894 \begin_inset Box Frameless
13895 position "c"
13896 hor_pos "c"
13897 has_inner_box 1
13898 inner_pos "c"
13899 use_parbox 0
13900 width "15col%"
13901 special "none"
13902 height "1in"
13903 height_special "totalheight"
13904 status collapsed
13905
13906 \begin_layout Plain Layout
13907 \begin_inset Tabular
13908 <lyxtabular version="3" rows="3" columns="3">
13909 <features>
13910 <column alignment="center" valignment="top" width="0">
13911 <column alignment="center" valignment="top" width="0">
13912 <column alignment="center" valignment="top" width="0">
13913 <row>
13914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 a
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 d
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 g
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 </row>
13942 <row>
13943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947 b
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 e
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 h
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 </row>
13971 <row>
13972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 c
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 f
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 i
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 </row>
14000 </lyxtabular>
14001
14002 \end_inset
14003
14004
14005 \end_layout
14006
14007 \end_inset
14008
14009
14010 \end_layout
14011
14012 \begin_layout Itemize
14013 test 
14014 \begin_inset Box Frameless
14015 position "b"
14016 hor_pos "c"
14017 has_inner_box 1
14018 inner_pos "c"
14019 use_parbox 0
14020 width "15col%"
14021 special "none"
14022 height "1in"
14023 height_special "totalheight"
14024 status collapsed
14025
14026 \begin_layout Plain Layout
14027 \begin_inset Tabular
14028 <lyxtabular version="3" rows="3" columns="3">
14029 <features>
14030 <column alignment="center" valignment="top" width="0">
14031 <column alignment="center" valignment="top" width="0">
14032 <column alignment="center" valignment="top" width="0">
14033 <row>
14034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 a
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 d
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056 g
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 </row>
14062 <row>
14063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 b
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 e
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 h
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 </row>
14091 <row>
14092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 c
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 f
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 i
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 </row>
14120 </lyxtabular>
14121
14122 \end_inset
14123
14124
14125 \end_layout
14126
14127 \end_inset
14128
14129  test 
14130 \begin_inset ERT
14131 status collapsed
14132
14133 \begin_layout Plain Layout
14134
14135
14136 \backslash
14137 raisebox{-0.32
14138 \backslash
14139 baselineskip}{
14140 \end_layout
14141
14142 \end_inset
14143
14144
14145 \begin_inset Box Frameless
14146 position "b"
14147 hor_pos "c"
14148 has_inner_box 1
14149 inner_pos "c"
14150 use_parbox 0
14151 width "15col%"
14152 special "none"
14153 height "1in"
14154 height_special "totalheight"
14155 status collapsed
14156
14157 \begin_layout Plain Layout
14158 \begin_inset Tabular
14159 <lyxtabular version="3" rows="3" columns="3">
14160 <features>
14161 <column alignment="center" valignment="top" width="0">
14162 <column alignment="center" valignment="top" width="0">
14163 <column alignment="center" valignment="top" width="0">
14164 <row>
14165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 a
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 d
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 g
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 </row>
14193 <row>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 b
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 e
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 h
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 </row>
14222 <row>
14223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 c
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 f
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 i
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 </row>
14251 </lyxtabular>
14252
14253 \end_inset
14254
14255
14256 \end_layout
14257
14258 \end_inset
14259
14260
14261 \begin_inset ERT
14262 status collapsed
14263
14264 \begin_layout Plain Layout
14265
14266 }
14267 \end_layout
14268
14269 \end_inset
14270
14271
14272 \end_layout
14273
14274 \begin_layout Standard
14275 Como ves, los contenidos de la primera y última filas no se alinean correctament
14276 e con la línea de texto donde está la tabla.
14277  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14278  un cuadro elevado («raisebox»
14279 \begin_inset Foot
14280 status collapsed
14281
14282 \begin_layout Plain Layout
14283 El uso del comando 
14284 \series bold
14285
14286 \backslash
14287 raisebox
14288 \series default
14289  se explica en la sección
14290 \begin_inset space ~
14291 \end_inset
14292
14293
14294 \begin_inset CommandInset ref
14295 LatexCommand ref
14296 reference "sub:Alineación-Vertical"
14297
14298 \end_inset
14299
14300 .
14301 \end_layout
14302
14303 \end_inset
14304
14305 ).
14306  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14307  usando el comando en código TeX
14308 \end_layout
14309
14310 \begin_layout Standard
14311
14312 \series bold
14313
14314 \backslash
14315 raisebox{0.85
14316 \backslash
14317 baselineskip}{
14318 \end_layout
14319
14320 \begin_layout Standard
14321 antes del cuadro.
14322  Tras él, se pone la llave de cierre 
14323 \series bold
14324 }
14325 \series default
14326  también en código TeX.
14327  Para la segunda tabla en el tercer ítem se usa el comando 
14328 \end_layout
14329
14330 \begin_layout Standard
14331
14332 \series bold
14333
14334 \backslash
14335 raisebox{-0.32
14336 \backslash
14337 baselineskip}{
14338 \end_layout
14339
14340 \begin_layout Standard
14341 \begin_inset Note Greyedout
14342 status open
14343
14344 \begin_layout Plain Layout
14345
14346 \series bold
14347 Not
14348 \series default
14349 a: La alineación del contenido de la fila con la línea del texto adyacente
14350  no es exacta.
14351  El factor necesario del comando 
14352 \series bold
14353
14354 \backslash
14355 raisebox
14356 \series default
14357  para este alineamiento depende de la fuente del documento, del tamaño de
14358  la fuente y del grosor de línea de la tabla.
14359 \end_layout
14360
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \begin_layout Section
14367 Tablas coloreadas
14368 \begin_inset CommandInset label
14369 LatexCommand label
14370 name "sec:Tablas-Coloreadas"
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \begin_layout Subsection
14378 Celdas coloreadas
14379 \begin_inset Index
14380 status collapsed
14381
14382 \begin_layout Plain Layout
14383 Tablas ! Coloreadas ! Celdas
14384 \end_layout
14385
14386 \end_inset
14387
14388
14389 \begin_inset Index
14390 status collapsed
14391
14392 \begin_layout Plain Layout
14393 Color ! en celdas de tablas
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \begin_layout Standard
14402 \begin_inset Float table
14403 placement h
14404 wide false
14405 sideways false
14406 status open
14407
14408 \begin_layout Plain Layout
14409 \begin_inset Caption
14410
14411 \begin_layout Plain Layout
14412 \begin_inset CommandInset label
14413 LatexCommand label
14414 name "tab:Tabla-coloreada-sin"
14415
14416 \end_inset
14417
14418 Tabla coloreada sin usar el paquete 
14419 \series bold
14420 colortbl
14421 \series default
14422
14423 \begin_inset OptArg
14424 status collapsed
14425
14426 \begin_layout Plain Layout
14427 Tabla sin colortbl
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \end_layout
14434
14435 \end_inset
14436
14437
14438 \end_layout
14439
14440 \begin_layout Plain Layout
14441 \align center
14442 \begin_inset Tabular
14443 <lyxtabular version="3" rows="3" columns="3">
14444 <features>
14445 <column alignment="center" valignment="top" width="0">
14446 <column alignment="center" valignment="top" width="0">
14447 <column alignment="center" valignment="top" width="0">
14448 <row>
14449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453
14454 \color green
14455 a
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464
14465 \color red
14466 b
14467 \end_layout
14468
14469 \end_inset
14470 </cell>
14471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475
14476 \color red
14477 c
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 </row>
14483 <row>
14484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488
14489 \color green
14490 d
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499
14500 \color blue
14501 e
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14507 \begin_inset Text
14508
14509 \begin_layout Plain Layout
14510
14511 \color blue
14512 f
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 <row>
14519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523
14524 \color green
14525 g
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14531 \begin_inset Text
14532
14533 \begin_layout Plain Layout
14534
14535 \color blue
14536 h
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545
14546 \color blue
14547 i
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 </row>
14553 </lyxtabular>
14554
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \end_inset
14561
14562
14563 \end_layout
14564
14565 \begin_layout Standard
14566 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14567  el menú 
14568 \family sans
14569 Editar\SpecialChar \menuseparator
14570 Estilo
14571 \begin_inset space ~
14572 \end_inset
14573
14574 del
14575 \begin_inset space ~
14576 \end_inset
14577
14578 Texto
14579 \family default
14580 .
14581  Esto se ha hecho en la tabla
14582 \begin_inset space ~
14583 \end_inset
14584
14585
14586 \begin_inset CommandInset ref
14587 LatexCommand ref
14588 reference "tab:Tabla-coloreada-sin"
14589
14590 \end_inset
14591
14592 .
14593  En cualquier otro caso hay que usar el paquete LaTeX 
14594 \series bold
14595 colortbl
14596 \series default
14597 .
14598 \begin_inset Index
14599 status collapsed
14600
14601 \begin_layout Plain Layout
14602 LaTeX-paquetes ! colortbl
14603 \end_layout
14604
14605 \end_inset
14606
14607
14608 \end_layout
14609
14610 \begin_layout Standard
14611 \begin_inset ERT
14612 status collapsed
14613
14614 \begin_layout Plain Layout
14615
14616
14617 \backslash
14618 ifcolortbl
14619 \end_layout
14620
14621 \end_inset
14622
14623
14624 \begin_inset Note Note
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14629  LaTeX 
14630 \series bold
14631 colortbl
14632 \series default
14633 .
14634 \end_layout
14635
14636 \end_inset
14637
14638
14639 \end_layout
14640
14641 \begin_layout Standard
14642 Para crear tablas coloreadas, 
14643 \series bold
14644 colortbl
14645 \series default
14646  debe cargarse en el preámbulo con la línea
14647 \end_layout
14648
14649 \begin_layout Standard
14650
14651 \series bold
14652
14653 \backslash
14654 usepackage{colortbl}
14655 \end_layout
14656
14657 \begin_layout Standard
14658 El color de una columna se define con el comando
14659 \end_layout
14660
14661 \begin_layout Standard
14662
14663 \series bold
14664
14665 \backslash
14666 columncolor{nombre del color}
14667 \end_layout
14668
14669 \begin_layout Standard
14670 dentro del comando 
14671 \series bold
14672 >{ }
14673 \series default
14674 .
14675  Más sobre el comando 
14676 \series bold
14677 >{}
14678 \series default
14679  se explica en la sección
14680 \begin_inset space ~
14681 \end_inset
14682
14683
14684 \begin_inset CommandInset ref
14685 LatexCommand ref
14686 reference "sub:Cálculos-en-Multicolumnas"
14687
14688 \end_inset
14689
14690 .
14691 \end_layout
14692
14693 \begin_layout Standard
14694 Los siguientes nombres de color están predefinidos:
14695 \end_layout
14696
14697 \begin_layout Standard
14698
14699 \family sans
14700 red
14701 \family default
14702
14703 \family sans
14704 green
14705 \family default
14706
14707 \family sans
14708 yellow, blue
14709 \family default
14710
14711 \family sans
14712 cyan
14713 \family default
14714 \series bold
14715 ,
14716 \series default
14717  
14718 \family sans
14719 magenta, black
14720 \family default
14721
14722 \family sans
14723 white
14724 \end_layout
14725
14726 \begin_layout Standard
14727 \begin_inset VSpace medskip
14728 \end_inset
14729
14730
14731 \end_layout
14732
14733 \begin_layout Standard
14734 Puedes definir tus propios colores con el comando
14735 \end_layout
14736
14737 \begin_layout Standard
14738
14739 \series bold
14740
14741 \backslash
14742 definecolor{nombre del color}{modelo de color}{valores de color}
14743 \end_layout
14744
14745 \begin_layout Standard
14746 El modelo de color puede ser
14747 \end_layout
14748
14749 \begin_layout Labeling
14750 \labelwidthstring 00.00.0000
14751 cmyk: cyan, magenta, yellow, black
14752 \end_layout
14753
14754 \begin_layout Labeling
14755 \labelwidthstring 00.00.0000
14756 rgb: red, green, blue
14757 \end_layout
14758
14759 \begin_layout Labeling
14760 \labelwidthstring 00.00.0000
14761 gray: gray
14762 \end_layout
14763
14764 \begin_layout Standard
14765 y los valores de color son números separados por comas entre 0 y 1 que describen
14766  el factor para el color correspondiente del modelo de color.
14767 \end_layout
14768
14769 \begin_layout Standard
14770 Por ejemplo, puedes definir el color
14771 \series bold
14772  
14773 \series default
14774 «
14775 \emph on
14776 verde oscuro
14777 \emph default
14778 » en el preámbulo con
14779 \end_layout
14780
14781 \begin_layout Standard
14782
14783 \series bold
14784
14785 \backslash
14786 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14787 \end_layout
14788
14789 \begin_layout Standard
14790 y el color «
14791 \emph on
14792 gris claro
14793 \emph default
14794 » con
14795 \end_layout
14796
14797 \begin_layout Standard
14798
14799 \series bold
14800
14801 \backslash
14802 definecolor{grisclaro}{gray}{0.8}
14803 \end_layout
14804
14805 \begin_layout Standard
14806 \begin_inset VSpace medskip
14807 \end_inset
14808
14809
14810 \end_layout
14811
14812 \begin_layout Standard
14813 Las líneas se colorean con el comando
14814 \end_layout
14815
14816 \begin_layout Standard
14817
14818 \series bold
14819
14820 \backslash
14821 rowcolor{nombre del color}
14822 \end_layout
14823
14824 \begin_layout Standard
14825 y las celdas se colorean con el comando
14826 \end_layout
14827
14828 \begin_layout Standard
14829
14830 \series bold
14831
14832 \backslash
14833 cellcolor{nombre del color}
14834 \end_layout
14835
14836 \begin_layout Standard
14837 Ambos comandos se insertan al principio de una celda en código TeX.
14838 \end_layout
14839
14840 \begin_layout Standard
14841 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14842 \family sans
14843 Editar\SpecialChar \menuseparator
14844 Estilo
14845 \begin_inset space ~
14846 \end_inset
14847
14848 del
14849 \begin_inset space ~
14850 \end_inset
14851
14852 Texto
14853 \family default
14854 .
14855  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14856  TeX en color puede ocasionar errores de LaTeX.
14857 \end_layout
14858
14859 \begin_layout Standard
14860 \begin_inset Note Greyedout
14861 status open
14862
14863 \begin_layout Plain Layout
14864
14865 \series bold
14866 Nota:
14867 \series default
14868  No todos los visores DVI pueden mostrar colores definidos por el usuario.
14869 \end_layout
14870
14871 \end_inset
14872
14873
14874 \end_layout
14875
14876 \begin_layout Standard
14877 \begin_inset VSpace bigskip
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \begin_layout Standard
14884 Para crear la tabla
14885 \begin_inset space ~
14886 \end_inset
14887
14888
14889 \begin_inset CommandInset ref
14890 LatexCommand ref
14891 reference "tab:Tabla-coloreada-con"
14892
14893 \end_inset
14894
14895  haz lo siguiente: el color de la primera columna debe ser 
14896 \emph on
14897 verde oscuro
14898 \emph default
14899 , entonces inserta
14900 \end_layout
14901
14902 \begin_layout Standard
14903
14904 \series bold
14905 >{
14906 \backslash
14907 columncolor{verdeoscuro}
14908 \backslash
14909 centering}c
14910 \end_layout
14911
14912 \begin_layout Standard
14913 como argumento LaTeX para esta columna.
14914  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14915 \end_layout
14916
14917 \begin_layout Standard
14918
14919 \series bold
14920
14921 \backslash
14922 rowcolor{cyan}
14923 \end_layout
14924
14925 \begin_layout Standard
14926 en la primera celda de esta fila.
14927  Observa que esto sobreescribe el color de la columna para la primera celda.
14928  La última celda de la última fila se colorea magenta insertando el comando
14929  en código TeX
14930 \end_layout
14931
14932 \begin_layout Standard
14933
14934 \series bold
14935
14936 \backslash
14937 cellcolor{magenta}
14938 \end_layout
14939
14940 \begin_layout Standard
14941 Ahora podrían colorearse los caracteres usando el menú 
14942 \family sans
14943 Editar\SpecialChar \menuseparator
14944 Estilo
14945 \begin_inset space ~
14946 \end_inset
14947
14948 del
14949 \begin_inset space ~
14950 \end_inset
14951
14952 Texto
14953 \family default
14954 .
14955 \end_layout
14956
14957 \begin_layout Standard
14958 \begin_inset Float table
14959 placement h
14960 wide false
14961 sideways false
14962 status open
14963
14964 \begin_layout Plain Layout
14965 \begin_inset Caption
14966
14967 \begin_layout Plain Layout
14968 \begin_inset CommandInset label
14969 LatexCommand label
14970 name "tab:Tabla-coloreada-con"
14971
14972 \end_inset
14973
14974 Tabla coloreada con el paquete 
14975 \series bold
14976 colortbl
14977 \series default
14978
14979 \begin_inset OptArg
14980 status collapsed
14981
14982 \begin_layout Plain Layout
14983 Tabla con 
14984 \series bold
14985 colortbl
14986 \end_layout
14987
14988 \end_inset
14989
14990
14991 \end_layout
14992
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \begin_layout Plain Layout
14999 \align center
15000 \begin_inset Tabular
15001 <lyxtabular version="3" rows="3" columns="3">
15002 <features>
15003 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15004 <column alignment="center" valignment="top" width="0">
15005 <column alignment="center" valignment="top" width="0">
15006 <row>
15007 <cell alignment="center" valignment="top" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011 \begin_inset ERT
15012 status collapsed
15013
15014 \begin_layout Plain Layout
15015
15016
15017 \backslash
15018 rowcolor{cyan}
15019 \end_layout
15020
15021 \end_inset
15022
15023
15024 \color magenta
15025 a
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \color red
15036 b
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045
15046 \color red
15047 c
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row>
15054 <cell alignment="center" valignment="top" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058
15059 \color yellow
15060 d
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069
15070 \color blue
15071 e
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080
15081 \color blue
15082 f
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 </row>
15088 <row>
15089 <cell alignment="center" valignment="top" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093
15094 \color yellow
15095 g
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104
15105 \color blue
15106 h
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115 \begin_inset ERT
15116 status collapsed
15117
15118 \begin_layout Plain Layout
15119
15120
15121 \backslash
15122 cellcolor{magenta}
15123 \end_layout
15124
15125 \end_inset
15126
15127
15128 \color green
15129 i
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 </row>
15135 </lyxtabular>
15136
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \end_inset
15143
15144
15145 \end_layout
15146
15147 \begin_layout Standard
15148 \begin_inset ERT
15149 status collapsed
15150
15151 \begin_layout Plain Layout
15152
15153
15154 \backslash
15155 else
15156 \end_layout
15157
15158 \end_inset
15159
15160
15161 \begin_inset Note Note
15162 status collapsed
15163
15164 \begin_layout Plain Layout
15165 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15166  
15167 \series bold
15168 colortbl
15169 \series default
15170 .
15171 \end_layout
15172
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \begin_layout Standard
15179 Debes instalar el paquete LaTeX 
15180 \series bold
15181 colortbl
15182 \series default
15183  para ver la parte siguiente en la salida.
15184 \end_layout
15185
15186 \begin_layout Standard
15187 \begin_inset ERT
15188 status collapsed
15189
15190 \begin_layout Plain Layout
15191
15192
15193 \backslash
15194 fi
15195 \end_layout
15196
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \begin_layout Subsection
15203 Líneas coloreadas
15204 \begin_inset Index
15205 status collapsed
15206
15207 \begin_layout Plain Layout
15208 Tablas ! Coloreadas ! Líneas
15209 \end_layout
15210
15211 \end_inset
15212
15213
15214 \begin_inset Index
15215 status collapsed
15216
15217 \begin_layout Plain Layout
15218 Color ! en bordes de tabla
15219 \end_layout
15220
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \begin_layout Standard
15227 Como se describe en la sección
15228 \begin_inset space ~
15229 \end_inset
15230
15231
15232 \begin_inset CommandInset ref
15233 LatexCommand ref
15234 reference "sub:Grosor-de-Líneas"
15235
15236 \end_inset
15237
15238 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15239  
15240 \series bold
15241
15242 \backslash
15243 arrayrulewidth
15244 \series default
15245 .
15246  Se ha puesto 1.5
15247 \begin_inset space \thinspace{}
15248 \end_inset
15249
15250 pt para todas las tablas de esta sección.
15251 \begin_inset ERT
15252 status collapsed
15253
15254 \begin_layout Plain Layout
15255
15256
15257 \backslash
15258 setlength{
15259 \backslash
15260 arrayrulewidth}{1.5pt}
15261 \end_layout
15262
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \begin_layout Standard
15269 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15270  el preámbulo del documento el siguiente formato de columna, de acuerdo
15271  a lo descrito en la sección
15272 \begin_inset space ~
15273 \end_inset
15274
15275
15276 \begin_inset CommandInset ref
15277 LatexCommand ref
15278 reference "sub:Formato-Personalizado"
15279
15280 \end_inset
15281
15282 :
15283 \end_layout
15284
15285 \begin_layout Standard
15286
15287 \series bold
15288
15289 \backslash
15290 newcolumntype{W}{!{
15291 \backslash
15292 color{green}
15293 \backslash
15294 vline}}
15295 \end_layout
15296
15297 \begin_layout Standard
15298 Para la tabla
15299 \begin_inset space ~
15300 \end_inset
15301
15302
15303 \begin_inset CommandInset ref
15304 LatexCommand ref
15305 reference "tab:Tabla-con-verticales-coloreadas"
15306
15307 \end_inset
15308
15309  se usó el argumento LaTeX
15310 \series bold
15311  WcW
15312 \series default
15313  para la última columna y
15314 \series bold
15315  Wc
15316 \series default
15317  para las demás.
15318 \end_layout
15319
15320 \begin_layout Standard
15321 Si quieres tener varios colores, define más formatos de columna.
15322 \end_layout
15323
15324 \begin_layout Standard
15325 \begin_inset Float table
15326 placement h
15327 wide false
15328 sideways false
15329 status open
15330
15331 \begin_layout Plain Layout
15332 \begin_inset Caption
15333
15334 \begin_layout Plain Layout
15335 \begin_inset CommandInset label
15336 LatexCommand label
15337 name "tab:Tabla-con-verticales-coloreadas"
15338
15339 \end_inset
15340
15341 Tabla con líneas verticales coloreadas
15342 \end_layout
15343
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \begin_layout Plain Layout
15350 \align center
15351 \begin_inset Tabular
15352 <lyxtabular version="3" rows="3" columns="3">
15353 <features>
15354 <column alignment="center" valignment="top" width="0" special="Wc">
15355 <column alignment="center" valignment="top" width="0" special="Wc">
15356 <column alignment="center" valignment="top" width="0" special="WcW">
15357 <row>
15358 <cell alignment="center" valignment="top" topline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362 sd
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 <cell alignment="center" valignment="top" topline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 <cell alignment="center" valignment="top" topline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 </row>
15386 <row>
15387 <cell alignment="center" valignment="top" topline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Plain Layout
15391
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 <cell alignment="center" valignment="top" topline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400 sd
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 <cell alignment="center" valignment="top" topline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 </row>
15415 <row>
15416 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Plain Layout
15420
15421 \end_layout
15422
15423 \end_inset
15424 </cell>
15425 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438 sd
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 </row>
15444 </lyxtabular>
15445
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \end_inset
15452
15453
15454 \end_layout
15455
15456 \begin_layout Standard
15457 \begin_inset VSpace bigskip
15458 \end_inset
15459
15460 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15461 \begin_inset space ~
15462 \end_inset
15463
15464
15465 \begin_inset CommandInset ref
15466 LatexCommand ref
15467 reference "tab:Tabla-con-horizontales-coloreadas"
15468
15469 \end_inset
15470
15471 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15472 \end_layout
15473
15474 \begin_layout Standard
15475
15476 \series bold
15477
15478 \backslash
15479 let
15480 \backslash
15481 myHlineC
15482 \backslash
15483 hline
15484 \begin_inset Newline newline
15485 \end_inset
15486
15487
15488 \backslash
15489 renewcommand{
15490 \backslash
15491 hline}
15492 \begin_inset Newline newline
15493 \end_inset
15494
15495
15496 \begin_inset ERT
15497 status collapsed
15498
15499 \begin_layout Plain Layout
15500
15501
15502 \backslash
15503 hphantom{ }
15504 \end_layout
15505
15506 \end_inset
15507
15508 {
15509 \backslash
15510 arrayrulecolor{red}
15511 \backslash
15512 myHlineC
15513 \backslash
15514 arrayrulecolor{black}}
15515 \end_layout
15516
15517 \begin_layout Standard
15518 \begin_inset ERT
15519 status collapsed
15520
15521 \begin_layout Plain Layout
15522
15523
15524 \backslash
15525 let
15526 \backslash
15527 myHlineC
15528 \backslash
15529 hline
15530 \end_layout
15531
15532 \begin_layout Plain Layout
15533
15534
15535 \backslash
15536 renewcommand{
15537 \backslash
15538 hline}
15539 \end_layout
15540
15541 \begin_layout Plain Layout
15542
15543  {
15544 \backslash
15545 arrayrulecolor{red}
15546 \backslash
15547 myHlineC
15548 \backslash
15549 arrayrulecolor{black}}
15550 \end_layout
15551
15552 \end_inset
15553
15554
15555 \begin_inset Float table
15556 placement h
15557 wide false
15558 sideways false
15559 status open
15560
15561 \begin_layout Plain Layout
15562 \begin_inset Caption
15563
15564 \begin_layout Plain Layout
15565 \begin_inset CommandInset label
15566 LatexCommand label
15567 name "tab:Tabla-con-horizontales-coloreadas"
15568
15569 \end_inset
15570
15571 Tabla con líneas horizontales coloreadas
15572 \end_layout
15573
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \begin_layout Plain Layout
15580 \align center
15581 \begin_inset Tabular
15582 <lyxtabular version="3" rows="3" columns="3">
15583 <features>
15584 <column alignment="center" valignment="top" width="0">
15585 <column alignment="center" valignment="top" width="0">
15586 <column alignment="center" valignment="top" width="0">
15587 <row>
15588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592 sd
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 </row>
15616 <row>
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630 sd
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 </row>
15645 <row>
15646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668 sd
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 </row>
15674 </lyxtabular>
15675
15676 \end_inset
15677
15678
15679 \end_layout
15680
15681 \end_inset
15682
15683
15684 \end_layout
15685
15686 \begin_layout Standard
15687 Para volver al color de línea negro predeterminado inserta este comando
15688  en código TeX detrás de la tabla o el flotante:
15689 \end_layout
15690
15691 \begin_layout Standard
15692
15693 \series bold
15694
15695 \backslash
15696 renewcommand{
15697 \backslash
15698 hline}{
15699 \backslash
15700 myHlineC}
15701 \end_layout
15702
15703 \begin_layout Standard
15704 La tabla
15705 \begin_inset space ~
15706 \end_inset
15707
15708
15709 \begin_inset CommandInset ref
15710 LatexCommand ref
15711 reference "tab:Tabla-con-líneas-coloreadas"
15712
15713 \end_inset
15714
15715  es un ejemplo con líneas verticales y horizontales coloreadas.
15716 \end_layout
15717
15718 \begin_layout Standard
15719 \begin_inset Float table
15720 placement h
15721 wide false
15722 sideways false
15723 status open
15724
15725 \begin_layout Plain Layout
15726 \begin_inset Caption
15727
15728 \begin_layout Plain Layout
15729 \begin_inset CommandInset label
15730 LatexCommand label
15731 name "tab:Tabla-con-líneas-coloreadas"
15732
15733 \end_inset
15734
15735 Tabla con líneas coloreadas
15736 \end_layout
15737
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \begin_layout Plain Layout
15744 \align center
15745 \begin_inset Tabular
15746 <lyxtabular version="3" rows="3" columns="3">
15747 <features>
15748 <column alignment="center" valignment="top" width="0" special="Wc">
15749 <column alignment="center" valignment="top" width="0" special="Wc">
15750 <column alignment="center" valignment="top" width="0" special="WcW">
15751 <row>
15752 <cell alignment="center" valignment="top" topline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 sd
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 <cell alignment="center" valignment="top" topline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 </row>
15780 <row>
15781 <cell alignment="center" valignment="top" topline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 sd
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 </row>
15809 <row>
15810 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832 sd
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 </row>
15838 </lyxtabular>
15839
15840 \end_inset
15841
15842
15843 \end_layout
15844
15845 \end_inset
15846
15847
15848 \end_layout
15849
15850 \begin_layout Standard
15851 \begin_inset ERT
15852 status collapsed
15853
15854 \begin_layout Plain Layout
15855
15856
15857 \backslash
15858 renewcommand{
15859 \backslash
15860 hline}{
15861 \backslash
15862 myHlineC}
15863 \end_layout
15864
15865 \end_inset
15866
15867
15868 \end_layout
15869
15870 \begin_layout Standard
15871 \begin_inset ERT
15872 status collapsed
15873
15874 \begin_layout Plain Layout
15875
15876
15877 \backslash
15878 setlength{
15879 \backslash
15880 arrayrulewidth}{0.4pt}
15881 \end_layout
15882
15883 \end_inset
15884
15885
15886 \end_layout
15887
15888 \begin_layout Section
15889 Personalización de tablas
15890 \begin_inset Index
15891 status collapsed
15892
15893 \begin_layout Plain Layout
15894 Personalización de tablas
15895 \end_layout
15896
15897 \end_inset
15898
15899
15900 \begin_inset Index
15901 status collapsed
15902
15903 \begin_layout Plain Layout
15904 Tablas ! Personalización
15905 \end_layout
15906
15907 \end_inset
15908
15909
15910 \end_layout
15911
15912 \begin_layout Subsection
15913 Espacio adicional en filas
15914 \begin_inset CommandInset label
15915 LatexCommand label
15916 name "sub:Espacio-adicional"
15917
15918 \end_inset
15919
15920
15921 \begin_inset Index
15922 status collapsed
15923
15924 \begin_layout Plain Layout
15925 Personalización de tablas ! Espacio adicional en filas
15926 \end_layout
15927
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \begin_layout Standard
15934 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15935  
15936 \family sans
15937 Bordes,
15938 \family default
15939  del diálogo de configuración de tablas.
15940  En el marco 
15941 \family sans
15942 Espacio
15943 \begin_inset space ~
15944 \end_inset
15945
15946 adicional
15947 \family default
15948  dispones de tres posibilidades:
15949 \end_layout
15950
15951 \begin_layout Description
15952 Superior
15953 \begin_inset space ~
15954 \end_inset
15955
15956 de
15957 \begin_inset space ~
15958 \end_inset
15959
15960 la
15961 \begin_inset space ~
15962 \end_inset
15963
15964 fila añade espacio sobre los caracteres de la fila.
15965  Si la tabla es de estilo formal
15966 \begin_inset Foot
15967 status collapsed
15968
15969 \begin_layout Plain Layout
15970 Las tablas formales se explican en la sección
15971 \begin_inset space ~
15972 \end_inset
15973
15974
15975 \begin_inset CommandInset ref
15976 LatexCommand ref
15977 reference "sec:Tablas-Formales"
15978
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \end_inset
15985
15986  LyX insertará 0.5
15987 \begin_inset space \thinspace{}
15988 \end_inset
15989
15990 em por omisión.
15991  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15992  verticales, como se ve en la tabla siguiente:
15993 \begin_inset VSpace medskip
15994 \end_inset
15995
15996
15997 \begin_inset Newline newline
15998 \end_inset
15999
16000
16001 \begin_inset space \hspace*{}
16002 \length 0pt
16003 \end_inset
16004
16005
16006 \begin_inset space \hfill{}
16007 \end_inset
16008
16009
16010 \begin_inset Tabular
16011 <lyxtabular version="3" rows="3" columns="1">
16012 <features>
16013 <column alignment="center" valignment="top" width="0">
16014 <row>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 A
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 </row>
16025 <row topspace="3mm">
16026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030 3
16031 \begin_inset space \thinspace{}
16032 \end_inset
16033
16034 mm sobre la fila
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 </row>
16040 <row>
16041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045 C
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 </row>
16051 </lyxtabular>
16052
16053 \end_inset
16054
16055
16056 \begin_inset space \hfill{}
16057 \end_inset
16058
16059
16060 \begin_inset space \hspace*{}
16061 \length 0pt
16062 \end_inset
16063
16064
16065 \begin_inset VSpace medskip
16066 \end_inset
16067
16068
16069 \begin_inset Newline newline
16070 \end_inset
16071
16072 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16073  sin líneas verticales.
16074 \end_layout
16075
16076 \begin_layout Description
16077 Inferior
16078 \begin_inset space ~
16079 \end_inset
16080
16081 de
16082 \begin_inset space ~
16083 \end_inset
16084
16085 la
16086 \begin_inset space ~
16087 \end_inset
16088
16089 fila añade espacio bajo los caracteres de la fila.
16090  Si la tabla es formal LyX inserta por omisión 0.5
16091 \begin_inset space \thinspace{}
16092 \end_inset
16093
16094 em; si la tabla es normal inserta 2
16095 \begin_inset space \thinspace{}
16096 \end_inset
16097
16098 pt.
16099  
16100 \end_layout
16101
16102 \begin_layout Description
16103 Entre
16104 \begin_inset space ~
16105 \end_inset
16106
16107 las
16108 \begin_inset space ~
16109 \end_inset
16110
16111 filas añade espacio entre la fila actual y la siguiente.
16112  Si la tabla es formal LyX inserta 0.5
16113 \begin_inset space \thinspace{}
16114 \end_inset
16115
16116 em por omisión.
16117  En tablas normales, el espacio adicional destruirá las líneas verticales
16118  de la tabla, como se ve en la siguiente:
16119 \begin_inset VSpace medskip
16120 \end_inset
16121
16122
16123 \begin_inset Newline newline
16124 \end_inset
16125
16126
16127 \begin_inset space \hspace*{}
16128 \length 0pt
16129 \end_inset
16130
16131
16132 \begin_inset space \hfill{}
16133 \end_inset
16134
16135
16136 \begin_inset Tabular
16137 <lyxtabular version="3" rows="3" columns="1">
16138 <features>
16139 <column alignment="center" valignment="top" width="0">
16140 <row>
16141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Plain Layout
16145 A
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 </row>
16151 <row interlinespace="3mm">
16152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156 \begin_inset Formula $\downarrow$
16157 \end_inset
16158
16159  3
16160 \begin_inset space \thinspace{}
16161 \end_inset
16162
16163 mm entre las filas
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 </row>
16169 <row>
16170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174 \begin_inset Formula $\uparrow$
16175 \end_inset
16176
16177  3
16178 \begin_inset space \thinspace{}
16179 \end_inset
16180
16181 mm entre las filas 
16182 \begin_inset Formula $\uparrow$
16183 \end_inset
16184
16185
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 </row>
16191 </lyxtabular>
16192
16193 \end_inset
16194
16195
16196 \begin_inset space \hfill{}
16197 \end_inset
16198
16199
16200 \begin_inset space \hspace*{}
16201 \length 0pt
16202 \end_inset
16203
16204
16205 \begin_inset VSpace medskip
16206 \end_inset
16207
16208
16209 \begin_inset Newline newline
16210 \end_inset
16211
16212 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16213  para tablas sin líneas verticales.
16214 \end_layout
16215
16216 \begin_layout Standard
16217 \begin_inset VSpace bigskip
16218 \end_inset
16219
16220 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16221  utiliza los siguientes comandos en el preámbulo:
16222 \end_layout
16223
16224 \begin_layout Standard
16225
16226 \series bold
16227
16228 \backslash
16229 @ifundefined{extrarowheight}
16230 \begin_inset Newline newline
16231 \end_inset
16232
16233
16234 \begin_inset ERT
16235 status collapsed
16236
16237 \begin_layout Plain Layout
16238
16239
16240 \backslash
16241 hphantom{ }
16242 \end_layout
16243
16244 \end_inset
16245
16246 {
16247 \backslash
16248 usepackage{array}}{}
16249 \begin_inset Newline newline
16250 \end_inset
16251
16252
16253 \backslash
16254 setlength{
16255 \backslash
16256 extrarowheight}{altura}
16257 \end_layout
16258
16259 \begin_layout Standard
16260 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16261  centrado en vertical.
16262  (Lyx cargará automáticamente el paquete 
16263 \series bold
16264 array
16265 \series default
16266  cuando uses formatos de tabla autodefinidos.
16267  Para evitar que sea cargado dos veces se pone al principio el comando 
16268 \series bold
16269
16270 \backslash
16271 @ifundefined
16272 \series default
16273 .)
16274 \end_layout
16275
16276 \begin_layout Standard
16277 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16278  la tabla están a veces demasiado cerca de las letras.
16279  Esto se puede corregir insertando el comando 
16280 \series bold
16281
16282 \backslash
16283 strut
16284 \series default
16285  en código TeX al principio de la fila de la tabla.
16286  La tabla
16287 \begin_inset space ~
16288 \end_inset
16289
16290
16291 \begin_inset CommandInset ref
16292 LatexCommand ref
16293 reference "tab:Alineación-vertical"
16294
16295 \end_inset
16296
16297  muestra el efecto:
16298 \end_layout
16299
16300 \begin_layout Standard
16301 \noindent
16302 \begin_inset Float table
16303 placement h
16304 wide false
16305 sideways false
16306 status open
16307
16308 \begin_layout Plain Layout
16309 \begin_inset Caption
16310
16311 \begin_layout Plain Layout
16312 \begin_inset CommandInset label
16313 LatexCommand label
16314 name "tab:Alineación-vertical"
16315
16316 \end_inset
16317
16318 Alineación vertical de texto con fuentes grandes
16319 \end_layout
16320
16321 \end_inset
16322
16323
16324 \end_layout
16325
16326 \begin_layout Plain Layout
16327 \begin_inset space \hfill{}
16328 \end_inset
16329
16330
16331 \begin_inset Float table
16332 wide false
16333 sideways false
16334 status collapsed
16335
16336 \begin_layout Plain Layout
16337 \begin_inset Caption
16338
16339 \begin_layout Plain Layout
16340 Tabla normal
16341 \end_layout
16342
16343 \end_inset
16344
16345
16346 \end_layout
16347
16348 \begin_layout Plain Layout
16349 \noindent
16350 \align center
16351 \begin_inset Tabular
16352 <lyxtabular version="3" rows="6" columns="1">
16353 <features>
16354 <column alignment="left" valignment="top" width="0">
16355 <row>
16356 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Plain Layout
16360 Normal, g
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 </row>
16366 <row>
16367 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371
16372 \size large
16373 Grande
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 </row>
16379 <row>
16380 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384
16385 \size larger
16386 Más grande
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row>
16393 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397
16398 \size largest
16399 Grandísima
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 <row>
16406 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410
16411 \size huge
16412 Enorme
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 </row>
16418 <row>
16419 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423
16424 \size huge
16425 Más enorme
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 </row>
16431 </lyxtabular>
16432
16433 \end_inset
16434
16435
16436 \end_layout
16437
16438 \end_inset
16439
16440
16441 \begin_inset space \hfill{}
16442 \end_inset
16443
16444
16445 \begin_inset Float table
16446 wide false
16447 sideways false
16448 status collapsed
16449
16450 \begin_layout Plain Layout
16451 \begin_inset Caption
16452
16453 \begin_layout Plain Layout
16454 Tabla con comando 
16455 \series bold
16456
16457 \backslash
16458 strut
16459 \end_layout
16460
16461 \end_inset
16462
16463
16464 \end_layout
16465
16466 \begin_layout Plain Layout
16467 \noindent
16468 \align center
16469 \begin_inset Tabular
16470 <lyxtabular version="3" rows="6" columns="1">
16471 <features>
16472 <column alignment="left" valignment="top" width="0">
16473 <row>
16474 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 Normal, g
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 </row>
16484 <row>
16485 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16486 \begin_inset Text
16487
16488 \begin_layout Plain Layout
16489
16490 \size large
16491 \begin_inset ERT
16492 status collapsed
16493
16494 \begin_layout Plain Layout
16495
16496
16497 \backslash
16498 strut 
16499 \end_layout
16500
16501 \end_inset
16502
16503 Grande
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 </row>
16509 <row>
16510 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514
16515 \size larger
16516 \begin_inset ERT
16517 status collapsed
16518
16519 \begin_layout Plain Layout
16520
16521
16522 \backslash
16523 strut 
16524 \end_layout
16525
16526 \end_inset
16527
16528 Más grande
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 </row>
16534 <row>
16535 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539
16540 \size largest
16541 \begin_inset ERT
16542 status collapsed
16543
16544 \begin_layout Plain Layout
16545
16546
16547 \backslash
16548 strut 
16549 \end_layout
16550
16551 \end_inset
16552
16553 Grandísima
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 </row>
16559 <row>
16560 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564
16565 \size huge
16566 \begin_inset ERT
16567 status collapsed
16568
16569 \begin_layout Plain Layout
16570
16571
16572 \backslash
16573 strut 
16574 \end_layout
16575
16576 \end_inset
16577
16578 Enorme
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 </row>
16584 <row>
16585 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589
16590 \size giant
16591 \begin_inset ERT
16592 status collapsed
16593
16594 \begin_layout Plain Layout
16595
16596
16597 \backslash
16598 strut 
16599 \end_layout
16600
16601 \end_inset
16602
16603
16604 \size huge
16605 Más enorme
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 </lyxtabular>
16612
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \end_inset
16619
16620
16621 \begin_inset space \hfill{}
16622 \end_inset
16623
16624
16625 \end_layout
16626
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \begin_layout Subsection
16633 Alineación especial de celdas
16634 \begin_inset Index
16635 status collapsed
16636
16637 \begin_layout Plain Layout
16638 Personalización de tablas ! Alineación especial de celdas
16639 \end_layout
16640
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \begin_layout Standard
16647 A veces mejora la presentación si las entradas en las celdas de una columna
16648  se alinean con un carácter determinado, p.
16649 \begin_inset space \thinspace{}
16650 \end_inset
16651
16652 e.
16653 \begin_inset space ~
16654 \end_inset
16655
16656 el separador decimal, como en la tabla
16657 \begin_inset space ~
16658 \end_inset
16659
16660
16661 \begin_inset CommandInset ref
16662 LatexCommand ref
16663 reference "tab:Tabla-con-celdas-de"
16664
16665 \end_inset
16666
16667 .
16668 \end_layout
16669
16670 \begin_layout Standard
16671 \begin_inset Float table
16672 wide false
16673 sideways false
16674 status open
16675
16676 \begin_layout Plain Layout
16677 \begin_inset Caption
16678
16679 \begin_layout Plain Layout
16680 \begin_inset CommandInset label
16681 LatexCommand label
16682 name "tab:Tabla-con-celdas-de"
16683
16684 \end_inset
16685
16686 Tabla con celdas alineadas con el separador decimal.
16687 \end_layout
16688
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \begin_layout Plain Layout
16695 \align center
16696 \begin_inset Tabular
16697 <lyxtabular version="3" rows="4" columns="2">
16698 <features>
16699 <column alignment="right" valignment="top" width="0">
16700 <column alignment="left" valignment="top" width="0" special="@{}l">
16701 <row>
16702 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 leyenda
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 </row>
16721 <row>
16722 <cell alignment="center" valignment="top" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 12.
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 6
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 </row>
16741 <row>
16742 <cell alignment="center" valignment="top" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746 0.
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 68
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 <row>
16762 <cell alignment="center" valignment="top" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 -123.
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 0
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 </row>
16781 </lyxtabular>
16782
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \begin_layout Standard
16794 Esta es una tabla 4×2.
16795  La leyenda es una multicolumna centrada.
16796  La primera columna está alineada a la derecha y contiene el punto decimal
16797  y los dígitos anteriores.
16798  La segunda columna está alineada a la izquierda y contiene los dígitos
16799  posteriores al punto decimal.
16800  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16801  argumento LaTeX para la segunda columna:
16802 \end_layout
16803
16804 \begin_layout Standard
16805
16806 \series bold
16807 @{}l
16808 \end_layout
16809
16810 \begin_layout Standard
16811 La tabla
16812 \begin_inset space ~
16813 \end_inset
16814
16815
16816 \begin_inset CommandInset ref
16817 LatexCommand ref
16818 reference "tab:Varias-alineaciones"
16819
16820 \end_inset
16821
16822  muestra varios ejemplos de alineación.
16823  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16824 o más pequeño al comienzo de la última columna para conseguir el espacio
16825  adecuado alrededor del signo.
16826 \end_layout
16827
16828 \begin_layout Standard
16829 \begin_inset Float table
16830 placement h
16831 wide false
16832 sideways false
16833 status open
16834
16835 \begin_layout Plain Layout
16836 \begin_inset Caption
16837
16838 \begin_layout Plain Layout
16839 \begin_inset CommandInset label
16840 LatexCommand label
16841 name "tab:Varias-alineaciones"
16842
16843 \end_inset
16844
16845 Tabla con varias alineaciones.
16846 \end_layout
16847
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \begin_layout Plain Layout
16854 \align center
16855 \begin_inset Tabular
16856 <lyxtabular version="3" rows="4" columns="6">
16857 <features>
16858 <column alignment="right" valignment="top" width="0">
16859 <column alignment="left" valignment="top" width="0" special="@{}l">
16860 <column alignment="right" valignment="top" width="0">
16861 <column alignment="left" valignment="top" width="0" special="@{}l">
16862 <column alignment="right" valignment="top" width="0">
16863 <column alignment="left" valignment="top" width="0" special="@{}l">
16864 <row>
16865 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 unidades
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 exponentes
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 relaciones
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 <row>
16921 <cell alignment="center" valignment="top" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 12×
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Plain Layout
16934 24
16935 \begin_inset space \thinspace{}
16936 \end_inset
16937
16938 bottles
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 \begin_inset Formula $10\cdot$
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 \begin_inset Formula $10^{\mbox{-}17}$
16960 \end_inset
16961
16962
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 \begin_inset Formula $\Gamma(t)\propto$
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 \begin_inset Formula $\:\Upsilon(t)$
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997 1024×
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 768
17007 \begin_inset space \thinspace{}
17008 \end_inset
17009
17010 Pixels
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 \begin_inset Formula $5.78\cdot$
17020 \end_inset
17021
17022
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Formula $10^{7}$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 \begin_inset Formula $A\ne$
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 <cell alignment="center" valignment="top" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055 \begin_inset Formula $\: B_{\mathrm{red}}$
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 </row>
17064 <row>
17065 <cell alignment="center" valignment="top" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069 32×
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 6
17079 \begin_inset space \thinspace{}
17080 \end_inset
17081
17082 cm
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 -
17092 \begin_inset Formula $33.5\cdot$
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 \begin_inset Formula $10^{4}$
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 \begin_inset Formula $\sen(\alpha)\ge$
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 <cell alignment="center" valignment="top" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128 \begin_inset Formula $\:\sen(\beta)$
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 </row>
17137 </lyxtabular>
17138
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \end_inset
17145
17146
17147 \end_layout
17148
17149 \begin_layout Standard
17150 \begin_inset VSpace bigskip
17151 \end_inset
17152
17153 También hay un paquete LaTeX, 
17154 \series bold
17155 dcolumn
17156 \series default
17157
17158 \begin_inset Index
17159 status collapsed
17160
17161 \begin_layout Plain Layout
17162 LaTeX-paquetes ! dcolumn
17163 \end_layout
17164
17165 \end_inset
17166
17167 , que permite alinear el contenido de las celdas.
17168  Pero desgraciadamente trata las entradas de celda en modo matemático y
17169  no permite fórmulas en celdas: la primera columna de la tabla
17170 \begin_inset space ~
17171 \end_inset
17172
17173
17174 \begin_inset CommandInset ref
17175 LatexCommand ref
17176 reference "tab:Varias-alineaciones"
17177
17178 \end_inset
17179
17180  se verá con 
17181 \series bold
17182 dcolumn
17183 \series default
17184  como la primera columna en la tabla
17185 \begin_inset space ~
17186 \end_inset
17187
17188
17189 \begin_inset CommandInset ref
17190 LatexCommand ref
17191 reference "tab:Alineaciones-con-el"
17192
17193 \end_inset
17194
17195  y sólo con algunos trucos se consigue lo que se espera.
17196  La alineación de la segunda y tercera columnas de la tabla
17197 \begin_inset space ~
17198 \end_inset
17199
17200
17201 \begin_inset CommandInset ref
17202 LatexCommand ref
17203 reference "tab:Varias-alineaciones"
17204
17205 \end_inset
17206
17207  no es posible con 
17208 \series bold
17209 dcolumn
17210 \series default
17211 .
17212 \end_layout
17213
17214 \begin_layout Standard
17215 \begin_inset Newpage newpage
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \begin_layout Standard
17222 \begin_inset Float table
17223 placement h
17224 wide false
17225 sideways false
17226 status open
17227
17228 \begin_layout Plain Layout
17229 \begin_inset Caption
17230
17231 \begin_layout Plain Layout
17232 \begin_inset CommandInset label
17233 LatexCommand label
17234 name "tab:Alineaciones-con-el"
17235
17236 \end_inset
17237
17238
17239 \begin_inset OptArg
17240 status collapsed
17241
17242 \begin_layout Plain Layout
17243 Tabla alineada con 
17244 \series bold
17245 dcolumn
17246 \end_layout
17247
17248 \end_inset
17249
17250 Alineaciones con el paquete LaTeX 
17251 \series bold
17252 dcolumn
17253 \series default
17254 .
17255  Hay que usar algunos trucos para la alineación de las columnas en la salida.
17256 \end_layout
17257
17258 \end_inset
17259
17260
17261 \end_layout
17262
17263 \begin_layout Plain Layout
17264 \align center
17265 \begin_inset Tabular
17266 <lyxtabular version="3" rows="4" columns="3">
17267 <features>
17268 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17269 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17270 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17271 <row>
17272 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 unidades
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285 unidades
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294 unidades
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 </row>
17300 <row>
17301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305 12x24
17306 \begin_inset space \thinspace{}
17307 \end_inset
17308
17309 bottles
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318 12x24
17319 \begin_inset space \thinspace{}
17320 \end_inset
17321
17322
17323 \begin_inset Formula $\mbox{bottles}$
17324 \end_inset
17325
17326
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 <cell alignment="center" valignment="top" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335 12
17336 \begin_inset ERT
17337 status collapsed
17338
17339 \begin_layout Plain Layout
17340
17341
17342 \backslash
17343 times
17344 \end_layout
17345
17346 \end_inset
17347
17348 24+
17349 \begin_inset Formula $\mbox{bottles}$
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 </row>
17358 <row>
17359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 1024x768
17364 \begin_inset space \thinspace{}
17365 \end_inset
17366
17367 Pixels
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 1024x768
17377 \begin_inset space \thinspace{}
17378 \end_inset
17379
17380
17381 \begin_inset Formula $\mbox{Pixels}$
17382 \end_inset
17383
17384
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell alignment="center" valignment="top" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393 1024
17394 \begin_inset ERT
17395 status collapsed
17396
17397 \begin_layout Plain Layout
17398
17399
17400 \backslash
17401 times
17402 \end_layout
17403
17404 \end_inset
17405
17406 768+
17407 \begin_inset Formula $\mbox{Pixels}$
17408 \end_inset
17409
17410  
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 <row>
17417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 32x6
17422 \begin_inset space \thinspace{}
17423 \end_inset
17424
17425 cm
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 32x6
17435 \begin_inset space \thinspace{}
17436 \end_inset
17437
17438
17439 \begin_inset Formula $\mbox{cm}$
17440 \end_inset
17441
17442
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 <cell alignment="center" valignment="top" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 32
17452 \begin_inset ERT
17453 status collapsed
17454
17455 \begin_layout Plain Layout
17456
17457
17458 \backslash
17459 times
17460 \end_layout
17461
17462 \end_inset
17463
17464 6+
17465 \begin_inset Formula $\mbox{cm}$
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 </row>
17474 </lyxtabular>
17475
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \begin_layout Subsection
17487 Formato personalizado de celda/columna
17488 \begin_inset CommandInset label
17489 LatexCommand label
17490 name "sub:Formato-Personalizado"
17491
17492 \end_inset
17493
17494
17495 \begin_inset Index
17496 status collapsed
17497
17498 \begin_layout Plain Layout
17499 Personalización de tablas ! Formato de celda/columna
17500 \end_layout
17501
17502 \end_inset
17503
17504
17505 \end_layout
17506
17507 \begin_layout Standard
17508 El cálculo de la anchura necesaria para columnas extendidas descrito en
17509  la sección
17510 \begin_inset space ~
17511 \end_inset
17512
17513
17514 \begin_inset CommandInset ref
17515 LatexCommand ref
17516 reference "sub:Cálculos-en-Multicolumnas"
17517
17518 \end_inset
17519
17520  es muy pesado si tienes varias tablas con multicolumnas.
17521  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17522 mna aplicable a todas las tablas del documento.
17523  El formato se define con el comando
17524 \end_layout
17525
17526 \begin_layout Standard
17527
17528 \series bold
17529
17530 \backslash
17531 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17532 \end_layout
17533
17534 \begin_layout Standard
17535 El nombre de formato puede ser una sola letra.
17536  Las letras 
17537 \emph on
17538 b, c, l, m, p
17539 \emph default
17540  y 
17541 \emph on
17542 r
17543 \emph default
17544  están predefinidas y no pueden usarse.
17545  Pero se permiten todas las mayúsculas.
17546 \end_layout
17547
17548 \begin_layout Standard
17549 \begin_inset VSpace medskip
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \begin_layout Standard
17556 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17557  fija puedes definir el formato de celda
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563
17564 \backslash
17565 newcolumntype{M}[1]{>{
17566 \backslash
17567 centering
17568 \backslash
17569 hspace{0pt}}m{#1}}
17570 \end_layout
17571
17572 \begin_layout Standard
17573 donde 
17574 \series bold
17575
17576 \backslash
17577 hspace{0pt}
17578 \series default
17579  evita el problema de partir con guión la primera palabra, como se describe
17580  en la sección
17581 \begin_inset space ~
17582 \end_inset
17583
17584
17585 \begin_inset CommandInset ref
17586 LatexCommand ref
17587 reference "sub:Líneas-Múltiples-en"
17588
17589 \end_inset
17590
17591 .
17592  Ahora puedes introducir simplemente
17593 \end_layout
17594
17595 \begin_layout Standard
17596
17597 \series bold
17598 M{ancho}
17599 \end_layout
17600
17601 \begin_layout Standard
17602 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17603 \end_layout
17604
17605 \begin_layout Standard
17606 \begin_inset VSpace bigskip
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \begin_layout Standard
17613 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17614 \end_layout
17615
17616 \begin_layout Standard
17617
17618 \series bold
17619
17620 \backslash
17621 newcolumntype{S}[2]{>{
17622 \backslash
17623 centering
17624 \backslash
17625 hspace{0pt}}
17626 \begin_inset Newline newline
17627 \end_inset
17628
17629
17630 \begin_inset ERT
17631 status collapsed
17632
17633 \begin_layout Plain Layout
17634
17635
17636 \backslash
17637 phantom{
17638 \end_layout
17639
17640 \end_inset
17641
17642
17643 \backslash
17644 newcolumntype
17645 \begin_inset ERT
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649
17650 }
17651 \end_layout
17652
17653 \end_inset
17654
17655 m{(#1+(2
17656 \backslash
17657 tabcolsep+
17658 \backslash
17659 arrayrulewidth)*(1-#2))/#2}}
17660 \end_layout
17661
17662 \begin_layout Standard
17663 Este formato usa la ecuación 
17664 \begin_inset CommandInset ref
17665 LatexCommand eqref
17666 reference "eq:Wgn"
17667
17668 \end_inset
17669
17670  para calcular la anchura necesaria para que cada celda extendida tenga
17671  la misma anchura.
17672 \end_layout
17673
17674 \begin_layout Standard
17675 Ahora puedes introducir
17676 \end_layout
17677
17678 \begin_layout Standard
17679
17680 \series bold
17681 S{ancho de la celda multicolumna}{número de columnas extendidas}
17682 \end_layout
17683
17684 \begin_layout Standard
17685 como argumento LaTeX de la columna.
17686 \end_layout
17687
17688 \begin_layout Standard
17689 \begin_inset VSpace bigskip
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \begin_layout Standard
17696 Para columnas coloreadas puedes definir
17697 \end_layout
17698
17699 \begin_layout Standard
17700
17701 \series bold
17702
17703 \backslash
17704 newcolumntype{K}[1]{>{
17705 \backslash
17706 columncolor{#1}
17707 \backslash
17708 hspace{0pt}}c}
17709 \end_layout
17710
17711 \begin_layout Standard
17712 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17713  horizontalmente.
17714  Ahora puedes introducir
17715 \end_layout
17716
17717 \begin_layout Standard
17718
17719 \series bold
17720 K{nombre del color}
17721 \end_layout
17722
17723 \begin_layout Standard
17724 como argumento LaTeX.
17725 \end_layout
17726
17727 \begin_layout Standard
17728 \begin_inset VSpace bigskip
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \begin_layout Standard
17735 Para crear la tabla
17736 \begin_inset space ~
17737 \end_inset
17738
17739
17740 \begin_inset CommandInset ref
17741 LatexCommand ref
17742 reference "tab:Tabla-con-formatos-definidos-por"
17743
17744 \end_inset
17745
17746  usa los argumentos LaTeX
17747 \end_layout
17748
17749 \begin_layout Standard
17750
17751 \series bold
17752 M{2.5cm}
17753 \end_layout
17754
17755 \begin_layout Standard
17756 para la primera columna y la multicolumna,
17757 \end_layout
17758
17759 \begin_layout Standard
17760
17761 \series bold
17762 K{red}
17763 \end_layout
17764
17765 \begin_layout Standard
17766 para la última columna y
17767 \end_layout
17768
17769 \begin_layout Standard
17770
17771 \series bold
17772 S{2.5cm}{2}
17773 \end_layout
17774
17775 \begin_layout Standard
17776 para las celdas en la segunda columna.
17777 \end_layout
17778
17779 \begin_layout Standard
17780 \begin_inset Float table
17781 placement h
17782 wide false
17783 sideways false
17784 status open
17785
17786 \begin_layout Plain Layout
17787 \begin_inset Caption
17788
17789 \begin_layout Plain Layout
17790 \begin_inset CommandInset label
17791 LatexCommand label
17792 name "tab:Tabla-con-formatos-definidos-por"
17793
17794 \end_inset
17795
17796 Tabla con formatos definidos por el usuario
17797 \end_layout
17798
17799 \end_inset
17800
17801
17802 \end_layout
17803
17804 \begin_layout Plain Layout
17805 \align center
17806 \begin_inset Tabular
17807 <lyxtabular version="3" rows="3" columns="4">
17808 <features>
17809 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17810 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17811 <column alignment="center" valignment="middle" width="0">
17812 <column alignment="center" valignment="middle" width="0" special="K{red}">
17813 <row>
17814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818 palabramuylargaenceldadetabla
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 multicolumna línea múltiple
17828 \end_layout
17829
17830 \end_inset
17831 </cell>
17832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845 c
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 </row>
17851 <row>
17852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17853 \begin_inset Text
17854
17855 \begin_layout Plain Layout
17856 d
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17862 \begin_inset Text
17863
17864 \begin_layout Plain Layout
17865 e
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874 f
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 g
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 </row>
17889 <row>
17890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894 h
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903 i
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Plain Layout
17912 j
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921 k
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 </row>
17927 </lyxtabular>
17928
17929 \end_inset
17930
17931
17932 \end_layout
17933
17934 \end_inset
17935
17936
17937 \end_layout
17938
17939 \begin_layout Subsection
17940 Grosor de líneas
17941 \begin_inset CommandInset label
17942 LatexCommand label
17943 name "sub:Grosor-de-Líneas"
17944
17945 \end_inset
17946
17947
17948 \begin_inset Index
17949 status collapsed
17950
17951 \begin_layout Plain Layout
17952 Personalización de tablas ! Grosor de línea
17953 \end_layout
17954
17955 \end_inset
17956
17957
17958 \end_layout
17959
17960 \begin_layout Standard
17961 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17962  
17963 \series bold
17964
17965 \backslash
17966 arrayrulewidth
17967 \series default
17968 .
17969  Por ejemplo, para poner un grosor de línea de 1.5
17970 \begin_inset space \thinspace{}
17971 \end_inset
17972
17973 pt, como en la tabla
17974 \begin_inset space ~
17975 \end_inset
17976
17977
17978 \begin_inset CommandInset ref
17979 LatexCommand ref
17980 reference "tab:Tabla-con-líneas"
17981
17982 \end_inset
17983
17984 , inserta el comando
17985 \end_layout
17986
17987 \begin_layout Standard
17988
17989 \series bold
17990
17991 \backslash
17992 setlength{
17993 \backslash
17994 arrayrulewidth}{1.5pt}
17995 \end_layout
17996
17997 \begin_layout Standard
17998 en código TeX antes de la tabla o flotante.
17999  Este cambio es válido para todas las siguientes tablas.
18000  Para volver al valor predeterminado, define 
18001 \series bold
18002
18003 \backslash
18004 arrayrulewidth
18005 \series default
18006  a 0.4
18007 \begin_inset space \thinspace{}
18008 \end_inset
18009
18010 pt en código TeX detrás de la tabla o flotante.
18011 \end_layout
18012
18013 \begin_layout Standard
18014 \begin_inset ERT
18015 status collapsed
18016
18017 \begin_layout Plain Layout
18018
18019
18020 \backslash
18021 setlength{
18022 \backslash
18023 arrayrulewidth}{1.5pt}
18024 \end_layout
18025
18026 \end_inset
18027
18028
18029 \begin_inset Float table
18030 wide false
18031 sideways false
18032 status open
18033
18034 \begin_layout Plain Layout
18035 \begin_inset Caption
18036
18037 \begin_layout Plain Layout
18038 \begin_inset CommandInset label
18039 LatexCommand label
18040 name "tab:Tabla-con-líneas"
18041
18042 \end_inset
18043
18044 Tabla con líneas de grosor 1.5
18045 \begin_inset space \thinspace{}
18046 \end_inset
18047
18048 pt
18049 \end_layout
18050
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \begin_layout Plain Layout
18057 \align center
18058 \begin_inset Tabular
18059 <lyxtabular version="3" rows="3" columns="3">
18060 <features>
18061 <column alignment="center" valignment="top" width="0">
18062 <column alignment="center" valignment="top" width="0">
18063 <column alignment="center" valignment="top" width="0">
18064 <row>
18065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 sd
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 </row>
18093 <row>
18094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18104 \begin_inset Text
18105
18106 \begin_layout Plain Layout
18107 sd
18108 \end_layout
18109
18110 \end_inset
18111 </cell>
18112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 </row>
18122 <row>
18123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 sd
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 </row>
18151 </lyxtabular>
18152
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \end_inset
18159
18160
18161 \begin_inset ERT
18162 status collapsed
18163
18164 \begin_layout Plain Layout
18165
18166
18167 \backslash
18168 setlength{
18169 \backslash
18170 arrayrulewidth}{0.4pt}
18171 \end_layout
18172
18173 \end_inset
18174
18175
18176 \end_layout
18177
18178 \begin_layout Standard
18179 \begin_inset VSpace bigskip
18180 \end_inset
18181
18182 Para definir un grosor de 1.5
18183 \begin_inset space \thinspace{}
18184 \end_inset
18185
18186 pt sólo para líneas horizontales, como en la tabla
18187 \begin_inset space ~
18188 \end_inset
18189
18190
18191 \begin_inset CommandInset ref
18192 LatexCommand ref
18193 reference "tab:Tabla-con-horizontales"
18194
18195 \end_inset
18196
18197 , inserta estos comandos en código TeX antes de la tabla o flotante:
18198 \end_layout
18199
18200 \begin_layout Standard
18201
18202 \series bold
18203
18204 \backslash
18205 let
18206 \backslash
18207 myHline
18208 \backslash
18209 hline
18210 \begin_inset Newline newline
18211 \end_inset
18212
18213
18214 \backslash
18215 renewcommand{
18216 \backslash
18217 hline}
18218 \begin_inset Newline newline
18219 \end_inset
18220
18221  {
18222 \backslash
18223 noalign{
18224 \backslash
18225 global
18226 \backslash
18227 arrayrulewidth 1.5pt}
18228 \begin_inset Newline newline
18229 \end_inset
18230
18231   
18232 \backslash
18233 myHline
18234 \backslash
18235 noalign{
18236 \backslash
18237 global
18238 \backslash
18239 arrayrulewidth 0.4pt}}
18240 \end_layout
18241
18242 \begin_layout Standard
18243 Para volver al grosor predeterminado, inserta este comando en código TeX
18244  detrás de la tabla o flotante:
18245 \end_layout
18246
18247 \begin_layout Standard
18248
18249 \series bold
18250
18251 \backslash
18252 renewcommand{
18253 \backslash
18254 hline}{
18255 \backslash
18256 myHline}
18257 \end_layout
18258
18259 \begin_layout Standard
18260 \begin_inset ERT
18261 status collapsed
18262
18263 \begin_layout Plain Layout
18264
18265
18266 \backslash
18267 let
18268 \backslash
18269 myHline
18270 \backslash
18271 hline
18272 \end_layout
18273
18274 \begin_layout Plain Layout
18275
18276
18277 \backslash
18278 renewcommand{
18279 \backslash
18280 hline}
18281 \end_layout
18282
18283 \begin_layout Plain Layout
18284
18285  {
18286 \backslash
18287 noalign{
18288 \backslash
18289 global
18290 \backslash
18291 arrayrulewidth 1.5pt}
18292 \end_layout
18293
18294 \begin_layout Plain Layout
18295
18296   
18297 \backslash
18298 myHline
18299 \backslash
18300 noalign{
18301 \backslash
18302 global
18303 \backslash
18304 arrayrulewidth 0.4pt}}
18305 \end_layout
18306
18307 \end_inset
18308
18309
18310 \begin_inset Float table
18311 wide false
18312 sideways false
18313 status open
18314
18315 \begin_layout Plain Layout
18316 \begin_inset Caption
18317
18318 \begin_layout Plain Layout
18319 \begin_inset CommandInset label
18320 LatexCommand label
18321 name "tab:Tabla-con-horizontales"
18322
18323 \end_inset
18324
18325 Tabla con líneas horizontales de 1.5
18326 \begin_inset space \thinspace{}
18327 \end_inset
18328
18329 pt
18330 \end_layout
18331
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \begin_layout Plain Layout
18338 \align center
18339 \begin_inset Tabular
18340 <lyxtabular version="3" rows="3" columns="3">
18341 <features>
18342 <column alignment="center" valignment="top" width="0">
18343 <column alignment="center" valignment="top" width="0">
18344 <column alignment="center" valignment="top" width="0">
18345 <row>
18346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 sd
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 </row>
18374 <row>
18375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388 sd
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 </row>
18403 <row>
18404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Plain Layout
18417
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426 sd
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 </row>
18432 </lyxtabular>
18433
18434 \end_inset
18435
18436
18437 \end_layout
18438
18439 \end_inset
18440
18441
18442 \begin_inset ERT
18443 status collapsed
18444
18445 \begin_layout Plain Layout
18446
18447
18448 \backslash
18449 renewcommand{
18450 \backslash
18451 hline}{
18452 \backslash
18453 myHline}
18454 \end_layout
18455
18456 \end_inset
18457
18458
18459 \end_layout
18460
18461 \begin_layout Standard
18462 \begin_inset VSpace bigskip
18463 \end_inset
18464
18465 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18466  siguiente formato de columna en el preámbulo del documento, de acuerdo
18467  con lo descrito en la sección
18468 \begin_inset space ~
18469 \end_inset
18470
18471
18472 \begin_inset CommandInset ref
18473 LatexCommand ref
18474 reference "sub:Formato-Personalizado"
18475
18476 \end_inset
18477
18478 :
18479 \end_layout
18480
18481 \begin_layout Standard
18482
18483 \series bold
18484
18485 \backslash
18486 newcolumntype{V}{!{
18487 \backslash
18488 vrule width 1.5pt}}
18489 \end_layout
18490
18491 \begin_layout Standard
18492 Para la tabla
18493 \begin_inset space ~
18494 \end_inset
18495
18496
18497 \begin_inset CommandInset ref
18498 LatexCommand ref
18499 reference "tab:Tabla-con-verticales"
18500
18501 \end_inset
18502
18503  se usó el argumento LaTeX
18504 \end_layout
18505
18506 \begin_layout Standard
18507
18508 \series bold
18509 VcV
18510 \end_layout
18511
18512 \begin_layout Standard
18513 para la última columna y
18514 \end_layout
18515
18516 \begin_layout Standard
18517
18518 \series bold
18519 Vc
18520 \end_layout
18521
18522 \begin_layout Standard
18523 para las otras.
18524 \end_layout
18525
18526 \begin_layout Standard
18527 \begin_inset Float table
18528 wide false
18529 sideways false
18530 status open
18531
18532 \begin_layout Plain Layout
18533 \begin_inset Caption
18534
18535 \begin_layout Plain Layout
18536 \begin_inset CommandInset label
18537 LatexCommand label
18538 name "tab:Tabla-con-verticales"
18539
18540 \end_inset
18541
18542 Tabla con líneas verticales de 1.5
18543 \begin_inset space \thinspace{}
18544 \end_inset
18545
18546 pt de grosor
18547 \end_layout
18548
18549 \end_inset
18550
18551
18552 \end_layout
18553
18554 \begin_layout Plain Layout
18555 \align center
18556 \begin_inset Tabular
18557 <lyxtabular version="3" rows="3" columns="3">
18558 <features>
18559 <column alignment="center" valignment="top" width="0" special="Vc">
18560 <column alignment="center" valignment="top" width="0" special="Vc">
18561 <column alignment="center" valignment="top" width="0" special="VcV">
18562 <row>
18563 <cell alignment="center" valignment="top" topline="true" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567 sd
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 <cell alignment="center" valignment="top" topline="true" usebox="none">
18573 \begin_inset Text
18574
18575 \begin_layout Plain Layout
18576
18577 \end_layout
18578
18579 \end_inset
18580 </cell>
18581 <cell alignment="center" valignment="top" topline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 </row>
18591 <row>
18592 <cell alignment="center" valignment="top" topline="true" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596
18597 \end_layout
18598
18599 \end_inset
18600 </cell>
18601 <cell alignment="center" valignment="top" topline="true" usebox="none">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605 sd
18606 \end_layout
18607
18608 \end_inset
18609 </cell>
18610 <cell alignment="center" valignment="top" topline="true" usebox="none">
18611 \begin_inset Text
18612
18613 \begin_layout Plain Layout
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 </row>
18620 <row>
18621 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643 sd
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 </row>
18649 </lyxtabular>
18650
18651 \end_inset
18652
18653
18654 \end_layout
18655
18656 \end_inset
18657
18658
18659 \end_layout
18660
18661 \begin_layout Subsection
18662 Líneas de trazos
18663 \begin_inset Index
18664 status collapsed
18665
18666 \begin_layout Plain Layout
18667 Personalización de tablas ! Líneas de trazos
18668 \end_layout
18669
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \begin_layout Standard
18676 \begin_inset ERT
18677 status collapsed
18678
18679 \begin_layout Plain Layout
18680
18681
18682 \backslash
18683 ifarydshln
18684 \end_layout
18685
18686 \end_inset
18687
18688
18689 \begin_inset Note Note
18690 status collapsed
18691
18692 \begin_layout Plain Layout
18693 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18694  LaTeX 
18695 \series bold
18696 arydshln
18697 \series default
18698 .
18699 \end_layout
18700
18701 \end_inset
18702
18703
18704 \end_layout
18705
18706 \begin_layout Standard
18707 \begin_inset Float table
18708 placement H
18709 wide false
18710 sideways false
18711 status open
18712
18713 \begin_layout Plain Layout
18714 \begin_inset Caption
18715
18716 \begin_layout Plain Layout
18717 \begin_inset CommandInset label
18718 LatexCommand label
18719 name "tab:Tabla-con-trazos"
18720
18721 \end_inset
18722
18723 Tabla con líneas de trazos
18724 \end_layout
18725
18726 \end_inset
18727
18728
18729 \end_layout
18730
18731 \begin_layout Plain Layout
18732 \align center
18733 \begin_inset Tabular
18734 <lyxtabular version="3" rows="5" columns="5">
18735 <features>
18736 <column alignment="center" valignment="top" width="0">
18737 <column alignment="center" valignment="top" width="0">
18738 <column alignment="center" valignment="top" width="0" special=":c">
18739 <column alignment="center" valignment="top" width="0">
18740 <column alignment="center" valignment="top" width="0">
18741 <row>
18742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18743 \begin_inset Text
18744
18745 \begin_layout Plain Layout
18746 a
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18752 \begin_inset Text
18753
18754 \begin_layout Plain Layout
18755 b
18756 \end_layout
18757
18758 \end_inset
18759 </cell>
18760 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18761 \begin_inset Text
18762
18763 \begin_layout Plain Layout
18764 c
18765 \end_layout
18766
18767 \end_inset
18768 </cell>
18769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773 d
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782 e
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 </row>
18788 <row>
18789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793 f
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18799 \begin_inset Text
18800
18801 \begin_layout Plain Layout
18802 g
18803 \end_layout
18804
18805 \end_inset
18806 </cell>
18807 <cell alignment="center" valignment="top" topline="true" usebox="none">
18808 \begin_inset Text
18809
18810 \begin_layout Plain Layout
18811 h
18812 \end_layout
18813
18814 \end_inset
18815 </cell>
18816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18817 \begin_inset Text
18818
18819 \begin_layout Plain Layout
18820 i
18821 \end_layout
18822
18823 \end_inset
18824 </cell>
18825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Plain Layout
18829 j
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 </row>
18835 <row>
18836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840 \begin_inset ERT
18841 status collapsed
18842
18843 \begin_layout Plain Layout
18844
18845
18846 \backslash
18847 hdashline 
18848 \end_layout
18849
18850 \end_inset
18851
18852 k
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861 l
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 <cell alignment="center" valignment="top" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870 m
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879 n
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888 o
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 </row>
18894 <row>
18895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 \begin_inset ERT
18900 status collapsed
18901
18902 \begin_layout Plain Layout
18903
18904
18905 \backslash
18906 cdashline{4-5}
18907 \end_layout
18908
18909 \end_inset
18910
18911 p
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920 q
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929 r
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938 s
18939 \end_layout
18940
18941 \end_inset
18942 </cell>
18943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 </row>
18953 <row>
18954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958 t
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18964 \begin_inset Text
18965
18966 \begin_layout Plain Layout
18967 u
18968 \end_layout
18969
18970 \end_inset
18971 </cell>
18972 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976 v
18977 \end_layout
18978
18979 \end_inset
18980 </cell>
18981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985 w
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994 x
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 </row>
19000 </lyxtabular>
19001
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \begin_layout Standard
19013 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19014  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19015 \series bold
19016 arydshln
19017 \series default
19018
19019 \begin_inset Index
19020 status collapsed
19021
19022 \begin_layout Plain Layout
19023 LaTeX-paquetes ! arydshln
19024 \end_layout
19025
19026 \end_inset
19027
19028  con el comando 
19029 \end_layout
19030
19031 \begin_layout Standard
19032
19033 \series bold
19034
19035 \backslash
19036 usepackage{arydshln}
19037 \end_layout
19038
19039 \begin_layout Standard
19040 Para hacer una línea vertical a trazos, introduce dos puntos «
19041 \series bold
19042 :
19043 \series default
19044 » junto con el carácter para alineación horizontal como argumento LaTeX
19045  en el diálogo de celda de tabla.
19046 \end_layout
19047
19048 \begin_layout Standard
19049 Para una línea de trazos horizontal añade el comando
19050 \end_layout
19051
19052 \begin_layout Standard
19053
19054 \series bold
19055
19056 \backslash
19057 hdashline
19058 \end_layout
19059
19060 \begin_layout Standard
19061 en código TeX como primer elemento de la primera celda en la fila.
19062 \end_layout
19063
19064 \begin_layout Standard
19065 Para líneas de trazos en multicolumna usa el comando
19066 \end_layout
19067
19068 \begin_layout Standard
19069
19070 \series bold
19071
19072 \backslash
19073 cdashline{número de líneas}
19074 \end_layout
19075
19076 \begin_layout Standard
19077 en código TeX como primer elemento de la primera celda en la fila.
19078  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19079  4 y quieres una línea de trazos por encima, añade el comando
19080 \end_layout
19081
19082 \begin_layout Standard
19083
19084 \series bold
19085
19086 \backslash
19087 cdashline{2-4}
19088 \end_layout
19089
19090 \begin_layout Standard
19091 como primer elemento de la primera celda en la fila de la multicolumna.
19092 \end_layout
19093
19094 \begin_layout Standard
19095 \begin_inset VSpace bigskip
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \begin_layout Standard
19102 La tabla
19103 \begin_inset space ~
19104 \end_inset
19105
19106
19107 \begin_inset CommandInset ref
19108 LatexCommand ref
19109 reference "tab:Tabla-con-trazos"
19110
19111 \end_inset
19112
19113  se ha hecho usando «
19114 \series bold
19115 :c
19116 \series default
19117 » como argumento LaTeX de la tercera columna.
19118  El comando en código TeX 
19119 \series bold
19120
19121 \backslash
19122 hdashline
19123 \series default
19124  se ha insertado en la primera celda de la tercera fila y el comando en
19125  código TeX
19126 \begin_inset Newline newline
19127 \end_inset
19128
19129
19130 \series bold
19131
19132 \backslash
19133 cdashline{4-5}
19134 \series default
19135  en la primera celda de la cuarta fila.
19136 \end_layout
19137
19138 \begin_layout Standard
19139 \begin_inset Note Greyedout
19140 status open
19141
19142 \begin_layout Plain Layout
19143
19144 \series bold
19145 Nota:
19146 \series default
19147  Aparentemente el paquete LaTeX 
19148 \series bold
19149 arydshln
19150 \series default
19151  no es compatible con el paquete LaTeX 
19152 \series bold
19153 colortbl
19154 \series default
19155
19156 \begin_inset Index
19157 status collapsed
19158
19159 \begin_layout Plain Layout
19160 LaTeX-paquetes ! colortbl
19161 \end_layout
19162
19163 \end_inset
19164
19165  que se usa para tablas coloreadas en la sección
19166 \begin_inset space ~
19167 \end_inset
19168
19169
19170 \begin_inset CommandInset ref
19171 LatexCommand ref
19172 reference "sec:Tablas-Coloreadas"
19173
19174 \end_inset
19175
19176 .
19177  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19178 \end_layout
19179
19180 \end_inset
19181
19182
19183 \end_layout
19184
19185 \begin_layout Standard
19186 \begin_inset ERT
19187 status collapsed
19188
19189 \begin_layout Plain Layout
19190
19191
19192 \backslash
19193 else
19194 \end_layout
19195
19196 \end_inset
19197
19198
19199 \begin_inset Note Note
19200 status collapsed
19201
19202 \begin_layout Plain Layout
19203 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19204  
19205 \series bold
19206 arydshln
19207 \series default
19208 .
19209 \end_layout
19210
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \begin_layout Standard
19217 Debes instalar el paquete LaTeX 
19218 \series bold
19219 arydshln
19220 \series default
19221  para ver la parte siguiente en la salida.
19222 \end_layout
19223
19224 \begin_layout Standard
19225 \begin_inset ERT
19226 status collapsed
19227
19228 \begin_layout Plain Layout
19229
19230
19231 \backslash
19232 fi
19233 \end_layout
19234
19235 \end_inset
19236
19237
19238 \end_layout
19239
19240 \begin_layout Chapter
19241 Flotantes
19242 \begin_inset Index
19243 status collapsed
19244
19245 \begin_layout Plain Layout
19246 Flotantes
19247 \end_layout
19248
19249 \end_inset
19250
19251
19252 \end_layout
19253
19254 \begin_layout Section
19255 Introducción
19256 \begin_inset CommandInset label
19257 LatexCommand label
19258 name "sec:Introducción-Flotantes"
19259
19260 \end_inset
19261
19262
19263 \begin_inset Index
19264 status collapsed
19265
19266 \begin_layout Plain Layout
19267 Flotantes ! Introducción
19268 \end_layout
19269
19270 \end_inset
19271
19272
19273 \end_layout
19274
19275 \begin_layout Standard
19276 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19277  no tiene posición fija.
19278  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19279  Las 
19280 \family sans
19281 Notas
19282 \begin_inset space ~
19283 \end_inset
19284
19285 al
19286 \begin_inset space ~
19287 \end_inset
19288
19289 pie
19290 \family default
19291  y 
19292 \family sans
19293 Notas
19294 \begin_inset space ~
19295 \end_inset
19296
19297 al
19298 \begin_inset space ~
19299 \end_inset
19300
19301 margen
19302 \family default
19303  también son flotantes, porque pueden flotar a la página siguiente cuando
19304  hay demasiadas notas en la página.
19305 \end_layout
19306
19307 \begin_layout Standard
19308 Los flotantes permiten composiciones de alta calidad.
19309  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19310  impedir espacios en blanco y páginas sin texto.
19311  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19312  cada flotante puede ser referenciado en el texto.
19313  Por lo tanto los flotantes están numerados.
19314  Las referencias se describen en la sección
19315 \begin_inset space ~
19316 \end_inset
19317
19318
19319 \begin_inset CommandInset ref
19320 LatexCommand ref
19321 reference "sec:Referencias-a-Flotantes"
19322
19323 \end_inset
19324
19325 .
19326 \end_layout
19327
19328 \begin_layout Standard
19329 Para insertar un flotante, usa el menú 
19330 \family sans
19331 Insertar\SpecialChar \menuseparator
19332 Flotante
19333 \family default
19334 .
19335  Esto inserta una 
19336 \family sans
19337 Leyenda,
19338 \family default
19339  un cuadro con una etiqueta.
19340  La etiqueta se traducirá automáticamente al idioma del documento.
19341  Tras la etiqueta puedes insertar el texto de la leyenda.
19342  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19343  separado dentro del flotante.
19344  La colocación de leyendas se describe en la sección
19345 \begin_inset space ~
19346 \end_inset
19347
19348
19349 \begin_inset CommandInset ref
19350 LatexCommand ref
19351 reference "sec:Colocación-de-leyendas"
19352
19353 \end_inset
19354
19355 .
19356  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19357  con clic izquierdo sobre él.
19358  Un cuadro cerrado se muestra así: 
19359 \begin_inset Graphics
19360         filename clipart/flotanteQt4.png
19361         scale 70
19362
19363 \end_inset
19364
19365  —un cuadro gris con etiqueta en rojo—.
19366 \end_layout
19367
19368 \begin_layout Standard
19369 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19370  errores de LaTeX si el texto circundante se formatea de modo especial.
19371 \end_layout
19372
19373 \begin_layout Standard
19374 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19375  y pinchando el botón correspondiente de la barra de herramientas para un
19376  flotante nuevo.
19377 \end_layout
19378
19379 \begin_layout Section
19380 Tipos de flotantes
19381 \end_layout
19382
19383 \begin_layout Standard
19384 Además de los flotantes de imagen y de tabla que se describen en la sección
19385 \begin_inset space ~
19386 \end_inset
19387
19388
19389 \begin_inset CommandInset ref
19390 LatexCommand ref
19391 reference "sec:Figuras-Flotantes"
19392
19393 \end_inset
19394
19395  y 
19396 \begin_inset CommandInset ref
19397 LatexCommand ref
19398 reference "sec:Tablas-Flotantes"
19399
19400 \end_inset
19401
19402 , respectivamente, LyX ofrece los tipos 
19403 \series bold
19404 Algoritmo
19405 \series default
19406  y 
19407 \series bold
19408 Envoltorio
19409 \series default
19410 .
19411 \end_layout
19412
19413 \begin_layout Subsection
19414 Algoritmos flotantes
19415 \begin_inset Index
19416 status collapsed
19417
19418 \begin_layout Plain Layout
19419 Flotantes ! Algoritmos
19420 \end_layout
19421
19422 \end_inset
19423
19424
19425 \begin_inset CommandInset label
19426 LatexCommand label
19427 name "sub:Algoritmos-Flotantes"
19428
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \begin_layout Standard
19435 \begin_inset Float algorithm
19436 placement h
19437 wide false
19438 sideways false
19439 status open
19440
19441 \begin_layout Plain Layout
19442 \begin_inset Caption
19443
19444 \begin_layout Plain Layout
19445 \begin_inset CommandInset label
19446 LatexCommand label
19447 name "alg:Ejemplo-de-Algoritmo-flotante"
19448
19449 \end_inset
19450
19451 Ejemplo de algoritmo flotante
19452 \end_layout
19453
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \begin_layout LyX-Code
19460 for I in 1..N loop
19461 \begin_inset Newline newline
19462 \end_inset
19463
19464  Sum:= Sum + A(I); /*comment*/
19465 \begin_inset Newline newline
19466 \end_inset
19467
19468 end loop
19469 \begin_inset VSpace -4mm
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \end_inset
19476
19477
19478 \end_layout
19479
19480 \begin_layout Standard
19481 Este tipo de flotante se inserta con el menú 
19482 \family sans
19483 Insertar\SpecialChar \menuseparator
19484 Flotante\SpecialChar \menuseparator
19485 Algoritmo
19486 \family default
19487 .
19488  Se usa para códigos y descripciones de algoritmos y se puede considerar
19489  una alternativa al listado de código de programa, que se explica en el
19490  capítulo
19491 \begin_inset space ~
19492 \end_inset
19493
19494
19495 \begin_inset CommandInset ref
19496 LatexCommand ref
19497 reference "cap:Listado-de-programa"
19498
19499 \end_inset
19500
19501 .
19502  Un posible entorno para algoritmos es 
19503 \family sans
19504 Código-LyX
19505 \family default
19506 , descrito en la 
19507 \emph on
19508 Guía del usuario
19509 \emph default
19510  de LyX.
19511  El algoritmo
19512 \begin_inset space ~
19513 \end_inset
19514
19515
19516 \begin_inset CommandInset ref
19517 LatexCommand ref
19518 reference "alg:Ejemplo-de-Algoritmo-flotante"
19519
19520 \end_inset
19521
19522  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19523  vertical de -4
19524 \begin_inset space \thinspace{}
19525 \end_inset
19526
19527 mm al final para tener la línea inferior exactamente bajo la última línea
19528  de texto.
19529 \end_layout
19530
19531 \begin_layout Standard
19532 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19533  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19534 \end_layout
19535
19536 \begin_layout Standard
19537
19538 \series bold
19539
19540 \backslash
19541 floatname{algorithm}{nombre}
19542 \end_layout
19543
19544 \begin_layout Standard
19545 donde 
19546 \family sans
19547 nombre
19548 \family default
19549  es la palabra «
19550 \emph on
19551 algoritmo
19552 \emph default
19553 » en el idioma deseado.
19554 \end_layout
19555
19556 \begin_layout Standard
19557 Para insertar el índice de algoritmos puedes usar el menú 
19558 \family sans
19559 Insertar\SpecialChar \menuseparator
19560 Lista
19561 \begin_inset space \thinspace{}
19562 \end_inset
19563
19564 /
19565 \begin_inset space \thinspace{}
19566 \end_inset
19567
19568 Índice\SpecialChar \menuseparator
19569 Índice de algoritmos
19570 \family default
19571 , si el documento está en el mismo idioma que los menús de LyX.
19572  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19573 \end_layout
19574
19575 \begin_layout Standard
19576
19577 \series bold
19578
19579 \backslash
19580 listof{algorithm}{nombre}
19581 \end_layout
19582
19583 \begin_layout Standard
19584 donde 
19585 \family sans
19586 nombre
19587 \family default
19588  es «
19589 \emph on
19590 Lista de algoritmos
19591 \emph default
19592 » en el idioma del documento.
19593 \end_layout
19594
19595 \begin_layout Standard
19596 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19597  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19598 tmo».
19599  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19600  documento:
19601 \end_layout
19602
19603 \begin_layout Standard
19604
19605 \series bold
19606
19607 \backslash
19608 numberwithin{algorithm}{chapter}
19609 \end_layout
19610
19611 \begin_layout Standard
19612 Para poder usar el comando 
19613 \series bold
19614
19615 \backslash
19616 numberwithin
19617 \series default
19618 , marca la opción 
19619 \family sans
19620 Usar
19621 \begin_inset space ~
19622 \end_inset
19623
19624 el
19625 \begin_inset space ~
19626 \end_inset
19627
19628 paquete
19629 \begin_inset space ~
19630 \end_inset
19631
19632 AMS
19633 \family default
19634  en el menú 
19635 \family sans
19636 Documento\SpecialChar \menuseparator
19637 Configuración\SpecialChar \menuseparator
19638 Opciones para ecuaciones
19639 \family default
19640 .
19641 \end_layout
19642
19643 \begin_layout Subsection
19644 Flotantes envueltos
19645 \begin_inset Index
19646 status collapsed
19647
19648 \begin_layout Plain Layout
19649 Flotantes ! Envoltorio
19650 \end_layout
19651
19652 \end_inset
19653
19654
19655 \end_layout
19656
19657 \begin_layout Standard
19658 \begin_inset Wrap figure
19659 lines 0
19660 placement l
19661 overhang 1cm
19662 width "40col%"
19663 status open
19664
19665 \begin_layout Plain Layout
19666 \begin_inset Graphics
19667         filename ../clipart/mobius.eps
19668         width 40col%
19669         rotateOrigin center
19670
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \begin_layout Plain Layout
19677 \begin_inset Caption
19678
19679 \begin_layout Plain Layout
19680 \begin_inset CommandInset label
19681 LatexCommand label
19682 name "fig:Envoltorio-de-figura"
19683
19684 \end_inset
19685
19686 Figura envuelta en el texto
19687 \end_layout
19688
19689 \end_inset
19690
19691
19692 \end_layout
19693
19694 \end_inset
19695
19696  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19697  de modo que ocupe sólo una parte del ancho de columna.
19698  Se inserta con el menú 
19699 \family sans
19700 Insertar\SpecialChar \menuseparator
19701 Flotante\SpecialChar \menuseparator
19702 Figura
19703 \begin_inset space ~
19704 \end_inset
19705
19706 envuelta
19707 \family default
19708
19709 \begin_inset space \thinspace{}
19710 \end_inset
19711
19712 /
19713 \begin_inset space \thinspace{}
19714 \end_inset
19715
19716
19717 \family sans
19718 Tabla
19719 \begin_inset space ~
19720 \end_inset
19721
19722 envuelta
19723 \family default
19724  si está instalado el paquete LaTeX 
19725 \series bold
19726 wrapfig
19727 \series default
19728
19729 \begin_inset Index
19730 status collapsed
19731
19732 \begin_layout Plain Layout
19733 LaTeX-paquetes ! wrapfig
19734 \begin_inset ERT
19735 status collapsed
19736
19737 \begin_layout Plain Layout
19738
19739
19740 \backslash
19741 vspace{4mm}
19742 \end_layout
19743
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \end_inset
19750
19751 .
19752 \begin_inset Foot
19753 status collapsed
19754
19755 \begin_layout Plain Layout
19756 La instalación de paquetes LaTeX se explica en el manual 
19757 \emph on
19758 Configuración de LaTeX
19759 \emph default
19760 .
19761 \end_layout
19762
19763 \end_inset
19764
19765  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19766  con clic derecho sobre el cuadro del flotante.
19767  Son obligatorias la 
19768 \family sans
19769 Ubicación
19770 \family default
19771  y la 
19772 \family sans
19773 Anchura
19774 \family default
19775 .
19776  Son opcionales 
19777 \family sans
19778 Extensión al margen
19779 \family default
19780 , que especifica la anchura de invasión del margen, y 
19781 \family sans
19782 Extender
19783 \begin_inset space ~
19784 \end_inset
19785
19786 a
19787 \begin_inset space ~
19788 \end_inset
19789
19790 líneas
19791 \family default
19792 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19793  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19794  opción sólo si encuentras problemas en la colocación del flotante.
19795  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19796  del párrafo o en los párrafos adyacentes.
19797  La figura
19798 \begin_inset space ~
19799 \end_inset
19800
19801
19802 \begin_inset CommandInset ref
19803 LatexCommand ref
19804 reference "fig:Envoltorio-de-figura"
19805
19806 \end_inset
19807
19808  es un ejemplo de envoltorio con una anchura de columna del 40
19809 \begin_inset space \thinspace{}
19810 \end_inset
19811
19812 %, ubicado a la izquierda y 1
19813 \begin_inset space \thinspace{}
19814 \end_inset
19815
19816 cm de invasión de margen.
19817 \begin_inset Foot
19818 status collapsed
19819
19820 \begin_layout Plain Layout
19821 Consulta las unidades disponibles en el apéndice
19822 \begin_inset space ~
19823 \end_inset
19824
19825
19826 \begin_inset CommandInset ref
19827 LatexCommand ref
19828 reference "cap:Unidades-disponibles-en"
19829
19830 \end_inset
19831
19832 .
19833 \end_layout
19834
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \begin_layout Standard
19841 \begin_inset Note Greyedout
19842 status open
19843
19844 \begin_layout Plain Layout
19845
19846 \series bold
19847 Nota:
19848 \series default
19849  ¡Los flotantes envueltos son frágiles! P.
19850 \begin_inset space \thinspace{}
19851 \end_inset
19852
19853 e.
19854 \begin_inset space ~
19855 \end_inset
19856
19857 si una figura está demasiado cerca de la parte inferior de la página se
19858  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19859  o situarse junto a otro texto.
19860 \end_layout
19861
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \begin_layout Standard
19868 En general:
19869 \end_layout
19870
19871 \begin_layout Itemize
19872 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19873  salto de página.
19874  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19875  esté casi listo y puedas prever los saltos de página.
19876 \end_layout
19877
19878 \begin_layout Itemize
19879 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19880  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19881 \end_layout
19882
19883 \begin_layout Itemize
19884 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19885  que procura que haya un párrafo de texto entre ellos.
19886 \end_layout
19887
19888 \begin_layout Itemize
19889 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19890 \end_layout
19891
19892 \begin_layout Section
19893 Numeración de flotantes
19894 \begin_inset Index
19895 status collapsed
19896
19897 \begin_layout Plain Layout
19898 Flotantes ! Numeración
19899 \end_layout
19900
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \begin_layout Standard
19907 En general, los flotantes se numeran independientemente de las secciones
19908  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19909  dependiendo de la clase de documento utilizada.
19910 \end_layout
19911
19912 \begin_layout Standard
19913 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19914  comando en el preámbulo del documento:
19915 \end_layout
19916
19917 \begin_layout Standard
19918
19919 \series bold
19920
19921 \backslash
19922 renewcommand{
19923 \backslash
19924 thetable}{
19925 \backslash
19926 roman{table}}
19927 \end_layout
19928
19929 \begin_layout Standard
19930
19931 \series bold
19932
19933 \backslash
19934 thetable 
19935 \series default
19936 es el comando que imprime el número de la tabla, para figuras flotantes
19937  el comando sería 
19938 \series bold
19939
19940 \backslash
19941 thefigure
19942 \series default
19943 .
19944  El comando 
19945 \series bold
19946
19947 \backslash
19948 roman
19949 \series default
19950  imprime el número de tabla en números romanos en minúscula.
19951 \end_layout
19952
19953 \begin_layout Standard
19954 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19955  usa este comando en el preámbulo:
19956 \end_layout
19957
19958 \begin_layout Standard
19959
19960 \series bold
19961
19962 \backslash
19963 numberwithin{table}{subsection}
19964 \end_layout
19965
19966 \begin_layout Standard
19967 Para poder usar el comando 
19968 \series bold
19969
19970 \backslash
19971 numberwithin
19972 \series default
19973 , debes marcar la opción 
19974 \family sans
19975 Usar
19976 \begin_inset space ~
19977 \end_inset
19978
19979 el
19980 \begin_inset space ~
19981 \end_inset
19982
19983 paquete
19984 \begin_inset space ~
19985 \end_inset
19986
19987 AMS 
19988 \family default
19989 en el apartado 
19990 \family sans
19991 Opciones para ecuaciones 
19992 \family default
19993 de las preferencias del documento.
19994 \end_layout
19995
19996 \begin_layout Standard
19997 Puedes ver más detalles y notas importantes sobre comandos de numeración
19998  en la sección
19999 \begin_inset space ~
20000 \end_inset
20001
20002
20003 \begin_inset CommandInset ref
20004 LatexCommand ref
20005 reference "sub:Numeración-de-Notas-al-Pie"
20006
20007 \end_inset
20008
20009 .
20010 \end_layout
20011
20012 \begin_layout Section
20013 Referencias a flotantes
20014 \begin_inset CommandInset label
20015 LatexCommand label
20016 name "sec:Referencias-a-Flotantes"
20017
20018 \end_inset
20019
20020
20021 \begin_inset Index
20022 status collapsed
20023
20024 \begin_layout Plain Layout
20025 Flotantes ! Referencias
20026 \end_layout
20027
20028 \end_inset
20029
20030
20031 \begin_inset Index
20032 status collapsed
20033
20034 \begin_layout Plain Layout
20035 Referencias
20036 \end_layout
20037
20038 \end_inset
20039
20040
20041 \end_layout
20042
20043 \begin_layout Standard
20044 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20045  menú 
20046 \family sans
20047 Insertar\SpecialChar \menuseparator
20048 Etiqueta
20049 \family default
20050  o el botón 
20051 \begin_inset Graphics
20052         filename ../../images/label-insert.png
20053         scale 85
20054
20055 \end_inset
20056
20057 .
20058  Aparece una ventana esperando la introducción del texto de la etiqueta
20059  y se inserta un cuadro gris como este: 
20060 \begin_inset Graphics
20061         filename clipart/etiquetaQt4.png
20062         scale 85
20063
20064 \end_inset
20065
20066 .
20067  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20068  El prefijo depende del tipo de flotante, p.
20069 \begin_inset space \thinspace{}
20070 \end_inset
20071
20072 e.
20073 \begin_inset space ~
20074 \end_inset
20075
20076 para figuras el prefijo será «
20077 \family sans
20078 fig:
20079 \family default
20080 ».
20081 \end_layout
20082
20083 \begin_layout Standard
20084 La etiqueta se usa como ancla y el nombre para la referencia.
20085  Puedes referenciar la etiqueta usando el menú 
20086 \family sans
20087 Insertar\SpecialChar \menuseparator
20088 Referencia
20089 \family default
20090
20091 \begin_inset space ~
20092 \end_inset
20093
20094
20095 \family sans
20096 cruzada
20097 \family default
20098  o el botón 
20099 \begin_inset Graphics
20100         filename ../../images/dialog-show-new-inset_ref.png
20101         scale 85
20102
20103 \end_inset
20104
20105 .
20106  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20107  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20108  trabajando de la lista desplegable de la parte superior del diálogo.
20109  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20110  Se inserta un cuadro gris como este: 
20111 \begin_inset Graphics
20112         filename clipart/referenciaQt4.png
20113         scale 85
20114
20115 \end_inset
20116
20117 .
20118  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20119 \end_layout
20120
20121 \begin_layout Standard
20122 Se recomienda poner un espacio protegido entre el nombre de la referencia
20123  cruzada y su número para evitar saltos de línea entre ellos.
20124  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20125  dos interrogaciones en la salida.
20126 \end_layout
20127
20128 \begin_layout Standard
20129 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20130  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20131  al texto de la etiqueta nueva, no te ocupes por eso.
20132 \end_layout
20133
20134 \begin_layout Standard
20135 El botón 
20136 \family sans
20137 Ir
20138 \begin_inset space ~
20139 \end_inset
20140
20141 a
20142 \begin_inset space ~
20143 \end_inset
20144
20145 la
20146 \begin_inset space ~
20147 \end_inset
20148
20149 etiqueta
20150 \family default
20151  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20152  y el texto del botón cambia a 
20153 \family sans
20154 Volver
20155 \family default
20156 , con el que se puede retornar a la referencia.
20157  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20158  hasta la etiqueta pero sin opción de volver.
20159 \end_layout
20160
20161 \begin_layout Subsection
20162 Formatos de referencia cruzada
20163 \begin_inset CommandInset label
20164 LatexCommand label
20165 name "sub:Formatos-referencia-cruzada"
20166
20167 \end_inset
20168
20169
20170 \begin_inset Index
20171 status collapsed
20172
20173 \begin_layout Plain Layout
20174 Referencias ! Formatos
20175 \end_layout
20176
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \begin_layout Standard
20183 Hay seis variedades de referencias cruzadas:
20184 \end_layout
20185
20186 \begin_layout Description
20187 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20188  
20189 \begin_inset CommandInset ref
20190 LatexCommand ref
20191 reference "fig:Dos-imágenes-distorsionadas"
20192
20193 \end_inset
20194
20195
20196 \end_layout
20197
20198 \begin_layout Description
20199 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20200  habitual para referirse a fórmulas, especialmente si se omite el nombre
20201  «Ecuación»: 
20202 \begin_inset CommandInset ref
20203 LatexCommand eqref
20204 reference "eq:Wgn"
20205
20206 \end_inset
20207
20208
20209 \end_layout
20210
20211 \begin_layout Description
20212 <página>: imprime el número de página: Página
20213 \begin_inset space ~
20214 \end_inset
20215
20216
20217 \begin_inset CommandInset ref
20218 LatexCommand pageref
20219 reference "fig:Dos-imágenes-distorsionadas"
20220
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \begin_layout Description
20227 en
20228 \begin_inset space ~
20229 \end_inset
20230
20231 página
20232 \begin_inset space ~
20233 \end_inset
20234
20235 <página>: imprime el texto «en la página» y el número de página: 
20236 \begin_inset CommandInset ref
20237 LatexCommand vpageref
20238 reference "fig:Dos-imágenes-distorsionadas"
20239
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \begin_layout Description
20246 <referencia>
20247 \begin_inset space ~
20248 \end_inset
20249
20250 en
20251 \begin_inset space ~
20252 \end_inset
20253
20254 página
20255 \begin_inset space ~
20256 \end_inset
20257
20258 <página>: imprime el número flotante, el texto «en la página» y el número
20259  de página: 
20260 \begin_inset CommandInset ref
20261 LatexCommand vref
20262 reference "fig:Dos-imágenes-distorsionadas"
20263
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \begin_layout Description
20270 Referencia
20271 \begin_inset space ~
20272 \end_inset
20273
20274 con
20275 \begin_inset space ~
20276 \end_inset
20277
20278 formato: imprime un formato personalizado.
20279 \begin_inset Newline newline
20280 \end_inset
20281
20282
20283 \begin_inset Note Greyedout
20284 status open
20285
20286 \begin_layout Plain Layout
20287
20288 \series bold
20289 Nota:
20290 \series default
20291  Esta característica sólo está disponible si está instalado el paquete LaTeX
20292  
20293 \series bold
20294 prettyref
20295 \series default
20296 .
20297 \begin_inset Index
20298 status collapsed
20299
20300 \begin_layout Plain Layout
20301 LaTeX-paquetes ! prettyref
20302 \end_layout
20303
20304 \end_inset
20305
20306
20307 \end_layout
20308
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \begin_layout Standard
20315
20316 \family sans
20317 <página>
20318 \family default
20319
20320 \begin_inset space \thinspace{}
20321 \end_inset
20322
20323  no imprime el número si la etiqueta está en la misma página, en la anterior
20324  o en la siguiente.
20325  En su lugar verás p.
20326 \begin_inset space \thinspace{}
20327 \end_inset
20328
20329 e.
20330 \begin_inset space ~
20331 \end_inset
20332
20333 el texto «
20334 \family sans
20335 en esta página
20336 \family default
20337 ».
20338  El estilo 
20339 \family sans
20340 <referencia>
20341 \begin_inset space ~
20342 \end_inset
20343
20344 en
20345 \begin_inset space ~
20346 \end_inset
20347
20348 página
20349 \begin_inset space ~
20350 \end_inset
20351
20352 <página> 
20353 \family default
20354 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20355 \end_layout
20356
20357 \begin_layout Standard
20358 El número y página actual de la parte del documento referida es automáticamente
20359  calculado por LaTeX en la salida.
20360  Las variedades se ajustan en el campo 
20361 \family sans
20362 Formato
20363 \family default
20364  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20365 \end_layout
20366
20367 \begin_layout Standard
20368 \begin_inset Note Greyedout
20369 status open
20370
20371 \begin_layout Plain Layout
20372
20373 \series bold
20374 Nota:
20375 \series default
20376  El paquete LaTeX 
20377 \series bold
20378 prettyref
20379 \series default
20380
20381 \begin_inset Index
20382 status collapsed
20383
20384 \begin_layout Plain Layout
20385 LaTeX-paquetes ! prettyref
20386 \end_layout
20387
20388 \end_inset
20389
20390  no reconoce todas las abreviaturas de etiquetas
20391 \begin_inset Foot
20392 status collapsed
20393
20394 \begin_layout Plain Layout
20395 \begin_inset Quotes fld
20396 \end_inset
20397
20398 fig:
20399 \begin_inset Quotes frd
20400 \end_inset
20401
20402 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20403  figuras.
20404 \end_layout
20405
20406 \end_inset
20407
20408  posibles en LyX y no está internacionalizado.
20409  Para saber cómo indicar a 
20410 \series bold
20411 prettyref
20412 \series default
20413  nuevas abreviaturas y traducciones, echa un vistazo a su documentación,
20414  
20415 \begin_inset CommandInset citation
20416 LatexCommand cite
20417 key "prettyref"
20418
20419 \end_inset
20420
20421 .
20422 \end_layout
20423
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \begin_layout Subsection
20430 Designación automática de referencias
20431 \begin_inset Index
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435 Referencias ! Designación automática
20436 \end_layout
20437
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Standard
20444 El paquete LaTeX 
20445 \series bold
20446 hyperref
20447 \series default
20448
20449 \begin_inset Index
20450 status collapsed
20451
20452 \begin_layout Plain Layout
20453 LaTeX-paquetes ! hyperref
20454 \end_layout
20455
20456 \end_inset
20457
20458 , que se habilita en 
20459 \family sans
20460 Propiedades PDF
20461 \family default
20462  del diálogo 
20463 \family sans
20464 Documento\SpecialChar \menuseparator
20465 Configuración
20466 \family default
20467 , dispone de una característica muy útil que permite incluir automáticamente
20468  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20469  de texto como 
20470 \emph on
20471 sección
20472 \emph default
20473 ).
20474  Así, p.
20475 \begin_inset space \thinspace{}
20476 \end_inset
20477
20478 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20479  a una figura.
20480  Para usar esta característica habilita el soporte para 
20481 \series bold
20482 hyperref
20483 \series default
20484  e inserta la siguiente línea en el preámbulo LaTeX:
20485 \end_layout
20486
20487 \begin_layout Standard
20488
20489 \series bold
20490
20491 \backslash
20492 AtBeginDocument{
20493 \backslash
20494 renewcommand{
20495 \backslash
20496 ref}[1]{
20497 \backslash
20498 mbox{
20499 \backslash
20500 autoref{#1}}}}
20501 \end_layout
20502
20503 \begin_layout Standard
20504 Si prefieres otros nombres para las referencias distintos de los predeterminados
20505 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20506  lo siguiente en el preámbulo:
20507 \end_layout
20508
20509 \begin_layout Standard
20510
20511 \series bold
20512
20513 \backslash
20514 addto
20515 \backslash
20516 extrasenglish{
20517 \backslash
20518 renewcommand{
20519 \backslash
20520 sectionautorefname}
20521 \begin_inset Newline newline
20522 \end_inset
20523
20524
20525 \begin_inset ERT
20526 status collapsed
20527
20528 \begin_layout Plain Layout
20529
20530
20531 \backslash
20532 hphantom{ }
20533 \end_layout
20534
20535 \end_inset
20536
20537 {sec.
20538 \backslash
20539 negthinspace}}
20540 \end_layout
20541
20542 \begin_layout Standard
20543 Si estás usando un idioma de documento distinto del inglés, reemplaza
20544 \begin_inset Newline newline
20545 \end_inset
20546
20547  
20548 \series bold
20549
20550 \backslash
20551 extrasenglish
20552 \series default
20553  por
20554 \series bold
20555  
20556 \backslash
20557 extras***
20558 \series default
20559 , donde *** es el nombre del idioma utilizado.
20560 \end_layout
20561
20562 \begin_layout Standard
20563 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20564  por ejemplo no para ecuaciones, usa este código de preámbulo:
20565 \end_layout
20566
20567 \begin_layout Standard
20568
20569 \series bold
20570
20571 \backslash
20572 newlength{
20573 \backslash
20574 abc}
20575 \begin_inset Newline newline
20576 \end_inset
20577
20578
20579 \backslash
20580 settowidth{
20581 \backslash
20582 abc}{
20583 \backslash
20584 space}
20585 \begin_inset Newline newline
20586 \end_inset
20587
20588
20589 \backslash
20590 addto
20591 \backslash
20592 extrasenglish{
20593 \backslash
20594 renewcommand{
20595 \backslash
20596 equationautorefname}
20597 \begin_inset Newline newline
20598 \end_inset
20599
20600
20601 \begin_inset ERT
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605
20606
20607 \backslash
20608 hphantom{ }
20609 \end_layout
20610
20611 \end_inset
20612
20613 {
20614 \backslash
20615 hspace{-
20616 \backslash
20617 abc}}
20618 \end_layout
20619
20620 \begin_layout Standard
20621 En la documentación de 
20622 \series bold
20623 hyperref
20624 \series default
20625  
20626 \begin_inset CommandInset citation
20627 LatexCommand cite
20628 key "hyperref"
20629
20630 \end_inset
20631
20632  puedes encontrar más información.
20633
20634 \series bold
20635  
20636 \end_layout
20637
20638 \begin_layout Standard
20639 \begin_inset Note Greyedout
20640 status open
20641
20642 \begin_layout Plain Layout
20643
20644 \series bold
20645 Nota:
20646 \series default
20647  La designación automática de referencias no puede usarse en el estilo 
20648 \family sans
20649 Referencia
20650 \begin_inset space ~
20651 \end_inset
20652
20653 con
20654 \begin_inset space ~
20655 \end_inset
20656
20657 formato
20658 \family default
20659 , descrita en la sección
20660 \begin_inset space ~
20661 \end_inset
20662
20663
20664 \begin_inset CommandInset ref
20665 LatexCommand ref
20666 reference "sub:Formatos-referencia-cruzada"
20667
20668 \end_inset
20669
20670 .
20671 \end_layout
20672
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \begin_layout Standard
20679 El manual 
20680 \emph on
20681 Ecuaciones
20682 \emph default
20683  es un ejemplo de documento en el que se ha utilizado designación automática
20684  de referencias.
20685 \end_layout
20686
20687 \begin_layout Subsection
20688 Colocación de referencias
20689 \begin_inset CommandInset label
20690 LatexCommand label
20691 name "sub:Colocación-de-Referencias"
20692
20693 \end_inset
20694
20695
20696 \begin_inset Index
20697 status collapsed
20698
20699 \begin_layout Plain Layout
20700 Referencias ! Colocación
20701 \end_layout
20702
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \begin_layout Standard
20709 Si usas 
20710 \series bold
20711 hyperref
20712 \series default
20713
20714 \begin_inset Index
20715 status collapsed
20716
20717 \begin_layout Plain Layout
20718 LaTeX-paquetes ! hyperref
20719 \end_layout
20720
20721 \end_inset
20722
20723 , en las 
20724 \family sans
20725 Preferencias PDF 
20726 \family default
20727 del diálogo 
20728 \family sans
20729 Documento\SpecialChar \menuseparator
20730 Configuración
20731 \family default
20732 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20733  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20734  La leyenda será la primera parte del texto en pantalla, de forma que para
20735  ver la imagen debes deslizar.
20736  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20737  Usando el paquete 
20738 \series bold
20739 hypcap
20740 \series default
20741
20742 \begin_inset Index
20743 status collapsed
20744
20745 \begin_layout Plain Layout
20746 LaTeX-paquetes ! hypcap
20747 \end_layout
20748
20749 \end_inset
20750
20751 , que forma parte del paquete LaTeX 
20752 \series bold
20753 oberdiek
20754 \series default
20755
20756 \begin_inset Index
20757 status collapsed
20758
20759 \begin_layout Plain Layout
20760 LaTeX-paquetes ! oberdiek
20761 \end_layout
20762
20763 \end_inset
20764
20765 , el ancla de enlace se sitúa al comienzo de un flotante.
20766  Para usar esta característica para figuras flotantes carga 
20767 \series bold
20768 hypcap
20769 \series default
20770  en el preámbulo con
20771 \end_layout
20772
20773 \begin_layout Standard
20774
20775 \series bold
20776
20777 \backslash
20778 usepackage[figure]{hypcap}
20779 \end_layout
20780
20781 \begin_layout Standard
20782 Puedes usar 
20783 \series bold
20784 hypcap
20785 \series default
20786  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20787  Más información en el manual de 
20788 \series bold
20789 hypcap
20790 \series default
20791  
20792 \begin_inset CommandInset citation
20793 LatexCommand cite
20794 key "hypcap"
20795
20796 \end_inset
20797
20798 .
20799 \end_layout
20800
20801 \begin_layout Standard
20802 \begin_inset Note Greyedout
20803 status open
20804
20805 \begin_layout Plain Layout
20806
20807 \series bold
20808 Nota:
20809 \series default
20810  
20811 \series bold
20812 hypcap
20813 \series default
20814  no funciona para las referencias a subfiguras.
20815 \end_layout
20816
20817 \end_inset
20818
20819
20820 \end_layout
20821
20822 \begin_layout Section
20823 Colocación de flotantes
20824 \begin_inset CommandInset label
20825 LatexCommand label
20826 name "sec:Colocación-de-Flotantes"
20827
20828 \end_inset
20829
20830
20831 \begin_inset Index
20832 status collapsed
20833
20834 \begin_layout Plain Layout
20835 Flotantes ! Colocación
20836 \end_layout
20837
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \begin_layout Standard
20844 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20845  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20846  los flotantes.
20847 \begin_inset Newline newline
20848 \end_inset
20849
20850 La opción 
20851 \family sans
20852 Extender
20853 \begin_inset space ~
20854 \end_inset
20855
20856 columnas
20857 \family default
20858  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20859  abarcará ambas columnas en lugar de una sola.
20860 \begin_inset Newline newline
20861 \end_inset
20862
20863 La opción 
20864 \family sans
20865 Girar
20866 \begin_inset space ~
20867 \end_inset
20868
20869 a
20870 \begin_inset space ~
20871 \end_inset
20872
20873 un
20874 \begin_inset space ~
20875 \end_inset
20876
20877 lado
20878 \family default
20879  sirve para girar flotantes, véase sección
20880 \begin_inset space ~
20881 \end_inset
20882
20883
20884 \begin_inset CommandInset ref
20885 LatexCommand ref
20886 reference "sec:Rotación-de-Flotantes"
20887
20888 \end_inset
20889
20890 .
20891  
20892 \end_layout
20893
20894 \begin_layout Standard
20895 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20896  la posición de un flotante si desmarcas la opción 
20897 \family sans
20898 Usar
20899 \begin_inset space ~
20900 \end_inset
20901
20902 ubicación
20903 \begin_inset space ~
20904 \end_inset
20905
20906 predeterminada
20907 \family default
20908 :
20909 \end_layout
20910
20911 \begin_layout Description
20912
20913 \family sans
20914 \series bold
20915 Aquí
20916 \begin_inset space ~
20917 \end_inset
20918
20919 si
20920 \begin_inset space ~
20921 \end_inset
20922
20923 es
20924 \begin_inset space ~
20925 \end_inset
20926
20927 posible
20928 \family default
20929 \series default
20930  intenta situar el flotante en la posición en la que se inserta
20931 \end_layout
20932
20933 \begin_layout Description
20934
20935 \family sans
20936 \series bold
20937 Principio
20938 \begin_inset space ~
20939 \end_inset
20940
20941 de
20942 \begin_inset space ~
20943 \end_inset
20944
20945 página
20946 \family default
20947 \series default
20948  intenta situar el flotante al principio de la página actual
20949 \end_layout
20950
20951 \begin_layout Description
20952
20953 \family sans
20954 \series bold
20955 Fin
20956 \begin_inset space ~
20957 \end_inset
20958
20959 de
20960 \begin_inset space ~
20961 \end_inset
20962
20963 página
20964 \family default
20965 \series default
20966  intenta situar el flotante al final de la página actual
20967 \end_layout
20968
20969 \begin_layout Description
20970
20971 \family sans
20972 \series bold
20973 Página
20974 \begin_inset space ~
20975 \end_inset
20976
20977 de
20978 \begin_inset space ~
20979 \end_inset
20980
20981 flotantes
20982 \family default
20983 \series default
20984  intenta situar el flotante en una página propia 
20985 \end_layout
20986
20987 \begin_layout Standard
20988 LaTeX usa 
20989 \emph on
20990 siempre
20991 \emph default
20992  ese orden de opciones.
20993  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20994  lugar 
20995 \family sans
20996 Aquí
20997 \begin_inset space ~
20998 \end_inset
20999
21000 si
21001 \begin_inset space ~
21002 \end_inset
21003
21004 es
21005 \begin_inset space ~
21006 \end_inset
21007
21008 posible
21009 \family default
21010 , luego 
21011 \family sans
21012 Principio
21013 \begin_inset space ~
21014 \end_inset
21015
21016 de
21017 \begin_inset space ~
21018 \end_inset
21019
21020 página
21021 \family default
21022 , y después las otras.
21023  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21024  pero en dicho orden.
21025  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21026  pero intenta poner el flotante en la página siguiente.
21027 \end_layout
21028
21029 \begin_layout Standard
21030 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21031 \end_layout
21032
21033 \begin_layout Labeling
21034 \labelwidthstring 00.00.0000
21035
21036 \family sans
21037 Principio
21038 \begin_inset space ~
21039 \end_inset
21040
21041 de
21042 \begin_inset space ~
21043 \end_inset
21044
21045 página:
21046 \family default
21047  sólo si el flotante ocupa menos del 70
21048 \begin_inset space \thinspace{}
21049 \end_inset
21050
21051 % de la página puede ubicarse al principio de página (
21052 \series bold
21053
21054 \backslash
21055 topfraction
21056 \series default
21057 )
21058 \end_layout
21059
21060 \begin_layout Labeling
21061 \labelwidthstring 00.00.0000
21062
21063 \family sans
21064 Fin
21065 \begin_inset space ~
21066 \end_inset
21067
21068 de
21069 \begin_inset space ~
21070 \end_inset
21071
21072 página:
21073 \family default
21074  sólo si el flotante ocupa menos del 30
21075 \begin_inset space \thinspace{}
21076 \end_inset
21077
21078 % de la página puede ubicarse al fin de página.
21079  (
21080 \series bold
21081
21082 \backslash
21083 bottomfraction
21084 \series default
21085 )
21086 \end_layout
21087
21088 \begin_layout Labeling
21089 \labelwidthstring 00.00.0000
21090
21091 \family sans
21092 Página
21093 \begin_inset space ~
21094 \end_inset
21095
21096 de
21097 \begin_inset space ~
21098 \end_inset
21099
21100 flotantes:
21101 \family default
21102  sólo si más del 50
21103 \begin_inset space \thinspace{}
21104 \end_inset
21105
21106 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21107  página.
21108  (
21109 \series bold
21110
21111 \backslash
21112 floatpagefraction
21113 \series default
21114 )
21115 \end_layout
21116
21117 \begin_layout Standard
21118 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21119  
21120 \family sans
21121 Ignorar
21122 \begin_inset space ~
21123 \end_inset
21124
21125 reglas
21126 \begin_inset space ~
21127 \end_inset
21128
21129 de
21130 \begin_inset space ~
21131 \end_inset
21132
21133 LaTeX
21134 \family default
21135 .
21136 \begin_inset Newline newline
21137 \end_inset
21138
21139 También puedes redefinir las reglas con los comandos LaTeX que van entre
21140  paréntesis tras la descripción de las reglas anteriores.
21141  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21142  la regla 
21143 \family sans
21144 Fin
21145 \family default
21146
21147 \begin_inset space ~
21148 \end_inset
21149
21150
21151 \family sans
21152 de
21153 \family default
21154
21155 \begin_inset space ~
21156 \end_inset
21157
21158
21159 \family sans
21160 página
21161 \family default
21162  al 50
21163 \begin_inset space \thinspace{}
21164 \end_inset
21165
21166 %, añade esta línea en el preámbulo:
21167 \end_layout
21168
21169 \begin_layout Standard
21170
21171 \series bold
21172
21173 \backslash
21174 renewcommand{
21175 \backslash
21176 bottomfraction}{0.5}
21177 \end_layout
21178
21179 \begin_layout Standard
21180 En determinados casos podrías necesitar ubicar un flotante exactamente en
21181  la posición en la que se inserta.
21182  Para esto puedes usar la opción 
21183 \family sans
21184 Aquí
21185 \begin_inset space ~
21186 \end_inset
21187
21188 definitivamente
21189 \family default
21190 .
21191  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21192  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21193  se podría estropear el diseño de la página.
21194 \end_layout
21195
21196 \begin_layout Standard
21197 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21198  rodeados por texto de un párrafo determinado.
21199 \begin_inset VSpace bigskip
21200 \end_inset
21201
21202
21203 \end_layout
21204
21205 \begin_layout Standard
21206 A veces surge el problema de que un flotante se sitúa al principio de la
21207  página mientras que su sección correspondiente empieza en mitad de la página,
21208  así que el lector podría creer que el flotante forma parte de la sección
21209  anterior.
21210  Para evitarlo puede emplearse el comando LaTeX 
21211 \series bold
21212
21213 \backslash
21214 suppressfloats
21215 \series default
21216 , que suprime la ubicación de un flotante dado en la página donde se inserta
21217  y además puede servir para evitar que el flotante se coloque antes del
21218  inicio de sección.
21219  Para ello, añade estos comandos al preámbulo:
21220 \end_layout
21221
21222 \begin_layout Standard
21223
21224 \series bold
21225
21226 \backslash
21227 let
21228 \backslash
21229 mySection
21230 \backslash
21231 section
21232 \begin_inset Newline newline
21233 \end_inset
21234
21235
21236 \backslash
21237 renewcommand{
21238 \backslash
21239 section}{
21240 \backslash
21241 suppressfloats[t]
21242 \backslash
21243 mySection}
21244 \end_layout
21245
21246 \begin_layout Standard
21247 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21248  subsecciones.
21249  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21250  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21251 \end_layout
21252
21253 \begin_layout Standard
21254 \begin_inset VSpace bigskip
21255 \end_inset
21256
21257 En ciertos casos se quieren tener todas las figuras/tablas al final del
21258  documento.
21259  Para estos casos está el paquete LaTeX 
21260 \series bold
21261 endfloat
21262 \series default
21263
21264 \begin_inset Index
21265 status collapsed
21266
21267 \begin_layout Plain Layout
21268 LaTeX-paquetes ! endfloat
21269 \end_layout
21270
21271 \end_inset
21272
21273 .
21274  Pone todas las figuras y tablas flotantes al final del documento en secciones
21275  propias.
21276  En la posición original del flotante se inserta una indicación como «
21277 \family sans
21278 [Figure
21279 \begin_inset space ~
21280 \end_inset
21281
21282 3.2 about here.]
21283 \family default
21284 ».
21285  El paquete 
21286 \series bold
21287 endfloat
21288 \series default
21289  se carga en el preámbulo con la línea
21290 \end_layout
21291
21292 \begin_layout Standard
21293
21294 \series bold
21295
21296 \backslash
21297 usepackage[options]{endfloat}
21298 \end_layout
21299
21300 \begin_layout Standard
21301 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21302  Para más información véase la documentación 
21303 \begin_inset CommandInset citation
21304 LatexCommand cite
21305 key "endfloat"
21306
21307 \end_inset
21308
21309 .
21310 \begin_inset Newline newline
21311 \end_inset
21312
21313
21314 \begin_inset Note Greyedout
21315 status open
21316
21317 \begin_layout Plain Layout
21318
21319 \series bold
21320 Nota: endfloat
21321 \series default
21322  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21323  véase sección
21324 \begin_inset space ~
21325 \end_inset
21326
21327 4 en 
21328 \begin_inset CommandInset citation
21329 LatexCommand cite
21330 key "endfloat"
21331
21332 \end_inset
21333
21334 .
21335 \end_layout
21336
21337 \end_inset
21338
21339
21340 \begin_inset Newline newline
21341 \end_inset
21342
21343
21344 \begin_inset Note Greyedout
21345 status open
21346
21347 \begin_layout Plain Layout
21348
21349 \series bold
21350 Nota:
21351 \series default
21352  Actualmente hay un error en 
21353 \series bold
21354 endfloat
21355 \series default
21356  cuando la leyenda contiene el carácter alemán «ß».
21357  Usa en ese caso el comando «
21358 \series bold
21359
21360 \backslash
21361 ss
21362 \series default
21363 » en código TeX en vez de «ß».
21364 \end_layout
21365
21366 \end_inset
21367
21368
21369 \end_layout
21370
21371 \begin_layout Standard
21372 \begin_inset VSpace bigskip
21373 \end_inset
21374
21375 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21376 \begin_inset CommandInset citation
21377 LatexCommand cite
21378 key "latexcompanion,latexguide,latexbook"
21379
21380 \end_inset
21381
21382 .
21383 \end_layout
21384
21385 \begin_layout Section
21386 Rotación de flotantes
21387 \begin_inset CommandInset label
21388 LatexCommand label
21389 name "sec:Rotación-de-Flotantes"
21390
21391 \end_inset
21392
21393
21394 \begin_inset Index
21395 status collapsed
21396
21397 \begin_layout Plain Layout
21398 Flotantes ! Rotación
21399 \end_layout
21400
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \begin_layout Standard
21407 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21408  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21409  la opción 
21410 \family sans
21411 Girar
21412 \begin_inset space ~
21413 \end_inset
21414
21415 a
21416 \begin_inset space ~
21417 \end_inset
21418
21419 un
21420 \begin_inset space ~
21421 \end_inset
21422
21423 lado
21424 \family default
21425 .
21426 \end_layout
21427
21428 \begin_layout Standard
21429 Los flotantes girados son puestos siempre en su propia página (o columna
21430  si el documento es de dos columnas).
21431  Se les puede permitir abarcar varias columnas con la opción de configuración
21432  
21433 \family sans
21434 Extender
21435 \begin_inset space ~
21436 \end_inset
21437
21438 columnas
21439 \family default
21440 .
21441  Se rotan de forma que puedes leerlos desde el margen externo.
21442  Para forzar determinada dirección de rotación para todas las páginas, puedes
21443  añadir una de las opciones 
21444 \series bold
21445 figuresleft
21446 \series default
21447  o 
21448 \series bold
21449 figuresright
21450 \series default
21451  a las opciones de clase del documento.
21452 \end_layout
21453
21454 \begin_layout Standard
21455 Los flotantes girados se refieren igual que los normales, y el formato de
21456  la leyenda también es el mismo: un ejemplo es la tabla
21457 \begin_inset space ~
21458 \end_inset
21459
21460
21461 \begin_inset CommandInset ref
21462 LatexCommand ref
21463 reference "tab:Tabla-girada"
21464
21465 \end_inset
21466
21467 .
21468 \end_layout
21469
21470 \begin_layout Standard
21471 \begin_inset Note Greyedout
21472 status open
21473
21474 \begin_layout Plain Layout
21475
21476 \series bold
21477 Nota:
21478 \series default
21479  No todos los visores DVI pueden mostrar tablas giradas.
21480 \end_layout
21481
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \begin_layout Standard
21488 \begin_inset Float table
21489 wide false
21490 sideways true
21491 status open
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Caption
21495
21496 \begin_layout Plain Layout
21497 \begin_inset CommandInset label
21498 LatexCommand label
21499 name "tab:Tabla-girada"
21500
21501 \end_inset
21502
21503 Tabla girada
21504 \end_layout
21505
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \begin_layout Plain Layout
21512 \align center
21513 \begin_inset Tabular
21514 <lyxtabular version="3" rows="1" columns="5">
21515 <features>
21516 <column alignment="center" valignment="top" width="0">
21517 <column alignment="center" valignment="top" width="0">
21518 <column alignment="center" valignment="top" width="0">
21519 <column alignment="center" valignment="top" width="0">
21520 <column alignment="center" valignment="top" width="0">
21521 <row>
21522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 test
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535 b
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 c
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 d
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562 e
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 </row>
21568 </lyxtabular>
21569
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \end_inset
21576
21577
21578 \end_layout
21579
21580 \begin_layout Section
21581 Subflotantes
21582 \begin_inset Index
21583 status collapsed
21584
21585 \begin_layout Plain Layout
21586 Flotantes ! Subflotantes
21587 \end_layout
21588
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \begin_layout Standard
21595 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21596  imágenes.
21597  Se crean insertando un flotante dentro de otro.
21598  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21599  como se muestra en las tablas
21600 \begin_inset space ~
21601 \end_inset
21602
21603
21604 \begin_inset CommandInset ref
21605 LatexCommand ref
21606 reference "tab:Dos-subtablas-adosadas"
21607
21608 \end_inset
21609
21610  y
21611 \begin_inset space ~
21612 \end_inset
21613
21614
21615 \begin_inset CommandInset ref
21616 LatexCommand ref
21617 reference "tab:Dos-subtablas-una-sobre"
21618
21619 \end_inset
21620
21621 .
21622 \end_layout
21623
21624 \begin_layout Standard
21625 Las referencias a subflotantes funcionan como en los flotantes normales:
21626  la tabla
21627 \begin_inset space ~
21628 \end_inset
21629
21630
21631 \begin_inset CommandInset ref
21632 LatexCommand ref
21633 reference "tab:Esta-es-la-subtabla-a"
21634
21635 \end_inset
21636
21637  y la tabla
21638 \begin_inset space ~
21639 \end_inset
21640
21641
21642 \begin_inset CommandInset ref
21643 LatexCommand ref
21644 reference "tab:Esta-es-la-subtabla-b"
21645
21646 \end_inset
21647
21648  son subtablas de la tabla
21649 \begin_inset space ~
21650 \end_inset
21651
21652
21653 \begin_inset CommandInset ref
21654 LatexCommand ref
21655 reference "tab:Dos-subtablas-adosadas"
21656
21657 \end_inset
21658
21659 .
21660 \end_layout
21661
21662 \begin_layout Standard
21663 \begin_inset Float table
21664 wide false
21665 sideways false
21666 status open
21667
21668 \begin_layout Plain Layout
21669 \begin_inset Caption
21670
21671 \begin_layout Plain Layout
21672 \begin_inset CommandInset label
21673 LatexCommand label
21674 name "tab:Dos-subtablas-adosadas"
21675
21676 \end_inset
21677
21678 Dos subtablas adosadas
21679 \end_layout
21680
21681 \end_inset
21682
21683
21684 \end_layout
21685
21686 \begin_layout Plain Layout
21687 \begin_inset space \hfill{}
21688 \end_inset
21689
21690
21691 \begin_inset Float table
21692 wide false
21693 sideways false
21694 status collapsed
21695
21696 \begin_layout Plain Layout
21697 \begin_inset Caption
21698
21699 \begin_layout Plain Layout
21700 \begin_inset CommandInset label
21701 LatexCommand label
21702 name "tab:Esta-es-la-subtabla-a"
21703
21704 \end_inset
21705
21706 Esta es la subtabla a
21707 \end_layout
21708
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \begin_layout Plain Layout
21715 \align center
21716 \begin_inset Tabular
21717 <lyxtabular version="3" rows="1" columns="5">
21718 <features>
21719 <column alignment="center" valignment="top" width="0">
21720 <column alignment="center" valignment="top" width="0">
21721 <column alignment="center" valignment="top" width="0">
21722 <column alignment="center" valignment="top" width="0">
21723 <column alignment="center" valignment="top" width="0">
21724 <row>
21725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 test 
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 b
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747 c
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756 d
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765 e
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 </lyxtabular>
21772
21773 \end_inset
21774
21775
21776 \end_layout
21777
21778 \end_inset
21779
21780
21781 \begin_inset space \hfill{}
21782 \end_inset
21783
21784
21785 \begin_inset Float table
21786 wide false
21787 sideways false
21788 status collapsed
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:Esta-es-la-subtabla-b"
21797
21798 \end_inset
21799
21800 Esta es la subtabla b
21801 \end_layout
21802
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \begin_layout Plain Layout
21809 \align center
21810 \begin_inset Tabular
21811 <lyxtabular version="3" rows="1" columns="5">
21812 <features>
21813 <column alignment="center" valignment="top" width="0">
21814 <column alignment="center" valignment="top" width="0">
21815 <column alignment="center" valignment="top" width="0">
21816 <column alignment="center" valignment="top" width="0">
21817 <column alignment="center" valignment="top" width="0">
21818 <row>
21819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 e
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832 d
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 c
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850 b
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859 test
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 </row>
21865 </lyxtabular>
21866
21867 \end_inset
21868
21869
21870 \end_layout
21871
21872 \begin_layout Plain Layout
21873
21874 \end_layout
21875
21876 \end_inset
21877
21878
21879 \begin_inset space \hfill{}
21880 \end_inset
21881
21882
21883 \end_layout
21884
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \begin_layout Standard
21891 \begin_inset Float table
21892 wide false
21893 sideways false
21894 status open
21895
21896 \begin_layout Plain Layout
21897 \begin_inset Caption
21898
21899 \begin_layout Plain Layout
21900 \begin_inset CommandInset label
21901 LatexCommand label
21902 name "tab:Dos-subtablas-una-sobre"
21903
21904 \end_inset
21905
21906 Dos subtablas colocadas una sobre otra.
21907  La tabla (a) con 4 celdas, la (b) con 5 celdas.
21908 \end_layout
21909
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \begin_layout Plain Layout
21916 \noindent
21917 \align center
21918 \begin_inset Float table
21919 wide false
21920 sideways false
21921 status collapsed
21922
21923 \begin_layout Plain Layout
21924 \begin_inset Caption
21925
21926 \begin_layout Plain Layout
21927
21928 \end_layout
21929
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \begin_layout Plain Layout
21936 \align center
21937 \begin_inset Tabular
21938 <lyxtabular version="3" rows="1" columns="4">
21939 <features>
21940 <column alignment="center" valignment="top" width="0">
21941 <column alignment="center" valignment="top" width="0">
21942 <column alignment="center" valignment="top" width="0">
21943 <column alignment="center" valignment="top" width="0">
21944 <row>
21945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 test
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 test
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 test
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 test
21977 \end_layout
21978
21979 \end_inset
21980 </cell>
21981 </row>
21982 </lyxtabular>
21983
21984 \end_inset
21985
21986
21987 \end_layout
21988
21989 \begin_layout Plain Layout
21990
21991 \end_layout
21992
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \begin_layout Plain Layout
21999 \align center
22000 \begin_inset Float table
22001 wide false
22002 sideways false
22003 status collapsed
22004
22005 \begin_layout Plain Layout
22006
22007 \end_layout
22008
22009 \begin_layout Plain Layout
22010 \begin_inset Caption
22011
22012 \begin_layout Plain Layout
22013
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \begin_layout Plain Layout
22022 \align center
22023 \begin_inset Tabular
22024 <lyxtabular version="3" rows="1" columns="5">
22025 <features>
22026 <column alignment="center" valignment="top" width="0">
22027 <column alignment="center" valignment="top" width="0">
22028 <column alignment="center" valignment="top" width="0">
22029 <column alignment="center" valignment="top" width="0">
22030 <column alignment="center" valignment="top" width="0">
22031 <row>
22032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 a
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 b
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054 c
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 d
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072 e
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 </row>
22078 </lyxtabular>
22079
22080 \end_inset
22081
22082
22083 \end_layout
22084
22085 \begin_layout Plain Layout
22086
22087 \end_layout
22088
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Section
22100 Flotantes adosados
22101 \begin_inset Index
22102 status collapsed
22103
22104 \begin_layout Plain Layout
22105 Flotantes ! Adosados
22106 \end_layout
22107
22108 \end_inset
22109
22110
22111 \end_layout
22112
22113 \begin_layout Standard
22114 Para colocar flotantes unos junto a otros, como en la figura
22115 \begin_inset space ~
22116 \end_inset
22117
22118
22119 \begin_inset CommandInset ref
22120 LatexCommand ref
22121 reference "fig:Flotante-izquierda"
22122
22123 \end_inset
22124
22125  y 
22126 \begin_inset CommandInset ref
22127 LatexCommand ref
22128 reference "fig:Flotante-derecha"
22129
22130 \end_inset
22131
22132 , se pone 
22133 \emph on
22134 un
22135 \emph default
22136  solo flotante.
22137  En él se insertan dos cuadros tipo minipágina.
22138 \begin_inset Foot
22139 status collapsed
22140
22141 \begin_layout Plain Layout
22142 Las minipáginas se explican en la sección
22143 \begin_inset space ~
22144 \end_inset
22145
22146
22147 \begin_inset CommandInset ref
22148 LatexCommand ref
22149 reference "sec:Minipáginas"
22150
22151 \end_inset
22152
22153 .
22154 \end_layout
22155
22156 \end_inset
22157
22158  La anchura de la columna se establece en 45-50
22159 \begin_inset space \thinspace{}
22160 \end_inset
22161
22162 % y la alineación en 
22163 \family sans
22164 Inferior
22165 \family default
22166  para cada minipágina.
22167  Las minipáginas contienen la imagen y su título, de igual forma que en
22168  los flotantes.
22169  La única diferencia es que el 
22170 \family sans
22171 Ancho
22172 \begin_inset space ~
22173 \end_inset
22174
22175 de
22176 \begin_inset space ~
22177 \end_inset
22178
22179 columna
22180 \begin_inset space ~
22181 \end_inset
22182
22183 %
22184 \family default
22185  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22186 \end_layout
22187
22188 \begin_layout Standard
22189 \begin_inset Float figure
22190 placement h
22191 wide false
22192 sideways false
22193 status open
22194
22195 \begin_layout Plain Layout
22196 \begin_inset Box Frameless
22197 position "b"
22198 hor_pos "c"
22199 has_inner_box 1
22200 inner_pos "t"
22201 use_parbox 0
22202 width "45col%"
22203 special "none"
22204 height "1in"
22205 height_special "totalheight"
22206 status open
22207
22208 \begin_layout Plain Layout
22209 \align center
22210 \begin_inset Graphics
22211         filename ../clipart/mobius.eps
22212         lyxscale 50
22213         width 100col%
22214         scaleBeforeRotation
22215
22216 \end_inset
22217
22218
22219 \end_layout
22220
22221 \begin_layout Plain Layout
22222 \begin_inset Caption
22223
22224 \begin_layout Plain Layout
22225 \begin_inset CommandInset label
22226 LatexCommand label
22227 name "fig:Flotante-izquierda"
22228
22229 \end_inset
22230
22231 Flotante en el lado izquierdo.
22232 \end_layout
22233
22234 \end_inset
22235
22236
22237 \end_layout
22238
22239 \end_inset
22240
22241
22242 \begin_inset space \hfill{}
22243 \end_inset
22244
22245
22246 \begin_inset Box Frameless
22247 position "b"
22248 hor_pos "c"
22249 has_inner_box 1
22250 inner_pos "t"
22251 use_parbox 0
22252 width "45col%"
22253 special "none"
22254 height "1in"
22255 height_special "totalheight"
22256 status open
22257
22258 \begin_layout Plain Layout
22259 \align center
22260 \begin_inset Graphics
22261         filename ../clipart/platypus.eps
22262         lyxscale 50
22263         width 100col%
22264         scaleBeforeRotation
22265
22266 \end_inset
22267
22268
22269 \end_layout
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Caption
22273
22274 \begin_layout Plain Layout
22275 \begin_inset CommandInset label
22276 LatexCommand label
22277 name "fig:Flotante-derecha"
22278
22279 \end_inset
22280
22281 Flotante en el lado derecho.
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \end_inset
22290
22291
22292 \end_layout
22293
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \begin_layout Section
22300 Formato de las leyendas
22301 \begin_inset Index
22302 status collapsed
22303
22304 \begin_layout Plain Layout
22305 Leyendas ! Formato
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \begin_inset Index
22312 status collapsed
22313
22314 \begin_layout Plain Layout
22315 Flotantes ! Formato de las leyendas
22316 \end_layout
22317
22318 \end_inset
22319
22320
22321 \begin_inset CommandInset label
22322 LatexCommand label
22323 name "sec:Formato-de-leyendas"
22324
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \begin_layout Standard
22331 El entorno 
22332 \family sans
22333 Leyenda
22334 \family default
22335  es el predeterminado para los 
22336 \family sans
22337 Flotantes
22338 \family default
22339 .
22340  En LyX las leyendas se muestran como etiqueta, p.
22341 \begin_inset space \thinspace{}
22342 \end_inset
22343
22344 e.
22345 \begin_inset space ~
22346 \end_inset
22347
22348 «
22349 \family sans
22350 Figura #
22351 \family default
22352 :» seguida por el texto.
22353  «#» es el número real de referencia.
22354  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22355  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22356  del texto.
22357  El entorno leyenda no es apropiado para todos los tipos de documento.
22358  
22359 \end_layout
22360
22361 \begin_layout Standard
22362 Para cambiar el formato predeterminado carga el paquete LaTeX 
22363 \series bold
22364 caption
22365 \series default
22366
22367 \begin_inset Index
22368 status collapsed
22369
22370 \begin_layout Plain Layout
22371 LaTeX-paquetes ! caption
22372 \end_layout
22373
22374 \end_inset
22375
22376  en el preámbulo del documento con la línea:
22377 \end_layout
22378
22379 \begin_layout Standard
22380
22381 \series bold
22382
22383 \backslash
22384 usepackage[definición de formato]{caption}
22385 \end_layout
22386
22387 \begin_layout Standard
22388 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22389  las leyendas de tabla siempre sobre ella como en este documento, usa el
22390  comando:
22391 \end_layout
22392
22393 \begin_layout Standard
22394
22395 \series bold
22396
22397 \backslash
22398 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22399 \end_layout
22400
22401 \begin_layout Standard
22402 También puedes definir distintos formatos de leyenda para los distintos
22403  tipos de flotantes.
22404  En ese caso carga el paquete 
22405 \series bold
22406 caption
22407 \series default
22408  sin opciones específicas y define los distintos formatos con ayuda del
22409  comando
22410 \end_layout
22411
22412 \begin_layout Standard
22413
22414 \series bold
22415
22416 \backslash
22417 captionsetup[tipo de flotante]{definición de formato}
22418 \end_layout
22419
22420 \begin_layout Standard
22421 en el preámbulo del documento.
22422  Por ejemplo las leyendas de la Figura
22423 \begin_inset space ~
22424 \end_inset
22425
22426
22427 \begin_inset CommandInset ref
22428 LatexCommand ref
22429 reference "fig:Esto-es-una-fig"
22430
22431 \end_inset
22432
22433  y la tabla
22434 \begin_inset space ~
22435 \end_inset
22436
22437
22438 \begin_inset CommandInset ref
22439 LatexCommand ref
22440 reference "tab:Esto-es-una-tab"
22441
22442 \end_inset
22443
22444  pueden crearse usando los siguientes comandos en el preámbulo:
22445 \end_layout
22446
22447 \begin_layout Standard
22448
22449 \series bold
22450
22451 \backslash
22452 usepackage[tableposition=top]{caption}
22453 \series default
22454
22455 \begin_inset Newline newline
22456 \end_inset
22457
22458
22459 \series bold
22460
22461 \backslash
22462 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22463 \begin_inset Newline newline
22464 \end_inset
22465
22466
22467 \begin_inset ERT
22468 status collapsed
22469
22470 \begin_layout Plain Layout
22471
22472
22473 \backslash
22474 hphantom{
22475 \backslash
22476
22477 \backslash
22478 captionsetup[figure]
22479 \backslash
22480 {}
22481 \end_layout
22482
22483 \end_inset
22484
22485  labelsep=period}
22486 \begin_inset Newline newline
22487 \end_inset
22488
22489
22490 \backslash
22491 captionsetup[table]{labelfont={bf,sf}}
22492 \end_layout
22493
22494 \begin_layout Standard
22495 \begin_inset Note Greyedout
22496 status open
22497
22498 \begin_layout Plain Layout
22499
22500 \series bold
22501 Nota: 
22502 \series default
22503 La opción 
22504 \series bold
22505 tableposition=top
22506 \series default
22507  no tiene efecto si se usa una clase de documento 
22508 \series bold
22509 KOMA-Script
22510 \series default
22511 .
22512  En este caso debe utilizarse la opción de clase de documento 
22513 \series bold
22514 tablecaptionabove
22515 \series default
22516 .
22517  
22518 \end_layout
22519
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \begin_layout Standard
22526 Para más información sobre el paquete 
22527 \series bold
22528 caption
22529 \series default
22530  acude a su documentación 
22531 \begin_inset CommandInset citation
22532 LatexCommand cite
22533 key "caption"
22534
22535 \end_inset
22536
22537 .
22538 \end_layout
22539
22540 \begin_layout Standard
22541 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22542 \begin_inset space \thinspace{}
22543 \end_inset
22544
22545 e., usa el siguiente comando de preámbulo:
22546 \end_layout
22547
22548 \begin_layout Standard
22549
22550 \series bold
22551
22552 \backslash
22553 renewcommand{
22554 \backslash
22555 fnum@figure}{Imagen~
22556 \backslash
22557 thefigure}
22558 \end_layout
22559
22560 \begin_layout Standard
22561 donde 
22562 \series bold
22563
22564 \backslash
22565 thefigure
22566 \series default
22567  inserta el número de figura y «~» genera un espacio protegido.
22568
22569 \series bold
22570  
22571 \end_layout
22572
22573 \begin_layout Standard
22574 \begin_inset VSpace bigskip
22575 \end_inset
22576
22577 Si estás usando la clase de documento 
22578 \series bold
22579 KOMA-Script
22580 \series default
22581
22582 \begin_inset Index
22583 status collapsed
22584
22585 \begin_layout Plain Layout
22586 LaTeX-paquetes ! KOMA-Script
22587 \end_layout
22588
22589 \end_inset
22590
22591  (
22592 \family sans
22593 article (KOMA-Script)
22594 \family default
22595
22596 \family sans
22597 book (KOMA-Script)
22598 \family default
22599
22600 \family sans
22601 letter (KOMA-Script)
22602 \family default
22603 , o 
22604 \family sans
22605 report (KOMA-Script)
22606 \family default
22607
22608 \begin_inset space \thinspace{}
22609 \end_inset
22610
22611 ), puedes emplear en vez del paquete 
22612 \series bold
22613 caption
22614 \series default
22615  el comando 
22616 \series bold
22617
22618 \backslash
22619 setkomafont
22620 \series default
22621  incluido en 
22622 \series bold
22623 KOMA-Script
22624 \series default
22625 .
22626  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22627  comando en el preámbulo del documento:
22628 \end_layout
22629
22630 \begin_layout Standard
22631
22632 \series bold
22633
22634 \backslash
22635 setkomafont{captionlabel}{
22636 \backslash
22637 bfseries}
22638 \end_layout
22639
22640 \begin_layout Standard
22641 Más información sobre 
22642 \series bold
22643
22644 \backslash
22645 setkomafont
22646 \series default
22647  en la documentación de 
22648 \series bold
22649 KOMA-Script
22650 \series default
22651  
22652 \begin_inset CommandInset citation
22653 LatexCommand cite
22654 key "KOMA-Script"
22655
22656 \end_inset
22657
22658 .
22659 \end_layout
22660
22661 \begin_layout Standard
22662 \begin_inset ERT
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666
22667
22668 \backslash
22669 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22670 }
22671 \end_layout
22672
22673 \end_inset
22674
22675
22676 \begin_inset Note Note
22677 status collapsed
22678
22679 \begin_layout Plain Layout
22680 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22681 \end_layout
22682
22683 \end_inset
22684
22685
22686 \end_layout
22687
22688 \begin_layout Standard
22689 \begin_inset Float figure
22690 placement !p
22691 wide false
22692 sideways false
22693 status open
22694
22695 \begin_layout Plain Layout
22696 \align center
22697 \begin_inset Graphics
22698         filename ../clipart/mobius.eps
22699         lyxscale 50
22700         scale 50
22701
22702 \end_inset
22703
22704
22705 \end_layout
22706
22707 \begin_layout Plain Layout
22708 \begin_inset Caption
22709
22710 \begin_layout Plain Layout
22711 \begin_inset CommandInset label
22712 LatexCommand label
22713 name "fig:Esto-es-una-fig"
22714
22715 \end_inset
22716
22717
22718 \begin_inset OptArg
22719 status collapsed
22720
22721 \begin_layout Plain Layout
22722 Figura con leyenda muy larga
22723 \end_layout
22724
22725 \end_inset
22726
22727 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22728  mostrar el formato diferente.
22729  Aquí se usa una leyenda personalizada.
22730 \end_layout
22731
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \begin_layout Standard
22743 \begin_inset ERT
22744 status collapsed
22745
22746 \begin_layout Plain Layout
22747
22748
22749 \backslash
22750 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22751 on}
22752 \end_layout
22753
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \begin_layout Standard
22760 \begin_inset Float table
22761 placement !p
22762 wide false
22763 sideways false
22764 status collapsed
22765
22766 \begin_layout Plain Layout
22767 \begin_inset Caption
22768
22769 \begin_layout Plain Layout
22770 \begin_inset CommandInset label
22771 LatexCommand label
22772 name "tab:Esto-es-una-tab"
22773
22774 \end_inset
22775
22776
22777 \begin_inset OptArg
22778 status collapsed
22779
22780 \begin_layout Plain Layout
22781 Tabla con leyenda muy larga
22782 \end_layout
22783
22784 \end_inset
22785
22786 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22787  el formato diferente.
22788  Aquí se usa el formato de leyenda estándar para las tablas.
22789 \end_layout
22790
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \begin_layout Plain Layout
22797 \align center
22798 \begin_inset Tabular
22799 <lyxtabular version="3" rows="1" columns="5">
22800 <features>
22801 <column alignment="center" valignment="top" width="0">
22802 <column alignment="center" valignment="top" width="0">
22803 <column alignment="center" valignment="top" width="0">
22804 <column alignment="center" valignment="top" width="0">
22805 <column alignment="center" valignment="top" width="0">
22806 <row>
22807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 a
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 b
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 c
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 d
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847 e
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 </row>
22853 </lyxtabular>
22854
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \begin_layout Section
22866 Colocación de leyendas
22867 \begin_inset Index
22868 status collapsed
22869
22870 \begin_layout Plain Layout
22871 Leyendas ! Colocación
22872 \end_layout
22873
22874 \end_inset
22875
22876
22877 \begin_inset Index
22878 status collapsed
22879
22880 \begin_layout Plain Layout
22881 Flotantes ! Colocación de leyendas
22882 \end_layout
22883
22884 \end_inset
22885
22886
22887 \begin_inset CommandInset label
22888 LatexCommand label
22889 name "sec:Colocación-de-leyendas"
22890
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \begin_layout Standard
22897 La norma habitual para colocar las leyendas es:
22898 \end_layout
22899
22900 \begin_layout Description
22901 Figura: La leyenda al pie de la figura
22902 \end_layout
22903
22904 \begin_layout Description
22905 Tabla: La leyenda sobre la tabla
22906 \end_layout
22907
22908 \begin_layout Standard
22909 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22910  la tabla.
22911  Esto implica que si usas las clases de documento 
22912 \family sans
22913 article
22914 \family default
22915
22916 \family sans
22917 book
22918 \family default
22919
22920 \family sans
22921 letter
22922 \family default
22923 , o 
22924 \family sans
22925 report
22926 \family default
22927  no habrá espacio entre la leyenda y la tabla.
22928  Para insertar el espacio adecuado añade la siguiente opción al comando
22929  del paquete LaTeX 
22930 \series bold
22931 caption
22932 \series default
22933  en el preámbulo del documento:
22934 \begin_inset Foot
22935 status collapsed
22936
22937 \begin_layout Plain Layout
22938 Véase la sección
22939 \begin_inset space ~
22940 \end_inset
22941
22942
22943 \begin_inset CommandInset ref
22944 LatexCommand ref
22945 reference "sec:Formato-de-leyendas"
22946
22947 \end_inset
22948
22949  para más información sobre el paquete 
22950 \series bold
22951 caption
22952 \series default
22953 .
22954 \end_layout
22955
22956 \end_inset
22957
22958
22959 \end_layout
22960
22961 \begin_layout Standard
22962
22963 \series bold
22964 tableposition=top
22965 \end_layout
22966
22967 \begin_layout Standard
22968 Si estás usando la clase 
22969 \series bold
22970 KOMA-Script
22971 \series default
22972
22973 \begin_inset Index
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977 LaTeX-paquetes ! KOMA-Script
22978 \end_layout
22979
22980 \end_inset
22981
22982  (
22983 \family sans
22984 article (KOMA-Script)
22985 \family default
22986
22987 \family sans
22988 book (KOMA-Script)
22989 \family default
22990
22991 \family sans
22992 letter (KOMA-Script)
22993 \family default
22994 , o 
22995 \family sans
22996 report (KOMA-Script)
22997 \family default
22998
22999 \begin_inset space \thinspace{}
23000 \end_inset
23001
23002 ), en vez de 
23003 \series bold
23004 caption
23005 \series default
23006  puedes poner la opción 
23007 \series bold
23008 tablecaptionabove
23009 \series default
23010  de la clase de documento.
23011 \end_layout
23012
23013 \begin_layout Standard
23014 \begin_inset VSpace bigskip
23015 \end_inset
23016
23017 También es posible poner la leyenda junto a una figura o tabla.
23018  Para conseguirlo hay que cargar el paquete LaTeX 
23019 \series bold
23020 sidecap
23021 \series default
23022
23023 \begin_inset Index
23024 status collapsed
23025
23026 \begin_layout Plain Layout
23027 LaTeX-paquetes ! sidecap
23028 \end_layout
23029
23030 \end_inset
23031
23032  añadiendo en el preámbulo del documento la línea
23033 \end_layout
23034
23035 \begin_layout Standard
23036
23037 \series bold
23038
23039 \backslash
23040 usepackage[option]{sidecap}
23041 \end_layout
23042
23043 \begin_layout Standard
23044 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23045  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23046  Puedes cambiar la colocación al margen interno con la opción 
23047 \series bold
23048 innercaption
23049 \series default
23050 .
23051  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23052  opciones 
23053 \series bold
23054 rightcaption
23055 \series default
23056  o 
23057 \series bold
23058 leftcaption
23059 \series default
23060 , respectivamente.
23061 \end_layout
23062
23063 \begin_layout Standard
23064 \begin_inset ERT
23065 status collapsed
23066
23067 \begin_layout Plain Layout
23068
23069
23070 \backslash
23071 ifsidecap
23072 \end_layout
23073
23074 \end_inset
23075
23076
23077 \begin_inset Note Note
23078 status collapsed
23079
23080 \begin_layout Plain Layout
23081 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23082  LaTeX 
23083 \series bold
23084 sidecap
23085 \series default
23086 .
23087 \end_layout
23088
23089 \end_inset
23090
23091
23092 \end_layout
23093
23094 \begin_layout Standard
23095 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23096  estos comandos al preámbulo del documento:
23097 \end_layout
23098
23099 \begin_layout Standard
23100
23101 \lyxline
23102
23103 \end_layout
23104
23105 \begin_layout Standard
23106
23107 \series bold
23108
23109 \backslash
23110 newcommand{
23111 \backslash
23112 TabBesBeg}{%
23113 \begin_inset Newline newline
23114 \end_inset
23115
23116
23117 \begin_inset ERT
23118 status collapsed
23119
23120 \begin_layout Plain Layout
23121
23122
23123 \backslash
23124 hphantom{ }
23125 \end_layout
23126
23127 \end_inset
23128
23129
23130 \backslash
23131 let
23132 \backslash
23133 MyTable
23134 \backslash
23135 table
23136 \begin_inset Newline newline
23137 \end_inset
23138
23139
23140 \begin_inset ERT
23141 status collapsed
23142
23143 \begin_layout Plain Layout
23144
23145
23146 \backslash
23147 hphantom{ }
23148 \end_layout
23149
23150 \end_inset
23151
23152
23153 \backslash
23154 let
23155 \backslash
23156 MyEndtable
23157 \backslash
23158 endtable
23159 \begin_inset Newline newline
23160 \end_inset
23161
23162
23163 \begin_inset ERT
23164 status collapsed
23165
23166 \begin_layout Plain Layout
23167
23168
23169 \backslash
23170 hphantom{ }
23171 \end_layout
23172
23173 \end_inset
23174
23175
23176 \backslash
23177 renewenvironment{table}{
23178 \backslash
23179 begin{SCtable}}{
23180 \backslash
23181 end{SCtable}}}
23182 \end_layout
23183
23184 \begin_layout Standard
23185
23186 \series bold
23187
23188 \backslash
23189 newcommand{
23190 \backslash
23191 TabBesEnd}{%
23192 \begin_inset Newline newline
23193 \end_inset
23194
23195
23196 \begin_inset ERT
23197 status collapsed
23198
23199 \begin_layout Plain Layout
23200
23201
23202 \backslash
23203 hphantom{ }
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \backslash
23210 let
23211 \backslash
23212 table
23213 \backslash
23214 MyTable
23215 \begin_inset Newline newline
23216 \end_inset
23217
23218
23219 \begin_inset ERT
23220 status collapsed
23221
23222 \begin_layout Plain Layout
23223
23224
23225 \backslash
23226 hphantom{ }
23227 \end_layout
23228
23229 \end_inset
23230
23231
23232 \backslash
23233 let
23234 \backslash
23235 endtable
23236 \backslash
23237 MyEndtable
23238 \end_layout
23239
23240 \begin_layout Standard
23241
23242 \series bold
23243
23244 \backslash
23245 newcommand{
23246 \backslash
23247 FigBesBeg}{%
23248 \begin_inset Newline newline
23249 \end_inset
23250
23251
23252 \begin_inset ERT
23253 status collapsed
23254
23255 \begin_layout Plain Layout
23256
23257
23258 \backslash
23259 hphantom{ }
23260 \end_layout
23261
23262 \end_inset
23263
23264
23265 \backslash
23266 let
23267 \backslash
23268 MyFigure
23269 \backslash
23270 figure
23271 \begin_inset Newline newline
23272 \end_inset
23273
23274
23275 \begin_inset ERT
23276 status collapsed
23277
23278 \begin_layout Plain Layout
23279
23280
23281 \backslash
23282 hphantom{ }
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \backslash
23289 let
23290 \backslash
23291 MyEndfigure
23292 \backslash
23293 endfigure
23294 \begin_inset Newline newline
23295 \end_inset
23296
23297
23298 \begin_inset ERT
23299 status collapsed
23300
23301 \begin_layout Plain Layout
23302
23303
23304 \backslash
23305 hphantom{ }
23306 \end_layout
23307
23308 \end_inset
23309
23310
23311 \backslash
23312 renewenvironment{figure}{
23313 \backslash
23314 begin{SCfigure}}{
23315 \backslash
23316 end{SCfigure}}}
23317 \end_layout
23318
23319 \begin_layout Standard
23320
23321 \series bold
23322
23323 \backslash
23324 newcommand{
23325 \backslash
23326 FigBesEnd}{%
23327 \begin_inset Newline newline
23328 \end_inset
23329
23330
23331 \begin_inset ERT
23332 status collapsed
23333
23334 \begin_layout Plain Layout
23335
23336
23337 \backslash
23338 hphantom{ }
23339 \end_layout
23340
23341 \end_inset
23342
23343
23344 \backslash
23345 let
23346 \backslash
23347 figure
23348 \backslash
23349 MyFigure
23350 \begin_inset Newline newline
23351 \end_inset
23352
23353
23354 \begin_inset ERT
23355 status collapsed
23356
23357 \begin_layout Plain Layout
23358
23359
23360 \backslash
23361 hphantom{ }
23362 \end_layout
23363
23364 \end_inset
23365
23366
23367 \backslash
23368 let
23369 \backslash
23370 endfigure
23371 \backslash
23372 MyEndfigure}
23373 \end_layout
23374
23375 \begin_layout Standard
23376
23377 \lyxline
23378
23379 \end_layout
23380
23381 \begin_layout Standard
23382 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23383  en un lado.
23384  Para figuras flotantes usa el comando
23385 \end_layout
23386
23387 \begin_layout Standard
23388
23389 \series bold
23390
23391 \backslash
23392 FigBesBeg
23393 \end_layout
23394
23395 \begin_layout Standard
23396 en código TeX antes del flotante.
23397  Detrás del flotante inserta
23398 \end_layout
23399
23400 \begin_layout Standard
23401
23402 \series bold
23403
23404 \backslash
23405 FigBesEnd
23406 \end_layout
23407
23408 \begin_layout Standard
23409 en código TeX para volver a la definición original de flotantes.
23410 \end_layout
23411
23412 \begin_layout Standard
23413 Para tablas flotantes usa los comandos correspondientes
23414 \end_layout
23415
23416 \begin_layout Standard
23417
23418 \series bold
23419
23420 \backslash
23421 TabBesBeg
23422 \series default
23423  y 
23424 \series bold
23425
23426 \backslash
23427 TabBesEnd
23428 \end_layout
23429
23430 \begin_layout Standard
23431 La figura
23432 \begin_inset space ~
23433 \end_inset
23434
23435
23436 \begin_inset CommandInset ref
23437 LatexCommand ref
23438 reference "fig:encab-al-lado"
23439
23440 \end_inset
23441
23442  y la tabla
23443 \begin_inset space ~
23444 \end_inset
23445
23446
23447 \begin_inset CommandInset ref
23448 LatexCommand ref
23449 reference "tab:encab-al-lado"
23450
23451 \end_inset
23452
23453  son ejemplos en los que el título se sitúa al lado.
23454 \end_layout
23455
23456 \begin_layout Standard
23457 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23458  en tablas flotantes y debajo en las figuras flotantes.
23459  Para cambiarlo, puedes usar el comando
23460 \end_layout
23461
23462 \begin_layout Standard
23463
23464 \series bold
23465
23466 \backslash
23467 sidecaptionvpos{tipo de flotante}{colocación}
23468 \end_layout
23469
23470 \begin_layout Standard
23471 en el preámbulo o en código TeX antes del flotante.
23472  El tipo de flotante es 
23473 \family sans
23474 figure
23475 \family default
23476  o 
23477 \family sans
23478 table
23479 \family default
23480 , la colocación puede ser «
23481 \family sans
23482 t
23483 \family default
23484 » por «top» (arriba), «
23485 \family sans
23486 c
23487 \family default
23488 » por «center» (centro), o «
23489 \family sans
23490 b
23491 \family default
23492 » por «bottom» (abajo).
23493  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23494  usa el comando
23495 \end_layout
23496
23497 \begin_layout Standard
23498
23499 \series bold
23500
23501 \backslash
23502 sidecaptionvpos{figure}{c}
23503 \end_layout
23504
23505 \begin_layout Standard
23506 Esto se ha hecho en la figura
23507 \begin_inset space ~
23508 \end_inset
23509
23510
23511 \begin_inset CommandInset ref
23512 LatexCommand ref
23513 reference "fig:encab-al-lado-de-fig"
23514
23515 \end_inset
23516
23517 .
23518 \end_layout
23519
23520 \begin_layout Standard
23521 \begin_inset VSpace medskip
23522 \end_inset
23523
23524 Más información sobre el paquete 
23525 \series bold
23526 sidecap
23527 \series default
23528  en su documentación 
23529 \begin_inset CommandInset citation
23530 LatexCommand cite
23531 key "sidecap"
23532
23533 \end_inset
23534
23535 .
23536 \end_layout
23537
23538 \begin_layout Standard
23539 \begin_inset Note Greyedout
23540 status open
23541
23542 \begin_layout Plain Layout
23543
23544 \series bold
23545 Nota:
23546 \series default
23547  El paquete LaTeX 
23548 \series bold
23549 hypcap
23550 \series default
23551
23552 \begin_inset Index
23553 status collapsed
23554
23555 \begin_layout Plain Layout
23556 LaTeX-paquetes ! hypcap
23557 \end_layout
23558
23559 \end_inset
23560
23561 , descrito en la sección
23562 \begin_inset space ~
23563 \end_inset
23564
23565
23566 \begin_inset CommandInset ref
23567 LatexCommand ref
23568 reference "sub:Colocación-de-Referencias"
23569
23570 \end_inset
23571
23572 , no afecta a flotantes con la leyenda al lado.
23573 \end_layout
23574
23575 \end_inset
23576
23577
23578 \end_layout
23579
23580 \begin_layout Standard
23581 \begin_inset ERT
23582 status collapsed
23583
23584 \begin_layout Plain Layout
23585
23586
23587 \backslash
23588 FigBesBeg 
23589 \end_layout
23590
23591 \end_inset
23592
23593
23594 \end_layout
23595
23596 \begin_layout Standard
23597 \begin_inset Float figure
23598 wide false
23599 sideways false
23600 status open
23601
23602 \begin_layout Plain Layout
23603 \begin_inset Graphics
23604         filename ../clipart/escher-lsd.eps
23605         scale 75
23606
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \begin_layout Plain Layout
23613 \begin_inset Caption
23614
23615 \begin_layout Plain Layout
23616 \begin_inset CommandInset label
23617 LatexCommand label
23618 name "fig:encab-al-lado"
23619
23620 \end_inset
23621
23622 Leyenda al lado de una figura.
23623 \end_layout
23624
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \begin_layout Standard
23636 \begin_inset ERT
23637 status collapsed
23638
23639 \begin_layout Plain Layout
23640
23641
23642 \backslash
23643 TabBesBeg 
23644 \end_layout
23645
23646 \end_inset
23647
23648
23649 \end_layout
23650
23651 \begin_layout Standard
23652 \begin_inset Float table
23653 wide false
23654 sideways false
23655 status open
23656
23657 \begin_layout Plain Layout
23658 \begin_inset Caption
23659
23660 \begin_layout Plain Layout
23661 \begin_inset CommandInset label
23662 LatexCommand label
23663 name "tab:encab-al-lado"
23664
23665 \end_inset
23666
23667 Leyenda al lado de una tabla.
23668 \end_layout
23669
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \begin_layout Plain Layout
23676 \begin_inset Tabular
23677 <lyxtabular version="3" rows="4" columns="5">
23678 <features>
23679 <column alignment="center" valignment="top" width="0">
23680 <column alignment="center" valignment="top" width="0">
23681 <column alignment="center" valignment="top" width="0">
23682 <column alignment="center" valignment="top" width="0">
23683 <column alignment="center" valignment="top" width="0">
23684 <row>
23685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23686 \begin_inset Text
23687
23688 \begin_layout Plain Layout
23689 a
23690 \end_layout
23691
23692 \end_inset
23693 </cell>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698
23699 \end_layout
23700
23701 \end_inset
23702 </cell>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707 b
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 c
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 </row>
23731 <row>
23732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745 d
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763 e
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 <row>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 f
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801 g
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819 h
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 <row>
23826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23836 \begin_inset Text
23837
23838 \begin_layout Plain Layout
23839 i
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857 j
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 </row>
23872 </lyxtabular>
23873
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \begin_layout Standard
23885 \begin_inset ERT
23886 status collapsed
23887
23888 \begin_layout Plain Layout
23889
23890
23891 \backslash
23892 TabBesEnd
23893 \end_layout
23894
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \begin_layout Standard
23901 \begin_inset ERT
23902 status collapsed
23903
23904 \begin_layout Plain Layout
23905
23906
23907 \backslash
23908 sidecaptionvpos{figure}{c}
23909 \end_layout
23910
23911 \end_inset
23912
23913
23914 \begin_inset Float figure
23915 wide false
23916 sideways false
23917 status open
23918
23919 \begin_layout Plain Layout
23920 \begin_inset Graphics
23921         filename ../clipart/escher-lsd.eps
23922         scale 75
23923
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \begin_layout Plain Layout
23930 \begin_inset Caption
23931
23932 \begin_layout Plain Layout
23933 \begin_inset CommandInset label
23934 LatexCommand label
23935 name "fig:encab-al-lado-de-fig"
23936
23937 \end_inset
23938
23939 Leyenda centrada verticalmente junto a una figura.
23940 \end_layout
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948
23949
23950 \end_layout
23951
23952 \begin_layout Standard
23953 \begin_inset ERT
23954 status collapsed
23955
23956 \begin_layout Plain Layout
23957
23958
23959 \backslash
23960 FigBesEnd
23961 \end_layout
23962
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \begin_layout Standard
23969 \begin_inset ERT
23970 status collapsed
23971
23972 \begin_layout Plain Layout
23973
23974
23975 \backslash
23976 else
23977 \end_layout
23978
23979 \end_inset
23980
23981
23982 \begin_inset Note Note
23983 status collapsed
23984
23985 \begin_layout Plain Layout
23986 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23987  
23988 \series bold
23989 sidecap
23990 \series default
23991 .
23992 \end_layout
23993
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \begin_layout Standard
24000 Debes instalar el paquete LaTeX 
24001 \series bold
24002 sidecap
24003 \series default
24004  para ver la parte siguiente en la salida.
24005 \end_layout
24006
24007 \begin_layout Standard
24008 \begin_inset ERT
24009 status collapsed
24010
24011 \begin_layout Plain Layout
24012
24013
24014 \backslash
24015 fi
24016 \end_layout
24017
24018 \end_inset
24019
24020
24021 \end_layout
24022
24023 \begin_layout Section
24024 Índice de flotantes
24025 \begin_inset Index
24026 status collapsed
24027
24028 \begin_layout Plain Layout
24029 Flotantes ! Índice de
24030 \end_layout
24031
24032 \end_inset
24033
24034
24035 \end_layout
24036
24037 \begin_layout Standard
24038 Igual que en el índice general se listan las secciones del documento, hay
24039  índices para todos los tipos de flotantes, como las figuras.
24040  Se pueden insertar mediante los submenús 
24041 \family sans
24042 Insertar\SpecialChar \menuseparator
24043 Lista
24044 \begin_inset space \thinspace{}
24045 \end_inset
24046
24047 /
24048 \begin_inset space \thinspace{}
24049 \end_inset
24050
24051 Índice
24052 \family default
24053 .
24054 \end_layout
24055
24056 \begin_layout Standard
24057 Las entradas de los índices son las leyendas del flotante o su título breve,
24058  el número de flotante y el número de la página del documento en la que
24059  aparecen.
24060 \end_layout
24061
24062 \begin_layout Standard
24063 Puedes encontrar los índices de figuras y tablas al final de este documento.
24064 \end_layout
24065
24066 \begin_layout Chapter
24067 Notas
24068 \end_layout
24069
24070 \begin_layout Section
24071 Notas en LyX
24072 \begin_inset Index
24073 status collapsed
24074
24075 \begin_layout Plain Layout
24076 Notas ! en LyX
24077 \end_layout
24078
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \begin_layout Standard
24085 Las notas se insertan con el botón 
24086 \begin_inset Graphics
24087         filename ../../images/note-insert.png
24088         scale 85
24089
24090 \end_inset
24091
24092  o con el menú 
24093 \family sans
24094 Insertar\SpecialChar \menuseparator
24095 Nota
24096 \family default
24097 .
24098  Hay cinco tipos de notas:
24099 \end_layout
24100
24101 \begin_layout Description
24102 Nota
24103 \begin_inset space ~
24104 \end_inset
24105
24106 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24107  Su cuadro se muestra como este:
24108 \begin_inset Newline newline
24109 \end_inset
24110
24111
24112 \begin_inset Newline newline
24113 \end_inset
24114
24115
24116 \begin_inset Graphics
24117         filename clipart/NotaLyXImagenQt4.png
24118         display false
24119         scale 75
24120
24121 \end_inset
24122
24123  
24124 \begin_inset Note Note
24125 status collapsed
24126
24127 \begin_layout Plain Layout
24128 Este es un texto en un recuadro que no se muestra en la salida.
24129 \end_layout
24130
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \begin_layout Description
24137 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24138  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24139 \family sans
24140 Archivo\SpecialChar \menuseparator
24141 Exportar\SpecialChar \menuseparator
24142 LaTeX (pdflatex) / (plain)
24143 \family default
24144 .
24145  Su recuadro se ve así:
24146 \begin_inset Newline newline
24147 \end_inset
24148
24149
24150 \begin_inset Newline newline
24151 \end_inset
24152
24153
24154 \begin_inset Graphics
24155         filename clipart/ComentNotaImagenQt4.png
24156         display false
24157         scale 75
24158
24159 \end_inset
24160
24161  
24162 \begin_inset Note Comment
24163 status collapsed
24164
24165 \begin_layout Plain Layout
24166 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24167 \end_layout
24168
24169 \end_inset
24170
24171
24172 \end_layout
24173
24174 \begin_layout Description
24175 Resaltado
24176 \begin_inset space ~
24177 \end_inset
24178
24179 en
24180 \begin_inset space ~
24181 \end_inset
24182
24183 gris Esta nota aparece en la salida como texto resaltado en gris.
24184  Su recuadro se parece a este:
24185 \begin_inset Newline newline
24186 \end_inset
24187
24188
24189 \begin_inset Newline newline
24190 \end_inset
24191
24192
24193 \begin_inset Graphics
24194         filename clipart/GrisNotaImagenQt4.png
24195         display false
24196         scale 75
24197
24198 \end_inset
24199
24200
24201 \begin_inset Newline newline
24202 \end_inset
24203
24204
24205 \begin_inset ERT
24206 status collapsed
24207
24208 \begin_layout Plain Layout
24209
24210
24211 \backslash
24212 renewenvironment{lyxgreyedout}
24213 \end_layout
24214
24215 \begin_layout Plain Layout
24216
24217 {
24218 \backslash
24219 textcolor[gray]{0.8}
24220 \backslash
24221 bgroup}{
24222 \backslash
24223 egroup}
24224 \end_layout
24225
24226 \end_inset
24227
24228
24229 \begin_inset Note Greyedout
24230 status open
24231
24232 \begin_layout Plain Layout
24233 Este es el texto
24234 \begin_inset Foot
24235 status collapsed
24236
24237 \begin_layout Plain Layout
24238 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24239 \end_layout
24240
24241 \end_inset
24242
24243  de un comentario que se muestra resaltado en gris.
24244 \end_layout
24245
24246 \end_inset
24247
24248
24249 \begin_inset ERT
24250 status collapsed
24251
24252 \begin_layout Plain Layout
24253
24254
24255 \backslash
24256 renewenvironment{lyxgreyedout}
24257 \end_layout
24258
24259 \begin_layout Plain Layout
24260
24261 {
24262 \backslash
24263 textcolor{blue}
24264 \backslash
24265 bgroup}{
24266 \backslash
24267 egroup}
24268 \end_layout
24269
24270 \end_inset
24271
24272
24273 \begin_inset Note Note
24274 status collapsed
24275
24276 \begin_layout Plain Layout
24277 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24278  original de LyX, ya que en el preámbulo de este documento se han redefinido
24279  estas notas para que salgan en azul, como se indica más adelante.
24280 \end_layout
24281
24282 \end_inset
24283
24284
24285 \begin_inset Newline newline
24286 \end_inset
24287
24288
24289 \begin_inset Newline newline
24290 \end_inset
24291
24292 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24293  está un poco sangrada, y por otra parte pueden tener notas al pie.
24294 \end_layout
24295
24296 \begin_layout Standard
24297 \begin_inset VSpace bigskip
24298 \end_inset
24299
24300 Si usas el botón de la barra de herramientas 
24301 \begin_inset Graphics
24302         filename ../../images/note-insert.png
24303         scale 85
24304
24305 \end_inset
24306
24307  para insertar notas, se inserta una 
24308 \family sans
24309 Nota
24310 \begin_inset space ~
24311 \end_inset
24312
24313 LyX
24314 \family default
24315 .
24316  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24317  recuadro.
24318  
24319 \family roman
24320 \series medium
24321 \bar no
24322 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24323  botón de herramienta 
24324 \family sans
24325 \series default
24326 \bar default
24327 Nota
24328 \family default
24329 .
24330  Para cambiar una nota a texto, pulsa la tecla 
24331 \family sans
24332 Retroceso
24333 \family default
24334  cuando el cursor está en la primera posición de una nota, o la tecla 
24335 \family sans
24336 Supr
24337 \family default
24338  cuando el cursor está en la última posición de la nota, respectivamente.
24339 \end_layout
24340
24341 \begin_layout Standard
24342 \begin_inset VSpace bigskip
24343 \end_inset
24344
24345 Se puede cambiar el color del 
24346 \family sans
24347 Resaltado en gris
24348 \family default
24349  poniendo en el preámbulo el comando:
24350 \end_layout
24351
24352 \begin_layout Standard
24353
24354 \series bold
24355
24356 \backslash
24357 renewenvironment{lyxgreyedout}
24358 \begin_inset Newline newline
24359 \end_inset
24360
24361
24362 \begin_inset ERT
24363 status collapsed
24364
24365 \begin_layout Plain Layout
24366
24367
24368 \backslash
24369 hphantom{ }
24370 \end_layout
24371
24372 \end_inset
24373
24374 {
24375 \backslash
24376 textcolor{color}
24377 \backslash
24378 bgroup}{
24379 \backslash
24380 egroup}
24381 \end_layout
24382
24383 \begin_layout Standard
24384 Los colores disponibles y el método para definir nuestros propios colores
24385  se explica en la sección
24386 \begin_inset space ~
24387 \end_inset
24388
24389
24390 \begin_inset CommandInset ref
24391 LatexCommand ref
24392 reference "sec:Tablas-Coloreadas"
24393
24394 \end_inset
24395
24396 .
24397 \end_layout
24398
24399 \begin_layout Standard
24400 Las notas en azul en este documento se han hecho con notas del tipo 
24401 \family sans
24402 Resaltado en gris
24403 \family default
24404  pero definiendo el color del texto en azul.
24405 \end_layout
24406
24407 \begin_layout Section
24408 Notas al pie
24409 \begin_inset CommandInset label
24410 LatexCommand label
24411 name "sec:Notas-al-pie"
24412
24413 \end_inset
24414
24415
24416 \begin_inset Index
24417 status collapsed
24418
24419 \begin_layout Plain Layout
24420 Notas ! al pie
24421 \end_layout
24422
24423 \end_inset
24424
24425
24426 \begin_inset Index
24427 status collapsed
24428
24429 \begin_layout Plain Layout
24430 Notas al pie
24431 \end_layout
24432
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \begin_layout Standard
24439 Las notas al pie se insertan con el botón 
24440 \begin_inset Graphics
24441         filename ../../images/footnote-insert.png
24442         scale 85
24443
24444 \end_inset
24445
24446  o el menú 
24447 \family sans
24448 Insertar\SpecialChar \menuseparator
24449 Nota
24450 \begin_inset space ~
24451 \end_inset
24452
24453 al
24454 \begin_inset space ~
24455 \end_inset
24456
24457 pie
24458 \family default
24459 .
24460  
24461 \family roman
24462 \series medium
24463 \bar no
24464 Aparece un recuadro como este:
24465 \family default
24466 \series default
24467 \bar default
24468  
24469 \begin_inset Graphics
24470         filename clipart/notapieQt4.png
24471         scale 80
24472
24473 \end_inset
24474
24475  
24476 \family roman
24477 \series medium
24478 \bar no
24479 donde puedes introducir el texto.
24480  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24481  sobre el
24482 \family default
24483 \series default
24484 \bar default
24485  
24486 \family roman
24487 \series medium
24488 \bar no
24489 botón
24490 \family default
24491 \series default
24492 \bar default
24493 .
24494  Para cambiar una nota al pie a texto, pulsa la tecla 
24495 \family sans
24496 Retroceso
24497 \family default
24498  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24499  
24500 \family sans
24501 Supr
24502 \family default
24503  cuando el cursor está en la última posición de la nota, respectivamente.
24504 \end_layout
24505
24506 \begin_layout Standard
24507 Aquí hay un ejemplo de nota al pie:
24508 \family roman
24509 \series medium
24510 \bar no
24511
24512 \begin_inset Foot
24513 status collapsed
24514
24515 \begin_layout Plain Layout
24516 \begin_inset CommandInset label
24517 LatexCommand label
24518 name "pie:Esto-es-una"
24519
24520 \end_inset
24521
24522 Ejemplo de nota al pie.
24523 \end_layout
24524
24525 \end_inset
24526
24527
24528 \family default
24529 \series default
24530 \bar default
24531
24532 \begin_inset ERT
24533 status collapsed
24534
24535 \begin_layout Plain Layout
24536
24537
24538 \backslash
24539 newcounter{MyRepeatFoot}
24540 \end_layout
24541
24542 \begin_layout Plain Layout
24543
24544
24545 \backslash
24546 setcounter{MyRepeatFoot}{
24547 \backslash
24548 thefootnote}
24549 \end_layout
24550
24551 \end_inset
24552
24553
24554 \end_layout
24555
24556 \begin_layout Standard
24557 En la salida, el pie se muestra como número voladito en el lugar del texto
24558  donde se coloca el recuadro.
24559  El texto se coloca al final de la página actual.
24560  Los números de las notas son calculados por LaTeX, y son consecutivos.
24561  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24562 \end_layout
24563
24564 \begin_layout Standard
24565 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24566  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24567  se describe en la sección
24568 \begin_inset space ~
24569 \end_inset
24570
24571
24572 \begin_inset CommandInset ref
24573 LatexCommand ref
24574 reference "sec:Referencias-a-Flotantes"
24575
24576 \end_inset
24577
24578 .
24579 \begin_inset Newline newline
24580 \end_inset
24581
24582 Esto es una referencia cruzada a la Nota al pie
24583 \begin_inset space ~
24584 \end_inset
24585
24586
24587 \begin_inset CommandInset ref
24588 LatexCommand ref
24589 reference "pie:Esto-es-una"
24590
24591 \end_inset
24592
24593 .
24594 \end_layout
24595
24596 \begin_layout Standard
24597 \begin_inset VSpace defskip
24598 \end_inset
24599
24600 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
24601 \begin_inset space ~
24602 \end_inset
24603
24604
24605 \begin_inset CommandInset ref
24606 LatexCommand ref
24607 reference "sec:Minipáginas"
24608
24609 \end_inset
24610
24611 .
24612  Los pies en tablas largas en la sección
24613 \begin_inset space ~
24614 \end_inset
24615
24616
24617 \begin_inset CommandInset ref
24618 LatexCommand ref
24619 reference "sub:Notas-al-pie-en-Tablas-Largas"
24620
24621 \end_inset
24622
24623 .
24624 \end_layout
24625
24626 \begin_layout Standard
24627 \begin_inset VSpace defskip
24628 \end_inset
24629
24630 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24631 \series bold
24632
24633 \backslash
24634 footnotemark[número]
24635 \series default
24636  en código TeX.
24637  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24638  no quieres imprimir el pie cada vez.
24639 \begin_inset Newline newline
24640 \end_inset
24641
24642 Como no sabes el número del pie que se repite mientras escribes el texto,
24643  tienes que guardarlo.
24644  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24645  en código TeX detrás de Nota
24646 \begin_inset space ~
24647 \end_inset
24648
24649 al
24650 \begin_inset space ~
24651 \end_inset
24652
24653 pie
24654 \begin_inset space ~
24655 \end_inset
24656
24657
24658 \begin_inset CommandInset ref
24659 LatexCommand ref
24660 reference "pie:Esto-es-una"
24661
24662 \end_inset
24663
24664  para guardar el número de pie:
24665 \end_layout
24666
24667 \begin_layout Standard
24668
24669 \series bold
24670
24671 \backslash
24672 newcounter{MyRepeatFoot}
24673 \begin_inset Newline newline
24674 \end_inset
24675
24676
24677 \backslash
24678 setcounter{MyRepeatFoot}{
24679 \backslash
24680 thefootnote}
24681 \end_layout
24682
24683 \begin_layout Standard
24684 La marca de pie se crea entonces con el comando:
24685 \end_layout
24686
24687 \begin_layout Standard
24688
24689 \series bold
24690
24691 \backslash
24692 footnotemark[
24693 \backslash
24694 theMyRepeatFoot]
24695 \end_layout
24696
24697 \begin_layout Standard
24698 Aquí hay un ejemplo de marca de pie:
24699 \family roman
24700 \series medium
24701 \bar no
24702
24703 \begin_inset ERT
24704 status collapsed
24705
24706 \begin_layout Plain Layout
24707
24708
24709 \backslash
24710 footnotemark[
24711 \backslash
24712 theMyRepeatFoot]
24713 \end_layout
24714
24715 \end_inset
24716
24717
24718 \end_layout
24719
24720 \begin_layout Subsection
24721 Numeración de notas al pie
24722 \begin_inset CommandInset label
24723 LatexCommand label
24724 name "sub:Numeración-de-Notas-al-Pie"
24725
24726 \end_inset
24727
24728
24729 \begin_inset Index
24730 status collapsed
24731
24732 \begin_layout Plain Layout
24733 Notas al pie ! Numeración
24734 \end_layout
24735
24736 \end_inset
24737
24738
24739 \end_layout
24740
24741 \begin_layout Standard
24742 Para reiniciar el número de pie a 1 en cada sección añade
24743 \family roman
24744  en el preámbulo el comando:
24745 \end_layout
24746
24747 \begin_layout Standard
24748
24749 \series bold
24750
24751 \backslash
24752 @addtoreset{footnote}{section}
24753 \end_layout
24754
24755 \begin_layout Standard
24756 \begin_inset VSpace bigskip
24757 \end_inset
24758
24759 El siguiente comando en el preámbulo cambia el estilo de numeración del
24760  pie a números romanos en minúsculas:
24761 \end_layout
24762
24763 \begin_layout Standard
24764
24765 \series bold
24766
24767 \backslash
24768 renewcommand{
24769 \backslash
24770 thefootnote}{
24771 \backslash
24772 roman{footnote}}
24773 \end_layout
24774
24775 \begin_layout Standard
24776 \begin_inset ERT
24777 status collapsed
24778
24779 \begin_layout Plain Layout
24780
24781
24782 \backslash
24783 renewcommand{
24784 \backslash
24785 thefootnote}{
24786 \backslash
24787 roman{footnote}}
24788 \end_layout
24789
24790 \end_inset
24791
24792  Nota al pie en números romanos:
24793 \begin_inset Foot
24794 status collapsed
24795
24796 \begin_layout Plain Layout
24797 Ejemplo de nota al pie en números romanos.
24798 \end_layout
24799
24800 \end_inset
24801
24802
24803 \begin_inset ERT
24804 status collapsed
24805
24806 \begin_layout Plain Layout
24807
24808
24809 \backslash
24810 renewcommand{
24811 \backslash
24812 thefootnote}{
24813 \backslash
24814 arabic{footnote}}
24815 \end_layout
24816
24817 \end_inset
24818
24819
24820 \end_layout
24821
24822 \begin_layout Standard
24823 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24824  
24825 \series bold
24826
24827 \backslash
24828 roman
24829 \series default
24830  por 
24831 \series bold
24832
24833 \backslash
24834 Roman
24835 \series default
24836 .
24837  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24838 \series bold
24839
24840 \backslash
24841 Alph
24842 \series default
24843  o 
24844 \series bold
24845
24846 \backslash
24847 alph
24848 \series default
24849 , respectivamente.
24850  Para ordenar las notas al pie con símbolos usa 
24851 \series bold
24852
24853 \backslash
24854 fnsymbol
24855 \series default
24856 .
24857 \end_layout
24858
24859 \begin_layout Standard
24860 \begin_inset Note Greyedout
24861 status open
24862
24863 \begin_layout Plain Layout
24864
24865 \series bold
24866 Nota:
24867 \series default
24868  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24869  simples.
24870 \end_layout
24871
24872 \end_inset
24873
24874
24875 \begin_inset Newline newline
24876 \end_inset
24877
24878
24879 \begin_inset Note Greyedout
24880 status open
24881
24882 \begin_layout Plain Layout
24883
24884 \series bold
24885 Nota:
24886 \series default
24887  sólo puedes ordenar hasta 9 pies con símbolos.
24888 \end_layout
24889
24890 \end_inset
24891
24892
24893 \end_layout
24894
24895 \begin_layout Standard
24896 Para volver al estilo de numeración predeterminado cuando has cambiado a
24897  otro estilo, usa 
24898 \series bold
24899
24900 \backslash
24901 arabic
24902 \series default
24903  en vez de 
24904 \series bold
24905
24906 \backslash
24907 roman
24908 \series default
24909  en el comando anterior.
24910 \begin_inset ERT
24911 status collapsed
24912
24913 \begin_layout Plain Layout
24914
24915
24916 \backslash
24917 renewcommand{
24918 \backslash
24919 thefootnote}{
24920 \backslash
24921 arabic{footnote}}
24922 \end_layout
24923
24924 \end_inset
24925
24926
24927 \end_layout
24928
24929 \begin_layout Standard
24930 \begin_inset VSpace bigskip
24931 \end_inset
24932
24933
24934 \end_layout
24935
24936 \begin_layout Standard
24937 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
24938  comando al preámbulo del documento:
24939 \end_layout
24940
24941 \begin_layout Standard
24942
24943 \series bold
24944
24945 \backslash
24946 numberwithin{footnote}{chapter}
24947 \end_layout
24948
24949 \begin_layout Standard
24950 Para poder usar el comando 
24951 \series bold
24952
24953 \backslash
24954 numberwithin
24955 \series default
24956 , marca la opción 
24957 \family sans
24958 Usar
24959 \family default
24960
24961 \begin_inset space ~
24962 \end_inset
24963
24964
24965 \family sans
24966 el
24967 \family default
24968
24969 \begin_inset space ~
24970 \end_inset
24971
24972
24973 \family sans
24974 paquete
24975 \family default
24976
24977 \begin_inset space ~
24978 \end_inset
24979
24980
24981 \family sans
24982 AMS
24983 \family default
24984  en la sección 
24985 \family sans
24986 Opciones para ecuaciones
24987 \family default
24988  de la configuración del documento.
24989 \end_layout
24990
24991 \begin_layout Standard
24992 \begin_inset ERT
24993 status collapsed
24994
24995 \begin_layout Plain Layout
24996
24997
24998 \backslash
24999 numberwithin{footnote}{chapter}
25000 \end_layout
25001
25002 \end_inset
25003
25004 Esto es otro ejemplo de nota al pie:
25005 \series bold
25006
25007 \begin_inset Foot
25008 status collapsed
25009
25010 \begin_layout Plain Layout
25011 Nota al pie numerada en el esquema 
25012 \begin_inset Quotes eld
25013 \end_inset
25014
25015 capítulo.nota
25016 \begin_inset Quotes erd
25017 \end_inset
25018
25019 .
25020 \end_layout
25021
25022 \end_inset
25023
25024
25025 \series default
25026
25027 \begin_inset ERT
25028 status collapsed
25029
25030 \begin_layout Plain Layout
25031
25032
25033 \backslash
25034 renewcommand{
25035 \backslash
25036 thefootnote}{
25037 \backslash
25038 arabic{footnote}}
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \end_layout
25045
25046 \begin_layout Standard
25047 \begin_inset Note Greyedout
25048 status open
25049
25050 \begin_layout Plain Layout
25051
25052 \series bold
25053 Nota: 
25054 \backslash
25055 numberwithin 
25056 \series default
25057 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25058  previas para obtener números no arábigos se sobreescriben.
25059 \end_layout
25060
25061 \end_inset
25062
25063
25064 \end_layout
25065
25066 \begin_layout Standard
25067 Así, para obtener por ejemplo el esquema «capítulo.
25068 \backslash
25069 Roman{footnote}», usa este comando en vez de 
25070 \series bold
25071
25072 \backslash
25073 numberwithin
25074 \series default
25075 :
25076 \end_layout
25077
25078 \begin_layout Standard
25079
25080 \series bold
25081
25082 \backslash
25083 renewcommand{
25084 \backslash
25085 thefootnote}{
25086 \backslash
25087 thechapter.
25088 \backslash
25089 Roman{footnote}}
25090 \end_layout
25091
25092 \begin_layout Subsection
25093 Colocación de notas al pie
25094 \begin_inset Index
25095 status collapsed
25096
25097 \begin_layout Plain Layout
25098 Notas al pie ! Colocación
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \begin_layout Standard
25107 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25108  entre ellas al final de la página.
25109  Para hacerlas más legibles puedes añadir 1.5
25110 \begin_inset space \thinspace{}
25111 \end_inset
25112
25113 mm, p.
25114 \begin_inset space \thinspace{}
25115 \end_inset
25116
25117 e., con el comando siguiente en el preámbulo:
25118 \end_layout
25119
25120 \begin_layout Standard
25121
25122 \series bold
25123
25124 \backslash
25125 let
25126 \backslash
25127 myFoot
25128 \backslash
25129 footnote
25130 \begin_inset Newline newline
25131 \end_inset
25132
25133
25134 \backslash
25135 renewcommand{
25136 \backslash
25137 footnote}[1]{
25138 \backslash
25139 myFoot{#1
25140 \backslash
25141 vspace{1.5mm}}}
25142 \end_layout
25143
25144 \begin_layout Standard
25145 \begin_inset VSpace bigskip
25146 \end_inset
25147
25148 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25149  véase la figura
25150 \begin_inset space ~
25151 \end_inset
25152
25153
25154 \begin_inset CommandInset ref
25155 LatexCommand ref
25156 reference "fig:Colocación-standard-del-pie"
25157
25158 \end_inset
25159
25160 .
25161  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25162  en la figura
25163 \begin_inset space ~
25164 \end_inset
25165
25166
25167 \begin_inset CommandInset ref
25168 LatexCommand ref
25169 reference "fig:Colocación-del-pie-en"
25170
25171 \end_inset
25172
25173 , usa el paquete LaTeX 
25174 \series bold
25175 ftnright
25176 \series default
25177
25178 \begin_inset Index
25179 status collapsed
25180
25181 \begin_layout Plain Layout
25182 LaTeX-paquetes ! ftnright
25183 \end_layout
25184
25185 \end_inset
25186
25187  con este comando en el preámbulo:
25188 \end_layout
25189
25190 \begin_layout Standard
25191
25192 \series bold
25193
25194 \backslash
25195 usepackage{ftnright}
25196 \end_layout
25197
25198 \begin_layout Standard
25199 \begin_inset Float figure
25200 placement !h
25201 wide false
25202 sideways false
25203 status open
25204
25205 \begin_layout Plain Layout
25206 \begin_inset ERT
25207 status collapsed
25208
25209 \begin_layout Plain Layout
25210
25211
25212 \backslash
25213 framebox{
25214 \end_layout
25215
25216 \end_inset
25217
25218
25219 \begin_inset Graphics
25220         filename ../clipart/without_fntright.pdf
25221         width 100col%
25222
25223 \end_inset
25224
25225
25226 \begin_inset ERT
25227 status collapsed
25228
25229 \begin_layout Plain Layout
25230
25231 }
25232 \end_layout
25233
25234 \end_inset
25235
25236
25237 \end_layout
25238
25239 \begin_layout Plain Layout
25240 \begin_inset Caption
25241
25242 \begin_layout Plain Layout
25243 \begin_inset CommandInset label
25244 LatexCommand label
25245 name "fig:Colocación-standard-del-pie"
25246
25247 \end_inset
25248
25249 Colocación estándar de notas al pie en documentos a dos columnas.
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \end_layout
25256
25257 \end_inset
25258
25259
25260 \end_layout
25261
25262 \begin_layout Standard
25263 \begin_inset Float figure
25264 placement !h
25265 wide false
25266 sideways false
25267 status open
25268
25269 \begin_layout Plain Layout
25270 \begin_inset ERT
25271 status collapsed
25272
25273 \begin_layout Plain Layout
25274
25275
25276 \backslash
25277 framebox{
25278 \end_layout
25279
25280 \end_inset
25281
25282
25283 \begin_inset Graphics
25284         filename ../clipart/with_fntright.pdf
25285         width 100col%
25286
25287 \end_inset
25288
25289
25290 \begin_inset ERT
25291 status collapsed
25292
25293 \begin_layout Plain Layout
25294
25295 }
25296 \end_layout
25297
25298 \end_inset
25299
25300
25301 \end_layout
25302
25303 \begin_layout Plain Layout
25304 \begin_inset Caption
25305
25306 \begin_layout Plain Layout
25307 \begin_inset CommandInset label
25308 LatexCommand label
25309 name "fig:Colocación-del-pie-en"
25310
25311 \end_inset
25312
25313 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25314  el paquete LaTeX 
25315 \series bold
25316 ftnright
25317 \series default
25318 .
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \end_inset
25327
25328
25329 \end_layout
25330
25331 \begin_layout Standard
25332 \begin_inset VSpace bigskip
25333 \end_inset
25334
25335 En alguna literatura científica es habitual reunir las notas para imprimirlas
25336  en un párrafo separado al final de la sección, como en la figura
25337 \begin_inset space ~
25338 \end_inset
25339
25340
25341 \begin_inset CommandInset ref
25342 LatexCommand ref
25343 reference "fig:Notas-al-pie-al-final"
25344
25345 \end_inset
25346
25347 .
25348  Para reunir las notas al final
25349 \begin_inset Index
25350 status collapsed
25351
25352 \begin_layout Plain Layout
25353 Notas ! al final
25354 \end_layout
25355
25356 \end_inset
25357
25358  en vez de a pie de página, carga en el menú 
25359 \family sans
25360 Documento\SpecialChar \menuseparator
25361 Configuratión\SpecialChar \menuseparator
25362 Módulos
25363 \family default
25364  el módulo 
25365 \family sans
25366 Pie
25367 \begin_inset space ~
25368 \end_inset
25369
25370 al
25371 \begin_inset space ~
25372 \end_inset
25373
25374 final
25375 \family default
25376 .
25377  Para insertar la colección de notas, escribe el comando
25378 \end_layout
25379
25380 \begin_layout Standard
25381
25382 \series bold
25383
25384 \backslash
25385 theendnotes
25386 \end_layout
25387
25388 \begin_layout Standard
25389 en código TeX al final de una sección o capítulo.
25390 \end_layout
25391
25392 \begin_layout Standard
25393 \begin_inset Float figure
25394 wide false
25395 sideways false
25396 status open
25397
25398 \begin_layout Plain Layout
25399 \align center
25400 \begin_inset ERT
25401 status collapsed
25402
25403 \begin_layout Plain Layout
25404
25405
25406 \backslash
25407 framebox{
25408 \end_layout
25409
25410 \end_inset
25411
25412
25413 \begin_inset Graphics
25414         filename ../clipart/endnotes.pdf
25415
25416 \end_inset
25417
25418
25419 \begin_inset ERT
25420 status collapsed
25421
25422 \begin_layout Plain Layout
25423
25424 }
25425 \end_layout
25426
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \begin_layout Plain Layout
25433 \begin_inset Caption
25434
25435 \begin_layout Plain Layout
25436 \begin_inset CommandInset label
25437 LatexCommand label
25438 name "fig:Notas-al-pie-al-final"
25439
25440 \end_inset
25441
25442 Notas al final: notas impresas en párrafo separado al final de la sección
25443  o del capítulo.
25444 \end_layout
25445
25446 \end_inset
25447
25448
25449 \end_layout
25450
25451 \end_inset
25452
25453
25454 \end_layout
25455
25456 \begin_layout Standard
25457 \begin_inset VSpace medskip
25458 \end_inset
25459
25460 La cabecera de párrafo para las notas finales no se traduce automáticamente
25461  al lenguaje del documento, hay que hacerlo manualmente.
25462   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
25463  al español «Notas»:
25464 \end_layout
25465
25466 \begin_layout Standard
25467
25468 \series bold
25469
25470 \backslash
25471 renewcommand{
25472 \backslash
25473 notesname}{Notas}
25474 \end_layout
25475
25476 \begin_layout Standard
25477 \begin_inset VSpace medskip
25478 \end_inset
25479
25480 La numeración de notas finales puede cambiarse como la de las notas al pie,
25481  como se describe en la sección
25482 \begin_inset space ~
25483 \end_inset
25484
25485
25486 \begin_inset CommandInset ref
25487 LatexCommand ref
25488 reference "sub:Numeración-de-Notas-al-Pie"
25489
25490 \end_inset
25491
25492 ; sólo hay que reemplazar el comando 
25493 \series bold
25494
25495 \backslash
25496 thefootnote
25497 \series default
25498  por 
25499 \series bold
25500
25501 \backslash
25502 theendnote
25503 \series default
25504 .
25505  Para restablecer la numeración usa el comando 
25506 \series bold
25507
25508 \backslash
25509 @addtoreset
25510 \series default
25511  como se describe en la sección
25512 \begin_inset space ~
25513 \end_inset
25514
25515
25516 \begin_inset CommandInset ref
25517 LatexCommand ref
25518 reference "sub:Numeración-de-Notas-al-Pie"
25519
25520 \end_inset
25521
25522  y sustituye el parámetro de comando 
25523 \series bold
25524 footnote
25525 \series default
25526  por 
25527 \series bold
25528 endnote
25529 \series default
25530 .
25531 \end_layout
25532
25533 \begin_layout Standard
25534 Para crear sólo una marca para una nota final, usa el comando 
25535 \series bold
25536
25537 \backslash
25538 endnotemark[número]
25539 \series default
25540  similar al comando 
25541 \series bold
25542
25543 \backslash
25544 footnotemark
25545 \series default
25546 , descrito en la sección
25547 \begin_inset space ~
25548 \end_inset
25549
25550
25551 \begin_inset CommandInset ref
25552 LatexCommand ref
25553 reference "sec:Notas-al-pie"
25554
25555 \end_inset
25556
25557 .
25558 \end_layout
25559
25560 \begin_layout Standard
25561 \begin_inset VSpace bigskip
25562 \end_inset
25563
25564 Las notas al pie también pueden colocarse al margen de la página y la alineación
25565  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25566 \series bold
25567 footmisc
25568 \series default
25569
25570 \begin_inset Index
25571 status collapsed
25572
25573 \begin_layout Plain Layout
25574 LaTeX-paquetes ! footmisc
25575 \end_layout
25576
25577 \end_inset
25578
25579  
25580 \begin_inset CommandInset citation
25581 LatexCommand cite
25582 key "footmisc"
25583
25584 \end_inset
25585
25586  para más información.
25587 \end_layout
25588
25589 \begin_layout Standard
25590 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25591  
25592 \begin_inset CommandInset citation
25593 LatexCommand cite
25594 key "latexcompanion,latexguide,latexbook"
25595
25596 \end_inset
25597
25598 .
25599 \end_layout
25600
25601 \begin_layout Section
25602 Notas al margen
25603 \begin_inset Index
25604 status collapsed
25605
25606 \begin_layout Plain Layout
25607 Notas ! al margen
25608 \end_layout
25609
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \begin_layout Standard
25616 Las notas al margen se ven y se comportan en LyX como notas al pie.
25617  Se insertan con el menú 
25618 \family sans
25619 Insertar\SpecialChar \menuseparator
25620 Nota
25621 \begin_inset space ~
25622 \end_inset
25623
25624 al
25625 \begin_inset space ~
25626 \end_inset
25627
25628 margen
25629 \family default
25630  o con el botón 
25631 \begin_inset Graphics
25632         filename ../../images/marginalnote-insert.png
25633         scale 85
25634
25635 \end_inset
25636
25637 .
25638  Aparece un cuadro gris con la etiqueta 
25639 \family roman
25640 \series medium
25641 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25642 \end_layout
25643
25644 \begin_layout Standard
25645 Al lado hay un ejemplo de nota al margen.
25646
25647 \family roman
25648 \series medium
25649  
25650 \begin_inset Marginal
25651 status open
25652
25653 \begin_layout Plain Layout
25654 Esto es una nota al margen.
25655 \end_layout
25656
25657 \end_inset
25658
25659
25660 \end_layout
25661
25662 \begin_layout Standard
25663 Estas notas salen en el margen derecho en documentos a una cara.
25664  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25665  en páginas pares, derecho en páginas impares—.
25666  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25667  a la derecha si la nota aparece en el margen izquierdo—.
25668  La primera línea de la nota se sitúa en la posición de la línea del texto
25669  en la que se inserta en el documento.
25670 \end_layout
25671
25672 \begin_layout Standard
25673 \begin_inset VSpace bigskip
25674 \end_inset
25675
25676 Para colocar la nota en el margen interno añade el comando
25677 \end_layout
25678
25679 \begin_layout Standard
25680
25681 \series bold
25682
25683 \backslash
25684 reversemarginpar
25685 \end_layout
25686
25687 \begin_layout Standard
25688 en código TeX antes de la nota.
25689  La nueva colocación es válida para todas las siguientes notas al margen.
25690  
25691 \begin_inset ERT
25692 status collapsed
25693
25694 \begin_layout Plain Layout
25695
25696
25697 \backslash
25698 reversemarginpar 
25699 \end_layout
25700
25701 \end_inset
25702
25703
25704 \begin_inset Marginal
25705 status open
25706
25707 \begin_layout Plain Layout
25708 Esto es una nota en el margen interno.
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \series bold
25715
25716 \begin_inset Newline newline
25717 \end_inset
25718
25719
25720 \series default
25721
25722 \begin_inset Note Greyedout
25723 status open
25724
25725 \begin_layout Plain Layout
25726
25727 \series bold
25728 Nota:
25729 \series default
25730  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25731  no se mostrará correctamente en la salida.
25732 \end_layout
25733
25734 \end_inset
25735
25736
25737 \end_layout
25738
25739 \begin_layout Standard
25740 Para volver a la ubicación predeterminada inserta en código TeX el comando
25741 \begin_inset ERT
25742 status collapsed
25743
25744 \begin_layout Plain Layout
25745
25746
25747 \backslash
25748 normalmarginpar 
25749 \end_layout
25750
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \begin_layout Standard
25757
25758 \series bold
25759
25760 \backslash
25761 normalmarginpar
25762 \end_layout
25763
25764 \begin_layout Standard
25765 \begin_inset Note Greyedout
25766 status open
25767
25768 \begin_layout Plain Layout
25769
25770 \series bold
25771 Nota:
25772 \series default
25773  El comando se ignora si en el mismo párrafo está también presente el comando
25774  
25775 \series bold
25776
25777 \backslash
25778 reversemarginpar
25779 \series default
25780 .
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \begin_layout Standard
25789 \begin_inset VSpace bigskip
25790 \end_inset
25791
25792
25793 \family roman
25794 \series medium
25795
25796 \begin_inset Marginal
25797 status open
25798
25799 \begin_layout Plain Layout
25800 PalabraMuyLargaAlMargen no partida con guión.
25801 \end_layout
25802
25803 \end_inset
25804
25805
25806 \family default
25807 \series default
25808  Como en el caso descrito en la sección
25809 \begin_inset space ~
25810 \end_inset
25811
25812
25813 \begin_inset CommandInset ref
25814 LatexCommand ref
25815 reference "sub:Líneas-Múltiples-en"
25816
25817 \end_inset
25818
25819 , una palabra larga no puede partirse con guión cuando es la primera en
25820  la nota al margen.
25821  Para evitar esto, inserta un espacio horizontal de 0
25822 \begin_inset space \thinspace{}
25823 \end_inset
25824
25825 pt antes de la palabra
25826 \family roman
25827 \series medium
25828 .
25829  
25830 \begin_inset Marginal
25831 status open
25832
25833 \begin_layout Plain Layout
25834 \begin_inset ERT
25835 status collapsed
25836
25837 \begin_layout Plain Layout
25838
25839
25840 \backslash
25841 hspace{0pt}
25842 \end_layout
25843
25844 \end_inset
25845
25846 PalabraMuyLargaAlMargen partida con guión.
25847 \end_layout
25848
25849 \end_inset
25850
25851
25852 \end_layout
25853
25854 \begin_layout Standard
25855 \begin_inset VSpace bigskip
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \begin_layout Standard
25862 \begin_inset Note Greyedout
25863 status open
25864
25865 \begin_layout Plain Layout
25866
25867 \series bold
25868 Nota:
25869 \series default
25870  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25871  notas al pie.
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \begin_layout Standard
25880 \begin_inset VSpace bigskip
25881 \end_inset
25882
25883
25884 \end_layout
25885
25886 \begin_layout Standard
25887 \begin_inset ERT
25888 status collapsed
25889
25890 \begin_layout Plain Layout
25891
25892
25893 \backslash
25894 ifmarginnote
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \begin_inset Note Note
25901 status collapsed
25902
25903 \begin_layout Plain Layout
25904 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25905  LaTeX 
25906 \series bold
25907 marginnote
25908 \series default
25909 .
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \begin_layout Standard
25918 Esta restricción se puede salvar con el paquete LaTeX 
25919 \series bold
25920 marginnote
25921 \series default
25922
25923 \begin_inset Index
25924 status collapsed
25925
25926 \begin_layout Plain Layout
25927 LaTeX-paquetes ! marginnote
25928 \end_layout
25929
25930 \end_inset
25931
25932 .
25933  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25934  notas al margen es redefinido para usar el comando proporcionado por el
25935  paquete 
25936 \series bold
25937 marginnote
25938 \series default
25939 :
25940 \end_layout
25941
25942 \begin_layout Standard
25943
25944 \series bold
25945
25946 \backslash
25947 usepackage{marginnote}
25948 \begin_inset Newline newline
25949 \end_inset
25950
25951
25952 \backslash
25953 let
25954 \backslash
25955 marginpar
25956 \backslash
25957 marginnote
25958 \end_layout
25959
25960 \begin_layout Standard
25961 Esto se ha utilizado en el presente documento porque 
25962 \series bold
25963 marginnote
25964 \series default
25965  tiene una característica adicional útil: Puedes establecer un desplazamiento
25966  vertical a la nota.
25967  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25968  diseño de la página.
25969  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25970  en código TeX
25971 \end_layout
25972
25973 \begin_layout Standard
25974
25975 \series bold
25976 [desplazamiento]
25977 \end_layout
25978
25979 \begin_layout Standard
25980 donde desplazamiento es una longitud en una de las unidades de la tabla
25981 \begin_inset space ~
25982 \end_inset
25983
25984
25985 \begin_inset CommandInset ref
25986 LatexCommand ref
25987 reference "tab:Unidades"
25988
25989 \end_inset
25990
25991 .
25992  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25993  abajo.
25994  
25995 \family roman
25996 \series medium
25997 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25998 \begin_inset space \thinspace{}
25999 \end_inset
26000
26001 cm arriba con el comando en código TeX 
26002 \begin_inset Quotes eld
26003 \end_inset
26004
26005
26006 \family default
26007 \series bold
26008 [-1.5cm]
26009 \family roman
26010 \series medium
26011
26012 \begin_inset Quotes erd
26013 \end_inset
26014
26015
26016 \begin_inset Marginal
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020 Esta nota está 1.5
26021 \begin_inset space \thinspace{}
26022 \end_inset
26023
26024 cm por encima de su posición original.
26025 \end_layout
26026
26027 \end_inset
26028
26029
26030 \family default
26031 \series default
26032
26033 \begin_inset ERT
26034 status collapsed
26035
26036 \begin_layout Plain Layout
26037
26038 [-1.5cm]
26039 \end_layout
26040
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \begin_layout Standard
26047 \begin_inset VSpace medskip
26048 \end_inset
26049
26050 Con 
26051 \series bold
26052 marginnote
26053 \series default
26054  también puedes cambiar la alineación del texto en el margen.
26055  Por ejemplo los comandos
26056 \end_layout
26057
26058 \begin_layout Standard
26059
26060 \series bold
26061
26062 \backslash
26063 renewcommand*{
26064 \backslash
26065 raggedleftmarginnote}{
26066 \backslash
26067 centering}
26068 \begin_inset Newline newline
26069 \end_inset
26070
26071
26072 \backslash
26073 renewcommand*{
26074 \backslash
26075 raggedrightmarginnote}{
26076 \backslash
26077 centering}
26078 \end_layout
26079
26080 \begin_layout Standard
26081 producen alineación centrada.
26082  
26083 \series bold
26084
26085 \backslash
26086 raggedleftmarginnote
26087 \series default
26088  identifica las notas que aparecen al lado izquierdo.
26089 \family roman
26090 \series medium
26091
26092 \begin_inset ERT
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096
26097
26098 \backslash
26099 renewcommand*{
26100 \backslash
26101 raggedleftmarginnote}{
26102 \backslash
26103 centering}
26104 \end_layout
26105
26106 \begin_layout Plain Layout
26107
26108
26109 \backslash
26110 renewcommand*{
26111 \backslash
26112 raggedrightmarginnote}{
26113 \backslash
26114 centering}
26115 \end_layout
26116
26117 \end_inset
26118
26119
26120 \begin_inset Marginal
26121 status open
26122
26123 \begin_layout Plain Layout
26124 El texto de esta nota está centrado.
26125 \end_layout
26126
26127 \end_inset
26128
26129
26130 \family default
26131 \series default
26132  El valor predeterminado es 
26133 \end_layout
26134
26135 \begin_layout Standard
26136
26137 \series bold
26138
26139 \backslash
26140 renewcommand*{
26141 \backslash
26142 raggedleftmarginnote}{
26143 \backslash
26144 raggedleft}
26145 \begin_inset Newline newline
26146 \end_inset
26147
26148
26149 \backslash
26150 renewcommand*{
26151 \backslash
26152 raggedrightmarginnote}{
26153 \backslash
26154 raggedright}
26155 \family roman
26156 \series medium
26157
26158 \begin_inset ERT
26159 status collapsed
26160
26161 \begin_layout Plain Layout
26162
26163
26164 \backslash
26165 renewcommand*{
26166 \backslash
26167 raggedleftmarginnote}{
26168 \backslash
26169 raggedleft}
26170 \end_layout
26171
26172 \begin_layout Plain Layout
26173
26174
26175 \backslash
26176 renewcommand*{
26177 \backslash
26178 raggedrightmarginnote}{
26179 \backslash
26180 raggedright}
26181 \end_layout
26182
26183 \end_inset
26184
26185
26186 \end_layout
26187
26188 \begin_layout Standard
26189 \begin_inset VSpace medskip
26190 \end_inset
26191
26192 Para otras características de 
26193 \series bold
26194 marginnote
26195 \series default
26196  mira en su documentación 
26197 \begin_inset CommandInset citation
26198 LatexCommand cite
26199 key "marginnote"
26200
26201 \end_inset
26202
26203 .
26204 \end_layout
26205
26206 \begin_layout Standard
26207 \begin_inset VSpace bigskip
26208 \end_inset
26209
26210 El diseño de las notas al margen puede ser redefinido.
26211  Por ejemplo, para crear una cabecera para todas las notas con el texto
26212  
26213 \begin_inset Quotes eld
26214 \end_inset
26215
26216
26217 \series bold
26218 \bar under
26219 ¡
26220 \family sans
26221 Atención
26222 \family default
26223 !
26224 \series default
26225 \bar default
26226
26227 \begin_inset Quotes erd
26228 \end_inset
26229
26230 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26231 \end_layout
26232
26233 \begin_layout Standard
26234
26235 \series bold
26236
26237 \backslash
26238 let
26239 \backslash
26240 myMarginpar
26241 \backslash
26242 marginpar
26243 \begin_inset Newline newline
26244 \end_inset
26245
26246
26247 \backslash
26248 renewcommand{
26249 \backslash
26250 marginpar}[1]{
26251 \backslash
26252 myMarginpar{%
26253 \begin_inset Newline newline
26254 \end_inset
26255
26256
26257 \begin_inset ERT
26258 status collapsed
26259
26260 \begin_layout Plain Layout
26261
26262
26263 \backslash
26264 hphantom{ }
26265 \end_layout
26266
26267 \end_inset
26268
26269
26270 \backslash
26271 hspace{0pt}
26272 \backslash
26273 textsf{
26274 \backslash
26275 textbf{
26276 \backslash
26277 underbar{¡Atención!}}}%
26278 \begin_inset Newline newline
26279 \end_inset
26280
26281
26282 \begin_inset ERT
26283 status collapsed
26284
26285 \begin_layout Plain Layout
26286
26287
26288 \backslash
26289 hphantom{ }
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \backslash
26296 vspace{1.5mm}
26297 \backslash
26298
26299 \backslash
26300 #1}}
26301 \end_layout
26302
26303 \begin_layout Standard
26304
26305 \family roman
26306 \series medium
26307 \begin_inset ERT
26308 status collapsed
26309
26310 \begin_layout Plain Layout
26311
26312
26313 \backslash
26314 let
26315 \backslash
26316 myMarginpar
26317 \backslash
26318 marginpar
26319 \end_layout
26320
26321 \begin_layout Plain Layout
26322
26323
26324 \backslash
26325 renewcommand{
26326 \backslash
26327 marginpar}[1]{
26328 \backslash
26329 myMarginpar{%
26330 \end_layout
26331
26332 \begin_layout Plain Layout
26333
26334    
26335 \backslash
26336 textsf{
26337 \backslash
26338 textbf{
26339 \backslash
26340 underbar{¡Atención!}}}%
26341 \end_layout
26342
26343 \begin_layout Plain Layout
26344
26345    
26346 \backslash
26347 vspace{1.5mm}
26348 \backslash
26349
26350 \backslash
26351 #1}}
26352 \end_layout
26353
26354 \end_inset
26355
26356
26357 \begin_inset Marginal
26358 status open
26359
26360 \begin_layout Plain Layout
26361 Esta es una nota con una cabecera definida.
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \family default
26368 \series default
26369
26370 \begin_inset ERT
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374
26375 [-1.5cm]
26376 \end_layout
26377
26378 \end_inset
26379
26380
26381 \family roman
26382 \series medium
26383
26384 \begin_inset ERT
26385 status collapsed
26386
26387 \begin_layout Plain Layout
26388
26389
26390 \backslash
26391 renewcommand{
26392 \backslash
26393 marginpar}[1]{
26394 \backslash
26395 myMarginpar{#1}}
26396 \end_layout
26397
26398 \end_inset
26399
26400
26401 \family default
26402 \series default
26403
26404 \begin_inset Note Note
26405 status collapsed
26406
26407 \begin_layout Plain Layout
26408 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \end_layout
26415
26416 \begin_layout Standard
26417 \begin_inset ERT
26418 status collapsed
26419
26420 \begin_layout Plain Layout
26421
26422
26423 \backslash
26424 else
26425 \end_layout
26426
26427 \end_inset
26428
26429
26430 \begin_inset Note Note
26431 status collapsed
26432
26433 \begin_layout Plain Layout
26434 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26435  
26436 \series bold
26437 marginnote
26438 \series default
26439 .
26440 \end_layout
26441
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \begin_layout Standard
26448 Debes instalar el paquete LaTeX 
26449 \series bold
26450 marginnote
26451 \series default
26452  para ver la parte siguiente en la salida.
26453 \end_layout
26454
26455 \begin_layout Standard
26456 \begin_inset ERT
26457 status collapsed
26458
26459 \begin_layout Plain Layout
26460
26461
26462 \backslash
26463 fi
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \begin_layout Chapter
26472 Cuadros
26473 \end_layout
26474
26475 \begin_layout Section
26476 Introducción
26477 \begin_inset Index
26478 status collapsed
26479
26480 \begin_layout Plain Layout
26481 Cuadros ! Introducción
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \begin_layout Standard
26490 Los cuadros se emplean para dar formato a bloques de texto.
26491  Se pueden usar para escribir documentos con varios idiomas, véase sección
26492 \begin_inset space ~
26493 \end_inset
26494
26495
26496 \begin_inset CommandInset ref
26497 LatexCommand ref
26498 reference "sec:Minipáginas"
26499
26500 \end_inset
26501
26502 , enmarcar textos, véase sección
26503 \begin_inset space ~
26504 \end_inset
26505
26506
26507 \begin_inset CommandInset ref
26508 LatexCommand ref
26509 reference "sec:Decoración"
26510
26511 \end_inset
26512
26513 , evitar la división de palabras, véase sección
26514 \begin_inset space ~
26515 \end_inset
26516
26517
26518 \begin_inset CommandInset ref
26519 LatexCommand ref
26520 reference "sec:Evitar-la-Partición"
26521
26522 \end_inset
26523
26524 , alinear texto, véase sección
26525 \begin_inset space ~
26526 \end_inset
26527
26528
26529 \begin_inset CommandInset ref
26530 LatexCommand ref
26531 reference "sub:Alineación-Vertical"
26532
26533 \end_inset
26534
26535 , o para poner color de fondo a un texto, véase sección
26536 \begin_inset space ~
26537 \end_inset
26538
26539
26540 \begin_inset CommandInset ref
26541 LatexCommand ref
26542 reference "sec:Cuadros-Coloreados"
26543
26544 \end_inset
26545
26546 .
26547 \end_layout
26548
26549 \begin_layout Standard
26550 Se insertan con el menú 
26551 \family sans
26552 Insertar\SpecialChar \menuseparator
26553 Cuadro
26554 \family default
26555  o con el botón 
26556 \begin_inset Graphics
26557         filename ../../images/box-insert.png
26558         scale 85
26559
26560 \end_inset
26561
26562 .
26563  Surge un recuadro gris con la etiqueta 
26564 \family sans
26565 Cuadro (Minipágina)
26566 \family default
26567
26568 \begin_inset Graphics
26569         filename clipart/CuadroMinipagQt4.png
26570         scale 75
26571         keepAspectRatio
26572
26573 \end_inset
26574
26575 .
26576  El tipo de cuadro se puede elegir al hacer clic derecho sobre él.
26577  Sale un diálogo en el que 
26578 \family sans
26579 Cuadro
26580 \family default
26581
26582 \begin_inset space ~
26583 \end_inset
26584
26585
26586 \family sans
26587 interior
26588 \family default
26589  permite escoger los tipos 
26590 \family sans
26591 Párrafo
26592 \family default
26593  y 
26594 \family sans
26595 Minipágina
26596 \family default
26597 .
26598  
26599 \family sans
26600 Minipágina
26601 \family default
26602  es el predeterminado para nuevos cuadros y se explica en la sección
26603 \begin_inset space ~
26604 \end_inset
26605
26606
26607 \begin_inset CommandInset ref
26608 LatexCommand ref
26609 reference "sec:Minipáginas"
26610
26611 \end_inset
26612
26613 ; el tipo 
26614 \family sans
26615 Párrafo
26616 \family default
26617  se describe en la sección
26618 \begin_inset space ~
26619 \end_inset
26620
26621
26622 \begin_inset CommandInset ref
26623 LatexCommand ref
26624 reference "sec:Cuadros-de-Párrafo"
26625
26626 \end_inset
26627
26628 .
26629 \end_layout
26630
26631 \begin_layout Standard
26632 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26633  flotantes o las notas al pie.
26634 \end_layout
26635
26636 \begin_layout Standard
26637 \begin_inset Note Greyedout
26638 status open
26639
26640 \begin_layout Plain Layout
26641
26642 \series bold
26643 Nota:
26644 \series default
26645  Los cuadros no deben ser el ítem en un entorno 
26646 \family sans
26647 Enumeración*
26648 \family default
26649  o 
26650 \family sans
26651 Descripción
26652 \family default
26653 .
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \begin_layout Standard
26662 \begin_inset Note Greyedout
26663 status open
26664
26665 \begin_layout Plain Layout
26666
26667 \series bold
26668 Nota:
26669 \series default
26670  Por razones desconocidas sólo se puede poner el tipo 
26671 \family sans
26672 Cuadro
26673 \begin_inset space ~
26674 \end_inset
26675
26676 interior
26677 \family default
26678  en 
26679 \family sans
26680 Ninguno
26681 \family default
26682  cuando se emplea un cuadro enmarcado.
26683  Los cuadros sin ningún tipo de 
26684 \family sans
26685 Cuadro
26686 \begin_inset space ~
26687 \end_inset
26688
26689 interior
26690 \family default
26691  y sin marcos se explican en la sección
26692 \begin_inset space ~
26693 \end_inset
26694
26695
26696 \begin_inset CommandInset ref
26697 LatexCommand ref
26698 reference "sec:Evitar-la-Partición"
26699
26700 \end_inset
26701
26702 .
26703 \end_layout
26704
26705 \end_inset
26706
26707
26708 \end_layout
26709
26710 \begin_layout Section
26711 Diálogo de cuadros
26712 \begin_inset CommandInset label
26713 LatexCommand label
26714 name "sec:Diálogo-Cuadros"
26715
26716 \end_inset
26717
26718
26719 \begin_inset Index
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723 Cuadros ! Configuración
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \begin_layout Subsection
26732 Tamaño
26733 \begin_inset Index
26734 status collapsed
26735
26736 \begin_layout Plain Layout
26737 Cuadros ! Tamaño
26738 \end_layout
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \begin_layout Standard
26746 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26747 \family sans
26748 Ancho
26749 \family default
26750  y 
26751 \family sans
26752 Alto
26753 \family default
26754 .
26755  Las unidades disponibles para la geometría se describen en la tabla
26756 \begin_inset space ~
26757 \end_inset
26758
26759
26760 \begin_inset CommandInset ref
26761 LatexCommand ref
26762 reference "tab:Unidades"
26763
26764 \end_inset
26765
26766 .
26767  El campo 
26768 \family sans
26769 Alto
26770 \family default
26771  ofrece los siguientes tamaños adicionales:
26772 \end_layout
26773
26774 \begin_layout Description
26775 Profundidad Este es el texto plano «alto».
26776  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26777  cuadro:
26778 \begin_inset Newline newline
26779 \end_inset
26780
26781
26782 \begin_inset Newline newline
26783 \end_inset
26784
26785
26786 \begin_inset Newline newline
26787 \end_inset
26788
26789
26790 \begin_inset Box Boxed
26791 position "c"
26792 hor_pos "c"
26793 has_inner_box 1
26794 inner_pos "c"
26795 use_parbox 0
26796 width "12col%"
26797 special "none"
26798 height "1in"
26799 height_special "depth"
26800 status open
26801
26802 \begin_layout Plain Layout
26803 \align center
26804 Cuadro con altura establecida en 1
26805 \begin_inset space \thinspace{}
26806 \end_inset
26807
26808 Profundidad
26809 \end_layout
26810
26811 \end_inset
26812
26813
26814 \begin_inset Newline newline
26815 \end_inset
26816
26817
26818 \begin_inset Newline newline
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \begin_layout Description
26825 Alto Es la altura del texto que está dentro del cuadro.
26826  Un valor de, p.
26827 \begin_inset space \thinspace{}
26828 \end_inset
26829
26830 e.
26831 \begin_inset space ~
26832 \end_inset
26833
26834 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26835  
26836 \begin_inset Box Boxed
26837 position "c"
26838 hor_pos "c"
26839 has_inner_box 1
26840 inner_pos "c"
26841 use_parbox 0
26842 width "20col%"
26843 special "none"
26844 height "2in"
26845 height_special "height"
26846 status open
26847
26848 \begin_layout Plain Layout
26849 \align center
26850 Cuadro con altura puesta en 2
26851 \begin_inset space \thinspace{}
26852 \end_inset
26853
26854 Alto
26855 \end_layout
26856
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \begin_layout Description
26863 Alto
26864 \begin_inset space ~
26865 \end_inset
26866
26867 total Esto es el Alto
26868 \begin_inset space \thinspace{}
26869 \end_inset
26870
26871 +
26872 \begin_inset space \thinspace{}
26873 \end_inset
26874
26875 Profundidad: 
26876 \begin_inset Box Boxed
26877 position "c"
26878 hor_pos "c"
26879 has_inner_box 1
26880 inner_pos "c"
26881 use_parbox 0
26882 width "20col%"
26883 special "none"
26884 height "1in"
26885 height_special "totalheight"
26886 status open
26887
26888 \begin_layout Plain Layout
26889 \align center
26890 Cuadro con altura puesta a 1
26891 \begin_inset space \thinspace{}
26892 \end_inset
26893
26894 Alto
26895 \begin_inset space ~
26896 \end_inset
26897
26898 total
26899 \end_layout
26900
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \begin_layout Description
26907 Ancho Esto determina al ancho del cuadro como altura: 
26908 \begin_inset Box Boxed
26909 position "c"
26910 hor_pos "c"
26911 has_inner_box 1
26912 inner_pos "c"
26913 use_parbox 0
26914 width "12col%"
26915 special "none"
26916 height "1in"
26917 height_special "width"
26918 status open
26919
26920 \begin_layout Plain Layout
26921 \align center
26922 Cuadro con altura puesta en 1
26923 \begin_inset space \thinspace{}
26924 \end_inset
26925
26926 Ancho
26927 \end_layout
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \begin_layout Subsection
26935 Alineación
26936 \begin_inset Index
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940 Cuadros ! Alineación
26941 \end_layout
26942
26943 \end_inset
26944
26945
26946 \end_layout
26947
26948 \begin_layout Standard
26949 Si has elegido un 
26950 \family sans
26951 Cuadro
26952 \begin_inset space ~
26953 \end_inset
26954
26955 interior
26956 \family default
26957 , la alineación vertical del cuadro puede ser:
26958 \end_layout
26959
26960 \begin_layout Description
26961 Superior Ejemplo de línea de texto.
26962  
26963 \begin_inset Box Boxed
26964 position "t"
26965 hor_pos "c"
26966 has_inner_box 1
26967 inner_pos "c"
26968 use_parbox 0
26969 width "12col%"
26970 special "none"
26971 height "1in"
26972 height_special "totalheight"
26973 status collapsed
26974
26975 \begin_layout Plain Layout
26976 \align center
26977 Cuadro alineado arriba.
26978 \end_layout
26979
26980 \end_inset
26981
26982  Ejemplo de línea de texto.
26983 \end_layout
26984
26985 \begin_layout Description
26986 Medio Ejemplo de línea de texto.
26987  
26988 \begin_inset Box Boxed
26989 position "c"
26990 hor_pos "c"
26991 has_inner_box 1
26992 inner_pos "c"
26993 use_parbox 0
26994 width "12col%"
26995 special "none"
26996 height "1in"
26997 height_special "totalheight"
26998 status collapsed
26999
27000 \begin_layout Plain Layout
27001 \align center
27002 Cuadro alineado en medio.
27003 \end_layout
27004
27005 \end_inset
27006
27007  Ejemplo de línea de texto.
27008 \end_layout
27009
27010 \begin_layout Description
27011 Inferior Ejemplo de línea de texto.
27012  
27013 \begin_inset Box Boxed
27014 position "b"
27015 hor_pos "c"
27016 has_inner_box 1
27017 inner_pos "c"
27018 use_parbox 0
27019 width "12col%"
27020 special "none"
27021 height "1in"
27022 height_special "totalheight"
27023 status collapsed
27024
27025 \begin_layout Plain Layout
27026 \align center
27027 Cuadro alineado abajo.
27028 \end_layout
27029
27030 \end_inset
27031
27032  Ejemplo de línea de texto.
27033 \end_layout
27034
27035 \begin_layout Standard
27036 \begin_inset Note Greyedout
27037 status open
27038
27039 \begin_layout Plain Layout
27040
27041 \series bold
27042 Nota:
27043 \series default
27044  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27045  en una línea y, p.
27046 \begin_inset space \thinspace{}
27047 \end_inset
27048
27049 e., uno de ellos tiene sombreado y el otro no.
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \end_layout
27056
27057 \begin_layout Standard
27058 La alineación horizontal del cuadro puede establecerse en el diálogo de
27059  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27060 \end_layout
27061
27062 \begin_layout Standard
27063 \begin_inset VSpace bigskip
27064 \end_inset
27065
27066 Si has escogido un 
27067 \family sans
27068 Cuadro
27069 \begin_inset space ~
27070 \end_inset
27071
27072 interior
27073 \family default
27074 , el contenido puede alinearse verticalmente a:
27075 \end_layout
27076
27077 \begin_layout Description
27078 Superior Ejemplo de línea de texto.
27079  
27080 \begin_inset Box Boxed
27081 position "c"
27082 hor_pos "c"
27083 has_inner_box 1
27084 inner_pos "t"
27085 use_parbox 0
27086 width "12col%"
27087 special "none"
27088 height "1.5in"
27089 height_special "totalheight"
27090 status collapsed
27091
27092 \begin_layout Plain Layout
27093 \align center
27094 Cuadro con texto alineado arriba.
27095 \end_layout
27096
27097 \end_inset
27098
27099  Ejemplo de línea de texto.
27100 \end_layout
27101
27102 \begin_layout Description
27103 Medio Ejemplo de línea de texto.
27104  
27105 \begin_inset Box Boxed
27106 position "c"
27107 hor_pos "c"
27108 has_inner_box 1
27109 inner_pos "c"
27110 use_parbox 0
27111 width "12col%"
27112 special "none"
27113 height "1.5in"
27114 height_special "totalheight"
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118 \align center
27119 Cuadro con texto alineado en medio.
27120 \end_layout
27121
27122 \end_inset
27123
27124  Ejemplo de línea de texto.
27125 \end_layout
27126
27127 \begin_layout Description
27128 Inferior Ejemplo de línea de texto.
27129  
27130 \begin_inset Box Boxed
27131 position "c"
27132 hor_pos "c"
27133 has_inner_box 1
27134 inner_pos "b"
27135 use_parbox 0
27136 width "12col%"
27137 special "none"
27138 height "1.5in"
27139 height_special "totalheight"
27140 status collapsed
27141
27142 \begin_layout Plain Layout
27143 \align center
27144 Cuadro con texto alineado abajo.
27145 \end_layout
27146
27147 \end_inset
27148
27149  Ejemplo de línea de texto.
27150 \end_layout
27151
27152 \begin_layout Description
27153 Estirado Ejemplo de línea de texto.
27154  
27155 \begin_inset Box Boxed
27156 position "c"
27157 hor_pos "c"
27158 has_inner_box 1
27159 inner_pos "s"
27160 use_parbox 0
27161 width "12col%"
27162 special "none"
27163 height "1.5in"
27164 height_special "totalheight"
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168 \align center
27169 Este texto
27170 \end_layout
27171
27172 \begin_layout Plain Layout
27173 \align center
27174 está
27175 \end_layout
27176
27177 \begin_layout Plain Layout
27178 \align center
27179 estirado.
27180 \end_layout
27181
27182 \end_inset
27183
27184  Ejemplo de línea de texto.
27185 \end_layout
27186
27187 \begin_layout Standard
27188 Para estirar el contenido debe tener más de un párrafo.
27189  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27190 \end_layout
27191
27192 \begin_layout Standard
27193 \begin_inset VSpace bigskip
27194 \end_inset
27195
27196 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27197  LyX cuando hayas escogido un 
27198 \family sans
27199 Cuadro
27200 \begin_inset space ~
27201 \end_inset
27202
27203 interior
27204 \family default
27205 .
27206 \end_layout
27207
27208 \begin_layout Standard
27209 \align center
27210 \begin_inset Box Boxed
27211 position "c"
27212 hor_pos "c"
27213 has_inner_box 1
27214 inner_pos "s"
27215 use_parbox 0
27216 width "15col%"
27217 special "none"
27218 height "1.25in"
27219 height_special "totalheight"
27220 status collapsed
27221
27222 \begin_layout Plain Layout
27223 \align left
27224 Cuadro
27225 \end_layout
27226
27227 \begin_layout Plain Layout
27228 \align center
27229 con texto
27230 \end_layout
27231
27232 \begin_layout Plain Layout
27233 \align right
27234 estirado
27235 \end_layout
27236
27237 \end_inset
27238
27239
27240 \end_layout
27241
27242 \begin_layout Standard
27243 Si no has establecido un 
27244 \family sans
27245 Cuadro
27246 \begin_inset space ~
27247 \end_inset
27248
27249 interior
27250 \family default
27251 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27252  cuadro.
27253 \end_layout
27254
27255 \begin_layout Standard
27256 \align center
27257 \begin_inset Box Boxed
27258 position "c"
27259 hor_pos "s"
27260 has_inner_box 0
27261 inner_pos "s"
27262 use_parbox 0
27263 width "90col%"
27264 special "none"
27265 height "1.25in"
27266 height_special "totalheight"
27267 status collapsed
27268
27269 \begin_layout Plain Layout
27270 \align left
27271 Texto estirado horizontalmente.
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \end_layout
27278
27279 \begin_layout Subsection
27280 Decoración
27281 \begin_inset CommandInset label
27282 LatexCommand label
27283 name "sec:Decoración"
27284
27285 \end_inset
27286
27287
27288 \begin_inset Index
27289 status collapsed
27290
27291 \begin_layout Plain Layout
27292 Cuadros ! Decoración
27293 \end_layout
27294
27295 \end_inset
27296
27297
27298 \end_layout
27299
27300 \begin_layout Standard
27301 El estilo de marco del cuadro se puede determinar en la lista desplegable
27302  
27303 \family sans
27304 Tipo
27305 \family default
27306  del diálogo de cuadros.
27307  Son posibles los siguientes marcos:
27308 \end_layout
27309
27310 \begin_layout Description
27311 Marco
27312 \begin_inset space ~
27313 \end_inset
27314
27315 sencillo Dibuja un marco rectangular alrededor del cuadro.
27316  El grosor del marco depende de 
27317 \series bold
27318
27319 \backslash
27320 fboxrule
27321 \series default
27322 .
27323  
27324 \begin_inset Box Boxed
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 Cuadro rectangular
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 sencillo
27352 \begin_inset space ~
27353 \end_inset
27354
27355 con
27356 \begin_inset space ~
27357 \end_inset
27358
27359 salto
27360 \begin_inset space ~
27361 \end_inset
27362
27363 de
27364 \begin_inset space ~
27365 \end_inset
27366
27367 página Si usas la decoración 
27368 \family sans
27369 marco sencillo rectangular
27370 \family default
27371  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
27372  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
27373  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
27374  propio y 
27375 \series bold
27376
27377 \backslash
27378 fboxrule
27379 \series default
27380  y 
27381 \series bold
27382
27383 \backslash
27384 fboxsep
27385 \series default
27386  no funcionan.
27387  El grosor del marco tiene el tamaño de 
27388 \series bold
27389
27390 \backslash
27391 FrameRule
27392 \series default
27393 .
27394 \begin_inset Box Framed
27395 position "t"
27396 hor_pos "c"
27397 has_inner_box 0
27398 inner_pos "t"
27399 use_parbox 0
27400 width "100col%"
27401 special "none"
27402 height "1in"
27403 height_special "totalheight"
27404 status collapsed
27405
27406 \begin_layout Plain Layout
27407 Cuadro que permite saltos de página
27408 \end_layout
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \begin_layout Description
27416 Marco
27417 \begin_inset space ~
27418 \end_inset
27419
27420 ovalado,
27421 \begin_inset space ~
27422 \end_inset
27423
27424 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27425 \begin_inset space \thinspace{}
27426 \end_inset
27427
27428 pt.
27429  
27430 \begin_inset Box ovalbox
27431 position "c"
27432 hor_pos "c"
27433 has_inner_box 1
27434 inner_pos "c"
27435 use_parbox 0
27436 width "25col%"
27437 special "none"
27438 height "1in"
27439 height_special "totalheight"
27440 status open
27441
27442 \begin_layout Plain Layout
27443 \align center
27444 Marco ovalado, fino
27445 \end_layout
27446
27447 \end_inset
27448
27449
27450 \end_layout
27451
27452 \begin_layout Description
27453 Marco
27454 \begin_inset space ~
27455 \end_inset
27456
27457 ovalado,
27458 \begin_inset space ~
27459 \end_inset
27460
27461 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27462 \begin_inset space \thinspace{}
27463 \end_inset
27464
27465 pt.
27466  
27467 \begin_inset Box Ovalbox
27468 position "c"
27469 hor_pos "c"
27470 has_inner_box 1
27471 inner_pos "c"
27472 use_parbox 0
27473 width "30col%"
27474 special "none"
27475 height "1in"
27476 height_special "totalheight"
27477 status open
27478
27479 \begin_layout Plain Layout
27480 \align center
27481 Cuadro ovalado, grueso
27482 \end_layout
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \begin_layout Description
27490 Marco
27491 \begin_inset space ~
27492 \end_inset
27493
27494 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
27495  El grosor de la línea tiene el tamaño dado por 
27496 \series bold
27497
27498 \backslash
27499 fboxrule
27500 \series default
27501 , la sombra tiene una anchura de 4
27502 \begin_inset space \thinspace{}
27503 \end_inset
27504
27505 pt.
27506  
27507 \begin_inset Box Shadowbox
27508 position "c"
27509 hor_pos "c"
27510 has_inner_box 1
27511 inner_pos "c"
27512 use_parbox 0
27513 width "20col%"
27514 special "none"
27515 height "1in"
27516 height_special "totalheight"
27517 status open
27518
27519 \begin_layout Plain Layout
27520 \align center
27521 Marco sombrado
27522 \end_layout
27523
27524 \end_inset
27525
27526
27527 \end_layout
27528
27529 \begin_layout Description
27530 Fondo
27531 \begin_inset space ~
27532 \end_inset
27533
27534 sombreado Dibuja un cuadro con fondo de color rojo.
27535  A diferencia de los cuadros coloreados,
27536 \begin_inset Foot
27537 status collapsed
27538
27539 \begin_layout Plain Layout
27540 véase sec.
27541  
27542 \begin_inset CommandInset ref
27543 LatexCommand ref
27544 reference "sec:Cuadros-Coloreados"
27545
27546 \end_inset
27547
27548
27549 \end_layout
27550
27551 \end_inset
27552
27553  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
27554 \begin_inset Box Shaded
27555 position "t"
27556 hor_pos "c"
27557 has_inner_box 0
27558 inner_pos "t"
27559 use_parbox 0
27560 width "50col%"
27561 special "none"
27562 height "1in"
27563 height_special "totalheight"
27564 status open
27565
27566 \begin_layout Plain Layout
27567 Cuadro con fondo sombreado
27568 \end_layout
27569
27570 \end_inset
27571
27572
27573 \end_layout
27574
27575 \begin_layout Description
27576 Marco
27577 \begin_inset space ~
27578 \end_inset
27579
27580 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27581  El grosor de la línea interior es 0.75
27582 \begin_inset space \thinspace{}
27583 \end_inset
27584
27585
27586 \series bold
27587
27588 \backslash
27589 fboxrule
27590 \series default
27591 , el de la línea exterior es 1.5
27592 \begin_inset space \thinspace{}
27593 \end_inset
27594
27595
27596 \series bold
27597
27598 \backslash
27599 fboxrule
27600 \series default
27601 .
27602  La distancia entre líneas es 1.5
27603 \begin_inset space \thinspace{}
27604 \end_inset
27605
27606
27607 \series bold
27608
27609 \backslash
27610 fboxrule
27611 \series default
27612
27613 \begin_inset space \thinspace{}
27614 \end_inset
27615
27616 +
27617 \begin_inset space \thinspace{}
27618 \end_inset
27619
27620 0.5
27621 \begin_inset space \thinspace{}
27622 \end_inset
27623
27624 pt.
27625  
27626 \begin_inset Box Doublebox
27627 position "c"
27628 hor_pos "c"
27629 has_inner_box 1
27630 inner_pos "c"
27631 use_parbox 0
27632 width "20col%"
27633 special "none"
27634 height "1in"
27635 height_special "totalheight"
27636 status open
27637
27638 \begin_layout Plain Layout
27639 \align center
27640 Marco doble
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \begin_layout Standard
27649 \begin_inset VSpace bigskip
27650 \end_inset
27651
27652 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27653  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27654  LaTeX 
27655 \series bold
27656 fancybox
27657 \series default
27658
27659 \begin_inset Index
27660 status collapsed
27661
27662 \begin_layout Plain Layout
27663 LaTeX-paquetes ! fancybox
27664 \end_layout
27665
27666 \end_inset
27667
27668 .
27669 \end_layout
27670
27671 \begin_layout Section
27672 Personalización de cuadros
27673 \begin_inset Index
27674 status collapsed
27675
27676 \begin_layout Plain Layout
27677 Cuadros ! Personalizar
27678 \end_layout
27679
27680 \end_inset
27681
27682
27683 \end_layout
27684
27685 \begin_layout Standard
27686 El valor predeterminado por 
27687 \series bold
27688
27689 \backslash
27690 fboxrule
27691 \series default
27692  es 0.4
27693 \begin_inset space \thinspace{}
27694 \end_inset
27695
27696 pt.
27697  Puede cambiarse con el siguiente comando en código TeX, p.
27698 \begin_inset space \thinspace{}
27699 \end_inset
27700
27701 e.
27702 \begin_inset space ~
27703 \end_inset
27704
27705 a
27706 \begin_inset space ~
27707 \end_inset
27708
27709 2
27710 \begin_inset space \thinspace{}
27711 \end_inset
27712
27713 pt:
27714 \end_layout
27715
27716 \begin_layout Standard
27717
27718 \series bold
27719
27720 \backslash
27721 setlength{
27722 \backslash
27723 fboxrule}{2pt}
27724 \end_layout
27725
27726 \begin_layout Standard
27727 \begin_inset ERT
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731
27732
27733 \backslash
27734 setlength{
27735 \backslash
27736 fboxrule}{2pt}
27737 \end_layout
27738
27739 \end_inset
27740
27741
27742 \begin_inset Box Boxed
27743 position "c"
27744 hor_pos "c"
27745 has_inner_box 1
27746 inner_pos "c"
27747 use_parbox 0
27748 width "25col%"
27749 special "none"
27750 height "1in"
27751 height_special "totalheight"
27752 status open
27753
27754 \begin_layout Plain Layout
27755 \align center
27756 Cuadro rectangular con 
27757 \series bold
27758
27759 \backslash
27760 fboxrule
27761 \series default
27762
27763 \begin_inset space \thinspace{}
27764 \end_inset
27765
27766 =
27767 \begin_inset space \thinspace{}
27768 \end_inset
27769
27770 2
27771 \begin_inset space \thinspace{}
27772 \end_inset
27773
27774 pt
27775 \end_layout
27776
27777 \end_inset
27778
27779
27780 \begin_inset ERT
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784
27785
27786 \backslash
27787 setlength{
27788 \backslash
27789 fboxrule}{0.4pt}
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Standard
27798 \begin_inset VSpace bigskip
27799 \end_inset
27800
27801 El espacio entre el marco y el contenido del cuadro es 3
27802 \begin_inset space \thinspace{}
27803 \end_inset
27804
27805 pt por omisión para todos los estilos.
27806  Se puede cambiar mediante la longitud 
27807 \series bold
27808
27809 \backslash
27810 fboxsep
27811 \series default
27812 .
27813  Por ejemplo el comando
27814 \end_layout
27815
27816 \begin_layout Standard
27817
27818 \series bold
27819
27820 \backslash
27821 setlength{
27822 \backslash
27823 fboxsep}{10pt}
27824 \end_layout
27825
27826 \begin_layout Standard
27827 determina un valor de 10
27828 \begin_inset space \thinspace{}
27829 \end_inset
27830
27831 pt, como en el siguiente cuadro:
27832 \end_layout
27833
27834 \begin_layout Standard
27835 \begin_inset ERT
27836 status collapsed
27837
27838 \begin_layout Plain Layout
27839
27840
27841 \backslash
27842 setlength{
27843 \backslash
27844 fboxsep}{10pt}
27845 \end_layout
27846
27847 \end_inset
27848
27849
27850 \begin_inset Box Boxed
27851 position "c"
27852 hor_pos "c"
27853 has_inner_box 1
27854 inner_pos "c"
27855 use_parbox 0
27856 width "25col%"
27857 special "none"
27858 height "1in"
27859 height_special "totalheight"
27860 status open
27861
27862 \begin_layout Plain Layout
27863 \align center
27864 Cuadro rectangular con 
27865 \series bold
27866
27867 \backslash
27868 fboxsep
27869 \series default
27870
27871 \begin_inset space \thinspace{}
27872 \end_inset
27873
27874 =
27875 \begin_inset space \thinspace{}
27876 \end_inset
27877
27878 10
27879 \begin_inset space \thinspace{}
27880 \end_inset
27881
27882 pt
27883 \end_layout
27884
27885 \end_inset
27886
27887
27888 \begin_inset ERT
27889 status collapsed
27890
27891 \begin_layout Plain Layout
27892
27893
27894 \backslash
27895 setlength{
27896 \backslash
27897 fboxsep}{3pt}
27898 \end_layout
27899
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \begin_layout Standard
27906 \begin_inset VSpace bigskip
27907 \end_inset
27908
27909 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27910  el comando 
27911 \series bold
27912
27913 \backslash
27914 cornersize
27915 \series default
27916 .
27917  El comando
27918 \end_layout
27919
27920 \begin_layout Standard
27921
27922 \series bold
27923
27924 \backslash
27925 cornersize*{1cm}
27926 \end_layout
27927
27928 \begin_layout Standard
27929 establece un diámetro de 1
27930 \begin_inset space \thinspace{}
27931 \end_inset
27932
27933 cm.
27934  El comando
27935 \end_layout
27936
27937 \begin_layout Standard
27938
27939 \series bold
27940
27941 \backslash
27942 cornersize{num}
27943 \end_layout
27944
27945 \begin_layout Standard
27946 fija el diámetro en 
27947 \family sans
27948 num
27949 \begin_inset space \thinspace{}
27950 \end_inset
27951
27952 ×
27953 \begin_inset space \thinspace{}
27954 \end_inset
27955
27956 mínimo
27957 \family default
27958  
27959 \family sans
27960 (ancho y alto del cuadro)
27961 \family default
27962 .
27963  Por omisión es 
27964 \series bold
27965
27966 \backslash
27967 cornersize{0.5}
27968 \series default
27969 .
27970 \end_layout
27971
27972 \begin_layout Standard
27973 \begin_inset ERT
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977
27978
27979 \backslash
27980 cornersize*{1.5cm}
27981 \end_layout
27982
27983 \end_inset
27984
27985
27986 \begin_inset Box Ovalbox
27987 position "c"
27988 hor_pos "c"
27989 has_inner_box 1
27990 inner_pos "c"
27991 use_parbox 0
27992 width "28col%"
27993 special "none"
27994 height "1in"
27995 height_special "totalheight"
27996 status open
27997
27998 \begin_layout Plain Layout
27999 \align center
28000 Cuadro ovalado con 
28001 \series bold
28002
28003 \backslash
28004 cornersize
28005 \series default
28006
28007 \begin_inset space \thinspace{}
28008 \end_inset
28009
28010 =
28011 \begin_inset space \thinspace{}
28012 \end_inset
28013
28014 1.5
28015 \begin_inset space \thinspace{}
28016 \end_inset
28017
28018 cm
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \begin_inset ERT
28025 status collapsed
28026
28027 \begin_layout Plain Layout
28028
28029
28030 \backslash
28031 cornersize{0.5}
28032 \end_layout
28033
28034 \end_inset
28035
28036
28037 \end_layout
28038
28039 \begin_layout Standard
28040 \begin_inset VSpace bigskip
28041 \end_inset
28042
28043 El tamaño de la sombra se puede ajustar cambiando la longitud 
28044 \series bold
28045
28046 \backslash
28047 shadowsize
28048 \series default
28049 .
28050  Este comando la ajusta a 2
28051 \begin_inset space \thinspace{}
28052 \end_inset
28053
28054 pt en el cuadro siguiente:
28055 \end_layout
28056
28057 \begin_layout Standard
28058
28059 \series bold
28060
28061 \backslash
28062 setlength{
28063 \backslash
28064 shadowsize}{2pt}
28065 \end_layout
28066
28067 \begin_layout Standard
28068 \begin_inset ERT
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072
28073
28074 \backslash
28075 setlength{
28076 \backslash
28077 shadowsize}{2pt}
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \begin_inset Box Shadowbox
28084 position "c"
28085 hor_pos "c"
28086 has_inner_box 1
28087 inner_pos "c"
28088 use_parbox 0
28089 width "28col%"
28090 special "none"
28091 height "1in"
28092 height_special "totalheight"
28093 status open
28094
28095 \begin_layout Plain Layout
28096 \align center
28097 Cuadro sombreado con 
28098 \series bold
28099
28100 \backslash
28101 shadowsize
28102 \series default
28103
28104 \begin_inset space \thinspace{}
28105 \end_inset
28106
28107 =
28108 \begin_inset space \thinspace{}
28109 \end_inset
28110
28111 2
28112 \begin_inset space \thinspace{}
28113 \end_inset
28114
28115 pt
28116 \end_layout
28117
28118 \end_inset
28119
28120
28121 \begin_inset ERT
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125
28126
28127 \backslash
28128 setlength{
28129 \backslash
28130 shadowsize}{4pt}
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \begin_layout Standard
28139 \begin_inset VSpace bigskip
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \begin_layout Standard
28146 Por omisión, el tamaño 
28147 \series bold
28148
28149 \backslash
28150 FrameRule
28151 \series default
28152  es 0,4
28153 \begin_inset space \thinspace{}
28154 \end_inset
28155
28156 pt.
28157  El espacio por omisión entre el contenido de la nota y el marco es 9
28158 \begin_inset space \thinspace{}
28159 \end_inset
28160
28161 pt; puede cambiarse con el valor de 
28162 \series bold
28163
28164 \backslash
28165 FrameSep
28166 \series default
28167 .
28168  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28169  en código TeX
28170 \end_layout
28171
28172 \begin_layout Standard
28173
28174 \series bold
28175
28176 \backslash
28177 setlength{
28178 \backslash
28179 FrameRule}{5pt}
28180 \begin_inset Newline newline
28181 \end_inset
28182
28183
28184 \backslash
28185 setlength{
28186 \backslash
28187 FrameSep}{0.5cm}
28188 \end_layout
28189
28190 \begin_layout Standard
28191 \begin_inset ERT
28192 status collapsed
28193
28194 \begin_layout Plain Layout
28195
28196
28197 \backslash
28198 setlength{
28199 \backslash
28200 FrameRule}{5pt}
28201 \end_layout
28202
28203 \begin_layout Plain Layout
28204
28205
28206 \backslash
28207 setlength{
28208 \backslash
28209 FrameSep}{0.5cm}
28210 \end_layout
28211
28212 \end_inset
28213
28214
28215 \begin_inset Box Framed
28216 position "t"
28217 hor_pos "c"
28218 has_inner_box 0
28219 inner_pos "t"
28220 use_parbox 0
28221 width "100col%"
28222 special "none"
28223 height "1in"
28224 height_special "totalheight"
28225 status open
28226
28227 \begin_layout Plain Layout
28228 Texto en un 
28229 \family sans
28230 marco
28231 \begin_inset space ~
28232 \end_inset
28233
28234 sencillo
28235 \begin_inset space ~
28236 \end_inset
28237
28238 con
28239 \begin_inset space ~
28240 \end_inset
28241
28242 salto
28243 \begin_inset space ~
28244 \end_inset
28245
28246 de
28247 \begin_inset space ~
28248 \end_inset
28249
28250 página
28251 \family default
28252 .
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \begin_inset ERT
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262
28263
28264 \backslash
28265 setlength{
28266 \backslash
28267 FrameRule}{0.4pt}
28268 \end_layout
28269
28270 \begin_layout Plain Layout
28271
28272
28273 \backslash
28274 setlength{
28275 \backslash
28276 FrameSep}{9pt}
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \begin_layout Standard
28285 \begin_inset VSpace bigskip
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Standard
28292 Para los cuadros con 
28293 \family sans
28294 fondo
28295 \begin_inset space ~
28296 \end_inset
28297
28298 sombreado
28299 \family default
28300  el espacio por omisión entre el contenido y el marco es 3
28301 \begin_inset space \thinspace{}
28302 \end_inset
28303
28304 pt; se puede cambiar con el valor de 
28305 \series bold
28306
28307 \backslash
28308 fboxsep
28309 \series default
28310 .
28311  El color rojo predeterminado se puede cambiar en el sitio con el comando
28312  
28313 \series bold
28314
28315 \backslash
28316 definecolor{shadecolor}
28317 \series default
28318  o globalmente con el menú 
28319 \family sans
28320 Herramientas
28321 \family default
28322 \SpecialChar \menuseparator
28323
28324 \family sans
28325 Preferencias
28326 \family default
28327 \SpecialChar \menuseparator
28328
28329 \family sans
28330 Colores
28331 \family default
28332 \SpecialChar \menuseparator
28333
28334 \family sans
28335 cuadro
28336 \begin_inset space ~
28337 \end_inset
28338
28339 sombreado
28340 \family default
28341 .
28342  El esquema del comando 
28343 \series bold
28344
28345 \backslash
28346 definecolor
28347 \series default
28348  se explica en la sección
28349 \begin_inset space ~
28350 \end_inset
28351
28352
28353 \begin_inset CommandInset ref
28354 LatexCommand ref
28355 reference "sec:Tablas-Coloreadas"
28356
28357 \end_inset
28358
28359 .
28360 \begin_inset Foot
28361 status collapsed
28362
28363 \begin_layout Plain Layout
28364 El comando 
28365 \series bold
28366
28367 \backslash
28368 definecolor
28369 \series default
28370  requiere el paquete LaTeX 
28371 \series bold
28372 color
28373 \series default
28374  en el preámbulo, véase la sección
28375 \begin_inset space ~
28376 \end_inset
28377
28378
28379 \begin_inset CommandInset ref
28380 LatexCommand ref
28381 reference "sec:Cuadros-Coloreados"
28382
28383 \end_inset
28384
28385 .
28386 \end_layout
28387
28388 \end_inset
28389
28390  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28391 \end_layout
28392
28393 \begin_layout Standard
28394
28395 \series bold
28396
28397 \backslash
28398 setlength{
28399 \backslash
28400 fboxsep}{0.5cm}
28401 \series default
28402
28403 \begin_inset Newline newline
28404 \end_inset
28405
28406
28407 \series bold
28408
28409 \backslash
28410 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28411 \end_layout
28412
28413 \begin_layout Standard
28414 \begin_inset ERT
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418
28419
28420 \backslash
28421 setlength{
28422 \backslash
28423 fboxsep}{0.5cm}
28424 \end_layout
28425
28426 \begin_layout Plain Layout
28427
28428
28429 \backslash
28430 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28431 \end_layout
28432
28433 \end_inset
28434
28435
28436 \begin_inset Box Shaded
28437 position "t"
28438 hor_pos "c"
28439 has_inner_box 0
28440 inner_pos "t"
28441 use_parbox 0
28442 width "100col%"
28443 special "none"
28444 height "1in"
28445 height_special "totalheight"
28446 status open
28447
28448 \begin_layout Plain Layout
28449
28450 \color yellow
28451 Texto amarillo en un cuadro con 
28452 \family sans
28453 fondo sombreado 
28454 \family default
28455  en color verde oscuro.
28456 \end_layout
28457
28458 \end_inset
28459
28460
28461 \begin_inset ERT
28462 status collapsed
28463
28464 \begin_layout Plain Layout
28465
28466
28467 \backslash
28468 setlength{
28469 \backslash
28470 fboxsep}{3pt}
28471 \end_layout
28472
28473 \begin_layout Plain Layout
28474
28475
28476 \backslash
28477 definecolor{shadecolor}{rgb}{1,0,0}
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \begin_layout Standard
28486 \begin_inset VSpace bigskip
28487 \end_inset
28488
28489 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28490  a los comandos.
28491 \end_layout
28492
28493 \begin_layout Section
28494 Minipáginas
28495 \begin_inset CommandInset label
28496 LatexCommand label
28497 name "sec:Minipáginas"
28498
28499 \end_inset
28500
28501
28502 \begin_inset Index
28503 status collapsed
28504
28505 \begin_layout Plain Layout
28506 Cuadros ! Minipáginas
28507 \end_layout
28508
28509 \end_inset
28510
28511
28512 \end_layout
28513
28514 \begin_layout Standard
28515 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28516  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28517 \end_layout
28518
28519 \begin_layout Standard
28520 Las minipáginas son útiles para escribir documentos en distintas lenguas.
28521 \end_layout
28522
28523 \begin_layout Standard
28524 A continuación hay dos ejemplos de minipáginas adosadas.
28525  Su anchura está puesta en 45
28526 \begin_inset space \thinspace{}
28527 \end_inset
28528
28529 % y separadas por un relleno horizontal, insertado vía el menú 
28530 \family sans
28531 Insertar\SpecialChar \menuseparator
28532 Formato\SpecialChar \menuseparator
28533 Relleno
28534 \begin_inset space ~
28535 \end_inset
28536
28537 horizontal
28538 \family default
28539 .
28540 \end_layout
28541
28542 \begin_layout Standard
28543 \begin_inset Box Frameless
28544 position "t"
28545 hor_pos "c"
28546 has_inner_box 1
28547 inner_pos "c"
28548 use_parbox 0
28549 width "45col%"
28550 special "none"
28551 height "1in"
28552 height_special "totalheight"
28553 status open
28554
28555 \begin_layout Plain Layout
28556
28557 \lang german
28558 Dies ist ein deutscher Text.
28559  Dies ist ein deutscher Text.
28560  Dies ist ein deutscher Text.
28561  Dies ist ein deutscher Text.
28562  Dies ist ein deutscher Text.
28563  Dies ist ein deutscher Text.
28564  Dies ist ein deutscher Text.
28565  Dies ist ein deutscher Text.
28566  Dies ist ein deutscher Text.
28567  Dies ist ein deutscher Text.
28568  Dies ist ein deutscher Text.
28569  Dies ist ein deutscher Text.
28570  Dies ist ein deutscher Text
28571 \begin_inset Foot
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575
28576 \lang german
28577 Dies ist eine deutsche Fußnote.
28578 \end_layout
28579
28580 \end_inset
28581
28582 .
28583  Dies ist ein deutscher Text.
28584  Dies ist ein deutscher Text.
28585 \end_layout
28586
28587 \end_inset
28588
28589
28590 \begin_inset space \hfill{}
28591 \end_inset
28592
28593
28594 \begin_inset Box Frameless
28595 position "t"
28596 hor_pos "c"
28597 has_inner_box 1
28598 inner_pos "c"
28599 use_parbox 0
28600 width "45col%"
28601 special "none"
28602 height "1in"
28603 height_special "totalheight"
28604 status open
28605
28606 \begin_layout Plain Layout
28607
28608 \lang english
28609 This is an English Text.
28610  This is an English Text.
28611  This is an English Text.
28612  This is an English Text.
28613  This is an English Text.
28614  This is an English Text.
28615  This is an English Text.
28616  This is an English Text.
28617  This is an English Text.
28618  This is an English Text.
28619  This is an English Text.
28620  This is an English Text.
28621  This is an English Text.
28622  This is an English Text.
28623  This is an English Text.
28624  This is an English Text.
28625 \begin_inset Foot
28626 status collapsed
28627
28628 \begin_layout Plain Layout
28629
28630 \lang english
28631 This is an English footnote.
28632 \end_layout
28633
28634 \end_inset
28635
28636  This is an English Text.
28637  
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \end_layout
28644
28645 \begin_layout Standard
28646 \begin_inset VSpace bigskip
28647 \end_inset
28648
28649 Otra aplicación de los cuadros son las notas al pie en tablas.
28650  Debido a una restricción de LaTeX las notas al pie en tablas no aparecen
28651  al final de la página actual.
28652  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28653  en la parte inferior, ordenadas con letras.
28654  La ordenación de las notas al pie se restablece en cada minipágina pero
28655  no fuera de las minipáginas.
28656 \end_layout
28657
28658 \begin_layout Standard
28659 La nota al pie en esta tabla no aparece: 
28660 \begin_inset Tabular
28661 <lyxtabular version="3" rows="3" columns="4">
28662 <features>
28663 <column alignment="center" valignment="top" width="0pt">
28664 <column alignment="center" valignment="top" width="0pt">
28665 <column alignment="center" valignment="top" width="0pt">
28666 <column alignment="center" valignment="top" width="0pt">
28667 <row>
28668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28669 \begin_inset Text
28670
28671 \begin_layout Plain Layout
28672 1
28673 \end_layout
28674
28675 \end_inset
28676 </cell>
28677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28678 \begin_inset Text
28679
28680 \begin_layout Plain Layout
28681 2
28682 \end_layout
28683
28684 \end_inset
28685 </cell>
28686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28687 \begin_inset Text
28688
28689 \begin_layout Plain Layout
28690 3
28691 \begin_inset Foot
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695 Nota al pie en una tabla.
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \end_inset
28704 </cell>
28705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28706 \begin_inset Text
28707
28708 \begin_layout Plain Layout
28709 4
28710 \end_layout
28711
28712 \end_inset
28713 </cell>
28714 </row>
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 a
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 b
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 c
28739 \end_layout
28740
28741 \end_inset
28742 </cell>
28743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28744 \begin_inset Text
28745
28746 \begin_layout Plain Layout
28747 d
28748 \end_layout
28749
28750 \end_inset
28751 </cell>
28752 </row>
28753 <row>
28754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28755 \begin_inset Text
28756
28757 \begin_layout Plain Layout
28758 e
28759 \end_layout
28760
28761 \end_inset
28762 </cell>
28763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28764 \begin_inset Text
28765
28766 \begin_layout Plain Layout
28767 f
28768 \end_layout
28769
28770 \end_inset
28771 </cell>
28772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28773 \begin_inset Text
28774
28775 \begin_layout Plain Layout
28776 g
28777 \end_layout
28778
28779 \end_inset
28780 </cell>
28781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28782 \begin_inset Text
28783
28784 \begin_layout Plain Layout
28785 h
28786 \end_layout
28787
28788 \end_inset
28789 </cell>
28790 </row>
28791 </lyxtabular>
28792
28793 \end_inset
28794
28795
28796 \end_layout
28797
28798 \begin_layout Standard
28799 \align center
28800 \begin_inset Box Frameless
28801 position "t"
28802 hor_pos "c"
28803 has_inner_box 1
28804 inner_pos "c"
28805 use_parbox 0
28806 width "30col%"
28807 special "none"
28808 height "1in"
28809 height_special "totalheight"
28810 status open
28811
28812 \begin_layout Plain Layout
28813 \align center
28814 \begin_inset Tabular
28815 <lyxtabular version="3" rows="3" columns="4">
28816 <features>
28817 <column alignment="center" valignment="top" width="0pt">
28818 <column alignment="center" valignment="top" width="0pt">
28819 <column alignment="center" valignment="top" width="0pt">
28820 <column alignment="center" valignment="top" width="0pt">
28821 <row>
28822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28823 \begin_inset Text
28824
28825 \begin_layout Plain Layout
28826 1
28827 \end_layout
28828
28829 \end_inset
28830 </cell>
28831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28832 \begin_inset Text
28833
28834 \begin_layout Plain Layout
28835 2
28836 \end_layout
28837
28838 \end_inset
28839 </cell>
28840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28841 \begin_inset Text
28842
28843 \begin_layout Plain Layout
28844 3
28845 \begin_inset Foot
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849 Nota al pie en una tabla..
28850 \end_layout
28851
28852 \end_inset
28853
28854
28855 \end_layout
28856
28857 \end_inset
28858 </cell>
28859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28860 \begin_inset Text
28861
28862 \begin_layout Plain Layout
28863 4
28864 \end_layout
28865
28866 \end_inset
28867 </cell>
28868 </row>
28869 <row>
28870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28871 \begin_inset Text
28872
28873 \begin_layout Plain Layout
28874 a
28875 \end_layout
28876
28877 \end_inset
28878 </cell>
28879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28880 \begin_inset Text
28881
28882 \begin_layout Plain Layout
28883 b
28884 \end_layout
28885
28886 \end_inset
28887 </cell>
28888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28889 \begin_inset Text
28890
28891 \begin_layout Plain Layout
28892 c
28893 \end_layout
28894
28895 \end_inset
28896 </cell>
28897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28898 \begin_inset Text
28899
28900 \begin_layout Plain Layout
28901 d
28902 \end_layout
28903
28904 \end_inset
28905 </cell>
28906 </row>
28907 <row>
28908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28909 \begin_inset Text
28910
28911 \begin_layout Plain Layout
28912 e
28913 \end_layout
28914
28915 \end_inset
28916 </cell>
28917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28918 \begin_inset Text
28919
28920 \begin_layout Plain Layout
28921 f
28922 \end_layout
28923
28924 \end_inset
28925 </cell>
28926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28927 \begin_inset Text
28928
28929 \begin_layout Plain Layout
28930 g
28931 \end_layout
28932
28933 \end_inset
28934 </cell>
28935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28936 \begin_inset Text
28937
28938 \begin_layout Plain Layout
28939 h
28940 \end_layout
28941
28942 \end_inset
28943 </cell>
28944 </row>
28945 </lyxtabular>
28946
28947 \end_inset
28948
28949
28950 \end_layout
28951
28952 \end_inset
28953
28954
28955 \end_layout
28956
28957 \begin_layout Standard
28958 \begin_inset VSpace bigskip
28959 \end_inset
28960
28961 La configuración global de párrafos se ignora en las minipáginas.
28962  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28963  pongas p.
28964 \begin_inset space \thinspace{}
28965 \end_inset
28966
28967 e.
28968 \begin_inset space ~
28969 \end_inset
28970
28971
28972 \family sans
28973 Salto
28974 \begin_inset space ~
28975 \end_inset
28976
28977 medio
28978 \family default
28979  en la configuración del documento.
28980 \end_layout
28981
28982 \begin_layout Standard
28983 Las minipáginas también sirven para poner un color de fondo para partes
28984  de texto, véase sección
28985 \begin_inset space ~
28986 \end_inset
28987
28988
28989 \begin_inset CommandInset ref
28990 LatexCommand ref
28991 reference "sub:Color-en-Párrafos"
28992
28993 \end_inset
28994
28995 .
28996 \end_layout
28997
28998 \begin_layout Standard
28999 \begin_inset Note Greyedout
29000 status open
29001
29002 \begin_layout Plain Layout
29003
29004 \series bold
29005 Nota:
29006 \series default
29007  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29008  tener minipáginas en tablas, flotantes, y otros cuadros.
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \begin_layout Section
29017 Cuadros de párrafo
29018 \begin_inset CommandInset label
29019 LatexCommand label
29020 name "sec:Cuadros-de-Párrafo"
29021
29022 \end_inset
29023
29024
29025 \begin_inset Index
29026 status collapsed
29027
29028 \begin_layout Plain Layout
29029 Cuadros ! de párrafo
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Standard
29038 Los cuadros de párrafo son similares a las minipáginas con la diferencia
29039  de que no pueden contener notas al pie.
29040   La diferencia principal es que las minipáginas no son verdaderos cuadros
29041  sino entornos de LaTeX.
29042 \end_layout
29043
29044 \begin_layout Standard
29045 \align center
29046 \begin_inset Box Frameless
29047 position "t"
29048 hor_pos "c"
29049 has_inner_box 1
29050 inner_pos "t"
29051 use_parbox 1
29052 width "33col%"
29053 special "none"
29054 height "1in"
29055 height_special "totalheight"
29056 status collapsed
29057
29058 \begin_layout Plain Layout
29059 Texto en un cuadro de párrafo.
29060  Texto en un cuadro de párrafo.
29061  Esta nota no aparece:
29062 \begin_inset Foot
29063 status collapsed
29064
29065 \begin_layout Plain Layout
29066 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
29067 \end_layout
29068
29069 \end_inset
29070
29071
29072 \end_layout
29073
29074 \end_inset
29075
29076
29077 \end_layout
29078
29079 \begin_layout Section
29080 Cuadros para palabras y caracteres
29081 \begin_inset Index
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085 Cuadros ! para palabras y caracteres
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \end_layout
29092
29093 \begin_layout Subsection
29094 Evitar la partición de palabras
29095 \begin_inset CommandInset label
29096 LatexCommand label
29097 name "sec:Evitar-la-Partición"
29098
29099 \end_inset
29100
29101
29102 \begin_inset Index
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 Cuadros ! para evitar la partición de palabras
29107 \end_layout
29108
29109 \end_inset
29110
29111
29112 \end_layout
29113
29114 \begin_layout Standard
29115 Hay un tipo especial de cuadro para impedir que una palabra sea partida
29116  con guión.
29117 \begin_inset Newline newline
29118 \end_inset
29119
29120 He aquí un ejemplo:
29121 \end_layout
29122
29123 \begin_layout Standard
29124 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29125 palabra».
29126 \end_layout
29127
29128 \begin_layout Standard
29129 Para evitar su división usa el comando
29130 \end_layout
29131
29132 \begin_layout Standard
29133
29134 \series bold
29135
29136 \backslash
29137 mbox{
29138 \end_layout
29139
29140 \begin_layout Standard
29141 en código TeX antes de la palabra.
29142  Tras ella inserta una llave de cierre «
29143 \series bold
29144 }
29145 \series default
29146 » en código TeX.
29147 \end_layout
29148
29149 \begin_layout Standard
29150 Este es el resultado:
29151 \end_layout
29152
29153 \begin_layout Standard
29154 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29155 \begin_inset ERT
29156 status collapsed
29157
29158 \begin_layout Plain Layout
29159
29160
29161 \backslash
29162 mbox{
29163 \end_layout
29164
29165 \end_inset
29166
29167 «estalarguísimapalabra».
29168 \begin_inset ERT
29169 status collapsed
29170
29171 \begin_layout Plain Layout
29172
29173 }
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \begin_layout Standard
29182 Como alternativa puedes poner el comando «
29183 \series bold
29184
29185 \backslash
29186 -
29187 \series default
29188 » en código TeX directamente antes de la palabra:
29189 \end_layout
29190
29191 \begin_layout Standard
29192 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29193 \begin_inset ERT
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197
29198
29199 \backslash
29200 -
29201 \end_layout
29202
29203 \end_inset
29204
29205 estalarguísimapalabra».
29206 \end_layout
29207
29208 \begin_layout Standard
29209 Por supuesto, la palabra sobresale del margen.
29210  Para evitarlo añade, con el menú 
29211 \family sans
29212 Insertar\SpecialChar \menuseparator
29213 Formato\SpecialChar \menuseparator
29214 Salto
29215 \begin_inset space ~
29216 \end_inset
29217
29218 de
29219 \begin_inset space ~
29220 \end_inset
29221
29222
29223 \family default
29224 línea (atajo 
29225 \family sans
29226 Ctrl+Retorno
29227 \family default
29228 ), un salto de línea antes de la palabra:
29229 \end_layout
29230
29231 \begin_layout Standard
29232 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29233 \begin_inset Newline newline
29234 \end_inset
29235
29236
29237 \begin_inset ERT
29238 status collapsed
29239
29240 \begin_layout Plain Layout
29241
29242
29243 \backslash
29244 mbox{
29245 \end_layout
29246
29247 \end_inset
29248
29249 «estalarguísimapalabra».
29250 \begin_inset ERT
29251 status collapsed
29252
29253 \begin_layout Plain Layout
29254
29255 }
29256 \end_layout
29257
29258 \end_inset
29259
29260
29261 \end_layout
29262
29263 \begin_layout Subsection
29264 Alineación vertical
29265 \begin_inset CommandInset label
29266 LatexCommand label
29267 name "sub:Alineación-Vertical"
29268
29269 \end_inset
29270
29271
29272 \begin_inset Index
29273 status collapsed
29274
29275 \begin_layout Plain Layout
29276 Cuadros ! para alineación vertical
29277 \end_layout
29278
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \begin_layout Standard
29285 Con ayuda del comando 
29286 \series bold
29287
29288 \backslash
29289 raisebox
29290 \series default
29291  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29292  
29293 \series bold
29294
29295 \backslash
29296 raisebox
29297 \series default
29298  se utiliza según el esquema:
29299 \end_layout
29300
29301 \begin_layout Standard
29302
29303 \series bold
29304
29305 \backslash
29306 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29307 \end_layout
29308
29309 \begin_layout Standard
29310 La elevación puede ser un valor positivo para subir el cuadro o negativo
29311  para bajarlo.
29312 \end_layout
29313
29314 \begin_layout Standard
29315 Para alinear una palabra, p.
29316 \begin_inset space \thinspace{}
29317 \end_inset
29318
29319 e
29320 \begin_inset space ~
29321 \end_inset
29322
29323 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29324  en la línea de base, inserta el comando
29325 \end_layout
29326
29327 \begin_layout Standard
29328
29329 \series bold
29330
29331 \backslash
29332 raisebox{
29333 \backslash
29334 depth}{
29335 \end_layout
29336
29337 \begin_layout Standard
29338 en código TeX antes de la palabra.
29339  Detrás de la palabra inserta una llave de cierre «
29340 \series bold
29341 }
29342 \series default
29343 » en código TeX.
29344 \begin_inset Newline newline
29345 \end_inset
29346
29347 Este es el resultado:
29348 \end_layout
29349
29350 \begin_layout Standard
29351 Esto es una línea de texto con la palabra 
29352 \begin_inset ERT
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356
29357
29358 \backslash
29359 raisebox{
29360 \backslash
29361 depth}{
29362 \end_layout
29363
29364 \end_inset
29365
29366 «prevención»
29367 \begin_inset ERT
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371
29372 }
29373 \end_layout
29374
29375 \end_inset
29376
29377  elevada.
29378 \end_layout
29379
29380 \begin_layout Standard
29381 \begin_inset VSpace bigskip
29382 \end_inset
29383
29384 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29385 \end_layout
29386
29387 \begin_layout Standard
29388 Esto es una línea de texto con la palabra 
29389 \begin_inset ERT
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393
29394
29395 \backslash
29396 raisebox{-
29397 \backslash
29398 depth}{
29399 \end_layout
29400
29401 \end_inset
29402
29403 «prevención»
29404 \begin_inset ERT
29405 status collapsed
29406
29407 \begin_layout Plain Layout
29408
29409 }
29410 \end_layout
29411
29412 \end_inset
29413
29414  bajada.
29415 \begin_inset Newline newline
29416 \end_inset
29417
29418 Esto es una línea de texto con la palabra 
29419 \begin_inset ERT
29420 status collapsed
29421
29422 \begin_layout Plain Layout
29423
29424
29425 \backslash
29426 raisebox{0.5cm}{
29427 \end_layout
29428
29429 \end_inset
29430
29431 «testigo»
29432 \begin_inset ERT
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436
29437 }
29438 \end_layout
29439
29440 \end_inset
29441
29442  elevada.
29443 \end_layout
29444
29445 \begin_layout Standard
29446 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29447  Por ejemplo
29448 \end_layout
29449
29450 \begin_layout Standard
29451
29452 \series bold
29453
29454 \backslash
29455 raisebox{-
29456 \backslash
29457 depth}[0pt]{
29458 \end_layout
29459
29460 \begin_layout Standard
29461 Esto es una línea de texto con la palabra 
29462 \begin_inset ERT
29463 status collapsed
29464
29465 \begin_layout Plain Layout
29466
29467
29468 \backslash
29469 raisebox{-
29470 \backslash
29471 depth}[0pt]{
29472 \end_layout
29473
29474 \end_inset
29475
29476 «prevención»
29477 \begin_inset ERT
29478 status collapsed
29479
29480 \begin_layout Plain Layout
29481
29482 }
29483 \end_layout
29484
29485 \end_inset
29486
29487  bajada.
29488 \begin_inset Newline newline
29489 \end_inset
29490
29491 Esto es una línea de texto con la palabra 
29492 \begin_inset ERT
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496
29497
29498 \backslash
29499 raisebox{0.5cm}[0pt]{
29500 \end_layout
29501
29502 \end_inset
29503
29504 «testigo»
29505 \begin_inset ERT
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509
29510 }
29511 \end_layout
29512
29513 \end_inset
29514
29515  elevada.
29516 \end_layout
29517
29518 \begin_layout Section
29519 Cuadros coloreados
29520 \begin_inset CommandInset label
29521 LatexCommand label
29522 name "sec:Cuadros-Coloreados"
29523
29524 \end_inset
29525
29526
29527 \begin_inset Index
29528 status collapsed
29529
29530 \begin_layout Plain Layout
29531 Cuadros ! Color
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \end_layout
29538
29539 \begin_layout Subsection
29540 Color en texto
29541 \begin_inset Index
29542 status collapsed
29543
29544 \begin_layout Plain Layout
29545 Color ! en texto
29546 \end_layout
29547
29548 \end_inset
29549
29550
29551 \end_layout
29552
29553 \begin_layout Standard
29554 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29555  Esto requiere cargar el paquete LaTeX 
29556 \series bold
29557 color
29558 \series default
29559
29560 \begin_inset Index
29561 status collapsed
29562
29563 \begin_layout Plain Layout
29564 LaTeX-paquetes ! color
29565 \end_layout
29566
29567 \end_inset
29568
29569  en el preámbulo del documento con
29570 \end_layout
29571
29572 \begin_layout Standard
29573
29574 \series bold
29575
29576 \backslash
29577 @ifundef\SpecialChar \textcompwordmark{}
29578 ined{textcolor}
29579 \begin_inset Newline newline
29580 \end_inset
29581
29582
29583 \begin_inset ERT
29584 status collapsed
29585
29586 \begin_layout Plain Layout
29587
29588
29589 \backslash
29590 hphantom{ }
29591 \end_layout
29592
29593 \end_inset
29594
29595 {
29596 \backslash
29597 usepackage{color}}{}
29598 \end_layout
29599
29600 \begin_layout Standard
29601 LyX cargará automáticamente el paquete 
29602 \series bold
29603 color
29604 \series default
29605  cuando colorees texto.
29606 \begin_inset Foot
29607 status collapsed
29608
29609 \begin_layout Plain Layout
29610 Para evitar cargarlo dos veces se usa el comando 
29611 \series bold
29612
29613 \backslash
29614 @ifundef\SpecialChar \textcompwordmark{}
29615 ined
29616 \series default
29617 .
29618 \end_layout
29619
29620 \end_inset
29621
29622
29623 \end_layout
29624
29625 \begin_layout Standard
29626 \begin_inset VSpace medskip
29627 \end_inset
29628
29629 Los cuadros coloreados se crean con el comando 
29630 \series bold
29631
29632 \backslash
29633 colorbox
29634 \series default
29635 , de acuerdo con el siguiente esquema:
29636 \end_layout
29637
29638 \begin_layout Standard
29639
29640 \series bold
29641
29642 \backslash
29643 colorbox{color}{contenido del cuadro}
29644 \end_layout
29645
29646 \begin_layout Standard
29647 El contenido también puede ser un cuadro y los cuadros coloreados también
29648  pueden estar en otros cuadros.
29649 \end_layout
29650
29651 \begin_layout Standard
29652 Los siguientes colores están predefinidos:
29653 \begin_inset Newline newline
29654 \end_inset
29655
29656
29657 \family sans
29658 red
29659 \family default
29660
29661 \family sans
29662 green
29663 \family default
29664
29665 \family sans
29666 yellow, blue
29667 \family default
29668
29669 \family sans
29670 cyan
29671 \family default
29672 \series bold
29673 ,
29674 \series default
29675  
29676 \family sans
29677 magenta, black
29678 \family default
29679
29680 \family sans
29681 white
29682 \family default
29683 .
29684 \begin_inset Newline newline
29685 \end_inset
29686
29687 También puedes definir tus propios colores según se explica en la sección
29688 \begin_inset space ~
29689 \end_inset
29690
29691
29692 \begin_inset CommandInset ref
29693 LatexCommand ref
29694 reference "sec:Tablas-Coloreadas"
29695
29696 \end_inset
29697
29698 .
29699 \end_layout
29700
29701 \begin_layout Standard
29702 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29703 \end_layout
29704
29705 \begin_layout Standard
29706
29707 \series bold
29708
29709 \backslash
29710 colorbox{red}{
29711 \end_layout
29712
29713 \begin_layout Standard
29714 en código TeX antes de la palabra.
29715  Tras la palabra inserta una llave de cierre «
29716 \series bold
29717 }
29718 \series default
29719 » en código TeX.
29720 \begin_inset Newline newline
29721 \end_inset
29722
29723 Este es el resultado:
29724 \end_layout
29725
29726 \begin_layout Standard
29727 Línea en la que la palabra 
29728 \begin_inset ERT
29729 status collapsed
29730
29731 \begin_layout Plain Layout
29732
29733
29734 \backslash
29735 colorbox{red}{
29736 \end_layout
29737
29738 \end_inset
29739
29740 «¡Atención!»
29741 \begin_inset ERT
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745
29746 }
29747 \end_layout
29748
29749 \end_inset
29750
29751  tiene fondo rojo.
29752 \end_layout
29753
29754 \begin_layout Standard
29755 \begin_inset VSpace bigskip
29756 \end_inset
29757
29758 Si quieres un marco de distinto color, puedes emplear el comando 
29759 \series bold
29760
29761 \backslash
29762 fcolorbox
29763 \series default
29764  con el esquema siguiente:
29765 \end_layout
29766
29767 \begin_layout Standard
29768
29769 \series bold
29770
29771 \backslash
29772 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29773 \end_layout
29774
29775 \begin_layout Standard
29776
29777 \series bold
29778
29779 \backslash
29780 fcolorbox
29781 \series default
29782  es una extensión de 
29783 \series bold
29784
29785 \backslash
29786 colorbox
29787 \series default
29788 .
29789  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29790  con las longitudes 
29791 \series bold
29792
29793 \backslash
29794 fboxrule
29795 \series default
29796  y 
29797 \series bold
29798
29799 \backslash
29800 fboxsep
29801 \series default
29802 , respectivamente, como se describe en la sección
29803 \begin_inset space ~
29804 \end_inset
29805
29806
29807 \begin_inset CommandInset ref
29808 LatexCommand ref
29809 reference "sec:Decoración"
29810
29811 \end_inset
29812
29813 .
29814 \end_layout
29815
29816 \begin_layout Standard
29817 Para el ejemplo siguiente se ha utilizado el comando
29818 \end_layout
29819
29820 \begin_layout Standard
29821
29822 \series bold
29823
29824 \backslash
29825 fcolorbox{cyan}{magenta}{
29826 \end_layout
29827
29828 \begin_layout Standard
29829 Este es un ejemplo en el que se ha puesto un grosor de 1
29830 \begin_inset space \thinspace{}
29831 \end_inset
29832
29833 mm para la línea del marco:
29834 \begin_inset Newline newline
29835 \end_inset
29836
29837
29838 \begin_inset ERT
29839 status collapsed
29840
29841 \begin_layout Plain Layout
29842
29843
29844 \backslash
29845 fboxrule 1mm 
29846 \backslash
29847 fboxsep 1mm
29848 \end_layout
29849
29850 \end_inset
29851
29852
29853 \begin_inset ERT
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857
29858
29859 \backslash
29860 fcolorbox{cyan}{magenta}{
29861 \end_layout
29862
29863 \end_inset
29864
29865 Texto en un marco coloreado y enmarcado.
29866 \begin_inset ERT
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870
29871 }
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \end_layout
29878
29879 \begin_layout Standard
29880 \begin_inset VSpace bigskip
29881 \end_inset
29882
29883 Por supuesto también puedes colorear el texto en un marco coloreado:
29884 \begin_inset Newline newline
29885 \end_inset
29886
29887
29888 \begin_inset ERT
29889 status collapsed
29890
29891 \begin_layout Plain Layout
29892
29893
29894 \backslash
29895 fcolorbox{cyan}{magenta}{
29896 \end_layout
29897
29898 \end_inset
29899
29900
29901 \color yellow
29902 Texto coloreado en un marco sombreado y coloreado.
29903 \color none
29904
29905 \begin_inset ERT
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909
29910 }
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \begin_inset ERT
29917 status collapsed
29918
29919 \begin_layout Plain Layout
29920
29921
29922 \backslash
29923 fboxrule 0.4pt 
29924 \backslash
29925 fboxsep 3pt
29926 \end_layout
29927
29928 \end_inset
29929
29930
29931 \end_layout
29932
29933 \begin_layout Standard
29934
29935 \series bold
29936 \begin_inset VSpace medskip
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Standard
29943 \begin_inset Note Greyedout
29944 status open
29945
29946 \begin_layout Plain Layout
29947
29948 \series bold
29949 Nota:
29950 \series default
29951  El texto en cuadros coloreados no puede tener saltos de línea.
29952  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29953  coloreado como se describe a continuación.
29954 \end_layout
29955
29956 \end_inset
29957
29958
29959 \end_layout
29960
29961 \begin_layout Subsection
29962 Color en párrafos
29963 \begin_inset CommandInset label
29964 LatexCommand label
29965 name "sub:Color-en-Párrafos"
29966
29967 \end_inset
29968
29969
29970 \begin_inset Index
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974 Color ! en párrafos
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \end_layout
29981
29982 \begin_layout Standard
29983 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29984  Antes de la minipágina inserta el comando 
29985 \series bold
29986
29987 \backslash
29988 colorbox
29989 \series default
29990  en código TeX
29991 \end_layout
29992
29993 \begin_layout Standard
29994
29995 \series bold
29996
29997 \backslash
29998 colorbox{color}{
29999 \end_layout
30000
30001 \begin_layout Standard
30002  Detrás de la minipágina inserta una llave de cierre «
30003 \series bold
30004 }
30005 \series default
30006 », también en código TeX.
30007 \end_layout
30008
30009 \begin_layout Standard
30010 \begin_inset ERT
30011 status collapsed
30012
30013 \begin_layout Plain Layout
30014
30015
30016 \backslash
30017 colorbox{grisclaro}{
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \begin_inset Box Frameless
30024 position "t"
30025 hor_pos "c"
30026 has_inner_box 1
30027 inner_pos "t"
30028 use_parbox 0
30029 width "100col%"
30030 special "none"
30031 height "1in"
30032 height_special "totalheight"
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036 Texto con color de fondo.
30037  Texto con color de fondo.
30038 \end_layout
30039
30040 \begin_layout Plain Layout
30041 \begin_inset VSpace defskip
30042 \end_inset
30043
30044 El texto puede tener notas al pie
30045 \begin_inset Foot
30046 status collapsed
30047
30048 \begin_layout Plain Layout
30049 Otro ejemplo de nota
30050 \end_layout
30051
30052 \end_inset
30053
30054  y puede incluir tablas y figuras.
30055 \end_layout
30056
30057 \begin_layout Plain Layout
30058 \align center
30059 \begin_inset Tabular
30060 <lyxtabular version="3" rows="3" columns="3">
30061 <features>
30062 <column alignment="center" valignment="top" width="0">
30063 <column alignment="center" valignment="top" width="0">
30064 <column alignment="center" valignment="top" width="0">
30065 <row>
30066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30067 \begin_inset Text
30068
30069 \begin_layout Plain Layout
30070 a
30071 \end_layout
30072
30073 \end_inset
30074 </cell>
30075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30076 \begin_inset Text
30077
30078 \begin_layout Plain Layout
30079 !
30080 \end_layout
30081
30082 \end_inset
30083 </cell>
30084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30085 \begin_inset Text
30086
30087 \begin_layout Plain Layout
30088 3
30089 \end_layout
30090
30091 \end_inset
30092 </cell>
30093 </row>
30094 <row>
30095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30096 \begin_inset Text
30097
30098 \begin_layout Plain Layout
30099 <
30100 \end_layout
30101
30102 \end_inset
30103 </cell>
30104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30105 \begin_inset Text
30106
30107 \begin_layout Plain Layout
30108 b2
30109 \begin_inset Quotes erd
30110 \end_inset
30111
30112 |
30113 \end_layout
30114
30115 \end_inset
30116 </cell>
30117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30118 \begin_inset Text
30119
30120 \begin_layout Plain Layout
30121 >
30122 \end_layout
30123
30124 \end_inset
30125 </cell>
30126 </row>
30127 <row>
30128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30129 \begin_inset Text
30130
30131 \begin_layout Plain Layout
30132 1
30133 \end_layout
30134
30135 \end_inset
30136 </cell>
30137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30138 \begin_inset Text
30139
30140 \begin_layout Plain Layout
30141 §
30142 \end_layout
30143
30144 \end_inset
30145 </cell>
30146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30147 \begin_inset Text
30148
30149 \begin_layout Plain Layout
30150 c
30151 \end_layout
30152
30153 \end_inset
30154 </cell>
30155 </row>
30156 </lyxtabular>
30157
30158 \end_inset
30159
30160
30161 \end_layout
30162
30163 \end_inset
30164
30165
30166 \begin_inset ERT
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170
30171 }
30172 \end_layout
30173
30174 \end_inset
30175
30176
30177 \end_layout
30178
30179 \begin_layout Section
30180 Cuadros rotados y escalados
30181 \end_layout
30182
30183 \begin_layout Standard
30184 Para poder usar los comandos descritos en esta sección hay que cargar el
30185  paquete LaTeX 
30186 \series bold
30187 graphicx
30188 \series default
30189
30190 \begin_inset Index
30191 status collapsed
30192
30193 \begin_layout Plain Layout
30194 LaTeX-paquetes ! graphicx
30195 \end_layout
30196
30197 \end_inset
30198
30199  en el preámbulo del documento, con el comando
30200 \end_layout
30201
30202 \begin_layout Standard
30203
30204 \series bold
30205
30206 \backslash
30207 @ifundefined{rotatebox}
30208 \begin_inset Newline newline
30209 \end_inset
30210
30211
30212 \begin_inset ERT
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216
30217
30218 \backslash
30219 hphantom{ }
30220 \end_layout
30221
30222 \end_inset
30223
30224 {
30225 \backslash
30226 usepackage{graphicx}}{}
30227 \end_layout
30228
30229 \begin_layout Standard
30230 \begin_inset Note Greyedout
30231 status open
30232
30233 \begin_layout Plain Layout
30234
30235 \series bold
30236 Nota: 
30237 \series default
30238 Algunos visores DVI no pueden mostrar material rotado o escalado.
30239 \end_layout
30240
30241 \end_inset
30242
30243
30244 \end_layout
30245
30246 \begin_layout Standard
30247 \begin_inset Note Greyedout
30248 status open
30249
30250 \begin_layout Plain Layout
30251
30252 \series bold
30253 Nota:
30254 \series default
30255  Los cuadros rotados o escalados no pueden contener flotantes.
30256 \end_layout
30257
30258 \end_inset
30259
30260
30261 \end_layout
30262
30263 \begin_layout Subsection
30264 Cuadros rotados
30265 \begin_inset Index
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269 Cuadros ! Rotar
30270 \end_layout
30271
30272 \end_inset
30273
30274
30275 \begin_inset Index
30276 status collapsed
30277
30278 \begin_layout Plain Layout
30279 Material rotado
30280 \end_layout
30281
30282 \end_inset
30283
30284
30285 \begin_inset Index
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289 Figuras ! Rotar
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \begin_inset Index
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299 Tablas ! Rotar
30300 \end_layout
30301
30302 \end_inset
30303
30304
30305 \end_layout
30306
30307 \begin_layout Standard
30308 Para rotar material debes ponerlo en un cuadro rotado.
30309  Los cuadros rotados se crean con el comando 
30310 \series bold
30311
30312 \backslash
30313 rotatebox
30314 \series default
30315  en código TeX, según el esquema:
30316 \end_layout
30317
30318 \begin_layout Standard
30319
30320 \series bold
30321
30322 \backslash
30323 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30324 \end_layout
30325
30326 \begin_layout Standard
30327 El origen de rotación se especifica en la forma 
30328 \series bold
30329 origin=position
30330 \series default
30331 .
30332  Son posibles las posiciones siguientes: 
30333 \emph on
30334 c
30335 \emph default
30336  (center), 
30337 \emph on
30338 l
30339 \emph default
30340  (left), 
30341 \emph on
30342 r
30343 \emph default
30344  (right), 
30345 \emph on
30346 b
30347 \emph default
30348  (bottom), 
30349 \emph on
30350 t
30351 \emph default
30352  (top), así como combinaciones adecuadas de las posiciones básicas.
30353  Por ejemplo, 
30354 \emph on
30355 lt
30356 \emph default
30357  significa que el origen de rotación es la esquina superior izquierda del
30358  cuadro.
30359  Si no se especifica origen de rotación se usará la posición 
30360 \emph on
30361 l
30362 \emph default
30363 .
30364  El ángulo de rotación es un número de grados, y puede ser negativo.
30365  El sentido de giro es contrario al de las agujas del reloj.
30366 \end_layout
30367
30368 \begin_layout Standard
30369 En el siguiente ejemplo se ha insertado el comando 
30370 \series bold
30371
30372 \backslash
30373 rotatebox[origin=c]{60}{ 
30374 \series default
30375 como código TeX delante del texto «con rotación»; después del texto, el
30376  cuadro se ha cerrado con llave de cierre en código TeX.
30377 \end_layout
30378
30379 \begin_layout Standard
30380 Esta línea contiene texto 
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386
30387 \backslash
30388 rotatebox[origin=c]{60}{
30389 \end_layout
30390
30391 \end_inset
30392
30393 con rotación
30394 \begin_inset ERT
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398
30399 }
30400 \end_layout
30401
30402 \end_inset
30403
30404 .
30405 \end_layout
30406
30407 \begin_layout Standard
30408 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30409  línea:
30410 \end_layout
30411
30412 \begin_layout Standard
30413 En esta línea hay texto enmarcado 
30414 \begin_inset ERT
30415 status collapsed
30416
30417 \begin_layout Plain Layout
30418
30419
30420 \backslash
30421 rotatebox[origin=r]{-60}{
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \begin_inset Box Doublebox
30428 position "c"
30429 hor_pos "c"
30430 has_inner_box 0
30431 inner_pos "c"
30432 use_parbox 0
30433 width "1in"
30434 special "width"
30435 height "1in"
30436 height_special "totalheight"
30437 status open
30438
30439 \begin_layout Plain Layout
30440 con rotación
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \begin_inset ERT
30447 status collapsed
30448
30449 \begin_layout Plain Layout
30450
30451 }
30452 \end_layout
30453
30454 \end_inset
30455
30456  y 
30457 \begin_inset ERT
30458 status collapsed
30459
30460 \begin_layout Plain Layout
30461
30462
30463 \backslash
30464 rotatebox[origin=lb]{60}{
30465 \end_layout
30466
30467 \end_inset
30468
30469
30470 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30471 \end_inset
30472
30473
30474 \begin_inset ERT
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478
30479 }
30480 \end_layout
30481
30482 \end_inset
30483
30484  una ecuación.
30485 \end_layout
30486
30487 \begin_layout Standard
30488 O una imagen o una tabla:
30489 \end_layout
30490
30491 \begin_layout Standard
30492 Aquí hay una imagen girada 
30493 \begin_inset ERT
30494 status collapsed
30495
30496 \begin_layout Plain Layout
30497
30498
30499 \backslash
30500 rotatebox[origin=lb]{90}{
30501 \end_layout
30502
30503 \end_inset
30504
30505
30506 \begin_inset Graphics
30507         filename ../clipart/platypus.eps
30508         lyxscale 50
30509         width 25col%
30510
30511 \end_inset
30512
30513
30514 \begin_inset ERT
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518
30519 }
30520 \end_layout
30521
30522 \end_inset
30523
30524  y una tabla girada 
30525 \begin_inset ERT
30526 status collapsed
30527
30528 \begin_layout Plain Layout
30529
30530
30531 \backslash
30532 rotatebox[origin=l]{-90}{
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \begin_inset Tabular
30539 <lyxtabular version="3" rows="2" columns="2">
30540 <features>
30541 <column alignment="center" valignment="top" width="0">
30542 <column alignment="center" valignment="top" width="0">
30543 <row>
30544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30545 \begin_inset Text
30546
30547 \begin_layout Plain Layout
30548 q
30549 \end_layout
30550
30551 \end_inset
30552 </cell>
30553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30554 \begin_inset Text
30555
30556 \begin_layout Plain Layout
30557 w
30558 \end_layout
30559
30560 \end_inset
30561 </cell>
30562 </row>
30563 <row>
30564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30565 \begin_inset Text
30566
30567 \begin_layout Plain Layout
30568 e
30569 \end_layout
30570
30571 \end_inset
30572 </cell>
30573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30574 \begin_inset Text
30575
30576 \begin_layout Plain Layout
30577 r
30578 \end_layout
30579
30580 \end_inset
30581 </cell>
30582 </row>
30583 </lyxtabular>
30584
30585 \end_inset
30586
30587
30588 \begin_inset ERT
30589 status collapsed
30590
30591 \begin_layout Plain Layout
30592
30593 }
30594 \end_layout
30595
30596 \end_inset
30597
30598
30599 \end_layout
30600
30601 \begin_layout Subsection
30602 Cuadros escalados
30603 \begin_inset Index
30604 status collapsed
30605
30606 \begin_layout Plain Layout
30607 Cuadros ! Escalar
30608 \end_layout
30609
30610 \end_inset
30611
30612
30613 \begin_inset Index
30614 status collapsed
30615
30616 \begin_layout Plain Layout
30617 Material escalado
30618 \end_layout
30619
30620 \end_inset
30621
30622
30623 \begin_inset Index
30624 status collapsed
30625
30626 \begin_layout Plain Layout
30627 Figuras ! Escalar
30628 \end_layout
30629
30630 \end_inset
30631
30632
30633 \begin_inset Index
30634 status collapsed
30635
30636 \begin_layout Plain Layout
30637 Tablas ! Escalar
30638 \end_layout
30639
30640 \end_inset
30641
30642
30643 \end_layout
30644
30645 \begin_layout Standard
30646 Para escalar material se pueden usar los comandos 
30647 \series bold
30648
30649 \backslash
30650 scalebox
30651 \series default
30652  y 
30653 \series bold
30654
30655 \backslash
30656 resizebox 
30657 \series default
30658 en código TeX.
30659 \end_layout
30660
30661 \begin_layout Standard
30662
30663 \series bold
30664
30665 \backslash
30666 scalebox
30667 \series default
30668  se usa con el esquema siguiente:
30669 \end_layout
30670
30671 \begin_layout Standard
30672
30673 \series bold
30674
30675 \backslash
30676 scalebox{horizontal}[vertical]{contenido del cuadro}
30677 \end_layout
30678
30679 \begin_layout Standard
30680 Horizontal y vertical son los factores de escala correspondientes.
30681  Si no se especifica factor vertical, su valor será el mismo que el factor
30682  de escala horizontal.
30683  
30684 \end_layout
30685
30686 \begin_layout Standard
30687 Por ejemplo, el comando 
30688 \series bold
30689
30690 \backslash
30691 scalebox{2}{Hola} 
30692 \series default
30693 crea un 
30694 \begin_inset ERT
30695 status collapsed
30696
30697 \begin_layout Plain Layout
30698
30699
30700 \backslash
30701 scalebox{2}{
30702 \end_layout
30703
30704 \end_inset
30705
30706 Hola
30707 \begin_inset ERT
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711
30712 }
30713 \end_layout
30714
30715 \end_inset
30716
30717  de doble tamaño que el texto normal del documento.
30718 \end_layout
30719
30720 \begin_layout Standard
30721 El comando 
30722 \series bold
30723
30724 \backslash
30725 scalebox{2}[1]{Hola} 
30726 \series default
30727 distorsiona el 
30728 \begin_inset ERT
30729 status collapsed
30730
30731 \begin_layout Plain Layout
30732
30733
30734 \backslash
30735 scalebox{2}[1]{
30736 \end_layout
30737
30738 \end_inset
30739
30740 Hola
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746 }
30747 \end_layout
30748
30749 \end_inset
30750
30751 .
30752 \end_layout
30753
30754 \begin_layout Standard
30755 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30756  Por eso el comando 
30757 \series bold
30758
30759 \backslash
30760 scalebox{-1}[1]{Hola} 
30761 \series default
30762 puede usarse para reflejar un texto: 
30763 \begin_inset ERT
30764 status collapsed
30765
30766 \begin_layout Plain Layout
30767
30768
30769 \backslash
30770 scalebox{-1}[1]{
30771 \end_layout
30772
30773 \end_inset
30774
30775 Hola
30776 \begin_inset ERT
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780
30781 }
30782 \end_layout
30783
30784 \end_inset
30785
30786 .
30787 \end_layout
30788
30789 \begin_layout Standard
30790
30791 \series bold
30792
30793 \backslash
30794 scalebox{1}[-1]{Hola} 
30795 \series default
30796 refleja el 
30797 \begin_inset ERT
30798 status collapsed
30799
30800 \begin_layout Plain Layout
30801
30802
30803 \backslash
30804 scalebox{1}[-1]{
30805 \end_layout
30806
30807 \end_inset
30808
30809 Hola
30810 \begin_inset ERT
30811 status collapsed
30812
30813 \begin_layout Plain Layout
30814
30815 }
30816 \end_layout
30817
30818 \end_inset
30819
30820  sobre la base.
30821 \end_layout
30822
30823 \begin_layout Standard
30824 El comando 
30825 \series bold
30826
30827 \backslash
30828 scalebox{-1}[1]{contenido del cuadro} 
30829 \series default
30830 puede sustituirse por 
30831 \series bold
30832
30833 \begin_inset Newline newline
30834 \end_inset
30835
30836
30837 \backslash
30838 reflectbox{contenido del cuadro}
30839 \begin_inset VSpace defskip
30840 \end_inset
30841
30842
30843 \end_layout
30844
30845 \begin_layout Standard
30846 El comando 
30847 \series bold
30848
30849 \backslash
30850 resizebox
30851 \series default
30852  sirve para escalar el cuadro a una altura y anchura definidas, según el
30853  esquema:
30854 \end_layout
30855
30856 \begin_layout Standard
30857
30858 \series bold
30859
30860 \backslash
30861 resizebox{anchura}{altura}{contenido del cuadro}
30862 \end_layout
30863
30864 \begin_layout Standard
30865 Si uno de los argumentos del comando es un signo de exclamación, 
30866 \series bold
30867 !
30868 \series default
30869 , la escala se produce de forma que se mantiene la relación de las dimensiones
30870  originales del contenido del cuadro.
30871  
30872 \end_layout
30873
30874 \begin_layout Standard
30875 El comando 
30876 \series bold
30877
30878 \backslash
30879 resizebox{2cm}{1cm}{Hola}
30880 \series default
30881  genera: 
30882 \begin_inset ERT
30883 status collapsed
30884
30885 \begin_layout Plain Layout
30886
30887
30888 \backslash
30889 resizebox{2cm}{1cm}{
30890 \end_layout
30891
30892 \end_inset
30893
30894 Hola
30895 \begin_inset ERT
30896 status collapsed
30897
30898 \begin_layout Plain Layout
30899
30900 }
30901 \end_layout
30902
30903 \end_inset
30904
30905
30906 \begin_inset Newline newline
30907 \end_inset
30908
30909 El comando 
30910 \series bold
30911
30912 \backslash
30913 resizebox{2cm}{!}{Hola}
30914 \series default
30915  genera: 
30916 \begin_inset ERT
30917 status collapsed
30918
30919 \begin_layout Plain Layout
30920
30921
30922 \backslash
30923 resizebox{2cm}{!}{
30924 \end_layout
30925
30926 \end_inset
30927
30928 Hola
30929 \begin_inset ERT
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933
30934 }
30935 \end_layout
30936
30937 \end_inset
30938
30939
30940 \end_layout
30941
30942 \begin_layout Standard
30943 \begin_inset VSpace defskip
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Standard
30950 \begin_inset Note Greyedout
30951 status open
30952
30953 \begin_layout Plain Layout
30954
30955 \series bold
30956 Nota: 
30957 \series default
30958 Si los argumentos de 
30959 \series bold
30960
30961 \backslash
30962 scalebox
30963 \series default
30964  o 
30965 \series bold
30966
30967 \backslash
30968 resizebox
30969 \series default
30970  son cero, no se generan errores de LaTeX al exportar el documento, pero
30971  puede suceder que la salida no se muestre o que sea incompleta.
30972  
30973 \end_layout
30974
30975 \end_inset
30976
30977
30978 \begin_inset VSpace defskip
30979 \end_inset
30980
30981
30982 \end_layout
30983
30984 \begin_layout Standard
30985 Los cuadros se pueden combinar en cualquier orden.
30986  Por ejemplo, el comando
30987 \series bold
30988
30989 \begin_inset Newline newline
30990 \end_inset
30991
30992
30993 \backslash
30994 rotatebox[origin=c]{-45}{
30995 \backslash
30996 resizebox{2cm}{!}{
30997 \backslash
30998 reflectbox{Hola}}}
30999 \begin_inset Newline newline
31000 \end_inset
31001
31002
31003 \series default
31004 genera:
31005 \end_layout
31006
31007 \begin_layout Standard
31008 \noindent
31009 \align center
31010 \begin_inset ERT
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015
31016 \backslash
31017 rotatebox[origin=c]{-45}{
31018 \backslash
31019 resizebox{2cm}{!}{
31020 \backslash
31021 reflectbox{
31022 \end_layout
31023
31024 \end_inset
31025
31026 Hola
31027 \begin_inset ERT
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031
31032 }}}
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \begin_layout Standard
31041 \noindent
31042 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
31043 \end_layout
31044
31045 \begin_layout Standard
31046 \noindent
31047
31048 \end_layout
31049
31050 \begin_layout Standard
31051 \align center
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057
31058 \backslash
31059 rotatebox[origin=c]{-30}{
31060 \backslash
31061 resizebox{2cm}{!}{
31062 \backslash
31063 reflectbox{
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \begin_inset Graphics
31070         filename ../clipart/platypus.eps
31071         lyxscale 50
31072         width 25col%
31073
31074 \end_inset
31075
31076
31077 \begin_inset ERT
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081
31082 }}}
31083 \end_layout
31084
31085 \end_inset
31086
31087
31088 \begin_inset ERT
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092
31093
31094 \backslash
31095 rotatebox[origin=c]{-45}{
31096 \backslash
31097 resizebox{2cm}{!}{
31098 \backslash
31099 reflectbox{
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \begin_inset Tabular
31106 <lyxtabular version="3" rows="2" columns="2">
31107 <features>
31108 <column alignment="center" valignment="top" width="0">
31109 <column alignment="center" valignment="top" width="0">
31110 <row>
31111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31112 \begin_inset Text
31113
31114 \begin_layout Plain Layout
31115 q
31116 \end_layout
31117
31118 \end_inset
31119 </cell>
31120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31121 \begin_inset Text
31122
31123 \begin_layout Plain Layout
31124 w
31125 \end_layout
31126
31127 \end_inset
31128 </cell>
31129 </row>
31130 <row>
31131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31132 \begin_inset Text
31133
31134 \begin_layout Plain Layout
31135 e
31136 \end_layout
31137
31138 \end_inset
31139 </cell>
31140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31141 \begin_inset Text
31142
31143 \begin_layout Plain Layout
31144 r
31145 \end_layout
31146
31147 \end_inset
31148 </cell>
31149 </row>
31150 </lyxtabular>
31151
31152 \end_inset
31153
31154
31155 \begin_inset ERT
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159
31160 }}}
31161 \end_layout
31162
31163 \end_inset
31164
31165
31166 \begin_inset ERT
31167 status collapsed
31168
31169 \begin_layout Plain Layout
31170
31171
31172 \backslash
31173 rotatebox[origin=c]{-45}{
31174 \backslash
31175 resizebox{2cm}{!}{
31176 \backslash
31177 reflectbox{
31178 \end_layout
31179
31180 \end_inset
31181
31182
31183 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31184 \end_inset
31185
31186
31187 \begin_inset ERT
31188 status collapsed
31189
31190 \begin_layout Plain Layout
31191
31192 }}}
31193 \end_layout
31194
31195 \end_inset
31196
31197
31198 \end_layout
31199
31200 \begin_layout Standard
31201 Si se usa el estilo global 
31202 \series bold
31203 fleqn
31204 \series default
31205  para las ecuaciones del documento,
31206 \begin_inset Foot
31207 status collapsed
31208
31209 \begin_layout Plain Layout
31210 Si «fleqn» se añade a las opciones de clase del documento.
31211 \end_layout
31212
31213 \end_inset
31214
31215  también pueden escalarse las ecuaciones en estilo presentación.
31216 \end_layout
31217
31218 \begin_layout Chapter
31219 Archivos externos
31220 \begin_inset Index
31221 status collapsed
31222
31223 \begin_layout Plain Layout
31224 Archivos externos
31225 \end_layout
31226
31227 \end_inset
31228
31229
31230 \end_layout
31231
31232 \begin_layout Standard
31233 Con el menú 
31234 \family sans
31235 Insertar\SpecialChar \menuseparator
31236 Archivo 
31237 \family default
31238 se pueden insertar archivos externos en un documento.
31239  Estos pueden ser:
31240 \end_layout
31241
31242 \begin_layout Description
31243 Documento
31244 \begin_inset space ~
31245 \end_inset
31246
31247 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31248 \end_layout
31249
31250 \begin_layout Description
31251 Texto
31252 \begin_inset space ~
31253 \end_inset
31254
31255 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31256  como párrafo propio.
31257 \end_layout
31258
31259 \begin_layout Description
31260 Texto
31261 \begin_inset space ~
31262 \end_inset
31263
31264 simple,
31265 \begin_inset space ~
31266 \end_inset
31267
31268 unir
31269 \begin_inset space ~
31270 \end_inset
31271
31272 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31273  Las líneas vacías generan un nuevo párrafo en tu documento.
31274 \end_layout
31275
31276 \begin_layout Description
31277 Material
31278 \begin_inset space ~
31279 \end_inset
31280
31281 externo Archivos en diversos formatos.
31282 \end_layout
31283
31284 \begin_layout Description
31285 Documento
31286 \begin_inset space ~
31287 \end_inset
31288
31289 hijo Documentos LyX, LaTeX o texto simple.
31290 \end_layout
31291
31292 \begin_layout Section
31293 Material externo
31294 \begin_inset Index
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298 Material externo
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \end_layout
31305
31306 \begin_layout Standard
31307 Esta característica te permite insertar archivos en tu documento sin convertirlo
31308 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31309  las necesarias conversiones.
31310  Esto es parecido a la inserción de imágenes en diversos formatos en los
31311  documentos LyX.
31312  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31313  en 
31314 \family sans
31315 Apariencia
31316 \family default
31317 \SpecialChar \menuseparator
31318 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31319  en LyX.
31320 \end_layout
31321
31322 \begin_layout Standard
31323 El material externo se puede insertar mediante el diálogo que surge a partir
31324  del menú 
31325 \family sans
31326 Insertar\SpecialChar \menuseparator
31327 Archivo\SpecialChar \menuseparator
31328 Material
31329 \begin_inset space ~
31330 \end_inset
31331
31332 externo
31333 \family default
31334 .
31335  Actualmente se permiten los siguientes tipos de archivo (
31336 \family sans
31337 Plantillas
31338 \family default
31339 ):
31340 \end_layout
31341
31342 \begin_layout Description
31343 Diagrama
31344 \begin_inset space ~
31345 \end_inset
31346
31347 de
31348 \begin_inset space ~
31349 \end_inset
31350
31351 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31352  con el programa 
31353 \series bold
31354
31355 \begin_inset CommandInset href
31356 LatexCommand href
31357 name "XBoard"
31358 target "http://en.wikipedia.org/wiki/XBoard"
31359
31360 \end_inset
31361
31362
31363 \series default
31364 .
31365 \end_layout
31366
31367 \begin_layout Description
31368 Dia Esta plantilla soporta diagramas creados con el programa 
31369 \series bold
31370
31371 \begin_inset CommandInset href
31372 LatexCommand href
31373 name "Dia"
31374 target "http://en.wikipedia.org/wiki/Dia_(software)"
31375
31376 \end_inset
31377
31378
31379 \series default
31380 .
31381 \end_layout
31382
31383 \begin_layout Description
31384 Fecha Esta inserta la fecha en el formato 
31385 \emph on
31386 Día-Mes-Año.
31387
31388 \emph default
31389  A continuación hay una fecha insertada como material externo: 
31390 \begin_inset External
31391         template Date
31392         filename ...
31393
31394 \end_inset
31395
31396
31397 \begin_inset space ~
31398 \end_inset
31399
31400
31401 \begin_inset Note Note
31402 status collapsed
31403
31404 \begin_layout Plain Layout
31405 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31406 \end_layout
31407
31408 \end_inset
31409
31410
31411 \begin_inset Newline newline
31412 \end_inset
31413
31414 La fecha no se muestra en LyX, sólo en la salida.
31415  Hay otros dos métodos de insertar una fecha, con el menú 
31416 \family sans
31417 Insertar\SpecialChar \menuseparator
31418 Fecha
31419 \family default
31420  y con el comando LaTeX 
31421 \series bold
31422
31423 \backslash
31424 today
31425 \series default
31426  en código TeX.
31427  Los distintos métodos se comparan en la tabla
31428 \begin_inset space ~
31429 \end_inset
31430
31431
31432 \begin_inset CommandInset ref
31433 LatexCommand ref
31434 reference "tab:Comparación-de"
31435
31436 \end_inset
31437
31438 .
31439 \end_layout
31440
31441 \begin_layout Description
31442 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31443 \begin_inset Newline linebreak
31444 \end_inset
31445
31446
31447 \series bold
31448
31449 \begin_inset CommandInset href
31450 LatexCommand href
31451 name "LilyPond"
31452 target "http://en.wikipedia.org/wiki/LilyPond"
31453
31454 \end_inset
31455
31456
31457 \series default
31458 .
31459 \end_layout
31460
31461 \begin_layout Description
31462 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31463  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31464  la opción 
31465 \emph on
31466 pages
31467 \emph default
31468  en el campo 
31469 \family sans
31470 Opción
31471 \family default
31472  de la pestaña 
31473 \family sans
31474 Opciones de LaTeX y LyX
31475 \family default
31476 , según la descripción de la plantilla en el diálogo.
31477  Si no se usa la opción 
31478 \emph on
31479 pages
31480 \emph default
31481 , sólo se inserta la primera página del PDF.
31482 \end_layout
31483
31484 \begin_layout Description
31485 RasterImage Sirve para insertar imágenes bitmap.
31486  Casi todos los formatos populares de imágenes están soportados.
31487  Las imágenes se pueden tratar en el diálogo 
31488 \family sans
31489 Material Externo
31490 \family default
31491  como las que habitualmente se incluyen mediante el diálogo 
31492 \family sans
31493 Gráficos
31494 \family default
31495 , tal como se explica en la sección
31496 \begin_inset space ~
31497 \end_inset
31498
31499
31500 \begin_inset CommandInset ref
31501 LatexCommand ref
31502 reference "sec:Diálogo-Gráficos"
31503
31504 \end_inset
31505
31506 .
31507  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31508  PDF y EPS no están soportadas.
31509 \end_layout
31510
31511 \begin_layout Description
31512 XFig Esta plantilla soporta imágenes creadas con el programa 
31513 \series bold
31514
31515 \begin_inset CommandInset href
31516 LatexCommand href
31517 name "Xfig"
31518 target "http://en.wikipedia.org/wiki/Xfig"
31519
31520 \end_inset
31521
31522
31523 \series default
31524 .
31525 \end_layout
31526
31527 \begin_layout Standard
31528 \begin_inset Float table
31529 placement h
31530 wide false
31531 sideways false
31532 status open
31533
31534 \begin_layout Plain Layout
31535 \begin_inset Caption
31536
31537 \begin_layout Plain Layout
31538 \begin_inset CommandInset label
31539 LatexCommand label
31540 name "tab:Comparación-de"
31541
31542 \end_inset
31543
31544 Comparación de los métodos de inserción de fecha.
31545 \end_layout
31546
31547 \end_inset
31548
31549
31550 \end_layout
31551
31552 \begin_layout Plain Layout
31553 \align center
31554 \begin_inset Tabular
31555 <lyxtabular version="3" rows="4" columns="4">
31556 <features>
31557 <column alignment="center" valignment="top" width="0">
31558 <column alignment="center" valignment="top" width="0">
31559 <column alignment="center" valignment="top" width="0">
31560 <column alignment="center" valignment="top" width="0">
31561 <row>
31562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31563 \begin_inset Text
31564
31565 \begin_layout Plain Layout
31566 Documento
31567 \end_layout
31568
31569 \end_inset
31570 </cell>
31571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31572 \begin_inset Text
31573
31574 \begin_layout Plain Layout
31575
31576 \family sans
31577 Material externo\SpecialChar \menuseparator
31578 Fecha
31579 \end_layout
31580
31581 \end_inset
31582 </cell>
31583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31584 \begin_inset Text
31585
31586 \begin_layout Plain Layout
31587
31588 \family sans
31589 Insertar\SpecialChar \menuseparator
31590 Fecha
31591 \end_layout
31592
31593 \end_inset
31594 </cell>
31595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31596 \begin_inset Text
31597
31598 \begin_layout Plain Layout
31599 comando 
31600 \series bold
31601
31602 \backslash
31603 today
31604 \end_layout
31605
31606 \end_inset
31607 </cell>
31608 </row>
31609 <row>
31610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31611 \begin_inset Text
31612
31613 \begin_layout Plain Layout
31614 LyX
31615 \end_layout
31616
31617 \end_inset
31618 </cell>
31619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31620 \begin_inset Text
31621
31622 \begin_layout Plain Layout
31623 como cuadro
31624 \end_layout
31625
31626 \end_inset
31627 </cell>
31628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31629 \begin_inset Text
31630
31631 \begin_layout Plain Layout
31632 como fecha
31633 \end_layout
31634
31635 \end_inset
31636 </cell>
31637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31638 \begin_inset Text
31639
31640 \begin_layout Plain Layout
31641 como cuadro código TeX
31642 \end_layout
31643
31644 \end_inset
31645 </cell>
31646 </row>
31647 <row>
31648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31649 \begin_inset Text
31650
31651 \begin_layout Plain Layout
31652 LaTeX
31653 \end_layout
31654
31655 \end_inset
31656 </cell>
31657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31658 \begin_inset Text
31659
31660 \begin_layout Plain Layout
31661 como fecha
31662 \end_layout
31663
31664 \end_inset
31665 </cell>
31666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31667 \begin_inset Text
31668
31669 \begin_layout Plain Layout
31670 como fecha
31671 \end_layout
31672
31673 \end_inset
31674 </cell>
31675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31676 \begin_inset Text
31677
31678 \begin_layout Plain Layout
31679 como comando
31680 \end_layout
31681
31682 \end_inset
31683 </cell>
31684 </row>
31685 <row>
31686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31687 \begin_inset Text
31688
31689 \begin_layout Plain Layout
31690 DVI, PDF, PS
31691 \end_layout
31692
31693 \end_inset
31694 </cell>
31695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31696 \begin_inset Text
31697
31698 \begin_layout Plain Layout
31699 como fecha
31700 \end_layout
31701
31702 \end_inset
31703 </cell>
31704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31705 \begin_inset Text
31706
31707 \begin_layout Plain Layout
31708 como fecha
31709 \end_layout
31710
31711 \end_inset
31712 </cell>
31713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31714 \begin_inset Text
31715
31716 \begin_layout Plain Layout
31717 como fecha
31718 \end_layout
31719
31720 \end_inset
31721 </cell>
31722 </row>
31723 </lyxtabular>
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \end_inset
31731
31732
31733 \end_layout
31734
31735 \begin_layout Standard
31736 Si utilizas la opción 
31737 \family sans
31738 Borrador
31739 \family default
31740  en la solapa 
31741 \family sans
31742 Archivo
31743 \family default
31744  del diálogo 
31745 \family sans
31746 Material Externo
31747 \family default
31748 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31749 \family sans
31750
31751 \begin_inset Newline newline
31752 \end_inset
31753
31754
31755 \family default
31756 El material externo se muestra en LyX como un cuadro del tipo:
31757 \family sans
31758  
31759 \family default
31760
31761 \begin_inset Graphics
31762         filename clipart/MaterialExternoQt4.png
31763         scale 80
31764
31765 \end_inset
31766
31767  o como imagen, dependiendo de si se marca la opción 
31768 \family sans
31769 Mostrar en LyX 
31770 \family default
31771 de la pestaña 
31772 \family sans
31773 Opciones de LaTeX y LyX
31774 \family default
31775  del diálogo
31776 \family sans
31777 .
31778 \end_layout
31779
31780 \begin_layout Standard
31781 En el manual 
31782 \emph on
31783 Personalización
31784 \emph default
31785  se explica cómo definir tus propias plantillas.
31786 \end_layout
31787
31788 \begin_layout Section
31789 Documento hijo
31790 \begin_inset CommandInset label
31791 LatexCommand label
31792 name "sec:Documento-Hijo"
31793
31794 \end_inset
31795
31796
31797 \begin_inset Index
31798 status collapsed
31799
31800 \begin_layout Plain Layout
31801 Documento hijo
31802 \end_layout
31803
31804 \end_inset
31805
31806
31807 \end_layout
31808
31809 \begin_layout Standard
31810 Los documentos hijos se emplean en el caso de tener un documento extenso
31811  compuesto por varias partes o secciones más grandes.
31812  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31813  en varios archivos que pueden ser revisados por separado.
31814  Estos archivos se conocen como documentos hijos, y el llamado documento
31815  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31816  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
31817  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
31818 \end_layout
31819
31820 \begin_layout Standard
31821 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31822  en el menú 
31823 \family sans
31824 Documento\SpecialChar \menuseparator
31825 Configuración\SpecialChar \menuseparator
31826 Clase del documento
31827 \family default
31828  del documento hijo especifica el documento maestro predeterminado.
31829  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31830  el documento hijo.
31831 \end_layout
31832
31833 \begin_layout Standard
31834 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31835  cuadros del tipo: 
31836 \begin_inset Graphics
31837         filename clipart/DocumentoHijoQt4.png
31838         scale 80
31839
31840 \end_inset
31841
31842 .
31843  Para incluir documentos hijos en un documento maestro utiliza el menú 
31844 \family sans
31845 Insertar
31846 \family default
31847 \SpecialChar \menuseparator
31848
31849 \family sans
31850 Archivo
31851 \family default
31852 \SpecialChar \menuseparator
31853
31854 \family sans
31855 Documento
31856 \begin_inset space ~
31857 \end_inset
31858
31859 hijo
31860 \family default
31861 .
31862  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31863 \end_layout
31864
31865 \begin_layout Description
31866 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31867  Al pulsar el botón 
31868 \family sans
31869 Cargar
31870 \family default
31871  en el diálogo 
31872 \family sans
31873 Documento hijo
31874 \family default
31875 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31876  la ventana de LyX y así puedes modificarlos si quieres.
31877 \end_layout
31878
31879 \begin_layout Standard
31880 Aquí hay un archivo insertado con el método 
31881 \family sans
31882 Incluir
31883 \family default
31884
31885 \begin_inset CommandInset include
31886 LatexCommand include
31887 filename "DocumentoPostizo1.lyx"
31888
31889 \end_inset
31890
31891
31892 \end_layout
31893
31894 \begin_layout Standard
31895 La numeración de secciones tiene en cuenta las secciones de los archivos
31896  incluidos en el orden en que están insertados en el documento maestro.
31897  El documento incluido de ejemplo tiene una subsección que se numera como
31898  subsección de la presente sección.
31899  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31900 \begin_inset space ~
31901 \end_inset
31902
31903
31904 \begin_inset CommandInset ref
31905 LatexCommand ref
31906 reference "sub:Subsección-Externa-1"
31907
31908 \end_inset
31909
31910 .
31911 \end_layout
31912
31913 \begin_layout Standard
31914 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31915  del documento maestro.
31916  Las ramas en los documentos hijos serán ignoradas por el documento maestro
31917  si éste no tiene una rama con el mismo nombre.
31918  Los documentos incluidos se insertan comenzando una página nueva y acabando
31919  con un salto de página.
31920 \end_layout
31921
31922 \begin_layout Standard
31923 En caso de estar trabajando solo en un capítulo determinado de un documento
31924  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
31925  cada archivo incluido en una rama.
31926 \begin_inset Foot
31927 status collapsed
31928
31929 \begin_layout Plain Layout
31930 Las ramas se describen en la sección
31931 \emph on
31932  Ramas
31933 \emph default
31934  de la  
31935 \emph on
31936 Guía del usuario
31937 \emph default
31938  de LyX.
31939 \end_layout
31940
31941 \end_inset
31942
31943  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
31944  aparecerán en la salida.
31945 \end_layout
31946
31947 \begin_layout Standard
31948 \begin_inset Note Greyedout
31949 status open
31950
31951 \begin_layout Plain Layout
31952
31953 \series bold
31954 Nota:
31955 \series default
31956  Debido a un fallo de LyX, el comando LaTeX 
31957 \series bold
31958
31959 \backslash
31960 includeonly
31961 \series default
31962  no se puede usar por el momento como alternativa para decidir qué archivos
31963  deberían ser incluidos.
31964 \end_layout
31965
31966 \end_inset
31967
31968
31969 \end_layout
31970
31971 \begin_layout Standard
31972 \begin_inset Note Greyedout
31973 status open
31974
31975 \begin_layout Plain Layout
31976
31977 \series bold
31978 Nota:
31979 \series default
31980  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31981  a la del documento maestro, recibirás una advertencia al exportar/ver el
31982  documento, ya que esto podría dar resultados inesperados.
31983 \end_layout
31984
31985 \end_inset
31986
31987
31988 \end_layout
31989
31990 \begin_layout Description
31991 Entrada Este método es muy parecido al método 
31992 \family sans
31993 Incluir
31994 \family default
31995 .
31996  Las diferencias son:
31997 \end_layout
31998
31999 \begin_deeper
32000 \begin_layout Itemize
32001 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
32002  un salto de página.
32003 \end_layout
32004
32005 \begin_layout Itemize
32006 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
32007 \family sans
32008 Vista
32009 \begin_inset space ~
32010 \end_inset
32011
32012 preliminar
32013 \begin_inset space ~
32014 \end_inset
32015
32016 inmediata 
32017 \family default
32018 está activada en el diálogo 
32019 \family sans
32020 Herramientas\SpecialChar \menuseparator
32021 Preferencias
32022 \family default
32023 , apartado 
32024 \family sans
32025 Apariencia\SpecialChar \menuseparator
32026 Gráficos
32027 \family default
32028 .
32029 \end_layout
32030
32031 \begin_layout Itemize
32032 No se puede utilizar el comando LaTeX 
32033 \series bold
32034
32035 \backslash
32036 includeonly
32037 \series default
32038 .
32039 \end_layout
32040
32041 \end_deeper
32042 \begin_layout Standard
32043 Aquí hay un documento hijo insertado con el método 
32044 \family sans
32045 Entrada
32046 \family default
32047 :
32048 \end_layout
32049
32050 \begin_layout Standard
32051 \begin_inset CommandInset include
32052 LatexCommand input
32053 filename "DocumentoPostizo2.lyx"
32054
32055 \end_inset
32056
32057
32058 \end_layout
32059
32060 \begin_layout Description
32061 Literal Con este método se puede incluir todo archivo de texto.
32062  El archivo aparece en la salida con su código fuente, y si contiene comandos
32063  no se ejecutan.
32064  Con la opción 
32065 \family sans
32066 Marcar espacios en la salida
32067 \family default
32068  cada espacio en el código fuente se muestra en la salida con el carácter
32069  «
32070 \begin_inset ERT
32071 status collapsed
32072
32073 \begin_layout Plain Layout
32074
32075
32076 \backslash
32077 textvisiblespace
32078 \end_layout
32079
32080 \end_inset
32081
32082 ».
32083  La diferencia con el método de inserción mediante el menú 
32084 \family sans
32085 Insertar
32086 \family default
32087 \SpecialChar \menuseparator
32088
32089 \family sans
32090 Archivo
32091 \family default
32092 \SpecialChar \menuseparator
32093
32094 \family sans
32095 Texto
32096 \begin_inset space ~
32097 \end_inset
32098
32099 simple
32100 \family default
32101  es que en este caso el contenido del archivo se ve en LyX, mientras que
32102  en modo 
32103 \family sans
32104 Literal 
32105 \family default
32106 no se muestra el contenido, sino un recuadro con el nombre.
32107
32108 \family sans
32109  
32110 \end_layout
32111
32112 \begin_layout Standard
32113 Aquí se inserta un documento hijo en modo Literal:
32114 \begin_inset CommandInset include
32115 LatexCommand verbatiminput
32116 filename "DocumentoTextoPostizo.txt"
32117
32118 \end_inset
32119
32120
32121 \begin_inset VSpace bigskip
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \begin_layout Standard
32128 Aquí se inserta un documento hijo en modo Literal con la opción 
32129 \family sans
32130 Marcar espacios en la salida
32131 \family default
32132 :
32133 \begin_inset CommandInset include
32134 LatexCommand verbatiminput*
32135 filename "DocumentoTextoPostizo.txt"
32136
32137 \end_inset
32138
32139
32140 \begin_inset VSpace bigskip
32141 \end_inset
32142
32143
32144 \end_layout
32145
32146 \begin_layout Standard
32147 \begin_inset Note Greyedout
32148 status open
32149
32150 \begin_layout Plain Layout
32151
32152 \series bold
32153 Nota:
32154 \series default
32155  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32156  incluidos en modo 
32157 \family sans
32158 literal
32159 \family default
32160  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32161  archivo de texto.
32162 \end_layout
32163
32164 \end_inset
32165
32166
32167 \end_layout
32168
32169 \begin_layout Description
32170 Listado
32171 \begin_inset space ~
32172 \end_inset
32173
32174 de
32175 \begin_inset space ~
32176 \end_inset
32177
32178 programa Este tipo se describe en el capítulo
32179 \begin_inset space ~
32180 \end_inset
32181
32182
32183 \begin_inset CommandInset ref
32184 LatexCommand ref
32185 reference "cap:Listado-de-programa"
32186
32187 \end_inset
32188
32189 .
32190 \end_layout
32191
32192 \begin_layout Standard
32193 \begin_inset Note Greyedout
32194 status open
32195
32196 \begin_layout Plain Layout
32197
32198 \series bold
32199 Nota:
32200 \series default
32201  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32202  problemas en LaTeX.
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \begin_layout Chapter
32211 Listado de programa
32212 \begin_inset CommandInset label
32213 LatexCommand label
32214 name "cap:Listado-de-programa"
32215
32216 \end_inset
32217
32218
32219 \begin_inset Index
32220 status collapsed
32221
32222 \begin_layout Plain Layout
32223 Listado de programa
32224 \end_layout
32225
32226 \end_inset
32227
32228
32229 \begin_inset Index
32230 status collapsed
32231
32232 \begin_layout Plain Layout
32233 Código de programa
32234 \end_layout
32235
32236 \end_inset
32237
32238
32239 \begin_inset Index
32240 status collapsed
32241
32242 \begin_layout Plain Layout
32243 Flotantes ! Listado de programa
32244 \end_layout
32245
32246 \end_inset
32247
32248
32249 \end_layout
32250
32251 \begin_layout Standard
32252 Para incluir y tipografiar código de programación puedes usar la opción
32253  de menú disponible en 
32254 \family sans
32255 Insertar\SpecialChar \menuseparator
32256 Listado
32257 \begin_inset space ~
32258 \end_inset
32259
32260 de
32261 \begin_inset space ~
32262 \end_inset
32263
32264 programa.
32265  
32266 \family default
32267 El paquete LaTeX 
32268 \series bold
32269 listings
32270 \series default
32271
32272 \begin_inset Index
32273 status collapsed
32274
32275 \begin_layout Plain Layout
32276 LaTeX-paquetes ! listings
32277 \end_layout
32278
32279 \end_inset
32280
32281  provee un mecanismo potente y flexible para insertar código fuente en tu
32282  documento.
32283 \end_layout
32284
32285 \begin_layout Standard
32286 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32287  incorporado en el que puedes configurar su formato.
32288 \end_layout
32289
32290 \begin_layout Standard
32291 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32292  La opción de ubicación 
32293 \family sans
32294 Listado
32295 \begin_inset space ~
32296 \end_inset
32297
32298 en
32299 \begin_inset space ~
32300 \end_inset
32301
32302 línea
32303 \family default
32304  lo imprime en la línea, como este ejemplo: 
32305 \begin_inset listings
32306 lstparams "language={C++}"
32307 inline true
32308 status open
32309
32310 \begin_layout Plain Layout
32311
32312 int a=5;
32313 \end_layout
32314
32315 \end_inset
32316
32317
32318 \family sans
32319
32320 \begin_inset Newline newline
32321 \end_inset
32322
32323
32324 \family default
32325 La opción 
32326 \family sans
32327 Flotante
32328 \family default
32329  crea un listado flotante cuya colocación se puede especificar mediante
32330  las opciones «
32331 \family sans
32332 h
32333 \family default
32334 », «
32335 \family sans
32336 t
32337 \family default
32338 », «
32339 \family sans
32340 b
32341 \family default
32342 » y «
32343 \family sans
32344 p
32345 \family default
32346 », correspondientes a las opciones de colocación de flotantes descritas
32347  en la sección
32348 \family sans
32349
32350 \begin_inset space ~
32351 \end_inset
32352
32353
32354 \begin_inset CommandInset ref
32355 LatexCommand ref
32356 reference "sec:Colocación-de-Flotantes"
32357
32358 \end_inset
32359
32360
32361 \family default
32362 .
32363  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32364  p.
32365 \family sans
32366
32367 \begin_inset space \thinspace{}
32368 \end_inset
32369
32370
32371 \family default
32372 e.
32373 \begin_inset space ~
32374 \end_inset
32375
32376 «
32377 \family sans
32378 htbp
32379 \family default
32380 ».
32381  La opción «
32382 \family sans
32383 h
32384 \family default
32385 » a veces no tiene efecto, pero no necesitas usar la opción 
32386 \family sans
32387 Flotante
32388 \family default
32389  en ese caso puesto que los listados de programa no flotantes también pueden
32390  tener leyendas y ser referenciadas.
32391 \end_layout
32392
32393 \begin_layout Standard
32394 Se puede añadir una leyenda a un listado de programa con el menú 
32395 \family sans
32396 Insertar\SpecialChar \menuseparator
32397 Leyenda
32398 \family default
32399
32400 \begin_inset Foot
32401 status collapsed
32402
32403 \begin_layout Plain Layout
32404 Para traducir la etiqueta 
32405 \begin_inset Quotes eld
32406 \end_inset
32407
32408 Listado
32409 \begin_inset Quotes erd
32410 \end_inset
32411
32412  de la leyenda, se añade al preámbulo del documento el comando 
32413 \series bold
32414
32415 \backslash
32416 renewcommand{
32417 \backslash
32418 lstlistingname}{Listado}
32419 \series default
32420 .
32421  (
32422 \emph on
32423 N.
32424 \begin_inset space \thinspace{}
32425 \end_inset
32426
32427 del t.
32428 \emph default
32429 )
32430 \end_layout
32431
32432 \end_inset
32433
32434 .
32435  Los listados de programa se pueden referenciar como los flotantes: Listado
32436 \begin_inset space ~
32437 \end_inset
32438
32439
32440 \begin_inset CommandInset ref
32441 LatexCommand ref
32442 reference "lst:Ejemplo-de-listado-de-programa"
32443
32444 \end_inset
32445
32446
32447 \end_layout
32448
32449 \begin_layout Standard
32450 \begin_inset listings
32451 lstparams "language=Python"
32452 inline false
32453 status open
32454
32455 \begin_layout Plain Layout
32456
32457 \begin_inset Caption
32458
32459 \begin_layout Plain Layout
32460 \begin_inset CommandInset label
32461 LatexCommand label
32462 name "lst:Ejemplo-de-listado-de-programa"
32463
32464 \end_inset
32465
32466 Ejemplo de listado de programa flotante
32467 \end_layout
32468
32469 \end_inset
32470
32471 # Ejemplo de listado flotante
32472 \end_layout
32473
32474 \begin_layout Plain Layout
32475
32476 def func(param):
32477 \end_layout
32478
32479 \begin_layout Plain Layout
32480
32481     'this is a python function'
32482 \end_layout
32483
32484 \begin_layout Plain Layout
32485
32486     pass
32487 \end_layout
32488
32489 \end_inset
32490
32491
32492 \end_layout
32493
32494 \begin_layout Standard
32495 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32496  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32497  y tipografiadas de manera especial en la salida.
32498  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32499  negrita.
32500 \end_layout
32501
32502 \begin_layout Standard
32503 \begin_inset Note Greyedout
32504 status open
32505
32506 \begin_layout Plain Layout
32507
32508 \series bold
32509 Nota:
32510 \series default
32511  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32512  debe probablemente a que dicha fuente no suministra negritas.
32513  En este caso selecciona una fuente distinta en el menú 
32514 \family sans
32515 Documento
32516 \family default
32517 \SpecialChar \menuseparator
32518
32519 \family sans
32520 Configuración
32521 \family default
32522 \SpecialChar \menuseparator
32523
32524 \family sans
32525 Fuentes.
32526  
32527 \family default
32528 (Las fuentes 
32529 \emph on
32530 LuxiMono, BeraMono
32531 \emph default
32532  y 
32533 \emph on
32534 Courier 
32535 \emph default
32536 suministran negritas.)
32537 \end_layout
32538
32539 \end_inset
32540
32541
32542 \end_layout
32543
32544 \begin_layout Standard
32545 En la sección 
32546 \family sans
32547 Numeración
32548 \begin_inset space ~
32549 \end_inset
32550
32551 de
32552 \begin_inset space ~
32553 \end_inset
32554
32555 líneas
32556 \family default
32557  del diálogo puedes elegir el estilo de numeración de las líneas.
32558  En el campo 
32559 \family sans
32560 Paso 
32561 \family default
32562 puedes insertar un número para determinar qué líneas se numeran.
32563  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32564  
32565 \end_layout
32566
32567 \begin_layout Standard
32568 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32569  en la salida.
32570  La opción 
32571 \family sans
32572 Tabla
32573 \begin_inset space ~
32574 \end_inset
32575
32576 de
32577 \begin_inset space ~
32578 \end_inset
32579
32580 caracteres
32581 \begin_inset space ~
32582 \end_inset
32583
32584 extendida
32585 \family default
32586  debería emplearse si se usan en el código caracteres nacionales como la
32587  diéresis alemana.
32588 \begin_inset Newline newline
32589 \end_inset
32590
32591 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32592  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32593  y «Espacio como símbolo», rango de líneas 3-8:
32594 \begin_inset listings
32595 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32596 inline false
32597 status open
32598
32599 \begin_layout Plain Layout
32600
32601 def func(param):
32602 \end_layout
32603
32604 \begin_layout Plain Layout
32605
32606     'this is a python function'
32607 \end_layout
32608
32609 \begin_layout Plain Layout
32610
32611     pass
32612 \end_layout
32613
32614 \begin_layout Plain Layout
32615
32616 def func(param):
32617 \end_layout
32618
32619 \begin_layout Plain Layout
32620
32621 'This is a German word: Tschüß'
32622 \end_layout
32623
32624 \begin_layout Plain Layout
32625
32626 pass
32627 \end_layout
32628
32629 \begin_layout Plain Layout
32630
32631 def func(param):
32632 \end_layout
32633
32634 \begin_layout Plain Layout
32635
32636 'this is a python function'
32637 \end_layout
32638
32639 \begin_layout Plain Layout
32640
32641 pass
32642 \end_layout
32643
32644 \end_inset
32645
32646
32647 \end_layout
32648
32649 \begin_layout Standard
32650 \begin_inset Note Greyedout
32651 status open
32652
32653 \begin_layout Plain Layout
32654
32655 \series bold
32656 Nota:
32657 \series default
32658  Debido a un error en el paquete 
32659 \series bold
32660 listings
32661 \series default
32662  la numeración de líneas cambia en una línea por cada listado previo.
32663  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32664  3 y 6.
32665 \end_layout
32666
32667 \end_inset
32668
32669
32670 \end_layout
32671
32672 \begin_layout Standard
32673 \begin_inset VSpace bigskip
32674 \end_inset
32675
32676
32677 \end_layout
32678
32679 \begin_layout Standard
32680 También es posible imprimir como listado de programa líneas de un archivo.
32681  Para hacer esto, usa el menú 
32682 \family sans
32683 Insertar\SpecialChar \menuseparator
32684 Archivo\SpecialChar \menuseparator
32685 Documento
32686 \begin_inset space ~
32687 \end_inset
32688
32689 hijo 
32690 \family default
32691 y elige el tipo 
32692 \family sans
32693 Listado de programa
32694 \family default
32695 .
32696 \begin_inset Foot
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700 Los restantes tipos de documento hijo se describen en la sección
32701 \begin_inset space ~
32702 \end_inset
32703
32704
32705 \begin_inset CommandInset ref
32706 LatexCommand ref
32707 reference "sec:Documento-Hijo"
32708
32709 \end_inset
32710
32711 .
32712 \end_layout
32713
32714 \end_inset
32715
32716  En el diálogo de documento hijo puedes especificar los parámetros del listado
32717  en el cuadro de texto.
32718  Para ver una lista de los parámetros disponibles teclea una interrogación
32719  «?» en el cuadro.
32720 \end_layout
32721
32722 \begin_layout Standard
32723 Para referenciar un documento hijo tipo listado, escribe el texto de la
32724  etiqueta en el campo correspondiente del diálogo de documento hijo.
32725  Después se puede referenciar la etiqueta con el menú 
32726 \family sans
32727 Insertar\SpecialChar \menuseparator
32728 Referencia cruzada.
32729 \end_layout
32730
32731 \begin_layout Standard
32732 A continuación hay un ejemplo, Listado
32733 \begin_inset space ~
32734 \end_inset
32735
32736
32737 \begin_inset CommandInset ref
32738 LatexCommand ref
32739 reference "lst:archivo-listado"
32740
32741 \end_inset
32742
32743 , de inserción de líneas de un archivo; en él se incluye el rango de las
32744  líneas 10
32745 \begin_inset space \thinspace{}
32746 \end_inset
32747
32748 -
32749 \begin_inset space \thinspace{}
32750 \end_inset
32751
32752 15 de este archivo LyX.
32753 \end_layout
32754
32755 \begin_layout Standard
32756 \begin_inset CommandInset include
32757 LatexCommand lstinputlisting
32758 filename "EmbeddedObjects.lyx"
32759 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32760
32761 \end_inset
32762
32763
32764 \begin_inset VSpace bigskip
32765 \end_inset
32766
32767
32768 \end_layout
32769
32770 \begin_layout Standard
32771 Las preferencias globales se pueden establecer en el diálogo 
32772 \family sans
32773 Documento\SpecialChar \menuseparator
32774 Configuración\SpecialChar \menuseparator
32775 Diseño
32776 \begin_inset space ~
32777 \end_inset
32778
32779 del
32780 \begin_inset space ~
32781 \end_inset
32782
32783 texto.
32784  
32785 \family default
32786 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32787  «?» en el campo de texto.
32788 \end_layout
32789
32790 \begin_layout Standard
32791 Para más información sobre el paquete 
32792 \series bold
32793 listings
32794 \series default
32795 , consulta su documentación
32796 \begin_inset space ~
32797 \end_inset
32798
32799
32800 \begin_inset CommandInset citation
32801 LatexCommand cite
32802 key "listings"
32803
32804 \end_inset
32805
32806 .
32807 \end_layout
32808
32809 \begin_layout Standard
32810 \begin_inset Newpage newpage
32811 \end_inset
32812
32813
32814 \end_layout
32815
32816 \begin_layout Chapter
32817 \start_of_appendix
32818 Unidades disponibles en LyX
32819 \begin_inset Index
32820 status collapsed
32821
32822 \begin_layout Plain Layout
32823 Unidades
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \begin_inset CommandInset label
32830 LatexCommand label
32831 name "cap:Unidades-disponibles-en"
32832
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \begin_layout Standard
32839 Para comprender las unidades utilizadas en este manual, el cuadro
32840 \begin_inset space ~
32841 \end_inset
32842
32843
32844 \begin_inset CommandInset ref
32845 LatexCommand ref
32846 reference "tab:Unidades"
32847
32848 \end_inset
32849
32850  describe todas las unidades disponibles en LyX.
32851 \end_layout
32852
32853 \begin_layout Standard
32854 \begin_inset Float table
32855 placement h
32856 wide false
32857 sideways false
32858 status open
32859
32860 \begin_layout Plain Layout
32861 \begin_inset Caption
32862
32863 \begin_layout Plain Layout
32864 \begin_inset CommandInset label
32865 LatexCommand label
32866 name "tab:Unidades"
32867
32868 \end_inset
32869
32870 Unidades
32871 \end_layout
32872
32873 \end_inset
32874
32875
32876 \end_layout
32877
32878 \begin_layout Plain Layout
32879 \begin_inset VSpace medskip
32880 \end_inset
32881
32882
32883 \end_layout
32884
32885 \begin_layout Plain Layout
32886 \align center
32887 \begin_inset Tabular
32888 <lyxtabular version="3" rows="20" columns="2">
32889 <features>
32890 <column alignment="center" valignment="top" width="0">
32891 <column alignment="center" valignment="top" width="0">
32892 <row>
32893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32894 \begin_inset Text
32895
32896 \begin_layout Plain Layout
32897 unidad
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32903 \begin_inset Text
32904
32905 \begin_layout Plain Layout
32906 nombre/descripción
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 </row>
32912 <row>
32913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32914 \begin_inset Text
32915
32916 \begin_layout Plain Layout
32917 mm
32918 \end_layout
32919
32920 \end_inset
32921 </cell>
32922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32923 \begin_inset Text
32924
32925 \begin_layout Plain Layout
32926 milímetro
32927 \end_layout
32928
32929 \end_inset
32930 </cell>
32931 </row>
32932 <row>
32933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32934 \begin_inset Text
32935
32936 \begin_layout Plain Layout
32937 cm
32938 \end_layout
32939
32940 \end_inset
32941 </cell>
32942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32943 \begin_inset Text
32944
32945 \begin_layout Plain Layout
32946 centímetro
32947 \end_layout
32948
32949 \end_inset
32950 </cell>
32951 </row>
32952 <row>
32953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32954 \begin_inset Text
32955
32956 \begin_layout Plain Layout
32957 in
32958 \end_layout
32959
32960 \end_inset
32961 </cell>
32962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32963 \begin_inset Text
32964
32965 \begin_layout Plain Layout
32966 pulgada
32967 \end_layout
32968
32969 \end_inset
32970 </cell>
32971 </row>
32972 <row>
32973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32974 \begin_inset Text
32975
32976 \begin_layout Plain Layout
32977 pt
32978 \end_layout
32979
32980 \end_inset
32981 </cell>
32982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32983 \begin_inset Text
32984
32985 \begin_layout Plain Layout
32986 punto (72.27
32987 \begin_inset space \thinspace{}
32988 \end_inset
32989
32990 pt = 1
32991 \begin_inset space \thinspace{}
32992 \end_inset
32993
32994 in)
32995 \end_layout
32996
32997 \end_inset
32998 </cell>
32999 </row>
33000 <row>
33001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33002 \begin_inset Text
33003
33004 \begin_layout Plain Layout
33005 pc
33006 \end_layout
33007
33008 \end_inset
33009 </cell>
33010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33011 \begin_inset Text
33012
33013 \begin_layout Plain Layout
33014 pica (1
33015 \begin_inset space \thinspace{}
33016 \end_inset
33017
33018 pc = 12
33019 \begin_inset space \thinspace{}
33020 \end_inset
33021
33022 pt)
33023 \end_layout
33024
33025 \end_inset
33026 </cell>
33027 </row>
33028 <row>
33029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33030 \begin_inset Text
33031
33032 \begin_layout Plain Layout
33033 sp
33034 \end_layout
33035
33036 \end_inset
33037 </cell>
33038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33039 \begin_inset Text
33040
33041 \begin_layout Plain Layout
33042 punto escalado (65536
33043 \begin_inset space \thinspace{}
33044 \end_inset
33045
33046 sp = 1
33047 \begin_inset space \thinspace{}
33048 \end_inset
33049
33050 pt)
33051 \end_layout
33052
33053 \end_inset
33054 </cell>
33055 </row>
33056 <row>
33057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33058 \begin_inset Text
33059
33060 \begin_layout Plain Layout
33061 bp
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070 punto grande (72
33071 \begin_inset space \thinspace{}
33072 \end_inset
33073
33074 bp = 1
33075 \begin_inset space \thinspace{}
33076 \end_inset
33077
33078 in)
33079 \end_layout
33080
33081 \end_inset
33082 </cell>
33083 </row>
33084 <row>
33085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33086 \begin_inset Text
33087
33088 \begin_layout Plain Layout
33089 dd
33090 \end_layout
33091
33092 \end_inset
33093 </cell>
33094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33095 \begin_inset Text
33096
33097 \begin_layout Plain Layout
33098 didot (1
33099 \begin_inset space \thinspace{}
33100 \end_inset
33101
33102 dd 
33103 \begin_inset Formula $\approx$
33104 \end_inset
33105
33106  0.376
33107 \begin_inset space \thinspace{}
33108 \end_inset
33109
33110 mm)
33111 \end_layout
33112
33113 \end_inset
33114 </cell>
33115 </row>
33116 <row>
33117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33118 \begin_inset Text
33119
33120 \begin_layout Plain Layout
33121 cc
33122 \end_layout
33123
33124 \end_inset
33125 </cell>
33126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33127 \begin_inset Text
33128
33129 \begin_layout Plain Layout
33130 cicero (1
33131 \begin_inset space \thinspace{}
33132 \end_inset
33133
33134 cc = 12
33135 \begin_inset space \thinspace{}
33136 \end_inset
33137
33138 dd)
33139 \end_layout
33140
33141 \end_inset
33142 </cell>
33143 </row>
33144 <row>
33145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149 escala
33150 \begin_inset space \thinspace{}
33151 \end_inset
33152
33153 %
33154 \end_layout
33155
33156 \end_inset
33157 </cell>
33158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33159 \begin_inset Text
33160
33161 \begin_layout Plain Layout
33162 % del tamaño original de la imagen
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 </row>
33168 <row>
33169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33170 \begin_inset Text
33171
33172 \begin_layout Plain Layout
33173 texto
33174 \begin_inset space \thinspace{}
33175 \end_inset
33176
33177 %
33178 \end_layout
33179
33180 \end_inset
33181 </cell>
33182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33183 \begin_inset Text
33184
33185 \begin_layout Plain Layout
33186 % de anchura de texto
33187 \end_layout
33188
33189 \end_inset
33190 </cell>
33191 </row>
33192 <row>
33193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33194 \begin_inset Text
33195
33196 \begin_layout Plain Layout
33197 columna
33198 \begin_inset space \thinspace{}
33199 \end_inset
33200
33201 %
33202 \end_layout
33203
33204 \end_inset
33205 </cell>
33206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210 % de anchura de columna
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 </row>
33216 <row>
33217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33218 \begin_inset Text
33219
33220 \begin_layout Plain Layout
33221 página
33222 \begin_inset space \thinspace{}
33223 \end_inset
33224
33225 %
33226 \end_layout
33227
33228 \end_inset
33229 </cell>
33230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33231 \begin_inset Text
33232
33233 \begin_layout Plain Layout
33234 % de anchura de página
33235 \end_layout
33236
33237 \end_inset
33238 </cell>
33239 </row>
33240 <row>
33241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33242 \begin_inset Text
33243
33244 \begin_layout Plain Layout
33245 línea
33246 \begin_inset space \thinspace{}
33247 \end_inset
33248
33249 %
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258 % de anchura de línea
33259 \end_layout
33260
33261 \end_inset
33262 </cell>
33263 </row>
33264 <row>
33265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33266 \begin_inset Text
33267
33268 \begin_layout Plain Layout
33269 alt.
33270  texto
33271 \begin_inset space \thinspace{}
33272 \end_inset
33273
33274 %
33275 \end_layout
33276
33277 \end_inset
33278 </cell>
33279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33280 \begin_inset Text
33281
33282 \begin_layout Plain Layout
33283 % de altura de texto
33284 \end_layout
33285
33286 \end_inset
33287 </cell>
33288 </row>
33289 <row>
33290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33291 \begin_inset Text
33292
33293 \begin_layout Plain Layout
33294 alt.
33295  pág.
33296 \begin_inset space \thinspace{}
33297 \end_inset
33298
33299 %
33300 \end_layout
33301
33302 \end_inset
33303 </cell>
33304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33305 \begin_inset Text
33306
33307 \begin_layout Plain Layout
33308 % de altura de página
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 </row>
33314 <row>
33315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319 ex
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33325 \begin_inset Text
33326
33327 \begin_layout Plain Layout
33328 altura de la letra 
33329 \emph on
33330 x
33331 \emph default
33332  en la fuente actual
33333 \end_layout
33334
33335 \end_inset
33336 </cell>
33337 </row>
33338 <row>
33339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33340 \begin_inset Text
33341
33342 \begin_layout Plain Layout
33343 em
33344 \end_layout
33345
33346 \end_inset
33347 </cell>
33348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33349 \begin_inset Text
33350
33351 \begin_layout Plain Layout
33352 anchura de la letra 
33353 \emph on
33354 M
33355 \emph default
33356  en la fuente actual
33357 \end_layout
33358
33359 \end_inset
33360 </cell>
33361 </row>
33362 <row>
33363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33364 \begin_inset Text
33365
33366 \begin_layout Plain Layout
33367 mu
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376 unidad matemática (1
33377 \begin_inset space \thinspace{}
33378 \end_inset
33379
33380 mu = 1/18
33381 \begin_inset space \thinspace{}
33382 \end_inset
33383
33384 em)
33385 \end_layout
33386
33387 \end_inset
33388 </cell>
33389 </row>
33390 </lyxtabular>
33391
33392 \end_inset
33393
33394
33395 \end_layout
33396
33397 \end_inset
33398
33399
33400 \end_layout
33401
33402 \begin_layout Chapter
33403 Formatos de archivos de salida con gráficos
33404 \begin_inset CommandInset label
33405 LatexCommand label
33406 name "cap:Formatos-de-Archivos-de-Salida"
33407
33408 \end_inset
33409
33410
33411 \end_layout
33412
33413 \begin_layout Section
33414 DVI
33415 \begin_inset Index
33416 status collapsed
33417
33418 \begin_layout Plain Layout
33419 Formatos de archivo ! DVI
33420 \end_layout
33421
33422 \end_inset
33423
33424
33425 \begin_inset Index
33426 status collapsed
33427
33428 \begin_layout Plain Layout
33429 DVI|see
33430 \begin_inset ERT
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434
33435 {
33436 \end_layout
33437
33438 \end_inset
33439
33440 Formatos de archivo
33441 \begin_inset ERT
33442 status collapsed
33443
33444 \begin_layout Plain Layout
33445
33446 }
33447 \end_layout
33448
33449 \end_inset
33450
33451
33452 \end_layout
33453
33454 \end_inset
33455
33456
33457 \end_layout
33458
33459 \begin_layout Standard
33460 Este tipo de archivo tiene la extensión «
33461 \family typewriter
33462 .dvi
33463 \family default
33464 ».
33465  Se denomina «device-independent» (DVI), porque es completamente portable;
33466  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33467  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33468  Los DVI se usan para vistas preliminares rápidas y como preparación para
33469  otros formatos de salida como PostScript.
33470 \end_layout
33471
33472 \begin_layout Standard
33473 \begin_inset Note Greyedout
33474 status open
33475
33476 \begin_layout Plain Layout
33477
33478 \series bold
33479 Nota:
33480 \series default
33481  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33482 \end_layout
33483
33484 \end_inset
33485
33486  Por tanto no debes olvidar esto si mueves archivos 
33487 \family typewriter
33488 .dvi
33489 \family default
33490  a otro ordenador.
33491  Esta característica también puede retardar la visualización del archivo,
33492  porque el visor DVI tiene que convertir la imagen en segundo plano para
33493  hacerla visible al deslizar el visor.
33494  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33495 \end_layout
33496
33497 \begin_layout Standard
33498 Un documento se exporta a DVI con el menú 
33499 \family sans
33500 Archivo\SpecialChar \menuseparator
33501 Exportar\SpecialChar \menuseparator
33502 DVI
33503 \family default
33504 .
33505  Puedes ver la salida del documento en DVI con el menú 
33506 \family sans
33507 Ver\SpecialChar \menuseparator
33508 DVI 
33509 \family default
33510 o con el botón
33511 \begin_inset space ~
33512 \end_inset
33513
33514
33515 \begin_inset Graphics
33516         filename ../../images/buffer-view_dvi.png
33517         scale 85
33518
33519 \end_inset
33520
33521 .
33522 \end_layout
33523
33524 \begin_layout Section
33525 PostScript
33526 \begin_inset CommandInset label
33527 LatexCommand label
33528 name "sec:PostScript"
33529
33530 \end_inset
33531
33532
33533 \begin_inset Index
33534 status collapsed
33535
33536 \begin_layout Plain Layout
33537 Formatos de archivo ! PostScript
33538 \end_layout
33539
33540 \end_inset
33541
33542
33543 \begin_inset Index
33544 status collapsed
33545
33546 \begin_layout Plain Layout
33547 PostScript|see
33548 \begin_inset ERT
33549 status collapsed
33550
33551 \begin_layout Plain Layout
33552
33553 {
33554 \end_layout
33555
33556 \end_inset
33557
33558 Formatos de archivo
33559 \begin_inset ERT
33560 status collapsed
33561
33562 \begin_layout Plain Layout
33563
33564 }
33565 \end_layout
33566
33567 \end_inset
33568
33569
33570 \end_layout
33571
33572 \end_inset
33573
33574
33575 \end_layout
33576
33577 \begin_layout Standard
33578 Este tipo de archivo tiene la extensión «
33579 \family typewriter
33580 .ps
33581 \family default
33582 ».
33583  PostScript fue desarrollado por la compañía 
33584 \family typewriter
33585 Adobe
33586 \family default
33587  como lenguaje para impresoras.
33588  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33589  PostScript puede considerarse como un «lenguaje de programación»; con él
33590  puedes calcular y dibujar imágenes y diagramas.
33591 \begin_inset Foot
33592 status collapsed
33593
33594 \begin_layout Plain Layout
33595 Si estás interesado en este tema acude al paquete LaTeX 
33596 \series bold
33597 PSTricks
33598 \series default
33599  
33600 \begin_inset CommandInset citation
33601 LatexCommand cite
33602 key "pstricks"
33603
33604 \end_inset
33605
33606 .
33607 \end_layout
33608
33609 \end_inset
33610
33611  Por esto los archivos suelen ser más grandes que los PDF.
33612 \end_layout
33613
33614 \begin_layout Standard
33615 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33616 d PostScript» (EPS, extensión «
33617 \family typewriter
33618 .eps
33619 \family default
33620 »).
33621  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33622  en segundo plano para convertir las imágenes a EPS.
33623  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33624  cada vez que veas o exportes el documento.
33625  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33626  puedes evitar el problema insertando las imágenes directamente en EPS.
33627 \end_layout
33628
33629 \begin_layout Standard
33630 El documento se puede exportar a PostScript con el menú 
33631 \family sans
33632 Archivo\SpecialChar \menuseparator
33633 Exportar\SpecialChar \menuseparator
33634 Postscript
33635 \family default
33636 .
33637  Se puede ver la salida en PostScript con el menú 
33638 \family sans
33639 Ver\SpecialChar \menuseparator
33640 Postscript 
33641 \family default
33642 o con el botón
33643 \begin_inset space ~
33644 \end_inset
33645
33646
33647 \begin_inset Graphics
33648         filename ../../images/buffer-view_ps.png
33649
33650 \end_inset
33651
33652 .
33653 \end_layout
33654
33655 \begin_layout Section
33656 PDF
33657 \begin_inset Index
33658 status collapsed
33659
33660 \begin_layout Plain Layout
33661 Formatos de archivo ! PDF
33662 \end_layout
33663
33664 \end_inset
33665
33666
33667 \begin_inset Index
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671 PDF
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \begin_layout Standard
33680 Este tipo de archivo tiene la extensión «
33681 \family typewriter
33682 .pdf
33683 \family default
33684 ».
33685  El formato «Portable Document Format» (PDF) fue desarrollado por 
33686 \family typewriter
33687 Adobe
33688 \family default
33689  como derivado de PostScript.
33690  Es más comprimido y utiliza muchos menos comandos que PostScript.
33691  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33692  operativo y la salida impresa se muestra exactamente igual.
33693 \end_layout
33694
33695 \begin_layout Standard
33696 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33697  Photographic Experts Group» (JPG, extensión «
33698 \family typewriter
33699 .jpg
33700 \family default
33701 » o «
33702 \family typewriter
33703 .jpeg
33704 \family default
33705 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33706 \family typewriter
33707 .png
33708 \family default
33709 »).
33710  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33711  en segundo plano a alguno de los anteriores.
33712  Pero como se ha comentado en la sección sobre PostScript, la conversión
33713  de gráficos ralentiza el trabajo.
33714  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33715  mencionados.
33716 \end_layout
33717
33718 \begin_layout Standard
33719 Un documento se puede exportar a PDF con el menú 
33720 \family sans
33721 Archivo\SpecialChar \menuseparator
33722 Exportar
33723 \family default
33724  en tres modos diferentes:
33725 \end_layout
33726
33727 \begin_layout Description
33728 PDF
33729 \begin_inset space ~
33730 \end_inset
33731
33732 (ps2pdf) Este utiliza el programa 
33733 \family typewriter
33734 ps2pdf
33735 \family default
33736  que crea un PDF a partir de una versión PostScript del archivo.
33737  La versión PostScript es producida por el programa 
33738 \family typewriter
33739 dvips
33740 \family default
33741  que usa una versión DVI como paso intermedio.
33742  Así que este modo de exportación consta de tres conversiones.
33743 \end_layout
33744
33745 \begin_layout Description
33746 PDF
33747 \begin_inset space ~
33748 \end_inset
33749
33750 (dvipdfm) Este utiliza el programa 
33751 \family typewriter
33752 dvipdfm
33753 \family default
33754  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33755  PDF.
33756 \end_layout
33757
33758 \begin_layout Description
33759 PDF
33760 \begin_inset space ~
33761 \end_inset
33762
33763 (pdflatex) Este utiliza el programa 
33764 \family typewriter
33765 pdftex
33766 \family default
33767  que convierte directamente el archivo a PDF.
33768 \end_layout
33769
33770 \begin_layout Standard
33771 Se recomienda usar 
33772 \family sans
33773 PDF
33774 \begin_inset space ~
33775 \end_inset
33776
33777 (pdflatex)
33778 \family default
33779  porque 
33780 \family typewriter
33781 pdftex
33782 \family default
33783  soporta todas las características de las versiones actuales de PDF, es
33784  rápido y estable.
33785  El programa 
33786 \family typewriter
33787 dvipdfm
33788 \family default
33789  ya no se desarrolla y está un poco obsoleto.
33790 \end_layout
33791
33792 \begin_layout Standard
33793 La salida en formato PDF se puede ver con el menú 
33794 \family sans
33795 Ver 
33796 \family default
33797 o con el botón
33798 \begin_inset space ~
33799 \end_inset
33800
33801
33802 \begin_inset Graphics
33803         filename ../../images/buffer-view_pdf2.png
33804         scale 85
33805
33806 \end_inset
33807
33808  (que usa 
33809 \family sans
33810 PDF
33811 \begin_inset space ~
33812 \end_inset
33813
33814 (pdflatex)
33815 \family default
33816 ).
33817 \end_layout
33818
33819 \begin_layout Chapter
33820 Explicación de la ecuación
33821 \begin_inset space ~
33822 \end_inset
33823
33824
33825 \begin_inset CommandInset ref
33826 LatexCommand eqref
33827 reference "eq:Wgn"
33828
33829 \end_inset
33830
33831
33832 \begin_inset CommandInset label
33833 LatexCommand label
33834 name "cap:Explicación-de-la-Ecuación"
33835
33836 \end_inset
33837
33838
33839 \end_layout
33840
33841 \begin_layout Standard
33842 La anchura total de 
33843 \emph on
33844 n
33845 \emph default
33846  celdas de una tabla 
33847 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33848 \end_inset
33849
33850  puede calcularse con
33851 \end_layout
33852
33853 \begin_layout Standard
33854 \begin_inset Formula \begin{equation}
33855 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}
33856
33857 \end_inset
33858
33859
33860 \end_layout
33861
33862 \begin_layout Standard
33863 donde 
33864 \begin_inset Formula $W_{g\, n}$
33865 \end_inset
33866
33867  es el ancho dado de todas las celdas.
33868  
33869 \series bold
33870
33871 \backslash
33872 tabcolsep
33873 \series default
33874  es la longitud LaTeX entre el texto y el borde de la celda, 6
33875 \begin_inset space \thinspace{}
33876 \end_inset
33877
33878 pt por omisión.
33879  
33880 \series bold
33881
33882 \backslash
33883 arrayrulewidth
33884 \series default
33885  es el grosor de línea del borde, 0.4
33886 \begin_inset space \thinspace{}
33887 \end_inset
33888
33889 pt por omisión.
33890 \end_layout
33891
33892 \begin_layout Standard
33893 Procediendo como en la ecuación
33894 \begin_inset space ~
33895 \end_inset
33896
33897
33898 \begin_inset CommandInset ref
33899 LatexCommand eqref
33900 reference "eq:Wtot_n"
33901
33902 \end_inset
33903
33904 , el ancho total de una multicolumna, 
33905 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33906 \end_inset
33907
33908  es
33909 \end_layout
33910
33911 \begin_layout Standard
33912 \begin_inset Formula \begin{equation}
33913 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33914
33915 \end_inset
33916
33917
33918 \end_layout
33919
33920 \begin_layout Standard
33921 Igualando las ecuaciones
33922 \begin_inset space ~
33923 \end_inset
33924
33925
33926 \begin_inset CommandInset ref
33927 LatexCommand eqref
33928 reference "eq:Wtot_n"
33929
33930 \end_inset
33931
33932  y 
33933 \begin_inset CommandInset ref
33934 LatexCommand eqref
33935 reference "eq:Wtot_mult"
33936
33937 \end_inset
33938
33939  podemos calcular el ancho dado necesario 
33940 \begin_inset Formula $W_{g\, n}$
33941 \end_inset
33942
33943  cuando se expanden 
33944 \emph on
33945 n
33946 \emph default
33947  columnas, de forma que cada una de ellas tiene una anchura total  
33948 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33949 \end_inset
33950
33951 :
33952 \end_layout
33953
33954 \begin_layout Standard
33955 \begin_inset Formula \begin{equation}
33956 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33957
33958 \end_inset
33959
33960
33961 \end_layout
33962
33963 \begin_layout Bibliography
33964 \begin_inset CommandInset bibitem
33965 LatexCommand bibitem
33966 key "latexcompanion"
33967
33968 \end_inset
33969
33970 Frank Mittelbach and Michel Goossens: 
33971 \emph on
33972 The LaTeX Companion Second Edition.
33973
33974 \emph default
33975  Addison-Wesley, 2004
33976 \end_layout
33977
33978 \begin_layout Bibliography
33979 \begin_inset CommandInset bibitem
33980 LatexCommand bibitem
33981 key "latexguide"
33982
33983 \end_inset
33984
33985 Helmut Kopka and Patrick W.
33986  Daly: 
33987 \emph on
33988 A Guide to LaTeX Fourth Edition.
33989
33990 \emph default
33991  Addison-Wesley, 2003
33992 \end_layout
33993
33994 \begin_layout Bibliography
33995 \begin_inset CommandInset bibitem
33996 LatexCommand bibitem
33997 key "latexbook"
33998
33999 \end_inset
34000
34001 Leslie Lamport: 
34002 \emph on
34003 LaTeX: A Document Preparation System.
34004
34005 \emph default
34006  Addison-Wesley, second edition, 1994
34007 \end_layout
34008
34009 \begin_layout Bibliography
34010 \begin_inset CommandInset bibitem
34011 LatexCommand bibitem
34012 key "booktabs"
34013
34014 \end_inset
34015
34016 Documentación del paquete LaTeX 
34017 \series bold
34018
34019 \begin_inset CommandInset href
34020 LatexCommand href
34021 name "booktabs"
34022 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34023
34024 \end_inset
34025
34026
34027 \series default
34028
34029 \begin_inset Index
34030 status collapsed
34031
34032 \begin_layout Plain Layout
34033 LaTeX-paquetes ! booktabs
34034 \end_layout
34035
34036 \end_inset
34037
34038
34039 \end_layout
34040
34041 \begin_layout Bibliography
34042 \begin_inset CommandInset bibitem
34043 LatexCommand bibitem
34044 key "caption"
34045
34046 \end_inset
34047
34048 Documentación del paquete LaTeX 
34049 \series bold
34050
34051 \begin_inset CommandInset href
34052 LatexCommand href
34053 name "caption"
34054 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34055
34056 \end_inset
34057
34058
34059 \series default
34060
34061 \begin_inset Index
34062 status collapsed
34063
34064 \begin_layout Plain Layout
34065 LaTeX-paquetes ! caption
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Bibliography
34074 \begin_inset CommandInset bibitem
34075 LatexCommand bibitem
34076 key "endfloat"
34077
34078 \end_inset
34079
34080 Documentación del paquete LaTeX 
34081 \series bold
34082
34083 \begin_inset CommandInset href
34084 LatexCommand href
34085 name "endfloat"
34086 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34087
34088 \end_inset
34089
34090
34091 \series default
34092
34093 \begin_inset Index
34094 status collapsed
34095
34096 \begin_layout Plain Layout
34097 LaTeX-paquetes ! endfloat
34098 \end_layout
34099
34100 \end_inset
34101
34102
34103 \end_layout
34104
34105 \begin_layout Bibliography
34106 \begin_inset CommandInset bibitem
34107 LatexCommand bibitem
34108 key "wrapfig"
34109
34110 \end_inset
34111
34112 Documentación del paquete LaTeX 
34113 \series bold
34114
34115 \begin_inset CommandInset href
34116 LatexCommand href
34117 name "wrapfig"
34118 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34119
34120 \end_inset
34121
34122
34123 \series default
34124
34125 \begin_inset Index
34126 status collapsed
34127
34128 \begin_layout Plain Layout
34129 LaTeX-paquetes ! wrapfig
34130 \begin_inset ERT
34131 status collapsed
34132
34133 \begin_layout Plain Layout
34134
34135
34136 \backslash
34137 vspace{4mm}
34138 \end_layout
34139
34140 \end_inset
34141
34142
34143 \end_layout
34144
34145 \end_inset
34146
34147
34148 \end_layout
34149
34150 \begin_layout Bibliography
34151 \begin_inset CommandInset bibitem
34152 LatexCommand bibitem
34153 key "footmisc"
34154
34155 \end_inset
34156
34157 Documentación del paquete LaTeX 
34158 \series bold
34159
34160 \begin_inset CommandInset href
34161 LatexCommand href
34162 name "footmisc"
34163 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34164
34165 \end_inset
34166
34167
34168 \series default
34169
34170 \begin_inset Index
34171 status collapsed
34172
34173 \begin_layout Plain Layout
34174 LaTeX-paquetes ! footmisc
34175 \end_layout
34176
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \begin_layout Bibliography
34183 \begin_inset CommandInset bibitem
34184 LatexCommand bibitem
34185 key "hypcap"
34186
34187 \end_inset
34188
34189 Documentación del paquete LaTeX 
34190 \series bold
34191
34192 \begin_inset CommandInset href
34193 LatexCommand href
34194 name "hypcap"
34195 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34196
34197 \end_inset
34198
34199
34200 \series default
34201
34202 \begin_inset Index
34203 status collapsed
34204
34205 \begin_layout Plain Layout
34206 LaTeX-paquetes ! hyperref
34207 \end_layout
34208
34209 \end_inset
34210
34211
34212 \end_layout
34213
34214 \begin_layout Bibliography
34215 \begin_inset CommandInset bibitem
34216 LatexCommand bibitem
34217 key "hyperref"
34218
34219 \end_inset
34220
34221 Documentación del paquete LaTeX 
34222 \series bold
34223
34224 \begin_inset CommandInset href
34225 LatexCommand href
34226 name "hyperref"
34227 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34228
34229 \end_inset
34230
34231
34232 \series default
34233
34234 \begin_inset Index
34235 status collapsed
34236
34237 \begin_layout Plain Layout
34238 LaTeX-paquetes ! hyperref
34239 \end_layout
34240
34241 \end_inset
34242
34243
34244 \end_layout
34245
34246 \begin_layout Bibliography
34247 \begin_inset CommandInset bibitem
34248 LatexCommand bibitem
34249 key "KOMA-Script"
34250
34251 \end_inset
34252
34253 Documentación del paquete LaTeX 
34254 \series bold
34255
34256 \begin_inset CommandInset href
34257 LatexCommand href
34258 name "KOMA-Script"
34259 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34260
34261 \end_inset
34262
34263
34264 \series default
34265
34266 \begin_inset Index
34267 status collapsed
34268
34269 \begin_layout Plain Layout
34270 LaTeX-paquetes ! KOMA-Script
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \end_layout
34277
34278 \begin_layout Bibliography
34279 \begin_inset CommandInset bibitem
34280 LatexCommand bibitem
34281 key "listings"
34282
34283 \end_inset
34284
34285 Documentación del paquete LaTeX 
34286 \series bold
34287
34288 \begin_inset CommandInset href
34289 LatexCommand href
34290 name "listings"
34291 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34292
34293 \end_inset
34294
34295
34296 \series default
34297
34298 \begin_inset Index
34299 status collapsed
34300
34301 \begin_layout Plain Layout
34302 LaTeX-paquetes ! listings
34303 \end_layout
34304
34305 \end_inset
34306
34307
34308 \end_layout
34309
34310 \begin_layout Bibliography
34311 \begin_inset CommandInset bibitem
34312 LatexCommand bibitem
34313 key "marginnote"
34314
34315 \end_inset
34316
34317 Documentación del paquete LaTeX 
34318 \series bold
34319
34320 \begin_inset CommandInset href
34321 LatexCommand href
34322 name "marginnote"
34323 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34324
34325 \end_inset
34326
34327
34328 \series default
34329
34330 \begin_inset Index
34331 status collapsed
34332
34333 \begin_layout Plain Layout
34334 LaTeX-paquetes ! marginnote
34335 \end_layout
34336
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \begin_layout Bibliography
34343 \begin_inset CommandInset bibitem
34344 LatexCommand bibitem
34345 key "pstricks"
34346
34347 \end_inset
34348
34349 Página web del paquete LaTeX 
34350 \series bold
34351
34352 \begin_inset CommandInset href
34353 LatexCommand href
34354 name "PSTricks"
34355 target "http://tug.org/PSTricks/"
34356
34357 \end_inset
34358
34359
34360 \series default
34361
34362 \begin_inset Index
34363 status collapsed
34364
34365 \begin_layout Plain Layout
34366 LaTeX-paquetes ! PSTricks
34367 \end_layout
34368
34369 \end_inset
34370
34371
34372 \end_layout
34373
34374 \begin_layout Bibliography
34375 \begin_inset CommandInset bibitem
34376 LatexCommand bibitem
34377 key "sidecap"
34378
34379 \end_inset
34380
34381 Documentación del paquete LaTeX 
34382 \series bold
34383
34384 \begin_inset CommandInset href
34385 LatexCommand href
34386 name "sidecap"
34387 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34388
34389 \end_inset
34390
34391
34392 \series default
34393
34394 \begin_inset Index
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398 LaTeX-paquetes ! sidecap
34399 \end_layout
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Bibliography
34407 \begin_inset CommandInset bibitem
34408 LatexCommand bibitem
34409 key "prettyref"
34410
34411 \end_inset
34412
34413 Documentación del paquete LaTeX 
34414 \series bold
34415
34416 \begin_inset CommandInset href
34417 LatexCommand href
34418 name "prettyref"
34419 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34420
34421 \end_inset
34422
34423
34424 \series default
34425
34426 \begin_inset Index
34427 status collapsed
34428
34429 \begin_layout Plain Layout
34430 LaTeX-paquetes ! prettyref
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Bibliography
34439 \begin_inset CommandInset bibitem
34440 LatexCommand bibitem
34441 key "NewInLyX16"
34442
34443 \end_inset
34444
34445
34446 \begin_inset CommandInset href
34447 LatexCommand href
34448 name "Página wiki"
34449 target "http://wiki.lyx.org/LyX/NewInLyX16"
34450
34451 \end_inset
34452
34453  sobre características nuevas para la versión 
34454 \family sans
34455 LyX
34456 \begin_inset space ~
34457 \end_inset
34458
34459 1.6.0
34460 \family default
34461 .
34462 \end_layout
34463
34464 \begin_layout Standard
34465 \begin_inset CommandInset index_print
34466 LatexCommand printindex
34467
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \begin_layout Standard
34474 \begin_inset FloatList figure
34475
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \begin_layout Standard
34482 \begin_inset FloatList table
34483
34484 \end_inset
34485
34486
34487 \end_layout
34488
34489 \begin_layout Standard
34490 \begin_inset FloatList algorithm
34491
34492 \end_inset
34493
34494
34495 \end_layout
34496
34497 \end_body
34498 \end_document