]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
- EmbeddedObjects.lyx, UserGuide.lyx: updates in the description of cross-references
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{grisclaro}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125 % en español
126 \floatname{algorithm}{Algoritmo}
127
128
129 % redefine the greyed out note
130 \renewenvironment{lyxgreyedout}
131  {\textcolor{blue}\bgroup}{\egroup}
132
133 % ------------------------------------
134 % used to check for needed LaTeX packages
135 \usepackage{ifthen}
136
137 % check for package arydshln
138 % used for tables with dashed lines
139 \newboolean{arydshln}
140 \IfFileExists{arydshln.sty}
141  {\usepackage{arydshln}
142   \setboolean{arydshln}{true}}
143  {\setboolean{arydshln}{false}}
144
145 % check for package marginnote
146 % used for margin notes
147 \newboolean{marginnote}
148 \IfFileExists{marginnote.sty}
149  {\usepackage{marginnote}
150   \let\marginpar\marginnote
151   \setboolean{marginnote}{true}}
152  {\setboolean{marginnote}{false}}
153
154 % check for package sidecap
155 % used for captions on the side
156 \newboolean{sidecap}
157 \IfFileExists{sidecap.sty}
158  {\usepackage{sidecap}
159   \setboolean{sidecap}{true}}
160  {\setboolean{sidecap}{false}}
161
162 % redefine the \LyX macro for PDF bookmarks
163 \def\LyX{\texorpdfstring{%
164   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
165   {LyX}}
166
167 % to translate the listing label
168 % para traducir la etiqueta listing
169 \renewcommand{\lstlistingname}{Listado}
170 \end_preamble
171 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
172 \use_default_options false
173 \language spanish
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183
184 \graphics default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
189 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
202 \papersize default
203 \use_geometry false
204 \use_amsmath 2
205 \use_esint 0
206 \cite_engine basic
207 \use_bibtopic false
208 \paperorientation portrait
209 \secnumdepth 3
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle default
217 \bullet 1 1 34 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \author "" 
223 \author "" 
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
230  en LyX
231 \end_layout
232
233 \begin_layout Author
234 por el Equipo LyX
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
241  de Documentación de LyX: 
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
246 type "mailto:"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 Autor: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 Traducción de: Ignacio García
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \family sans
285 Versión 1.6.x
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset CommandInset toc
290 LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
303  estar instalados los paquetes LaTeX 
304 \series bold
305 arydshln
306 \series default
307
308 \series bold
309 colortbl
310 \series default
311
312 \series bold
313 marginnote
314 \series default
315  y 
316 \series bold
317 sidecap
318 \series default
319 .
320  Si no están instalados, también podrás exportar el documento, pero las
321  secciones en que dichos paquetes son necesarios no aparecen en la salida.
322 \end_layout
323
324 \begin_layout Plain Layout
325 La última versión en PDF de este documento puede encontrarse aquí:
326 \series bold
327
328 \begin_inset Newline newline
329 \end_inset
330
331 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Chapter
340 Figuras
341 \begin_inset Index
342 status collapsed
343
344 \begin_layout Plain Layout
345 Figuras
346 \end_layout
347
348 \end_inset
349
350
351 \begin_inset Index
352 status collapsed
353
354 \begin_layout Plain Layout
355 Gráficos|see
356 \begin_inset ERT
357 status collapsed
358
359 \begin_layout Plain Layout
360
361 {
362 \end_layout
363
364 \end_inset
365
366 Figuras
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372 }
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \begin_layout Section
386 Diálogo de gráficos
387 \begin_inset CommandInset label
388 LatexCommand label
389 name "sec:Diálogo-Gráficos"
390
391 \end_inset
392
393
394 \begin_inset Index
395 status collapsed
396
397 \begin_layout Plain Layout
398 Figuras ! Diálogo de gráficos
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Standard
407 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
408  texto que desees y haz clic en el icono 
409 \begin_inset Graphics
410         filename ../../images/dialog-show-new-inset_graphics.png
411         scale 85
412
413 \end_inset
414
415  o en el menú 
416 \family sans
417 Insertar\SpecialChar \menuseparator
418 Imagen
419 \family default
420 .
421  Aparecerá un diálogo para escoger el archivo a cargar.
422  La imagen aparecerá en el archivo de salida exactamente en la misma posición
423  en la que la has colocado.
424 \end_layout
425
426 \begin_layout Standard
427 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
428  una imagen.
429  Este diálogo tiene tres pestañas:
430 \end_layout
431
432 \begin_layout Description
433 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
434  presentación en LyX y en la salida.
435  En el apéndice
436 \begin_inset space ~
437 \end_inset
438
439
440 \begin_inset CommandInset ref
441 LatexCommand ref
442 reference "cap:Unidades-disponibles-en"
443
444 \end_inset
445
446  se detallan las unidades disponibles para el tamaño del gráfico.
447 \begin_inset Newline newline
448 \end_inset
449
450
451 \begin_inset Index
452 status collapsed
453
454 \begin_layout Plain Layout
455 Figuras ! Rotar
456 \end_layout
457
458 \end_inset
459
460 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
461  un ángulo y un origen de rotación.
462  La imagen también gira en LyX.
463 \begin_inset Newline newline
464 \end_inset
465
466
467 \begin_inset Index
468 status collapsed
469
470 \begin_layout Plain Layout
471 Figuras ! Escalar
472 \end_layout
473
474 \end_inset
475
476 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
477  la altura y la anchura.
478  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
479  automáticamente.
480  Si fijas ambas dimensiones
481 \family sans
482 ,
483 \family default
484  la imagen se adaptará a ellas, posiblemente distorsionada.
485  Para evitar distorsión en la imagen marca la opción 
486 \family sans
487 Mantener
488 \begin_inset space ~
489 \end_inset
490
491 proporción
492 \family default
493 .
494  En ese caso la imagen será escalada de forma que su anchura y su altura
495  no excedan de las dimensiones especificadas.
496 \begin_inset Newline newline
497 \end_inset
498
499 Las imágenes se pueden abrir en el programa de tu elección con la entrada
500  
501 \family sans
502  Editar
503 \begin_inset space ~
504 \end_inset
505
506  externamente
507 \family default
508  del menú contextual que aparece al hacer clic derecho sobre la imagen.
509  Los programas visor y editor para cada formato de imagen se pueden establecer
510  en la configuración de formatos de archivo de las preferencias de LyX.
511 \end_layout
512
513 \begin_layout Description
514 Recorte Alternativamente al escalado, es posible establecer las coordenadas
515  de la imagen para ajustar su altura y anchura en la salida.
516  Además, las coordenadas se pueden calcular automáticamente pinchando el
517  botón 
518 \family sans
519 Obtener
520 \begin_inset space ~
521 \end_inset
522
523 de
524 \begin_inset space ~
525 \end_inset
526
527 archivo
528 \family default
529 .
530  El botón 
531 \family sans
532 Recortar
533 \begin_inset space ~
534 \end_inset
535
536 al
537 \begin_inset space ~
538 \end_inset
539
540 cuadro
541 \begin_inset space ~
542 \end_inset
543
544 delimitador
545 \family default
546  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
547 as.
548  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
549 \end_layout
550
551 \begin_layout Description
552 Opciones
553 \begin_inset space ~
554 \end_inset
555
556 de
557 \begin_inset space ~
558 \end_inset
559
560 LaTeX
561 \begin_inset space ~
562 \end_inset
563
564 y
565 \begin_inset space ~
566 \end_inset
567
568 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
569  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
570 \begin_inset Newline newline
571 \end_inset
572
573 La opción 
574 \family sans
575 Modo
576 \begin_inset space ~
577 \end_inset
578
579 borrador
580 \family default
581  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
582 \begin_inset Newline newline
583 \end_inset
584
585 La opción 
586 \family sans
587 No
588 \begin_inset space ~
589 \end_inset
590
591 descomprimir
592 \begin_inset space ~
593 \end_inset
594
595 al
596 \begin_inset space ~
597 \end_inset
598
599 exportar
600 \family default
601  sólo afecta a los gráficos EPS comprimidos, p.
602 \begin_inset space \thinspace{}
603 \end_inset
604
605 e.
606 \begin_inset space ~
607 \end_inset
608
609
610 \emph on
611 x.eps.gz
612 \emph default
613 .
614  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
615  puesto que LaTeX puede manejarlas como están.
616 \begin_inset Newline newline
617 \end_inset
618
619 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
620  utiliza PostScript como formato de salida, véase apéndice
621 \begin_inset space ~
622 \end_inset
623
624
625 \begin_inset CommandInset ref
626 LatexCommand ref
627 reference "sec:PostScript"
628
629 \end_inset
630
631 .
632  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
633  o en consola de Windows:
634 \begin_inset Newline newline
635 \end_inset
636
637
638 \series bold
639 gzip x.eps
640 \series default
641
642 \begin_inset Newline newline
643 \end_inset
644
645
646 \series bold
647 zgrep %%Bounding x.eps.gz > x.eps.bb
648 \series default
649
650 \begin_inset Newline newline
651 \end_inset
652
653 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
654  LaTeX para gráficos comprimidos.
655 \begin_inset Newline newline
656 \end_inset
657
658 El campo 
659 \family sans
660 Nombre
661 \begin_inset space ~
662 \end_inset
663
664 de
665 \begin_inset space ~
666 \end_inset
667
668 grupo
669 \family default
670  permite definir un conjunto de ajustes de imagen.
671 \begin_inset Index
672 status collapsed
673
674 \begin_layout Plain Layout
675 Figuras ! Agrupación de ajustes
676 \end_layout
677
678 \end_inset
679
680  Las imágenes incluidas en un grupo comparten sus características, de modo
681  que al modificar las de una imagen del grupo se modifican igualmente las
682  de las demás imágenes del grupo.
683  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
684  necesidad de hacerlo individualmente para cada una de ellas.
685  Además se puede integrar una imagen en un grupo existente marcando el nombre
686  del mismo en el menú contextual de la imagen.
687  
688 \end_layout
689
690 \begin_layout Standard
691 \begin_inset VSpace bigskip
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 Esto es un ejemplo de imagen en formato EPS
699 \begin_inset Foot
700 status collapsed
701
702 \begin_layout Plain Layout
703 Los formatos de imagen se explican en el sección
704 \begin_inset space ~
705 \end_inset
706
707
708 \begin_inset CommandInset ref
709 LatexCommand ref
710 reference "sec:Formatos-de-imagen"
711
712 \end_inset
713
714 .
715 \end_layout
716
717 \end_inset
718
719  en un párrafo separado centrado horizontalmente:
720 \end_layout
721
722 \begin_layout Standard
723 \align center
724 \begin_inset Graphics
725         filename ../clipart/mobius.eps
726         scale 70
727         clip
728         rotateOrigin center
729
730 \end_inset
731
732
733 \end_layout
734
735 \begin_layout Standard
736 Esta es la misma imagen pero en modo borrador:
737 \end_layout
738
739 \begin_layout Standard
740 \align center
741 \begin_inset Graphics
742         filename ../clipart/mobius.eps
743         scale 70
744         draft
745         rotateOrigin center
746
747 \end_inset
748
749
750 \begin_inset Newpage newpage
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Section
757 Figuras flotantes
758 \begin_inset CommandInset label
759 LatexCommand label
760 name "sec:Figuras-Flotantes"
761
762 \end_inset
763
764
765 \begin_inset Index
766 status collapsed
767
768 \begin_layout Plain Layout
769 Flotantes ! Figuras
770 \end_layout
771
772 \end_inset
773
774
775 \begin_inset Index
776 status collapsed
777
778 \begin_layout Plain Layout
779 Figuras ! Flotantes
780 \end_layout
781
782 \end_inset
783
784
785 \end_layout
786
787 \begin_layout Standard
788 Para información general sobre flotantes, echa una ojeada a la sección
789 \begin_inset space ~
790 \end_inset
791
792
793 \begin_inset CommandInset ref
794 LatexCommand ref
795 reference "sec:Introducción-Flotantes"
796
797 \end_inset
798
799 .
800 \end_layout
801
802 \begin_layout Standard
803 El botón 
804 \begin_inset Graphics
805         filename ../../images/float-insert_figure.png
806         scale 85
807
808 \end_inset
809
810  y el menú 
811 \family sans
812 Insertar\SpecialChar \menuseparator
813 Flotante\SpecialChar \menuseparator
814 Figura
815 \family default
816  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
817  La imagen se puede insertar sobre la leyenda, como en la figura
818 \begin_inset space ~
819 \end_inset
820
821
822 \begin_inset CommandInset ref
823 LatexCommand ref
824 reference "fig:kill-plat"
825
826 \end_inset
827
828 , o bajo ella, como en la figura
829 \begin_inset space ~
830 \end_inset
831
832
833 \begin_inset CommandInset ref
834 LatexCommand ref
835 reference "fig:escher"
836
837 \end_inset
838
839 .
840  Más información sobre ubicación de leyendas en la sección
841 \begin_inset space ~
842 \end_inset
843
844
845 \begin_inset CommandInset ref
846 LatexCommand ref
847 reference "sec:Colocación-de-leyendas"
848
849 \end_inset
850
851 .
852 \end_layout
853
854 \begin_layout Standard
855 \begin_inset Float figure
856 wide false
857 sideways false
858 status open
859
860 \begin_layout Plain Layout
861 \align center
862 \begin_inset Graphics
863         filename ../clipart/platypus.eps
864         width 50col%
865         rotateOrigin center
866
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Plain Layout
873 \begin_inset Caption
874
875 \begin_layout Plain Layout
876 \begin_inset CommandInset label
877 LatexCommand label
878 name "fig:kill-plat"
879
880 \end_inset
881
882 Un ornitorrinco muy distorsionado en un flotante.
883 \end_layout
884
885 \end_inset
886
887
888 \end_layout
889
890 \end_inset
891
892
893 \end_layout
894
895 \begin_layout Standard
896 \begin_inset Float figure
897 wide false
898 sideways false
899 status open
900
901 \begin_layout Plain Layout
902 \begin_inset Caption
903
904 \begin_layout Plain Layout
905 \begin_inset CommandInset label
906 LatexCommand label
907 name "fig:escher"
908
909 \end_inset
910
911 M.C.
912  Escher en ácido.
913 \end_layout
914
915 \end_inset
916
917
918 \end_layout
919
920 \begin_layout Plain Layout
921 \align center
922 \begin_inset Graphics
923         filename ../clipart/escher-lsd.eps
924         scale 80
925         rotateOrigin center
926
927 \end_inset
928
929
930 \end_layout
931
932 \end_inset
933
934
935 \end_layout
936
937 \begin_layout Standard
938 \begin_inset Index
939 status collapsed
940
941 \begin_layout Plain Layout
942 Referencias ! a figuras
943 \end_layout
944
945 \end_inset
946
947 Las figuras
948 \begin_inset space ~
949 \end_inset
950
951
952 \begin_inset CommandInset ref
953 LatexCommand ref
954 reference "fig:kill-plat"
955
956 \end_inset
957
958  y 
959 \begin_inset CommandInset ref
960 LatexCommand ref
961 reference "fig:escher"
962
963 \end_inset
964
965  son ejemplos de figuras con referencias cruzadas.
966  Las figuras pueden tener referencias cruzadas en el documento mediante
967  referencia a su etiqueta.
968  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
969 \family sans
970 Insertar\SpecialChar \menuseparator
971 Etiqueta
972 \family default
973  o el botón 
974 \begin_inset Graphics
975         filename ../../images/label-insert.png
976         scale 85
977
978 \end_inset
979
980 .
981  Ahora puedes referirte a la etiqueta usando el menú 
982 \family sans
983 Insertar\SpecialChar \menuseparator
984 Referencia
985 \begin_inset space ~
986 \end_inset
987
988 cruzada
989 \family default
990  o el botón 
991 \begin_inset Graphics
992         filename ../../images/dialog-show-new-inset_ref.png
993         scale 85
994
995 \end_inset
996
997 .
998  Es importante emplear referencias a flotantes, mejor que alusiones vagas
999  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1000  en el documento final, podría no quedar «arriba» precisamente.
1001 \begin_inset Newline newline
1002 \end_inset
1003
1004 Las referencias se explican con detalle en la sección
1005 \begin_inset space ~
1006 \end_inset
1007
1008
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "sec:Referencias-a-Flotantes"
1012
1013 \end_inset
1014
1015 .
1016 \end_layout
1017
1018 \begin_layout Standard
1019 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1020  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1021  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1022  existente.
1023  La figura
1024 \begin_inset space ~
1025 \end_inset
1026
1027
1028 \begin_inset CommandInset ref
1029 LatexCommand ref
1030 reference "fig:Dos-imágenes-distorsionadas"
1031
1032 \end_inset
1033
1034  es un ejemplo de figura flotante con dos imágenes adosadas.
1035  También se pueden poner una sobre otra.
1036  Las subfiguras son
1037 \begin_inset space ~
1038 \end_inset
1039
1040
1041 \begin_inset CommandInset ref
1042 LatexCommand ref
1043 reference "fig:Estructura-indefinible"
1044
1045 \end_inset
1046
1047  y
1048 \begin_inset space ~
1049 \end_inset
1050
1051
1052 \begin_inset CommandInset ref
1053 LatexCommand ref
1054 reference "fig:Ornitorrinco"
1055
1056 \end_inset
1057
1058 .
1059 \end_layout
1060
1061 \begin_layout Standard
1062 \begin_inset Float figure
1063 wide false
1064 sideways false
1065 status open
1066
1067 \begin_layout Plain Layout
1068 \begin_inset space \hfill{}
1069 \end_inset
1070
1071
1072 \begin_inset Float figure
1073 wide false
1074 sideways false
1075 status open
1076
1077 \begin_layout Plain Layout
1078 \begin_inset Caption
1079
1080 \begin_layout Plain Layout
1081 \begin_inset CommandInset label
1082 LatexCommand label
1083 name "fig:Estructura-indefinible"
1084
1085 \end_inset
1086
1087 Estructura indefinible
1088 \end_layout
1089
1090 \end_inset
1091
1092
1093 \end_layout
1094
1095 \begin_layout Plain Layout
1096 \begin_inset Graphics
1097         filename ../clipart/escher-lsd.eps
1098         width 45col%
1099         groupId distorsionadas
1100
1101 \end_inset
1102
1103
1104 \end_layout
1105
1106 \end_inset
1107
1108
1109 \begin_inset space \hfill{}
1110 \end_inset
1111
1112
1113 \begin_inset Float figure
1114 wide false
1115 sideways false
1116 status open
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Ornitorrinco"
1125
1126 \end_inset
1127
1128 Ornitorrinco
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Graphics
1138         filename ../clipart/platypus.eps
1139         width 45col%
1140         groupId distorsionadas
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \begin_inset space \hfill{}
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \begin_layout Plain Layout
1157 \begin_inset Caption
1158
1159 \begin_layout Plain Layout
1160 \begin_inset CommandInset label
1161 LatexCommand label
1162 name "fig:Dos-imágenes-distorsionadas"
1163
1164 \end_inset
1165
1166 Dos imágenes distorsionadas.
1167  Ambas están en el grupo llamado «distorsionadas».
1168 \end_layout
1169
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \end_inset
1176
1177
1178 \begin_inset Newpage newpage
1179 \end_inset
1180
1181
1182 \end_layout
1183
1184 \begin_layout Section
1185 Formatos de imagen
1186 \begin_inset CommandInset label
1187 LatexCommand label
1188 name "sec:Formatos-de-imagen"
1189
1190 \end_inset
1191
1192
1193 \begin_inset Index
1194 status collapsed
1195
1196 \begin_layout Plain Layout
1197 Formatos de imagen
1198 \end_layout
1199
1200 \end_inset
1201
1202
1203 \begin_inset Index
1204 status collapsed
1205
1206 \begin_layout Plain Layout
1207 Figuras ! Formatos de imagen
1208 \end_layout
1209
1210 \end_inset
1211
1212
1213 \end_layout
1214
1215 \begin_layout Standard
1216 Puedes insertar imágenes en cualquier formato.
1217  Pero como se explica en el apéndice
1218 \begin_inset space ~
1219 \end_inset
1220
1221
1222 \begin_inset CommandInset ref
1223 LatexCommand ref
1224 reference "cap:Formatos-de-Archivos-de-Salida"
1225
1226 \end_inset
1227
1228 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1229  de archivo de imagen.
1230  Por eso LyX usa el programa 
1231 \family typewriter
1232 ImageMagick
1233 \family default
1234  en segundo plano para convertir imágenes al formato adecuado.
1235  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1236  los formatos de imagen admitidos en el formato de archivo de salida.
1237  Los formatos de salida se explican en el apéndice
1238 \begin_inset space ~
1239 \end_inset
1240
1241
1242 \begin_inset CommandInset ref
1243 LatexCommand ref
1244 reference "cap:Formatos-de-Archivos-de-Salida"
1245
1246 \end_inset
1247
1248 .
1249 \end_layout
1250
1251 \begin_layout Standard
1252 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1253 \end_layout
1254
1255 \begin_layout Description
1256 Imágenes
1257 \begin_inset space ~
1258 \end_inset
1259
1260 mapa
1261 \begin_inset space ~
1262 \end_inset
1263
1264 de
1265 \begin_inset space ~
1266 \end_inset
1267
1268 bits
1269 \begin_inset space ~
1270 \end_inset
1271
1272 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1273  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1274  de zoom.
1275  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1276  Format» (GIF, extensión «
1277 \family typewriter
1278 .gif
1279 \family default
1280 »)
1281 \begin_inset Index
1282 status collapsed
1283
1284 \begin_layout Plain Layout
1285 GIF|see
1286 \begin_inset ERT
1287 status collapsed
1288
1289 \begin_layout Plain Layout
1290
1291 {
1292 \end_layout
1293
1294 \end_inset
1295
1296 Formatos de imagen
1297 \begin_inset ERT
1298 status collapsed
1299
1300 \begin_layout Plain Layout
1301
1302 }
1303 \end_layout
1304
1305 \end_inset
1306
1307
1308 \end_layout
1309
1310 \end_inset
1311
1312 , «Portable Network Graphics» (PNG, extensión «
1313 \family typewriter
1314 .png
1315 \family default
1316 »)
1317 \begin_inset Index
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321 PNG|see
1322 \begin_inset ERT
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326
1327 {
1328 \end_layout
1329
1330 \end_inset
1331
1332 Formatos de imagen
1333 \begin_inset ERT
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337
1338 }
1339 \end_layout
1340
1341 \end_inset
1342
1343
1344 \end_layout
1345
1346 \end_inset
1347
1348 , y «Joint Photographic Experts Group» (JPG, extensión «
1349 \family typewriter
1350 .jpg
1351 \family default
1352 » o «
1353 \family typewriter
1354 .jpeg
1355 \family default
1356 »)
1357 \begin_inset Index
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361 JPG|see
1362 \begin_inset ERT
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366
1367 {
1368 \end_layout
1369
1370 \end_inset
1371
1372 Formatos de imagen
1373 \begin_inset ERT
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377
1378 }
1379 \end_layout
1380
1381 \end_inset
1382
1383
1384 \end_layout
1385
1386 \end_inset
1387
1388 .
1389 \end_layout
1390
1391 \begin_layout Description
1392 Imágenes
1393 \begin_inset space ~
1394 \end_inset
1395
1396 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1397 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1398  La posibilidad de escalado hace falta para crear presentaciones, porque
1399  éstas siempre son escaladas por el proyector.
1400  El escalado también es útil en los documentos en línea para permitir el
1401  zoom en diagramas.
1402 \begin_inset Newline newline
1403 \end_inset
1404
1405 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1406  extensión «
1407 \family typewriter
1408 .svg
1409 \family default
1410 »)
1411 \begin_inset Index
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 SVG|see
1416 \begin_inset ERT
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420
1421 {
1422 \end_layout
1423
1424 \end_inset
1425
1426 Formatos de imagen
1427 \begin_inset ERT
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431
1432 }
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \end_layout
1439
1440 \end_inset
1441
1442 , «Encapsulated PostScript» (EPS, extensión «
1443 \family typewriter
1444 .eps
1445 \family default
1446 »)
1447 \begin_inset Index
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 EPS|see
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 {
1458 \end_layout
1459
1460 \end_inset
1461
1462 Formatos de imagen
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 }
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \end_inset
1477
1478 , «Portable Document Format» (PDF, extensión «
1479 \family typewriter
1480 .pdf
1481 \family default
1482 »)
1483 \begin_inset Index
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487 PDF|see
1488 \begin_inset ERT
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492
1493 {
1494 \end_layout
1495
1496 \end_inset
1497
1498 Formatos de imagen
1499 \begin_inset ERT
1500 status collapsed
1501
1502 \begin_layout Plain Layout
1503
1504 }
1505 \end_layout
1506
1507 \end_inset
1508
1509
1510 \end_layout
1511
1512 \end_inset
1513
1514 , y «Windows Metafile» (WMF, extensión «
1515 \family typewriter
1516 .wmf
1517 \family default
1518 »)
1519 \begin_inset Index
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 WMF|see
1524 \begin_inset ERT
1525 status collapsed
1526
1527 \begin_layout Plain Layout
1528
1529 {
1530 \end_layout
1531
1532 \end_inset
1533
1534 Formatos de imagen
1535 \begin_inset ERT
1536 status collapsed
1537
1538 \begin_layout Plain Layout
1539
1540 }
1541 \end_layout
1542
1543 \end_inset
1544
1545
1546 \end_layout
1547
1548 \end_inset
1549
1550 .
1551  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1552  a PDF o EPS y el resultado será todavía una imagen bitmap.
1553  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1554  a la imagen original.
1555 \begin_inset Foot
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559 En el caso de PDF, además se comprime la imagen original.
1560 \end_layout
1561
1562 \end_inset
1563
1564  Por ejemplo, los archivos PDF generados por 
1565 \family typewriter
1566 Adobe Photoshop
1567 \family default
1568  son imágenes bitmap.
1569 \end_layout
1570
1571 \begin_layout Standard
1572 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1573  al contrario.
1574  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1575  archivos de salida PDF y PostScript, respectivamente.
1576  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1577  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1578 \begin_inset Formula $\to$
1579 \end_inset
1580
1581  PDF/EPS.
1582 \end_layout
1583
1584 \begin_layout Chapter
1585 Tablas
1586 \begin_inset Index
1587 status collapsed
1588
1589 \begin_layout Plain Layout
1590 Tablas
1591 \end_layout
1592
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \begin_layout Section
1599 Introducción
1600 \begin_inset Index
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604 Tablas ! Introducción
1605 \end_layout
1606
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \begin_layout Standard
1613 Puede insertarse una tabla mediante el botón 
1614 \begin_inset Graphics
1615         filename ../../images/tabular-insert.png
1616         scale 85
1617
1618 \end_inset
1619
1620  o el menú 
1621 \family sans
1622 Insertar\SpecialChar \menuseparator
1623 Tabla
1624 \family default
1625 .
1626  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1627  el número de filas y de columnas de la tabla.
1628  Si usas el menú aparece un diálogo en el que se pide el número de filas
1629  y columnas.
1630  
1631 \begin_inset Newline newline
1632 \end_inset
1633
1634 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1635  fila aparece separada por una línea doble: la línea inferior de la primera
1636  fila y la línea superior de la segunda fila.
1637  Ejemplo de tabla:
1638 \end_layout
1639
1640 \begin_layout Standard
1641 \align center
1642 \begin_inset Tabular
1643 <lyxtabular version="3" rows="4" columns="4">
1644 <features>
1645 <column alignment="center" valignment="top" width="0">
1646 <column alignment="center" valignment="top" width="0pt">
1647 <column alignment="center" valignment="top" width="0in">
1648 <column alignment="center" valignment="top" width="0pt">
1649 <row>
1650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1651 \begin_inset Text
1652
1653 \begin_layout Plain Layout
1654
1655 \end_layout
1656
1657 \end_inset
1658 </cell>
1659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1660 \begin_inset Text
1661
1662 \begin_layout Plain Layout
1663
1664 \family roman
1665 \series medium
1666 \shape up
1667 \size normal
1668 \emph off
1669 \bar no
1670 \noun off
1671 \color none
1672 1
1673 \end_layout
1674
1675 \end_inset
1676 </cell>
1677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1678 \begin_inset Text
1679
1680 \begin_layout Plain Layout
1681 2
1682 \end_layout
1683
1684 \end_inset
1685 </cell>
1686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1687 \begin_inset Text
1688
1689 \begin_layout Plain Layout
1690 3
1691 \end_layout
1692
1693 \end_inset
1694 </cell>
1695 </row>
1696 <row>
1697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1698 \begin_inset Text
1699
1700 \begin_layout Plain Layout
1701
1702 \family roman
1703 \series medium
1704 \shape up
1705 \size normal
1706 \emph off
1707 \bar no
1708 \noun off
1709 \color none
1710 A
1711 \end_layout
1712
1713 \end_inset
1714 </cell>
1715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1716 \begin_inset Text
1717
1718 \begin_layout Plain Layout
1719
1720 \end_layout
1721
1722 \end_inset
1723 </cell>
1724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1725 \begin_inset Text
1726
1727 \begin_layout Plain Layout
1728
1729 \end_layout
1730
1731 \end_inset
1732 </cell>
1733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Plain Layout
1737
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 </row>
1743 <row>
1744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Plain Layout
1748
1749 \family roman
1750 \series medium
1751 \shape up
1752 \size normal
1753 \emph off
1754 \bar no
1755 \noun off
1756 \color none
1757 B
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766
1767 \end_layout
1768
1769 \end_inset
1770 </cell>
1771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775
1776 \size normal
1777 \noun off
1778 \color none
1779  
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 </row>
1794 <row>
1795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1796 \begin_inset Text
1797
1798 \begin_layout Plain Layout
1799
1800 \family roman
1801 \series medium
1802 \shape up
1803 \size normal
1804 \emph off
1805 \bar no
1806 \noun off
1807 \color none
1808 C
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 </row>
1841 </lyxtabular>
1842
1843 \end_inset
1844
1845
1846 \end_layout
1847
1848 \begin_layout Section
1849 Diálogo de tablas
1850 \begin_inset Index
1851 status collapsed
1852
1853 \begin_layout Plain Layout
1854 Tablas ! Diálogo
1855 \end_layout
1856
1857 \end_inset
1858
1859
1860 \end_layout
1861
1862 \begin_layout Standard
1863 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1864  pinchar sobre ella con el botón derecho del ratón.
1865  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1866  encuentra el cursor.
1867  La mayoría de opciones también trabajan sobre una selección de celdas,
1868  de filas o de columnas.
1869  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1870  su 
1871 \emph on
1872 contenido
1873 \emph default
1874 .
1875  En el cuadro de diálogo aparecen las siguientes solapas:
1876 \end_layout
1877
1878 \begin_layout Description
1879
1880 \family sans
1881 Configuración
1882 \begin_inset space ~
1883 \end_inset
1884
1885 de
1886 \begin_inset space ~
1887 \end_inset
1888
1889 la
1890 \begin_inset space ~
1891 \end_inset
1892
1893 tabla
1894 \family default
1895  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1896  actual.
1897  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1898  Una anchura determinada permite tener saltos de línea y distintos párrafos
1899  de texto, véase sección 
1900 \begin_inset space ~
1901 \end_inset
1902
1903
1904 \begin_inset CommandInset ref
1905 LatexCommand ref
1906 reference "sub:Líneas-Múltiples-en"
1907
1908 \end_inset
1909
1910 .
1911  Si no estableces anchura, la columna será tan ancha como el contenido de
1912  la celda más ancha.
1913 \begin_inset Newline newline
1914 \end_inset
1915
1916 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1917  véase sección
1918 \begin_inset space ~
1919 \end_inset
1920
1921
1922 \begin_inset CommandInset ref
1923 LatexCommand ref
1924 reference "sub:Multicolumnas"
1925
1926 \end_inset
1927
1928 .
1929 \begin_inset Newline newline
1930 \end_inset
1931
1932 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1933  90º en el sentido de las agujas del reloj.
1934  La rotación no se ve en LyX, sí en la salida.
1935 \begin_inset Newline newline
1936 \end_inset
1937
1938
1939 \begin_inset Note Greyedout
1940 status open
1941
1942 \begin_layout Plain Layout
1943
1944 \series bold
1945 Nota:
1946 \series default
1947  no todos los visores DVI pueden mostrar rotaciones.
1948 \end_layout
1949
1950 \end_inset
1951
1952
1953 \begin_inset Newline newline
1954 \end_inset
1955
1956 También es posible introducir argumentos LaTeX necesarios para formatos
1957  especiales, véanse las secciones
1958 \begin_inset space ~
1959 \end_inset
1960
1961
1962 \begin_inset CommandInset ref
1963 LatexCommand ref
1964 reference "sub:Cálculos-en-Multicolumnas"
1965
1966 \end_inset
1967
1968  y
1969 \begin_inset space ~
1970 \end_inset
1971
1972
1973 \begin_inset CommandInset ref
1974 LatexCommand ref
1975 reference "sec:Tablas-Coloreadas"
1976
1977 \end_inset
1978
1979 .
1980 \end_layout
1981
1982 \begin_layout Description
1983
1984 \family sans
1985 Bordes
1986 \family default
1987  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1988  Puedes elegir para la tabla un estilo 
1989 \family sans
1990 Formal
1991 \family default
1992 , como se describe en la sección
1993 \begin_inset space ~
1994 \end_inset
1995
1996
1997 \begin_inset CommandInset ref
1998 LatexCommand ref
1999 reference "sec:Tablas-Formales"
2000
2001 \end_inset
2002
2003 .
2004 \begin_inset Newline newline
2005 \end_inset
2006
2007 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2008  se describe en la sección
2009 \begin_inset space ~
2010 \end_inset
2011
2012
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "sub:Espacio-adicional"
2016
2017 \end_inset
2018
2019
2020 \end_layout
2021
2022 \begin_layout Description
2023
2024 \family sans
2025 Tabla
2026 \begin_inset space ~
2027 \end_inset
2028
2029 larga
2030 \family default
2031  Para hacer 
2032 \emph on
2033 tablas largas
2034 \emph default
2035  que pueden extenderse por varias páginas.
2036  Las secciones
2037 \begin_inset space ~
2038 \end_inset
2039
2040
2041 \begin_inset CommandInset ref
2042 LatexCommand ref
2043 reference "sec:Tablas-Largas"
2044
2045 \end_inset
2046
2047  y 
2048 \begin_inset CommandInset ref
2049 LatexCommand ref
2050 reference "sec:Particularidades-tablas-largas"
2051
2052 \end_inset
2053
2054  describen sus características en detalle.
2055 \end_layout
2056
2057 \begin_layout Standard
2058 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2059  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2060  aparecerá inmediatamente en el diálogo.
2061 \end_layout
2062
2063 \begin_layout Section
2064 Barra de herramientas de tabla
2065 \begin_inset Index
2066 status collapsed
2067
2068 \begin_layout Plain Layout
2069 Tablas ! Barra de herramientas
2070 \end_layout
2071
2072 \end_inset
2073
2074
2075 \end_layout
2076
2077 \begin_layout Standard
2078 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2079  para cambiar las tablas de manera más rápida.
2080  Normalmente debería aparecer en la parte inferior de la ventana principal
2081  de LyX cuando el cursor está dentro de una tabla.
2082  En cualquier momento se puede presentar esta barra pinchando con el botón
2083  derecho del ratón en cualquier punto de la barra principal de menú.
2084 \end_layout
2085
2086 \begin_layout Standard
2087 La barra de herramientas tiene los siguientes iconos:
2088 \end_layout
2089
2090 \begin_layout Labeling
2091 \labelwidthstring 00.00.0000
2092 \begin_inset Graphics
2093         filename ../../images/tabular-feature_append-row.png
2094
2095 \end_inset
2096
2097  añade una fila bajo la celda actual o selección
2098 \end_layout
2099
2100 \begin_layout Labeling
2101 \labelwidthstring 00.00.0000
2102 \begin_inset Graphics
2103         filename ../../images/tabular-feature_append-column.png
2104
2105 \end_inset
2106
2107  añade una columna a la derecha de la celda actual o selección
2108 \end_layout
2109
2110 \begin_layout Labeling
2111 \labelwidthstring 00.00.0000
2112 \begin_inset Graphics
2113         filename ../../images/tabular-feature_delete-row.png
2114
2115 \end_inset
2116
2117  borra la fila actual o selección
2118 \end_layout
2119
2120 \begin_layout Labeling
2121 \labelwidthstring 00.00.0000
2122 \begin_inset Graphics
2123         filename ../../images/tabular-feature_delete-column.png
2124
2125 \end_inset
2126
2127  borra la columna actual o selección
2128 \end_layout
2129
2130 \begin_layout Labeling
2131 \labelwidthstring 00.00.0000
2132 \begin_inset Graphics
2133         filename ../../images/tabular-feature_toggle-line-top.png
2134
2135 \end_inset
2136
2137  añade una línea sobre la celda/fila actual o la selección
2138 \end_layout
2139
2140 \begin_layout Labeling
2141 \labelwidthstring 00.00.0000
2142 \begin_inset Graphics
2143         filename ../../images/tabular-feature_toggle-line-bottom.png
2144
2145 \end_inset
2146
2147  añade una línea bajo la celda/fila actual o la selección
2148 \end_layout
2149
2150 \begin_layout Labeling
2151 \labelwidthstring 00.00.0000
2152 \begin_inset Graphics
2153         filename ../../images/tabular-feature_toggle-line-left.png
2154
2155 \end_inset
2156
2157  añade una línea a la izquierda de la celda/fila actual o la selección
2158 \end_layout
2159
2160 \begin_layout Labeling
2161 \labelwidthstring 00.00.0000
2162 \begin_inset Graphics
2163         filename ../../images/tabular-feature_toggle-line-right.png
2164
2165 \end_inset
2166
2167  añade una línea a la derecha de la celda/fila actual o la selección
2168 \end_layout
2169
2170 \begin_layout Labeling
2171 \labelwidthstring 00.00.0000
2172 \begin_inset Graphics
2173         filename ../../images/tabular-feature_set-all-lines.png
2174
2175 \end_inset
2176
2177  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2178  actual no es multicolumna esto afecta también a la fila y a la columna)
2179 \end_layout
2180
2181 \begin_layout Labeling
2182 \labelwidthstring 00.00.0000
2183 \begin_inset Graphics
2184         filename ../../images/tabular-feature_unset-all-lines.png
2185
2186 \end_inset
2187
2188  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2189  actual no es multicolumna esto afecta también a la fila y a la columna)
2190 \end_layout
2191
2192 \begin_layout Labeling
2193 \labelwidthstring 00.00.0000
2194 \begin_inset Graphics
2195         filename ../../images/tabular-feature_m-align-left.png
2196
2197 \end_inset
2198
2199  alinea a la izquierda el contenido de la celda/columna
2200 \end_layout
2201
2202 \begin_layout Labeling
2203 \labelwidthstring 00.00.0000
2204 \begin_inset Graphics
2205         filename ../../images/tabular-feature_m-align-center.png
2206
2207 \end_inset
2208
2209  centra el contenido de la celda/columna horizontalmente
2210 \end_layout
2211
2212 \begin_layout Labeling
2213 \labelwidthstring 00.00.0000
2214 \begin_inset Graphics
2215         filename ../../images/tabular-feature_m-align-right.png
2216
2217 \end_inset
2218
2219  alinea a la derecha el contenido de la celda/columna
2220 \end_layout
2221
2222 \begin_layout Labeling
2223 \labelwidthstring 00.00.0000
2224 \begin_inset Graphics
2225         filename ../../images/tabular-feature_m-valign-top.png
2226
2227 \end_inset
2228
2229  alinea arriba el contenido de la celda
2230 \end_layout
2231
2232 \begin_layout Labeling
2233 \labelwidthstring 00.00.0000
2234 \begin_inset Graphics
2235         filename ../../images/tabular-feature_m-valign-middle.png
2236
2237 \end_inset
2238
2239  centra verticalmente el contenido de la celda
2240 \end_layout
2241
2242 \begin_layout Labeling
2243 \labelwidthstring 00.00.0000
2244 \begin_inset Graphics
2245         filename ../../images/tabular-feature_m-valign-bottom.png
2246
2247 \end_inset
2248
2249  alinea abajo el contenido de la celda
2250 \end_layout
2251
2252 \begin_layout Labeling
2253 \labelwidthstring 00.00.0000
2254 \begin_inset Graphics
2255         filename ../../images/tabular-feature_set-rotate-cell.png
2256
2257 \end_inset
2258
2259  gira la celda o selección 90° como las agujas de reloj
2260 \end_layout
2261
2262 \begin_layout Labeling
2263 \labelwidthstring 00.00.0000
2264 \begin_inset Graphics
2265         filename ../../images/tabular-feature_set-rotate-tabular.png
2266
2267 \end_inset
2268
2269  gira toda la tabla 90° como agujas del reloj
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274 \begin_inset Graphics
2275         filename ../../images/tabular-feature_multicolumn.png
2276
2277 \end_inset
2278
2279  establece la celda actual o selección como multicolumna
2280 \end_layout
2281
2282 \begin_layout Standard
2283 \begin_inset Note Greyedout
2284 status open
2285
2286 \begin_layout Plain Layout
2287
2288 \series bold
2289 Nota:
2290 \series default
2291  En la salida se emplea la alineación vertical de la primera celda de una
2292  fila para todas las celdas restantes de la fila.
2293 \end_layout
2294
2295 \end_inset
2296
2297
2298 \end_layout
2299
2300 \begin_layout Section
2301 Menú Editar Tabla
2302 \begin_inset Index
2303 status collapsed
2304
2305 \begin_layout Plain Layout
2306 Tablas ! Editar
2307 \end_layout
2308
2309 \end_inset
2310
2311
2312 \end_layout
2313
2314 \begin_layout Standard
2315 Además del diálogo y la barra de herramientas, el menú 
2316 \family sans
2317 Editar\SpecialChar \menuseparator
2318 Tabla
2319 \family default
2320  permite añadir y borrar bordes para la fila/columna actual y establecer
2321  la selección como multicolumna.
2322  El menú sólo está disponible si el cursor está en la tabla.
2323 \end_layout
2324
2325 \begin_layout Section
2326 Tablas flotantes
2327 \begin_inset CommandInset label
2328 LatexCommand label
2329 name "sec:Tablas-Flotantes"
2330
2331 \end_inset
2332
2333
2334 \begin_inset Index
2335 status collapsed
2336
2337 \begin_layout Plain Layout
2338 Flotantes ! Tablas
2339 \end_layout
2340
2341 \end_inset
2342
2343
2344 \begin_inset Index
2345 status collapsed
2346
2347 \begin_layout Plain Layout
2348 Tablas ! Flotantes
2349 \end_layout
2350
2351 \end_inset
2352
2353
2354 \end_layout
2355
2356 \begin_layout Standard
2357 Para una explicación general sobre flotantes, echa un vistazo a la sección
2358 \begin_inset space ~
2359 \end_inset
2360
2361
2362 \begin_inset CommandInset ref
2363 LatexCommand ref
2364 reference "sec:Introducción-Flotantes"
2365
2366 \end_inset
2367
2368 .
2369 \end_layout
2370
2371 \begin_layout Standard
2372 \begin_inset Float table
2373 placement h
2374 wide false
2375 sideways false
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379 \begin_inset Caption
2380
2381 \begin_layout Plain Layout
2382 \begin_inset CommandInset label
2383 LatexCommand label
2384 name "tab:una tabla flotante"
2385
2386 \end_inset
2387
2388 Una tabla flotante.
2389 \end_layout
2390
2391 \end_inset
2392
2393
2394 \end_layout
2395
2396 \begin_layout Plain Layout
2397 \align center
2398 \begin_inset Tabular
2399 <lyxtabular version="3" rows="3" columns="3">
2400 <features>
2401 <column alignment="center" valignment="top" width="0pt">
2402 <column alignment="center" valignment="top" width="0pt">
2403 <column alignment="center" valignment="top" width="0pt">
2404 <row>
2405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2406 \begin_inset Text
2407
2408 \begin_layout Plain Layout
2409
2410 \family roman
2411 \series medium
2412 \shape up
2413 \size normal
2414 \emph off
2415 \bar no
2416 \noun off
2417 \color none
2418 1
2419 \end_layout
2420
2421 \end_inset
2422 </cell>
2423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2424 \begin_inset Text
2425
2426 \begin_layout Plain Layout
2427
2428 \family roman
2429 \series medium
2430 \shape up
2431 \size normal
2432 \emph off
2433 \bar no
2434 \noun off
2435 \color none
2436 2
2437 \end_layout
2438
2439 \end_inset
2440 </cell>
2441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2442 \begin_inset Text
2443
2444 \begin_layout Plain Layout
2445
2446 \family roman
2447 \series medium
2448 \shape up
2449 \size normal
2450 \emph off
2451 \bar no
2452 \noun off
2453 \color none
2454 3
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 </row>
2460 <row>
2461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Plain Layout
2465
2466 \family roman
2467 \series medium
2468 \shape up
2469 \size normal
2470 \emph off
2471 \bar no
2472 \noun off
2473 \color none
2474 Pepe
2475 \end_layout
2476
2477 \end_inset
2478 </cell>
2479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2480 \begin_inset Text
2481
2482 \begin_layout Plain Layout
2483
2484 \family roman
2485 \series medium
2486 \shape up
2487 \size normal
2488 \emph off
2489 \bar no
2490 \noun off
2491 \color none
2492 Mari
2493 \end_layout
2494
2495 \end_inset
2496 </cell>
2497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2498 \begin_inset Text
2499
2500 \begin_layout Plain Layout
2501
2502 \family roman
2503 \series medium
2504 \shape up
2505 \size normal
2506 \emph off
2507 \bar no
2508 \noun off
2509 \color none
2510 Teo
2511 \end_layout
2512
2513 \end_inset
2514 </cell>
2515 </row>
2516 <row>
2517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2518 \begin_inset Text
2519
2520 \begin_layout Plain Layout
2521
2522 \family roman
2523 \series medium
2524 \shape up
2525 \size normal
2526 \emph off
2527 \bar no
2528 \noun off
2529 \color none
2530 \begin_inset Formula $\int x^{2}dx$
2531 \end_inset
2532
2533
2534 \end_layout
2535
2536 \end_inset
2537 </cell>
2538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2539 \begin_inset Text
2540
2541 \begin_layout Plain Layout
2542
2543 \family roman
2544 \series medium
2545 \shape up
2546 \size normal
2547 \emph off
2548 \bar no
2549 \noun off
2550 \color none
2551 \begin_inset Formula $\left[\begin{array}{cc}
2552 a & b\\
2553 c & d\end{array}\right]$
2554 \end_inset
2555
2556
2557 \end_layout
2558
2559 \end_inset
2560 </cell>
2561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2562 \begin_inset Text
2563
2564 \begin_layout Plain Layout
2565
2566 \family roman
2567 \series medium
2568 \shape up
2569 \size normal
2570 \emph off
2571 \bar no
2572 \noun off
2573 \color none
2574 \begin_inset Formula $1+1=2$
2575 \end_inset
2576
2577
2578 \end_layout
2579
2580 \end_inset
2581 </cell>
2582 </row>
2583 </lyxtabular>
2584
2585 \end_inset
2586
2587
2588 \end_layout
2589
2590 \end_inset
2591
2592
2593 \end_layout
2594
2595 \begin_layout Standard
2596 Las tablas flotantes pueden insertarse con el menú 
2597 \family sans
2598 Insertar\SpecialChar \menuseparator
2599 Flotante\SpecialChar \menuseparator
2600 Tabla
2601 \family default
2602  o con el botón 
2603 \begin_inset Graphics
2604         filename ../../images/float-insert_table.png
2605         scale 85
2606
2607 \end_inset
2608
2609 .
2610 \end_layout
2611
2612 \begin_layout Standard
2613 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2614 \begin_inset space ~
2615 \end_inset
2616
2617 #:» (# es el número actual).
2618  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2619  Para insertar una tabla en el flotante se sitúa el cursor al final del
2620  texto del encabezado y se pulsa 
2621 \family sans
2622 Retorno
2623 \family default
2624 .
2625  La leyenda se imprime encima de la tabla.
2626 \end_layout
2627
2628 \begin_layout Standard
2629 La tabla
2630 \begin_inset space ~
2631 \end_inset
2632
2633
2634 \begin_inset CommandInset ref
2635 LatexCommand ref
2636 reference "tab:una tabla flotante"
2637
2638 \end_inset
2639
2640  es un ejemplo de tabla flotante.
2641 \end_layout
2642
2643 \begin_layout Standard
2644 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2645  no es soportado en las clases estándar de LaTeX.
2646  Esto significa que si estás usando las clases de documento 
2647 \family sans
2648 article
2649 \family default
2650
2651 \family sans
2652 book
2653 \family default
2654
2655 \family sans
2656 letter
2657 \family default
2658  o 
2659 \family sans
2660 report
2661 \family default
2662  no habrá espacio entre la leyenda y la tabla.
2663  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2664  del documento la siguiente opción al comando del paquete LaTeX 
2665 \series bold
2666 caption
2667 \series default
2668
2669 \begin_inset Index
2670 status collapsed
2671
2672 \begin_layout Plain Layout
2673 LaTeX-paquetes ! caption
2674 \end_layout
2675
2676 \end_inset
2677
2678 :
2679 \begin_inset Foot
2680 status collapsed
2681
2682 \begin_layout Plain Layout
2683 Para más información ve a la sección
2684 \begin_inset space ~
2685 \end_inset
2686
2687
2688 \begin_inset CommandInset ref
2689 LatexCommand ref
2690 reference "sec:Colocación-de-leyendas"
2691
2692 \end_inset
2693
2694 .
2695 \end_layout
2696
2697 \end_inset
2698
2699
2700 \end_layout
2701
2702 \begin_layout Standard
2703
2704 \series bold
2705 tableposition=top
2706 \end_layout
2707
2708 \begin_layout Standard
2709 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2710 \series bold
2711 caption
2712 \series default
2713  como se describe en la sección
2714 \begin_inset space ~
2715 \end_inset
2716
2717
2718 \begin_inset CommandInset ref
2719 LatexCommand ref
2720 reference "sec:Formato-de-leyendas"
2721
2722 \end_inset
2723
2724 .
2725  
2726 \end_layout
2727
2728 \begin_layout Standard
2729 \begin_inset Index
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733 Referencias ! a tablas
2734 \end_layout
2735
2736 \end_inset
2737
2738 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2739  etiqueta.
2740  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2741 \family sans
2742 Insertar\SpecialChar \menuseparator
2743 Etiqueta
2744 \family default
2745  o con el botón 
2746 \begin_inset Graphics
2747         filename ../../images/label-insert.png
2748         scale 85
2749
2750 \end_inset
2751
2752 .
2753  Ahora puedes referenciar la etiqueta con el menú 
2754 \family sans
2755 Insertar\SpecialChar \menuseparator
2756 Referencia
2757 \begin_inset space ~
2758 \end_inset
2759
2760 cruzada
2761 \family default
2762  o con el botón 
2763 \begin_inset Graphics
2764         filename ../../images/dialog-show-new-inset_ref.png
2765         scale 85
2766
2767 \end_inset
2768
2769 .
2770 \begin_inset Newline newline
2771 \end_inset
2772
2773 Las referencias se explican con detalle en la sección
2774 \begin_inset space ~
2775 \end_inset
2776
2777
2778 \begin_inset CommandInset ref
2779 LatexCommand ref
2780 reference "sec:Referencias-a-Flotantes"
2781
2782 \end_inset
2783
2784 .
2785 \end_layout
2786
2787 \begin_layout Section
2788 Tablas largas
2789 \begin_inset CommandInset label
2790 LatexCommand label
2791 name "sec:Tablas-Largas"
2792
2793 \end_inset
2794
2795
2796 \begin_inset Index
2797 status collapsed
2798
2799 \begin_layout Plain Layout
2800 Tablas largas
2801 \end_layout
2802
2803 \end_inset
2804
2805
2806 \begin_inset Index
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810 Tablas ! Largas|see
2811 \begin_inset ERT
2812 status collapsed
2813
2814 \begin_layout Plain Layout
2815
2816 {
2817 \end_layout
2818
2819 \end_inset
2820
2821 Tablas largas
2822 \begin_inset ERT
2823 status collapsed
2824
2825 \begin_layout Plain Layout
2826
2827 }
2828 \end_layout
2829
2830 \end_inset
2831
2832
2833 \end_layout
2834
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \begin_layout Standard
2841 Si la tabla es demasiado larga para una página, puedes usar la opción 
2842 \family sans
2843 Usar
2844 \begin_inset space ~
2845 \end_inset
2846
2847 tabla
2848 \begin_inset space ~
2849 \end_inset
2850
2851 larga
2852 \family default
2853  en la solapa 
2854 \family sans
2855 Tabla
2856 \begin_inset space ~
2857 \end_inset
2858
2859 larga
2860 \family default
2861  del diálogo de tablas, para repartir automáticamente la tabla en varias
2862  páginas.
2863  Al hacerlo se habilitan las siguientes opciones:
2864 \end_layout
2865
2866 \begin_layout Description
2867 Encabezado: La fila actual se define como encabezado que aparecerá en todas
2868  las páginas de la tabla, excepto para la primera página si 
2869 \family sans
2870 Primer
2871 \begin_inset space ~
2872 \end_inset
2873
2874 encabezado
2875 \family default
2876  está definido.
2877  Este se denomina encabezado principal.
2878 \end_layout
2879
2880 \begin_layout Description
2881 Primer
2882 \begin_inset space ~
2883 \end_inset
2884
2885 encabezado: La fila actual se define como encabezado de la primera página
2886  de la tabla.
2887 \end_layout
2888
2889 \begin_layout Description
2890 Pie: La fila actual se define como pie que aparecerá en todas las páginas
2891  de la tabla, excepto para la última página si se define 
2892 \family sans
2893 Último
2894 \begin_inset space ~
2895 \end_inset
2896
2897 pie.
2898 \end_layout
2899
2900 \begin_layout Description
2901 Último
2902 \begin_inset space ~
2903 \end_inset
2904
2905 pie:
2906 \family sans
2907  
2908 \family default
2909 La fila actual se define como pie de la última página de la tabla.
2910 \end_layout
2911
2912 \begin_layout Description
2913 Leyenda: La fila actual contiene la leyenda de la tabla.
2914  La primera fila se reajusta como columna única y se inserta una leyenda.
2915  Más detalles sobre leyendas en tablas largas en la sec.
2916 \begin_inset space \thinspace{}
2917 \end_inset
2918
2919
2920 \begin_inset CommandInset ref
2921 LatexCommand ref
2922 reference "sub:Leyendas-en-Tablas"
2923
2924 \end_inset
2925
2926 .
2927 \end_layout
2928
2929 \begin_layout Standard
2930 También se puede especificar en el diálogo en qué fila se ha de cortar la
2931  tabla.
2932  La siguiente tabla muestra cómo funciona:
2933 \end_layout
2934
2935 \begin_layout Standard
2936
2937 \end_layout
2938
2939 \begin_layout Standard
2940 \align center
2941 \begin_inset Tabular
2942 <lyxtabular version="3" rows="69" columns="3">
2943 <features islongtable="true">
2944 <column alignment="left" valignment="top" width="0cm">
2945 <column alignment="left" valignment="top" width="0pt">
2946 <column alignment="right" valignment="top" width="0pt">
2947 <row endfirsthead="true">
2948 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952
2953 \series bold
2954 Ejemplo de lista telefónica (ignore los nombres)
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 </row>
2978 <row endfirsthead="true">
2979 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Plain Layout
2983
2984 \series bold
2985 NOMBRE
2986 \end_layout
2987
2988 \end_inset
2989 </cell>
2990 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Plain Layout
2994
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003
3004 \series bold
3005 TEL.
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 <row endhead="true">
3012 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \series bold
3018 Ejemplo de lista telefónica
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row endhead="true">
3043 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \series bold
3049 NOMBRE
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \series bold
3069 TEL.
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 <row endfoot="true">
3076 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080  continúa en la página siguiente
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 Annovi
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Silvia
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 111
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 Bertoli
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Stefano
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 111
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 Bozzi
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 Walter
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 111
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \series bold
3204 Cachia
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 Maria
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 111
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 Cachia
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 Maurizio
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Cinquemani
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Giusi
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Colin
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Bernard
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Concli
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Gianfranco
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Dal Bosco
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Carolina
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Dalpiaz
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Annamaria
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Feliciello
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Domenico
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Focarelli
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Paola
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Galletti
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Oreste
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Gasparini
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Franca
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Rizzardi
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Paola
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Lassini
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Giancarlo
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Malfatti
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Luciano
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Malfatti
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Valeriano
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Meneguzzo
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Roberto
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Mezzadra
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Roberto
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Pirpamer
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Erich
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Pochiesa
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Paolo
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111, 222
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Radina
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Claudio
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Stuffer
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Oskar
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Tacchelli
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Ugo
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Tezzele
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Margit
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Unterkalmsteiner
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Frieda
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Vieider
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Hilde
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Vigna
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Jürgen
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Weber
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Maurizio
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Winkler
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Franz
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070  
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Annovi
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Silvia
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 555
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Bertoli
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Stefano
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 555
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Bozzi
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Walter
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 555
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Cachia
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Maria
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 555
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Cachia
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Maurizio
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Cinquemani
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Giusi
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Colin
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Bernard
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Concli
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Gianfranco
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Dal Bosco
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Carolina
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Dalpiaz
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Annamaria
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Feliciello
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Domenico
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Focarelli
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Paola
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Galletti
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Oreste
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Gasparini
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Franca
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Rizzardi
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Paola
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Lassini
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Giancarlo
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Malfatti
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Luciano
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Malfatti
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Valeriano
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Meneguzzo
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Roberto
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Mezzadra
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Roberto
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Pirpamer
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Erich
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Pochiesa
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Paolo
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555, 222
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Radina
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Claudio
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Stuffer
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Oskar
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Tacchelli
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Ugo
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Tezzele
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Margit
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Unterkalmsteiner
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Frieda
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Vieider
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Hilde
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Vigna
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Jürgen
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 999
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Weber
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Maurizio
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Winkler
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Franz
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row endlastfoot="true">
5056 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 fin
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 </lyxtabular>
5085
5086 \end_inset
5087
5088
5089 \begin_inset ERT
5090 status collapsed
5091
5092 \begin_layout Plain Layout
5093
5094
5095 \backslash
5096 addtocounter{table}{-1}
5097 \end_layout
5098
5099 \end_inset
5100
5101
5102 \begin_inset Note Note
5103 status collapsed
5104
5105 \begin_layout Plain Layout
5106 Para comprender el uso de este comando, lee al final de la sección
5107 \begin_inset space ~
5108 \end_inset
5109
5110
5111 \begin_inset CommandInset ref
5112 LatexCommand ref
5113 reference "sub:Leyendas-en-Tablas"
5114
5115 \end_inset
5116
5117  la primera nota resaltada en gris.
5118  
5119 \end_layout
5120
5121 \end_inset
5122
5123
5124 \end_layout
5125
5126 \begin_layout Subsection
5127 Notas al pie en tablas largas
5128 \begin_inset CommandInset label
5129 LatexCommand label
5130 name "sub:Notas-al-pie-en-Tablas-Largas"
5131
5132 \end_inset
5133
5134
5135 \begin_inset Index
5136 status collapsed
5137
5138 \begin_layout Plain Layout
5139 Tablas largas ! Notas al pie
5140 \end_layout
5141
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \begin_layout Standard
5148 Se pueden insertar notas al pie en cada celda de una tabla larga.
5149  Las notas se muestran en la parte inferior de la página en la que esté
5150  la celda con la nota.
5151  La tabla
5152 \begin_inset space ~
5153 \end_inset
5154
5155
5156 \begin_inset CommandInset ref
5157 LatexCommand ref
5158 reference "tab:DifLeyendas"
5159
5160 \end_inset
5161
5162  tiene un ejemplo de nota al pie.
5163 \end_layout
5164
5165 \begin_layout Subsection
5166 Alineación de tablas largas
5167 \begin_inset Index
5168 status collapsed
5169
5170 \begin_layout Plain Layout
5171 Tablas largas ! Alineación
5172 \end_layout
5173
5174 \end_inset
5175
5176
5177 \end_layout
5178
5179 \begin_layout Standard
5180 Las tablas largas se centran por omisión.
5181  Al contrario de la alineación de filas y columnas, la alineación de una
5182  tabla no se puede cambiar por ahora en el diálogo de tablas.
5183  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5184  longitudes 
5185 \series bold
5186
5187 \backslash
5188 LTleft
5189 \series default
5190  y 
5191 \series bold
5192
5193 \backslash
5194 LTright 
5195 \series default
5196 insertando la línea siguiente en código TeX antes de la correspondiente
5197  tabla larga:
5198 \end_layout
5199
5200 \begin_layout Standard
5201
5202 \series bold
5203
5204 \backslash
5205 setlength{
5206 \backslash
5207 LTleft}{valor}
5208 \end_layout
5209
5210 \begin_layout Standard
5211 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5212 \begin_inset space ~
5213 \end_inset
5214
5215
5216 \begin_inset CommandInset ref
5217 LatexCommand ref
5218 reference "tab:Unidades"
5219
5220 \end_inset
5221
5222 .
5223  
5224 \series bold
5225
5226 \backslash
5227 LTlent 
5228 \series default
5229 controla la distancia entre el borde izquierdo de la página y la tabla.
5230  
5231 \series bold
5232
5233 \backslash
5234 LTright 
5235 \series default
5236 la distancia desde el lado derecho.
5237  El valor predeterminado para ambas longitudes es 
5238 \series bold
5239
5240 \backslash
5241 fill
5242 \series default
5243 , que en este caso es lo mismo que un relleno horizontal en LyX.
5244 \end_layout
5245
5246 \begin_layout Standard
5247 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5248 \series bold
5249
5250 \backslash
5251 LTleft
5252 \series default
5253  0 pt.
5254 \begin_inset ERT
5255 status collapsed
5256
5257 \begin_layout Plain Layout
5258
5259
5260 \backslash
5261 setlength{
5262 \backslash
5263 LTleft}{0pt}
5264 \end_layout
5265
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \begin_layout Standard
5272 \begin_inset Tabular
5273 <lyxtabular version="3" rows="5" columns="5">
5274 <features islongtable="true">
5275 <column alignment="center" valignment="top" width="0">
5276 <column alignment="center" valignment="top" width="0">
5277 <column alignment="center" valignment="top" width="0">
5278 <column alignment="center" valignment="top" width="0">
5279 <column alignment="center" valignment="top" width="0">
5280 <row>
5281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 1
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 2
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 3
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 4
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 5
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 </row>
5327 <row>
5328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 asd
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 s
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 s
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 s
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 asd
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 </row>
5374 <row>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 asd
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 s
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 s
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 s
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 asd
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 <row>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 asd
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 s
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444 s
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 s
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 asd
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row>
5469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 asd
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 asd
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 asd
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 asd
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 asd
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 </row>
5515 </lyxtabular>
5516
5517 \end_inset
5518
5519
5520 \begin_inset ERT
5521 status collapsed
5522
5523 \begin_layout Plain Layout
5524
5525
5526 \backslash
5527 setlength{
5528 \backslash
5529 LTleft}{
5530 \backslash
5531 fill}
5532 \end_layout
5533
5534 \end_inset
5535
5536
5537 \begin_inset ERT
5538 status collapsed
5539
5540 \begin_layout Plain Layout
5541
5542
5543 \backslash
5544 addtocounter{table}{-1}
5545 \end_layout
5546
5547 \end_inset
5548
5549
5550 \begin_inset Note Note
5551 status collapsed
5552
5553 \begin_layout Plain Layout
5554 Para comprender el uso de este comando, lee al final de la sección
5555 \begin_inset space ~
5556 \end_inset
5557
5558
5559 \begin_inset CommandInset ref
5560 LatexCommand ref
5561 reference "sub:Leyendas-en-Tablas"
5562
5563 \end_inset
5564
5565  la primera nota resaltada en gris.
5566  
5567 \end_layout
5568
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \begin_layout Subsection
5575 Leyendas en tablas largas
5576 \begin_inset Index
5577 status collapsed
5578
5579 \begin_layout Plain Layout
5580 Tablas largas ! Leyendas
5581 \end_layout
5582
5583 \end_inset
5584
5585
5586 \begin_inset CommandInset label
5587 LatexCommand label
5588 name "sub:Leyendas-en-Tablas"
5589
5590 \end_inset
5591
5592
5593 \end_layout
5594
5595 \begin_layout Standard
5596 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5597  estar en una página.
5598  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5599  utilizando para una fila de una tabla larga la opción 
5600 \family sans
5601 Leyenda
5602 \family default
5603 , como se explica en la sec.
5604 \begin_inset space \thinspace{}
5605 \end_inset
5606
5607
5608 \begin_inset CommandInset ref
5609 LatexCommand ref
5610 reference "sec:Tablas-Largas"
5611
5612 \end_inset
5613
5614 .
5615  Sólo una fila puede contener la leyenda.
5616 \end_layout
5617
5618 \begin_layout Standard
5619 He aquí una pequeña tabla larga para mostrar cómo funciona:
5620 \end_layout
5621
5622 \begin_layout Standard
5623 \begin_inset Tabular
5624 <lyxtabular version="3" rows="6" columns="5">
5625 <features islongtable="true">
5626 <column alignment="center" valignment="top" width="0">
5627 <column alignment="center" valignment="top" width="0">
5628 <column alignment="center" valignment="top" width="0">
5629 <column alignment="center" valignment="top" width="0">
5630 <column alignment="center" valignment="top" width="0">
5631 <row caption="true">
5632 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 \begin_inset Caption
5637
5638 \begin_layout Plain Layout
5639 Tabla larga con leyenda
5640 \begin_inset OptArg
5641 status collapsed
5642
5643 \begin_layout Plain Layout
5644 Tabla larga
5645 \end_layout
5646
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \end_inset
5653
5654
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 </row>
5696 <row>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 1
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 2
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 3
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 4
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 5
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 </row>
5743 <row>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 asd
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 s
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 s
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 s
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 asd
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 </row>
5790 <row>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 asd
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 s
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 s
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 s
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 asd
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 asd
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 s
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 s
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 s
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 asd
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 </row>
5884 <row>
5885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 asd
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 asd
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 asd
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 asd
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 asd
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 </lyxtabular>
5932
5933 \end_inset
5934
5935
5936 \end_layout
5937
5938 \begin_layout Standard
5939 \begin_inset VSpace medskip
5940 \end_inset
5941
5942
5943 \begin_inset Note Greyedout
5944 status open
5945
5946 \begin_layout Plain Layout
5947
5948 \series bold
5949 Nota
5950 \begin_inset space ~
5951 \end_inset
5952
5953 1:
5954 \series default
5955  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5956  leyenda en alguna de ellas.
5957  Por esto podría suceder que, p.
5958 \begin_inset space \thinspace{}
5959 \end_inset
5960
5961 e., la tabla
5962 \begin_inset space ~
5963 \end_inset
5964
5965 2.4 siga a la tabla
5966 \begin_inset space ~
5967 \end_inset
5968
5969 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5970  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5971  en código TeX:
5972 \end_layout
5973
5974 \begin_layout Plain Layout
5975
5976 \series bold
5977
5978 \backslash
5979 addtocounter{table}{-1}
5980 \end_layout
5981
5982 \begin_layout Plain Layout
5983 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
5984  el siguiente código en el preámbulo del documento:
5985 \end_layout
5986
5987 \begin_layout Plain Layout
5988
5989 \series bold
5990
5991 \backslash
5992 let
5993 \backslash
5994 myEnd
5995 \backslash
5996 endlongtable
5997 \begin_inset Newline newline
5998 \end_inset
5999
6000
6001 \backslash
6002 renewcommand{
6003 \backslash
6004 endlongtable}{
6005 \backslash
6006 myEnd
6007 \backslash
6008 addtocounter{table}{-1}}
6009 \end_layout
6010
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \begin_layout Standard
6017 \begin_inset Note Greyedout
6018 status open
6019
6020 \begin_layout Plain Layout
6021
6022 \series bold
6023 Nota
6024 \begin_inset space ~
6025 \end_inset
6026
6027 2:
6028 \series default
6029  Si utilizas 
6030 \series bold
6031 hyperref
6032 \series default
6033
6034 \begin_inset Index
6035 status collapsed
6036
6037 \begin_layout Plain Layout
6038 LaTeX-paquetes ! hyperref
6039 \end_layout
6040
6041 \end_inset
6042
6043  en las 
6044 \family sans
6045 Propiedades PDF 
6046 \family default
6047 del diálogo 
6048 \family sans
6049 Configuración del documento 
6050 \family default
6051 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6052  llevan siempre al principio del documento.
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \end_layout
6059
6060 \begin_layout Subsubsection
6061 Referencias a tablas largas
6062 \begin_inset Index
6063 status collapsed
6064
6065 \begin_layout Plain Layout
6066 Tablas largas ! Referencias a
6067 \end_layout
6068
6069 \end_inset
6070
6071
6072 \end_layout
6073
6074 \begin_layout Standard
6075 \begin_inset Tabular
6076 <lyxtabular version="3" rows="6" columns="5">
6077 <features islongtable="true">
6078 <column alignment="center" valignment="top" width="0">
6079 <column alignment="center" valignment="top" width="0">
6080 <column alignment="center" valignment="top" width="0">
6081 <column alignment="center" valignment="top" width="0">
6082 <column alignment="center" valignment="top" width="0">
6083 <row caption="true">
6084 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 \begin_inset Caption
6089
6090 \begin_layout Plain Layout
6091 Tabla larga referenciada
6092 \begin_inset CommandInset label
6093 LatexCommand label
6094 name "tab:RefEjemplo"
6095
6096 \end_inset
6097
6098
6099 \end_layout
6100
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 </row>
6145 <row>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 1
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 2
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 3
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 4
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 5
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 <row>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 asd
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 s
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 s
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 s
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 asd
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 </row>
6239 <row>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 asd
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 s
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 s
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 s
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 asd
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 </row>
6286 <row>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 asd
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 s
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 s
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 s
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 asd
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 </row>
6333 <row>
6334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 asd
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 sad
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 asd
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 asd
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 asd
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 </lyxtabular>
6381
6382 \end_inset
6383
6384
6385 \end_layout
6386
6387 \begin_layout Standard
6388 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6389  
6390 \end_layout
6391
6392 \begin_layout Standard
6393 Esto es una referencia a la tabla
6394 \begin_inset space ~
6395 \end_inset
6396
6397
6398 \begin_inset CommandInset ref
6399 LatexCommand ref
6400 reference "tab:RefEjemplo"
6401
6402 \end_inset
6403
6404 .
6405 \end_layout
6406
6407 \begin_layout Standard
6408 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6409  del documento mediante el paquete LaTeX 
6410 \series bold
6411 caption
6412 \series default
6413
6414 \begin_inset Index
6415 status collapsed
6416
6417 \begin_layout Plain Layout
6418 LaTeX-paquetes ! caption
6419 \end_layout
6420
6421 \end_inset
6422
6423 , véase sección
6424 \begin_inset space ~
6425 \end_inset
6426
6427
6428 \begin_inset CommandInset ref
6429 LatexCommand ref
6430 reference "sec:Formato-de-leyendas"
6431
6432 \end_inset
6433
6434 .
6435 \end_layout
6436
6437 \begin_layout Subsubsection
6438 Anchura de la leyenda
6439 \begin_inset Index
6440 status collapsed
6441
6442 \begin_layout Plain Layout
6443 Tablas largas ! Anchura de la leyenda
6444 \end_layout
6445
6446 \end_inset
6447
6448
6449 \end_layout
6450
6451 \begin_layout Standard
6452 La anchura máxima de la leyenda se define por la longitud 
6453 \series bold
6454
6455 \backslash
6456 LTcapwidth
6457 \series default
6458 .
6459  Por omisión, su valor es 4
6460 \begin_inset space \thinspace{}
6461 \end_inset
6462
6463 in (4
6464 \begin_inset space ~
6465 \end_inset
6466
6467 pulgadas).
6468  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6469  en el propio documento antes de la tabla larga a la que deba afectar
6470 \end_layout
6471
6472 \begin_layout Standard
6473
6474 \series bold
6475
6476 \backslash
6477 setlength{
6478 \backslash
6479 LTcapwidth}{anchura}
6480 \end_layout
6481
6482 \begin_layout Standard
6483 donde la anchura puede ser una de las unidades listadas en el apéndice
6484 \begin_inset space ~
6485 \end_inset
6486
6487
6488 \begin_inset CommandInset ref
6489 LatexCommand ref
6490 reference "cap:Unidades-disponibles-en"
6491
6492 \end_inset
6493
6494 .
6495 \end_layout
6496
6497 \begin_layout Standard
6498 Las tablas siguientes muestran la diferencia:
6499 \end_layout
6500
6501 \begin_layout Standard
6502 \begin_inset Tabular
6503 <lyxtabular version="3" rows="6" columns="5">
6504 <features islongtable="true">
6505 <column alignment="center" valignment="top" width="0">
6506 <column alignment="center" valignment="top" width="0">
6507 <column alignment="center" valignment="top" width="0">
6508 <column alignment="center" valignment="top" width="0">
6509 <column alignment="center" valignment="top" width="0">
6510 <row caption="true">
6511 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 \begin_inset Caption
6516
6517 \begin_layout Plain Layout
6518 Leyenda larga completa con anchura predeterminada leyenda larga completa
6519  con anchura predeterminada
6520 \begin_inset OptArg
6521 status collapsed
6522
6523 \begin_layout Plain Layout
6524 Leyenda con anchura predeterminada
6525 \end_layout
6526
6527 \end_inset
6528
6529
6530 \end_layout
6531
6532 \end_inset
6533
6534
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 </row>
6576 <row>
6577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 1
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590 2
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 3
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 4
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 5
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 </row>
6623 <row>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 asd
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 s
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 s
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 s
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 asd
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 </row>
6670 <row>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 asd
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 s
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 s
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 s
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 asd
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 </row>
6717 <row>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 asd
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 s
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 s
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 s
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 asd
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 </row>
6764 <row>
6765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 asd
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 sad
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 asd
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 asd
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 asd
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 </row>
6811 </lyxtabular>
6812
6813 \end_inset
6814
6815
6816 \end_layout
6817
6818 \begin_layout Standard
6819 \begin_inset ERT
6820 status collapsed
6821
6822 \begin_layout Plain Layout
6823
6824
6825 \backslash
6826 setlength{
6827 \backslash
6828 LTcapwidth}{5cm}
6829 \end_layout
6830
6831 \end_inset
6832
6833
6834 \begin_inset Tabular
6835 <lyxtabular version="3" rows="6" columns="5">
6836 <features islongtable="true">
6837 <column alignment="center" valignment="top" width="0">
6838 <column alignment="center" valignment="top" width="0">
6839 <column alignment="center" valignment="top" width="0">
6840 <column alignment="center" valignment="top" width="0">
6841 <column alignment="center" valignment="top" width="0">
6842 <row caption="true">
6843 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 \begin_inset Caption
6848
6849 \begin_layout Plain Layout
6850 Leyenda larga completa con una anchura de 5
6851 \begin_inset space \thinspace{}
6852 \end_inset
6853
6854 cm leyenda larga completa con una anchura de 5
6855 \begin_inset space \thinspace{}
6856 \end_inset
6857
6858 cm 
6859 \begin_inset OptArg
6860 status collapsed
6861
6862 \begin_layout Plain Layout
6863 Leyenda con anchura
6864 \begin_inset space \thinspace{}
6865 \end_inset
6866
6867 =
6868 \begin_inset space \thinspace{}
6869 \end_inset
6870
6871 5
6872 \begin_inset space \thinspace{}
6873 \end_inset
6874
6875 cm
6876 \end_layout
6877
6878 \end_inset
6879
6880
6881 \end_layout
6882
6883 \end_inset
6884
6885
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 </row>
6927 <row>
6928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 1
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 2
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 3
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 4
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 5
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 </row>
6974 <row>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 asd
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 s
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 s
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 s
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 asd
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 </row>
7021 <row>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026 asd
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 s
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 s
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 s
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 asd
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 </row>
7068 <row>
7069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 asd
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 s
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 s
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 s
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 asd
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 </row>
7115 <row>
7116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 asd
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 sad
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 asd
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 asd
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 asd
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 </row>
7162 </lyxtabular>
7163
7164 \end_inset
7165
7166
7167 \begin_inset ERT
7168 status collapsed
7169
7170 \begin_layout Plain Layout
7171
7172
7173 \backslash
7174 setlength{
7175 \backslash
7176 LTcapwidth}{4in}
7177 \end_layout
7178
7179 \end_inset
7180
7181
7182 \end_layout
7183
7184 \begin_layout Standard
7185 \begin_inset Note Greyedout
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189
7190 \series bold
7191 Nota: 
7192 \series default
7193 Si se usa el paquete LaTeX 
7194 \series bold
7195 caption
7196 \series default
7197
7198 \begin_inset Index
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202 LaTeX-paquetes ! caption
7203 \end_layout
7204
7205 \end_inset
7206
7207 , como en este documento, para la leyenda se utiliza toda la anchura de
7208  la página cuando se deja el valor por omisión de 4
7209 \begin_inset space \thinspace{}
7210 \end_inset
7211
7212 in para 
7213 \series bold
7214
7215 \backslash
7216 LTcapwidth
7217 \series default
7218 .
7219  En este caso, para conseguir una leyenda de 4
7220 \begin_inset space \thinspace{}
7221 \end_inset
7222
7223 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7224 \begin_inset space \thinspace{}
7225 \end_inset
7226
7227 in, p.
7228 \begin_inset space \thinspace{}
7229 \end_inset
7230
7231 e.
7232  3.99
7233 \begin_inset space \thinspace{}
7234 \end_inset
7235
7236 in, o bien emplear el comando LaTeX 
7237 \series bold
7238
7239 \backslash
7240 captionsetup{width=valor}
7241 \series default
7242 , suministrado por el paquete 
7243 \series bold
7244 caption
7245 \series default
7246 .
7247 \end_layout
7248
7249 \end_inset
7250
7251
7252 \end_layout
7253
7254 \begin_layout Subsubsection
7255 Leyendas distintas para cada página
7256 \begin_inset Index
7257 status collapsed
7258
7259 \begin_layout Plain Layout
7260 Tablas largas ! Leyendas distintas para cada página
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \begin_layout Standard
7269 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7270  de la leyenda de la primera página de la tabla, se insertan con el comando
7271  en código TeX
7272 \end_layout
7273
7274 \begin_layout Standard
7275
7276 \series bold
7277
7278 \backslash
7279 caption*{texto de la leyenda}
7280 \backslash
7281
7282 \backslash
7283 %
7284 \end_layout
7285
7286 \begin_layout Standard
7287 en una fila postiza que se marca como encabezado.
7288  La tabla
7289 \begin_inset space ~
7290 \end_inset
7291
7292
7293 \begin_inset CommandInset ref
7294 LatexCommand ref
7295 reference "tab:DifLeyendas"
7296
7297 \end_inset
7298
7299  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7300  no incluye número de tabla.
7301 \end_layout
7302
7303 \begin_layout Standard
7304 \align center
7305 \begin_inset Tabular
7306 <lyxtabular version="3" rows="59" columns="3">
7307 <features islongtable="true" lastFootEmpty="true">
7308 <column alignment="left" valignment="top" width="0cm">
7309 <column alignment="left" valignment="top" width="0pt">
7310 <column alignment="right" valignment="top" width="0pt">
7311 <row caption="true">
7312 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 \begin_inset Caption
7317
7318 \begin_layout Plain Layout
7319 Ejemplo de lista telefónica
7320 \begin_inset CommandInset label
7321 LatexCommand label
7322 name "tab:DifLeyendas"
7323
7324 \end_inset
7325
7326
7327 \begin_inset OptArg
7328 status collapsed
7329
7330 \begin_layout Plain Layout
7331 Ejemplo de lista telefónica
7332 \end_layout
7333
7334 \end_inset
7335
7336
7337 \end_layout
7338
7339 \end_inset
7340
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 </row>
7365 <row endfirsthead="true">
7366 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370
7371 \series bold
7372 Ejemplo de lista telefónica (ignore los nombres)
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 </row>
7396 <row endfirsthead="true">
7397 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401
7402 \series bold
7403 NOMBRE
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421
7422 \series bold
7423 TEL.
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 </row>
7429 <row endhead="true">
7430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 \begin_inset ERT
7435 status open
7436
7437 \begin_layout Plain Layout
7438
7439
7440 \backslash
7441 caption*{continúa Ejemplo de lista telefónica}
7442 \backslash
7443
7444 \backslash
7445 %
7446 \end_layout
7447
7448 \end_inset
7449
7450
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 </row>
7474 <row endhead="true">
7475 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479
7480 \series bold
7481 Ejemplo de lista telefónica
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 </row>
7505 <row endhead="true">
7506 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510
7511 \series bold
7512 NOMBRE
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530
7531 \series bold
7532 TEL.
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row endfoot="true">
7539 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 continúa en página siguiente
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 </row>
7567 <row>
7568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572
7573 \series bold
7574 Annovi
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583 Silvia
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 111
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 </row>
7598 <row>
7599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603
7604 \series bold
7605 Bertoli
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 Stefano
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 111
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 </row>
7629 <row>
7630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634
7635 \series bold
7636 Bozzi
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 Walter
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 111
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row>
7661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665
7666 \series bold
7667 Cachia
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 Maria
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 111
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row>
7692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \series bold
7698 Cachia
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 Maurizio
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 111
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row>
7723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \series bold
7729 Cinquemani
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738 Giusi
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 111
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 <row>
7754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \series bold
7760 Colin
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769 Bernard
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 111
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 </row>
7784 <row>
7785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \series bold
7791 Concli
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800 Gianfranco
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 111
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row>
7816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \series bold
7822 Dal Bosco
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 Carolina
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 111
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row>
7847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \series bold
7853 Dalpiaz
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 Annamaria
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 111
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row>
7878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \series bold
7884 Feliciello
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 Domenico
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 111
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 Focarelli
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 Paola
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 111
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \series bold
7946 Galletti
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 Oreste
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 111
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \series bold
7977 Gasparini
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 Franca
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 111
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Rizzardi
8009 \series default
8010
8011 \begin_inset Foot
8012 status collapsed
8013
8014 \begin_layout Plain Layout
8015 Ejemplo de nota a pie de página
8016 \end_layout
8017
8018 \end_inset
8019
8020
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 Paola
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 111
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 <row>
8045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049
8050 \series bold
8051 Lassini
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 Giancarlo
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 111
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row>
8076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \series bold
8082 Malfatti
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 Luciano
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 111
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row>
8107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \series bold
8113 Malfatti
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 Valeriano
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 111
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 </row>
8137 <row>
8138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142
8143 \series bold
8144 Meneguzzo
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 Roberto
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 111
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \series bold
8175 Mezzadra
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 Roberto
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 111
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \series bold
8206 Pirpamer
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 Erich
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 111
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 <row>
8231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235
8236 \series bold
8237 Pochiesa
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 Paolo
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 111, 222
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \series bold
8268 Radina
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 Claudio
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 111
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \series bold
8299 Stuffer
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 Oskar
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 111
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \series bold
8330 Tacchelli
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 Ugo
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 111
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 </row>
8354 <row>
8355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359
8360 \series bold
8361 Tezzele
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 Margit
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 111
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 </row>
8385 <row>
8386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390
8391 \series bold
8392 Unterkalmsteiner
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 Frieda
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 111
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row>
8417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \series bold
8423 Vieider
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Hilde
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 111
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \series bold
8454 Vigna
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 Jürgen
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 111
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \series bold
8485 Weber
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Maurizio
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 111
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \series bold
8516 Winkler
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 Franz
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 111
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545  
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \series bold
8576 Annovi
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 Silvia
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 555
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 </row>
8600 <row>
8601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605
8606 \series bold
8607 Bertoli
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Stefano
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 555
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \series bold
8638 Bozzi
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 Walter
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 555
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \series bold
8669 Cachia
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 Maria
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 555
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \series bold
8700 Cachia
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 Maurizio
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 555
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \series bold
8731 Cinquemani
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 Giusi
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 555
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \series bold
8762 Colin
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 Bernard
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 555
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row>
8787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \series bold
8793 Concli
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Gianfranco
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 555
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \series bold
8824 Dal Bosco
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 Carolina
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 555
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \series bold
8855 Dalpiaz
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 Annamaria
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 555
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 </row>
8879 <row>
8880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884
8885 \series bold
8886 Feliciello
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 Domenico
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 555
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \series bold
8917 Focarelli
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 Paola
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 555
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 <row>
8942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \series bold
8948 Galletti
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 Oreste
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 555
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \series bold
8979 Gasparini
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Franca
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 555
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \series bold
9010 Rizzardi
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 Paola
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 555
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Lassini
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Giancarlo
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 555
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \series bold
9072 Malfatti
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Luciano
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 555
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Malfatti
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Valeriano
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Meneguzzo
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Roberto
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \series bold
9165 Mezzadra
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Roberto
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 555
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 </lyxtabular>
9190
9191 \end_inset
9192
9193
9194 \end_layout
9195
9196 \begin_layout Section
9197 Particularidades de las tablas largas
9198 \begin_inset CommandInset label
9199 LatexCommand label
9200 name "sec:Particularidades-tablas-largas"
9201
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \begin_layout Subsection
9208 Cálculos
9209 \begin_inset Index
9210 status collapsed
9211
9212 \begin_layout Plain Layout
9213 Tablas largas ! Cálculos
9214 \end_layout
9215
9216 \end_inset
9217
9218
9219 \end_layout
9220
9221 \begin_layout Standard
9222 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9223  utilizando los denominados «trozos», que son partes de la tabla presentes
9224  en la memoria de LaTeX.
9225  El valor predeterminado está establecido a sólo 20 filas.
9226  Si estás usando tablas largas con muchas páginas, la generación del documento
9227  puede hacerse muy lenta.
9228  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9229  el siguiente comando en el preámbulo del documento:
9230 \end_layout
9231
9232 \begin_layout Standard
9233
9234 \series bold
9235
9236 \backslash
9237 setcounter{LTchunksize}{100}
9238 \end_layout
9239
9240 \begin_layout Subsection
9241 Flotantes y tablas largas
9242 \begin_inset Index
9243 status collapsed
9244
9245 \begin_layout Plain Layout
9246 Tablas largas ! Flotantes
9247 \end_layout
9248
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \begin_layout Standard
9255 Podría haber problemas si un flotante aparece en la misma página donde comienza
9256  una tabla larga.
9257  Para evitarlo, añade 
9258 \lang english
9259
9260 \begin_inset Quotes eld
9261 \end_inset
9262
9263 clear page
9264 \begin_inset Quotes erd
9265 \end_inset
9266
9267
9268 \lang spanish
9269  (menu 
9270 \family sans
9271 Insertar\SpecialChar \menuseparator
9272 Formato\SpecialChar \menuseparator
9273 Limpiar
9274 \begin_inset space ~
9275 \end_inset
9276
9277 página
9278 \family default
9279 ) antes de la tabla.
9280 \end_layout
9281
9282 \begin_layout Subsection
9283 Saltos de página forzados
9284 \begin_inset Index
9285 status collapsed
9286
9287 \begin_layout Plain Layout
9288 Tablas largas ! Saltos de página forzados
9289 \end_layout
9290
9291 \end_inset
9292
9293
9294 \end_layout
9295
9296 \begin_layout Standard
9297 Por omisión, las tablas sólo se cortan entre filas.
9298  Si tienes una celda con líneas múltiples y necesitas un salto de página
9299  dentro de la celda, inserta el comando de nueva línea «
9300 \series bold
9301
9302 \backslash
9303
9304 \backslash
9305
9306 \series default
9307 » en código TeX en el punto en que quieras cortar.
9308  Antes del comando «
9309 \series bold
9310
9311 \backslash
9312
9313 \backslash
9314
9315 \series default
9316 » debes insertar en código TeX tantos caracteres «
9317 \series bold
9318 &
9319 \series default
9320 » como columnas siguientes de la tabla.
9321  
9322 \series bold
9323 &
9324 \series default
9325  es el carácter para separar celdas.
9326  Escribe en código TeX después de cada 
9327 \series bold
9328 &
9329 \series default
9330  el contenido de la celda siguiente correspondiente y borra el contenido
9331  de esas celdas.
9332 \begin_inset Newline newline
9333 \end_inset
9334
9335 Detrás del comando 
9336 \series bold
9337
9338 \backslash
9339
9340 \backslash
9341
9342 \series default
9343 , inserta tantos 
9344 \series bold
9345 &
9346 \series default
9347  como columnas haya delante de la actual.
9348  En la tabla
9349 \begin_inset space ~
9350 \end_inset
9351
9352
9353 \begin_inset CommandInset ref
9354 LatexCommand ref
9355 reference "tab:Saltos de Página Forzados"
9356
9357 \end_inset
9358
9359  la celda que debería cortarse está en la segunda columna seguida de otra
9360  columna.
9361  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9362  de «
9363 \emph on
9364 Castelchiodato,
9365 \emph default
9366 »:
9367 \end_layout
9368
9369 \begin_layout Standard
9370
9371 \series bold
9372 & 111
9373 \backslash
9374
9375 \backslash
9376  
9377 \backslash
9378 newpage
9379 \begin_inset Newline newline
9380 \end_inset
9381
9382 &
9383 \end_layout
9384
9385 \begin_layout Standard
9386 El «111» en la tercera columna de la fila se ha borrado.
9387
9388 \series bold
9389  
9390 \backslash
9391 newpage 
9392 \series default
9393 es necesario solo si en esta posición debiera ir definitivamente un salto
9394  de página, de otro modo es sólamente una posibilidad de salto.
9395  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9396  superior pero quisieras una línea horizontal donde se corta la celda, usa
9397  este comando alternativo:
9398 \end_layout
9399
9400 \begin_layout Standard
9401
9402 \series bold
9403 & 111
9404 \backslash
9405
9406 \backslash
9407
9408 \begin_inset Newline newline
9409 \end_inset
9410
9411
9412 \backslash
9413 hline &
9414 \end_layout
9415
9416 \begin_layout Standard
9417 Cuando la celda a cortar está en la última columna, el comando
9418 \end_layout
9419
9420 \begin_layout Standard
9421
9422 \series bold
9423
9424 \backslash
9425 setlength{
9426 \backslash
9427 parfillskip}{0pt}
9428 \end_layout
9429
9430 \begin_layout Standard
9431 debe insertarse en código TeX al principio de la celda.
9432  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9433  aparecerá con toda su anchura.
9434 \end_layout
9435
9436 \begin_layout Standard
9437 \align center
9438 \begin_inset Tabular
9439 <lyxtabular version="3" rows="38" columns="3">
9440 <features islongtable="true" lastFootEmpty="true">
9441 <column alignment="left" valignment="top" width="0cm">
9442 <column alignment="left" valignment="top" width="3cm">
9443 <column alignment="right" valignment="top" width="0pt">
9444 <row caption="true">
9445 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 \begin_inset Caption
9450
9451 \begin_layout Plain Layout
9452 Tabla con salto de página forzado en celda
9453 \begin_inset CommandInset label
9454 LatexCommand label
9455 name "tab:Saltos de Página Forzados"
9456
9457 \end_inset
9458
9459
9460 \begin_inset OptArg
9461 status collapsed
9462
9463 \begin_layout Plain Layout
9464 Tabla con salto de página forzado en celda
9465 \end_layout
9466
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \end_inset
9473
9474
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 </row>
9498 <row endfirsthead="true">
9499 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503
9504 \series bold
9505 Ejemplo de lista telefónica (ignore los nombres)
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 </row>
9529 <row endfirsthead="true">
9530 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534
9535 \series bold
9536 NOMBRE
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554
9555 \series bold
9556 TEL.
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row endhead="true">
9563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 \begin_inset ERT
9568 status collapsed
9569
9570 \begin_layout Plain Layout
9571
9572
9573 \backslash
9574 caption*{continúa Ejemplo de lista telefónica}
9575 \backslash
9576
9577 \backslash
9578 %
9579 \end_layout
9580
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 </row>
9607 <row endhead="true">
9608 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612  
9613 \series bold
9614 Ejemplo de lista telefónica
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 </row>
9638 <row endhead="true">
9639 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643
9644 \series bold
9645 NOMBRE
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663
9664 \series bold
9665 TEL.
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 </row>
9671 <row endfoot="true">
9672 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676 continúa en página siguiente
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 </row>
9700 <row>
9701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705
9706 \series bold
9707 Annovi
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 Silvia
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725 111
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 </row>
9731 <row>
9732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736
9737 \series bold
9738 Bertoli
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747 Stefano
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 111
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 </row>
9762 <row>
9763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \series bold
9769 Bozzi
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778 Walter
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787 111
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 </row>
9793 <row>
9794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \series bold
9800 Cachia
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809 Maria
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818 111
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 </row>
9824 <row>
9825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829
9830 \series bold
9831 Cachia
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840 Maurizio
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 111
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 </row>
9855 <row>
9856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860
9861 \series bold
9862 Cinquemani
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 Giusi
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880 111
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 </row>
9886 <row>
9887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \series bold
9893 Colin
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 Bernard
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 111
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 </row>
9917 <row>
9918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922
9923 \series bold
9924 Concli
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 Gianfranco
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 111
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 </row>
9948 <row>
9949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953
9954 \series bold
9955 Dal Bosco
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964 Carolina
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973 111
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 </row>
9979 <row>
9980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984
9985 \series bold
9986 Dalpiaz
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995 Annamaria
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004 111
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 </row>
10010 <row>
10011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015
10016 \series bold
10017 Feliciello
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 Domenico
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035 111
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 </row>
10041 <row>
10042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \series bold
10048 Focarelli
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 Paola
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066 111
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row>
10073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \series bold
10079 Galletti
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088 Oreste
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097 111
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 <row>
10104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \series bold
10110 Gasparini
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119 Franca
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 111
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 </row>
10134 <row>
10135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139
10140 \series bold
10141 Lassini
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 Giancarlo
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 </row>
10165 <row>
10166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170
10171 \series bold
10172 Malfatti
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 Luciano
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190 111
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 </row>
10196 <row>
10197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201
10202 \series bold
10203 Malfatti
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 Valeriano
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221 111
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 </row>
10227 <row>
10228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232
10233 \series bold
10234 Meneguzzo
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 Roberto
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252 111
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 </row>
10258 <row>
10259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263
10264 \series bold
10265 Mezzadra
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 Roberto
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283 111
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 </row>
10289 <row>
10290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294
10295 \series bold
10296 Pirpamer
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 Erich
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314 111
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 </row>
10320 <row>
10321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325
10326 \series bold
10327 Pochiesa
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 Paolo
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 111, 222
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 </row>
10351 <row>
10352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356
10357 \series bold
10358 Radina
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 Claudio
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376 111
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 </row>
10382 <row>
10383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387
10388 \series bold
10389 Rizzardi
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 Paolo, 11.
10399  Fürst von Montecompatri, 11.
10400  Fürst von Sulmona und Vivaro, 10.
10401  Fürst von Rossano, 5.
10402  Herzog von Canemorte, 11.
10403  Herzog von Palombara, 5.
10404  Herzog von Castelchiodato,
10405 \begin_inset ERT
10406 status open
10407
10408 \begin_layout Plain Layout
10409
10410 & 111
10411 \backslash
10412
10413 \backslash
10414  
10415 \backslash
10416 newpage
10417 \end_layout
10418
10419 \begin_layout Plain Layout
10420
10421 &
10422 \end_layout
10423
10424 \end_inset
10425
10426  11.
10427  Herzog von Poggionativo, 11.
10428  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10429  Graf von Valinfreda, 11.
10430  Baron von Cropalati, 11.
10431  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 111
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 </row>
10446 <row>
10447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451
10452 \series bold
10453 Stuffer
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 Oskar
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 111
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 <row>
10478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482
10483 \series bold
10484 Tacchelli
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 Ugo
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 111
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 </row>
10508 <row>
10509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513
10514 \series bold
10515 Tezzele
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 Margit
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 111
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 </row>
10539 <row>
10540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544
10545 \series bold
10546 Unterkalmsteiner
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 Frieda
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 111
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 </row>
10570 <row>
10571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575
10576 \series bold
10577 Vieider
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 Hilde
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 111
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row>
10602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \series bold
10608 Vigna
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 Jürgen
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 111
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 </row>
10632 <row>
10633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637
10638 \series bold
10639 Weber
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 Maurizio
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 111
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 </row>
10663 <row>
10664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668
10669 \series bold
10670 Winkler
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 Franz
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 111
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 </row>
10694 </lyxtabular>
10695
10696 \end_inset
10697
10698
10699 \end_layout
10700
10701 \begin_layout Section
10702 Líneas múltiples en columnas y filas
10703 \end_layout
10704
10705 \begin_layout Subsection
10706 Líneas múltiples en celdas
10707 \begin_inset CommandInset label
10708 LatexCommand label
10709 name "sub:Líneas-Múltiples-en"
10710
10711 \end_inset
10712
10713
10714 \begin_inset Index
10715 status collapsed
10716
10717 \begin_layout Plain Layout
10718 Lineas@Líneas múltiples en celdas
10719 \end_layout
10720
10721 \end_inset
10722
10723
10724 \begin_inset Index
10725 status collapsed
10726
10727 \begin_layout Plain Layout
10728 Tablas ! Saltos de línea
10729 \end_layout
10730
10731 \end_inset
10732
10733
10734 \end_layout
10735
10736 \begin_layout Standard
10737 \noindent
10738 \begin_inset Float table
10739 placement H
10740 wide false
10741 sideways false
10742 status open
10743
10744 \begin_layout Plain Layout
10745 \begin_inset Caption
10746
10747 \begin_layout Plain Layout
10748 \begin_inset CommandInset label
10749 LatexCommand label
10750 name "tab:Tabla-con-múltiples"
10751
10752 \end_inset
10753
10754 Tabla con líneas múltiples en celda
10755 \end_layout
10756
10757 \end_inset
10758
10759
10760 \end_layout
10761
10762 \begin_layout Plain Layout
10763 \align center
10764 \begin_inset Tabular
10765 <lyxtabular version="3" rows="3" columns="3">
10766 <features>
10767 <column alignment="center" valignment="middle" width="2.5cm">
10768 <column alignment="center" valignment="middle" width="0">
10769 <column alignment="center" valignment="middle" width="0">
10770 <row>
10771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 líneas
10776 \begin_inset Newline linebreak
10777 \end_inset
10778
10779 múltiples
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788 b
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 c
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 d
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 e
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 f
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 <row>
10833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 g
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846 h
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 i
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 </row>
10861 </lyxtabular>
10862
10863 \end_inset
10864
10865
10866 \end_layout
10867
10868 \end_inset
10869
10870
10871 \end_layout
10872
10873 \begin_layout Standard
10874 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10875  párrafos con varias líneas y guionado.
10876 \end_layout
10877
10878 \begin_layout Standard
10879 Para generar la tabla
10880 \begin_inset space ~
10881 \end_inset
10882
10883
10884 \begin_inset CommandInset ref
10885 LatexCommand ref
10886 reference "tab:Tabla-con-múltiples"
10887
10888 \end_inset
10889
10890 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10891  En el diálogo que surge establece una anchura de 2.5
10892 \begin_inset space \thinspace{}
10893 \end_inset
10894
10895 cm y escoge centro en alineación vertical y horizontal.
10896  La alineación vertical se utiliza para todas las celdas de la fila.
10897  Como nuestro texto es menor de 2.5
10898 \begin_inset space \thinspace{}
10899 \end_inset
10900
10901 cm, sólo aparece una línea.
10902  Para poner dos añadimos un salto de línea justificado, (atajo 
10903 \family sans
10904 Ctrl+Mayúsculas+Retorno
10905 \family default
10906 ).
10907  Si el texto es más ancho que la celda será automáticamente dividido en
10908  líneas.
10909 \end_layout
10910
10911 \begin_layout Standard
10912 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10913  con guión si es la primera entrada.
10914  Por eso hay que insertar algo para que dicha palabra no sea la primera
10915  entrada: añade un espacio horizontal de 0
10916 \begin_inset space \thinspace{}
10917 \end_inset
10918
10919 pt delante de la palabra.
10920  Como el espacio es 0 la salida no cambia.
10921  El cuadro
10922 \begin_inset space ~
10923 \end_inset
10924
10925
10926 \begin_inset CommandInset ref
10927 LatexCommand ref
10928 reference "tab:Tabla-con-y"
10929
10930 \end_inset
10931
10932  muestra el efecto.
10933 \end_layout
10934
10935 \begin_layout Standard
10936 \begin_inset Float table
10937 placement b
10938 wide false
10939 sideways false
10940 status open
10941
10942 \begin_layout Plain Layout
10943 \begin_inset Caption
10944
10945 \begin_layout Plain Layout
10946 \begin_inset CommandInset label
10947 LatexCommand label
10948 name "tab:Tabla-con-y"
10949
10950 \end_inset
10951
10952 Tablas con y sin guión
10953 \end_layout
10954
10955 \end_inset
10956
10957
10958 \end_layout
10959
10960 \begin_layout Plain Layout
10961 \begin_inset space \hfill{}
10962 \end_inset
10963
10964
10965 \begin_inset Tabular
10966 <lyxtabular version="3" rows="3" columns="3">
10967 <features>
10968 <column alignment="center" valignment="middle" width="2.5cm">
10969 <column alignment="center" valignment="middle" width="0">
10970 <column alignment="center" valignment="middle" width="0">
10971 <row>
10972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 celdaconpalabramuylarga
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 b
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 c
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 </row>
11000 <row>
11001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 d
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 e
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 f
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row>
11030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 g
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 h
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 i
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 </row>
11058 </lyxtabular>
11059
11060 \end_inset
11061
11062
11063 \begin_inset space \hfill{}
11064 \end_inset
11065
11066
11067 \begin_inset Tabular
11068 <lyxtabular version="3" rows="3" columns="3">
11069 <features>
11070 <column alignment="center" valignment="middle" width="2.5cm">
11071 <column alignment="center" valignment="middle" width="0">
11072 <column alignment="center" valignment="middle" width="0">
11073 <row>
11074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 \begin_inset space \hspace{}
11079 \length 0pt
11080 \end_inset
11081
11082 celdaconpalabramuylarga
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091 b
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 c
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 </row>
11106 <row>
11107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 d
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 e
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 f
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 </row>
11135 <row>
11136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 g
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 h
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 i
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 </row>
11164 </lyxtabular>
11165
11166 \end_inset
11167
11168
11169 \begin_inset space \hfill{}
11170 \end_inset
11171
11172
11173 \end_layout
11174
11175 \end_inset
11176
11177
11178 \end_layout
11179
11180 \begin_layout Subsection
11181 Multicolumnas
11182 \begin_inset CommandInset label
11183 LatexCommand label
11184 name "sub:Multicolumnas"
11185
11186 \end_inset
11187
11188
11189 \begin_inset Index
11190 status collapsed
11191
11192 \begin_layout Plain Layout
11193 Multicolumnas
11194 \end_layout
11195
11196 \end_inset
11197
11198
11199 \begin_inset Index
11200 status collapsed
11201
11202 \begin_layout Plain Layout
11203 Tablas ! Multicolumnas
11204 \end_layout
11205
11206 \end_inset
11207
11208
11209 \end_layout
11210
11211 \begin_layout Subsubsection
11212 Fundamentos de multicolumna
11213 \end_layout
11214
11215 \begin_layout Standard
11216 Para extender una celda sobre varias columnas, se marcan las celdas que
11217  se desee combinar y se usa el botón 
11218 \begin_inset Graphics
11219         filename ../../images/tabular-feature_multicolumn.png
11220         scale 85
11221
11222 \end_inset
11223
11224 , el menú 
11225 \family sans
11226 Editar\SpecialChar \menuseparator
11227 Tabla\SpecialChar \menuseparator
11228 Multicolumna
11229 \family default
11230 , o clic derecho sobre las celdas marcadas y 
11231 \lang english
11232 choose
11233 \lang spanish
11234  
11235 \family sans
11236 Multicolumna
11237 \family default
11238  
11239 \lang english
11240 in the appearing context menu.
11241 \end_layout
11242
11243 \begin_layout Standard
11244 Las multicolumnas tienen su propia configuración de celdas.
11245  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11246  multicolumna.
11247  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11248  última fila sin borde superior:
11249 \end_layout
11250
11251 \begin_layout Standard
11252 \align center
11253 \begin_inset Tabular
11254 <lyxtabular version="3" rows="3" columns="4">
11255 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11256 <column alignment="center" valignment="top" width="0pt">
11257 <column alignment="center" valignment="middle" width="0">
11258 <column alignment="center" valignment="top" width="0in">
11259 <column alignment="center" valignment="top" width="0pt">
11260 <row>
11261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 abc
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 def ghi
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 jkl
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 </row>
11298 <row>
11299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303
11304 \family roman
11305 \series medium
11306 \shape up
11307 \size normal
11308 \emph off
11309 \bar no
11310 \noun off
11311 \color none
11312 A
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 B
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 C
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339 D
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 </row>
11345 <row>
11346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 1
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 2
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 3
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 4
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 </row>
11383 </lyxtabular>
11384
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \begin_layout Subsubsection
11391 Cálculos en multicolumnas
11392 \begin_inset CommandInset label
11393 LatexCommand label
11394 name "sub:Cálculos-en-Multicolumnas"
11395
11396 \end_inset
11397
11398
11399 \begin_inset Index
11400 status collapsed
11401
11402 \begin_layout Plain Layout
11403 Multicolumnas ! Cálculos
11404 \end_layout
11405
11406 \end_inset
11407
11408
11409 \end_layout
11410
11411 \begin_layout Standard
11412 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11413  la anchura de celda de las columnas combinadas en la celda multicolumna.
11414 \end_layout
11415
11416 \begin_layout Standard
11417 \begin_inset Float table
11418 placement h
11419 wide false
11420 sideways false
11421 status open
11422
11423 \begin_layout Plain Layout
11424 \begin_inset Caption
11425
11426 \begin_layout Plain Layout
11427 \begin_inset CommandInset label
11428 LatexCommand label
11429 name "tab:Tabla-con-centrado"
11430
11431 \end_inset
11432
11433 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11434 te la mitad de anchura que la celda multicolumna
11435 \begin_inset OptArg
11436 status collapsed
11437
11438 \begin_layout Plain Layout
11439 Tabla multicolumna perfecta
11440 \end_layout
11441
11442 \end_inset
11443
11444
11445 \end_layout
11446
11447 \end_inset
11448
11449
11450 \end_layout
11451
11452 \begin_layout Plain Layout
11453 \align center
11454 \begin_inset Tabular
11455 <lyxtabular version="3" rows="3" columns="3">
11456 <features>
11457 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11458 <column alignment="center" valignment="middle" width="0">
11459 <column alignment="center" valignment="top" width="0">
11460 <row>
11461 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 multicolumna línea múltiple
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 c
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 <row>
11490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 d
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 e
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 f
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 </row>
11518 <row>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 g
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 h
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 i
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 </row>
11547 </lyxtabular>
11548
11549 \end_inset
11550
11551
11552 \end_layout
11553
11554 \end_inset
11555
11556
11557 \end_layout
11558
11559 \begin_layout Standard
11560 Por ejemplo, para crear la tabla
11561 \begin_inset space ~
11562 \end_inset
11563
11564
11565 \begin_inset CommandInset ref
11566 LatexCommand ref
11567 reference "tab:Tabla-con-centrado"
11568
11569 \end_inset
11570
11571 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11572  clic derecho.
11573  En el diálogo marca 
11574 \emph on
11575 multicolumna
11576 \emph default
11577
11578 \emph on
11579 alineación centro
11580 \emph default
11581  y una anchura de 2.5
11582 \begin_inset space \thinspace{}
11583 \end_inset
11584
11585 cm.
11586  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11587  de la celda multicolumna, así que deberías ajustar 1.25
11588 \begin_inset space \thinspace{}
11589 \end_inset
11590
11591 cm para la primera columna.
11592  La segunda columna tendrá entonces automáticamente 1.25
11593 \begin_inset space \thinspace{}
11594 \end_inset
11595
11596 cm de anchura.
11597  Para la tabla
11598 \begin_inset space ~
11599 \end_inset
11600
11601
11602 \begin_inset CommandInset ref
11603 LatexCommand ref
11604 reference "tab:Tabla-sin-mitad"
11605
11606 \end_inset
11607
11608  se ha procedido de la siguiente manera:
11609 \end_layout
11610
11611 \begin_layout Standard
11612 \begin_inset Float table
11613 wide false
11614 sideways false
11615 status open
11616
11617 \begin_layout Plain Layout
11618 \begin_inset Caption
11619
11620 \begin_layout Plain Layout
11621 \begin_inset CommandInset label
11622 LatexCommand label
11623 name "tab:Tabla-sin-mitad"
11624
11625 \end_inset
11626
11627 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11628  anchura que la celda multicolumna
11629 \begin_inset OptArg
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633 Tabla multicolumna imperfecta
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \end_layout
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Plain Layout
11647 \align center
11648 \begin_inset Tabular
11649 <lyxtabular version="3" rows="3" columns="3">
11650 <features>
11651 <column alignment="center" valignment="top" width="1.25cm">
11652 <column alignment="center" valignment="top" width="0">
11653 <column alignment="center" valignment="top" width="0">
11654 <row>
11655 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 multicolumna línea múltiple
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 c
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 </row>
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 d
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 e
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 f
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 </row>
11712 <row>
11713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 g
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 h
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 i
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 </row>
11741 </lyxtabular>
11742
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \end_inset
11749
11750
11751 \end_layout
11752
11753 \begin_layout Standard
11754 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11755 a, es un poco mayor.
11756  La razón es que la anchura dada para una celda 
11757 \begin_inset Formula $W_{g}$
11758 \end_inset
11759
11760  no es su anchura total 
11761 \begin_inset Formula $W_{\mathrm{tot}}$
11762 \end_inset
11763
11764  porque una celda es siempre algo mayor que la anchura dada.
11765  El apéndice
11766 \begin_inset space ~
11767 \end_inset
11768
11769
11770 \begin_inset CommandInset ref
11771 LatexCommand eqref
11772 reference "cap:Explicación-de-la-Ecuación"
11773
11774 \end_inset
11775
11776  lo explica con detalle.
11777 \end_layout
11778
11779 \begin_layout Standard
11780 La anchura dada necesaria, 
11781 \begin_inset Formula $W_{g\, n}$
11782 \end_inset
11783
11784  para combinar 
11785 \emph on
11786 n
11787 \emph default
11788  columnas puede calcularse de manera que cada columna tenga una anchura
11789  total de 
11790 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11791 \end_inset
11792
11793 :
11794 \begin_inset Formula \begin{equation}
11795 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11796
11797 \end_inset
11798
11799
11800 \end_layout
11801
11802 \begin_layout Standard
11803 En nuestro caso tenemos 
11804 \begin_inset Formula $n=2$
11805 \end_inset
11806
11807
11808 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11809 \end_inset
11810
11811
11812 \begin_inset space \thinspace{}
11813 \end_inset
11814
11815 cm y los valores predeterminados para longitudes, así la ecuación
11816 \begin_inset space ~
11817 \end_inset
11818
11819
11820 \begin_inset CommandInset ref
11821 LatexCommand ref
11822 reference "eq:Wgn"
11823
11824 \end_inset
11825
11826  queda
11827 \begin_inset Formula \begin{equation}
11828 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11829
11830 \end_inset
11831
11832
11833 \end_layout
11834
11835 \begin_layout Standard
11836 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11837  
11838 \series bold
11839 calc
11840 \series default
11841  con la línea
11842 \begin_inset Index
11843 status collapsed
11844
11845 \begin_layout Plain Layout
11846 LaTeX-paquetes ! calc
11847 \end_layout
11848
11849 \end_inset
11850
11851
11852 \end_layout
11853
11854 \begin_layout Standard
11855
11856 \series bold
11857
11858 \backslash
11859 usepackage{calc}
11860 \end_layout
11861
11862 \begin_layout Standard
11863 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11864  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11865  He aquí un repaso de los argumentos:
11866 \end_layout
11867
11868 \begin_layout Itemize
11869
11870 \series bold
11871 p{ancho}
11872 \series default
11873  crea celdas con anchura fija, el texto alineado arriba
11874 \end_layout
11875
11876 \begin_layout Itemize
11877
11878 \series bold
11879 m{ancho}
11880 \series default
11881  crea celdas con anchura fija, el texto con alineación vertical centrada
11882  
11883 \end_layout
11884
11885 \begin_layout Itemize
11886
11887 \series bold
11888 b{ancho}
11889 \series default
11890  crea celdas con anchura fija, el texto alineado abajo
11891 \end_layout
11892
11893 \begin_layout Standard
11894 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11895  en el diálogo se ignoran.
11896 \end_layout
11897
11898 \begin_layout Standard
11899 \begin_inset Note Greyedout
11900 status open
11901
11902 \begin_layout Plain Layout
11903
11904 \series bold
11905 Nota:
11906 \series default
11907  Debido a un error, LyX muestra de todas formas estas propiedades.
11908 \end_layout
11909
11910 \end_inset
11911
11912  
11913 \end_layout
11914
11915 \begin_layout Standard
11916 El comando 
11917 \series bold
11918
11919 \backslash
11920 centering
11921 \series default
11922  centra horizontalmente el texto.
11923  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11924  columna extendida:
11925 \end_layout
11926
11927 \begin_layout Standard
11928
11929 \series bold
11930 >{
11931 \backslash
11932 centering}m{1.25cm-6.2pt}
11933 \end_layout
11934
11935 \begin_layout Standard
11936 El comando 
11937 \series bold
11938 >{ }
11939 \series default
11940  significa que los comandos entre llaves se aplican antes de crear la celda.
11941 \end_layout
11942
11943 \begin_layout Standard
11944 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11945 , aún está alineado a la izquierda.
11946  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11947  Así que para multicolumnas hemos de usar el argumento de LaTeX
11948 \end_layout
11949
11950 \begin_layout Standard
11951
11952 \series bold
11953 >{
11954 \backslash
11955 centering}m{2.5cm}
11956 \end_layout
11957
11958 \begin_layout Subsection
11959 Multifilas
11960 \begin_inset Index
11961 status collapsed
11962
11963 \begin_layout Plain Layout
11964 Multifilas
11965 \end_layout
11966
11967 \end_inset
11968
11969
11970 \begin_inset Index
11971 status collapsed
11972
11973 \begin_layout Plain Layout
11974 Tablas ! Multifilas
11975 \end_layout
11976
11977 \end_inset
11978
11979
11980 \end_layout
11981
11982 \begin_layout Standard
11983 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11984  hace falta un poco de código TeX.
11985  Hay que cargar el paquete de LaTeX 
11986 \series bold
11987 multirow
11988 \series default
11989
11990 \begin_inset Index
11991 status collapsed
11992
11993 \begin_layout Plain Layout
11994 LaTeX-paquetes ! multirow
11995 \end_layout
11996
11997 \end_inset
11998
11999  en el preámbulo del documento con el comando
12000 \end_layout
12001
12002 \begin_layout Standard
12003
12004 \series bold
12005
12006 \backslash
12007 usepackage{multirow}
12008 \end_layout
12009
12010 \begin_layout Standard
12011 Las multifilas se crean con el comando
12012 \end_layout
12013
12014 \begin_layout Standard
12015
12016 \series bold
12017
12018 \backslash
12019 multirow{número de filas}{ancho de celda}{entrada de celda}
12020 \end_layout
12021
12022 \begin_layout Standard
12023 Para crear la siguiente tabla:
12024 \end_layout
12025
12026 \begin_layout Standard
12027 \align center
12028 \begin_inset ERT
12029 status collapsed
12030
12031 \begin_layout Plain Layout
12032
12033
12034 \backslash
12035 renewcommand{
12036 \backslash
12037 multirowsetup}{
12038 \backslash
12039 centering}
12040 \end_layout
12041
12042 \end_inset
12043
12044
12045 \begin_inset Tabular
12046 <lyxtabular version="3" rows="3" columns="3">
12047 <features>
12048 <column alignment="center" valignment="top" width="0">
12049 <column alignment="center" valignment="top" width="0">
12050 <column alignment="center" valignment="top" width="0">
12051 <row>
12052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056 a
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065 b
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074 c
12075 \end_layout
12076
12077 \end_inset
12078 </cell>
12079 </row>
12080 <row>
12081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 \begin_inset ERT
12086 status collapsed
12087
12088 \begin_layout Plain Layout
12089
12090
12091 \backslash
12092 multirow{2}{2.5cm}{
12093 \end_layout
12094
12095 \end_inset
12096
12097 entrada multifila
12098 \begin_inset ERT
12099 status collapsed
12100
12101 \begin_layout Plain Layout
12102
12103 }
12104 \end_layout
12105
12106 \end_inset
12107
12108
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 e
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 f
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 </row>
12132 <row>
12133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 h
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 i
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 </row>
12161 </lyxtabular>
12162
12163 \end_inset
12164
12165
12166 \begin_inset ERT
12167 status collapsed
12168
12169 \begin_layout Plain Layout
12170
12171
12172 \backslash
12173 renewcommand{
12174 \backslash
12175 multirowsetup}{
12176 \backslash
12177 raggedright}
12178 \end_layout
12179
12180 \end_inset
12181
12182
12183 \end_layout
12184
12185 \begin_layout Standard
12186 crea una tabla 3×3.
12187  Elimina el borde superior de la última celda en la primera columna.
12188  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12189  ahí el comando
12190 \end_layout
12191
12192 \begin_layout Standard
12193
12194 \series bold
12195
12196 \backslash
12197 multirow{2}{2.5cm}{
12198 \end_layout
12199
12200 \begin_layout Standard
12201 en código TeX.
12202  Según los parámetros del comando la multifila se expande a dos filas y
12203  tiene de ancho 2.5
12204 \begin_inset space \thinspace{}
12205 \end_inset
12206
12207 cm.
12208  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12209  y el comando finaliza con llave derecha 
12210 \series bold
12211 }
12212 \series default
12213  en otro cuadro de código TeX tras el texto.
12214 \end_layout
12215
12216 \begin_layout Standard
12217
12218 \series bold
12219
12220 \backslash
12221 multirow
12222 \series default
12223  alinea su contenido a la izquierda por omisión.
12224  Para cambiarlo renombra el comando 
12225 \series bold
12226
12227 \backslash
12228 multirowsetup
12229 \series default
12230  con el comando
12231 \end_layout
12232
12233 \begin_layout Standard
12234
12235 \series bold
12236
12237 \backslash
12238 renewcommand{
12239 \backslash
12240 multirowsetup}{
12241 \backslash
12242 centering}
12243 \end_layout
12244
12245 \begin_layout Standard
12246 en el preámbulo del documento.
12247  Entonces se centran todas las entradas de celdas multifila en el documento.
12248  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12249  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12250  Si el texto debe estar alineado a la derecha, reemplaza 
12251 \series bold
12252
12253 \backslash
12254 centering
12255 \series default
12256  por 
12257 \series bold
12258
12259 \backslash
12260 raggedleft
12261 \series default
12262 .
12263  Para volver a alineado a la izquierda usa 
12264 \series bold
12265
12266 \backslash
12267 raggedright
12268 \series default
12269 .
12270 \end_layout
12271
12272 \begin_layout Section
12273 Tablas formales
12274 \begin_inset CommandInset label
12275 LatexCommand label
12276 name "sec:Tablas-Formales"
12277
12278 \end_inset
12279
12280
12281 \begin_inset Index
12282 status collapsed
12283
12284 \begin_layout Plain Layout
12285 Tablas ! Formales
12286 \end_layout
12287
12288 \end_inset
12289
12290  
12291 \end_layout
12292
12293 \begin_layout Standard
12294 En los libros, las tablas se suelen presentar en un formato como el de la
12295  tabla 
12296 \begin_inset space ~
12297 \end_inset
12298
12299
12300 \begin_inset CommandInset ref
12301 LatexCommand ref
12302 reference "tab:Ejemplo-tabla-formal"
12303
12304 \end_inset
12305
12306 .
12307  Se denominan tablas 
12308 \emph on
12309 formales
12310 \emph default
12311 .
12312  Para hacer tablas con este diseño, elige 
12313 \family sans
12314 Estilo
12315 \family default
12316
12317 \begin_inset space ~
12318 \end_inset
12319
12320
12321 \family sans
12322 Formal
12323 \family default
12324  en la solapa 
12325 \family sans
12326 Bordes
12327 \family default
12328  del cuadro de diálogo de tablas.
12329 \end_layout
12330
12331 \begin_layout Standard
12332 \begin_inset Float table
12333 placement h
12334 wide false
12335 sideways false
12336 status open
12337
12338 \begin_layout Plain Layout
12339 \begin_inset Caption
12340
12341 \begin_layout Plain Layout
12342 \begin_inset CommandInset label
12343 LatexCommand label
12344 name "tab:Ejemplo-tabla-formal"
12345
12346 \end_inset
12347
12348 Ejemplo de tabla formal
12349 \end_layout
12350
12351 \end_inset
12352
12353
12354 \end_layout
12355
12356 \begin_layout Plain Layout
12357 \align center
12358 \begin_inset Tabular
12359 <lyxtabular version="3" rows="8" columns="4">
12360 <features booktabs="true">
12361 <column alignment="center" valignment="top" width="0">
12362 <column alignment="center" valignment="top" width="0">
12363 <column alignment="center" valignment="top" width="0">
12364 <column alignment="center" valignment="top" width="0">
12365 <row>
12366 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12367 \begin_inset Text
12368
12369 \begin_layout Plain Layout
12370 System
12371 \end_layout
12372
12373 \end_inset
12374 </cell>
12375 <cell alignment="center" valignment="top" topline="true" usebox="none">
12376 \begin_inset Text
12377
12378 \begin_layout Plain Layout
12379 Medipix
12380 \begin_inset space \thinspace{}
12381 \end_inset
12382
12383 1
12384 \end_layout
12385
12386 \end_inset
12387 </cell>
12388 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12389 \begin_inset Text
12390
12391 \begin_layout Plain Layout
12392 Medipix
12393 \begin_inset space \thinspace{}
12394 \end_inset
12395
12396 2
12397 \end_layout
12398
12399 \end_inset
12400 </cell>
12401 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12402 \begin_inset Text
12403
12404 \begin_layout Plain Layout
12405
12406 \end_layout
12407
12408 \end_inset
12409 </cell>
12410 </row>
12411 <row>
12412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12413 \begin_inset Text
12414
12415 \begin_layout Plain Layout
12416 \begin_inset ERT
12417 status collapsed
12418
12419 \begin_layout Plain Layout
12420
12421
12422 \backslash
12423 cmidrule(r){2-2}
12424 \end_layout
12425
12426 \end_inset
12427
12428
12429 \begin_inset ERT
12430 status collapsed
12431
12432 \begin_layout Plain Layout
12433
12434
12435 \backslash
12436 cmidrule(l){3-4}
12437 \end_layout
12438
12439 \end_inset
12440
12441 Detector thickness [µm]
12442 \end_layout
12443
12444 \end_inset
12445 </cell>
12446 <cell alignment="center" valignment="top" usebox="none">
12447 \begin_inset Text
12448
12449 \begin_layout Plain Layout
12450 300
12451 \end_layout
12452
12453 \end_inset
12454 </cell>
12455 <cell alignment="center" valignment="top" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Plain Layout
12459 300
12460 \end_layout
12461
12462 \end_inset
12463 </cell>
12464 <cell alignment="center" valignment="top" usebox="none">
12465 \begin_inset Text
12466
12467 \begin_layout Plain Layout
12468 700
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 </row>
12474 <row>
12475 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479 Edge angle [°]
12480 \end_layout
12481
12482 \end_inset
12483 </cell>
12484 <cell alignment="center" valignment="top" topline="true" usebox="none">
12485 \begin_inset Text
12486
12487 \begin_layout Plain Layout
12488 3.55
12489 \end_layout
12490
12491 \end_inset
12492 </cell>
12493 <cell alignment="center" valignment="top" topline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 2.71
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" topline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 7.99
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 </row>
12512 <row topspace="default">
12513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Plain Layout
12517 Spatial resolution [µm]
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 <cell alignment="center" valignment="top" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 4.26
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 10.17
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell alignment="center" valignment="top" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544 10.56
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 </row>
12550 <row topspace="default">
12551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 MTF at 
12556 \begin_inset Formula $f_{\mathrm{max}}$
12557 \end_inset
12558
12559
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 <cell alignment="center" valignment="top" usebox="none">
12565 \begin_inset Text
12566
12567 \begin_layout Plain Layout
12568 0.53
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 <cell alignment="center" valignment="top" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 0.37
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 <cell alignment="center" valignment="top" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 0.39
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 </row>
12592 <row topspace="default">
12593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 \begin_inset ERT
12598 status collapsed
12599
12600 \begin_layout Plain Layout
12601
12602
12603 \backslash
12604 cmidrule(l{10pt}){1-1}
12605 \end_layout
12606
12607 \end_inset
12608
12609 LSF-spatial resolution
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 <cell alignment="center" valignment="top" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 </row>
12642 <row>
12643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 in µm
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 129.7
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 52.75
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 50.78
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 </row>
12680 <row>
12681 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 in % of pixel size
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 76.3
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 95.9
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 92.3
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 </row>
12718 </lyxtabular>
12719
12720 \end_inset
12721
12722
12723 \end_layout
12724
12725 \end_inset
12726
12727
12728 \end_layout
12729
12730 \begin_layout Standard
12731 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12732  correspondientes que se encuentran en la solapa 
12733 \family sans
12734 Bordes 
12735 \family default
12736 del diálogo
12737 \family sans
12738  Configuración
12739 \begin_inset space ~
12740 \end_inset
12741
12742 de
12743 \begin_inset space ~
12744 \end_inset
12745
12746 la
12747 \begin_inset space ~
12748 \end_inset
12749
12750 tabla
12751 \family default
12752 , como se explica en la sección
12753 \begin_inset space ~
12754 \end_inset
12755
12756
12757 \begin_inset CommandInset ref
12758 LatexCommand ref
12759 reference "sub:Espacio-adicional"
12760
12761 \end_inset
12762
12763
12764 \end_layout
12765
12766 \begin_layout Standard
12767 A diferencia de las tablas normales, las tablas formales no tienen líneas
12768  verticales.
12769  Las líneas horizontales se pueden poner o no como en las tablas normales,
12770  pero en la salida se mostrarán con distinto grosor:
12771 \begin_inset Newline newline
12772 \end_inset
12773
12774 Las líneas primera y última tienen un grosor predeterminado de 0.08
12775 \begin_inset space \thinspace{}
12776 \end_inset
12777
12778 em, las demás tienen un grosor predeterminado de 0.05
12779 \begin_inset space \thinspace{}
12780 \end_inset
12781
12782 em.
12783 \end_layout
12784
12785 \begin_layout Standard
12786 Estos valores predeterminados se pueden cambiar
12787 \series bold
12788  
12789 \series default
12790 con las líneas de preámbulo:
12791 \end_layout
12792
12793 \begin_layout Standard
12794
12795 \series bold
12796
12797 \backslash
12798 let
12799 \backslash
12800 mytoprule
12801 \backslash
12802 toprule
12803 \begin_inset Newline newline
12804 \end_inset
12805
12806
12807 \backslash
12808 renewcommand{
12809 \backslash
12810 toprule}{
12811 \backslash
12812 mytoprule[grosor]}
12813 \end_layout
12814
12815 \begin_layout Standard
12816 Este ejemplo es para la primera línea, la denominada 
12817 \series bold
12818 toprule
12819 \series default
12820 .
12821  Si quieres cambiar el grosor de la última línea, reemplaza 
12822 \series bold
12823 toprule
12824 \series default
12825  por 
12826 \series bold
12827 bottomrule
12828 \series default
12829 .
12830  Y para cambiar el grosor de las demás líneas cambia 
12831 \series bold
12832 toprule
12833 \series default
12834  por 
12835 \series bold
12836 midrule
12837 \series default
12838 .
12839  Puedes usar cualquiera de las unidades listadas en el apéndice
12840 \begin_inset space ~
12841 \end_inset
12842
12843
12844 \begin_inset CommandInset ref
12845 LatexCommand ref
12846 reference "cap:Unidades-disponibles-en"
12847
12848 \end_inset
12849
12850  para establecer el grosor.
12851 \end_layout
12852
12853 \begin_layout Standard
12854 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12855  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12856  LyX empleará internamente el comando 
12857 \series bold
12858
12859 \backslash
12860 cmidrule
12861 \series default
12862  para dibujar la línea.
12863  El esquema completo es
12864 \end_layout
12865
12866 \begin_layout Standard
12867
12868 \series bold
12869
12870 \backslash
12871 cmidrule[grosor](recorte){inicol-fincol}
12872 \end_layout
12873
12874 \begin_layout Standard
12875 Por el momento, LyX no soporta las opciones de 
12876 \series bold
12877
12878 \backslash
12879 cmidrule
12880 \series default
12881 , así que para usarlas hay que emplear código TeX.
12882  Las líneas 
12883 \series bold
12884
12885 \backslash
12886 cmidrule
12887 \series default
12888  se pueden insertar manualmente con el comando en código TeX como primera
12889  entrada de la primera celda de una fila.
12890  En la salida se dibujará la línea sobre dicha fila.
12891 \end_layout
12892
12893 \begin_layout Standard
12894 El grosor predeterminado es 0.03
12895 \begin_inset space \thinspace{}
12896 \end_inset
12897
12898 em.
12899  
12900 \series bold
12901 inicol
12902 \series default
12903  es el número de la columna en la que comienza la línea y 
12904 \series bold
12905 fincol
12906 \series default
12907  es el número de la columna en la que acaba la línea.
12908  El valor 
12909 \series bold
12910 fincol
12911 \series default
12912  debe especificarse siempre, aunque la línea se extienda sobre una sola
12913  columna.
12914  El parámetro opcional 
12915 \series bold
12916 recorte
12917 \series default
12918  debe ser 
12919 \emph on
12920 l{recorte}
12921 \emph default
12922  o 
12923 \emph on
12924 r{recorte}
12925 \emph default
12926 , donde 
12927 \emph on
12928 recorte
12929 \emph default
12930  también es opcional.
12931  Por ejemplo, el parámetro 
12932 \emph on
12933 l{2pt}
12934 \emph default
12935  significa que la línea se recorta 2
12936 \begin_inset space \thinspace{}
12937 \end_inset
12938
12939 pt por su izquierda.
12940  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12941 \begin_inset space \thinspace{}
12942 \end_inset
12943
12944 em.
12945
12946 \series bold
12947  
12948 \end_layout
12949
12950 \begin_layout Standard
12951
12952 \end_layout
12953
12954 \begin_layout Standard
12955 \begin_inset VSpace bigskip
12956 \end_inset
12957
12958
12959 \end_layout
12960
12961 \begin_layout Standard
12962 La tabla
12963 \begin_inset space ~
12964 \end_inset
12965
12966
12967 \begin_inset CommandInset ref
12968 LatexCommand ref
12969 reference "tab:Ejemplo-tabla-formal"
12970
12971 \end_inset
12972
12973  se ha creado con los comandos
12974 \end_layout
12975
12976 \begin_layout Standard
12977
12978 \series bold
12979
12980 \backslash
12981 cmidrule(r){2-2}
12982 \backslash
12983 cmidrule(l){3-4}
12984 \end_layout
12985
12986 \begin_layout Standard
12987 en la segunda fila, 
12988 \series bold
12989
12990 \backslash
12991 midrule
12992 \series default
12993  en la tercera, y
12994 \end_layout
12995
12996 \begin_layout Standard
12997
12998 \series bold
12999
13000 \backslash
13001 cmidrule(l{10pt}){1-1}
13002 \end_layout
13003
13004 \begin_layout Standard
13005 en la sexta fila.
13006 \end_layout
13007
13008 \begin_layout Standard
13009 \begin_inset VSpace bigskip
13010 \end_inset
13011
13012
13013 \end_layout
13014
13015 \begin_layout Standard
13016 Quizá quieras superponer líneas 
13017 \series bold
13018
13019 \backslash
13020 cmidrules
13021 \series default
13022  como en la tabla
13023 \begin_inset space ~
13024 \end_inset
13025
13026
13027 \begin_inset CommandInset ref
13028 LatexCommand ref
13029 reference "tab:Tabla-formal-especial"
13030
13031 \end_inset
13032
13033 .
13034  Esto se consigue con el comando en código TeX
13035 \end_layout
13036
13037 \begin_layout Standard
13038
13039 \series bold
13040
13041 \backslash
13042 morecmidrules
13043 \end_layout
13044
13045 \begin_layout Standard
13046 El comando que se ha utilizado para la segunda fila de la tabla
13047 \begin_inset space ~
13048 \end_inset
13049
13050
13051 \begin_inset CommandInset ref
13052 LatexCommand ref
13053 reference "tab:Tabla-formal-especial"
13054
13055 \end_inset
13056
13057  es
13058 \end_layout
13059
13060 \begin_layout Standard
13061
13062 \series bold
13063
13064 \backslash
13065 cmidrule(r){2-2}
13066 \backslash
13067 cmidrule(l){3-4}
13068 \backslash
13069 morecmidrules
13070 \backslash
13071 cmidrule{2-4}
13072 \end_layout
13073
13074 \begin_layout Standard
13075 El comando para la sexta fila es
13076 \end_layout
13077
13078 \begin_layout Standard
13079
13080 \series bold
13081
13082 \backslash
13083 midrule
13084 \backslash
13085 morecmidrules
13086 \backslash
13087 cmidrule{3-4}
13088 \series default
13089
13090 \begin_inset VSpace bigskip
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \begin_layout Standard
13097 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13098  el siguiente comando para dibujar líneas que se extienden sobre todas las
13099  columnas
13100 \end_layout
13101
13102 \begin_layout Standard
13103
13104 \series bold
13105
13106 \backslash
13107 specialrule{anchura}{espacio superior}{espacio inferior}
13108 \end_layout
13109
13110 \begin_layout Standard
13111 Para más información sobre estas características especiales, acude al manual
13112  del paquete LaTeX 
13113 \series bold
13114 booktabs
13115 \series default
13116
13117 \begin_inset CommandInset citation
13118 LatexCommand cite
13119 key "booktabs"
13120
13121 \end_inset
13122
13123 .
13124 \begin_inset Index
13125 status collapsed
13126
13127 \begin_layout Plain Layout
13128 LaTeX-paquetes ! booktabs
13129 \end_layout
13130
13131 \end_inset
13132
13133  
13134 \begin_inset VSpace bigskip
13135 \end_inset
13136
13137
13138 \end_layout
13139
13140 \begin_layout Standard
13141 \begin_inset Float table
13142 placement h
13143 wide false
13144 sideways false
13145 status open
13146
13147 \begin_layout Plain Layout
13148 \begin_inset Caption
13149
13150 \begin_layout Plain Layout
13151 \begin_inset CommandInset label
13152 LatexCommand label
13153 name "tab:Tabla-formal-especial"
13154
13155 \end_inset
13156
13157 Tabla formal especial
13158 \end_layout
13159
13160 \end_inset
13161
13162
13163 \end_layout
13164
13165 \begin_layout Plain Layout
13166 \align center
13167 \begin_inset Tabular
13168 <lyxtabular version="3" rows="8" columns="4">
13169 <features booktabs="true">
13170 <column alignment="center" valignment="top" width="0">
13171 <column alignment="center" valignment="top" width="0">
13172 <column alignment="center" valignment="top" width="0">
13173 <column alignment="center" valignment="top" width="0">
13174 <row>
13175 <cell alignment="center" valignment="top" topline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 System
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" topline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 Medipix
13189 \begin_inset space \thinspace{}
13190 \end_inset
13191
13192 1
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 Medipix
13202 \begin_inset space \thinspace{}
13203 \end_inset
13204
13205 2
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 </row>
13220 <row>
13221 <cell alignment="center" valignment="top" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225 \begin_inset ERT
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229
13230
13231 \backslash
13232 cmidrule(r){2-2}
13233 \end_layout
13234
13235 \end_inset
13236
13237
13238 \begin_inset ERT
13239 status collapsed
13240
13241 \begin_layout Plain Layout
13242
13243
13244 \backslash
13245 cmidrule(l){3-4}
13246 \end_layout
13247
13248 \end_inset
13249
13250
13251 \begin_inset ERT
13252 status collapsed
13253
13254 \begin_layout Plain Layout
13255
13256
13257 \backslash
13258 morecmidrules 
13259 \end_layout
13260
13261 \end_inset
13262
13263
13264 \begin_inset ERT
13265 status collapsed
13266
13267 \begin_layout Plain Layout
13268
13269
13270 \backslash
13271 cmidrule{2-4}
13272 \end_layout
13273
13274 \end_inset
13275
13276 Detector thickness [µm]
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 300
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 <cell alignment="center" valignment="top" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 300
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 700
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 </row>
13309 <row>
13310 <cell alignment="center" valignment="top" topline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 Edge angle [°]
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 <cell alignment="center" valignment="top" topline="true" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 3.55
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 <cell alignment="center" valignment="top" topline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 2.71
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell alignment="center" valignment="top" topline="true" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 7.99
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 </row>
13347 <row topspace="default">
13348 <cell alignment="center" valignment="top" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352 Spatial resolution [µm]
13353 \end_layout
13354
13355 \end_inset
13356 </cell>
13357 <cell alignment="center" valignment="top" usebox="none">
13358 \begin_inset Text
13359
13360 \begin_layout Plain Layout
13361 4.26
13362 \end_layout
13363
13364 \end_inset
13365 </cell>
13366 <cell alignment="center" valignment="top" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 10.17
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 <cell alignment="center" valignment="top" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379 10.56
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 </row>
13385 <row topspace="default">
13386 <cell alignment="center" valignment="top" usebox="none">
13387 \begin_inset Text
13388
13389 \begin_layout Plain Layout
13390 MTF at 
13391 \begin_inset Formula $f_{\mathrm{max}}$
13392 \end_inset
13393
13394
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 0.53
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 0.37
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 0.39
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 </row>
13427 <row>
13428 <cell alignment="center" valignment="top" topline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 \begin_inset ERT
13433 status collapsed
13434
13435 \begin_layout Plain Layout
13436
13437
13438 \backslash
13439 morecmidrules 
13440 \end_layout
13441
13442 \end_inset
13443
13444
13445 \begin_inset ERT
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449
13450
13451 \backslash
13452 cmidrule{3-4}
13453 \end_layout
13454
13455 \end_inset
13456
13457 LSF-spatial resolution
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" topline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" topline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 </row>
13490 <row>
13491 <cell alignment="center" valignment="top" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 in µm
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504 129.7
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 52.75
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522 50.78
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 </row>
13528 <row>
13529 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 in % of pixel size
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 76.3
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 95.9
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 92.3
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 </row>
13566 </lyxtabular>
13567
13568 \end_inset
13569
13570
13571 \end_layout
13572
13573 \end_inset
13574
13575
13576 \end_layout
13577
13578 \begin_layout Section
13579 Alineación vertical de tablas
13580 \begin_inset Index
13581 status collapsed
13582
13583 \begin_layout Plain Layout
13584 Tablas ! Alineación vertical
13585 \end_layout
13586
13587 \end_inset
13588
13589
13590 \end_layout
13591
13592 \begin_layout Standard
13593 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13594  en un cuadro.
13595  Entonces el cuadro se puede alinear verticalmente como se describe en la
13596  sección
13597 \begin_inset space ~
13598 \end_inset
13599
13600
13601 \begin_inset CommandInset ref
13602 LatexCommand ref
13603 reference "sec:Diálogo-Cuadros"
13604
13605 \end_inset
13606
13607 .
13608  
13609 \end_layout
13610
13611 \begin_layout Standard
13612 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13613 \begin_inset Foot
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617 Las minipáginas se describen en la sección
13618 \begin_inset space ~
13619 \end_inset
13620
13621
13622 \begin_inset CommandInset ref
13623 LatexCommand ref
13624 reference "sec:Minipáginas"
13625
13626 \end_inset
13627
13628 .
13629 \end_layout
13630
13631 \end_inset
13632
13633  que tiene una anchura del 15
13634 \begin_inset space \thinspace{}
13635 \end_inset
13636
13637 % de columna:
13638 \end_layout
13639
13640 \begin_layout Itemize
13641 test 
13642 \begin_inset Box Frameless
13643 position "t"
13644 hor_pos "c"
13645 has_inner_box 1
13646 inner_pos "c"
13647 use_parbox 0
13648 width "15col%"
13649 special "none"
13650 height "1in"
13651 height_special "totalheight"
13652 status collapsed
13653
13654 \begin_layout Plain Layout
13655 \begin_inset Tabular
13656 <lyxtabular version="3" rows="3" columns="3">
13657 <features>
13658 <column alignment="center" valignment="top" width="0">
13659 <column alignment="center" valignment="top" width="0">
13660 <column alignment="center" valignment="top" width="0">
13661 <row>
13662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 a
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 d
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 g
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 <row>
13691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 b
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 e
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 h
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 </row>
13719 <row>
13720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 c
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 f
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 i
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 </row>
13748 </lyxtabular>
13749
13750 \end_inset
13751
13752
13753 \end_layout
13754
13755 \end_inset
13756
13757  test 
13758 \begin_inset ERT
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762
13763
13764 \backslash
13765 raisebox{0.85
13766 \backslash
13767 baselineskip}{
13768 \end_layout
13769
13770 \end_inset
13771
13772
13773 \begin_inset Box Frameless
13774 position "t"
13775 hor_pos "c"
13776 has_inner_box 1
13777 inner_pos "c"
13778 use_parbox 0
13779 width "15col%"
13780 special "none"
13781 height "1in"
13782 height_special "totalheight"
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786 \begin_inset Tabular
13787 <lyxtabular version="3" rows="3" columns="3">
13788 <features>
13789 <column alignment="center" valignment="top" width="0">
13790 <column alignment="center" valignment="top" width="0">
13791 <column alignment="center" valignment="top" width="0">
13792 <row>
13793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 a
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 d
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 g
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 </row>
13821 <row>
13822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826 b
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 e
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 h
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 </row>
13850 <row>
13851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 c
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 f
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873 i
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 </row>
13879 </lyxtabular>
13880
13881 \end_inset
13882
13883
13884 \end_layout
13885
13886 \end_inset
13887
13888
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894 }
13895 \end_layout
13896
13897 \end_inset
13898
13899
13900 \end_layout
13901
13902 \begin_layout Itemize
13903 test 
13904 \begin_inset Box Frameless
13905 position "c"
13906 hor_pos "c"
13907 has_inner_box 1
13908 inner_pos "c"
13909 use_parbox 0
13910 width "15col%"
13911 special "none"
13912 height "1in"
13913 height_special "totalheight"
13914 status collapsed
13915
13916 \begin_layout Plain Layout
13917 \begin_inset Tabular
13918 <lyxtabular version="3" rows="3" columns="3">
13919 <features>
13920 <column alignment="center" valignment="top" width="0">
13921 <column alignment="center" valignment="top" width="0">
13922 <column alignment="center" valignment="top" width="0">
13923 <row>
13924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 a
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 d
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 g
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 <row>
13953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Plain Layout
13957 b
13958 \end_layout
13959
13960 \end_inset
13961 </cell>
13962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 e
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975 h
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 </row>
13981 <row>
13982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Plain Layout
13986 c
13987 \end_layout
13988
13989 \end_inset
13990 </cell>
13991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13992 \begin_inset Text
13993
13994 \begin_layout Plain Layout
13995 f
13996 \end_layout
13997
13998 \end_inset
13999 </cell>
14000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14001 \begin_inset Text
14002
14003 \begin_layout Plain Layout
14004 i
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 </row>
14010 </lyxtabular>
14011
14012 \end_inset
14013
14014
14015 \end_layout
14016
14017 \end_inset
14018
14019
14020 \end_layout
14021
14022 \begin_layout Itemize
14023 test 
14024 \begin_inset Box Frameless
14025 position "b"
14026 hor_pos "c"
14027 has_inner_box 1
14028 inner_pos "c"
14029 use_parbox 0
14030 width "15col%"
14031 special "none"
14032 height "1in"
14033 height_special "totalheight"
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037 \begin_inset Tabular
14038 <lyxtabular version="3" rows="3" columns="3">
14039 <features>
14040 <column alignment="center" valignment="top" width="0">
14041 <column alignment="center" valignment="top" width="0">
14042 <column alignment="center" valignment="top" width="0">
14043 <row>
14044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 a
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 d
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 g
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 </row>
14072 <row>
14073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 b
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 e
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 h
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 </row>
14101 <row>
14102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 c
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Plain Layout
14115 f
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 i
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 </row>
14130 </lyxtabular>
14131
14132 \end_inset
14133
14134
14135 \end_layout
14136
14137 \end_inset
14138
14139  test 
14140 \begin_inset ERT
14141 status collapsed
14142
14143 \begin_layout Plain Layout
14144
14145
14146 \backslash
14147 raisebox{-0.32
14148 \backslash
14149 baselineskip}{
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \begin_inset Box Frameless
14156 position "b"
14157 hor_pos "c"
14158 has_inner_box 1
14159 inner_pos "c"
14160 use_parbox 0
14161 width "15col%"
14162 special "none"
14163 height "1in"
14164 height_special "totalheight"
14165 status collapsed
14166
14167 \begin_layout Plain Layout
14168 \begin_inset Tabular
14169 <lyxtabular version="3" rows="3" columns="3">
14170 <features>
14171 <column alignment="center" valignment="top" width="0">
14172 <column alignment="center" valignment="top" width="0">
14173 <column alignment="center" valignment="top" width="0">
14174 <row>
14175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179 a
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 d
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 g
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 </row>
14203 <row>
14204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 b
14209 \end_layout
14210
14211 \end_inset
14212 </cell>
14213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 e
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 h
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 </row>
14232 <row>
14233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Plain Layout
14237 c
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 f
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 i
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 </row>
14261 </lyxtabular>
14262
14263 \end_inset
14264
14265
14266 \end_layout
14267
14268 \end_inset
14269
14270
14271 \begin_inset ERT
14272 status collapsed
14273
14274 \begin_layout Plain Layout
14275
14276 }
14277 \end_layout
14278
14279 \end_inset
14280
14281
14282 \end_layout
14283
14284 \begin_layout Standard
14285 Como ves, los contenidos de la primera y última filas no se alinean correctament
14286 e con la línea de texto donde está la tabla.
14287  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14288  un cuadro elevado («raisebox»
14289 \begin_inset Foot
14290 status collapsed
14291
14292 \begin_layout Plain Layout
14293 El uso del comando 
14294 \series bold
14295
14296 \backslash
14297 raisebox
14298 \series default
14299  se explica en la sección
14300 \begin_inset space ~
14301 \end_inset
14302
14303
14304 \begin_inset CommandInset ref
14305 LatexCommand ref
14306 reference "sub:Alineación-Vertical"
14307
14308 \end_inset
14309
14310 .
14311 \end_layout
14312
14313 \end_inset
14314
14315 ).
14316  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14317  usando el comando en código TeX
14318 \end_layout
14319
14320 \begin_layout Standard
14321
14322 \series bold
14323
14324 \backslash
14325 raisebox{0.85
14326 \backslash
14327 baselineskip}{
14328 \end_layout
14329
14330 \begin_layout Standard
14331 antes del cuadro.
14332  Tras él, se pone la llave de cierre 
14333 \series bold
14334 }
14335 \series default
14336  también en código TeX.
14337  Para la segunda tabla en el tercer ítem se usa el comando 
14338 \end_layout
14339
14340 \begin_layout Standard
14341
14342 \series bold
14343
14344 \backslash
14345 raisebox{-0.32
14346 \backslash
14347 baselineskip}{
14348 \end_layout
14349
14350 \begin_layout Standard
14351 \begin_inset Note Greyedout
14352 status open
14353
14354 \begin_layout Plain Layout
14355
14356 \series bold
14357 Not
14358 \series default
14359 a: La alineación del contenido de la fila con la línea del texto adyacente
14360  no es exacta.
14361  El factor necesario del comando 
14362 \series bold
14363
14364 \backslash
14365 raisebox
14366 \series default
14367  para este alineamiento depende de la fuente del documento, del tamaño de
14368  la fuente y del grosor de línea de la tabla.
14369 \end_layout
14370
14371 \end_inset
14372
14373
14374 \end_layout
14375
14376 \begin_layout Section
14377 Tablas coloreadas
14378 \begin_inset CommandInset label
14379 LatexCommand label
14380 name "sec:Tablas-Coloreadas"
14381
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \begin_layout Subsection
14388 Celdas coloreadas
14389 \begin_inset Index
14390 status collapsed
14391
14392 \begin_layout Plain Layout
14393 Tablas ! Coloreadas ! Celdas
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \begin_inset Index
14400 status collapsed
14401
14402 \begin_layout Plain Layout
14403 Color ! en celdas de tablas
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \begin_layout Standard
14412 \begin_inset Float table
14413 placement h
14414 wide false
14415 sideways false
14416 status open
14417
14418 \begin_layout Plain Layout
14419 \begin_inset Caption
14420
14421 \begin_layout Plain Layout
14422 \begin_inset CommandInset label
14423 LatexCommand label
14424 name "tab:Tabla-coloreada-sin"
14425
14426 \end_inset
14427
14428 Tabla coloreada sin usar el paquete 
14429 \series bold
14430 colortbl
14431 \series default
14432
14433 \begin_inset OptArg
14434 status collapsed
14435
14436 \begin_layout Plain Layout
14437 Tabla sin colortbl
14438 \end_layout
14439
14440 \end_inset
14441
14442
14443 \end_layout
14444
14445 \end_inset
14446
14447
14448 \end_layout
14449
14450 \begin_layout Plain Layout
14451 \align center
14452 \begin_inset Tabular
14453 <lyxtabular version="3" rows="3" columns="3">
14454 <features>
14455 <column alignment="center" valignment="top" width="0">
14456 <column alignment="center" valignment="top" width="0">
14457 <column alignment="center" valignment="top" width="0">
14458 <row>
14459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463
14464 \color green
14465 a
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474
14475 \color red
14476 b
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485
14486 \color red
14487 c
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 </row>
14493 <row>
14494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498
14499 \color green
14500 d
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509
14510 \color blue
14511 e
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520
14521 \color blue
14522 f
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 </row>
14528 <row>
14529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Plain Layout
14533
14534 \color green
14535 g
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14541 \begin_inset Text
14542
14543 \begin_layout Plain Layout
14544
14545 \color blue
14546 h
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555
14556 \color blue
14557 i
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 </row>
14563 </lyxtabular>
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \end_inset
14571
14572
14573 \end_layout
14574
14575 \begin_layout Standard
14576 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14577  el menú 
14578 \family sans
14579 Editar\SpecialChar \menuseparator
14580 Estilo
14581 \begin_inset space ~
14582 \end_inset
14583
14584 del
14585 \begin_inset space ~
14586 \end_inset
14587
14588 Texto
14589 \family default
14590 .
14591  Esto se ha hecho en la tabla
14592 \begin_inset space ~
14593 \end_inset
14594
14595
14596 \begin_inset CommandInset ref
14597 LatexCommand ref
14598 reference "tab:Tabla-coloreada-sin"
14599
14600 \end_inset
14601
14602 .
14603  En cualquier otro caso hay que usar el paquete LaTeX 
14604 \series bold
14605 colortbl
14606 \series default
14607 .
14608 \begin_inset Index
14609 status collapsed
14610
14611 \begin_layout Plain Layout
14612 LaTeX-paquetes ! colortbl
14613 \end_layout
14614
14615 \end_inset
14616
14617
14618 \end_layout
14619
14620 \begin_layout Standard
14621 \begin_inset ERT
14622 status collapsed
14623
14624 \begin_layout Plain Layout
14625
14626
14627 \backslash
14628 ifcolortbl
14629 \end_layout
14630
14631 \end_inset
14632
14633
14634 \begin_inset Note Note
14635 status collapsed
14636
14637 \begin_layout Plain Layout
14638 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14639  LaTeX 
14640 \series bold
14641 colortbl
14642 \series default
14643 .
14644 \end_layout
14645
14646 \end_inset
14647
14648
14649 \end_layout
14650
14651 \begin_layout Standard
14652 Para crear tablas coloreadas, 
14653 \series bold
14654 colortbl
14655 \series default
14656  debe cargarse en el preámbulo con la línea
14657 \end_layout
14658
14659 \begin_layout Standard
14660
14661 \series bold
14662
14663 \backslash
14664 usepackage{colortbl}
14665 \end_layout
14666
14667 \begin_layout Standard
14668 El color de una columna se define con el comando
14669 \end_layout
14670
14671 \begin_layout Standard
14672
14673 \series bold
14674
14675 \backslash
14676 columncolor{nombre del color}
14677 \end_layout
14678
14679 \begin_layout Standard
14680 dentro del comando 
14681 \series bold
14682 >{ }
14683 \series default
14684 .
14685  Más sobre el comando 
14686 \series bold
14687 >{}
14688 \series default
14689  se explica en la sección
14690 \begin_inset space ~
14691 \end_inset
14692
14693
14694 \begin_inset CommandInset ref
14695 LatexCommand ref
14696 reference "sub:Cálculos-en-Multicolumnas"
14697
14698 \end_inset
14699
14700 .
14701 \end_layout
14702
14703 \begin_layout Standard
14704 Los siguientes nombres de color están predefinidos:
14705 \end_layout
14706
14707 \begin_layout Standard
14708
14709 \family sans
14710 red
14711 \family default
14712
14713 \family sans
14714 green
14715 \family default
14716
14717 \family sans
14718 yellow, blue
14719 \family default
14720
14721 \family sans
14722 cyan
14723 \family default
14724 \series bold
14725 ,
14726 \series default
14727  
14728 \family sans
14729 magenta, black
14730 \family default
14731
14732 \family sans
14733 white
14734 \end_layout
14735
14736 \begin_layout Standard
14737 \begin_inset VSpace medskip
14738 \end_inset
14739
14740
14741 \end_layout
14742
14743 \begin_layout Standard
14744 Puedes definir tus propios colores con el comando
14745 \end_layout
14746
14747 \begin_layout Standard
14748
14749 \series bold
14750
14751 \backslash
14752 definecolor{nombre del color}{modelo de color}{valores de color}
14753 \end_layout
14754
14755 \begin_layout Standard
14756 El modelo de color puede ser
14757 \end_layout
14758
14759 \begin_layout Labeling
14760 \labelwidthstring 00.00.0000
14761 cmyk: cyan, magenta, yellow, black
14762 \end_layout
14763
14764 \begin_layout Labeling
14765 \labelwidthstring 00.00.0000
14766 rgb: red, green, blue
14767 \end_layout
14768
14769 \begin_layout Labeling
14770 \labelwidthstring 00.00.0000
14771 gray: gray
14772 \end_layout
14773
14774 \begin_layout Standard
14775 y los valores de color son números separados por comas entre 0 y 1 que describen
14776  el factor para el color correspondiente del modelo de color.
14777 \end_layout
14778
14779 \begin_layout Standard
14780 Por ejemplo, puedes definir el color
14781 \series bold
14782  
14783 \series default
14784 «
14785 \emph on
14786 verde oscuro
14787 \emph default
14788 » en el preámbulo con
14789 \end_layout
14790
14791 \begin_layout Standard
14792
14793 \series bold
14794
14795 \backslash
14796 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14797 \end_layout
14798
14799 \begin_layout Standard
14800 y el color «
14801 \emph on
14802 gris claro
14803 \emph default
14804 » con
14805 \end_layout
14806
14807 \begin_layout Standard
14808
14809 \series bold
14810
14811 \backslash
14812 definecolor{grisclaro}{gray}{0.8}
14813 \end_layout
14814
14815 \begin_layout Standard
14816 \begin_inset VSpace medskip
14817 \end_inset
14818
14819
14820 \end_layout
14821
14822 \begin_layout Standard
14823 Las líneas se colorean con el comando
14824 \end_layout
14825
14826 \begin_layout Standard
14827
14828 \series bold
14829
14830 \backslash
14831 rowcolor{nombre del color}
14832 \end_layout
14833
14834 \begin_layout Standard
14835 y las celdas se colorean con el comando
14836 \end_layout
14837
14838 \begin_layout Standard
14839
14840 \series bold
14841
14842 \backslash
14843 cellcolor{nombre del color}
14844 \end_layout
14845
14846 \begin_layout Standard
14847 Ambos comandos se insertan al principio de una celda en código TeX.
14848 \end_layout
14849
14850 \begin_layout Standard
14851 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14852 \family sans
14853 Editar\SpecialChar \menuseparator
14854 Estilo
14855 \begin_inset space ~
14856 \end_inset
14857
14858 del
14859 \begin_inset space ~
14860 \end_inset
14861
14862 Texto
14863 \family default
14864 .
14865  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14866  TeX en color puede ocasionar errores de LaTeX.
14867 \end_layout
14868
14869 \begin_layout Standard
14870 \begin_inset Note Greyedout
14871 status open
14872
14873 \begin_layout Plain Layout
14874
14875 \series bold
14876 Nota:
14877 \series default
14878  No todos los visores DVI pueden mostrar colores definidos por el usuario.
14879 \end_layout
14880
14881 \end_inset
14882
14883
14884 \end_layout
14885
14886 \begin_layout Standard
14887 \begin_inset VSpace bigskip
14888 \end_inset
14889
14890
14891 \end_layout
14892
14893 \begin_layout Standard
14894 Para crear la tabla
14895 \begin_inset space ~
14896 \end_inset
14897
14898
14899 \begin_inset CommandInset ref
14900 LatexCommand ref
14901 reference "tab:Tabla-coloreada-con"
14902
14903 \end_inset
14904
14905  haz lo siguiente: el color de la primera columna debe ser 
14906 \emph on
14907 verde oscuro
14908 \emph default
14909 , entonces inserta
14910 \end_layout
14911
14912 \begin_layout Standard
14913
14914 \series bold
14915 >{
14916 \backslash
14917 columncolor{verdeoscuro}
14918 \backslash
14919 centering}c
14920 \end_layout
14921
14922 \begin_layout Standard
14923 como argumento LaTeX para esta columna.
14924  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14925 \end_layout
14926
14927 \begin_layout Standard
14928
14929 \series bold
14930
14931 \backslash
14932 rowcolor{cyan}
14933 \end_layout
14934
14935 \begin_layout Standard
14936 en la primera celda de esta fila.
14937  Observa que esto sobreescribe el color de la columna para la primera celda.
14938  La última celda de la última fila se colorea magenta insertando el comando
14939  en código TeX
14940 \end_layout
14941
14942 \begin_layout Standard
14943
14944 \series bold
14945
14946 \backslash
14947 cellcolor{magenta}
14948 \end_layout
14949
14950 \begin_layout Standard
14951 Ahora podrían colorearse los caracteres usando el menú 
14952 \family sans
14953 Editar\SpecialChar \menuseparator
14954 Estilo
14955 \begin_inset space ~
14956 \end_inset
14957
14958 del
14959 \begin_inset space ~
14960 \end_inset
14961
14962 Texto
14963 \family default
14964 .
14965 \end_layout
14966
14967 \begin_layout Standard
14968 \begin_inset Float table
14969 placement h
14970 wide false
14971 sideways false
14972 status open
14973
14974 \begin_layout Plain Layout
14975 \begin_inset Caption
14976
14977 \begin_layout Plain Layout
14978 \begin_inset CommandInset label
14979 LatexCommand label
14980 name "tab:Tabla-coloreada-con"
14981
14982 \end_inset
14983
14984 Tabla coloreada con el paquete 
14985 \series bold
14986 colortbl
14987 \series default
14988
14989 \begin_inset OptArg
14990 status collapsed
14991
14992 \begin_layout Plain Layout
14993 Tabla con 
14994 \series bold
14995 colortbl
14996 \end_layout
14997
14998 \end_inset
14999
15000
15001 \end_layout
15002
15003 \end_inset
15004
15005
15006 \end_layout
15007
15008 \begin_layout Plain Layout
15009 \align center
15010 \begin_inset Tabular
15011 <lyxtabular version="3" rows="3" columns="3">
15012 <features>
15013 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15014 <column alignment="center" valignment="top" width="0">
15015 <column alignment="center" valignment="top" width="0">
15016 <row>
15017 <cell alignment="center" valignment="top" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021 \begin_inset ERT
15022 status collapsed
15023
15024 \begin_layout Plain Layout
15025
15026
15027 \backslash
15028 rowcolor{cyan}
15029 \end_layout
15030
15031 \end_inset
15032
15033
15034 \color magenta
15035 a
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044
15045 \color red
15046 b
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055
15056 \color red
15057 c
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 </row>
15063 <row>
15064 <cell alignment="center" valignment="top" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068
15069 \color yellow
15070 d
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079
15080 \color blue
15081 e
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090
15091 \color blue
15092 f
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row>
15099 <cell alignment="center" valignment="top" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103
15104 \color yellow
15105 g
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114
15115 \color blue
15116 h
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 \begin_inset ERT
15126 status collapsed
15127
15128 \begin_layout Plain Layout
15129
15130
15131 \backslash
15132 cellcolor{magenta}
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \color green
15139 i
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 </row>
15145 </lyxtabular>
15146
15147 \end_inset
15148
15149
15150 \end_layout
15151
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \begin_layout Standard
15158 \begin_inset ERT
15159 status collapsed
15160
15161 \begin_layout Plain Layout
15162
15163
15164 \backslash
15165 else
15166 \end_layout
15167
15168 \end_inset
15169
15170
15171 \begin_inset Note Note
15172 status collapsed
15173
15174 \begin_layout Plain Layout
15175 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15176  
15177 \series bold
15178 colortbl
15179 \series default
15180 .
15181 \end_layout
15182
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \begin_layout Standard
15189 Debes instalar el paquete LaTeX 
15190 \series bold
15191 colortbl
15192 \series default
15193  para ver la parte siguiente en la salida.
15194 \end_layout
15195
15196 \begin_layout Standard
15197 \begin_inset ERT
15198 status collapsed
15199
15200 \begin_layout Plain Layout
15201
15202
15203 \backslash
15204 fi
15205 \end_layout
15206
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \begin_layout Subsection
15213 Líneas coloreadas
15214 \begin_inset Index
15215 status collapsed
15216
15217 \begin_layout Plain Layout
15218 Tablas ! Coloreadas ! Líneas
15219 \end_layout
15220
15221 \end_inset
15222
15223
15224 \begin_inset Index
15225 status collapsed
15226
15227 \begin_layout Plain Layout
15228 Color ! en bordes de tabla
15229 \end_layout
15230
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \begin_layout Standard
15237 Como se describe en la sección
15238 \begin_inset space ~
15239 \end_inset
15240
15241
15242 \begin_inset CommandInset ref
15243 LatexCommand ref
15244 reference "sub:Grosor-de-Líneas"
15245
15246 \end_inset
15247
15248 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15249  
15250 \series bold
15251
15252 \backslash
15253 arrayrulewidth
15254 \series default
15255 .
15256  Se ha puesto 1.5
15257 \begin_inset space \thinspace{}
15258 \end_inset
15259
15260 pt para todas las tablas de esta sección.
15261 \begin_inset ERT
15262 status collapsed
15263
15264 \begin_layout Plain Layout
15265
15266
15267 \backslash
15268 setlength{
15269 \backslash
15270 arrayrulewidth}{1.5pt}
15271 \end_layout
15272
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \begin_layout Standard
15279 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15280  el preámbulo del documento el siguiente formato de columna, de acuerdo
15281  a lo descrito en la sección
15282 \begin_inset space ~
15283 \end_inset
15284
15285
15286 \begin_inset CommandInset ref
15287 LatexCommand ref
15288 reference "sub:Formato-Personalizado"
15289
15290 \end_inset
15291
15292 :
15293 \end_layout
15294
15295 \begin_layout Standard
15296
15297 \series bold
15298
15299 \backslash
15300 newcolumntype{W}{!{
15301 \backslash
15302 color{green}
15303 \backslash
15304 vline}}
15305 \end_layout
15306
15307 \begin_layout Standard
15308 Para la tabla
15309 \begin_inset space ~
15310 \end_inset
15311
15312
15313 \begin_inset CommandInset ref
15314 LatexCommand ref
15315 reference "tab:Tabla-con-verticales-coloreadas"
15316
15317 \end_inset
15318
15319  se usó el argumento LaTeX
15320 \series bold
15321  WcW
15322 \series default
15323  para la última columna y
15324 \series bold
15325  Wc
15326 \series default
15327  para las demás.
15328 \end_layout
15329
15330 \begin_layout Standard
15331 Si quieres tener varios colores, define más formatos de columna.
15332 \end_layout
15333
15334 \begin_layout Standard
15335 \begin_inset Float table
15336 placement h
15337 wide false
15338 sideways false
15339 status open
15340
15341 \begin_layout Plain Layout
15342 \begin_inset Caption
15343
15344 \begin_layout Plain Layout
15345 \begin_inset CommandInset label
15346 LatexCommand label
15347 name "tab:Tabla-con-verticales-coloreadas"
15348
15349 \end_inset
15350
15351 Tabla con líneas verticales coloreadas
15352 \end_layout
15353
15354 \end_inset
15355
15356
15357 \end_layout
15358
15359 \begin_layout Plain Layout
15360 \align center
15361 \begin_inset Tabular
15362 <lyxtabular version="3" rows="3" columns="3">
15363 <features>
15364 <column alignment="center" valignment="top" width="0" special="Wc">
15365 <column alignment="center" valignment="top" width="0" special="Wc">
15366 <column alignment="center" valignment="top" width="0" special="WcW">
15367 <row>
15368 <cell alignment="center" valignment="top" topline="true" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Plain Layout
15372 sd
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell alignment="center" valignment="top" topline="true" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" topline="true" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 </row>
15396 <row>
15397 <cell alignment="center" valignment="top" topline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 <cell alignment="center" valignment="top" topline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410 sd
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" topline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 </row>
15425 <row>
15426 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448 sd
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 </row>
15454 </lyxtabular>
15455
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Standard
15467 \begin_inset VSpace bigskip
15468 \end_inset
15469
15470 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15471 \begin_inset space ~
15472 \end_inset
15473
15474
15475 \begin_inset CommandInset ref
15476 LatexCommand ref
15477 reference "tab:Tabla-con-horizontales-coloreadas"
15478
15479 \end_inset
15480
15481 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15482 \end_layout
15483
15484 \begin_layout Standard
15485
15486 \series bold
15487
15488 \backslash
15489 let
15490 \backslash
15491 myHlineC
15492 \backslash
15493 hline
15494 \begin_inset Newline newline
15495 \end_inset
15496
15497
15498 \backslash
15499 renewcommand{
15500 \backslash
15501 hline}
15502 \begin_inset Newline newline
15503 \end_inset
15504
15505
15506 \begin_inset ERT
15507 status collapsed
15508
15509 \begin_layout Plain Layout
15510
15511
15512 \backslash
15513 hphantom{ }
15514 \end_layout
15515
15516 \end_inset
15517
15518 {
15519 \backslash
15520 arrayrulecolor{red}
15521 \backslash
15522 myHlineC
15523 \backslash
15524 arrayrulecolor{black}}
15525 \end_layout
15526
15527 \begin_layout Standard
15528 \begin_inset ERT
15529 status collapsed
15530
15531 \begin_layout Plain Layout
15532
15533
15534 \backslash
15535 let
15536 \backslash
15537 myHlineC
15538 \backslash
15539 hline
15540 \end_layout
15541
15542 \begin_layout Plain Layout
15543
15544
15545 \backslash
15546 renewcommand{
15547 \backslash
15548 hline}
15549 \end_layout
15550
15551 \begin_layout Plain Layout
15552
15553  {
15554 \backslash
15555 arrayrulecolor{red}
15556 \backslash
15557 myHlineC
15558 \backslash
15559 arrayrulecolor{black}}
15560 \end_layout
15561
15562 \end_inset
15563
15564
15565 \begin_inset Float table
15566 placement h
15567 wide false
15568 sideways false
15569 status open
15570
15571 \begin_layout Plain Layout
15572 \begin_inset Caption
15573
15574 \begin_layout Plain Layout
15575 \begin_inset CommandInset label
15576 LatexCommand label
15577 name "tab:Tabla-con-horizontales-coloreadas"
15578
15579 \end_inset
15580
15581 Tabla con líneas horizontales coloreadas
15582 \end_layout
15583
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \begin_layout Plain Layout
15590 \align center
15591 \begin_inset Tabular
15592 <lyxtabular version="3" rows="3" columns="3">
15593 <features>
15594 <column alignment="center" valignment="top" width="0">
15595 <column alignment="center" valignment="top" width="0">
15596 <column alignment="center" valignment="top" width="0">
15597 <row>
15598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602 sd
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 </row>
15626 <row>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Plain Layout
15640 sd
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 </row>
15655 <row>
15656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Plain Layout
15660
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678 sd
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 </row>
15684 </lyxtabular>
15685
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \end_inset
15692
15693
15694 \end_layout
15695
15696 \begin_layout Standard
15697 Para volver al color de línea negro predeterminado inserta este comando
15698  en código TeX detrás de la tabla o el flotante:
15699 \end_layout
15700
15701 \begin_layout Standard
15702
15703 \series bold
15704
15705 \backslash
15706 renewcommand{
15707 \backslash
15708 hline}{
15709 \backslash
15710 myHlineC}
15711 \end_layout
15712
15713 \begin_layout Standard
15714 La tabla
15715 \begin_inset space ~
15716 \end_inset
15717
15718
15719 \begin_inset CommandInset ref
15720 LatexCommand ref
15721 reference "tab:Tabla-con-líneas-coloreadas"
15722
15723 \end_inset
15724
15725  es un ejemplo con líneas verticales y horizontales coloreadas.
15726 \end_layout
15727
15728 \begin_layout Standard
15729 \begin_inset Float table
15730 placement h
15731 wide false
15732 sideways false
15733 status open
15734
15735 \begin_layout Plain Layout
15736 \begin_inset Caption
15737
15738 \begin_layout Plain Layout
15739 \begin_inset CommandInset label
15740 LatexCommand label
15741 name "tab:Tabla-con-líneas-coloreadas"
15742
15743 \end_inset
15744
15745 Tabla con líneas coloreadas
15746 \end_layout
15747
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \begin_layout Plain Layout
15754 \align center
15755 \begin_inset Tabular
15756 <lyxtabular version="3" rows="3" columns="3">
15757 <features>
15758 <column alignment="center" valignment="top" width="0" special="Wc">
15759 <column alignment="center" valignment="top" width="0" special="Wc">
15760 <column alignment="center" valignment="top" width="0" special="WcW">
15761 <row>
15762 <cell alignment="center" valignment="top" topline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766 sd
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 <cell alignment="center" valignment="top" topline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" topline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 </row>
15790 <row>
15791 <cell alignment="center" valignment="top" topline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 <cell alignment="center" valignment="top" topline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 sd
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 </row>
15819 <row>
15820 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 sd
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 </row>
15848 </lyxtabular>
15849
15850 \end_inset
15851
15852
15853 \end_layout
15854
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \begin_layout Standard
15861 \begin_inset ERT
15862 status collapsed
15863
15864 \begin_layout Plain Layout
15865
15866
15867 \backslash
15868 renewcommand{
15869 \backslash
15870 hline}{
15871 \backslash
15872 myHlineC}
15873 \end_layout
15874
15875 \end_inset
15876
15877
15878 \end_layout
15879
15880 \begin_layout Standard
15881 \begin_inset ERT
15882 status collapsed
15883
15884 \begin_layout Plain Layout
15885
15886
15887 \backslash
15888 setlength{
15889 \backslash
15890 arrayrulewidth}{0.4pt}
15891 \end_layout
15892
15893 \end_inset
15894
15895
15896 \end_layout
15897
15898 \begin_layout Section
15899 Personalización de tablas
15900 \begin_inset Index
15901 status collapsed
15902
15903 \begin_layout Plain Layout
15904 Personalización de tablas
15905 \end_layout
15906
15907 \end_inset
15908
15909
15910 \begin_inset Index
15911 status collapsed
15912
15913 \begin_layout Plain Layout
15914 Tablas ! Personalización
15915 \end_layout
15916
15917 \end_inset
15918
15919
15920 \end_layout
15921
15922 \begin_layout Subsection
15923 Espacio adicional en filas
15924 \begin_inset CommandInset label
15925 LatexCommand label
15926 name "sub:Espacio-adicional"
15927
15928 \end_inset
15929
15930
15931 \begin_inset Index
15932 status collapsed
15933
15934 \begin_layout Plain Layout
15935 Personalización de tablas ! Espacio adicional en filas
15936 \end_layout
15937
15938 \end_inset
15939
15940
15941 \end_layout
15942
15943 \begin_layout Standard
15944 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15945  
15946 \family sans
15947 Bordes,
15948 \family default
15949  del diálogo de configuración de tablas.
15950  En el marco 
15951 \family sans
15952 Espacio
15953 \begin_inset space ~
15954 \end_inset
15955
15956 adicional
15957 \family default
15958  dispones de tres posibilidades:
15959 \end_layout
15960
15961 \begin_layout Description
15962 Superior
15963 \begin_inset space ~
15964 \end_inset
15965
15966 de
15967 \begin_inset space ~
15968 \end_inset
15969
15970 la
15971 \begin_inset space ~
15972 \end_inset
15973
15974 fila añade espacio sobre los caracteres de la fila.
15975  Si la tabla es de estilo formal
15976 \begin_inset Foot
15977 status collapsed
15978
15979 \begin_layout Plain Layout
15980 Las tablas formales se explican en la sección
15981 \begin_inset space ~
15982 \end_inset
15983
15984
15985 \begin_inset CommandInset ref
15986 LatexCommand ref
15987 reference "sec:Tablas-Formales"
15988
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \end_inset
15995
15996  LyX insertará 0.5
15997 \begin_inset space \thinspace{}
15998 \end_inset
15999
16000 em por omisión.
16001  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16002  verticales, como se ve en la tabla siguiente:
16003 \begin_inset VSpace medskip
16004 \end_inset
16005
16006
16007 \begin_inset Newline newline
16008 \end_inset
16009
16010
16011 \begin_inset space \hspace*{}
16012 \length 0pt
16013 \end_inset
16014
16015
16016 \begin_inset space \hfill{}
16017 \end_inset
16018
16019
16020 \begin_inset Tabular
16021 <lyxtabular version="3" rows="3" columns="1">
16022 <features>
16023 <column alignment="center" valignment="top" width="0">
16024 <row>
16025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 A
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 </row>
16035 <row topspace="3mm">
16036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040 3
16041 \begin_inset space \thinspace{}
16042 \end_inset
16043
16044 mm sobre la fila
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 </row>
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 C
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 </row>
16061 </lyxtabular>
16062
16063 \end_inset
16064
16065
16066 \begin_inset space \hfill{}
16067 \end_inset
16068
16069
16070 \begin_inset space \hspace*{}
16071 \length 0pt
16072 \end_inset
16073
16074
16075 \begin_inset VSpace medskip
16076 \end_inset
16077
16078
16079 \begin_inset Newline newline
16080 \end_inset
16081
16082 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16083  sin líneas verticales.
16084 \end_layout
16085
16086 \begin_layout Description
16087 Inferior
16088 \begin_inset space ~
16089 \end_inset
16090
16091 de
16092 \begin_inset space ~
16093 \end_inset
16094
16095 la
16096 \begin_inset space ~
16097 \end_inset
16098
16099 fila añade espacio bajo los caracteres de la fila.
16100  Si la tabla es formal LyX inserta por omisión 0.5
16101 \begin_inset space \thinspace{}
16102 \end_inset
16103
16104 em; si la tabla es normal inserta 2
16105 \begin_inset space \thinspace{}
16106 \end_inset
16107
16108 pt.
16109  
16110 \end_layout
16111
16112 \begin_layout Description
16113 Entre
16114 \begin_inset space ~
16115 \end_inset
16116
16117 las
16118 \begin_inset space ~
16119 \end_inset
16120
16121 filas añade espacio entre la fila actual y la siguiente.
16122  Si la tabla es formal LyX inserta 0.5
16123 \begin_inset space \thinspace{}
16124 \end_inset
16125
16126 em por omisión.
16127  En tablas normales, el espacio adicional destruirá las líneas verticales
16128  de la tabla, como se ve en la siguiente:
16129 \begin_inset VSpace medskip
16130 \end_inset
16131
16132
16133 \begin_inset Newline newline
16134 \end_inset
16135
16136
16137 \begin_inset space \hspace*{}
16138 \length 0pt
16139 \end_inset
16140
16141
16142 \begin_inset space \hfill{}
16143 \end_inset
16144
16145
16146 \begin_inset Tabular
16147 <lyxtabular version="3" rows="3" columns="1">
16148 <features>
16149 <column alignment="center" valignment="top" width="0">
16150 <row>
16151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16152 \begin_inset Text
16153
16154 \begin_layout Plain Layout
16155 A
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 </row>
16161 <row interlinespace="3mm">
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166 \begin_inset Formula $\downarrow$
16167 \end_inset
16168
16169  3
16170 \begin_inset space \thinspace{}
16171 \end_inset
16172
16173 mm entre las filas
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 </row>
16179 <row>
16180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184 \begin_inset Formula $\uparrow$
16185 \end_inset
16186
16187  3
16188 \begin_inset space \thinspace{}
16189 \end_inset
16190
16191 mm entre las filas 
16192 \begin_inset Formula $\uparrow$
16193 \end_inset
16194
16195
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 </row>
16201 </lyxtabular>
16202
16203 \end_inset
16204
16205
16206 \begin_inset space \hfill{}
16207 \end_inset
16208
16209
16210 \begin_inset space \hspace*{}
16211 \length 0pt
16212 \end_inset
16213
16214
16215 \begin_inset VSpace medskip
16216 \end_inset
16217
16218
16219 \begin_inset Newline newline
16220 \end_inset
16221
16222 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16223  para tablas sin líneas verticales.
16224 \end_layout
16225
16226 \begin_layout Standard
16227 \begin_inset VSpace bigskip
16228 \end_inset
16229
16230 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16231  utiliza los siguientes comandos en el preámbulo:
16232 \end_layout
16233
16234 \begin_layout Standard
16235
16236 \series bold
16237
16238 \backslash
16239 @ifundefined{extrarowheight}
16240 \begin_inset Newline newline
16241 \end_inset
16242
16243
16244 \begin_inset ERT
16245 status collapsed
16246
16247 \begin_layout Plain Layout
16248
16249
16250 \backslash
16251 hphantom{ }
16252 \end_layout
16253
16254 \end_inset
16255
16256 {
16257 \backslash
16258 usepackage{array}}{}
16259 \begin_inset Newline newline
16260 \end_inset
16261
16262
16263 \backslash
16264 setlength{
16265 \backslash
16266 extrarowheight}{altura}
16267 \end_layout
16268
16269 \begin_layout Standard
16270 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16271  centrado en vertical.
16272  (Lyx cargará automáticamente el paquete 
16273 \series bold
16274 array
16275 \series default
16276  cuando uses formatos de tabla autodefinidos.
16277  Para evitar que sea cargado dos veces se pone al principio el comando 
16278 \series bold
16279
16280 \backslash
16281 @ifundefined
16282 \series default
16283 .)
16284 \end_layout
16285
16286 \begin_layout Standard
16287 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16288  la tabla están a veces demasiado cerca de las letras.
16289  Esto se puede corregir insertando el comando 
16290 \series bold
16291
16292 \backslash
16293 strut
16294 \series default
16295  en código TeX al principio de la fila de la tabla.
16296  La tabla
16297 \begin_inset space ~
16298 \end_inset
16299
16300
16301 \begin_inset CommandInset ref
16302 LatexCommand ref
16303 reference "tab:Alineación-vertical"
16304
16305 \end_inset
16306
16307  muestra el efecto:
16308 \end_layout
16309
16310 \begin_layout Standard
16311 \noindent
16312 \begin_inset Float table
16313 placement h
16314 wide false
16315 sideways false
16316 status open
16317
16318 \begin_layout Plain Layout
16319 \begin_inset Caption
16320
16321 \begin_layout Plain Layout
16322 \begin_inset CommandInset label
16323 LatexCommand label
16324 name "tab:Alineación-vertical"
16325
16326 \end_inset
16327
16328 Alineación vertical de texto con fuentes grandes
16329 \end_layout
16330
16331 \end_inset
16332
16333
16334 \end_layout
16335
16336 \begin_layout Plain Layout
16337 \begin_inset space \hfill{}
16338 \end_inset
16339
16340
16341 \begin_inset Float table
16342 wide false
16343 sideways false
16344 status collapsed
16345
16346 \begin_layout Plain Layout
16347 \begin_inset Caption
16348
16349 \begin_layout Plain Layout
16350 Tabla normal
16351 \end_layout
16352
16353 \end_inset
16354
16355
16356 \end_layout
16357
16358 \begin_layout Plain Layout
16359 \noindent
16360 \align center
16361 \begin_inset Tabular
16362 <lyxtabular version="3" rows="6" columns="1">
16363 <features>
16364 <column alignment="left" valignment="top" width="0">
16365 <row>
16366 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 Normal, g
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 </row>
16376 <row>
16377 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381
16382 \size large
16383 Grande
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 </row>
16389 <row>
16390 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394
16395 \size larger
16396 Más grande
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 </row>
16402 <row>
16403 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407
16408 \size largest
16409 Grandísima
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 </row>
16415 <row>
16416 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420
16421 \size huge
16422 Enorme
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 </row>
16428 <row>
16429 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433
16434 \size huge
16435 Más enorme
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 </row>
16441 </lyxtabular>
16442
16443 \end_inset
16444
16445
16446 \end_layout
16447
16448 \end_inset
16449
16450
16451 \begin_inset space \hfill{}
16452 \end_inset
16453
16454
16455 \begin_inset Float table
16456 wide false
16457 sideways false
16458 status collapsed
16459
16460 \begin_layout Plain Layout
16461 \begin_inset Caption
16462
16463 \begin_layout Plain Layout
16464 Tabla con comando 
16465 \series bold
16466
16467 \backslash
16468 strut
16469 \end_layout
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \begin_layout Plain Layout
16477 \noindent
16478 \align center
16479 \begin_inset Tabular
16480 <lyxtabular version="3" rows="6" columns="1">
16481 <features>
16482 <column alignment="left" valignment="top" width="0">
16483 <row>
16484 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 Normal, g
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 <row>
16495 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499
16500 \size large
16501 \begin_inset ERT
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505
16506
16507 \backslash
16508 strut 
16509 \end_layout
16510
16511 \end_inset
16512
16513 Grande
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
16519 <row>
16520 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524
16525 \size larger
16526 \begin_inset ERT
16527 status collapsed
16528
16529 \begin_layout Plain Layout
16530
16531
16532 \backslash
16533 strut 
16534 \end_layout
16535
16536 \end_inset
16537
16538 Más grande
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 </row>
16544 <row>
16545 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549
16550 \size largest
16551 \begin_inset ERT
16552 status collapsed
16553
16554 \begin_layout Plain Layout
16555
16556
16557 \backslash
16558 strut 
16559 \end_layout
16560
16561 \end_inset
16562
16563 Grandísima
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row>
16570 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574
16575 \size huge
16576 \begin_inset ERT
16577 status collapsed
16578
16579 \begin_layout Plain Layout
16580
16581
16582 \backslash
16583 strut 
16584 \end_layout
16585
16586 \end_inset
16587
16588 Enorme
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 </row>
16594 <row>
16595 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599
16600 \size giant
16601 \begin_inset ERT
16602 status collapsed
16603
16604 \begin_layout Plain Layout
16605
16606
16607 \backslash
16608 strut 
16609 \end_layout
16610
16611 \end_inset
16612
16613
16614 \size huge
16615 Más enorme
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 </row>
16621 </lyxtabular>
16622
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629
16630
16631 \begin_inset space \hfill{}
16632 \end_inset
16633
16634
16635 \end_layout
16636
16637 \end_inset
16638
16639
16640 \end_layout
16641
16642 \begin_layout Subsection
16643 Alineación especial de celdas
16644 \begin_inset Index
16645 status collapsed
16646
16647 \begin_layout Plain Layout
16648 Personalización de tablas ! Alineación especial de celdas
16649 \end_layout
16650
16651 \end_inset
16652
16653
16654 \end_layout
16655
16656 \begin_layout Standard
16657 A veces mejora la presentación si las entradas en las celdas de una columna
16658  se alinean con un carácter determinado, p.
16659 \begin_inset space \thinspace{}
16660 \end_inset
16661
16662 e.
16663 \begin_inset space ~
16664 \end_inset
16665
16666 el separador decimal, como en la tabla
16667 \begin_inset space ~
16668 \end_inset
16669
16670
16671 \begin_inset CommandInset ref
16672 LatexCommand ref
16673 reference "tab:Tabla-con-celdas-de"
16674
16675 \end_inset
16676
16677 .
16678 \end_layout
16679
16680 \begin_layout Standard
16681 \begin_inset Float table
16682 wide false
16683 sideways false
16684 status open
16685
16686 \begin_layout Plain Layout
16687 \begin_inset Caption
16688
16689 \begin_layout Plain Layout
16690 \begin_inset CommandInset label
16691 LatexCommand label
16692 name "tab:Tabla-con-celdas-de"
16693
16694 \end_inset
16695
16696 Tabla con celdas alineadas con el separador decimal.
16697 \end_layout
16698
16699 \end_inset
16700
16701
16702 \end_layout
16703
16704 \begin_layout Plain Layout
16705 \align center
16706 \begin_inset Tabular
16707 <lyxtabular version="3" rows="4" columns="2">
16708 <features>
16709 <column alignment="right" valignment="top" width="0">
16710 <column alignment="left" valignment="top" width="0" special="@{}l">
16711 <row>
16712 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 leyenda
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 </row>
16731 <row>
16732 <cell alignment="center" valignment="top" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 12.
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 6
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 </row>
16751 <row>
16752 <cell alignment="center" valignment="top" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 0.
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 <cell alignment="center" valignment="top" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765 68
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 </row>
16771 <row>
16772 <cell alignment="center" valignment="top" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 -123.
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 0
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 </row>
16791 </lyxtabular>
16792
16793 \end_inset
16794
16795
16796 \end_layout
16797
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \begin_layout Standard
16804 Esta es una tabla 4×2.
16805  La leyenda es una multicolumna centrada.
16806  La primera columna está alineada a la derecha y contiene el punto decimal
16807  y los dígitos anteriores.
16808  La segunda columna está alineada a la izquierda y contiene los dígitos
16809  posteriores al punto decimal.
16810  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16811  argumento LaTeX para la segunda columna:
16812 \end_layout
16813
16814 \begin_layout Standard
16815
16816 \series bold
16817 @{}l
16818 \end_layout
16819
16820 \begin_layout Standard
16821 La tabla
16822 \begin_inset space ~
16823 \end_inset
16824
16825
16826 \begin_inset CommandInset ref
16827 LatexCommand ref
16828 reference "tab:Varias-alineaciones"
16829
16830 \end_inset
16831
16832  muestra varios ejemplos de alineación.
16833  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16834 o más pequeño al comienzo de la última columna para conseguir el espacio
16835  adecuado alrededor del signo.
16836 \end_layout
16837
16838 \begin_layout Standard
16839 \begin_inset Float table
16840 placement h
16841 wide false
16842 sideways false
16843 status open
16844
16845 \begin_layout Plain Layout
16846 \begin_inset Caption
16847
16848 \begin_layout Plain Layout
16849 \begin_inset CommandInset label
16850 LatexCommand label
16851 name "tab:Varias-alineaciones"
16852
16853 \end_inset
16854
16855 Tabla con varias alineaciones.
16856 \end_layout
16857
16858 \end_inset
16859
16860
16861 \end_layout
16862
16863 \begin_layout Plain Layout
16864 \align center
16865 \begin_inset Tabular
16866 <lyxtabular version="3" rows="4" columns="6">
16867 <features>
16868 <column alignment="right" valignment="top" width="0">
16869 <column alignment="left" valignment="top" width="0" special="@{}l">
16870 <column alignment="right" valignment="top" width="0">
16871 <column alignment="left" valignment="top" width="0" special="@{}l">
16872 <column alignment="right" valignment="top" width="0">
16873 <column alignment="left" valignment="top" width="0" special="@{}l">
16874 <row>
16875 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 unidades
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 exponentes
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 relaciones
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 <row>
16931 <cell alignment="center" valignment="top" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 12×
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944 24
16945 \begin_inset space \thinspace{}
16946 \end_inset
16947
16948 bottles
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 \begin_inset Formula $10\cdot$
16958 \end_inset
16959
16960
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969 \begin_inset Formula $10^{\mbox{-}17}$
16970 \end_inset
16971
16972
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 \begin_inset Formula $\Gamma(t)\propto$
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 \begin_inset Formula $\:\Upsilon(t)$
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 </row>
17002 <row>
17003 <cell alignment="center" valignment="top" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 1024×
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 768
17017 \begin_inset space \thinspace{}
17018 \end_inset
17019
17020 Pixels
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $5.78\cdot$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041 \begin_inset Formula $10^{7}$
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Formula $A\ne$
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 <cell alignment="center" valignment="top" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 \begin_inset Formula $\: B_{\mathrm{red}}$
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 </row>
17074 <row>
17075 <cell alignment="center" valignment="top" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 32×
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 6
17089 \begin_inset space \thinspace{}
17090 \end_inset
17091
17092 cm
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 -
17102 \begin_inset Formula $33.5\cdot$
17103 \end_inset
17104
17105
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114 \begin_inset Formula $10^{4}$
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 <cell alignment="center" valignment="top" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126 \begin_inset Formula $\sen(\alpha)\ge$
17127 \end_inset
17128
17129
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 \begin_inset Formula $\:\sen(\beta)$
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 </row>
17147 </lyxtabular>
17148
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \begin_layout Standard
17160 \begin_inset VSpace bigskip
17161 \end_inset
17162
17163 También hay un paquete LaTeX, 
17164 \series bold
17165 dcolumn
17166 \series default
17167
17168 \begin_inset Index
17169 status collapsed
17170
17171 \begin_layout Plain Layout
17172 LaTeX-paquetes ! dcolumn
17173 \end_layout
17174
17175 \end_inset
17176
17177 , que permite alinear el contenido de las celdas.
17178  Pero desgraciadamente trata las entradas de celda en modo matemático y
17179  no permite fórmulas en celdas: la primera columna de la tabla
17180 \begin_inset space ~
17181 \end_inset
17182
17183
17184 \begin_inset CommandInset ref
17185 LatexCommand ref
17186 reference "tab:Varias-alineaciones"
17187
17188 \end_inset
17189
17190  se verá con 
17191 \series bold
17192 dcolumn
17193 \series default
17194  como la primera columna en la tabla
17195 \begin_inset space ~
17196 \end_inset
17197
17198
17199 \begin_inset CommandInset ref
17200 LatexCommand ref
17201 reference "tab:Alineaciones-con-el"
17202
17203 \end_inset
17204
17205  y sólo con algunos trucos se consigue lo que se espera.
17206  La alineación de la segunda y tercera columnas de la tabla
17207 \begin_inset space ~
17208 \end_inset
17209
17210
17211 \begin_inset CommandInset ref
17212 LatexCommand ref
17213 reference "tab:Varias-alineaciones"
17214
17215 \end_inset
17216
17217  no es posible con 
17218 \series bold
17219 dcolumn
17220 \series default
17221 .
17222 \end_layout
17223
17224 \begin_layout Standard
17225 \begin_inset Newpage newpage
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \begin_layout Standard
17232 \begin_inset Float table
17233 placement h
17234 wide false
17235 sideways false
17236 status open
17237
17238 \begin_layout Plain Layout
17239 \begin_inset Caption
17240
17241 \begin_layout Plain Layout
17242 \begin_inset CommandInset label
17243 LatexCommand label
17244 name "tab:Alineaciones-con-el"
17245
17246 \end_inset
17247
17248
17249 \begin_inset OptArg
17250 status collapsed
17251
17252 \begin_layout Plain Layout
17253 Tabla alineada con 
17254 \series bold
17255 dcolumn
17256 \end_layout
17257
17258 \end_inset
17259
17260 Alineaciones con el paquete LaTeX 
17261 \series bold
17262 dcolumn
17263 \series default
17264 .
17265  Hay que usar algunos trucos para la alineación de las columnas en la salida.
17266 \end_layout
17267
17268 \end_inset
17269
17270
17271 \end_layout
17272
17273 \begin_layout Plain Layout
17274 \align center
17275 \begin_inset Tabular
17276 <lyxtabular version="3" rows="4" columns="3">
17277 <features>
17278 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17279 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17280 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17281 <row>
17282 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17283 \begin_inset Text
17284
17285 \begin_layout Plain Layout
17286 unidades
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 unidades
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304 unidades
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 </row>
17310 <row>
17311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 12x24
17316 \begin_inset space \thinspace{}
17317 \end_inset
17318
17319 bottles
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328 12x24
17329 \begin_inset space \thinspace{}
17330 \end_inset
17331
17332
17333 \begin_inset Formula $\mbox{bottles}$
17334 \end_inset
17335
17336
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 12
17346 \begin_inset ERT
17347 status collapsed
17348
17349 \begin_layout Plain Layout
17350
17351
17352 \backslash
17353 times
17354 \end_layout
17355
17356 \end_inset
17357
17358 24+
17359 \begin_inset Formula $\mbox{bottles}$
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 </row>
17368 <row>
17369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373 1024x768
17374 \begin_inset space \thinspace{}
17375 \end_inset
17376
17377 Pixels
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 1024x768
17387 \begin_inset space \thinspace{}
17388 \end_inset
17389
17390
17391 \begin_inset Formula $\mbox{Pixels}$
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell alignment="center" valignment="top" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 1024
17404 \begin_inset ERT
17405 status collapsed
17406
17407 \begin_layout Plain Layout
17408
17409
17410 \backslash
17411 times
17412 \end_layout
17413
17414 \end_inset
17415
17416 768+
17417 \begin_inset Formula $\mbox{Pixels}$
17418 \end_inset
17419
17420  
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 </row>
17426 <row>
17427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 32x6
17432 \begin_inset space \thinspace{}
17433 \end_inset
17434
17435 cm
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 32x6
17445 \begin_inset space \thinspace{}
17446 \end_inset
17447
17448
17449 \begin_inset Formula $\mbox{cm}$
17450 \end_inset
17451
17452
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 <cell alignment="center" valignment="top" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Plain Layout
17461 32
17462 \begin_inset ERT
17463 status collapsed
17464
17465 \begin_layout Plain Layout
17466
17467
17468 \backslash
17469 times
17470 \end_layout
17471
17472 \end_inset
17473
17474 6+
17475 \begin_inset Formula $\mbox{cm}$
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 </row>
17484 </lyxtabular>
17485
17486 \end_inset
17487
17488
17489 \end_layout
17490
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \begin_layout Subsection
17497 Formato personalizado de celda/columna
17498 \begin_inset CommandInset label
17499 LatexCommand label
17500 name "sub:Formato-Personalizado"
17501
17502 \end_inset
17503
17504
17505 \begin_inset Index
17506 status collapsed
17507
17508 \begin_layout Plain Layout
17509 Personalización de tablas ! Formato de celda/columna
17510 \end_layout
17511
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \begin_layout Standard
17518 El cálculo de la anchura necesaria para columnas extendidas descrito en
17519  la sección
17520 \begin_inset space ~
17521 \end_inset
17522
17523
17524 \begin_inset CommandInset ref
17525 LatexCommand ref
17526 reference "sub:Cálculos-en-Multicolumnas"
17527
17528 \end_inset
17529
17530  es muy pesado si tienes varias tablas con multicolumnas.
17531  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17532 mna aplicable a todas las tablas del documento.
17533  El formato se define con el comando
17534 \end_layout
17535
17536 \begin_layout Standard
17537
17538 \series bold
17539
17540 \backslash
17541 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17542 \end_layout
17543
17544 \begin_layout Standard
17545 El nombre de formato puede ser una sola letra.
17546  Las letras 
17547 \emph on
17548 b, c, l, m, p
17549 \emph default
17550  y 
17551 \emph on
17552 r
17553 \emph default
17554  están predefinidas y no pueden usarse.
17555  Pero se permiten todas las mayúsculas.
17556 \end_layout
17557
17558 \begin_layout Standard
17559 \begin_inset VSpace medskip
17560 \end_inset
17561
17562
17563 \end_layout
17564
17565 \begin_layout Standard
17566 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17567  fija puedes definir el formato de celda
17568 \end_layout
17569
17570 \begin_layout Standard
17571
17572 \series bold
17573
17574 \backslash
17575 newcolumntype{M}[1]{>{
17576 \backslash
17577 centering
17578 \backslash
17579 hspace{0pt}}m{#1}}
17580 \end_layout
17581
17582 \begin_layout Standard
17583 donde 
17584 \series bold
17585
17586 \backslash
17587 hspace{0pt}
17588 \series default
17589  evita el problema de partir con guión la primera palabra, como se describe
17590  en la sección
17591 \begin_inset space ~
17592 \end_inset
17593
17594
17595 \begin_inset CommandInset ref
17596 LatexCommand ref
17597 reference "sub:Líneas-Múltiples-en"
17598
17599 \end_inset
17600
17601 .
17602  Ahora puedes introducir simplemente
17603 \end_layout
17604
17605 \begin_layout Standard
17606
17607 \series bold
17608 M{ancho}
17609 \end_layout
17610
17611 \begin_layout Standard
17612 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17613 \end_layout
17614
17615 \begin_layout Standard
17616 \begin_inset VSpace bigskip
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \begin_layout Standard
17623 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17624 \end_layout
17625
17626 \begin_layout Standard
17627
17628 \series bold
17629
17630 \backslash
17631 newcolumntype{S}[2]{>{
17632 \backslash
17633 centering
17634 \backslash
17635 hspace{0pt}}
17636 \begin_inset Newline newline
17637 \end_inset
17638
17639
17640 \begin_inset ERT
17641 status collapsed
17642
17643 \begin_layout Plain Layout
17644
17645
17646 \backslash
17647 phantom{
17648 \end_layout
17649
17650 \end_inset
17651
17652
17653 \backslash
17654 newcolumntype
17655 \begin_inset ERT
17656 status collapsed
17657
17658 \begin_layout Plain Layout
17659
17660 }
17661 \end_layout
17662
17663 \end_inset
17664
17665 m{(#1+(2
17666 \backslash
17667 tabcolsep+
17668 \backslash
17669 arrayrulewidth)*(1-#2))/#2}}
17670 \end_layout
17671
17672 \begin_layout Standard
17673 Este formato usa la ecuación 
17674 \begin_inset CommandInset ref
17675 LatexCommand eqref
17676 reference "eq:Wgn"
17677
17678 \end_inset
17679
17680  para calcular la anchura necesaria para que cada celda extendida tenga
17681  la misma anchura.
17682 \end_layout
17683
17684 \begin_layout Standard
17685 Ahora puedes introducir
17686 \end_layout
17687
17688 \begin_layout Standard
17689
17690 \series bold
17691 S{ancho de la celda multicolumna}{número de columnas extendidas}
17692 \end_layout
17693
17694 \begin_layout Standard
17695 como argumento LaTeX de la columna.
17696 \end_layout
17697
17698 \begin_layout Standard
17699 \begin_inset VSpace bigskip
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \begin_layout Standard
17706 Para columnas coloreadas puedes definir
17707 \end_layout
17708
17709 \begin_layout Standard
17710
17711 \series bold
17712
17713 \backslash
17714 newcolumntype{K}[1]{>{
17715 \backslash
17716 columncolor{#1}
17717 \backslash
17718 hspace{0pt}}c}
17719 \end_layout
17720
17721 \begin_layout Standard
17722 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17723  horizontalmente.
17724  Ahora puedes introducir
17725 \end_layout
17726
17727 \begin_layout Standard
17728
17729 \series bold
17730 K{nombre del color}
17731 \end_layout
17732
17733 \begin_layout Standard
17734 como argumento LaTeX.
17735 \end_layout
17736
17737 \begin_layout Standard
17738 \begin_inset VSpace bigskip
17739 \end_inset
17740
17741
17742 \end_layout
17743
17744 \begin_layout Standard
17745 Para crear la tabla
17746 \begin_inset space ~
17747 \end_inset
17748
17749
17750 \begin_inset CommandInset ref
17751 LatexCommand ref
17752 reference "tab:Tabla-con-formatos-definidos-por"
17753
17754 \end_inset
17755
17756  usa los argumentos LaTeX
17757 \end_layout
17758
17759 \begin_layout Standard
17760
17761 \series bold
17762 M{2.5cm}
17763 \end_layout
17764
17765 \begin_layout Standard
17766 para la primera columna y la multicolumna,
17767 \end_layout
17768
17769 \begin_layout Standard
17770
17771 \series bold
17772 K{red}
17773 \end_layout
17774
17775 \begin_layout Standard
17776 para la última columna y
17777 \end_layout
17778
17779 \begin_layout Standard
17780
17781 \series bold
17782 S{2.5cm}{2}
17783 \end_layout
17784
17785 \begin_layout Standard
17786 para las celdas en la segunda columna.
17787 \end_layout
17788
17789 \begin_layout Standard
17790 \begin_inset Float table
17791 placement h
17792 wide false
17793 sideways false
17794 status open
17795
17796 \begin_layout Plain Layout
17797 \begin_inset Caption
17798
17799 \begin_layout Plain Layout
17800 \begin_inset CommandInset label
17801 LatexCommand label
17802 name "tab:Tabla-con-formatos-definidos-por"
17803
17804 \end_inset
17805
17806 Tabla con formatos definidos por el usuario
17807 \end_layout
17808
17809 \end_inset
17810
17811
17812 \end_layout
17813
17814 \begin_layout Plain Layout
17815 \align center
17816 \begin_inset Tabular
17817 <lyxtabular version="3" rows="3" columns="4">
17818 <features>
17819 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17820 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17821 <column alignment="center" valignment="middle" width="0">
17822 <column alignment="center" valignment="middle" width="0" special="K{red}">
17823 <row>
17824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 palabramuylargaenceldadetabla
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837 multicolumna línea múltiple
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855 c
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 </row>
17861 <row>
17862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866 d
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875 e
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884 f
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893 g
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 </row>
17899 <row>
17900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904 h
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 i
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 j
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931 k
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 </row>
17937 </lyxtabular>
17938
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Subsection
17950 Grosor de líneas
17951 \begin_inset CommandInset label
17952 LatexCommand label
17953 name "sub:Grosor-de-Líneas"
17954
17955 \end_inset
17956
17957
17958 \begin_inset Index
17959 status collapsed
17960
17961 \begin_layout Plain Layout
17962 Personalización de tablas ! Grosor de línea
17963 \end_layout
17964
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \begin_layout Standard
17971 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17972  
17973 \series bold
17974
17975 \backslash
17976 arrayrulewidth
17977 \series default
17978 .
17979  Por ejemplo, para poner un grosor de línea de 1.5
17980 \begin_inset space \thinspace{}
17981 \end_inset
17982
17983 pt, como en la tabla
17984 \begin_inset space ~
17985 \end_inset
17986
17987
17988 \begin_inset CommandInset ref
17989 LatexCommand ref
17990 reference "tab:Tabla-con-líneas"
17991
17992 \end_inset
17993
17994 , inserta el comando
17995 \end_layout
17996
17997 \begin_layout Standard
17998
17999 \series bold
18000
18001 \backslash
18002 setlength{
18003 \backslash
18004 arrayrulewidth}{1.5pt}
18005 \end_layout
18006
18007 \begin_layout Standard
18008 en código TeX antes de la tabla o flotante.
18009  Este cambio es válido para todas las siguientes tablas.
18010  Para volver al valor predeterminado, define 
18011 \series bold
18012
18013 \backslash
18014 arrayrulewidth
18015 \series default
18016  a 0.4
18017 \begin_inset space \thinspace{}
18018 \end_inset
18019
18020 pt en código TeX detrás de la tabla o flotante.
18021 \end_layout
18022
18023 \begin_layout Standard
18024 \begin_inset ERT
18025 status collapsed
18026
18027 \begin_layout Plain Layout
18028
18029
18030 \backslash
18031 setlength{
18032 \backslash
18033 arrayrulewidth}{1.5pt}
18034 \end_layout
18035
18036 \end_inset
18037
18038
18039 \begin_inset Float table
18040 wide false
18041 sideways false
18042 status open
18043
18044 \begin_layout Plain Layout
18045 \begin_inset Caption
18046
18047 \begin_layout Plain Layout
18048 \begin_inset CommandInset label
18049 LatexCommand label
18050 name "tab:Tabla-con-líneas"
18051
18052 \end_inset
18053
18054 Tabla con líneas de grosor 1.5
18055 \begin_inset space \thinspace{}
18056 \end_inset
18057
18058 pt
18059 \end_layout
18060
18061 \end_inset
18062
18063
18064 \end_layout
18065
18066 \begin_layout Plain Layout
18067 \align center
18068 \begin_inset Tabular
18069 <lyxtabular version="3" rows="3" columns="3">
18070 <features>
18071 <column alignment="center" valignment="top" width="0">
18072 <column alignment="center" valignment="top" width="0">
18073 <column alignment="center" valignment="top" width="0">
18074 <row>
18075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 sd
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 </row>
18103 <row>
18104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 sd
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 </row>
18132 <row>
18133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 sd
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 </lyxtabular>
18162
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \end_inset
18169
18170
18171 \begin_inset ERT
18172 status collapsed
18173
18174 \begin_layout Plain Layout
18175
18176
18177 \backslash
18178 setlength{
18179 \backslash
18180 arrayrulewidth}{0.4pt}
18181 \end_layout
18182
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \begin_layout Standard
18189 \begin_inset VSpace bigskip
18190 \end_inset
18191
18192 Para definir un grosor de 1.5
18193 \begin_inset space \thinspace{}
18194 \end_inset
18195
18196 pt sólo para líneas horizontales, como en la tabla
18197 \begin_inset space ~
18198 \end_inset
18199
18200
18201 \begin_inset CommandInset ref
18202 LatexCommand ref
18203 reference "tab:Tabla-con-horizontales"
18204
18205 \end_inset
18206
18207 , inserta estos comandos en código TeX antes de la tabla o flotante:
18208 \end_layout
18209
18210 \begin_layout Standard
18211
18212 \series bold
18213
18214 \backslash
18215 let
18216 \backslash
18217 myHline
18218 \backslash
18219 hline
18220 \begin_inset Newline newline
18221 \end_inset
18222
18223
18224 \backslash
18225 renewcommand{
18226 \backslash
18227 hline}
18228 \begin_inset Newline newline
18229 \end_inset
18230
18231  {
18232 \backslash
18233 noalign{
18234 \backslash
18235 global
18236 \backslash
18237 arrayrulewidth 1.5pt}
18238 \begin_inset Newline newline
18239 \end_inset
18240
18241   
18242 \backslash
18243 myHline
18244 \backslash
18245 noalign{
18246 \backslash
18247 global
18248 \backslash
18249 arrayrulewidth 0.4pt}}
18250 \end_layout
18251
18252 \begin_layout Standard
18253 Para volver al grosor predeterminado, inserta este comando en código TeX
18254  detrás de la tabla o flotante:
18255 \end_layout
18256
18257 \begin_layout Standard
18258
18259 \series bold
18260
18261 \backslash
18262 renewcommand{
18263 \backslash
18264 hline}{
18265 \backslash
18266 myHline}
18267 \end_layout
18268
18269 \begin_layout Standard
18270 \begin_inset ERT
18271 status collapsed
18272
18273 \begin_layout Plain Layout
18274
18275
18276 \backslash
18277 let
18278 \backslash
18279 myHline
18280 \backslash
18281 hline
18282 \end_layout
18283
18284 \begin_layout Plain Layout
18285
18286
18287 \backslash
18288 renewcommand{
18289 \backslash
18290 hline}
18291 \end_layout
18292
18293 \begin_layout Plain Layout
18294
18295  {
18296 \backslash
18297 noalign{
18298 \backslash
18299 global
18300 \backslash
18301 arrayrulewidth 1.5pt}
18302 \end_layout
18303
18304 \begin_layout Plain Layout
18305
18306   
18307 \backslash
18308 myHline
18309 \backslash
18310 noalign{
18311 \backslash
18312 global
18313 \backslash
18314 arrayrulewidth 0.4pt}}
18315 \end_layout
18316
18317 \end_inset
18318
18319
18320 \begin_inset Float table
18321 wide false
18322 sideways false
18323 status open
18324
18325 \begin_layout Plain Layout
18326 \begin_inset Caption
18327
18328 \begin_layout Plain Layout
18329 \begin_inset CommandInset label
18330 LatexCommand label
18331 name "tab:Tabla-con-horizontales"
18332
18333 \end_inset
18334
18335 Tabla con líneas horizontales de 1.5
18336 \begin_inset space \thinspace{}
18337 \end_inset
18338
18339 pt
18340 \end_layout
18341
18342 \end_inset
18343
18344
18345 \end_layout
18346
18347 \begin_layout Plain Layout
18348 \align center
18349 \begin_inset Tabular
18350 <lyxtabular version="3" rows="3" columns="3">
18351 <features>
18352 <column alignment="center" valignment="top" width="0">
18353 <column alignment="center" valignment="top" width="0">
18354 <column alignment="center" valignment="top" width="0">
18355 <row>
18356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 sd
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 </row>
18384 <row>
18385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 sd
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 </row>
18413 <row>
18414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 sd
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 </row>
18442 </lyxtabular>
18443
18444 \end_inset
18445
18446
18447 \end_layout
18448
18449 \end_inset
18450
18451
18452 \begin_inset ERT
18453 status collapsed
18454
18455 \begin_layout Plain Layout
18456
18457
18458 \backslash
18459 renewcommand{
18460 \backslash
18461 hline}{
18462 \backslash
18463 myHline}
18464 \end_layout
18465
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \begin_layout Standard
18472 \begin_inset VSpace bigskip
18473 \end_inset
18474
18475 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18476  siguiente formato de columna en el preámbulo del documento, de acuerdo
18477  con lo descrito en la sección
18478 \begin_inset space ~
18479 \end_inset
18480
18481
18482 \begin_inset CommandInset ref
18483 LatexCommand ref
18484 reference "sub:Formato-Personalizado"
18485
18486 \end_inset
18487
18488 :
18489 \end_layout
18490
18491 \begin_layout Standard
18492
18493 \series bold
18494
18495 \backslash
18496 newcolumntype{V}{!{
18497 \backslash
18498 vrule width 1.5pt}}
18499 \end_layout
18500
18501 \begin_layout Standard
18502 Para la tabla
18503 \begin_inset space ~
18504 \end_inset
18505
18506
18507 \begin_inset CommandInset ref
18508 LatexCommand ref
18509 reference "tab:Tabla-con-verticales"
18510
18511 \end_inset
18512
18513  se usó el argumento LaTeX
18514 \end_layout
18515
18516 \begin_layout Standard
18517
18518 \series bold
18519 VcV
18520 \end_layout
18521
18522 \begin_layout Standard
18523 para la última columna y
18524 \end_layout
18525
18526 \begin_layout Standard
18527
18528 \series bold
18529 Vc
18530 \end_layout
18531
18532 \begin_layout Standard
18533 para las otras.
18534 \end_layout
18535
18536 \begin_layout Standard
18537 \begin_inset Float table
18538 wide false
18539 sideways false
18540 status open
18541
18542 \begin_layout Plain Layout
18543 \begin_inset Caption
18544
18545 \begin_layout Plain Layout
18546 \begin_inset CommandInset label
18547 LatexCommand label
18548 name "tab:Tabla-con-verticales"
18549
18550 \end_inset
18551
18552 Tabla con líneas verticales de 1.5
18553 \begin_inset space \thinspace{}
18554 \end_inset
18555
18556 pt de grosor
18557 \end_layout
18558
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \begin_layout Plain Layout
18565 \align center
18566 \begin_inset Tabular
18567 <lyxtabular version="3" rows="3" columns="3">
18568 <features>
18569 <column alignment="center" valignment="top" width="0" special="Vc">
18570 <column alignment="center" valignment="top" width="0" special="Vc">
18571 <column alignment="center" valignment="top" width="0" special="VcV">
18572 <row>
18573 <cell alignment="center" valignment="top" topline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 sd
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 <cell alignment="center" valignment="top" topline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" topline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 </row>
18601 <row>
18602 <cell alignment="center" valignment="top" topline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" topline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615 sd
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" topline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 </row>
18630 <row>
18631 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 sd
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 </row>
18659 </lyxtabular>
18660
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \end_inset
18667
18668
18669 \end_layout
18670
18671 \begin_layout Subsection
18672 Líneas de trazos
18673 \begin_inset Index
18674 status collapsed
18675
18676 \begin_layout Plain Layout
18677 Personalización de tablas ! Líneas de trazos
18678 \end_layout
18679
18680 \end_inset
18681
18682
18683 \end_layout
18684
18685 \begin_layout Standard
18686 \begin_inset ERT
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690
18691
18692 \backslash
18693 ifarydshln
18694 \end_layout
18695
18696 \end_inset
18697
18698
18699 \begin_inset Note Note
18700 status collapsed
18701
18702 \begin_layout Plain Layout
18703 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18704  LaTeX 
18705 \series bold
18706 arydshln
18707 \series default
18708 .
18709 \end_layout
18710
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \begin_layout Standard
18717 \begin_inset Float table
18718 placement H
18719 wide false
18720 sideways false
18721 status open
18722
18723 \begin_layout Plain Layout
18724 \begin_inset Caption
18725
18726 \begin_layout Plain Layout
18727 \begin_inset CommandInset label
18728 LatexCommand label
18729 name "tab:Tabla-con-trazos"
18730
18731 \end_inset
18732
18733 Tabla con líneas de trazos
18734 \end_layout
18735
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \begin_layout Plain Layout
18742 \align center
18743 \begin_inset Tabular
18744 <lyxtabular version="3" rows="5" columns="5">
18745 <features>
18746 <column alignment="center" valignment="top" width="0">
18747 <column alignment="center" valignment="top" width="0">
18748 <column alignment="center" valignment="top" width="0" special=":c">
18749 <column alignment="center" valignment="top" width="0">
18750 <column alignment="center" valignment="top" width="0">
18751 <row>
18752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 a
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765 b
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774 c
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783 d
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792 e
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 </row>
18798 <row>
18799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18800 \begin_inset Text
18801
18802 \begin_layout Plain Layout
18803 f
18804 \end_layout
18805
18806 \end_inset
18807 </cell>
18808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18809 \begin_inset Text
18810
18811 \begin_layout Plain Layout
18812 g
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 <cell alignment="center" valignment="top" topline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821 h
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830 i
18831 \end_layout
18832
18833 \end_inset
18834 </cell>
18835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839 j
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 </row>
18845 <row>
18846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18847 \begin_inset Text
18848
18849 \begin_layout Plain Layout
18850 \begin_inset ERT
18851 status collapsed
18852
18853 \begin_layout Plain Layout
18854
18855
18856 \backslash
18857 hdashline 
18858 \end_layout
18859
18860 \end_inset
18861
18862 k
18863 \end_layout
18864
18865 \end_inset
18866 </cell>
18867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871 l
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 <cell alignment="center" valignment="top" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880 m
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889 n
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 o
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 </row>
18904 <row>
18905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 \begin_inset ERT
18910 status collapsed
18911
18912 \begin_layout Plain Layout
18913
18914
18915 \backslash
18916 cdashline{4-5}
18917 \end_layout
18918
18919 \end_inset
18920
18921 p
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930 q
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939 r
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 s
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 </row>
18963 <row>
18964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 t
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977 u
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986 v
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995 w
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19001 \begin_inset Text
19002
19003 \begin_layout Plain Layout
19004 x
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 </row>
19010 </lyxtabular>
19011
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \end_inset
19018
19019
19020 \end_layout
19021
19022 \begin_layout Standard
19023 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19024  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19025 \series bold
19026 arydshln
19027 \series default
19028
19029 \begin_inset Index
19030 status collapsed
19031
19032 \begin_layout Plain Layout
19033 LaTeX-paquetes ! arydshln
19034 \end_layout
19035
19036 \end_inset
19037
19038  con el comando 
19039 \end_layout
19040
19041 \begin_layout Standard
19042
19043 \series bold
19044
19045 \backslash
19046 usepackage{arydshln}
19047 \end_layout
19048
19049 \begin_layout Standard
19050 Para hacer una línea vertical a trazos, introduce dos puntos «
19051 \series bold
19052 :
19053 \series default
19054 » junto con el carácter para alineación horizontal como argumento LaTeX
19055  en el diálogo de celda de tabla.
19056 \end_layout
19057
19058 \begin_layout Standard
19059 Para una línea de trazos horizontal añade el comando
19060 \end_layout
19061
19062 \begin_layout Standard
19063
19064 \series bold
19065
19066 \backslash
19067 hdashline
19068 \end_layout
19069
19070 \begin_layout Standard
19071 en código TeX como primer elemento de la primera celda en la fila.
19072 \end_layout
19073
19074 \begin_layout Standard
19075 Para líneas de trazos en multicolumna usa el comando
19076 \end_layout
19077
19078 \begin_layout Standard
19079
19080 \series bold
19081
19082 \backslash
19083 cdashline{número de líneas}
19084 \end_layout
19085
19086 \begin_layout Standard
19087 en código TeX como primer elemento de la primera celda en la fila.
19088  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19089  4 y quieres una línea de trazos por encima, añade el comando
19090 \end_layout
19091
19092 \begin_layout Standard
19093
19094 \series bold
19095
19096 \backslash
19097 cdashline{2-4}
19098 \end_layout
19099
19100 \begin_layout Standard
19101 como primer elemento de la primera celda en la fila de la multicolumna.
19102 \end_layout
19103
19104 \begin_layout Standard
19105 \begin_inset VSpace bigskip
19106 \end_inset
19107
19108
19109 \end_layout
19110
19111 \begin_layout Standard
19112 La tabla
19113 \begin_inset space ~
19114 \end_inset
19115
19116
19117 \begin_inset CommandInset ref
19118 LatexCommand ref
19119 reference "tab:Tabla-con-trazos"
19120
19121 \end_inset
19122
19123  se ha hecho usando «
19124 \series bold
19125 :c
19126 \series default
19127 » como argumento LaTeX de la tercera columna.
19128  El comando en código TeX 
19129 \series bold
19130
19131 \backslash
19132 hdashline
19133 \series default
19134  se ha insertado en la primera celda de la tercera fila y el comando en
19135  código TeX
19136 \begin_inset Newline newline
19137 \end_inset
19138
19139
19140 \series bold
19141
19142 \backslash
19143 cdashline{4-5}
19144 \series default
19145  en la primera celda de la cuarta fila.
19146 \end_layout
19147
19148 \begin_layout Standard
19149 \begin_inset Note Greyedout
19150 status open
19151
19152 \begin_layout Plain Layout
19153
19154 \series bold
19155 Nota:
19156 \series default
19157  Aparentemente el paquete LaTeX 
19158 \series bold
19159 arydshln
19160 \series default
19161  no es compatible con el paquete LaTeX 
19162 \series bold
19163 colortbl
19164 \series default
19165
19166 \begin_inset Index
19167 status collapsed
19168
19169 \begin_layout Plain Layout
19170 LaTeX-paquetes ! colortbl
19171 \end_layout
19172
19173 \end_inset
19174
19175  que se usa para tablas coloreadas en la sección
19176 \begin_inset space ~
19177 \end_inset
19178
19179
19180 \begin_inset CommandInset ref
19181 LatexCommand ref
19182 reference "sec:Tablas-Coloreadas"
19183
19184 \end_inset
19185
19186 .
19187  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19188 \end_layout
19189
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \begin_layout Standard
19196 \begin_inset ERT
19197 status collapsed
19198
19199 \begin_layout Plain Layout
19200
19201
19202 \backslash
19203 else
19204 \end_layout
19205
19206 \end_inset
19207
19208
19209 \begin_inset Note Note
19210 status collapsed
19211
19212 \begin_layout Plain Layout
19213 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19214  
19215 \series bold
19216 arydshln
19217 \series default
19218 .
19219 \end_layout
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \begin_layout Standard
19227 Debes instalar el paquete LaTeX 
19228 \series bold
19229 arydshln
19230 \series default
19231  para ver la parte siguiente en la salida.
19232 \end_layout
19233
19234 \begin_layout Standard
19235 \begin_inset ERT
19236 status collapsed
19237
19238 \begin_layout Plain Layout
19239
19240
19241 \backslash
19242 fi
19243 \end_layout
19244
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \begin_layout Chapter
19251 Flotantes
19252 \begin_inset Index
19253 status collapsed
19254
19255 \begin_layout Plain Layout
19256 Flotantes
19257 \end_layout
19258
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \begin_layout Section
19265 Introducción
19266 \begin_inset CommandInset label
19267 LatexCommand label
19268 name "sec:Introducción-Flotantes"
19269
19270 \end_inset
19271
19272
19273 \begin_inset Index
19274 status collapsed
19275
19276 \begin_layout Plain Layout
19277 Flotantes ! Introducción
19278 \end_layout
19279
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \begin_layout Standard
19286 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19287  no tiene posición fija.
19288  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19289  Las 
19290 \family sans
19291 Notas
19292 \begin_inset space ~
19293 \end_inset
19294
19295 al
19296 \begin_inset space ~
19297 \end_inset
19298
19299 pie
19300 \family default
19301  y 
19302 \family sans
19303 Notas
19304 \begin_inset space ~
19305 \end_inset
19306
19307 al
19308 \begin_inset space ~
19309 \end_inset
19310
19311 margen
19312 \family default
19313  también son flotantes, porque pueden flotar a la página siguiente cuando
19314  hay demasiadas notas en la página.
19315 \end_layout
19316
19317 \begin_layout Standard
19318 Los flotantes permiten composiciones de alta calidad.
19319  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19320  impedir espacios en blanco y páginas sin texto.
19321  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19322  cada flotante puede ser referenciado en el texto.
19323  Por lo tanto los flotantes están numerados.
19324  Las referencias se describen en la sección
19325 \begin_inset space ~
19326 \end_inset
19327
19328
19329 \begin_inset CommandInset ref
19330 LatexCommand ref
19331 reference "sec:Referencias-a-Flotantes"
19332
19333 \end_inset
19334
19335 .
19336 \end_layout
19337
19338 \begin_layout Standard
19339 Para insertar un flotante, usa el menú 
19340 \family sans
19341 Insertar\SpecialChar \menuseparator
19342 Flotante
19343 \family default
19344 .
19345  Esto inserta una 
19346 \family sans
19347 Leyenda,
19348 \family default
19349  un cuadro con una etiqueta.
19350  La etiqueta se traducirá automáticamente al idioma del documento.
19351  Tras la etiqueta puedes insertar el texto de la leyenda.
19352  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19353  separado dentro del flotante.
19354  La colocación de leyendas se describe en la sección
19355 \begin_inset space ~
19356 \end_inset
19357
19358
19359 \begin_inset CommandInset ref
19360 LatexCommand ref
19361 reference "sec:Colocación-de-leyendas"
19362
19363 \end_inset
19364
19365 .
19366  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19367  con clic izquierdo sobre él.
19368  Un cuadro cerrado se muestra así: 
19369 \begin_inset Graphics
19370         filename clipart/flotanteQt4.png
19371         scale 70
19372
19373 \end_inset
19374
19375  —un cuadro gris con etiqueta en rojo—.
19376 \end_layout
19377
19378 \begin_layout Standard
19379 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19380  errores de LaTeX si el texto circundante se formatea de modo especial.
19381 \end_layout
19382
19383 \begin_layout Standard
19384 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19385  y pinchando el botón correspondiente de la barra de herramientas para un
19386  flotante nuevo.
19387 \end_layout
19388
19389 \begin_layout Section
19390 Tipos de flotantes
19391 \end_layout
19392
19393 \begin_layout Standard
19394 Además de los flotantes de imagen y de tabla que se describen en la sección
19395 \begin_inset space ~
19396 \end_inset
19397
19398
19399 \begin_inset CommandInset ref
19400 LatexCommand ref
19401 reference "sec:Figuras-Flotantes"
19402
19403 \end_inset
19404
19405  y 
19406 \begin_inset CommandInset ref
19407 LatexCommand ref
19408 reference "sec:Tablas-Flotantes"
19409
19410 \end_inset
19411
19412 , respectivamente, LyX ofrece los tipos 
19413 \series bold
19414 Algoritmo
19415 \series default
19416  y 
19417 \series bold
19418 Envoltorio
19419 \series default
19420 .
19421 \end_layout
19422
19423 \begin_layout Subsection
19424 Algoritmos flotantes
19425 \begin_inset Index
19426 status collapsed
19427
19428 \begin_layout Plain Layout
19429 Flotantes ! Algoritmos
19430 \end_layout
19431
19432 \end_inset
19433
19434
19435 \begin_inset CommandInset label
19436 LatexCommand label
19437 name "sub:Algoritmos-Flotantes"
19438
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \begin_layout Standard
19445 \begin_inset Float algorithm
19446 placement h
19447 wide false
19448 sideways false
19449 status open
19450
19451 \begin_layout Plain Layout
19452 \begin_inset Caption
19453
19454 \begin_layout Plain Layout
19455 \begin_inset CommandInset label
19456 LatexCommand label
19457 name "alg:Ejemplo-de-Algoritmo-flotante"
19458
19459 \end_inset
19460
19461 Ejemplo de algoritmo flotante
19462 \end_layout
19463
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \begin_layout LyX-Code
19470 for I in 1..N loop
19471 \begin_inset Newline newline
19472 \end_inset
19473
19474  Sum:= Sum + A(I); /*comment*/
19475 \begin_inset Newline newline
19476 \end_inset
19477
19478 end loop
19479 \begin_inset VSpace -4mm
19480 \end_inset
19481
19482
19483 \end_layout
19484
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \begin_layout Standard
19491 Este tipo de flotante se inserta con el menú 
19492 \family sans
19493 Insertar\SpecialChar \menuseparator
19494 Flotante\SpecialChar \menuseparator
19495 Algoritmo
19496 \family default
19497 .
19498  Se usa para códigos y descripciones de algoritmos y se puede considerar
19499  una alternativa al listado de código de programa, que se explica en el
19500  capítulo
19501 \begin_inset space ~
19502 \end_inset
19503
19504
19505 \begin_inset CommandInset ref
19506 LatexCommand ref
19507 reference "cap:Listado-de-programa"
19508
19509 \end_inset
19510
19511 .
19512  Un posible entorno para algoritmos es 
19513 \family sans
19514 Código-LyX
19515 \family default
19516 , descrito en la 
19517 \emph on
19518 Guía del usuario
19519 \emph default
19520  de LyX.
19521  El algoritmo
19522 \begin_inset space ~
19523 \end_inset
19524
19525
19526 \begin_inset CommandInset ref
19527 LatexCommand ref
19528 reference "alg:Ejemplo-de-Algoritmo-flotante"
19529
19530 \end_inset
19531
19532  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19533  vertical de -4
19534 \begin_inset space \thinspace{}
19535 \end_inset
19536
19537 mm al final para tener la línea inferior exactamente bajo la última línea
19538  de texto.
19539 \end_layout
19540
19541 \begin_layout Standard
19542 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19543  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19544 \end_layout
19545
19546 \begin_layout Standard
19547
19548 \series bold
19549
19550 \backslash
19551 floatname{algorithm}{nombre}
19552 \end_layout
19553
19554 \begin_layout Standard
19555 donde 
19556 \family sans
19557 nombre
19558 \family default
19559  es la palabra «
19560 \emph on
19561 algoritmo
19562 \emph default
19563 » en el idioma deseado.
19564 \end_layout
19565
19566 \begin_layout Standard
19567 Para insertar el índice de algoritmos puedes usar el menú 
19568 \family sans
19569 Insertar\SpecialChar \menuseparator
19570 Lista
19571 \begin_inset space \thinspace{}
19572 \end_inset
19573
19574 /
19575 \begin_inset space \thinspace{}
19576 \end_inset
19577
19578 Índice\SpecialChar \menuseparator
19579 Índice de algoritmos
19580 \family default
19581 , si el documento está en el mismo idioma que los menús de LyX.
19582  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19583 \end_layout
19584
19585 \begin_layout Standard
19586
19587 \series bold
19588
19589 \backslash
19590 listof{algorithm}{nombre}
19591 \end_layout
19592
19593 \begin_layout Standard
19594 donde 
19595 \family sans
19596 nombre
19597 \family default
19598  es «
19599 \emph on
19600 Lista de algoritmos
19601 \emph default
19602 » en el idioma del documento.
19603 \end_layout
19604
19605 \begin_layout Standard
19606 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19607  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19608 tmo».
19609  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19610  documento:
19611 \end_layout
19612
19613 \begin_layout Standard
19614
19615 \series bold
19616
19617 \backslash
19618 numberwithin{algorithm}{chapter}
19619 \end_layout
19620
19621 \begin_layout Standard
19622 Para poder usar el comando 
19623 \series bold
19624
19625 \backslash
19626 numberwithin
19627 \series default
19628 , marca la opción 
19629 \family sans
19630 Usar
19631 \begin_inset space ~
19632 \end_inset
19633
19634 el
19635 \begin_inset space ~
19636 \end_inset
19637
19638 paquete
19639 \begin_inset space ~
19640 \end_inset
19641
19642 AMS
19643 \family default
19644  en el menú 
19645 \family sans
19646 Documento\SpecialChar \menuseparator
19647 Configuración\SpecialChar \menuseparator
19648 Opciones para ecuaciones
19649 \family default
19650 .
19651 \end_layout
19652
19653 \begin_layout Subsection
19654 Flotantes envueltos
19655 \begin_inset Index
19656 status collapsed
19657
19658 \begin_layout Plain Layout
19659 Flotantes ! Envoltorio
19660 \end_layout
19661
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \begin_layout Standard
19668 \begin_inset Wrap figure
19669 lines 0
19670 placement l
19671 overhang 1cm
19672 width "40col%"
19673 status open
19674
19675 \begin_layout Plain Layout
19676 \begin_inset Graphics
19677         filename ../clipart/mobius.eps
19678         width 40col%
19679         rotateOrigin center
19680
19681 \end_inset
19682
19683
19684 \end_layout
19685
19686 \begin_layout Plain Layout
19687 \begin_inset Caption
19688
19689 \begin_layout Plain Layout
19690 \begin_inset CommandInset label
19691 LatexCommand label
19692 name "fig:Envoltorio-de-figura"
19693
19694 \end_inset
19695
19696 Figura envuelta en el texto
19697 \end_layout
19698
19699 \end_inset
19700
19701
19702 \end_layout
19703
19704 \end_inset
19705
19706  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19707  de modo que ocupe sólo una parte del ancho de columna.
19708  Se inserta con el menú 
19709 \family sans
19710 Insertar\SpecialChar \menuseparator
19711 Flotante\SpecialChar \menuseparator
19712 Figura
19713 \begin_inset space ~
19714 \end_inset
19715
19716 envuelta
19717 \family default
19718
19719 \begin_inset space \thinspace{}
19720 \end_inset
19721
19722 /
19723 \begin_inset space \thinspace{}
19724 \end_inset
19725
19726
19727 \family sans
19728 Tabla
19729 \begin_inset space ~
19730 \end_inset
19731
19732 envuelta
19733 \family default
19734  si está instalado el paquete LaTeX 
19735 \series bold
19736 wrapfig
19737 \series default
19738
19739 \begin_inset Index
19740 status collapsed
19741
19742 \begin_layout Plain Layout
19743 LaTeX-paquetes ! wrapfig
19744 \begin_inset ERT
19745 status collapsed
19746
19747 \begin_layout Plain Layout
19748
19749
19750 \backslash
19751 vspace{4mm}
19752 \end_layout
19753
19754 \end_inset
19755
19756
19757 \end_layout
19758
19759 \end_inset
19760
19761 .
19762 \begin_inset Foot
19763 status collapsed
19764
19765 \begin_layout Plain Layout
19766 La instalación de paquetes LaTeX se explica en el manual 
19767 \emph on
19768 Configuración de LaTeX
19769 \emph default
19770 .
19771 \end_layout
19772
19773 \end_inset
19774
19775  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19776  con clic derecho sobre el cuadro del flotante.
19777  Son obligatorias la 
19778 \family sans
19779 Ubicación
19780 \family default
19781  y la 
19782 \family sans
19783 Anchura
19784 \family default
19785 .
19786  Son opcionales 
19787 \family sans
19788 Extensión al margen
19789 \family default
19790 , que especifica la anchura de invasión del margen, y 
19791 \family sans
19792 Extender
19793 \begin_inset space ~
19794 \end_inset
19795
19796 a
19797 \begin_inset space ~
19798 \end_inset
19799
19800 líneas
19801 \family default
19802 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19803  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19804  opción sólo si encuentras problemas en la colocación del flotante.
19805  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19806  del párrafo o en los párrafos adyacentes.
19807  La figura
19808 \begin_inset space ~
19809 \end_inset
19810
19811
19812 \begin_inset CommandInset ref
19813 LatexCommand ref
19814 reference "fig:Envoltorio-de-figura"
19815
19816 \end_inset
19817
19818  es un ejemplo de envoltorio con una anchura de columna del 40
19819 \begin_inset space \thinspace{}
19820 \end_inset
19821
19822 %, ubicado a la izquierda y 1
19823 \begin_inset space \thinspace{}
19824 \end_inset
19825
19826 cm de invasión de margen.
19827 \begin_inset Foot
19828 status collapsed
19829
19830 \begin_layout Plain Layout
19831 Consulta las unidades disponibles en el apéndice
19832 \begin_inset space ~
19833 \end_inset
19834
19835
19836 \begin_inset CommandInset ref
19837 LatexCommand ref
19838 reference "cap:Unidades-disponibles-en"
19839
19840 \end_inset
19841
19842 .
19843 \end_layout
19844
19845 \end_inset
19846
19847
19848 \end_layout
19849
19850 \begin_layout Standard
19851 \begin_inset Note Greyedout
19852 status open
19853
19854 \begin_layout Plain Layout
19855
19856 \series bold
19857 Nota:
19858 \series default
19859  ¡Los flotantes envueltos son frágiles! P.
19860 \begin_inset space \thinspace{}
19861 \end_inset
19862
19863 e.
19864 \begin_inset space ~
19865 \end_inset
19866
19867 si una figura está demasiado cerca de la parte inferior de la página se
19868  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19869  o situarse junto a otro texto.
19870 \end_layout
19871
19872 \end_inset
19873
19874
19875 \end_layout
19876
19877 \begin_layout Standard
19878 En general:
19879 \end_layout
19880
19881 \begin_layout Itemize
19882 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19883  salto de página.
19884  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19885  esté casi listo y puedas prever los saltos de página.
19886 \end_layout
19887
19888 \begin_layout Itemize
19889 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19890  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19891 \end_layout
19892
19893 \begin_layout Itemize
19894 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19895  que procura que haya un párrafo de texto entre ellos.
19896 \end_layout
19897
19898 \begin_layout Itemize
19899 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19900 \end_layout
19901
19902 \begin_layout Section
19903 Numeración de flotantes
19904 \begin_inset Index
19905 status collapsed
19906
19907 \begin_layout Plain Layout
19908 Flotantes ! Numeración
19909 \end_layout
19910
19911 \end_inset
19912
19913
19914 \end_layout
19915
19916 \begin_layout Standard
19917 En general, los flotantes se numeran independientemente de las secciones
19918  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19919  dependiendo de la clase de documento utilizada.
19920 \end_layout
19921
19922 \begin_layout Standard
19923 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19924  comando en el preámbulo del documento:
19925 \end_layout
19926
19927 \begin_layout Standard
19928
19929 \series bold
19930
19931 \backslash
19932 renewcommand{
19933 \backslash
19934 thetable}{
19935 \backslash
19936 roman{table}}
19937 \end_layout
19938
19939 \begin_layout Standard
19940
19941 \series bold
19942
19943 \backslash
19944 thetable 
19945 \series default
19946 es el comando que imprime el número de la tabla, para figuras flotantes
19947  el comando sería 
19948 \series bold
19949
19950 \backslash
19951 thefigure
19952 \series default
19953 .
19954  El comando 
19955 \series bold
19956
19957 \backslash
19958 roman
19959 \series default
19960  imprime el número de tabla en números romanos en minúscula.
19961 \end_layout
19962
19963 \begin_layout Standard
19964 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19965  usa este comando en el preámbulo:
19966 \end_layout
19967
19968 \begin_layout Standard
19969
19970 \series bold
19971
19972 \backslash
19973 numberwithin{table}{subsection}
19974 \end_layout
19975
19976 \begin_layout Standard
19977 Para poder usar el comando 
19978 \series bold
19979
19980 \backslash
19981 numberwithin
19982 \series default
19983 , debes marcar la opción 
19984 \family sans
19985 Usar
19986 \begin_inset space ~
19987 \end_inset
19988
19989 el
19990 \begin_inset space ~
19991 \end_inset
19992
19993 paquete
19994 \begin_inset space ~
19995 \end_inset
19996
19997 AMS 
19998 \family default
19999 en el apartado 
20000 \family sans
20001 Opciones para ecuaciones 
20002 \family default
20003 de las preferencias del documento.
20004 \end_layout
20005
20006 \begin_layout Standard
20007 Puedes ver más detalles y notas importantes sobre comandos de numeración
20008  en la sección
20009 \begin_inset space ~
20010 \end_inset
20011
20012
20013 \begin_inset CommandInset ref
20014 LatexCommand ref
20015 reference "sub:Numeración-de-Notas-al-Pie"
20016
20017 \end_inset
20018
20019 .
20020 \end_layout
20021
20022 \begin_layout Section
20023 Referencias a flotantes
20024 \begin_inset CommandInset label
20025 LatexCommand label
20026 name "sec:Referencias-a-Flotantes"
20027
20028 \end_inset
20029
20030
20031 \begin_inset Index
20032 status collapsed
20033
20034 \begin_layout Plain Layout
20035 Flotantes ! Referencias
20036 \end_layout
20037
20038 \end_inset
20039
20040
20041 \begin_inset Index
20042 status collapsed
20043
20044 \begin_layout Plain Layout
20045 Referencias
20046 \end_layout
20047
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \begin_layout Standard
20054 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20055  menú 
20056 \family sans
20057 Insertar\SpecialChar \menuseparator
20058 Etiqueta
20059 \family default
20060  o el botón 
20061 \begin_inset Graphics
20062         filename ../../images/label-insert.png
20063         scale 85
20064
20065 \end_inset
20066
20067 .
20068  Aparece una ventana esperando la introducción del texto de la etiqueta
20069  y se inserta un cuadro gris como este: 
20070 \begin_inset Graphics
20071         filename clipart/etiquetaQt4.png
20072         scale 85
20073
20074 \end_inset
20075
20076 .
20077  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20078  El prefijo depende del tipo de flotante, p.
20079 \begin_inset space \thinspace{}
20080 \end_inset
20081
20082 e.
20083 \begin_inset space ~
20084 \end_inset
20085
20086 para figuras el prefijo será «
20087 \family sans
20088 fig:
20089 \family default
20090 ».
20091 \end_layout
20092
20093 \begin_layout Standard
20094 La etiqueta se usa como ancla y el nombre para la referencia.
20095  Puedes referenciar la etiqueta usando el menú 
20096 \family sans
20097 Insertar\SpecialChar \menuseparator
20098 Referencia
20099 \family default
20100
20101 \begin_inset space ~
20102 \end_inset
20103
20104
20105 \family sans
20106 cruzada
20107 \family default
20108  o el botón 
20109 \begin_inset Graphics
20110         filename ../../images/dialog-show-new-inset_ref.png
20111         scale 85
20112
20113 \end_inset
20114
20115 .
20116  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20117  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20118  trabajando de la lista desplegable de la parte superior del diálogo.
20119  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20120  Se inserta un cuadro gris como este: 
20121 \begin_inset Graphics
20122         filename clipart/referenciaQt4.png
20123         scale 85
20124
20125 \end_inset
20126
20127 .
20128  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20129 \end_layout
20130
20131 \begin_layout Standard
20132 Se recomienda poner un espacio protegido entre el nombre de la referencia
20133  cruzada y su número para evitar saltos de línea entre ellos.
20134  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20135  dos interrogaciones en la salida.
20136 \end_layout
20137
20138 \begin_layout Standard
20139 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20140  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20141  al texto de la etiqueta nueva, no te ocupes por eso.
20142 \end_layout
20143
20144 \begin_layout Standard
20145 El botón 
20146 \family sans
20147 Ir
20148 \begin_inset space ~
20149 \end_inset
20150
20151 a
20152 \begin_inset space ~
20153 \end_inset
20154
20155 la
20156 \begin_inset space ~
20157 \end_inset
20158
20159 etiqueta
20160 \family default
20161  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20162  y el texto del botón cambia a 
20163 \family sans
20164 Volver
20165 \family default
20166 , con el que se puede retornar a la referencia.
20167  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20168  hasta la etiqueta pero sin opción de volver.
20169 \end_layout
20170
20171 \begin_layout Subsection
20172 Formatos de referencia cruzada
20173 \begin_inset CommandInset label
20174 LatexCommand label
20175 name "sub:Formatos-referencia-cruzada"
20176
20177 \end_inset
20178
20179
20180 \begin_inset Index
20181 status collapsed
20182
20183 \begin_layout Plain Layout
20184 Referencias ! Formatos
20185 \end_layout
20186
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \begin_layout Standard
20193 Hay seis variedades de referencias cruzadas:
20194 \end_layout
20195
20196 \begin_layout Description
20197 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20198  
20199 \begin_inset CommandInset ref
20200 LatexCommand ref
20201 reference "fig:Dos-imágenes-distorsionadas"
20202
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \begin_layout Description
20209 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20210  habitual para referirse a fórmulas, especialmente si se omite el nombre
20211  «Ecuación»: 
20212 \begin_inset CommandInset ref
20213 LatexCommand eqref
20214 reference "eq:Wgn"
20215
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \begin_layout Description
20222 <página>: imprime el número de página: Página
20223 \begin_inset space ~
20224 \end_inset
20225
20226
20227 \begin_inset CommandInset ref
20228 LatexCommand pageref
20229 reference "fig:Dos-imágenes-distorsionadas"
20230
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \begin_layout Description
20237 en
20238 \begin_inset space ~
20239 \end_inset
20240
20241 página
20242 \begin_inset space ~
20243 \end_inset
20244
20245 <página>: imprime el texto «en la página» y el número de página: 
20246 \begin_inset CommandInset ref
20247 LatexCommand vpageref
20248 reference "fig:Dos-imágenes-distorsionadas"
20249
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \begin_layout Description
20256 <referencia>
20257 \begin_inset space ~
20258 \end_inset
20259
20260 en
20261 \begin_inset space ~
20262 \end_inset
20263
20264 página
20265 \begin_inset space ~
20266 \end_inset
20267
20268 <página>: imprime el número flotante, el texto «en la página» y el número
20269  de página: 
20270 \begin_inset CommandInset ref
20271 LatexCommand vref
20272 reference "fig:Dos-imágenes-distorsionadas"
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \begin_layout Description
20280 Referencia
20281 \begin_inset space ~
20282 \end_inset
20283
20284 con
20285 \begin_inset space ~
20286 \end_inset
20287
20288 formato: imprime un formato personalizado.
20289 \begin_inset Newline newline
20290 \end_inset
20291
20292
20293 \begin_inset Note Greyedout
20294 status open
20295
20296 \begin_layout Plain Layout
20297
20298 \series bold
20299 Nota:
20300 \series default
20301  Esta característica sólo está disponible si está instalado el paquete LaTeX
20302  
20303 \series bold
20304 prettyref
20305 \series default
20306 .
20307 \begin_inset Index
20308 status collapsed
20309
20310 \begin_layout Plain Layout
20311 LaTeX-paquetes ! prettyref
20312 \end_layout
20313
20314 \end_inset
20315
20316
20317 \end_layout
20318
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \begin_layout Standard
20325
20326 \family sans
20327 <página>
20328 \family default
20329
20330 \begin_inset space \thinspace{}
20331 \end_inset
20332
20333  no imprime el número si la etiqueta está en la misma página, en la anterior
20334  o en la siguiente.
20335  En su lugar verás p.
20336 \begin_inset space \thinspace{}
20337 \end_inset
20338
20339 e.
20340 \begin_inset space ~
20341 \end_inset
20342
20343 el texto «
20344 \family sans
20345 en esta página
20346 \family default
20347 ».
20348  
20349 \lang english
20350 The style
20351 \lang spanish
20352  
20353 \family sans
20354 <referencia>
20355 \begin_inset space ~
20356 \end_inset
20357
20358 en
20359 \begin_inset space ~
20360 \end_inset
20361
20362 página
20363 \begin_inset space ~
20364 \end_inset
20365
20366 <página>
20367 \family default
20368  
20369 \lang english
20370 will not print anything about the page if the label is on the same page.
20371 \end_layout
20372
20373 \begin_layout Standard
20374 El número y página actual de la parte del documento referida es automáticamente
20375  calculado por LaTeX en la salida.
20376  Las variedades se ajustan en el campo 
20377 \family sans
20378 Formato
20379 \family default
20380  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20381 \end_layout
20382
20383 \begin_layout Standard
20384
20385 \lang english
20386 \begin_inset Note Greyedout
20387 status open
20388
20389 \begin_layout Plain Layout
20390
20391 \series bold
20392 Nota:
20393 \series default
20394  
20395 \lang english
20396 The LaTeX-package
20397 \lang spanish
20398  
20399 \series bold
20400 prettyref
20401 \series default
20402
20403 \begin_inset Index
20404 status collapsed
20405
20406 \begin_layout Plain Layout
20407 LaTeX-paquetes ! prettyref
20408 \end_layout
20409
20410 \end_inset
20411
20412  
20413 \lang english
20414 does not know all of LyX's possible label shortcuts
20415 \begin_inset Foot
20416 status collapsed
20417
20418 \begin_layout Plain Layout
20419
20420 \lang english
20421 \begin_inset Quotes eld
20422 \end_inset
20423
20424 fig:
20425 \begin_inset Quotes erd
20426 \end_inset
20427
20428  is for example LyX's shortcut for labels in figure captions.
20429 \end_layout
20430
20431 \end_inset
20432
20433  and is not internationalized.
20434  How to tell 
20435 \series bold
20436 prettyref
20437 \series default
20438  new shortcuts and translations, have a look at its documentation
20439 \lang spanish
20440  
20441 \begin_inset CommandInset citation
20442 LatexCommand cite
20443 key "prettyref"
20444
20445 \end_inset
20446
20447 .
20448 \end_layout
20449
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \begin_layout Subsection
20456 Designación automática de referencias
20457 \begin_inset Index
20458 status collapsed
20459
20460 \begin_layout Plain Layout
20461 Referencias ! Designación automática
20462 \end_layout
20463
20464 \end_inset
20465
20466
20467 \end_layout
20468
20469 \begin_layout Standard
20470 El paquete LaTeX 
20471 \series bold
20472 hyperref
20473 \series default
20474
20475 \begin_inset Index
20476 status collapsed
20477
20478 \begin_layout Plain Layout
20479 LaTeX-paquetes ! hyperref
20480 \end_layout
20481
20482 \end_inset
20483
20484 , que se habilita en 
20485 \family sans
20486 Propiedades PDF
20487 \family default
20488  del diálogo 
20489 \family sans
20490 Documento\SpecialChar \menuseparator
20491 Configuración
20492 \family default
20493 , dispone de una característica muy útil que permite incluir automáticamente
20494  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20495  de texto como 
20496 \emph on
20497 sección
20498 \emph default
20499 ).
20500  Así, p.
20501 \begin_inset space \thinspace{}
20502 \end_inset
20503
20504 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20505  a una figura.
20506  Para usar esta característica habilita el soporte para 
20507 \series bold
20508 hyperref
20509 \series default
20510  e inserta la siguiente línea en el preámbulo LaTeX:
20511 \end_layout
20512
20513 \begin_layout Standard
20514
20515 \series bold
20516
20517 \backslash
20518 AtBeginDocument{
20519 \backslash
20520 renewcommand{
20521 \backslash
20522 ref}[1]{
20523 \backslash
20524 mbox{
20525 \backslash
20526 autoref{#1}}}}
20527 \end_layout
20528
20529 \begin_layout Standard
20530 Si prefieres otros nombres para las referencias distintos de los predeterminados
20531 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20532  lo siguiente en el preámbulo:
20533 \end_layout
20534
20535 \begin_layout Standard
20536
20537 \series bold
20538
20539 \backslash
20540 addto
20541 \backslash
20542 extrasenglish{
20543 \backslash
20544 renewcommand{
20545 \backslash
20546 sectionautorefname}
20547 \begin_inset Newline newline
20548 \end_inset
20549
20550
20551 \begin_inset ERT
20552 status collapsed
20553
20554 \begin_layout Plain Layout
20555
20556
20557 \backslash
20558 hphantom{ }
20559 \end_layout
20560
20561 \end_inset
20562
20563 {sec.
20564 \backslash
20565 negthinspace}}
20566 \end_layout
20567
20568 \begin_layout Standard
20569 Si estás usando un idioma de documento distinto del inglés, reemplaza
20570 \begin_inset Newline newline
20571 \end_inset
20572
20573  
20574 \series bold
20575
20576 \backslash
20577 extrasenglish
20578 \series default
20579  por
20580 \series bold
20581  
20582 \backslash
20583 extras***
20584 \series default
20585 , donde *** es el nombre del idioma utilizado.
20586 \end_layout
20587
20588 \begin_layout Standard
20589 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20590  por ejemplo no para ecuaciones, usa este código de preámbulo:
20591 \end_layout
20592
20593 \begin_layout Standard
20594
20595 \series bold
20596
20597 \backslash
20598 newlength{
20599 \backslash
20600 abc}
20601 \begin_inset Newline newline
20602 \end_inset
20603
20604
20605 \backslash
20606 settowidth{
20607 \backslash
20608 abc}{
20609 \backslash
20610 space}
20611 \begin_inset Newline newline
20612 \end_inset
20613
20614
20615 \backslash
20616 addto
20617 \backslash
20618 extrasenglish{
20619 \backslash
20620 renewcommand{
20621 \backslash
20622 equationautorefname}
20623 \begin_inset Newline newline
20624 \end_inset
20625
20626
20627 \begin_inset ERT
20628 status collapsed
20629
20630 \begin_layout Plain Layout
20631
20632
20633 \backslash
20634 hphantom{ }
20635 \end_layout
20636
20637 \end_inset
20638
20639 {
20640 \backslash
20641 hspace{-
20642 \backslash
20643 abc}}
20644 \end_layout
20645
20646 \begin_layout Standard
20647 En la documentación de 
20648 \series bold
20649 hyperref
20650 \series default
20651  
20652 \begin_inset CommandInset citation
20653 LatexCommand cite
20654 key "hyperref"
20655
20656 \end_inset
20657
20658  puedes encontrar más información.
20659
20660 \series bold
20661  
20662 \end_layout
20663
20664 \begin_layout Standard
20665 \begin_inset Note Greyedout
20666 status open
20667
20668 \begin_layout Plain Layout
20669
20670 \series bold
20671 Nota:
20672 \series default
20673  La designación automática de referencias no puede usarse en el estilo 
20674 \family sans
20675 Referencia
20676 \begin_inset space ~
20677 \end_inset
20678
20679 con
20680 \begin_inset space ~
20681 \end_inset
20682
20683 formato
20684 \family default
20685 , descrita en la sección
20686 \begin_inset space ~
20687 \end_inset
20688
20689
20690 \begin_inset CommandInset ref
20691 LatexCommand ref
20692 reference "sub:Formatos-referencia-cruzada"
20693
20694 \end_inset
20695
20696 .
20697 \end_layout
20698
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \begin_layout Standard
20705 El manual 
20706 \emph on
20707 Ecuaciones
20708 \emph default
20709  es un ejemplo de documento en el que se ha utilizado designación automática
20710  de referencias.
20711 \end_layout
20712
20713 \begin_layout Subsection
20714 Colocación de referencias
20715 \begin_inset CommandInset label
20716 LatexCommand label
20717 name "sub:Colocación-de-Referencias"
20718
20719 \end_inset
20720
20721
20722 \begin_inset Index
20723 status collapsed
20724
20725 \begin_layout Plain Layout
20726 Referencias ! Colocación
20727 \end_layout
20728
20729 \end_inset
20730
20731
20732 \end_layout
20733
20734 \begin_layout Standard
20735 Si usas 
20736 \series bold
20737 hyperref
20738 \series default
20739
20740 \begin_inset Index
20741 status collapsed
20742
20743 \begin_layout Plain Layout
20744 LaTeX-paquetes ! hyperref
20745 \end_layout
20746
20747 \end_inset
20748
20749 , en las 
20750 \family sans
20751 Preferencias PDF 
20752 \family default
20753 del diálogo 
20754 \family sans
20755 Documento\SpecialChar \menuseparator
20756 Configuración
20757 \family default
20758 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20759  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20760  La leyenda será la primera parte del texto en pantalla, de forma que para
20761  ver la imagen debes deslizar.
20762  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20763  Usando el paquete 
20764 \series bold
20765 hypcap
20766 \series default
20767
20768 \begin_inset Index
20769 status collapsed
20770
20771 \begin_layout Plain Layout
20772 LaTeX-paquetes ! hypcap
20773 \end_layout
20774
20775 \end_inset
20776
20777 , que forma parte del paquete LaTeX 
20778 \series bold
20779 oberdiek
20780 \series default
20781
20782 \begin_inset Index
20783 status collapsed
20784
20785 \begin_layout Plain Layout
20786 LaTeX-paquetes ! oberdiek
20787 \end_layout
20788
20789 \end_inset
20790
20791 , el ancla de enlace se sitúa al comienzo de un flotante.
20792  Para usar esta característica para figuras flotantes carga 
20793 \series bold
20794 hypcap
20795 \series default
20796  en el preámbulo con
20797 \end_layout
20798
20799 \begin_layout Standard
20800
20801 \series bold
20802
20803 \backslash
20804 usepackage[figure]{hypcap}
20805 \end_layout
20806
20807 \begin_layout Standard
20808 Puedes usar 
20809 \series bold
20810 hypcap
20811 \series default
20812  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20813  Más información en el manual de 
20814 \series bold
20815 hypcap
20816 \series default
20817  
20818 \begin_inset CommandInset citation
20819 LatexCommand cite
20820 key "hypcap"
20821
20822 \end_inset
20823
20824 .
20825 \end_layout
20826
20827 \begin_layout Standard
20828 \begin_inset Note Greyedout
20829 status open
20830
20831 \begin_layout Plain Layout
20832
20833 \series bold
20834 Nota:
20835 \series default
20836  
20837 \series bold
20838 hypcap
20839 \series default
20840  no funciona para las referencias a subfiguras.
20841 \end_layout
20842
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \begin_layout Section
20849 Colocación de flotantes
20850 \begin_inset CommandInset label
20851 LatexCommand label
20852 name "sec:Colocación-de-Flotantes"
20853
20854 \end_inset
20855
20856
20857 \begin_inset Index
20858 status collapsed
20859
20860 \begin_layout Plain Layout
20861 Flotantes ! Colocación
20862 \end_layout
20863
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \begin_layout Standard
20870 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20871  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20872  los flotantes.
20873 \begin_inset Newline newline
20874 \end_inset
20875
20876 La opción 
20877 \family sans
20878 Extender
20879 \begin_inset space ~
20880 \end_inset
20881
20882 columnas
20883 \family default
20884  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20885  abarcará ambas columnas en lugar de una sola.
20886 \begin_inset Newline newline
20887 \end_inset
20888
20889 La opción 
20890 \family sans
20891 Girar
20892 \begin_inset space ~
20893 \end_inset
20894
20895 a
20896 \begin_inset space ~
20897 \end_inset
20898
20899 un
20900 \begin_inset space ~
20901 \end_inset
20902
20903 lado
20904 \family default
20905  sirve para girar flotantes, véase sección
20906 \begin_inset space ~
20907 \end_inset
20908
20909
20910 \begin_inset CommandInset ref
20911 LatexCommand ref
20912 reference "sec:Rotación-de-Flotantes"
20913
20914 \end_inset
20915
20916 .
20917  
20918 \end_layout
20919
20920 \begin_layout Standard
20921 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20922  la posición de un flotante si desmarcas la opción 
20923 \family sans
20924 Usar
20925 \begin_inset space ~
20926 \end_inset
20927
20928 ubicación
20929 \begin_inset space ~
20930 \end_inset
20931
20932 predeterminada
20933 \family default
20934 :
20935 \end_layout
20936
20937 \begin_layout Description
20938
20939 \family sans
20940 \series bold
20941 Aquí
20942 \begin_inset space ~
20943 \end_inset
20944
20945 si
20946 \begin_inset space ~
20947 \end_inset
20948
20949 es
20950 \begin_inset space ~
20951 \end_inset
20952
20953 posible
20954 \family default
20955 \series default
20956  intenta situar el flotante en la posición en la que se inserta
20957 \end_layout
20958
20959 \begin_layout Description
20960
20961 \family sans
20962 \series bold
20963 Principio
20964 \begin_inset space ~
20965 \end_inset
20966
20967 de
20968 \begin_inset space ~
20969 \end_inset
20970
20971 página
20972 \family default
20973 \series default
20974  intenta situar el flotante al principio de la página actual
20975 \end_layout
20976
20977 \begin_layout Description
20978
20979 \family sans
20980 \series bold
20981 Fin
20982 \begin_inset space ~
20983 \end_inset
20984
20985 de
20986 \begin_inset space ~
20987 \end_inset
20988
20989 página
20990 \family default
20991 \series default
20992  intenta situar el flotante al final de la página actual
20993 \end_layout
20994
20995 \begin_layout Description
20996
20997 \family sans
20998 \series bold
20999 Página
21000 \begin_inset space ~
21001 \end_inset
21002
21003 de
21004 \begin_inset space ~
21005 \end_inset
21006
21007 flotantes
21008 \family default
21009 \series default
21010  intenta situar el flotante en una página propia 
21011 \end_layout
21012
21013 \begin_layout Standard
21014 LaTeX usa 
21015 \emph on
21016 siempre
21017 \emph default
21018  ese orden de opciones.
21019  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21020  lugar 
21021 \family sans
21022 Aquí
21023 \begin_inset space ~
21024 \end_inset
21025
21026 si
21027 \begin_inset space ~
21028 \end_inset
21029
21030 es
21031 \begin_inset space ~
21032 \end_inset
21033
21034 posible
21035 \family default
21036 , luego 
21037 \family sans
21038 Principio
21039 \begin_inset space ~
21040 \end_inset
21041
21042 de
21043 \begin_inset space ~
21044 \end_inset
21045
21046 página
21047 \family default
21048 , y después las otras.
21049  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21050  pero en dicho orden.
21051  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21052  pero intenta poner el flotante en la página siguiente.
21053 \end_layout
21054
21055 \begin_layout Standard
21056 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21057 \end_layout
21058
21059 \begin_layout Labeling
21060 \labelwidthstring 00.00.0000
21061
21062 \family sans
21063 Principio
21064 \begin_inset space ~
21065 \end_inset
21066
21067 de
21068 \begin_inset space ~
21069 \end_inset
21070
21071 página:
21072 \family default
21073  sólo si el flotante ocupa menos del 70
21074 \begin_inset space \thinspace{}
21075 \end_inset
21076
21077 % de la página puede ubicarse al principio de página (
21078 \series bold
21079
21080 \backslash
21081 topfraction
21082 \series default
21083 )
21084 \end_layout
21085
21086 \begin_layout Labeling
21087 \labelwidthstring 00.00.0000
21088
21089 \family sans
21090 Fin
21091 \begin_inset space ~
21092 \end_inset
21093
21094 de
21095 \begin_inset space ~
21096 \end_inset
21097
21098 página:
21099 \family default
21100  sólo si el flotante ocupa menos del 30
21101 \begin_inset space \thinspace{}
21102 \end_inset
21103
21104 % de la página puede ubicarse al fin de página.
21105  (
21106 \series bold
21107
21108 \backslash
21109 bottomfraction
21110 \series default
21111 )
21112 \end_layout
21113
21114 \begin_layout Labeling
21115 \labelwidthstring 00.00.0000
21116
21117 \family sans
21118 Página
21119 \begin_inset space ~
21120 \end_inset
21121
21122 de
21123 \begin_inset space ~
21124 \end_inset
21125
21126 flotantes:
21127 \family default
21128  sólo si más del 50
21129 \begin_inset space \thinspace{}
21130 \end_inset
21131
21132 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21133  página.
21134  (
21135 \series bold
21136
21137 \backslash
21138 floatpagefraction
21139 \series default
21140 )
21141 \end_layout
21142
21143 \begin_layout Standard
21144 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21145  
21146 \family sans
21147 Ignorar
21148 \begin_inset space ~
21149 \end_inset
21150
21151 reglas
21152 \begin_inset space ~
21153 \end_inset
21154
21155 de
21156 \begin_inset space ~
21157 \end_inset
21158
21159 LaTeX
21160 \family default
21161 .
21162 \begin_inset Newline newline
21163 \end_inset
21164
21165 También puedes redefinir las reglas con los comandos LaTeX que van entre
21166  paréntesis tras la descripción de las reglas anteriores.
21167  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21168  la regla 
21169 \family sans
21170 Fin
21171 \family default
21172
21173 \begin_inset space ~
21174 \end_inset
21175
21176
21177 \family sans
21178 de
21179 \family default
21180
21181 \begin_inset space ~
21182 \end_inset
21183
21184
21185 \family sans
21186 página
21187 \family default
21188  al 50
21189 \begin_inset space \thinspace{}
21190 \end_inset
21191
21192 %, añade esta línea en el preámbulo:
21193 \end_layout
21194
21195 \begin_layout Standard
21196
21197 \series bold
21198
21199 \backslash
21200 renewcommand{
21201 \backslash
21202 bottomfraction}{0.5}
21203 \end_layout
21204
21205 \begin_layout Standard
21206 En determinados casos podrías necesitar ubicar un flotante exactamente en
21207  la posición en la que se inserta.
21208  Para esto puedes usar la opción 
21209 \family sans
21210 Aquí
21211 \begin_inset space ~
21212 \end_inset
21213
21214 definitivamente
21215 \family default
21216 .
21217  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21218  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21219  se podría estropear el diseño de la página.
21220 \end_layout
21221
21222 \begin_layout Standard
21223 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21224  rodeados por texto de un párrafo determinado.
21225 \begin_inset VSpace bigskip
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \begin_layout Standard
21232 A veces surge el problema de que un flotante se sitúa al principio de la
21233  página mientras que su sección correspondiente empieza en mitad de la página,
21234  así que el lector podría creer que el flotante forma parte de la sección
21235  anterior.
21236  Para evitarlo puede emplearse el comando LaTeX 
21237 \series bold
21238
21239 \backslash
21240 suppressfloats
21241 \series default
21242 , que suprime la ubicación de un flotante dado en la página donde se inserta
21243  y además puede servir para evitar que el flotante se coloque antes del
21244  inicio de sección.
21245  Para ello, añade estos comandos al preámbulo:
21246 \end_layout
21247
21248 \begin_layout Standard
21249
21250 \series bold
21251
21252 \backslash
21253 let
21254 \backslash
21255 mySection
21256 \backslash
21257 section
21258 \begin_inset Newline newline
21259 \end_inset
21260
21261
21262 \backslash
21263 renewcommand{
21264 \backslash
21265 section}{
21266 \backslash
21267 suppressfloats[t]
21268 \backslash
21269 mySection}
21270 \end_layout
21271
21272 \begin_layout Standard
21273 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21274  subsecciones.
21275  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21276  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21277 \end_layout
21278
21279 \begin_layout Standard
21280 \begin_inset VSpace bigskip
21281 \end_inset
21282
21283 En ciertos casos se quieren tener todas las figuras/tablas al final del
21284  documento.
21285  Para estos casos está el paquete LaTeX 
21286 \series bold
21287 endfloat
21288 \series default
21289
21290 \begin_inset Index
21291 status collapsed
21292
21293 \begin_layout Plain Layout
21294 LaTeX-paquetes ! endfloat
21295 \end_layout
21296
21297 \end_inset
21298
21299 .
21300  Pone todas las figuras y tablas flotantes al final del documento en secciones
21301  propias.
21302  En la posición original del flotante se inserta una indicación como «
21303 \family sans
21304 [Figure
21305 \begin_inset space ~
21306 \end_inset
21307
21308 3.2 about here.]
21309 \family default
21310 ».
21311  El paquete 
21312 \series bold
21313 endfloat
21314 \series default
21315  se carga en el preámbulo con la línea
21316 \end_layout
21317
21318 \begin_layout Standard
21319
21320 \series bold
21321
21322 \backslash
21323 usepackage[options]{endfloat}
21324 \end_layout
21325
21326 \begin_layout Standard
21327 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21328  Para más información véase la documentación 
21329 \begin_inset CommandInset citation
21330 LatexCommand cite
21331 key "endfloat"
21332
21333 \end_inset
21334
21335 .
21336 \begin_inset Newline newline
21337 \end_inset
21338
21339
21340 \begin_inset Note Greyedout
21341 status open
21342
21343 \begin_layout Plain Layout
21344
21345 \series bold
21346 Nota: endfloat
21347 \series default
21348  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21349  véase sección
21350 \begin_inset space ~
21351 \end_inset
21352
21353 4 en 
21354 \begin_inset CommandInset citation
21355 LatexCommand cite
21356 key "endfloat"
21357
21358 \end_inset
21359
21360 .
21361 \end_layout
21362
21363 \end_inset
21364
21365
21366 \begin_inset Newline newline
21367 \end_inset
21368
21369
21370 \begin_inset Note Greyedout
21371 status open
21372
21373 \begin_layout Plain Layout
21374
21375 \series bold
21376 Nota:
21377 \series default
21378  Actualmente hay un error en 
21379 \series bold
21380 endfloat
21381 \series default
21382  cuando la leyenda contiene el carácter alemán «ß».
21383  Usa en ese caso el comando «
21384 \series bold
21385
21386 \backslash
21387 ss
21388 \series default
21389 » en código TeX en vez de «ß».
21390 \end_layout
21391
21392 \end_inset
21393
21394
21395 \end_layout
21396
21397 \begin_layout Standard
21398 \begin_inset VSpace bigskip
21399 \end_inset
21400
21401 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21402 \begin_inset CommandInset citation
21403 LatexCommand cite
21404 key "latexcompanion,latexguide,latexbook"
21405
21406 \end_inset
21407
21408 .
21409 \end_layout
21410
21411 \begin_layout Section
21412 Rotación de flotantes
21413 \begin_inset CommandInset label
21414 LatexCommand label
21415 name "sec:Rotación-de-Flotantes"
21416
21417 \end_inset
21418
21419
21420 \begin_inset Index
21421 status collapsed
21422
21423 \begin_layout Plain Layout
21424 Flotantes ! Rotación
21425 \end_layout
21426
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \begin_layout Standard
21433 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21434  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21435  la opción 
21436 \family sans
21437 Girar
21438 \begin_inset space ~
21439 \end_inset
21440
21441 a
21442 \begin_inset space ~
21443 \end_inset
21444
21445 un
21446 \begin_inset space ~
21447 \end_inset
21448
21449 lado
21450 \family default
21451 .
21452 \end_layout
21453
21454 \begin_layout Standard
21455 Los flotantes girados son puestos siempre en su propia página (o columna
21456  si el documento es de dos columnas).
21457  Se les puede permitir abarcar varias columnas con la opción de configuración
21458  
21459 \family sans
21460 Extender
21461 \begin_inset space ~
21462 \end_inset
21463
21464 columnas
21465 \family default
21466 .
21467  Se rotan de forma que puedes leerlos desde el margen externo.
21468  Para forzar determinada dirección de rotación para todas las páginas, puedes
21469  añadir una de las opciones 
21470 \series bold
21471 figuresleft
21472 \series default
21473  o 
21474 \series bold
21475 figuresright
21476 \series default
21477  a las opciones de clase del documento.
21478 \end_layout
21479
21480 \begin_layout Standard
21481 Los flotantes girados se refieren igual que los normales, y el formato de
21482  la leyenda también es el mismo: un ejemplo es la tabla
21483 \begin_inset space ~
21484 \end_inset
21485
21486
21487 \begin_inset CommandInset ref
21488 LatexCommand ref
21489 reference "tab:Tabla-girada"
21490
21491 \end_inset
21492
21493 .
21494 \end_layout
21495
21496 \begin_layout Standard
21497 \begin_inset Note Greyedout
21498 status open
21499
21500 \begin_layout Plain Layout
21501
21502 \series bold
21503 Nota:
21504 \series default
21505  No todos los visores DVI pueden mostrar tablas giradas.
21506 \end_layout
21507
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \begin_layout Standard
21514 \begin_inset Float table
21515 wide false
21516 sideways true
21517 status open
21518
21519 \begin_layout Plain Layout
21520 \begin_inset Caption
21521
21522 \begin_layout Plain Layout
21523 \begin_inset CommandInset label
21524 LatexCommand label
21525 name "tab:Tabla-girada"
21526
21527 \end_inset
21528
21529 Tabla girada
21530 \end_layout
21531
21532 \end_inset
21533
21534
21535 \end_layout
21536
21537 \begin_layout Plain Layout
21538 \align center
21539 \begin_inset Tabular
21540 <lyxtabular version="3" rows="1" columns="5">
21541 <features>
21542 <column alignment="center" valignment="top" width="0">
21543 <column alignment="center" valignment="top" width="0">
21544 <column alignment="center" valignment="top" width="0">
21545 <column alignment="center" valignment="top" width="0">
21546 <column alignment="center" valignment="top" width="0">
21547 <row>
21548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552 test
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 b
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 c
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579 d
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588 e
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 </row>
21594 </lyxtabular>
21595
21596 \end_inset
21597
21598
21599 \end_layout
21600
21601 \end_inset
21602
21603
21604 \end_layout
21605
21606 \begin_layout Section
21607 Subflotantes
21608 \begin_inset Index
21609 status collapsed
21610
21611 \begin_layout Plain Layout
21612 Flotantes ! Subflotantes
21613 \end_layout
21614
21615 \end_inset
21616
21617
21618 \end_layout
21619
21620 \begin_layout Standard
21621 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21622  imágenes.
21623  Se crean insertando un flotante dentro de otro.
21624  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21625  como se muestra en las tablas
21626 \begin_inset space ~
21627 \end_inset
21628
21629
21630 \begin_inset CommandInset ref
21631 LatexCommand ref
21632 reference "tab:Dos-subtablas-adosadas"
21633
21634 \end_inset
21635
21636  y
21637 \begin_inset space ~
21638 \end_inset
21639
21640
21641 \begin_inset CommandInset ref
21642 LatexCommand ref
21643 reference "tab:Dos-subtablas-una-sobre"
21644
21645 \end_inset
21646
21647 .
21648 \end_layout
21649
21650 \begin_layout Standard
21651 Las referencias a subflotantes funcionan como en los flotantes normales:
21652  la tabla
21653 \begin_inset space ~
21654 \end_inset
21655
21656
21657 \begin_inset CommandInset ref
21658 LatexCommand ref
21659 reference "tab:Esta-es-la-subtabla-a"
21660
21661 \end_inset
21662
21663  y la tabla
21664 \begin_inset space ~
21665 \end_inset
21666
21667
21668 \begin_inset CommandInset ref
21669 LatexCommand ref
21670 reference "tab:Esta-es-la-subtabla-b"
21671
21672 \end_inset
21673
21674  son subtablas de la tabla
21675 \begin_inset space ~
21676 \end_inset
21677
21678
21679 \begin_inset CommandInset ref
21680 LatexCommand ref
21681 reference "tab:Dos-subtablas-adosadas"
21682
21683 \end_inset
21684
21685 .
21686 \end_layout
21687
21688 \begin_layout Standard
21689 \begin_inset Float table
21690 wide false
21691 sideways false
21692 status open
21693
21694 \begin_layout Plain Layout
21695 \begin_inset Caption
21696
21697 \begin_layout Plain Layout
21698 \begin_inset CommandInset label
21699 LatexCommand label
21700 name "tab:Dos-subtablas-adosadas"
21701
21702 \end_inset
21703
21704 Dos subtablas adosadas
21705 \end_layout
21706
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \begin_layout Plain Layout
21713 \begin_inset space \hfill{}
21714 \end_inset
21715
21716
21717 \begin_inset Float table
21718 wide false
21719 sideways false
21720 status collapsed
21721
21722 \begin_layout Plain Layout
21723 \begin_inset Caption
21724
21725 \begin_layout Plain Layout
21726 \begin_inset CommandInset label
21727 LatexCommand label
21728 name "tab:Esta-es-la-subtabla-a"
21729
21730 \end_inset
21731
21732 Esta es la subtabla a
21733 \end_layout
21734
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \begin_layout Plain Layout
21741 \align center
21742 \begin_inset Tabular
21743 <lyxtabular version="3" rows="1" columns="5">
21744 <features>
21745 <column alignment="center" valignment="top" width="0">
21746 <column alignment="center" valignment="top" width="0">
21747 <column alignment="center" valignment="top" width="0">
21748 <column alignment="center" valignment="top" width="0">
21749 <column alignment="center" valignment="top" width="0">
21750 <row>
21751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 test 
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764 b
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 c
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782 d
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791 e
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 </row>
21797 </lyxtabular>
21798
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \end_inset
21805
21806
21807 \begin_inset space \hfill{}
21808 \end_inset
21809
21810
21811 \begin_inset Float table
21812 wide false
21813 sideways false
21814 status collapsed
21815
21816 \begin_layout Plain Layout
21817 \begin_inset Caption
21818
21819 \begin_layout Plain Layout
21820 \begin_inset CommandInset label
21821 LatexCommand label
21822 name "tab:Esta-es-la-subtabla-b"
21823
21824 \end_inset
21825
21826 Esta es la subtabla b
21827 \end_layout
21828
21829 \end_inset
21830
21831
21832 \end_layout
21833
21834 \begin_layout Plain Layout
21835 \align center
21836 \begin_inset Tabular
21837 <lyxtabular version="3" rows="1" columns="5">
21838 <features>
21839 <column alignment="center" valignment="top" width="0">
21840 <column alignment="center" valignment="top" width="0">
21841 <column alignment="center" valignment="top" width="0">
21842 <column alignment="center" valignment="top" width="0">
21843 <column alignment="center" valignment="top" width="0">
21844 <row>
21845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 e
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858 d
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867 c
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 b
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 test
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 </row>
21891 </lyxtabular>
21892
21893 \end_inset
21894
21895
21896 \end_layout
21897
21898 \begin_layout Plain Layout
21899
21900 \end_layout
21901
21902 \end_inset
21903
21904
21905 \begin_inset space \hfill{}
21906 \end_inset
21907
21908
21909 \end_layout
21910
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \begin_layout Standard
21917 \begin_inset Float table
21918 wide false
21919 sideways false
21920 status open
21921
21922 \begin_layout Plain Layout
21923 \begin_inset Caption
21924
21925 \begin_layout Plain Layout
21926 \begin_inset CommandInset label
21927 LatexCommand label
21928 name "tab:Dos-subtablas-una-sobre"
21929
21930 \end_inset
21931
21932 Dos subtablas colocadas una sobre otra.
21933  La tabla (a) con 4 celdas, la (b) con 5 celdas.
21934 \end_layout
21935
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \begin_layout Plain Layout
21942 \noindent
21943 \align center
21944 \begin_inset Float table
21945 wide false
21946 sideways false
21947 status collapsed
21948
21949 \begin_layout Plain Layout
21950 \begin_inset Caption
21951
21952 \begin_layout Plain Layout
21953
21954 \end_layout
21955
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \begin_layout Plain Layout
21962 \align center
21963 \begin_inset Tabular
21964 <lyxtabular version="3" rows="1" columns="4">
21965 <features>
21966 <column alignment="center" valignment="top" width="0">
21967 <column alignment="center" valignment="top" width="0">
21968 <column alignment="center" valignment="top" width="0">
21969 <column alignment="center" valignment="top" width="0">
21970 <row>
21971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975 test
21976 \end_layout
21977
21978 \end_inset
21979 </cell>
21980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984 test
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993 test
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 test
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 </row>
22008 </lyxtabular>
22009
22010 \end_inset
22011
22012
22013 \end_layout
22014
22015 \begin_layout Plain Layout
22016
22017 \end_layout
22018
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Plain Layout
22025 \align center
22026 \begin_inset Float table
22027 wide false
22028 sideways false
22029 status collapsed
22030
22031 \begin_layout Plain Layout
22032
22033 \end_layout
22034
22035 \begin_layout Plain Layout
22036 \begin_inset Caption
22037
22038 \begin_layout Plain Layout
22039
22040 \end_layout
22041
22042 \end_inset
22043
22044
22045 \end_layout
22046
22047 \begin_layout Plain Layout
22048 \align center
22049 \begin_inset Tabular
22050 <lyxtabular version="3" rows="1" columns="5">
22051 <features>
22052 <column alignment="center" valignment="top" width="0">
22053 <column alignment="center" valignment="top" width="0">
22054 <column alignment="center" valignment="top" width="0">
22055 <column alignment="center" valignment="top" width="0">
22056 <column alignment="center" valignment="top" width="0">
22057 <row>
22058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 a
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071 b
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080 c
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 d
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098 e
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 </row>
22104 </lyxtabular>
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \begin_layout Plain Layout
22112
22113 \end_layout
22114
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \begin_layout Section
22126 Flotantes adosados
22127 \begin_inset Index
22128 status collapsed
22129
22130 \begin_layout Plain Layout
22131 Flotantes ! Adosados
22132 \end_layout
22133
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \begin_layout Standard
22140 Para colocar flotantes unos junto a otros, como en la figura
22141 \begin_inset space ~
22142 \end_inset
22143
22144
22145 \begin_inset CommandInset ref
22146 LatexCommand ref
22147 reference "fig:Flotante-izquierda"
22148
22149 \end_inset
22150
22151  y 
22152 \begin_inset CommandInset ref
22153 LatexCommand ref
22154 reference "fig:Flotante-derecha"
22155
22156 \end_inset
22157
22158 , se pone 
22159 \emph on
22160 un
22161 \emph default
22162  solo flotante.
22163  En él se insertan dos cuadros tipo minipágina.
22164 \begin_inset Foot
22165 status collapsed
22166
22167 \begin_layout Plain Layout
22168 Las minipáginas se explican en la sección
22169 \begin_inset space ~
22170 \end_inset
22171
22172
22173 \begin_inset CommandInset ref
22174 LatexCommand ref
22175 reference "sec:Minipáginas"
22176
22177 \end_inset
22178
22179 .
22180 \end_layout
22181
22182 \end_inset
22183
22184  La anchura de la columna se establece en 45-50
22185 \begin_inset space \thinspace{}
22186 \end_inset
22187
22188 % y la alineación en 
22189 \family sans
22190 Inferior
22191 \family default
22192  para cada minipágina.
22193  Las minipáginas contienen la imagen y su título, de igual forma que en
22194  los flotantes.
22195  La única diferencia es que el 
22196 \family sans
22197 Ancho
22198 \begin_inset space ~
22199 \end_inset
22200
22201 de
22202 \begin_inset space ~
22203 \end_inset
22204
22205 columna
22206 \begin_inset space ~
22207 \end_inset
22208
22209 %
22210 \family default
22211  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22212 \end_layout
22213
22214 \begin_layout Standard
22215 \begin_inset Float figure
22216 placement h
22217 wide false
22218 sideways false
22219 status open
22220
22221 \begin_layout Plain Layout
22222 \begin_inset Box Frameless
22223 position "b"
22224 hor_pos "c"
22225 has_inner_box 1
22226 inner_pos "t"
22227 use_parbox 0
22228 width "45col%"
22229 special "none"
22230 height "1in"
22231 height_special "totalheight"
22232 status open
22233
22234 \begin_layout Plain Layout
22235 \align center
22236 \begin_inset Graphics
22237         filename ../clipart/mobius.eps
22238         lyxscale 50
22239         width 100col%
22240         scaleBeforeRotation
22241
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \begin_layout Plain Layout
22248 \begin_inset Caption
22249
22250 \begin_layout Plain Layout
22251 \begin_inset CommandInset label
22252 LatexCommand label
22253 name "fig:Flotante-izquierda"
22254
22255 \end_inset
22256
22257 Flotante en el lado izquierdo.
22258 \end_layout
22259
22260 \end_inset
22261
22262
22263 \end_layout
22264
22265 \end_inset
22266
22267
22268 \begin_inset space \hfill{}
22269 \end_inset
22270
22271
22272 \begin_inset Box Frameless
22273 position "b"
22274 hor_pos "c"
22275 has_inner_box 1
22276 inner_pos "t"
22277 use_parbox 0
22278 width "45col%"
22279 special "none"
22280 height "1in"
22281 height_special "totalheight"
22282 status open
22283
22284 \begin_layout Plain Layout
22285 \align center
22286 \begin_inset Graphics
22287         filename ../clipart/platypus.eps
22288         lyxscale 50
22289         width 100col%
22290         scaleBeforeRotation
22291
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \begin_layout Plain Layout
22298 \begin_inset Caption
22299
22300 \begin_layout Plain Layout
22301 \begin_inset CommandInset label
22302 LatexCommand label
22303 name "fig:Flotante-derecha"
22304
22305 \end_inset
22306
22307 Flotante en el lado derecho.
22308 \end_layout
22309
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \end_inset
22321
22322
22323 \end_layout
22324
22325 \begin_layout Section
22326 Formato de las leyendas
22327 \begin_inset Index
22328 status collapsed
22329
22330 \begin_layout Plain Layout
22331 Leyendas ! Formato
22332 \end_layout
22333
22334 \end_inset
22335
22336
22337 \begin_inset Index
22338 status collapsed
22339
22340 \begin_layout Plain Layout
22341 Flotantes ! Formato de las leyendas
22342 \end_layout
22343
22344 \end_inset
22345
22346
22347 \begin_inset CommandInset label
22348 LatexCommand label
22349 name "sec:Formato-de-leyendas"
22350
22351 \end_inset
22352
22353
22354 \end_layout
22355
22356 \begin_layout Standard
22357 El entorno 
22358 \family sans
22359 Leyenda
22360 \family default
22361  es el predeterminado para los 
22362 \family sans
22363 Flotantes
22364 \family default
22365 .
22366  En LyX las leyendas se muestran como etiqueta, p.
22367 \begin_inset space \thinspace{}
22368 \end_inset
22369
22370 e.
22371 \begin_inset space ~
22372 \end_inset
22373
22374 «
22375 \family sans
22376 Figura #
22377 \family default
22378 :» seguida por el texto.
22379  «#» es el número real de referencia.
22380  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22381  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22382  del texto.
22383  El entorno leyenda no es apropiado para todos los tipos de documento.
22384  
22385 \end_layout
22386
22387 \begin_layout Standard
22388 Para cambiar el formato predeterminado carga el paquete LaTeX 
22389 \series bold
22390 caption
22391 \series default
22392
22393 \begin_inset Index
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397 LaTeX-paquetes ! caption
22398 \end_layout
22399
22400 \end_inset
22401
22402  en el preámbulo del documento con la línea:
22403 \end_layout
22404
22405 \begin_layout Standard
22406
22407 \series bold
22408
22409 \backslash
22410 usepackage[definición de formato]{caption}
22411 \end_layout
22412
22413 \begin_layout Standard
22414 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22415  las leyendas de tabla siempre sobre ella como en este documento, usa el
22416  comando:
22417 \end_layout
22418
22419 \begin_layout Standard
22420
22421 \series bold
22422
22423 \backslash
22424 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22425 \end_layout
22426
22427 \begin_layout Standard
22428 También puedes definir distintos formatos de leyenda para los distintos
22429  tipos de flotantes.
22430  En ese caso carga el paquete 
22431 \series bold
22432 caption
22433 \series default
22434  sin opciones específicas y define los distintos formatos con ayuda del
22435  comando
22436 \end_layout
22437
22438 \begin_layout Standard
22439
22440 \series bold
22441
22442 \backslash
22443 captionsetup[tipo de flotante]{definición de formato}
22444 \end_layout
22445
22446 \begin_layout Standard
22447 en el preámbulo del documento.
22448  Por ejemplo las leyendas de la Figura
22449 \begin_inset space ~
22450 \end_inset
22451
22452
22453 \begin_inset CommandInset ref
22454 LatexCommand ref
22455 reference "fig:Esto-es-una-fig"
22456
22457 \end_inset
22458
22459  y la tabla
22460 \begin_inset space ~
22461 \end_inset
22462
22463
22464 \begin_inset CommandInset ref
22465 LatexCommand ref
22466 reference "tab:Esto-es-una-tab"
22467
22468 \end_inset
22469
22470  pueden crearse usando los siguientes comandos en el preámbulo:
22471 \end_layout
22472
22473 \begin_layout Standard
22474
22475 \series bold
22476
22477 \backslash
22478 usepackage[tableposition=top]{caption}
22479 \series default
22480
22481 \begin_inset Newline newline
22482 \end_inset
22483
22484
22485 \series bold
22486
22487 \backslash
22488 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22489 \begin_inset Newline newline
22490 \end_inset
22491
22492
22493 \begin_inset ERT
22494 status collapsed
22495
22496 \begin_layout Plain Layout
22497
22498
22499 \backslash
22500 hphantom{
22501 \backslash
22502
22503 \backslash
22504 captionsetup[figure]
22505 \backslash
22506 {}
22507 \end_layout
22508
22509 \end_inset
22510
22511  labelsep=period}
22512 \begin_inset Newline newline
22513 \end_inset
22514
22515
22516 \backslash
22517 captionsetup[table]{labelfont={bf,sf}}
22518 \end_layout
22519
22520 \begin_layout Standard
22521 \begin_inset Note Greyedout
22522 status open
22523
22524 \begin_layout Plain Layout
22525
22526 \series bold
22527 Nota: 
22528 \series default
22529 La opción 
22530 \series bold
22531 tableposition=top
22532 \series default
22533  no tiene efecto si se usa una clase de documento 
22534 \series bold
22535 KOMA-Script
22536 \series default
22537 .
22538  En este caso debe utilizarse la opción de clase de documento 
22539 \series bold
22540 tablecaptionabove
22541 \series default
22542 .
22543  
22544 \end_layout
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \begin_layout Standard
22552 Para más información sobre el paquete 
22553 \series bold
22554 caption
22555 \series default
22556  acude a su documentación 
22557 \begin_inset CommandInset citation
22558 LatexCommand cite
22559 key "caption"
22560
22561 \end_inset
22562
22563 .
22564 \end_layout
22565
22566 \begin_layout Standard
22567 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22568 \begin_inset space \thinspace{}
22569 \end_inset
22570
22571 e., usa el siguiente comando de preámbulo:
22572 \end_layout
22573
22574 \begin_layout Standard
22575
22576 \series bold
22577
22578 \backslash
22579 renewcommand{
22580 \backslash
22581 fnum@figure}{Imagen~
22582 \backslash
22583 thefigure}
22584 \end_layout
22585
22586 \begin_layout Standard
22587 donde 
22588 \series bold
22589
22590 \backslash
22591 thefigure
22592 \series default
22593  inserta el número de figura y «~» genera un espacio protegido.
22594
22595 \series bold
22596  
22597 \end_layout
22598
22599 \begin_layout Standard
22600 \begin_inset VSpace bigskip
22601 \end_inset
22602
22603 Si estás usando la clase de documento 
22604 \series bold
22605 KOMA-Script
22606 \series default
22607
22608 \begin_inset Index
22609 status collapsed
22610
22611 \begin_layout Plain Layout
22612 LaTeX-paquetes ! KOMA-Script
22613 \end_layout
22614
22615 \end_inset
22616
22617  (
22618 \family sans
22619 article (KOMA-Script)
22620 \family default
22621
22622 \family sans
22623 book (KOMA-Script)
22624 \family default
22625
22626 \family sans
22627 letter (KOMA-Script)
22628 \family default
22629 , o 
22630 \family sans
22631 report (KOMA-Script)
22632 \family default
22633
22634 \begin_inset space \thinspace{}
22635 \end_inset
22636
22637 ), puedes emplear en vez del paquete 
22638 \series bold
22639 caption
22640 \series default
22641  el comando 
22642 \series bold
22643
22644 \backslash
22645 setkomafont
22646 \series default
22647  incluido en 
22648 \series bold
22649 KOMA-Script
22650 \series default
22651 .
22652  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22653  comando en el preámbulo del documento:
22654 \end_layout
22655
22656 \begin_layout Standard
22657
22658 \series bold
22659
22660 \backslash
22661 setkomafont{captionlabel}{
22662 \backslash
22663 bfseries}
22664 \end_layout
22665
22666 \begin_layout Standard
22667 Más información sobre 
22668 \series bold
22669
22670 \backslash
22671 setkomafont
22672 \series default
22673  en la documentación de 
22674 \series bold
22675 KOMA-Script
22676 \series default
22677  
22678 \begin_inset CommandInset citation
22679 LatexCommand cite
22680 key "KOMA-Script"
22681
22682 \end_inset
22683
22684 .
22685 \end_layout
22686
22687 \begin_layout Standard
22688 \begin_inset ERT
22689 status collapsed
22690
22691 \begin_layout Plain Layout
22692
22693
22694 \backslash
22695 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22696 }
22697 \end_layout
22698
22699 \end_inset
22700
22701
22702 \begin_inset Note Note
22703 status collapsed
22704
22705 \begin_layout Plain Layout
22706 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22707 \end_layout
22708
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \begin_layout Standard
22715 \begin_inset Float figure
22716 placement !p
22717 wide false
22718 sideways false
22719 status open
22720
22721 \begin_layout Plain Layout
22722 \align center
22723 \begin_inset Graphics
22724         filename ../clipart/mobius.eps
22725         lyxscale 50
22726         scale 50
22727
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \begin_layout Plain Layout
22734 \begin_inset Caption
22735
22736 \begin_layout Plain Layout
22737 \begin_inset CommandInset label
22738 LatexCommand label
22739 name "fig:Esto-es-una-fig"
22740
22741 \end_inset
22742
22743
22744 \begin_inset OptArg
22745 status collapsed
22746
22747 \begin_layout Plain Layout
22748 Figura con leyenda muy larga
22749 \end_layout
22750
22751 \end_inset
22752
22753 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22754  mostrar el formato diferente.
22755  Aquí se usa una leyenda personalizada.
22756 \end_layout
22757
22758 \end_inset
22759
22760
22761 \end_layout
22762
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \begin_layout Standard
22769 \begin_inset ERT
22770 status collapsed
22771
22772 \begin_layout Plain Layout
22773
22774
22775 \backslash
22776 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22777 on}
22778 \end_layout
22779
22780 \end_inset
22781
22782
22783 \end_layout
22784
22785 \begin_layout Standard
22786 \begin_inset Float table
22787 placement !p
22788 wide false
22789 sideways false
22790 status collapsed
22791
22792 \begin_layout Plain Layout
22793 \begin_inset Caption
22794
22795 \begin_layout Plain Layout
22796 \begin_inset CommandInset label
22797 LatexCommand label
22798 name "tab:Esto-es-una-tab"
22799
22800 \end_inset
22801
22802
22803 \begin_inset OptArg
22804 status collapsed
22805
22806 \begin_layout Plain Layout
22807 Tabla con leyenda muy larga
22808 \end_layout
22809
22810 \end_inset
22811
22812 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22813  el formato diferente.
22814  Aquí se usa el formato de leyenda estándar para las tablas.
22815 \end_layout
22816
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \begin_layout Plain Layout
22823 \align center
22824 \begin_inset Tabular
22825 <lyxtabular version="3" rows="1" columns="5">
22826 <features>
22827 <column alignment="center" valignment="top" width="0">
22828 <column alignment="center" valignment="top" width="0">
22829 <column alignment="center" valignment="top" width="0">
22830 <column alignment="center" valignment="top" width="0">
22831 <column alignment="center" valignment="top" width="0">
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837 a
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846 b
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 c
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 d
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 e
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 </row>
22879 </lyxtabular>
22880
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \begin_layout Section
22892 Colocación de leyendas
22893 \begin_inset Index
22894 status collapsed
22895
22896 \begin_layout Plain Layout
22897 Leyendas ! Colocación
22898 \end_layout
22899
22900 \end_inset
22901
22902
22903 \begin_inset Index
22904 status collapsed
22905
22906 \begin_layout Plain Layout
22907 Flotantes ! Colocación de leyendas
22908 \end_layout
22909
22910 \end_inset
22911
22912
22913 \begin_inset CommandInset label
22914 LatexCommand label
22915 name "sec:Colocación-de-leyendas"
22916
22917 \end_inset
22918
22919
22920 \end_layout
22921
22922 \begin_layout Standard
22923 La norma habitual para colocar las leyendas es:
22924 \end_layout
22925
22926 \begin_layout Description
22927 Figura: La leyenda al pie de la figura
22928 \end_layout
22929
22930 \begin_layout Description
22931 Tabla: La leyenda sobre la tabla
22932 \end_layout
22933
22934 \begin_layout Standard
22935 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22936  la tabla.
22937  Esto implica que si usas las clases de documento 
22938 \family sans
22939 article
22940 \family default
22941
22942 \family sans
22943 book
22944 \family default
22945
22946 \family sans
22947 letter
22948 \family default
22949 , o 
22950 \family sans
22951 report
22952 \family default
22953  no habrá espacio entre la leyenda y la tabla.
22954  Para insertar el espacio adecuado añade la siguiente opción al comando
22955  del paquete LaTeX 
22956 \series bold
22957 caption
22958 \series default
22959  en el preámbulo del documento:
22960 \begin_inset Foot
22961 status collapsed
22962
22963 \begin_layout Plain Layout
22964 Véase la sección
22965 \begin_inset space ~
22966 \end_inset
22967
22968
22969 \begin_inset CommandInset ref
22970 LatexCommand ref
22971 reference "sec:Formato-de-leyendas"
22972
22973 \end_inset
22974
22975  para más información sobre el paquete 
22976 \series bold
22977 caption
22978 \series default
22979 .
22980 \end_layout
22981
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \begin_layout Standard
22988
22989 \series bold
22990 tableposition=top
22991 \end_layout
22992
22993 \begin_layout Standard
22994 Si estás usando la clase 
22995 \series bold
22996 KOMA-Script
22997 \series default
22998
22999 \begin_inset Index
23000 status collapsed
23001
23002 \begin_layout Plain Layout
23003 LaTeX-paquetes ! KOMA-Script
23004 \end_layout
23005
23006 \end_inset
23007
23008  (
23009 \family sans
23010 article (KOMA-Script)
23011 \family default
23012
23013 \family sans
23014 book (KOMA-Script)
23015 \family default
23016
23017 \family sans
23018 letter (KOMA-Script)
23019 \family default
23020 , o 
23021 \family sans
23022 report (KOMA-Script)
23023 \family default
23024
23025 \begin_inset space \thinspace{}
23026 \end_inset
23027
23028 ), en vez de 
23029 \series bold
23030 caption
23031 \series default
23032  puedes poner la opción 
23033 \series bold
23034 tablecaptionabove
23035 \series default
23036  de la clase de documento.
23037 \end_layout
23038
23039 \begin_layout Standard
23040 \begin_inset VSpace bigskip
23041 \end_inset
23042
23043 También es posible poner la leyenda junto a una figura o tabla.
23044  Para conseguirlo hay que cargar el paquete LaTeX 
23045 \series bold
23046 sidecap
23047 \series default
23048
23049 \begin_inset Index
23050 status collapsed
23051
23052 \begin_layout Plain Layout
23053 LaTeX-paquetes ! sidecap
23054 \end_layout
23055
23056 \end_inset
23057
23058  añadiendo en el preámbulo del documento la línea
23059 \end_layout
23060
23061 \begin_layout Standard
23062
23063 \series bold
23064
23065 \backslash
23066 usepackage[option]{sidecap}
23067 \end_layout
23068
23069 \begin_layout Standard
23070 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23071  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23072  Puedes cambiar la colocación al margen interno con la opción 
23073 \series bold
23074 innercaption
23075 \series default
23076 .
23077  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23078  opciones 
23079 \series bold
23080 rightcaption
23081 \series default
23082  o 
23083 \series bold
23084 leftcaption
23085 \series default
23086 , respectivamente.
23087 \end_layout
23088
23089 \begin_layout Standard
23090 \begin_inset ERT
23091 status collapsed
23092
23093 \begin_layout Plain Layout
23094
23095
23096 \backslash
23097 ifsidecap
23098 \end_layout
23099
23100 \end_inset
23101
23102
23103 \begin_inset Note Note
23104 status collapsed
23105
23106 \begin_layout Plain Layout
23107 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23108  LaTeX 
23109 \series bold
23110 sidecap
23111 \series default
23112 .
23113 \end_layout
23114
23115 \end_inset
23116
23117
23118 \end_layout
23119
23120 \begin_layout Standard
23121 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23122  estos comandos al preámbulo del documento:
23123 \end_layout
23124
23125 \begin_layout Standard
23126
23127 \lyxline
23128
23129 \end_layout
23130
23131 \begin_layout Standard
23132
23133 \series bold
23134
23135 \backslash
23136 newcommand{
23137 \backslash
23138 TabBesBeg}{%
23139 \begin_inset Newline newline
23140 \end_inset
23141
23142
23143 \begin_inset ERT
23144 status collapsed
23145
23146 \begin_layout Plain Layout
23147
23148
23149 \backslash
23150 hphantom{ }
23151 \end_layout
23152
23153 \end_inset
23154
23155
23156 \backslash
23157 let
23158 \backslash
23159 MyTable
23160 \backslash
23161 table
23162 \begin_inset Newline newline
23163 \end_inset
23164
23165
23166 \begin_inset ERT
23167 status collapsed
23168
23169 \begin_layout Plain Layout
23170
23171
23172 \backslash
23173 hphantom{ }
23174 \end_layout
23175
23176 \end_inset
23177
23178
23179 \backslash
23180 let
23181 \backslash
23182 MyEndtable
23183 \backslash
23184 endtable
23185 \begin_inset Newline newline
23186 \end_inset
23187
23188
23189 \begin_inset ERT
23190 status collapsed
23191
23192 \begin_layout Plain Layout
23193
23194
23195 \backslash
23196 hphantom{ }
23197 \end_layout
23198
23199 \end_inset
23200
23201
23202 \backslash
23203 renewenvironment{table}{
23204 \backslash
23205 begin{SCtable}}{
23206 \backslash
23207 end{SCtable}}}
23208 \end_layout
23209
23210 \begin_layout Standard
23211
23212 \series bold
23213
23214 \backslash
23215 newcommand{
23216 \backslash
23217 TabBesEnd}{%
23218 \begin_inset Newline newline
23219 \end_inset
23220
23221
23222 \begin_inset ERT
23223 status collapsed
23224
23225 \begin_layout Plain Layout
23226
23227
23228 \backslash
23229 hphantom{ }
23230 \end_layout
23231
23232 \end_inset
23233
23234
23235 \backslash
23236 let
23237 \backslash
23238 table
23239 \backslash
23240 MyTable
23241 \begin_inset Newline newline
23242 \end_inset
23243
23244
23245 \begin_inset ERT
23246 status collapsed
23247
23248 \begin_layout Plain Layout
23249
23250
23251 \backslash
23252 hphantom{ }
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \backslash
23259 let
23260 \backslash
23261 endtable
23262 \backslash
23263 MyEndtable
23264 \end_layout
23265
23266 \begin_layout Standard
23267
23268 \series bold
23269
23270 \backslash
23271 newcommand{
23272 \backslash
23273 FigBesBeg}{%
23274 \begin_inset Newline newline
23275 \end_inset
23276
23277
23278 \begin_inset ERT
23279 status collapsed
23280
23281 \begin_layout Plain Layout
23282
23283
23284 \backslash
23285 hphantom{ }
23286 \end_layout
23287
23288 \end_inset
23289
23290
23291 \backslash
23292 let
23293 \backslash
23294 MyFigure
23295 \backslash
23296 figure
23297 \begin_inset Newline newline
23298 \end_inset
23299
23300
23301 \begin_inset ERT
23302 status collapsed
23303
23304 \begin_layout Plain Layout
23305
23306
23307 \backslash
23308 hphantom{ }
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \backslash
23315 let
23316 \backslash
23317 MyEndfigure
23318 \backslash
23319 endfigure
23320 \begin_inset Newline newline
23321 \end_inset
23322
23323
23324 \begin_inset ERT
23325 status collapsed
23326
23327 \begin_layout Plain Layout
23328
23329
23330 \backslash
23331 hphantom{ }
23332 \end_layout
23333
23334 \end_inset
23335
23336
23337 \backslash
23338 renewenvironment{figure}{
23339 \backslash
23340 begin{SCfigure}}{
23341 \backslash
23342 end{SCfigure}}}
23343 \end_layout
23344
23345 \begin_layout Standard
23346
23347 \series bold
23348
23349 \backslash
23350 newcommand{
23351 \backslash
23352 FigBesEnd}{%
23353 \begin_inset Newline newline
23354 \end_inset
23355
23356
23357 \begin_inset ERT
23358 status collapsed
23359
23360 \begin_layout Plain Layout
23361
23362
23363 \backslash
23364 hphantom{ }
23365 \end_layout
23366
23367 \end_inset
23368
23369
23370 \backslash
23371 let
23372 \backslash
23373 figure
23374 \backslash
23375 MyFigure
23376 \begin_inset Newline newline
23377 \end_inset
23378
23379
23380 \begin_inset ERT
23381 status collapsed
23382
23383 \begin_layout Plain Layout
23384
23385
23386 \backslash
23387 hphantom{ }
23388 \end_layout
23389
23390 \end_inset
23391
23392
23393 \backslash
23394 let
23395 \backslash
23396 endfigure
23397 \backslash
23398 MyEndfigure}
23399 \end_layout
23400
23401 \begin_layout Standard
23402
23403 \lyxline
23404
23405 \end_layout
23406
23407 \begin_layout Standard
23408 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23409  en un lado.
23410  Para figuras flotantes usa el comando
23411 \end_layout
23412
23413 \begin_layout Standard
23414
23415 \series bold
23416
23417 \backslash
23418 FigBesBeg
23419 \end_layout
23420
23421 \begin_layout Standard
23422 en código TeX antes del flotante.
23423  Detrás del flotante inserta
23424 \end_layout
23425
23426 \begin_layout Standard
23427
23428 \series bold
23429
23430 \backslash
23431 FigBesEnd
23432 \end_layout
23433
23434 \begin_layout Standard
23435 en código TeX para volver a la definición original de flotantes.
23436 \end_layout
23437
23438 \begin_layout Standard
23439 Para tablas flotantes usa los comandos correspondientes
23440 \end_layout
23441
23442 \begin_layout Standard
23443
23444 \series bold
23445
23446 \backslash
23447 TabBesBeg
23448 \series default
23449  y 
23450 \series bold
23451
23452 \backslash
23453 TabBesEnd
23454 \end_layout
23455
23456 \begin_layout Standard
23457 La figura
23458 \begin_inset space ~
23459 \end_inset
23460
23461
23462 \begin_inset CommandInset ref
23463 LatexCommand ref
23464 reference "fig:encab-al-lado"
23465
23466 \end_inset
23467
23468  y la tabla
23469 \begin_inset space ~
23470 \end_inset
23471
23472
23473 \begin_inset CommandInset ref
23474 LatexCommand ref
23475 reference "tab:encab-al-lado"
23476
23477 \end_inset
23478
23479  son ejemplos en los que el título se sitúa al lado.
23480 \end_layout
23481
23482 \begin_layout Standard
23483 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23484  en tablas flotantes y debajo en las figuras flotantes.
23485  Para cambiarlo, puedes usar el comando
23486 \end_layout
23487
23488 \begin_layout Standard
23489
23490 \series bold
23491
23492 \backslash
23493 sidecaptionvpos{tipo de flotante}{colocación}
23494 \end_layout
23495
23496 \begin_layout Standard
23497 en el preámbulo o en código TeX antes del flotante.
23498  El tipo de flotante es 
23499 \family sans
23500 figure
23501 \family default
23502  o 
23503 \family sans
23504 table
23505 \family default
23506 , la colocación puede ser «
23507 \family sans
23508 t
23509 \family default
23510 » por «top» (arriba), «
23511 \family sans
23512 c
23513 \family default
23514 » por «center» (centro), o «
23515 \family sans
23516 b
23517 \family default
23518 » por «bottom» (abajo).
23519  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23520  usa el comando
23521 \end_layout
23522
23523 \begin_layout Standard
23524
23525 \series bold
23526
23527 \backslash
23528 sidecaptionvpos{figure}{c}
23529 \end_layout
23530
23531 \begin_layout Standard
23532 Esto se ha hecho en la figura
23533 \begin_inset space ~
23534 \end_inset
23535
23536
23537 \begin_inset CommandInset ref
23538 LatexCommand ref
23539 reference "fig:encab-al-lado-de-fig"
23540
23541 \end_inset
23542
23543 .
23544 \end_layout
23545
23546 \begin_layout Standard
23547 \begin_inset VSpace medskip
23548 \end_inset
23549
23550 Más información sobre el paquete 
23551 \series bold
23552 sidecap
23553 \series default
23554  en su documentación 
23555 \begin_inset CommandInset citation
23556 LatexCommand cite
23557 key "sidecap"
23558
23559 \end_inset
23560
23561 .
23562 \end_layout
23563
23564 \begin_layout Standard
23565 \begin_inset Note Greyedout
23566 status open
23567
23568 \begin_layout Plain Layout
23569
23570 \series bold
23571 Nota:
23572 \series default
23573  El paquete LaTeX 
23574 \series bold
23575 hypcap
23576 \series default
23577
23578 \begin_inset Index
23579 status collapsed
23580
23581 \begin_layout Plain Layout
23582 LaTeX-paquetes ! hypcap
23583 \end_layout
23584
23585 \end_inset
23586
23587 , descrito en la sección
23588 \begin_inset space ~
23589 \end_inset
23590
23591
23592 \begin_inset CommandInset ref
23593 LatexCommand ref
23594 reference "sub:Colocación-de-Referencias"
23595
23596 \end_inset
23597
23598 , no afecta a flotantes con la leyenda al lado.
23599 \end_layout
23600
23601 \end_inset
23602
23603
23604 \end_layout
23605
23606 \begin_layout Standard
23607 \begin_inset ERT
23608 status collapsed
23609
23610 \begin_layout Plain Layout
23611
23612
23613 \backslash
23614 FigBesBeg 
23615 \end_layout
23616
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \begin_layout Standard
23623 \begin_inset Float figure
23624 wide false
23625 sideways false
23626 status open
23627
23628 \begin_layout Plain Layout
23629 \begin_inset Graphics
23630         filename ../clipart/escher-lsd.eps
23631         scale 75
23632
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \begin_layout Plain Layout
23639 \begin_inset Caption
23640
23641 \begin_layout Plain Layout
23642 \begin_inset CommandInset label
23643 LatexCommand label
23644 name "fig:encab-al-lado"
23645
23646 \end_inset
23647
23648 Leyenda al lado de una figura.
23649 \end_layout
23650
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \begin_layout Standard
23662 \begin_inset ERT
23663 status collapsed
23664
23665 \begin_layout Plain Layout
23666
23667
23668 \backslash
23669 TabBesBeg 
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \begin_layout Standard
23678 \begin_inset Float table
23679 wide false
23680 sideways false
23681 status open
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Caption
23685
23686 \begin_layout Plain Layout
23687 \begin_inset CommandInset label
23688 LatexCommand label
23689 name "tab:encab-al-lado"
23690
23691 \end_inset
23692
23693 Leyenda al lado de una tabla.
23694 \end_layout
23695
23696 \end_inset
23697
23698
23699 \end_layout
23700
23701 \begin_layout Plain Layout
23702 \begin_inset Tabular
23703 <lyxtabular version="3" rows="4" columns="5">
23704 <features>
23705 <column alignment="center" valignment="top" width="0">
23706 <column alignment="center" valignment="top" width="0">
23707 <column alignment="center" valignment="top" width="0">
23708 <column alignment="center" valignment="top" width="0">
23709 <column alignment="center" valignment="top" width="0">
23710 <row>
23711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715 a
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733 b
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 c
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 </row>
23757 <row>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 d
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789 e
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 </row>
23804 <row>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 f
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827 g
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845 h
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 </row>
23851 <row>
23852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856
23857 \end_layout
23858
23859 \end_inset
23860 </cell>
23861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865 i
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 j
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 </row>
23898 </lyxtabular>
23899
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \begin_layout Standard
23911 \begin_inset ERT
23912 status collapsed
23913
23914 \begin_layout Plain Layout
23915
23916
23917 \backslash
23918 TabBesEnd
23919 \end_layout
23920
23921 \end_inset
23922
23923
23924 \end_layout
23925
23926 \begin_layout Standard
23927 \begin_inset ERT
23928 status collapsed
23929
23930 \begin_layout Plain Layout
23931
23932
23933 \backslash
23934 sidecaptionvpos{figure}{c}
23935 \end_layout
23936
23937 \end_inset
23938
23939
23940 \begin_inset Float figure
23941 wide false
23942 sideways false
23943 status open
23944
23945 \begin_layout Plain Layout
23946 \begin_inset Graphics
23947         filename ../clipart/escher-lsd.eps
23948         scale 75
23949
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \begin_layout Plain Layout
23956 \begin_inset Caption
23957
23958 \begin_layout Plain Layout
23959 \begin_inset CommandInset label
23960 LatexCommand label
23961 name "fig:encab-al-lado-de-fig"
23962
23963 \end_inset
23964
23965 Leyenda centrada verticalmente junto a una figura.
23966 \end_layout
23967
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \begin_layout Standard
23979 \begin_inset ERT
23980 status collapsed
23981
23982 \begin_layout Plain Layout
23983
23984
23985 \backslash
23986 FigBesEnd
23987 \end_layout
23988
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \begin_layout Standard
23995 \begin_inset ERT
23996 status collapsed
23997
23998 \begin_layout Plain Layout
23999
24000
24001 \backslash
24002 else
24003 \end_layout
24004
24005 \end_inset
24006
24007
24008 \begin_inset Note Note
24009 status collapsed
24010
24011 \begin_layout Plain Layout
24012 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24013  
24014 \series bold
24015 sidecap
24016 \series default
24017 .
24018 \end_layout
24019
24020 \end_inset
24021
24022
24023 \end_layout
24024
24025 \begin_layout Standard
24026 Debes instalar el paquete LaTeX 
24027 \series bold
24028 sidecap
24029 \series default
24030  para ver la parte siguiente en la salida.
24031 \end_layout
24032
24033 \begin_layout Standard
24034 \begin_inset ERT
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038
24039
24040 \backslash
24041 fi
24042 \end_layout
24043
24044 \end_inset
24045
24046
24047 \end_layout
24048
24049 \begin_layout Section
24050 Índice de flotantes
24051 \begin_inset Index
24052 status collapsed
24053
24054 \begin_layout Plain Layout
24055 Flotantes ! Índice de
24056 \end_layout
24057
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \begin_layout Standard
24064 Igual que en el índice general se listan las secciones del documento, hay
24065  índices para todos los tipos de flotantes, como las figuras.
24066  Se pueden insertar mediante los submenús 
24067 \family sans
24068 Insertar\SpecialChar \menuseparator
24069 Lista
24070 \begin_inset space \thinspace{}
24071 \end_inset
24072
24073 /
24074 \begin_inset space \thinspace{}
24075 \end_inset
24076
24077 Índice
24078 \family default
24079 .
24080 \end_layout
24081
24082 \begin_layout Standard
24083 Las entradas de los índices son las leyendas del flotante o su título breve,
24084  el número de flotante y el número de la página del documento en la que
24085  aparecen.
24086 \end_layout
24087
24088 \begin_layout Standard
24089 Puedes encontrar los índices de figuras y tablas al final de este documento.
24090 \end_layout
24091
24092 \begin_layout Chapter
24093 Notas
24094 \end_layout
24095
24096 \begin_layout Section
24097 Notas en LyX
24098 \begin_inset Index
24099 status collapsed
24100
24101 \begin_layout Plain Layout
24102 Notas ! en LyX
24103 \end_layout
24104
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \begin_layout Standard
24111 Las notas se insertan con el botón 
24112 \begin_inset Graphics
24113         filename ../../images/note-insert.png
24114         scale 85
24115
24116 \end_inset
24117
24118  o con el menú 
24119 \family sans
24120 Insertar\SpecialChar \menuseparator
24121 Nota
24122 \family default
24123 .
24124  Hay cinco tipos de notas:
24125 \end_layout
24126
24127 \begin_layout Description
24128 Nota
24129 \begin_inset space ~
24130 \end_inset
24131
24132 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24133  Su cuadro se muestra como este:
24134 \begin_inset Newline newline
24135 \end_inset
24136
24137
24138 \begin_inset Newline newline
24139 \end_inset
24140
24141
24142 \begin_inset Graphics
24143         filename clipart/NotaLyXImagenQt4.png
24144         display false
24145         scale 75
24146
24147 \end_inset
24148
24149  
24150 \begin_inset Note Note
24151 status collapsed
24152
24153 \begin_layout Plain Layout
24154 Este es un texto en un recuadro que no se muestra en la salida.
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Description
24163 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24164  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24165 \family sans
24166 Archivo\SpecialChar \menuseparator
24167 Exportar\SpecialChar \menuseparator
24168 LaTeX (pdflatex) / (plain)
24169 \family default
24170 .
24171  Su recuadro se ve así:
24172 \begin_inset Newline newline
24173 \end_inset
24174
24175
24176 \begin_inset Newline newline
24177 \end_inset
24178
24179
24180 \begin_inset Graphics
24181         filename clipart/ComentNotaImagenQt4.png
24182         display false
24183         scale 75
24184
24185 \end_inset
24186
24187  
24188 \begin_inset Note Comment
24189 status collapsed
24190
24191 \begin_layout Plain Layout
24192 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24193 \end_layout
24194
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \begin_layout Description
24201 Resaltado
24202 \begin_inset space ~
24203 \end_inset
24204
24205 en
24206 \begin_inset space ~
24207 \end_inset
24208
24209 gris Esta nota aparece en la salida como texto resaltado en gris.
24210  Su recuadro se parece a este:
24211 \begin_inset Newline newline
24212 \end_inset
24213
24214
24215 \begin_inset Newline newline
24216 \end_inset
24217
24218
24219 \begin_inset Graphics
24220         filename clipart/GrisNotaImagenQt4.png
24221         display false
24222         scale 75
24223
24224 \end_inset
24225
24226
24227 \begin_inset Newline newline
24228 \end_inset
24229
24230
24231 \begin_inset ERT
24232 status collapsed
24233
24234 \begin_layout Plain Layout
24235
24236
24237 \backslash
24238 renewenvironment{lyxgreyedout}
24239 \end_layout
24240
24241 \begin_layout Plain Layout
24242
24243 {
24244 \backslash
24245 textcolor[gray]{0.8}
24246 \backslash
24247 bgroup}{
24248 \backslash
24249 egroup}
24250 \end_layout
24251
24252 \end_inset
24253
24254
24255 \begin_inset Note Greyedout
24256 status open
24257
24258 \begin_layout Plain Layout
24259 Este es el texto
24260 \begin_inset Foot
24261 status collapsed
24262
24263 \begin_layout Plain Layout
24264 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24265 \end_layout
24266
24267 \end_inset
24268
24269  de un comentario que se muestra resaltado en gris.
24270 \end_layout
24271
24272 \end_inset
24273
24274
24275 \begin_inset ERT
24276 status collapsed
24277
24278 \begin_layout Plain Layout
24279
24280
24281 \backslash
24282 renewenvironment{lyxgreyedout}
24283 \end_layout
24284
24285 \begin_layout Plain Layout
24286
24287 {
24288 \backslash
24289 textcolor{blue}
24290 \backslash
24291 bgroup}{
24292 \backslash
24293 egroup}
24294 \end_layout
24295
24296 \end_inset
24297
24298
24299 \begin_inset Note Note
24300 status collapsed
24301
24302 \begin_layout Plain Layout
24303 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24304  original de LyX, ya que en el preámbulo de este documento se han redefinido
24305  estas notas para que salgan en azul, como se indica más adelante.
24306 \end_layout
24307
24308 \end_inset
24309
24310
24311 \begin_inset Newline newline
24312 \end_inset
24313
24314
24315 \begin_inset Newline newline
24316 \end_inset
24317
24318 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24319  está un poco sangrada, y por otra parte pueden tener notas al pie.
24320 \end_layout
24321
24322 \begin_layout Standard
24323 \begin_inset VSpace bigskip
24324 \end_inset
24325
24326 Si usas el botón de la barra de herramientas 
24327 \begin_inset Graphics
24328         filename ../../images/note-insert.png
24329         scale 85
24330
24331 \end_inset
24332
24333  para insertar notas, se inserta una 
24334 \family sans
24335 Nota
24336 \begin_inset space ~
24337 \end_inset
24338
24339 LyX
24340 \family default
24341 .
24342  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24343  recuadro.
24344  
24345 \family roman
24346 \series medium
24347 \bar no
24348 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24349  botón de herramienta 
24350 \family sans
24351 \series default
24352 \bar default
24353 Nota
24354 \family default
24355 .
24356  Para cambiar una nota a texto, pulsa la tecla 
24357 \family sans
24358 Retroceso
24359 \family default
24360  cuando el cursor está en la primera posición de una nota, o la tecla 
24361 \family sans
24362 Supr
24363 \family default
24364  cuando el cursor está en la última posición de la nota, respectivamente.
24365 \end_layout
24366
24367 \begin_layout Standard
24368 \begin_inset VSpace bigskip
24369 \end_inset
24370
24371 Se puede cambiar el color del 
24372 \family sans
24373 Resaltado en gris
24374 \family default
24375  poniendo en el preámbulo el comando:
24376 \end_layout
24377
24378 \begin_layout Standard
24379
24380 \series bold
24381
24382 \backslash
24383 renewenvironment{lyxgreyedout}
24384 \begin_inset Newline newline
24385 \end_inset
24386
24387
24388 \begin_inset ERT
24389 status collapsed
24390
24391 \begin_layout Plain Layout
24392
24393
24394 \backslash
24395 hphantom{ }
24396 \end_layout
24397
24398 \end_inset
24399
24400 {
24401 \backslash
24402 textcolor{color}
24403 \backslash
24404 bgroup}{
24405 \backslash
24406 egroup}
24407 \end_layout
24408
24409 \begin_layout Standard
24410 Los colores disponibles y el método para definir nuestros propios colores
24411  se explica en la sección
24412 \begin_inset space ~
24413 \end_inset
24414
24415
24416 \begin_inset CommandInset ref
24417 LatexCommand ref
24418 reference "sec:Tablas-Coloreadas"
24419
24420 \end_inset
24421
24422 .
24423 \end_layout
24424
24425 \begin_layout Standard
24426 Las notas en azul en este documento se han hecho con notas del tipo 
24427 \family sans
24428 Resaltado en gris
24429 \family default
24430  pero definiendo el color del texto en azul.
24431 \end_layout
24432
24433 \begin_layout Section
24434 Notas al pie
24435 \begin_inset CommandInset label
24436 LatexCommand label
24437 name "sec:Notas-al-pie"
24438
24439 \end_inset
24440
24441
24442 \begin_inset Index
24443 status collapsed
24444
24445 \begin_layout Plain Layout
24446 Notas ! al pie
24447 \end_layout
24448
24449 \end_inset
24450
24451
24452 \begin_inset Index
24453 status collapsed
24454
24455 \begin_layout Plain Layout
24456 Notas al pie
24457 \end_layout
24458
24459 \end_inset
24460
24461
24462 \end_layout
24463
24464 \begin_layout Standard
24465 Las notas al pie se insertan con el botón 
24466 \begin_inset Graphics
24467         filename ../../images/footnote-insert.png
24468         scale 85
24469
24470 \end_inset
24471
24472  o el menú 
24473 \family sans
24474 Insertar\SpecialChar \menuseparator
24475 Nota
24476 \begin_inset space ~
24477 \end_inset
24478
24479 al
24480 \begin_inset space ~
24481 \end_inset
24482
24483 pie
24484 \family default
24485 .
24486  
24487 \family roman
24488 \series medium
24489 \bar no
24490 Aparece un recuadro como este:
24491 \family default
24492 \series default
24493 \bar default
24494  
24495 \begin_inset Graphics
24496         filename clipart/notapieQt4.png
24497         scale 80
24498
24499 \end_inset
24500
24501  
24502 \family roman
24503 \series medium
24504 \bar no
24505 donde puedes introducir el texto.
24506  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24507  sobre el
24508 \family default
24509 \series default
24510 \bar default
24511  
24512 \family roman
24513 \series medium
24514 \bar no
24515 botón
24516 \family default
24517 \series default
24518 \bar default
24519 .
24520  Para cambiar una nota al pie a texto, pulsa la tecla 
24521 \family sans
24522 Retroceso
24523 \family default
24524  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24525  
24526 \family sans
24527 Supr
24528 \family default
24529  cuando el cursor está en la última posición de la nota, respectivamente.
24530 \end_layout
24531
24532 \begin_layout Standard
24533 Aquí hay un ejemplo de nota al pie:
24534 \family roman
24535 \series medium
24536 \bar no
24537
24538 \begin_inset Foot
24539 status collapsed
24540
24541 \begin_layout Plain Layout
24542 \begin_inset CommandInset label
24543 LatexCommand label
24544 name "pie:Esto-es-una"
24545
24546 \end_inset
24547
24548 Ejemplo de nota al pie.
24549 \end_layout
24550
24551 \end_inset
24552
24553
24554 \family default
24555 \series default
24556 \bar default
24557
24558 \begin_inset ERT
24559 status collapsed
24560
24561 \begin_layout Plain Layout
24562
24563
24564 \backslash
24565 newcounter{MyRepeatFoot}
24566 \end_layout
24567
24568 \begin_layout Plain Layout
24569
24570
24571 \backslash
24572 setcounter{MyRepeatFoot}{
24573 \backslash
24574 thefootnote}
24575 \end_layout
24576
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \begin_layout Standard
24583 En la salida, el pie se muestra como número voladito en el lugar del texto
24584  donde se coloca el recuadro.
24585  El texto se coloca al final de la página actual.
24586  Los números de las notas son calculados por LaTeX, y son consecutivos.
24587  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24588 \end_layout
24589
24590 \begin_layout Standard
24591 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24592  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24593  se describe en la sección
24594 \begin_inset space ~
24595 \end_inset
24596
24597
24598 \begin_inset CommandInset ref
24599 LatexCommand ref
24600 reference "sec:Referencias-a-Flotantes"
24601
24602 \end_inset
24603
24604 .
24605 \begin_inset Newline newline
24606 \end_inset
24607
24608 Esto es una referencia cruzada a la Nota al pie
24609 \begin_inset space ~
24610 \end_inset
24611
24612
24613 \begin_inset CommandInset ref
24614 LatexCommand ref
24615 reference "pie:Esto-es-una"
24616
24617 \end_inset
24618
24619 .
24620 \end_layout
24621
24622 \begin_layout Standard
24623 \begin_inset VSpace defskip
24624 \end_inset
24625
24626 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
24627 \begin_inset space ~
24628 \end_inset
24629
24630
24631 \begin_inset CommandInset ref
24632 LatexCommand ref
24633 reference "sec:Minipáginas"
24634
24635 \end_inset
24636
24637 .
24638  Los pies en tablas largas en la sección
24639 \begin_inset space ~
24640 \end_inset
24641
24642
24643 \begin_inset CommandInset ref
24644 LatexCommand ref
24645 reference "sub:Notas-al-pie-en-Tablas-Largas"
24646
24647 \end_inset
24648
24649 .
24650 \end_layout
24651
24652 \begin_layout Standard
24653 \begin_inset VSpace defskip
24654 \end_inset
24655
24656 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24657 \series bold
24658
24659 \backslash
24660 footnotemark[número]
24661 \series default
24662  en código TeX.
24663  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24664  no quieres imprimir el pie cada vez.
24665 \begin_inset Newline newline
24666 \end_inset
24667
24668 Como no sabes el número del pie que se repite mientras escribes el texto,
24669  tienes que guardarlo.
24670  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24671  en código TeX detrás de Nota
24672 \begin_inset space ~
24673 \end_inset
24674
24675 al
24676 \begin_inset space ~
24677 \end_inset
24678
24679 pie
24680 \begin_inset space ~
24681 \end_inset
24682
24683
24684 \begin_inset CommandInset ref
24685 LatexCommand ref
24686 reference "pie:Esto-es-una"
24687
24688 \end_inset
24689
24690  para guardar el número de pie:
24691 \end_layout
24692
24693 \begin_layout Standard
24694
24695 \series bold
24696
24697 \backslash
24698 newcounter{MyRepeatFoot}
24699 \begin_inset Newline newline
24700 \end_inset
24701
24702
24703 \backslash
24704 setcounter{MyRepeatFoot}{
24705 \backslash
24706 thefootnote}
24707 \end_layout
24708
24709 \begin_layout Standard
24710 La marca de pie se crea entonces con el comando:
24711 \end_layout
24712
24713 \begin_layout Standard
24714
24715 \series bold
24716
24717 \backslash
24718 footnotemark[
24719 \backslash
24720 theMyRepeatFoot]
24721 \end_layout
24722
24723 \begin_layout Standard
24724 Aquí hay un ejemplo de marca de pie:
24725 \family roman
24726 \series medium
24727 \bar no
24728
24729 \begin_inset ERT
24730 status collapsed
24731
24732 \begin_layout Plain Layout
24733
24734
24735 \backslash
24736 footnotemark[
24737 \backslash
24738 theMyRepeatFoot]
24739 \end_layout
24740
24741 \end_inset
24742
24743
24744 \end_layout
24745
24746 \begin_layout Subsection
24747 Numeración de notas al pie
24748 \begin_inset CommandInset label
24749 LatexCommand label
24750 name "sub:Numeración-de-Notas-al-Pie"
24751
24752 \end_inset
24753
24754
24755 \begin_inset Index
24756 status collapsed
24757
24758 \begin_layout Plain Layout
24759 Notas al pie ! Numeración
24760 \end_layout
24761
24762 \end_inset
24763
24764
24765 \end_layout
24766
24767 \begin_layout Standard
24768 Para reiniciar el número de pie a 1 en cada sección añade
24769 \family roman
24770  en el preámbulo el comando:
24771 \end_layout
24772
24773 \begin_layout Standard
24774
24775 \series bold
24776
24777 \backslash
24778 @addtoreset{footnote}{section}
24779 \end_layout
24780
24781 \begin_layout Standard
24782 \begin_inset VSpace bigskip
24783 \end_inset
24784
24785 El siguiente comando en el preámbulo cambia el estilo de numeración del
24786  pie a números romanos en minúsculas:
24787 \end_layout
24788
24789 \begin_layout Standard
24790
24791 \series bold
24792
24793 \backslash
24794 renewcommand{
24795 \backslash
24796 thefootnote}{
24797 \backslash
24798 roman{footnote}}
24799 \end_layout
24800
24801 \begin_layout Standard
24802 \begin_inset ERT
24803 status collapsed
24804
24805 \begin_layout Plain Layout
24806
24807
24808 \backslash
24809 renewcommand{
24810 \backslash
24811 thefootnote}{
24812 \backslash
24813 roman{footnote}}
24814 \end_layout
24815
24816 \end_inset
24817
24818  Nota al pie en números romanos:
24819 \begin_inset Foot
24820 status collapsed
24821
24822 \begin_layout Plain Layout
24823 Ejemplo de nota al pie en números romanos.
24824 \end_layout
24825
24826 \end_inset
24827
24828
24829 \begin_inset ERT
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833
24834
24835 \backslash
24836 renewcommand{
24837 \backslash
24838 thefootnote}{
24839 \backslash
24840 arabic{footnote}}
24841 \end_layout
24842
24843 \end_inset
24844
24845
24846 \end_layout
24847
24848 \begin_layout Standard
24849 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24850  
24851 \series bold
24852
24853 \backslash
24854 roman
24855 \series default
24856  por 
24857 \series bold
24858
24859 \backslash
24860 Roman
24861 \series default
24862 .
24863  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24864 \series bold
24865
24866 \backslash
24867 Alph
24868 \series default
24869  o 
24870 \series bold
24871
24872 \backslash
24873 alph
24874 \series default
24875 , respectivamente.
24876  Para ordenar las notas al pie con símbolos usa 
24877 \series bold
24878
24879 \backslash
24880 fnsymbol
24881 \series default
24882 .
24883 \end_layout
24884
24885 \begin_layout Standard
24886 \begin_inset Note Greyedout
24887 status open
24888
24889 \begin_layout Plain Layout
24890
24891 \series bold
24892 Nota:
24893 \series default
24894  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24895  simples.
24896 \end_layout
24897
24898 \end_inset
24899
24900
24901 \begin_inset Newline newline
24902 \end_inset
24903
24904
24905 \begin_inset Note Greyedout
24906 status open
24907
24908 \begin_layout Plain Layout
24909
24910 \series bold
24911 Nota:
24912 \series default
24913  sólo puedes ordenar hasta 9 pies con símbolos.
24914 \end_layout
24915
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \begin_layout Standard
24922 Para volver al estilo de numeración predeterminado cuando has cambiado a
24923  otro estilo, usa 
24924 \series bold
24925
24926 \backslash
24927 arabic
24928 \series default
24929  en vez de 
24930 \series bold
24931
24932 \backslash
24933 roman
24934 \series default
24935  en el comando anterior.
24936 \begin_inset ERT
24937 status collapsed
24938
24939 \begin_layout Plain Layout
24940
24941
24942 \backslash
24943 renewcommand{
24944 \backslash
24945 thefootnote}{
24946 \backslash
24947 arabic{footnote}}
24948 \end_layout
24949
24950 \end_inset
24951
24952
24953 \end_layout
24954
24955 \begin_layout Standard
24956 \begin_inset VSpace bigskip
24957 \end_inset
24958
24959
24960 \end_layout
24961
24962 \begin_layout Standard
24963 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
24964  comando al preámbulo del documento:
24965 \end_layout
24966
24967 \begin_layout Standard
24968
24969 \series bold
24970
24971 \backslash
24972 numberwithin{footnote}{chapter}
24973 \end_layout
24974
24975 \begin_layout Standard
24976 Para poder usar el comando 
24977 \series bold
24978
24979 \backslash
24980 numberwithin
24981 \series default
24982 , marca la opción 
24983 \family sans
24984 Usar
24985 \family default
24986
24987 \begin_inset space ~
24988 \end_inset
24989
24990
24991 \family sans
24992 el
24993 \family default
24994
24995 \begin_inset space ~
24996 \end_inset
24997
24998
24999 \family sans
25000 paquete
25001 \family default
25002
25003 \begin_inset space ~
25004 \end_inset
25005
25006
25007 \family sans
25008 AMS
25009 \family default
25010  en la sección 
25011 \family sans
25012 Opciones para ecuaciones
25013 \family default
25014  de la configuración del documento.
25015 \end_layout
25016
25017 \begin_layout Standard
25018 \begin_inset ERT
25019 status collapsed
25020
25021 \begin_layout Plain Layout
25022
25023
25024 \backslash
25025 numberwithin{footnote}{chapter}
25026 \end_layout
25027
25028 \end_inset
25029
25030 Esto es otro ejemplo de nota al pie:
25031 \series bold
25032
25033 \begin_inset Foot
25034 status collapsed
25035
25036 \begin_layout Plain Layout
25037 Nota al pie numerada en el esquema 
25038 \begin_inset Quotes eld
25039 \end_inset
25040
25041 capítulo.nota
25042 \begin_inset Quotes erd
25043 \end_inset
25044
25045 .
25046 \end_layout
25047
25048 \end_inset
25049
25050
25051 \series default
25052
25053 \begin_inset ERT
25054 status collapsed
25055
25056 \begin_layout Plain Layout
25057
25058
25059 \backslash
25060 renewcommand{
25061 \backslash
25062 thefootnote}{
25063 \backslash
25064 arabic{footnote}}
25065 \end_layout
25066
25067 \end_inset
25068
25069
25070 \end_layout
25071
25072 \begin_layout Standard
25073 \begin_inset Note Greyedout
25074 status open
25075
25076 \begin_layout Plain Layout
25077
25078 \series bold
25079 Nota: 
25080 \backslash
25081 numberwithin 
25082 \series default
25083 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25084  previas para obtener números no arábigos se sobreescriben.
25085 \end_layout
25086
25087 \end_inset
25088
25089
25090 \end_layout
25091
25092 \begin_layout Standard
25093 Así, para obtener por ejemplo el esquema «capítulo.
25094 \backslash
25095 Roman{footnote}», usa este comando en vez de 
25096 \series bold
25097
25098 \backslash
25099 numberwithin
25100 \series default
25101 :
25102 \end_layout
25103
25104 \begin_layout Standard
25105
25106 \series bold
25107
25108 \backslash
25109 renewcommand{
25110 \backslash
25111 thefootnote}{
25112 \backslash
25113 thechapter.
25114 \backslash
25115 Roman{footnote}}
25116 \end_layout
25117
25118 \begin_layout Subsection
25119 Colocación de notas al pie
25120 \begin_inset Index
25121 status collapsed
25122
25123 \begin_layout Plain Layout
25124 Notas al pie ! Colocación
25125 \end_layout
25126
25127 \end_inset
25128
25129
25130 \end_layout
25131
25132 \begin_layout Standard
25133 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25134  entre ellas al final de la página.
25135  Para hacerlas más legibles puedes añadir 1.5
25136 \begin_inset space \thinspace{}
25137 \end_inset
25138
25139 mm, p.
25140 \begin_inset space \thinspace{}
25141 \end_inset
25142
25143 e., con el comando siguiente en el preámbulo:
25144 \end_layout
25145
25146 \begin_layout Standard
25147
25148 \series bold
25149
25150 \backslash
25151 let
25152 \backslash
25153 myFoot
25154 \backslash
25155 footnote
25156 \begin_inset Newline newline
25157 \end_inset
25158
25159
25160 \backslash
25161 renewcommand{
25162 \backslash
25163 footnote}[1]{
25164 \backslash
25165 myFoot{#1
25166 \backslash
25167 vspace{1.5mm}}}
25168 \end_layout
25169
25170 \begin_layout Standard
25171 \begin_inset VSpace bigskip
25172 \end_inset
25173
25174 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25175  véase la figura
25176 \begin_inset space ~
25177 \end_inset
25178
25179
25180 \begin_inset CommandInset ref
25181 LatexCommand ref
25182 reference "fig:Colocación-standard-del-pie"
25183
25184 \end_inset
25185
25186 .
25187  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25188  en la figura
25189 \begin_inset space ~
25190 \end_inset
25191
25192
25193 \begin_inset CommandInset ref
25194 LatexCommand ref
25195 reference "fig:Colocación-del-pie-en"
25196
25197 \end_inset
25198
25199 , usa el paquete LaTeX 
25200 \series bold
25201 ftnright
25202 \series default
25203
25204 \begin_inset Index
25205 status collapsed
25206
25207 \begin_layout Plain Layout
25208 LaTeX-paquetes ! ftnright
25209 \end_layout
25210
25211 \end_inset
25212
25213  con este comando en el preámbulo:
25214 \end_layout
25215
25216 \begin_layout Standard
25217
25218 \series bold
25219
25220 \backslash
25221 usepackage{ftnright}
25222 \end_layout
25223
25224 \begin_layout Standard
25225 \begin_inset Float figure
25226 placement !h
25227 wide false
25228 sideways false
25229 status open
25230
25231 \begin_layout Plain Layout
25232 \begin_inset ERT
25233 status collapsed
25234
25235 \begin_layout Plain Layout
25236
25237
25238 \backslash
25239 framebox{
25240 \end_layout
25241
25242 \end_inset
25243
25244
25245 \begin_inset Graphics
25246         filename ../clipart/without_fntright.pdf
25247         width 100col%
25248
25249 \end_inset
25250
25251
25252 \begin_inset ERT
25253 status collapsed
25254
25255 \begin_layout Plain Layout
25256
25257 }
25258 \end_layout
25259
25260 \end_inset
25261
25262
25263 \end_layout
25264
25265 \begin_layout Plain Layout
25266 \begin_inset Caption
25267
25268 \begin_layout Plain Layout
25269 \begin_inset CommandInset label
25270 LatexCommand label
25271 name "fig:Colocación-standard-del-pie"
25272
25273 \end_inset
25274
25275 Colocación estándar de notas al pie en documentos a dos columnas.
25276 \end_layout
25277
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \end_inset
25284
25285
25286 \end_layout
25287
25288 \begin_layout Standard
25289 \begin_inset Float figure
25290 placement !h
25291 wide false
25292 sideways false
25293 status open
25294
25295 \begin_layout Plain Layout
25296 \begin_inset ERT
25297 status collapsed
25298
25299 \begin_layout Plain Layout
25300
25301
25302 \backslash
25303 framebox{
25304 \end_layout
25305
25306 \end_inset
25307
25308
25309 \begin_inset Graphics
25310         filename ../clipart/with_fntright.pdf
25311         width 100col%
25312
25313 \end_inset
25314
25315
25316 \begin_inset ERT
25317 status collapsed
25318
25319 \begin_layout Plain Layout
25320
25321 }
25322 \end_layout
25323
25324 \end_inset
25325
25326
25327 \end_layout
25328
25329 \begin_layout Plain Layout
25330 \begin_inset Caption
25331
25332 \begin_layout Plain Layout
25333 \begin_inset CommandInset label
25334 LatexCommand label
25335 name "fig:Colocación-del-pie-en"
25336
25337 \end_inset
25338
25339 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25340  el paquete LaTeX 
25341 \series bold
25342 ftnright
25343 \series default
25344 .
25345 \end_layout
25346
25347 \end_inset
25348
25349
25350 \end_layout
25351
25352 \end_inset
25353
25354
25355 \end_layout
25356
25357 \begin_layout Standard
25358 \begin_inset VSpace bigskip
25359 \end_inset
25360
25361 En alguna literatura científica es habitual reunir las notas para imprimirlas
25362  en un párrafo separado al final de la sección, como en la figura
25363 \begin_inset space ~
25364 \end_inset
25365
25366
25367 \begin_inset CommandInset ref
25368 LatexCommand ref
25369 reference "fig:Notas-al-pie-al-final"
25370
25371 \end_inset
25372
25373 .
25374  Para reunir las notas al final
25375 \begin_inset Index
25376 status collapsed
25377
25378 \begin_layout Plain Layout
25379 Notas ! al final
25380 \end_layout
25381
25382 \end_inset
25383
25384  en vez de a pie de página, carga en el menú 
25385 \family sans
25386 Documento\SpecialChar \menuseparator
25387 Configuratión\SpecialChar \menuseparator
25388 Módulos
25389 \family default
25390  el módulo 
25391 \family sans
25392 Pie
25393 \begin_inset space ~
25394 \end_inset
25395
25396 al
25397 \begin_inset space ~
25398 \end_inset
25399
25400 final
25401 \family default
25402 .
25403  Para insertar la colección de notas, escribe el comando
25404 \end_layout
25405
25406 \begin_layout Standard
25407
25408 \series bold
25409
25410 \backslash
25411 theendnotes
25412 \end_layout
25413
25414 \begin_layout Standard
25415 en código TeX al final de una sección o capítulo.
25416 \end_layout
25417
25418 \begin_layout Standard
25419 \begin_inset Float figure
25420 wide false
25421 sideways false
25422 status open
25423
25424 \begin_layout Plain Layout
25425 \align center
25426 \begin_inset ERT
25427 status collapsed
25428
25429 \begin_layout Plain Layout
25430
25431
25432 \backslash
25433 framebox{
25434 \end_layout
25435
25436 \end_inset
25437
25438
25439 \begin_inset Graphics
25440         filename ../clipart/endnotes.pdf
25441
25442 \end_inset
25443
25444
25445 \begin_inset ERT
25446 status collapsed
25447
25448 \begin_layout Plain Layout
25449
25450 }
25451 \end_layout
25452
25453 \end_inset
25454
25455
25456 \end_layout
25457
25458 \begin_layout Plain Layout
25459 \begin_inset Caption
25460
25461 \begin_layout Plain Layout
25462 \begin_inset CommandInset label
25463 LatexCommand label
25464 name "fig:Notas-al-pie-al-final"
25465
25466 \end_inset
25467
25468 Notas al final: notas impresas en párrafo separado al final de la sección
25469  o del capítulo.
25470 \end_layout
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \end_inset
25478
25479
25480 \end_layout
25481
25482 \begin_layout Standard
25483 \begin_inset VSpace medskip
25484 \end_inset
25485
25486 La cabecera de párrafo para las notas finales no se traduce automáticamente
25487  al lenguaje del documento, hay que hacerlo manualmente.
25488   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
25489  al español «Notas»:
25490 \end_layout
25491
25492 \begin_layout Standard
25493
25494 \series bold
25495
25496 \backslash
25497 renewcommand{
25498 \backslash
25499 notesname}{Notas}
25500 \end_layout
25501
25502 \begin_layout Standard
25503 \begin_inset VSpace medskip
25504 \end_inset
25505
25506 La numeración de notas finales puede cambiarse como la de las notas al pie,
25507  como se describe en la sección
25508 \begin_inset space ~
25509 \end_inset
25510
25511
25512 \begin_inset CommandInset ref
25513 LatexCommand ref
25514 reference "sub:Numeración-de-Notas-al-Pie"
25515
25516 \end_inset
25517
25518 ; sólo hay que reemplazar el comando 
25519 \series bold
25520
25521 \backslash
25522 thefootnote
25523 \series default
25524  por 
25525 \series bold
25526
25527 \backslash
25528 theendnote
25529 \series default
25530 .
25531  Para restablecer la numeración usa el comando 
25532 \series bold
25533
25534 \backslash
25535 @addtoreset
25536 \series default
25537  como se describe en la sección
25538 \begin_inset space ~
25539 \end_inset
25540
25541
25542 \begin_inset CommandInset ref
25543 LatexCommand ref
25544 reference "sub:Numeración-de-Notas-al-Pie"
25545
25546 \end_inset
25547
25548  y sustituye el parámetro de comando 
25549 \series bold
25550 footnote
25551 \series default
25552  por 
25553 \series bold
25554 endnote
25555 \series default
25556 .
25557 \end_layout
25558
25559 \begin_layout Standard
25560 Para crear sólo una marca para una nota final, usa el comando 
25561 \series bold
25562
25563 \backslash
25564 endnotemark[número]
25565 \series default
25566  similar al comando 
25567 \series bold
25568
25569 \backslash
25570 footnotemark
25571 \series default
25572 , descrito en la sección
25573 \begin_inset space ~
25574 \end_inset
25575
25576
25577 \begin_inset CommandInset ref
25578 LatexCommand ref
25579 reference "sec:Notas-al-pie"
25580
25581 \end_inset
25582
25583 .
25584 \end_layout
25585
25586 \begin_layout Standard
25587 \begin_inset VSpace bigskip
25588 \end_inset
25589
25590 Las notas al pie también pueden colocarse al margen de la página y la alineación
25591  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25592 \series bold
25593 footmisc
25594 \series default
25595
25596 \begin_inset Index
25597 status collapsed
25598
25599 \begin_layout Plain Layout
25600 LaTeX-paquetes ! footmisc
25601 \end_layout
25602
25603 \end_inset
25604
25605  
25606 \begin_inset CommandInset citation
25607 LatexCommand cite
25608 key "footmisc"
25609
25610 \end_inset
25611
25612  para más información.
25613 \end_layout
25614
25615 \begin_layout Standard
25616 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25617  
25618 \begin_inset CommandInset citation
25619 LatexCommand cite
25620 key "latexcompanion,latexguide,latexbook"
25621
25622 \end_inset
25623
25624 .
25625 \end_layout
25626
25627 \begin_layout Section
25628 Notas al margen
25629 \begin_inset Index
25630 status collapsed
25631
25632 \begin_layout Plain Layout
25633 Notas ! al margen
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \end_layout
25640
25641 \begin_layout Standard
25642 Las notas al margen se ven y se comportan en LyX como notas al pie.
25643  Se insertan con el menú 
25644 \family sans
25645 Insertar\SpecialChar \menuseparator
25646 Nota
25647 \begin_inset space ~
25648 \end_inset
25649
25650 al
25651 \begin_inset space ~
25652 \end_inset
25653
25654 margen
25655 \family default
25656  o con el botón 
25657 \begin_inset Graphics
25658         filename ../../images/marginalnote-insert.png
25659         scale 85
25660
25661 \end_inset
25662
25663 .
25664  Aparece un cuadro gris con la etiqueta 
25665 \family roman
25666 \series medium
25667 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25668 \end_layout
25669
25670 \begin_layout Standard
25671 Al lado hay un ejemplo de nota al margen.
25672
25673 \family roman
25674 \series medium
25675  
25676 \begin_inset Marginal
25677 status open
25678
25679 \begin_layout Plain Layout
25680 Esto es una nota al margen.
25681 \end_layout
25682
25683 \end_inset
25684
25685
25686 \end_layout
25687
25688 \begin_layout Standard
25689 Estas notas salen en el margen derecho en documentos a una cara.
25690  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25691  en páginas pares, derecho en páginas impares—.
25692  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25693  a la derecha si la nota aparece en el margen izquierdo—.
25694  La primera línea de la nota se sitúa en la posición de la línea del texto
25695  en la que se inserta en el documento.
25696 \end_layout
25697
25698 \begin_layout Standard
25699 \begin_inset VSpace bigskip
25700 \end_inset
25701
25702 Para colocar la nota en el margen interno añade el comando
25703 \end_layout
25704
25705 \begin_layout Standard
25706
25707 \series bold
25708
25709 \backslash
25710 reversemarginpar
25711 \end_layout
25712
25713 \begin_layout Standard
25714 en código TeX antes de la nota.
25715  La nueva colocación es válida para todas las siguientes notas al margen.
25716  
25717 \begin_inset ERT
25718 status collapsed
25719
25720 \begin_layout Plain Layout
25721
25722
25723 \backslash
25724 reversemarginpar 
25725 \end_layout
25726
25727 \end_inset
25728
25729
25730 \begin_inset Marginal
25731 status open
25732
25733 \begin_layout Plain Layout
25734 Esto es una nota en el margen interno.
25735 \end_layout
25736
25737 \end_inset
25738
25739
25740 \series bold
25741
25742 \begin_inset Newline newline
25743 \end_inset
25744
25745
25746 \series default
25747
25748 \begin_inset Note Greyedout
25749 status open
25750
25751 \begin_layout Plain Layout
25752
25753 \series bold
25754 Nota:
25755 \series default
25756  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25757  no se mostrará correctamente en la salida.
25758 \end_layout
25759
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \begin_layout Standard
25766 Para volver a la ubicación predeterminada inserta en código TeX el comando
25767 \begin_inset ERT
25768 status collapsed
25769
25770 \begin_layout Plain Layout
25771
25772
25773 \backslash
25774 normalmarginpar 
25775 \end_layout
25776
25777 \end_inset
25778
25779
25780 \end_layout
25781
25782 \begin_layout Standard
25783
25784 \series bold
25785
25786 \backslash
25787 normalmarginpar
25788 \end_layout
25789
25790 \begin_layout Standard
25791 \begin_inset Note Greyedout
25792 status open
25793
25794 \begin_layout Plain Layout
25795
25796 \series bold
25797 Nota:
25798 \series default
25799  El comando se ignora si en el mismo párrafo está también presente el comando
25800  
25801 \series bold
25802
25803 \backslash
25804 reversemarginpar
25805 \series default
25806 .
25807 \end_layout
25808
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \begin_layout Standard
25815 \begin_inset VSpace bigskip
25816 \end_inset
25817
25818
25819 \family roman
25820 \series medium
25821
25822 \begin_inset Marginal
25823 status open
25824
25825 \begin_layout Plain Layout
25826 PalabraMuyLargaAlMargen no partida con guión.
25827 \end_layout
25828
25829 \end_inset
25830
25831
25832 \family default
25833 \series default
25834  Como en el caso descrito en la sección
25835 \begin_inset space ~
25836 \end_inset
25837
25838
25839 \begin_inset CommandInset ref
25840 LatexCommand ref
25841 reference "sub:Líneas-Múltiples-en"
25842
25843 \end_inset
25844
25845 , una palabra larga no puede partirse con guión cuando es la primera en
25846  la nota al margen.
25847  Para evitar esto, inserta un espacio horizontal de 0
25848 \begin_inset space \thinspace{}
25849 \end_inset
25850
25851 pt antes de la palabra
25852 \family roman
25853 \series medium
25854 .
25855  
25856 \begin_inset Marginal
25857 status open
25858
25859 \begin_layout Plain Layout
25860 \begin_inset ERT
25861 status collapsed
25862
25863 \begin_layout Plain Layout
25864
25865
25866 \backslash
25867 hspace{0pt}
25868 \end_layout
25869
25870 \end_inset
25871
25872 PalabraMuyLargaAlMargen partida con guión.
25873 \end_layout
25874
25875 \end_inset
25876
25877
25878 \end_layout
25879
25880 \begin_layout Standard
25881 \begin_inset VSpace bigskip
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \begin_layout Standard
25888 \begin_inset Note Greyedout
25889 status open
25890
25891 \begin_layout Plain Layout
25892
25893 \series bold
25894 Nota:
25895 \series default
25896  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25897  notas al pie.
25898 \end_layout
25899
25900 \end_inset
25901
25902
25903 \end_layout
25904
25905 \begin_layout Standard
25906 \begin_inset VSpace bigskip
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \begin_layout Standard
25913 \begin_inset ERT
25914 status collapsed
25915
25916 \begin_layout Plain Layout
25917
25918
25919 \backslash
25920 ifmarginnote
25921 \end_layout
25922
25923 \end_inset
25924
25925
25926 \begin_inset Note Note
25927 status collapsed
25928
25929 \begin_layout Plain Layout
25930 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25931  LaTeX 
25932 \series bold
25933 marginnote
25934 \series default
25935 .
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \begin_layout Standard
25944 Esta restricción se puede salvar con el paquete LaTeX 
25945 \series bold
25946 marginnote
25947 \series default
25948
25949 \begin_inset Index
25950 status collapsed
25951
25952 \begin_layout Plain Layout
25953 LaTeX-paquetes ! marginnote
25954 \end_layout
25955
25956 \end_inset
25957
25958 .
25959  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25960  notas al margen es redefinido para usar el comando proporcionado por el
25961  paquete 
25962 \series bold
25963 marginnote
25964 \series default
25965 :
25966 \end_layout
25967
25968 \begin_layout Standard
25969
25970 \series bold
25971
25972 \backslash
25973 usepackage{marginnote}
25974 \begin_inset Newline newline
25975 \end_inset
25976
25977
25978 \backslash
25979 let
25980 \backslash
25981 marginpar
25982 \backslash
25983 marginnote
25984 \end_layout
25985
25986 \begin_layout Standard
25987 Esto se ha utilizado en el presente documento porque 
25988 \series bold
25989 marginnote
25990 \series default
25991  tiene una característica adicional útil: Puedes establecer un desplazamiento
25992  vertical a la nota.
25993  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25994  diseño de la página.
25995  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25996  en código TeX
25997 \end_layout
25998
25999 \begin_layout Standard
26000
26001 \series bold
26002 [desplazamiento]
26003 \end_layout
26004
26005 \begin_layout Standard
26006 donde desplazamiento es una longitud en una de las unidades de la tabla
26007 \begin_inset space ~
26008 \end_inset
26009
26010
26011 \begin_inset CommandInset ref
26012 LatexCommand ref
26013 reference "tab:Unidades"
26014
26015 \end_inset
26016
26017 .
26018  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26019  abajo.
26020  
26021 \family roman
26022 \series medium
26023 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26024 \begin_inset space \thinspace{}
26025 \end_inset
26026
26027 cm arriba con el comando en código TeX 
26028 \begin_inset Quotes eld
26029 \end_inset
26030
26031
26032 \family default
26033 \series bold
26034 [-1.5cm]
26035 \family roman
26036 \series medium
26037
26038 \begin_inset Quotes erd
26039 \end_inset
26040
26041
26042 \begin_inset Marginal
26043 status collapsed
26044
26045 \begin_layout Plain Layout
26046 Esta nota está 1.5
26047 \begin_inset space \thinspace{}
26048 \end_inset
26049
26050 cm por encima de su posición original.
26051 \end_layout
26052
26053 \end_inset
26054
26055
26056 \family default
26057 \series default
26058
26059 \begin_inset ERT
26060 status collapsed
26061
26062 \begin_layout Plain Layout
26063
26064 [-1.5cm]
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \begin_layout Standard
26073 \begin_inset VSpace medskip
26074 \end_inset
26075
26076 Con 
26077 \series bold
26078 marginnote
26079 \series default
26080  también puedes cambiar la alineación del texto en el margen.
26081  Por ejemplo los comandos
26082 \end_layout
26083
26084 \begin_layout Standard
26085
26086 \series bold
26087
26088 \backslash
26089 renewcommand*{
26090 \backslash
26091 raggedleftmarginnote}{
26092 \backslash
26093 centering}
26094 \begin_inset Newline newline
26095 \end_inset
26096
26097
26098 \backslash
26099 renewcommand*{
26100 \backslash
26101 raggedrightmarginnote}{
26102 \backslash
26103 centering}
26104 \end_layout
26105
26106 \begin_layout Standard
26107 producen alineación centrada.
26108  
26109 \series bold
26110
26111 \backslash
26112 raggedleftmarginnote
26113 \series default
26114  identifica las notas que aparecen al lado izquierdo.
26115 \family roman
26116 \series medium
26117
26118 \begin_inset ERT
26119 status collapsed
26120
26121 \begin_layout Plain Layout
26122
26123
26124 \backslash
26125 renewcommand*{
26126 \backslash
26127 raggedleftmarginnote}{
26128 \backslash
26129 centering}
26130 \end_layout
26131
26132 \begin_layout Plain Layout
26133
26134
26135 \backslash
26136 renewcommand*{
26137 \backslash
26138 raggedrightmarginnote}{
26139 \backslash
26140 centering}
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \begin_inset Marginal
26147 status open
26148
26149 \begin_layout Plain Layout
26150 El texto de esta nota está centrado.
26151 \end_layout
26152
26153 \end_inset
26154
26155
26156 \family default
26157 \series default
26158  El valor predeterminado es 
26159 \end_layout
26160
26161 \begin_layout Standard
26162
26163 \series bold
26164
26165 \backslash
26166 renewcommand*{
26167 \backslash
26168 raggedleftmarginnote}{
26169 \backslash
26170 raggedleft}
26171 \begin_inset Newline newline
26172 \end_inset
26173
26174
26175 \backslash
26176 renewcommand*{
26177 \backslash
26178 raggedrightmarginnote}{
26179 \backslash
26180 raggedright}
26181 \family roman
26182 \series medium
26183
26184 \begin_inset ERT
26185 status collapsed
26186
26187 \begin_layout Plain Layout
26188
26189
26190 \backslash
26191 renewcommand*{
26192 \backslash
26193 raggedleftmarginnote}{
26194 \backslash
26195 raggedleft}
26196 \end_layout
26197
26198 \begin_layout Plain Layout
26199
26200
26201 \backslash
26202 renewcommand*{
26203 \backslash
26204 raggedrightmarginnote}{
26205 \backslash
26206 raggedright}
26207 \end_layout
26208
26209 \end_inset
26210
26211
26212 \end_layout
26213
26214 \begin_layout Standard
26215 \begin_inset VSpace medskip
26216 \end_inset
26217
26218 Para otras características de 
26219 \series bold
26220 marginnote
26221 \series default
26222  mira en su documentación 
26223 \begin_inset CommandInset citation
26224 LatexCommand cite
26225 key "marginnote"
26226
26227 \end_inset
26228
26229 .
26230 \end_layout
26231
26232 \begin_layout Standard
26233 \begin_inset VSpace bigskip
26234 \end_inset
26235
26236 El diseño de las notas al margen puede ser redefinido.
26237  Por ejemplo, para crear una cabecera para todas las notas con el texto
26238  
26239 \begin_inset Quotes eld
26240 \end_inset
26241
26242
26243 \series bold
26244 \bar under
26245 ¡
26246 \family sans
26247 Atención
26248 \family default
26249 !
26250 \series default
26251 \bar default
26252
26253 \begin_inset Quotes erd
26254 \end_inset
26255
26256 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26257 \end_layout
26258
26259 \begin_layout Standard
26260
26261 \series bold
26262
26263 \backslash
26264 let
26265 \backslash
26266 myMarginpar
26267 \backslash
26268 marginpar
26269 \begin_inset Newline newline
26270 \end_inset
26271
26272
26273 \backslash
26274 renewcommand{
26275 \backslash
26276 marginpar}[1]{
26277 \backslash
26278 myMarginpar{%
26279 \begin_inset Newline newline
26280 \end_inset
26281
26282
26283 \begin_inset ERT
26284 status collapsed
26285
26286 \begin_layout Plain Layout
26287
26288
26289 \backslash
26290 hphantom{ }
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \backslash
26297 hspace{0pt}
26298 \backslash
26299 textsf{
26300 \backslash
26301 textbf{
26302 \backslash
26303 underbar{¡Atención!}}}%
26304 \begin_inset Newline newline
26305 \end_inset
26306
26307
26308 \begin_inset ERT
26309 status collapsed
26310
26311 \begin_layout Plain Layout
26312
26313
26314 \backslash
26315 hphantom{ }
26316 \end_layout
26317
26318 \end_inset
26319
26320
26321 \backslash
26322 vspace{1.5mm}
26323 \backslash
26324
26325 \backslash
26326 #1}}
26327 \end_layout
26328
26329 \begin_layout Standard
26330
26331 \family roman
26332 \series medium
26333 \begin_inset ERT
26334 status collapsed
26335
26336 \begin_layout Plain Layout
26337
26338
26339 \backslash
26340 let
26341 \backslash
26342 myMarginpar
26343 \backslash
26344 marginpar
26345 \end_layout
26346
26347 \begin_layout Plain Layout
26348
26349
26350 \backslash
26351 renewcommand{
26352 \backslash
26353 marginpar}[1]{
26354 \backslash
26355 myMarginpar{%
26356 \end_layout
26357
26358 \begin_layout Plain Layout
26359
26360    
26361 \backslash
26362 textsf{
26363 \backslash
26364 textbf{
26365 \backslash
26366 underbar{¡Atención!}}}%
26367 \end_layout
26368
26369 \begin_layout Plain Layout
26370
26371    
26372 \backslash
26373 vspace{1.5mm}
26374 \backslash
26375
26376 \backslash
26377 #1}}
26378 \end_layout
26379
26380 \end_inset
26381
26382
26383 \begin_inset Marginal
26384 status open
26385
26386 \begin_layout Plain Layout
26387 Esta es una nota con una cabecera definida.
26388 \end_layout
26389
26390 \end_inset
26391
26392
26393 \family default
26394 \series default
26395
26396 \begin_inset ERT
26397 status collapsed
26398
26399 \begin_layout Plain Layout
26400
26401 [-1.5cm]
26402 \end_layout
26403
26404 \end_inset
26405
26406
26407 \family roman
26408 \series medium
26409
26410 \begin_inset ERT
26411 status collapsed
26412
26413 \begin_layout Plain Layout
26414
26415
26416 \backslash
26417 renewcommand{
26418 \backslash
26419 marginpar}[1]{
26420 \backslash
26421 myMarginpar{#1}}
26422 \end_layout
26423
26424 \end_inset
26425
26426
26427 \family default
26428 \series default
26429
26430 \begin_inset Note Note
26431 status collapsed
26432
26433 \begin_layout Plain Layout
26434 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26435 \end_layout
26436
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \begin_layout Standard
26443 \begin_inset ERT
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447
26448
26449 \backslash
26450 else
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \begin_inset Note Note
26457 status collapsed
26458
26459 \begin_layout Plain Layout
26460 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26461  
26462 \series bold
26463 marginnote
26464 \series default
26465 .
26466 \end_layout
26467
26468 \end_inset
26469
26470
26471 \end_layout
26472
26473 \begin_layout Standard
26474 Debes instalar el paquete LaTeX 
26475 \series bold
26476 marginnote
26477 \series default
26478  para ver la parte siguiente en la salida.
26479 \end_layout
26480
26481 \begin_layout Standard
26482 \begin_inset ERT
26483 status collapsed
26484
26485 \begin_layout Plain Layout
26486
26487
26488 \backslash
26489 fi
26490 \end_layout
26491
26492 \end_inset
26493
26494
26495 \end_layout
26496
26497 \begin_layout Chapter
26498 Cuadros
26499 \end_layout
26500
26501 \begin_layout Section
26502 Introducción
26503 \begin_inset Index
26504 status collapsed
26505
26506 \begin_layout Plain Layout
26507 Cuadros ! Introducción
26508 \end_layout
26509
26510 \end_inset
26511
26512
26513 \end_layout
26514
26515 \begin_layout Standard
26516 Los cuadros se emplean para dar formato a bloques de texto.
26517  Se pueden usar para escribir documentos con varios idiomas, véase sección
26518 \begin_inset space ~
26519 \end_inset
26520
26521
26522 \begin_inset CommandInset ref
26523 LatexCommand ref
26524 reference "sec:Minipáginas"
26525
26526 \end_inset
26527
26528 , enmarcar textos, véase sección
26529 \begin_inset space ~
26530 \end_inset
26531
26532
26533 \begin_inset CommandInset ref
26534 LatexCommand ref
26535 reference "sec:Decoración"
26536
26537 \end_inset
26538
26539 , evitar la división de palabras, véase sección
26540 \begin_inset space ~
26541 \end_inset
26542
26543
26544 \begin_inset CommandInset ref
26545 LatexCommand ref
26546 reference "sec:Evitar-la-Partición"
26547
26548 \end_inset
26549
26550 , alinear texto, véase sección
26551 \begin_inset space ~
26552 \end_inset
26553
26554
26555 \begin_inset CommandInset ref
26556 LatexCommand ref
26557 reference "sub:Alineación-Vertical"
26558
26559 \end_inset
26560
26561 , o para poner color de fondo a un texto, véase sección
26562 \begin_inset space ~
26563 \end_inset
26564
26565
26566 \begin_inset CommandInset ref
26567 LatexCommand ref
26568 reference "sec:Cuadros-Coloreados"
26569
26570 \end_inset
26571
26572 .
26573 \end_layout
26574
26575 \begin_layout Standard
26576 Se insertan con el menú 
26577 \family sans
26578 Insertar\SpecialChar \menuseparator
26579 Cuadro
26580 \family default
26581  o con el botón 
26582 \begin_inset Graphics
26583         filename ../../images/box-insert.png
26584         scale 85
26585
26586 \end_inset
26587
26588 .
26589  Surge un recuadro gris con la etiqueta 
26590 \family sans
26591 Cuadro (Minipágina)
26592 \family default
26593
26594 \begin_inset Graphics
26595         filename clipart/CuadroMinipagQt4.png
26596         scale 75
26597         keepAspectRatio
26598
26599 \end_inset
26600
26601 .
26602  El tipo de cuadro se puede elegir al hacer clic derecho sobre él.
26603  Sale un diálogo en el que 
26604 \family sans
26605 Cuadro
26606 \family default
26607
26608 \begin_inset space ~
26609 \end_inset
26610
26611
26612 \family sans
26613 interior
26614 \family default
26615  permite escoger los tipos 
26616 \family sans
26617 Párrafo
26618 \family default
26619  y 
26620 \family sans
26621 Minipágina
26622 \family default
26623 .
26624  
26625 \family sans
26626 Minipágina
26627 \family default
26628  es el predeterminado para nuevos cuadros y se explica en la sección
26629 \begin_inset space ~
26630 \end_inset
26631
26632
26633 \begin_inset CommandInset ref
26634 LatexCommand ref
26635 reference "sec:Minipáginas"
26636
26637 \end_inset
26638
26639 ; el tipo 
26640 \family sans
26641 Párrafo
26642 \family default
26643  se describe en la sección
26644 \begin_inset space ~
26645 \end_inset
26646
26647
26648 \begin_inset CommandInset ref
26649 LatexCommand ref
26650 reference "sec:Cuadros-de-Párrafo"
26651
26652 \end_inset
26653
26654 .
26655 \end_layout
26656
26657 \begin_layout Standard
26658 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26659  flotantes o las notas al pie.
26660 \end_layout
26661
26662 \begin_layout Standard
26663 \begin_inset Note Greyedout
26664 status open
26665
26666 \begin_layout Plain Layout
26667
26668 \series bold
26669 Nota:
26670 \series default
26671  Los cuadros no deben ser el ítem en un entorno 
26672 \family sans
26673 Enumeración*
26674 \family default
26675  o 
26676 \family sans
26677 Descripción
26678 \family default
26679 .
26680 \end_layout
26681
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \begin_layout Standard
26688 \begin_inset Note Greyedout
26689 status open
26690
26691 \begin_layout Plain Layout
26692
26693 \series bold
26694 Nota:
26695 \series default
26696  Por razones desconocidas sólo se puede poner el tipo 
26697 \family sans
26698 Cuadro
26699 \begin_inset space ~
26700 \end_inset
26701
26702 interior
26703 \family default
26704  en 
26705 \family sans
26706 Ninguno
26707 \family default
26708  cuando se emplea un cuadro enmarcado.
26709  Los cuadros sin ningún tipo de 
26710 \family sans
26711 Cuadro
26712 \begin_inset space ~
26713 \end_inset
26714
26715 interior
26716 \family default
26717  y sin marcos se explican en la sección
26718 \begin_inset space ~
26719 \end_inset
26720
26721
26722 \begin_inset CommandInset ref
26723 LatexCommand ref
26724 reference "sec:Evitar-la-Partición"
26725
26726 \end_inset
26727
26728 .
26729 \end_layout
26730
26731 \end_inset
26732
26733
26734 \end_layout
26735
26736 \begin_layout Section
26737 Diálogo de cuadros
26738 \begin_inset CommandInset label
26739 LatexCommand label
26740 name "sec:Diálogo-Cuadros"
26741
26742 \end_inset
26743
26744
26745 \begin_inset Index
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749 Cuadros ! Configuración
26750 \end_layout
26751
26752 \end_inset
26753
26754
26755 \end_layout
26756
26757 \begin_layout Subsection
26758 Tamaño
26759 \begin_inset Index
26760 status collapsed
26761
26762 \begin_layout Plain Layout
26763 Cuadros ! Tamaño
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \begin_layout Standard
26772 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26773 \family sans
26774 Ancho
26775 \family default
26776  y 
26777 \family sans
26778 Alto
26779 \family default
26780 .
26781  Las unidades disponibles para la geometría se describen en la tabla
26782 \begin_inset space ~
26783 \end_inset
26784
26785
26786 \begin_inset CommandInset ref
26787 LatexCommand ref
26788 reference "tab:Unidades"
26789
26790 \end_inset
26791
26792 .
26793  El campo 
26794 \family sans
26795 Alto
26796 \family default
26797  ofrece los siguientes tamaños adicionales:
26798 \end_layout
26799
26800 \begin_layout Description
26801 Profundidad Este es el texto plano «alto».
26802  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26803  cuadro:
26804 \begin_inset Newline newline
26805 \end_inset
26806
26807
26808 \begin_inset Newline newline
26809 \end_inset
26810
26811
26812 \begin_inset Newline newline
26813 \end_inset
26814
26815
26816 \begin_inset Box Boxed
26817 position "c"
26818 hor_pos "c"
26819 has_inner_box 1
26820 inner_pos "c"
26821 use_parbox 0
26822 width "12col%"
26823 special "none"
26824 height "1in"
26825 height_special "depth"
26826 status open
26827
26828 \begin_layout Plain Layout
26829 \align center
26830 Cuadro con altura establecida en 1
26831 \begin_inset space \thinspace{}
26832 \end_inset
26833
26834 Profundidad
26835 \end_layout
26836
26837 \end_inset
26838
26839
26840 \begin_inset Newline newline
26841 \end_inset
26842
26843
26844 \begin_inset Newline newline
26845 \end_inset
26846
26847
26848 \end_layout
26849
26850 \begin_layout Description
26851 Alto Es la altura del texto que está dentro del cuadro.
26852  Un valor de, p.
26853 \begin_inset space \thinspace{}
26854 \end_inset
26855
26856 e.
26857 \begin_inset space ~
26858 \end_inset
26859
26860 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26861  
26862 \begin_inset Box Boxed
26863 position "c"
26864 hor_pos "c"
26865 has_inner_box 1
26866 inner_pos "c"
26867 use_parbox 0
26868 width "20col%"
26869 special "none"
26870 height "2in"
26871 height_special "height"
26872 status open
26873
26874 \begin_layout Plain Layout
26875 \align center
26876 Cuadro con altura puesta en 2
26877 \begin_inset space \thinspace{}
26878 \end_inset
26879
26880 Alto
26881 \end_layout
26882
26883 \end_inset
26884
26885
26886 \end_layout
26887
26888 \begin_layout Description
26889 Alto
26890 \begin_inset space ~
26891 \end_inset
26892
26893 total Esto es el Alto
26894 \begin_inset space \thinspace{}
26895 \end_inset
26896
26897 +
26898 \begin_inset space \thinspace{}
26899 \end_inset
26900
26901 Profundidad: 
26902 \begin_inset Box Boxed
26903 position "c"
26904 hor_pos "c"
26905 has_inner_box 1
26906 inner_pos "c"
26907 use_parbox 0
26908 width "20col%"
26909 special "none"
26910 height "1in"
26911 height_special "totalheight"
26912 status open
26913
26914 \begin_layout Plain Layout
26915 \align center
26916 Cuadro con altura puesta a 1
26917 \begin_inset space \thinspace{}
26918 \end_inset
26919
26920 Alto
26921 \begin_inset space ~
26922 \end_inset
26923
26924 total
26925 \end_layout
26926
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \begin_layout Description
26933 Ancho Esto determina al ancho del cuadro como altura: 
26934 \begin_inset Box Boxed
26935 position "c"
26936 hor_pos "c"
26937 has_inner_box 1
26938 inner_pos "c"
26939 use_parbox 0
26940 width "12col%"
26941 special "none"
26942 height "1in"
26943 height_special "width"
26944 status open
26945
26946 \begin_layout Plain Layout
26947 \align center
26948 Cuadro con altura puesta en 1
26949 \begin_inset space \thinspace{}
26950 \end_inset
26951
26952 Ancho
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \begin_layout Subsection
26961 Alineación
26962 \begin_inset Index
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966 Cuadros ! Alineación
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \end_layout
26973
26974 \begin_layout Standard
26975 Si has elegido un 
26976 \family sans
26977 Cuadro
26978 \begin_inset space ~
26979 \end_inset
26980
26981 interior
26982 \family default
26983 , la alineación vertical del cuadro puede ser:
26984 \end_layout
26985
26986 \begin_layout Description
26987 Superior Ejemplo de línea de texto.
26988  
26989 \begin_inset Box Boxed
26990 position "t"
26991 hor_pos "c"
26992 has_inner_box 1
26993 inner_pos "c"
26994 use_parbox 0
26995 width "12col%"
26996 special "none"
26997 height "1in"
26998 height_special "totalheight"
26999 status collapsed
27000
27001 \begin_layout Plain Layout
27002 \align center
27003 Cuadro alineado arriba.
27004 \end_layout
27005
27006 \end_inset
27007
27008  Ejemplo de línea de texto.
27009 \end_layout
27010
27011 \begin_layout Description
27012 Medio Ejemplo de línea de texto.
27013  
27014 \begin_inset Box Boxed
27015 position "c"
27016 hor_pos "c"
27017 has_inner_box 1
27018 inner_pos "c"
27019 use_parbox 0
27020 width "12col%"
27021 special "none"
27022 height "1in"
27023 height_special "totalheight"
27024 status collapsed
27025
27026 \begin_layout Plain Layout
27027 \align center
27028 Cuadro alineado en medio.
27029 \end_layout
27030
27031 \end_inset
27032
27033  Ejemplo de línea de texto.
27034 \end_layout
27035
27036 \begin_layout Description
27037 Inferior Ejemplo de línea de texto.
27038  
27039 \begin_inset Box Boxed
27040 position "b"
27041 hor_pos "c"
27042 has_inner_box 1
27043 inner_pos "c"
27044 use_parbox 0
27045 width "12col%"
27046 special "none"
27047 height "1in"
27048 height_special "totalheight"
27049 status collapsed
27050
27051 \begin_layout Plain Layout
27052 \align center
27053 Cuadro alineado abajo.
27054 \end_layout
27055
27056 \end_inset
27057
27058  Ejemplo de línea de texto.
27059 \end_layout
27060
27061 \begin_layout Standard
27062 \begin_inset Note Greyedout
27063 status open
27064
27065 \begin_layout Plain Layout
27066
27067 \series bold
27068 Nota:
27069 \series default
27070  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27071  en una línea y, p.
27072 \begin_inset space \thinspace{}
27073 \end_inset
27074
27075 e., uno de ellos tiene sombreado y el otro no.
27076 \end_layout
27077
27078 \end_inset
27079
27080
27081 \end_layout
27082
27083 \begin_layout Standard
27084 La alineación horizontal del cuadro puede establecerse en el diálogo de
27085  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27086 \end_layout
27087
27088 \begin_layout Standard
27089 \begin_inset VSpace bigskip
27090 \end_inset
27091
27092 Si has escogido un 
27093 \family sans
27094 Cuadro
27095 \begin_inset space ~
27096 \end_inset
27097
27098 interior
27099 \family default
27100 , el contenido puede alinearse verticalmente a:
27101 \end_layout
27102
27103 \begin_layout Description
27104 Superior Ejemplo de línea de texto.
27105  
27106 \begin_inset Box Boxed
27107 position "c"
27108 hor_pos "c"
27109 has_inner_box 1
27110 inner_pos "t"
27111 use_parbox 0
27112 width "12col%"
27113 special "none"
27114 height "1.5in"
27115 height_special "totalheight"
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119 \align center
27120 Cuadro con texto alineado arriba.
27121 \end_layout
27122
27123 \end_inset
27124
27125  Ejemplo de línea de texto.
27126 \end_layout
27127
27128 \begin_layout Description
27129 Medio Ejemplo de línea de texto.
27130  
27131 \begin_inset Box Boxed
27132 position "c"
27133 hor_pos "c"
27134 has_inner_box 1
27135 inner_pos "c"
27136 use_parbox 0
27137 width "12col%"
27138 special "none"
27139 height "1.5in"
27140 height_special "totalheight"
27141 status collapsed
27142
27143 \begin_layout Plain Layout
27144 \align center
27145 Cuadro con texto alineado en medio.
27146 \end_layout
27147
27148 \end_inset
27149
27150  Ejemplo de línea de texto.
27151 \end_layout
27152
27153 \begin_layout Description
27154 Inferior Ejemplo de línea de texto.
27155  
27156 \begin_inset Box Boxed
27157 position "c"
27158 hor_pos "c"
27159 has_inner_box 1
27160 inner_pos "b"
27161 use_parbox 0
27162 width "12col%"
27163 special "none"
27164 height "1.5in"
27165 height_special "totalheight"
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169 \align center
27170 Cuadro con texto alineado abajo.
27171 \end_layout
27172
27173 \end_inset
27174
27175  Ejemplo de línea de texto.
27176 \end_layout
27177
27178 \begin_layout Description
27179 Estirado Ejemplo de línea de texto.
27180  
27181 \begin_inset Box Boxed
27182 position "c"
27183 hor_pos "c"
27184 has_inner_box 1
27185 inner_pos "s"
27186 use_parbox 0
27187 width "12col%"
27188 special "none"
27189 height "1.5in"
27190 height_special "totalheight"
27191 status collapsed
27192
27193 \begin_layout Plain Layout
27194 \align center
27195 Este texto
27196 \end_layout
27197
27198 \begin_layout Plain Layout
27199 \align center
27200 está
27201 \end_layout
27202
27203 \begin_layout Plain Layout
27204 \align center
27205 estirado.
27206 \end_layout
27207
27208 \end_inset
27209
27210  Ejemplo de línea de texto.
27211 \end_layout
27212
27213 \begin_layout Standard
27214 Para estirar el contenido debe tener más de un párrafo.
27215  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27216 \end_layout
27217
27218 \begin_layout Standard
27219 \begin_inset VSpace bigskip
27220 \end_inset
27221
27222 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27223  LyX cuando hayas escogido un 
27224 \family sans
27225 Cuadro
27226 \begin_inset space ~
27227 \end_inset
27228
27229 interior
27230 \family default
27231 .
27232 \end_layout
27233
27234 \begin_layout Standard
27235 \align center
27236 \begin_inset Box Boxed
27237 position "c"
27238 hor_pos "c"
27239 has_inner_box 1
27240 inner_pos "s"
27241 use_parbox 0
27242 width "15col%"
27243 special "none"
27244 height "1.25in"
27245 height_special "totalheight"
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249 \align left
27250 Cuadro
27251 \end_layout
27252
27253 \begin_layout Plain Layout
27254 \align center
27255 con texto
27256 \end_layout
27257
27258 \begin_layout Plain Layout
27259 \align right
27260 estirado
27261 \end_layout
27262
27263 \end_inset
27264
27265
27266 \end_layout
27267
27268 \begin_layout Standard
27269 Si no has establecido un 
27270 \family sans
27271 Cuadro
27272 \begin_inset space ~
27273 \end_inset
27274
27275 interior
27276 \family default
27277 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27278  cuadro.
27279 \end_layout
27280
27281 \begin_layout Standard
27282 \align center
27283 \begin_inset Box Boxed
27284 position "c"
27285 hor_pos "s"
27286 has_inner_box 0
27287 inner_pos "s"
27288 use_parbox 0
27289 width "90col%"
27290 special "none"
27291 height "1.25in"
27292 height_special "totalheight"
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296 \align left
27297 Texto estirado horizontalmente.
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \end_layout
27304
27305 \begin_layout Subsection
27306 Decoración
27307 \begin_inset CommandInset label
27308 LatexCommand label
27309 name "sec:Decoración"
27310
27311 \end_inset
27312
27313
27314 \begin_inset Index
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318 Cuadros ! Decoración
27319 \end_layout
27320
27321 \end_inset
27322
27323
27324 \end_layout
27325
27326 \begin_layout Standard
27327 El estilo de marco del cuadro se puede determinar en la lista desplegable
27328  
27329 \family sans
27330 Tipo
27331 \family default
27332  del diálogo de cuadros.
27333  Son posibles los siguientes marcos:
27334 \end_layout
27335
27336 \begin_layout Description
27337 Marco
27338 \begin_inset space ~
27339 \end_inset
27340
27341 sencillo Dibuja un marco rectangular alrededor del cuadro.
27342  El grosor del marco depende de 
27343 \series bold
27344
27345 \backslash
27346 fboxrule
27347 \series default
27348 .
27349  
27350 \begin_inset Box Boxed
27351 position "c"
27352 hor_pos "c"
27353 has_inner_box 1
27354 inner_pos "c"
27355 use_parbox 0
27356 width "25col%"
27357 special "none"
27358 height "1in"
27359 height_special "totalheight"
27360 status open
27361
27362 \begin_layout Plain Layout
27363 \align center
27364 Cuadro rectangular
27365 \end_layout
27366
27367 \end_inset
27368
27369
27370 \end_layout
27371
27372 \begin_layout Description
27373 Marco
27374 \begin_inset space ~
27375 \end_inset
27376
27377 sencillo
27378 \begin_inset space ~
27379 \end_inset
27380
27381 con
27382 \begin_inset space ~
27383 \end_inset
27384
27385 salto
27386 \begin_inset space ~
27387 \end_inset
27388
27389 de
27390 \begin_inset space ~
27391 \end_inset
27392
27393 página Si usas la decoración 
27394 \family sans
27395 marco sencillo rectangular
27396 \family default
27397  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
27398  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
27399  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
27400  propio y 
27401 \series bold
27402
27403 \backslash
27404 fboxrule
27405 \series default
27406  y 
27407 \series bold
27408
27409 \backslash
27410 fboxsep
27411 \series default
27412  no funcionan.
27413  El grosor del marco tiene el tamaño de 
27414 \series bold
27415
27416 \backslash
27417 FrameRule
27418 \series default
27419 .
27420 \begin_inset Box Framed
27421 position "t"
27422 hor_pos "c"
27423 has_inner_box 0
27424 inner_pos "t"
27425 use_parbox 0
27426 width "100col%"
27427 special "none"
27428 height "1in"
27429 height_special "totalheight"
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433 Cuadro que permite saltos de página
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \begin_layout Description
27442 Marco
27443 \begin_inset space ~
27444 \end_inset
27445
27446 ovalado,
27447 \begin_inset space ~
27448 \end_inset
27449
27450 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27451 \begin_inset space \thinspace{}
27452 \end_inset
27453
27454 pt.
27455  
27456 \begin_inset Box ovalbox
27457 position "c"
27458 hor_pos "c"
27459 has_inner_box 1
27460 inner_pos "c"
27461 use_parbox 0
27462 width "25col%"
27463 special "none"
27464 height "1in"
27465 height_special "totalheight"
27466 status open
27467
27468 \begin_layout Plain Layout
27469 \align center
27470 Marco ovalado, fino
27471 \end_layout
27472
27473 \end_inset
27474
27475
27476 \end_layout
27477
27478 \begin_layout Description
27479 Marco
27480 \begin_inset space ~
27481 \end_inset
27482
27483 ovalado,
27484 \begin_inset space ~
27485 \end_inset
27486
27487 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27488 \begin_inset space \thinspace{}
27489 \end_inset
27490
27491 pt.
27492  
27493 \begin_inset Box Ovalbox
27494 position "c"
27495 hor_pos "c"
27496 has_inner_box 1
27497 inner_pos "c"
27498 use_parbox 0
27499 width "30col%"
27500 special "none"
27501 height "1in"
27502 height_special "totalheight"
27503 status open
27504
27505 \begin_layout Plain Layout
27506 \align center
27507 Cuadro ovalado, grueso
27508 \end_layout
27509
27510 \end_inset
27511
27512
27513 \end_layout
27514
27515 \begin_layout Description
27516 Marco
27517 \begin_inset space ~
27518 \end_inset
27519
27520 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
27521  El grosor de la línea tiene el tamaño dado por 
27522 \series bold
27523
27524 \backslash
27525 fboxrule
27526 \series default
27527 , la sombra tiene una anchura de 4
27528 \begin_inset space \thinspace{}
27529 \end_inset
27530
27531 pt.
27532  
27533 \begin_inset Box Shadowbox
27534 position "c"
27535 hor_pos "c"
27536 has_inner_box 1
27537 inner_pos "c"
27538 use_parbox 0
27539 width "20col%"
27540 special "none"
27541 height "1in"
27542 height_special "totalheight"
27543 status open
27544
27545 \begin_layout Plain Layout
27546 \align center
27547 Marco sombrado
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \end_layout
27554
27555 \begin_layout Description
27556 Fondo
27557 \begin_inset space ~
27558 \end_inset
27559
27560 sombreado Dibuja un cuadro con fondo de color rojo.
27561  A diferencia de los cuadros coloreados,
27562 \begin_inset Foot
27563 status collapsed
27564
27565 \begin_layout Plain Layout
27566 véase sec.
27567  
27568 \begin_inset CommandInset ref
27569 LatexCommand ref
27570 reference "sec:Cuadros-Coloreados"
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \end_inset
27578
27579  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
27580 \begin_inset Box Shaded
27581 position "t"
27582 hor_pos "c"
27583 has_inner_box 0
27584 inner_pos "t"
27585 use_parbox 0
27586 width "50col%"
27587 special "none"
27588 height "1in"
27589 height_special "totalheight"
27590 status open
27591
27592 \begin_layout Plain Layout
27593 Cuadro con fondo sombreado
27594 \end_layout
27595
27596 \end_inset
27597
27598
27599 \end_layout
27600
27601 \begin_layout Description
27602 Marco
27603 \begin_inset space ~
27604 \end_inset
27605
27606 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27607  El grosor de la línea interior es 0.75
27608 \begin_inset space \thinspace{}
27609 \end_inset
27610
27611
27612 \series bold
27613
27614 \backslash
27615 fboxrule
27616 \series default
27617 , el de la línea exterior es 1.5
27618 \begin_inset space \thinspace{}
27619 \end_inset
27620
27621
27622 \series bold
27623
27624 \backslash
27625 fboxrule
27626 \series default
27627 .
27628  La distancia entre líneas es 1.5
27629 \begin_inset space \thinspace{}
27630 \end_inset
27631
27632
27633 \series bold
27634
27635 \backslash
27636 fboxrule
27637 \series default
27638
27639 \begin_inset space \thinspace{}
27640 \end_inset
27641
27642 +
27643 \begin_inset space \thinspace{}
27644 \end_inset
27645
27646 0.5
27647 \begin_inset space \thinspace{}
27648 \end_inset
27649
27650 pt.
27651  
27652 \begin_inset Box Doublebox
27653 position "c"
27654 hor_pos "c"
27655 has_inner_box 1
27656 inner_pos "c"
27657 use_parbox 0
27658 width "20col%"
27659 special "none"
27660 height "1in"
27661 height_special "totalheight"
27662 status open
27663
27664 \begin_layout Plain Layout
27665 \align center
27666 Marco doble
27667 \end_layout
27668
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \begin_layout Standard
27675 \begin_inset VSpace bigskip
27676 \end_inset
27677
27678 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27679  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27680  LaTeX 
27681 \series bold
27682 fancybox
27683 \series default
27684
27685 \begin_inset Index
27686 status collapsed
27687
27688 \begin_layout Plain Layout
27689 LaTeX-paquetes ! fancybox
27690 \end_layout
27691
27692 \end_inset
27693
27694 .
27695 \end_layout
27696
27697 \begin_layout Section
27698 Personalización de cuadros
27699 \begin_inset Index
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703 Cuadros ! Personalizar
27704 \end_layout
27705
27706 \end_inset
27707
27708
27709 \end_layout
27710
27711 \begin_layout Standard
27712 El valor predeterminado por 
27713 \series bold
27714
27715 \backslash
27716 fboxrule
27717 \series default
27718  es 0.4
27719 \begin_inset space \thinspace{}
27720 \end_inset
27721
27722 pt.
27723  Puede cambiarse con el siguiente comando en código TeX, p.
27724 \begin_inset space \thinspace{}
27725 \end_inset
27726
27727 e.
27728 \begin_inset space ~
27729 \end_inset
27730
27731 a
27732 \begin_inset space ~
27733 \end_inset
27734
27735 2
27736 \begin_inset space \thinspace{}
27737 \end_inset
27738
27739 pt:
27740 \end_layout
27741
27742 \begin_layout Standard
27743
27744 \series bold
27745
27746 \backslash
27747 setlength{
27748 \backslash
27749 fboxrule}{2pt}
27750 \end_layout
27751
27752 \begin_layout Standard
27753 \begin_inset ERT
27754 status collapsed
27755
27756 \begin_layout Plain Layout
27757
27758
27759 \backslash
27760 setlength{
27761 \backslash
27762 fboxrule}{2pt}
27763 \end_layout
27764
27765 \end_inset
27766
27767
27768 \begin_inset Box Boxed
27769 position "c"
27770 hor_pos "c"
27771 has_inner_box 1
27772 inner_pos "c"
27773 use_parbox 0
27774 width "25col%"
27775 special "none"
27776 height "1in"
27777 height_special "totalheight"
27778 status open
27779
27780 \begin_layout Plain Layout
27781 \align center
27782 Cuadro rectangular con 
27783 \series bold
27784
27785 \backslash
27786 fboxrule
27787 \series default
27788
27789 \begin_inset space \thinspace{}
27790 \end_inset
27791
27792 =
27793 \begin_inset space \thinspace{}
27794 \end_inset
27795
27796 2
27797 \begin_inset space \thinspace{}
27798 \end_inset
27799
27800 pt
27801 \end_layout
27802
27803 \end_inset
27804
27805
27806 \begin_inset ERT
27807 status collapsed
27808
27809 \begin_layout Plain Layout
27810
27811
27812 \backslash
27813 setlength{
27814 \backslash
27815 fboxrule}{0.4pt}
27816 \end_layout
27817
27818 \end_inset
27819
27820
27821 \end_layout
27822
27823 \begin_layout Standard
27824 \begin_inset VSpace bigskip
27825 \end_inset
27826
27827 El espacio entre el marco y el contenido del cuadro es 3
27828 \begin_inset space \thinspace{}
27829 \end_inset
27830
27831 pt por omisión para todos los estilos.
27832  Se puede cambiar mediante la longitud 
27833 \series bold
27834
27835 \backslash
27836 fboxsep
27837 \series default
27838 .
27839  Por ejemplo el comando
27840 \end_layout
27841
27842 \begin_layout Standard
27843
27844 \series bold
27845
27846 \backslash
27847 setlength{
27848 \backslash
27849 fboxsep}{10pt}
27850 \end_layout
27851
27852 \begin_layout Standard
27853 determina un valor de 10
27854 \begin_inset space \thinspace{}
27855 \end_inset
27856
27857 pt, como en el siguiente cuadro:
27858 \end_layout
27859
27860 \begin_layout Standard
27861 \begin_inset ERT
27862 status collapsed
27863
27864 \begin_layout Plain Layout
27865
27866
27867 \backslash
27868 setlength{
27869 \backslash
27870 fboxsep}{10pt}
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \begin_inset Box Boxed
27877 position "c"
27878 hor_pos "c"
27879 has_inner_box 1
27880 inner_pos "c"
27881 use_parbox 0
27882 width "25col%"
27883 special "none"
27884 height "1in"
27885 height_special "totalheight"
27886 status open
27887
27888 \begin_layout Plain Layout
27889 \align center
27890 Cuadro rectangular con 
27891 \series bold
27892
27893 \backslash
27894 fboxsep
27895 \series default
27896
27897 \begin_inset space \thinspace{}
27898 \end_inset
27899
27900 =
27901 \begin_inset space \thinspace{}
27902 \end_inset
27903
27904 10
27905 \begin_inset space \thinspace{}
27906 \end_inset
27907
27908 pt
27909 \end_layout
27910
27911 \end_inset
27912
27913
27914 \begin_inset ERT
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918
27919
27920 \backslash
27921 setlength{
27922 \backslash
27923 fboxsep}{3pt}
27924 \end_layout
27925
27926 \end_inset
27927
27928
27929 \end_layout
27930
27931 \begin_layout Standard
27932 \begin_inset VSpace bigskip
27933 \end_inset
27934
27935 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27936  el comando 
27937 \series bold
27938
27939 \backslash
27940 cornersize
27941 \series default
27942 .
27943  El comando
27944 \end_layout
27945
27946 \begin_layout Standard
27947
27948 \series bold
27949
27950 \backslash
27951 cornersize*{1cm}
27952 \end_layout
27953
27954 \begin_layout Standard
27955 establece un diámetro de 1
27956 \begin_inset space \thinspace{}
27957 \end_inset
27958
27959 cm.
27960  El comando
27961 \end_layout
27962
27963 \begin_layout Standard
27964
27965 \series bold
27966
27967 \backslash
27968 cornersize{num}
27969 \end_layout
27970
27971 \begin_layout Standard
27972 fija el diámetro en 
27973 \family sans
27974 num
27975 \begin_inset space \thinspace{}
27976 \end_inset
27977
27978 ×
27979 \begin_inset space \thinspace{}
27980 \end_inset
27981
27982 mínimo
27983 \family default
27984  
27985 \family sans
27986 (ancho y alto del cuadro)
27987 \family default
27988 .
27989  Por omisión es 
27990 \series bold
27991
27992 \backslash
27993 cornersize{0.5}
27994 \series default
27995 .
27996 \end_layout
27997
27998 \begin_layout Standard
27999 \begin_inset ERT
28000 status collapsed
28001
28002 \begin_layout Plain Layout
28003
28004
28005 \backslash
28006 cornersize*{1.5cm}
28007 \end_layout
28008
28009 \end_inset
28010
28011
28012 \begin_inset Box Ovalbox
28013 position "c"
28014 hor_pos "c"
28015 has_inner_box 1
28016 inner_pos "c"
28017 use_parbox 0
28018 width "28col%"
28019 special "none"
28020 height "1in"
28021 height_special "totalheight"
28022 status open
28023
28024 \begin_layout Plain Layout
28025 \align center
28026 Cuadro ovalado con 
28027 \series bold
28028
28029 \backslash
28030 cornersize
28031 \series default
28032
28033 \begin_inset space \thinspace{}
28034 \end_inset
28035
28036 =
28037 \begin_inset space \thinspace{}
28038 \end_inset
28039
28040 1.5
28041 \begin_inset space \thinspace{}
28042 \end_inset
28043
28044 cm
28045 \end_layout
28046
28047 \end_inset
28048
28049
28050 \begin_inset ERT
28051 status collapsed
28052
28053 \begin_layout Plain Layout
28054
28055
28056 \backslash
28057 cornersize{0.5}
28058 \end_layout
28059
28060 \end_inset
28061
28062
28063 \end_layout
28064
28065 \begin_layout Standard
28066 \begin_inset VSpace bigskip
28067 \end_inset
28068
28069 El tamaño de la sombra se puede ajustar cambiando la longitud 
28070 \series bold
28071
28072 \backslash
28073 shadowsize
28074 \series default
28075 .
28076  Este comando la ajusta a 2
28077 \begin_inset space \thinspace{}
28078 \end_inset
28079
28080 pt en el cuadro siguiente:
28081 \end_layout
28082
28083 \begin_layout Standard
28084
28085 \series bold
28086
28087 \backslash
28088 setlength{
28089 \backslash
28090 shadowsize}{2pt}
28091 \end_layout
28092
28093 \begin_layout Standard
28094 \begin_inset ERT
28095 status collapsed
28096
28097 \begin_layout Plain Layout
28098
28099
28100 \backslash
28101 setlength{
28102 \backslash
28103 shadowsize}{2pt}
28104 \end_layout
28105
28106 \end_inset
28107
28108
28109 \begin_inset Box Shadowbox
28110 position "c"
28111 hor_pos "c"
28112 has_inner_box 1
28113 inner_pos "c"
28114 use_parbox 0
28115 width "28col%"
28116 special "none"
28117 height "1in"
28118 height_special "totalheight"
28119 status open
28120
28121 \begin_layout Plain Layout
28122 \align center
28123 Cuadro sombreado con 
28124 \series bold
28125
28126 \backslash
28127 shadowsize
28128 \series default
28129
28130 \begin_inset space \thinspace{}
28131 \end_inset
28132
28133 =
28134 \begin_inset space \thinspace{}
28135 \end_inset
28136
28137 2
28138 \begin_inset space \thinspace{}
28139 \end_inset
28140
28141 pt
28142 \end_layout
28143
28144 \end_inset
28145
28146
28147 \begin_inset ERT
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151
28152
28153 \backslash
28154 setlength{
28155 \backslash
28156 shadowsize}{4pt}
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \begin_layout Standard
28165 \begin_inset VSpace bigskip
28166 \end_inset
28167
28168
28169 \end_layout
28170
28171 \begin_layout Standard
28172 Por omisión, el tamaño 
28173 \series bold
28174
28175 \backslash
28176 FrameRule
28177 \series default
28178  es 0,4
28179 \begin_inset space \thinspace{}
28180 \end_inset
28181
28182 pt.
28183  El espacio por omisión entre el contenido de la nota y el marco es 9
28184 \begin_inset space \thinspace{}
28185 \end_inset
28186
28187 pt; puede cambiarse con el valor de 
28188 \series bold
28189
28190 \backslash
28191 FrameSep
28192 \series default
28193 .
28194  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28195  en código TeX
28196 \end_layout
28197
28198 \begin_layout Standard
28199
28200 \series bold
28201
28202 \backslash
28203 setlength{
28204 \backslash
28205 FrameRule}{5pt}
28206 \begin_inset Newline newline
28207 \end_inset
28208
28209
28210 \backslash
28211 setlength{
28212 \backslash
28213 FrameSep}{0.5cm}
28214 \end_layout
28215
28216 \begin_layout Standard
28217 \begin_inset ERT
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221
28222
28223 \backslash
28224 setlength{
28225 \backslash
28226 FrameRule}{5pt}
28227 \end_layout
28228
28229 \begin_layout Plain Layout
28230
28231
28232 \backslash
28233 setlength{
28234 \backslash
28235 FrameSep}{0.5cm}
28236 \end_layout
28237
28238 \end_inset
28239
28240
28241 \begin_inset Box Framed
28242 position "t"
28243 hor_pos "c"
28244 has_inner_box 0
28245 inner_pos "t"
28246 use_parbox 0
28247 width "100col%"
28248 special "none"
28249 height "1in"
28250 height_special "totalheight"
28251 status open
28252
28253 \begin_layout Plain Layout
28254 Texto en un 
28255 \family sans
28256 marco
28257 \begin_inset space ~
28258 \end_inset
28259
28260 sencillo
28261 \begin_inset space ~
28262 \end_inset
28263
28264 con
28265 \begin_inset space ~
28266 \end_inset
28267
28268 salto
28269 \begin_inset space ~
28270 \end_inset
28271
28272 de
28273 \begin_inset space ~
28274 \end_inset
28275
28276 página
28277 \family default
28278 .
28279 \end_layout
28280
28281 \end_inset
28282
28283
28284 \begin_inset ERT
28285 status collapsed
28286
28287 \begin_layout Plain Layout
28288
28289
28290 \backslash
28291 setlength{
28292 \backslash
28293 FrameRule}{0.4pt}
28294 \end_layout
28295
28296 \begin_layout Plain Layout
28297
28298
28299 \backslash
28300 setlength{
28301 \backslash
28302 FrameSep}{9pt}
28303 \end_layout
28304
28305 \end_inset
28306
28307
28308 \end_layout
28309
28310 \begin_layout Standard
28311 \begin_inset VSpace bigskip
28312 \end_inset
28313
28314
28315 \end_layout
28316
28317 \begin_layout Standard
28318 Para los cuadros con 
28319 \family sans
28320 fondo
28321 \begin_inset space ~
28322 \end_inset
28323
28324 sombreado
28325 \family default
28326  el espacio por omisión entre el contenido y el marco es 3
28327 \begin_inset space \thinspace{}
28328 \end_inset
28329
28330 pt; se puede cambiar con el valor de 
28331 \series bold
28332
28333 \backslash
28334 fboxsep
28335 \series default
28336 .
28337  El color rojo predeterminado se puede cambiar en el sitio con el comando
28338  
28339 \series bold
28340
28341 \backslash
28342 definecolor{shadecolor}
28343 \series default
28344  o globalmente con el menú 
28345 \family sans
28346 Herramientas
28347 \family default
28348 \SpecialChar \menuseparator
28349
28350 \family sans
28351 Preferencias
28352 \family default
28353 \SpecialChar \menuseparator
28354
28355 \family sans
28356 Colores
28357 \family default
28358 \SpecialChar \menuseparator
28359
28360 \family sans
28361 cuadro
28362 \begin_inset space ~
28363 \end_inset
28364
28365 sombreado
28366 \family default
28367 .
28368  El esquema del comando 
28369 \series bold
28370
28371 \backslash
28372 definecolor
28373 \series default
28374  se explica en la sección
28375 \begin_inset space ~
28376 \end_inset
28377
28378
28379 \begin_inset CommandInset ref
28380 LatexCommand ref
28381 reference "sec:Tablas-Coloreadas"
28382
28383 \end_inset
28384
28385 .
28386 \begin_inset Foot
28387 status collapsed
28388
28389 \begin_layout Plain Layout
28390 El comando 
28391 \series bold
28392
28393 \backslash
28394 definecolor
28395 \series default
28396  requiere el paquete LaTeX 
28397 \series bold
28398 color
28399 \series default
28400  en el preámbulo, véase la sección
28401 \begin_inset space ~
28402 \end_inset
28403
28404
28405 \begin_inset CommandInset ref
28406 LatexCommand ref
28407 reference "sec:Cuadros-Coloreados"
28408
28409 \end_inset
28410
28411 .
28412 \end_layout
28413
28414 \end_inset
28415
28416  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28417 \end_layout
28418
28419 \begin_layout Standard
28420
28421 \series bold
28422
28423 \backslash
28424 setlength{
28425 \backslash
28426 fboxsep}{0.5cm}
28427 \series default
28428
28429 \begin_inset Newline newline
28430 \end_inset
28431
28432
28433 \series bold
28434
28435 \backslash
28436 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28437 \end_layout
28438
28439 \begin_layout Standard
28440 \begin_inset ERT
28441 status collapsed
28442
28443 \begin_layout Plain Layout
28444
28445
28446 \backslash
28447 setlength{
28448 \backslash
28449 fboxsep}{0.5cm}
28450 \end_layout
28451
28452 \begin_layout Plain Layout
28453
28454
28455 \backslash
28456 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28457 \end_layout
28458
28459 \end_inset
28460
28461
28462 \begin_inset Box Shaded
28463 position "t"
28464 hor_pos "c"
28465 has_inner_box 0
28466 inner_pos "t"
28467 use_parbox 0
28468 width "100col%"
28469 special "none"
28470 height "1in"
28471 height_special "totalheight"
28472 status open
28473
28474 \begin_layout Plain Layout
28475
28476 \color yellow
28477 Texto amarillo en un cuadro con 
28478 \family sans
28479 fondo sombreado 
28480 \family default
28481  en color verde oscuro.
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \begin_inset ERT
28488 status collapsed
28489
28490 \begin_layout Plain Layout
28491
28492
28493 \backslash
28494 setlength{
28495 \backslash
28496 fboxsep}{3pt}
28497 \end_layout
28498
28499 \begin_layout Plain Layout
28500
28501
28502 \backslash
28503 definecolor{shadecolor}{rgb}{1,0,0}
28504 \end_layout
28505
28506 \end_inset
28507
28508
28509 \end_layout
28510
28511 \begin_layout Standard
28512 \begin_inset VSpace bigskip
28513 \end_inset
28514
28515 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28516  a los comandos.
28517 \end_layout
28518
28519 \begin_layout Section
28520 Minipáginas
28521 \begin_inset CommandInset label
28522 LatexCommand label
28523 name "sec:Minipáginas"
28524
28525 \end_inset
28526
28527
28528 \begin_inset Index
28529 status collapsed
28530
28531 \begin_layout Plain Layout
28532 Cuadros ! Minipáginas
28533 \end_layout
28534
28535 \end_inset
28536
28537
28538 \end_layout
28539
28540 \begin_layout Standard
28541 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28542  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28543 \end_layout
28544
28545 \begin_layout Standard
28546 Las minipáginas son útiles para escribir documentos en distintas lenguas.
28547 \end_layout
28548
28549 \begin_layout Standard
28550 A continuación hay dos ejemplos de minipáginas adosadas.
28551  Su anchura está puesta en 45
28552 \begin_inset space \thinspace{}
28553 \end_inset
28554
28555 % y separadas por un relleno horizontal, insertado vía el menú 
28556 \family sans
28557 Insertar\SpecialChar \menuseparator
28558 Formato\SpecialChar \menuseparator
28559 Relleno
28560 \begin_inset space ~
28561 \end_inset
28562
28563 horizontal
28564 \family default
28565 .
28566 \end_layout
28567
28568 \begin_layout Standard
28569 \begin_inset Box Frameless
28570 position "t"
28571 hor_pos "c"
28572 has_inner_box 1
28573 inner_pos "c"
28574 use_parbox 0
28575 width "45col%"
28576 special "none"
28577 height "1in"
28578 height_special "totalheight"
28579 status open
28580
28581 \begin_layout Plain Layout
28582
28583 \lang german
28584 Dies ist ein deutscher Text.
28585  Dies ist ein deutscher Text.
28586  Dies ist ein deutscher Text.
28587  Dies ist ein deutscher Text.
28588  Dies ist ein deutscher Text.
28589  Dies ist ein deutscher Text.
28590  Dies ist ein deutscher Text.
28591  Dies ist ein deutscher Text.
28592  Dies ist ein deutscher Text.
28593  Dies ist ein deutscher Text.
28594  Dies ist ein deutscher Text.
28595  Dies ist ein deutscher Text.
28596  Dies ist ein deutscher Text
28597 \begin_inset Foot
28598 status collapsed
28599
28600 \begin_layout Plain Layout
28601
28602 \lang german
28603 Dies ist eine deutsche Fußnote.
28604 \end_layout
28605
28606 \end_inset
28607
28608 .
28609  Dies ist ein deutscher Text.
28610  Dies ist ein deutscher Text.
28611 \end_layout
28612
28613 \end_inset
28614
28615
28616 \begin_inset space \hfill{}
28617 \end_inset
28618
28619
28620 \begin_inset Box Frameless
28621 position "t"
28622 hor_pos "c"
28623 has_inner_box 1
28624 inner_pos "c"
28625 use_parbox 0
28626 width "45col%"
28627 special "none"
28628 height "1in"
28629 height_special "totalheight"
28630 status open
28631
28632 \begin_layout Plain Layout
28633
28634 \lang english
28635 This is an English Text.
28636  This is an English Text.
28637  This is an English Text.
28638  This is an English Text.
28639  This is an English Text.
28640  This is an English Text.
28641  This is an English Text.
28642  This is an English Text.
28643  This is an English Text.
28644  This is an English Text.
28645  This is an English Text.
28646  This is an English Text.
28647  This is an English Text.
28648  This is an English Text.
28649  This is an English Text.
28650  This is an English Text.
28651 \begin_inset Foot
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655
28656 \lang english
28657 This is an English footnote.
28658 \end_layout
28659
28660 \end_inset
28661
28662  This is an English Text.
28663  
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Standard
28672 \begin_inset VSpace bigskip
28673 \end_inset
28674
28675 Otra aplicación de los cuadros son las notas al pie en tablas.
28676  Debido a una restricción de LaTeX las notas al pie en tablas no aparecen
28677  al final de la página actual.
28678  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28679  en la parte inferior, ordenadas con letras.
28680  La ordenación de las notas al pie se restablece en cada minipágina pero
28681  no fuera de las minipáginas.
28682 \end_layout
28683
28684 \begin_layout Standard
28685 La nota al pie en esta tabla no aparece: 
28686 \begin_inset Tabular
28687 <lyxtabular version="3" rows="3" columns="4">
28688 <features>
28689 <column alignment="center" valignment="top" width="0pt">
28690 <column alignment="center" valignment="top" width="0pt">
28691 <column alignment="center" valignment="top" width="0pt">
28692 <column alignment="center" valignment="top" width="0pt">
28693 <row>
28694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28695 \begin_inset Text
28696
28697 \begin_layout Plain Layout
28698 1
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Plain Layout
28707 2
28708 \end_layout
28709
28710 \end_inset
28711 </cell>
28712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28713 \begin_inset Text
28714
28715 \begin_layout Plain Layout
28716 3
28717 \begin_inset Foot
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721 Nota al pie en una tabla.
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \end_inset
28730 </cell>
28731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28732 \begin_inset Text
28733
28734 \begin_layout Plain Layout
28735 4
28736 \end_layout
28737
28738 \end_inset
28739 </cell>
28740 </row>
28741 <row>
28742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28743 \begin_inset Text
28744
28745 \begin_layout Plain Layout
28746 a
28747 \end_layout
28748
28749 \end_inset
28750 </cell>
28751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28752 \begin_inset Text
28753
28754 \begin_layout Plain Layout
28755 b
28756 \end_layout
28757
28758 \end_inset
28759 </cell>
28760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28761 \begin_inset Text
28762
28763 \begin_layout Plain Layout
28764 c
28765 \end_layout
28766
28767 \end_inset
28768 </cell>
28769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28770 \begin_inset Text
28771
28772 \begin_layout Plain Layout
28773 d
28774 \end_layout
28775
28776 \end_inset
28777 </cell>
28778 </row>
28779 <row>
28780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28781 \begin_inset Text
28782
28783 \begin_layout Plain Layout
28784 e
28785 \end_layout
28786
28787 \end_inset
28788 </cell>
28789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28790 \begin_inset Text
28791
28792 \begin_layout Plain Layout
28793 f
28794 \end_layout
28795
28796 \end_inset
28797 </cell>
28798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28799 \begin_inset Text
28800
28801 \begin_layout Plain Layout
28802 g
28803 \end_layout
28804
28805 \end_inset
28806 </cell>
28807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28808 \begin_inset Text
28809
28810 \begin_layout Plain Layout
28811 h
28812 \end_layout
28813
28814 \end_inset
28815 </cell>
28816 </row>
28817 </lyxtabular>
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \begin_layout Standard
28825 \align center
28826 \begin_inset Box Frameless
28827 position "t"
28828 hor_pos "c"
28829 has_inner_box 1
28830 inner_pos "c"
28831 use_parbox 0
28832 width "30col%"
28833 special "none"
28834 height "1in"
28835 height_special "totalheight"
28836 status open
28837
28838 \begin_layout Plain Layout
28839 \align center
28840 \begin_inset Tabular
28841 <lyxtabular version="3" rows="3" columns="4">
28842 <features>
28843 <column alignment="center" valignment="top" width="0pt">
28844 <column alignment="center" valignment="top" width="0pt">
28845 <column alignment="center" valignment="top" width="0pt">
28846 <column alignment="center" valignment="top" width="0pt">
28847 <row>
28848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28849 \begin_inset Text
28850
28851 \begin_layout Plain Layout
28852 1
28853 \end_layout
28854
28855 \end_inset
28856 </cell>
28857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28858 \begin_inset Text
28859
28860 \begin_layout Plain Layout
28861 2
28862 \end_layout
28863
28864 \end_inset
28865 </cell>
28866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28867 \begin_inset Text
28868
28869 \begin_layout Plain Layout
28870 3
28871 \begin_inset Foot
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875 Nota al pie en una tabla..
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \end_inset
28884 </cell>
28885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28886 \begin_inset Text
28887
28888 \begin_layout Plain Layout
28889 4
28890 \end_layout
28891
28892 \end_inset
28893 </cell>
28894 </row>
28895 <row>
28896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28897 \begin_inset Text
28898
28899 \begin_layout Plain Layout
28900 a
28901 \end_layout
28902
28903 \end_inset
28904 </cell>
28905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28906 \begin_inset Text
28907
28908 \begin_layout Plain Layout
28909 b
28910 \end_layout
28911
28912 \end_inset
28913 </cell>
28914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28915 \begin_inset Text
28916
28917 \begin_layout Plain Layout
28918 c
28919 \end_layout
28920
28921 \end_inset
28922 </cell>
28923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28924 \begin_inset Text
28925
28926 \begin_layout Plain Layout
28927 d
28928 \end_layout
28929
28930 \end_inset
28931 </cell>
28932 </row>
28933 <row>
28934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28935 \begin_inset Text
28936
28937 \begin_layout Plain Layout
28938 e
28939 \end_layout
28940
28941 \end_inset
28942 </cell>
28943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28944 \begin_inset Text
28945
28946 \begin_layout Plain Layout
28947 f
28948 \end_layout
28949
28950 \end_inset
28951 </cell>
28952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28953 \begin_inset Text
28954
28955 \begin_layout Plain Layout
28956 g
28957 \end_layout
28958
28959 \end_inset
28960 </cell>
28961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28962 \begin_inset Text
28963
28964 \begin_layout Plain Layout
28965 h
28966 \end_layout
28967
28968 \end_inset
28969 </cell>
28970 </row>
28971 </lyxtabular>
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \end_inset
28979
28980
28981 \end_layout
28982
28983 \begin_layout Standard
28984 \begin_inset VSpace bigskip
28985 \end_inset
28986
28987 La configuración global de párrafos se ignora en las minipáginas.
28988  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28989  pongas p.
28990 \begin_inset space \thinspace{}
28991 \end_inset
28992
28993 e.
28994 \begin_inset space ~
28995 \end_inset
28996
28997
28998 \family sans
28999 Salto
29000 \begin_inset space ~
29001 \end_inset
29002
29003 medio
29004 \family default
29005  en la configuración del documento.
29006 \end_layout
29007
29008 \begin_layout Standard
29009 Las minipáginas también sirven para poner un color de fondo para partes
29010  de texto, véase sección
29011 \begin_inset space ~
29012 \end_inset
29013
29014
29015 \begin_inset CommandInset ref
29016 LatexCommand ref
29017 reference "sub:Color-en-Párrafos"
29018
29019 \end_inset
29020
29021 .
29022 \end_layout
29023
29024 \begin_layout Standard
29025 \begin_inset Note Greyedout
29026 status open
29027
29028 \begin_layout Plain Layout
29029
29030 \series bold
29031 Nota:
29032 \series default
29033  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29034  tener minipáginas en tablas, flotantes, y otros cuadros.
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \end_layout
29041
29042 \begin_layout Section
29043 Cuadros de párrafo
29044 \begin_inset CommandInset label
29045 LatexCommand label
29046 name "sec:Cuadros-de-Párrafo"
29047
29048 \end_inset
29049
29050
29051 \begin_inset Index
29052 status collapsed
29053
29054 \begin_layout Plain Layout
29055 Cuadros ! de párrafo
29056 \end_layout
29057
29058 \end_inset
29059
29060
29061 \end_layout
29062
29063 \begin_layout Standard
29064 Los cuadros de párrafo son similares a las minipáginas con la diferencia
29065  de que no pueden contener notas al pie.
29066   La diferencia principal es que las minipáginas no son verdaderos cuadros
29067  sino entornos de LaTeX.
29068 \end_layout
29069
29070 \begin_layout Standard
29071 \align center
29072 \begin_inset Box Frameless
29073 position "t"
29074 hor_pos "c"
29075 has_inner_box 1
29076 inner_pos "t"
29077 use_parbox 1
29078 width "33col%"
29079 special "none"
29080 height "1in"
29081 height_special "totalheight"
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085 Texto en un cuadro de párrafo.
29086  Texto en un cuadro de párrafo.
29087  Esta nota no aparece:
29088 \begin_inset Foot
29089 status collapsed
29090
29091 \begin_layout Plain Layout
29092 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
29093 \end_layout
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \end_inset
29101
29102
29103 \end_layout
29104
29105 \begin_layout Section
29106 Cuadros para palabras y caracteres
29107 \begin_inset Index
29108 status collapsed
29109
29110 \begin_layout Plain Layout
29111 Cuadros ! para palabras y caracteres
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \end_layout
29118
29119 \begin_layout Subsection
29120 Evitar la partición de palabras
29121 \begin_inset CommandInset label
29122 LatexCommand label
29123 name "sec:Evitar-la-Partición"
29124
29125 \end_inset
29126
29127
29128 \begin_inset Index
29129 status collapsed
29130
29131 \begin_layout Plain Layout
29132 Cuadros ! para evitar la partición de palabras
29133 \end_layout
29134
29135 \end_inset
29136
29137
29138 \end_layout
29139
29140 \begin_layout Standard
29141 Hay un tipo especial de cuadro para impedir que una palabra sea partida
29142  con guión.
29143 \begin_inset Newline newline
29144 \end_inset
29145
29146 He aquí un ejemplo:
29147 \end_layout
29148
29149 \begin_layout Standard
29150 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29151 palabra».
29152 \end_layout
29153
29154 \begin_layout Standard
29155 Para evitar su división usa el comando
29156 \end_layout
29157
29158 \begin_layout Standard
29159
29160 \series bold
29161
29162 \backslash
29163 mbox{
29164 \end_layout
29165
29166 \begin_layout Standard
29167 en código TeX antes de la palabra.
29168  Tras ella inserta una llave de cierre «
29169 \series bold
29170 }
29171 \series default
29172 » en código TeX.
29173 \end_layout
29174
29175 \begin_layout Standard
29176 Este es el resultado:
29177 \end_layout
29178
29179 \begin_layout Standard
29180 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29181 \begin_inset ERT
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185
29186
29187 \backslash
29188 mbox{
29189 \end_layout
29190
29191 \end_inset
29192
29193 «estalarguísimapalabra».
29194 \begin_inset ERT
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198
29199 }
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Standard
29208 Como alternativa puedes poner el comando «
29209 \series bold
29210
29211 \backslash
29212 -
29213 \series default
29214 » en código TeX directamente antes de la palabra:
29215 \end_layout
29216
29217 \begin_layout Standard
29218 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29219 \begin_inset ERT
29220 status collapsed
29221
29222 \begin_layout Plain Layout
29223
29224
29225 \backslash
29226 -
29227 \end_layout
29228
29229 \end_inset
29230
29231 estalarguísimapalabra».
29232 \end_layout
29233
29234 \begin_layout Standard
29235 Por supuesto, la palabra sobresale del margen.
29236  Para evitarlo añade, con el menú 
29237 \family sans
29238 Insertar\SpecialChar \menuseparator
29239 Formato\SpecialChar \menuseparator
29240 Salto
29241 \begin_inset space ~
29242 \end_inset
29243
29244 de
29245 \begin_inset space ~
29246 \end_inset
29247
29248
29249 \family default
29250 línea (atajo 
29251 \family sans
29252 Ctrl+Retorno
29253 \family default
29254 ), un salto de línea antes de la palabra:
29255 \end_layout
29256
29257 \begin_layout Standard
29258 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29259 \begin_inset Newline newline
29260 \end_inset
29261
29262
29263 \begin_inset ERT
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267
29268
29269 \backslash
29270 mbox{
29271 \end_layout
29272
29273 \end_inset
29274
29275 «estalarguísimapalabra».
29276 \begin_inset ERT
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280
29281 }
29282 \end_layout
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \begin_layout Subsection
29290 Alineación vertical
29291 \begin_inset CommandInset label
29292 LatexCommand label
29293 name "sub:Alineación-Vertical"
29294
29295 \end_inset
29296
29297
29298 \begin_inset Index
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302 Cuadros ! para alineación vertical
29303 \end_layout
29304
29305 \end_inset
29306
29307
29308 \end_layout
29309
29310 \begin_layout Standard
29311 Con ayuda del comando 
29312 \series bold
29313
29314 \backslash
29315 raisebox
29316 \series default
29317  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29318  
29319 \series bold
29320
29321 \backslash
29322 raisebox
29323 \series default
29324  se utiliza según el esquema:
29325 \end_layout
29326
29327 \begin_layout Standard
29328
29329 \series bold
29330
29331 \backslash
29332 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29333 \end_layout
29334
29335 \begin_layout Standard
29336 La elevación puede ser un valor positivo para subir el cuadro o negativo
29337  para bajarlo.
29338 \end_layout
29339
29340 \begin_layout Standard
29341 Para alinear una palabra, p.
29342 \begin_inset space \thinspace{}
29343 \end_inset
29344
29345 e
29346 \begin_inset space ~
29347 \end_inset
29348
29349 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29350  en la línea de base, inserta el comando
29351 \end_layout
29352
29353 \begin_layout Standard
29354
29355 \series bold
29356
29357 \backslash
29358 raisebox{
29359 \backslash
29360 depth}{
29361 \end_layout
29362
29363 \begin_layout Standard
29364 en código TeX antes de la palabra.
29365  Detrás de la palabra inserta una llave de cierre «
29366 \series bold
29367 }
29368 \series default
29369 » en código TeX.
29370 \begin_inset Newline newline
29371 \end_inset
29372
29373 Este es el resultado:
29374 \end_layout
29375
29376 \begin_layout Standard
29377 Esto es una línea de texto con la palabra 
29378 \begin_inset ERT
29379 status collapsed
29380
29381 \begin_layout Plain Layout
29382
29383
29384 \backslash
29385 raisebox{
29386 \backslash
29387 depth}{
29388 \end_layout
29389
29390 \end_inset
29391
29392 «prevención»
29393 \begin_inset ERT
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397
29398 }
29399 \end_layout
29400
29401 \end_inset
29402
29403  elevada.
29404 \end_layout
29405
29406 \begin_layout Standard
29407 \begin_inset VSpace bigskip
29408 \end_inset
29409
29410 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29411 \end_layout
29412
29413 \begin_layout Standard
29414 Esto es una línea de texto con la palabra 
29415 \begin_inset ERT
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419
29420
29421 \backslash
29422 raisebox{-
29423 \backslash
29424 depth}{
29425 \end_layout
29426
29427 \end_inset
29428
29429 «prevención»
29430 \begin_inset ERT
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434
29435 }
29436 \end_layout
29437
29438 \end_inset
29439
29440  bajada.
29441 \begin_inset Newline newline
29442 \end_inset
29443
29444 Esto es una línea de texto con la palabra 
29445 \begin_inset ERT
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449
29450
29451 \backslash
29452 raisebox{0.5cm}{
29453 \end_layout
29454
29455 \end_inset
29456
29457 «testigo»
29458 \begin_inset ERT
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462
29463 }
29464 \end_layout
29465
29466 \end_inset
29467
29468  elevada.
29469 \end_layout
29470
29471 \begin_layout Standard
29472 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29473  Por ejemplo
29474 \end_layout
29475
29476 \begin_layout Standard
29477
29478 \series bold
29479
29480 \backslash
29481 raisebox{-
29482 \backslash
29483 depth}[0pt]{
29484 \end_layout
29485
29486 \begin_layout Standard
29487 Esto es una línea de texto con la palabra 
29488 \begin_inset ERT
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492
29493
29494 \backslash
29495 raisebox{-
29496 \backslash
29497 depth}[0pt]{
29498 \end_layout
29499
29500 \end_inset
29501
29502 «prevención»
29503 \begin_inset ERT
29504 status collapsed
29505
29506 \begin_layout Plain Layout
29507
29508 }
29509 \end_layout
29510
29511 \end_inset
29512
29513  bajada.
29514 \begin_inset Newline newline
29515 \end_inset
29516
29517 Esto es una línea de texto con la palabra 
29518 \begin_inset ERT
29519 status collapsed
29520
29521 \begin_layout Plain Layout
29522
29523
29524 \backslash
29525 raisebox{0.5cm}[0pt]{
29526 \end_layout
29527
29528 \end_inset
29529
29530 «testigo»
29531 \begin_inset ERT
29532 status collapsed
29533
29534 \begin_layout Plain Layout
29535
29536 }
29537 \end_layout
29538
29539 \end_inset
29540
29541  elevada.
29542 \end_layout
29543
29544 \begin_layout Section
29545 Cuadros coloreados
29546 \begin_inset CommandInset label
29547 LatexCommand label
29548 name "sec:Cuadros-Coloreados"
29549
29550 \end_inset
29551
29552
29553 \begin_inset Index
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557 Cuadros ! Color
29558 \end_layout
29559
29560 \end_inset
29561
29562
29563 \end_layout
29564
29565 \begin_layout Subsection
29566 Color en texto
29567 \begin_inset Index
29568 status collapsed
29569
29570 \begin_layout Plain Layout
29571 Color ! en texto
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \begin_layout Standard
29580 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29581  Esto requiere cargar el paquete LaTeX 
29582 \series bold
29583 color
29584 \series default
29585
29586 \begin_inset Index
29587 status collapsed
29588
29589 \begin_layout Plain Layout
29590 LaTeX-paquetes ! color
29591 \end_layout
29592
29593 \end_inset
29594
29595  en el preámbulo del documento con
29596 \end_layout
29597
29598 \begin_layout Standard
29599
29600 \series bold
29601
29602 \backslash
29603 @ifundef\SpecialChar \textcompwordmark{}
29604 ined{textcolor}
29605 \begin_inset Newline newline
29606 \end_inset
29607
29608
29609 \begin_inset ERT
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613
29614
29615 \backslash
29616 hphantom{ }
29617 \end_layout
29618
29619 \end_inset
29620
29621 {
29622 \backslash
29623 usepackage{color}}{}
29624 \end_layout
29625
29626 \begin_layout Standard
29627 LyX cargará automáticamente el paquete 
29628 \series bold
29629 color
29630 \series default
29631  cuando colorees texto.
29632 \begin_inset Foot
29633 status collapsed
29634
29635 \begin_layout Plain Layout
29636 Para evitar cargarlo dos veces se usa el comando 
29637 \series bold
29638
29639 \backslash
29640 @ifundef\SpecialChar \textcompwordmark{}
29641 ined
29642 \series default
29643 .
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \begin_layout Standard
29652 \begin_inset VSpace medskip
29653 \end_inset
29654
29655 Los cuadros coloreados se crean con el comando 
29656 \series bold
29657
29658 \backslash
29659 colorbox
29660 \series default
29661 , de acuerdo con el siguiente esquema:
29662 \end_layout
29663
29664 \begin_layout Standard
29665
29666 \series bold
29667
29668 \backslash
29669 colorbox{color}{contenido del cuadro}
29670 \end_layout
29671
29672 \begin_layout Standard
29673 El contenido también puede ser un cuadro y los cuadros coloreados también
29674  pueden estar en otros cuadros.
29675 \end_layout
29676
29677 \begin_layout Standard
29678 Los siguientes colores están predefinidos:
29679 \begin_inset Newline newline
29680 \end_inset
29681
29682
29683 \family sans
29684 red
29685 \family default
29686
29687 \family sans
29688 green
29689 \family default
29690
29691 \family sans
29692 yellow, blue
29693 \family default
29694
29695 \family sans
29696 cyan
29697 \family default
29698 \series bold
29699 ,
29700 \series default
29701  
29702 \family sans
29703 magenta, black
29704 \family default
29705
29706 \family sans
29707 white
29708 \family default
29709 .
29710 \begin_inset Newline newline
29711 \end_inset
29712
29713 También puedes definir tus propios colores según se explica en la sección
29714 \begin_inset space ~
29715 \end_inset
29716
29717
29718 \begin_inset CommandInset ref
29719 LatexCommand ref
29720 reference "sec:Tablas-Coloreadas"
29721
29722 \end_inset
29723
29724 .
29725 \end_layout
29726
29727 \begin_layout Standard
29728 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29729 \end_layout
29730
29731 \begin_layout Standard
29732
29733 \series bold
29734
29735 \backslash
29736 colorbox{red}{
29737 \end_layout
29738
29739 \begin_layout Standard
29740 en código TeX antes de la palabra.
29741  Tras la palabra inserta una llave de cierre «
29742 \series bold
29743 }
29744 \series default
29745 » en código TeX.
29746 \begin_inset Newline newline
29747 \end_inset
29748
29749 Este es el resultado:
29750 \end_layout
29751
29752 \begin_layout Standard
29753 Línea en la que la palabra 
29754 \begin_inset ERT
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758
29759
29760 \backslash
29761 colorbox{red}{
29762 \end_layout
29763
29764 \end_inset
29765
29766 «¡Atención!»
29767 \begin_inset ERT
29768 status collapsed
29769
29770 \begin_layout Plain Layout
29771
29772 }
29773 \end_layout
29774
29775 \end_inset
29776
29777  tiene fondo rojo.
29778 \end_layout
29779
29780 \begin_layout Standard
29781 \begin_inset VSpace bigskip
29782 \end_inset
29783
29784 Si quieres un marco de distinto color, puedes emplear el comando 
29785 \series bold
29786
29787 \backslash
29788 fcolorbox
29789 \series default
29790  con el esquema siguiente:
29791 \end_layout
29792
29793 \begin_layout Standard
29794
29795 \series bold
29796
29797 \backslash
29798 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29799 \end_layout
29800
29801 \begin_layout Standard
29802
29803 \series bold
29804
29805 \backslash
29806 fcolorbox
29807 \series default
29808  es una extensión de 
29809 \series bold
29810
29811 \backslash
29812 colorbox
29813 \series default
29814 .
29815  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29816  con las longitudes 
29817 \series bold
29818
29819 \backslash
29820 fboxrule
29821 \series default
29822  y 
29823 \series bold
29824
29825 \backslash
29826 fboxsep
29827 \series default
29828 , respectivamente, como se describe en la sección
29829 \begin_inset space ~
29830 \end_inset
29831
29832
29833 \begin_inset CommandInset ref
29834 LatexCommand ref
29835 reference "sec:Decoración"
29836
29837 \end_inset
29838
29839 .
29840 \end_layout
29841
29842 \begin_layout Standard
29843 Para el ejemplo siguiente se ha utilizado el comando
29844 \end_layout
29845
29846 \begin_layout Standard
29847
29848 \series bold
29849
29850 \backslash
29851 fcolorbox{cyan}{magenta}{
29852 \end_layout
29853
29854 \begin_layout Standard
29855 Este es un ejemplo en el que se ha puesto un grosor de 1
29856 \begin_inset space \thinspace{}
29857 \end_inset
29858
29859 mm para la línea del marco:
29860 \begin_inset Newline newline
29861 \end_inset
29862
29863
29864 \begin_inset ERT
29865 status collapsed
29866
29867 \begin_layout Plain Layout
29868
29869
29870 \backslash
29871 fboxrule 1mm 
29872 \backslash
29873 fboxsep 1mm
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \begin_inset ERT
29880 status collapsed
29881
29882 \begin_layout Plain Layout
29883
29884
29885 \backslash
29886 fcolorbox{cyan}{magenta}{
29887 \end_layout
29888
29889 \end_inset
29890
29891 Texto en un marco coloreado y enmarcado.
29892 \begin_inset ERT
29893 status collapsed
29894
29895 \begin_layout Plain Layout
29896
29897 }
29898 \end_layout
29899
29900 \end_inset
29901
29902
29903 \end_layout
29904
29905 \begin_layout Standard
29906 \begin_inset VSpace bigskip
29907 \end_inset
29908
29909 Por supuesto también puedes colorear el texto en un marco coloreado:
29910 \begin_inset Newline newline
29911 \end_inset
29912
29913
29914 \begin_inset ERT
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918
29919
29920 \backslash
29921 fcolorbox{cyan}{magenta}{
29922 \end_layout
29923
29924 \end_inset
29925
29926
29927 \color yellow
29928 Texto coloreado en un marco sombreado y coloreado.
29929 \color none
29930
29931 \begin_inset ERT
29932 status collapsed
29933
29934 \begin_layout Plain Layout
29935
29936 }
29937 \end_layout
29938
29939 \end_inset
29940
29941
29942 \begin_inset ERT
29943 status collapsed
29944
29945 \begin_layout Plain Layout
29946
29947
29948 \backslash
29949 fboxrule 0.4pt 
29950 \backslash
29951 fboxsep 3pt
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \begin_layout Standard
29960
29961 \series bold
29962 \begin_inset VSpace medskip
29963 \end_inset
29964
29965
29966 \end_layout
29967
29968 \begin_layout Standard
29969 \begin_inset Note Greyedout
29970 status open
29971
29972 \begin_layout Plain Layout
29973
29974 \series bold
29975 Nota:
29976 \series default
29977  El texto en cuadros coloreados no puede tener saltos de línea.
29978  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29979  coloreado como se describe a continuación.
29980 \end_layout
29981
29982 \end_inset
29983
29984
29985 \end_layout
29986
29987 \begin_layout Subsection
29988 Color en párrafos
29989 \begin_inset CommandInset label
29990 LatexCommand label
29991 name "sub:Color-en-Párrafos"
29992
29993 \end_inset
29994
29995
29996 \begin_inset Index
29997 status collapsed
29998
29999 \begin_layout Plain Layout
30000 Color ! en párrafos
30001 \end_layout
30002
30003 \end_inset
30004
30005
30006 \end_layout
30007
30008 \begin_layout Standard
30009 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30010  Antes de la minipágina inserta el comando 
30011 \series bold
30012
30013 \backslash
30014 colorbox
30015 \series default
30016  en código TeX
30017 \end_layout
30018
30019 \begin_layout Standard
30020
30021 \series bold
30022
30023 \backslash
30024 colorbox{color}{
30025 \end_layout
30026
30027 \begin_layout Standard
30028  Detrás de la minipágina inserta una llave de cierre «
30029 \series bold
30030 }
30031 \series default
30032 », también en código TeX.
30033 \end_layout
30034
30035 \begin_layout Standard
30036 \begin_inset ERT
30037 status collapsed
30038
30039 \begin_layout Plain Layout
30040
30041
30042 \backslash
30043 colorbox{grisclaro}{
30044 \end_layout
30045
30046 \end_inset
30047
30048
30049 \begin_inset Box Frameless
30050 position "t"
30051 hor_pos "c"
30052 has_inner_box 1
30053 inner_pos "t"
30054 use_parbox 0
30055 width "100col%"
30056 special "none"
30057 height "1in"
30058 height_special "totalheight"
30059 status collapsed
30060
30061 \begin_layout Plain Layout
30062 Texto con color de fondo.
30063  Texto con color de fondo.
30064 \end_layout
30065
30066 \begin_layout Plain Layout
30067 \begin_inset VSpace defskip
30068 \end_inset
30069
30070 El texto puede tener notas al pie
30071 \begin_inset Foot
30072 status collapsed
30073
30074 \begin_layout Plain Layout
30075 Otro ejemplo de nota
30076 \end_layout
30077
30078 \end_inset
30079
30080  y puede incluir tablas y figuras.
30081 \end_layout
30082
30083 \begin_layout Plain Layout
30084 \align center
30085 \begin_inset Tabular
30086 <lyxtabular version="3" rows="3" columns="3">
30087 <features>
30088 <column alignment="center" valignment="top" width="0">
30089 <column alignment="center" valignment="top" width="0">
30090 <column alignment="center" valignment="top" width="0">
30091 <row>
30092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30093 \begin_inset Text
30094
30095 \begin_layout Plain Layout
30096 a
30097 \end_layout
30098
30099 \end_inset
30100 </cell>
30101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30102 \begin_inset Text
30103
30104 \begin_layout Plain Layout
30105 !
30106 \end_layout
30107
30108 \end_inset
30109 </cell>
30110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30111 \begin_inset Text
30112
30113 \begin_layout Plain Layout
30114 3
30115 \end_layout
30116
30117 \end_inset
30118 </cell>
30119 </row>
30120 <row>
30121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30122 \begin_inset Text
30123
30124 \begin_layout Plain Layout
30125 <
30126 \end_layout
30127
30128 \end_inset
30129 </cell>
30130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30131 \begin_inset Text
30132
30133 \begin_layout Plain Layout
30134 b2
30135 \begin_inset Quotes erd
30136 \end_inset
30137
30138 |
30139 \end_layout
30140
30141 \end_inset
30142 </cell>
30143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30144 \begin_inset Text
30145
30146 \begin_layout Plain Layout
30147 >
30148 \end_layout
30149
30150 \end_inset
30151 </cell>
30152 </row>
30153 <row>
30154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30155 \begin_inset Text
30156
30157 \begin_layout Plain Layout
30158 1
30159 \end_layout
30160
30161 \end_inset
30162 </cell>
30163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30164 \begin_inset Text
30165
30166 \begin_layout Plain Layout
30167 §
30168 \end_layout
30169
30170 \end_inset
30171 </cell>
30172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30173 \begin_inset Text
30174
30175 \begin_layout Plain Layout
30176 c
30177 \end_layout
30178
30179 \end_inset
30180 </cell>
30181 </row>
30182 </lyxtabular>
30183
30184 \end_inset
30185
30186
30187 \end_layout
30188
30189 \end_inset
30190
30191
30192 \begin_inset ERT
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196
30197 }
30198 \end_layout
30199
30200 \end_inset
30201
30202
30203 \end_layout
30204
30205 \begin_layout Section
30206 Cuadros rotados y escalados
30207 \end_layout
30208
30209 \begin_layout Standard
30210 Para poder usar los comandos descritos en esta sección hay que cargar el
30211  paquete LaTeX 
30212 \series bold
30213 graphicx
30214 \series default
30215
30216 \begin_inset Index
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220 LaTeX-paquetes ! graphicx
30221 \end_layout
30222
30223 \end_inset
30224
30225  en el preámbulo del documento, con el comando
30226 \end_layout
30227
30228 \begin_layout Standard
30229
30230 \series bold
30231
30232 \backslash
30233 @ifundefined{rotatebox}
30234 \begin_inset Newline newline
30235 \end_inset
30236
30237
30238 \begin_inset ERT
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243
30244 \backslash
30245 hphantom{ }
30246 \end_layout
30247
30248 \end_inset
30249
30250 {
30251 \backslash
30252 usepackage{graphicx}}{}
30253 \end_layout
30254
30255 \begin_layout Standard
30256 \begin_inset Note Greyedout
30257 status open
30258
30259 \begin_layout Plain Layout
30260
30261 \series bold
30262 Nota: 
30263 \series default
30264 Algunos visores DVI no pueden mostrar material rotado o escalado.
30265 \end_layout
30266
30267 \end_inset
30268
30269
30270 \end_layout
30271
30272 \begin_layout Standard
30273 \begin_inset Note Greyedout
30274 status open
30275
30276 \begin_layout Plain Layout
30277
30278 \series bold
30279 Nota:
30280 \series default
30281  Los cuadros rotados o escalados no pueden contener flotantes.
30282 \end_layout
30283
30284 \end_inset
30285
30286
30287 \end_layout
30288
30289 \begin_layout Subsection
30290 Cuadros rotados
30291 \begin_inset Index
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295 Cuadros ! Rotar
30296 \end_layout
30297
30298 \end_inset
30299
30300
30301 \begin_inset Index
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305 Material rotado
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \begin_inset Index
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315 Figuras ! Rotar
30316 \end_layout
30317
30318 \end_inset
30319
30320
30321 \begin_inset Index
30322 status collapsed
30323
30324 \begin_layout Plain Layout
30325 Tablas ! Rotar
30326 \end_layout
30327
30328 \end_inset
30329
30330
30331 \end_layout
30332
30333 \begin_layout Standard
30334 Para rotar material debes ponerlo en un cuadro rotado.
30335  Los cuadros rotados se crean con el comando 
30336 \series bold
30337
30338 \backslash
30339 rotatebox
30340 \series default
30341  en código TeX, según el esquema:
30342 \end_layout
30343
30344 \begin_layout Standard
30345
30346 \series bold
30347
30348 \backslash
30349 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30350 \end_layout
30351
30352 \begin_layout Standard
30353 El origen de rotación se especifica en la forma 
30354 \series bold
30355 origin=position
30356 \series default
30357 .
30358  Son posibles las posiciones siguientes: 
30359 \emph on
30360 c
30361 \emph default
30362  (center), 
30363 \emph on
30364 l
30365 \emph default
30366  (left), 
30367 \emph on
30368 r
30369 \emph default
30370  (right), 
30371 \emph on
30372 b
30373 \emph default
30374  (bottom), 
30375 \emph on
30376 t
30377 \emph default
30378  (top), así como combinaciones adecuadas de las posiciones básicas.
30379  Por ejemplo, 
30380 \emph on
30381 lt
30382 \emph default
30383  significa que el origen de rotación es la esquina superior izquierda del
30384  cuadro.
30385  Si no se especifica origen de rotación se usará la posición 
30386 \emph on
30387 l
30388 \emph default
30389 .
30390  El ángulo de rotación es un número de grados, y puede ser negativo.
30391  El sentido de giro es contrario al de las agujas del reloj.
30392 \end_layout
30393
30394 \begin_layout Standard
30395 En el siguiente ejemplo se ha insertado el comando 
30396 \series bold
30397
30398 \backslash
30399 rotatebox[origin=c]{60}{ 
30400 \series default
30401 como código TeX delante del texto «con rotación»; después del texto, el
30402  cuadro se ha cerrado con llave de cierre en código TeX.
30403 \end_layout
30404
30405 \begin_layout Standard
30406 Esta línea contiene texto 
30407 \begin_inset ERT
30408 status collapsed
30409
30410 \begin_layout Plain Layout
30411
30412
30413 \backslash
30414 rotatebox[origin=c]{60}{
30415 \end_layout
30416
30417 \end_inset
30418
30419 con rotación
30420 \begin_inset ERT
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424
30425 }
30426 \end_layout
30427
30428 \end_inset
30429
30430 .
30431 \end_layout
30432
30433 \begin_layout Standard
30434 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30435  línea:
30436 \end_layout
30437
30438 \begin_layout Standard
30439 En esta línea hay texto enmarcado 
30440 \begin_inset ERT
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444
30445
30446 \backslash
30447 rotatebox[origin=r]{-60}{
30448 \end_layout
30449
30450 \end_inset
30451
30452
30453 \begin_inset Box Doublebox
30454 position "c"
30455 hor_pos "c"
30456 has_inner_box 0
30457 inner_pos "c"
30458 use_parbox 0
30459 width "1in"
30460 special "width"
30461 height "1in"
30462 height_special "totalheight"
30463 status open
30464
30465 \begin_layout Plain Layout
30466 con rotación
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \begin_inset ERT
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476
30477 }
30478 \end_layout
30479
30480 \end_inset
30481
30482  y 
30483 \begin_inset ERT
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487
30488
30489 \backslash
30490 rotatebox[origin=lb]{60}{
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30497 \end_inset
30498
30499
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505 }
30506 \end_layout
30507
30508 \end_inset
30509
30510  una ecuación.
30511 \end_layout
30512
30513 \begin_layout Standard
30514 O una imagen o una tabla:
30515 \end_layout
30516
30517 \begin_layout Standard
30518 Aquí hay una imagen girada 
30519 \begin_inset ERT
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523
30524
30525 \backslash
30526 rotatebox[origin=lb]{90}{
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \begin_inset Graphics
30533         filename ../clipart/platypus.eps
30534         lyxscale 50
30535         width 25col%
30536
30537 \end_inset
30538
30539
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545 }
30546 \end_layout
30547
30548 \end_inset
30549
30550  y una tabla girada 
30551 \begin_inset ERT
30552 status collapsed
30553
30554 \begin_layout Plain Layout
30555
30556
30557 \backslash
30558 rotatebox[origin=l]{-90}{
30559 \end_layout
30560
30561 \end_inset
30562
30563
30564 \begin_inset Tabular
30565 <lyxtabular version="3" rows="2" columns="2">
30566 <features>
30567 <column alignment="center" valignment="top" width="0">
30568 <column alignment="center" valignment="top" width="0">
30569 <row>
30570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30571 \begin_inset Text
30572
30573 \begin_layout Plain Layout
30574 q
30575 \end_layout
30576
30577 \end_inset
30578 </cell>
30579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30580 \begin_inset Text
30581
30582 \begin_layout Plain Layout
30583 w
30584 \end_layout
30585
30586 \end_inset
30587 </cell>
30588 </row>
30589 <row>
30590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30591 \begin_inset Text
30592
30593 \begin_layout Plain Layout
30594 e
30595 \end_layout
30596
30597 \end_inset
30598 </cell>
30599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30600 \begin_inset Text
30601
30602 \begin_layout Plain Layout
30603 r
30604 \end_layout
30605
30606 \end_inset
30607 </cell>
30608 </row>
30609 </lyxtabular>
30610
30611 \end_inset
30612
30613
30614 \begin_inset ERT
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618
30619 }
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \end_layout
30626
30627 \begin_layout Subsection
30628 Cuadros escalados
30629 \begin_inset Index
30630 status collapsed
30631
30632 \begin_layout Plain Layout
30633 Cuadros ! Escalar
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \begin_inset Index
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643 Material escalado
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \begin_inset Index
30650 status collapsed
30651
30652 \begin_layout Plain Layout
30653 Figuras ! Escalar
30654 \end_layout
30655
30656 \end_inset
30657
30658
30659 \begin_inset Index
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663 Tablas ! Escalar
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \end_layout
30670
30671 \begin_layout Standard
30672 Para escalar material se pueden usar los comandos 
30673 \series bold
30674
30675 \backslash
30676 scalebox
30677 \series default
30678  y 
30679 \series bold
30680
30681 \backslash
30682 resizebox 
30683 \series default
30684 en código TeX.
30685 \end_layout
30686
30687 \begin_layout Standard
30688
30689 \series bold
30690
30691 \backslash
30692 scalebox
30693 \series default
30694  se usa con el esquema siguiente:
30695 \end_layout
30696
30697 \begin_layout Standard
30698
30699 \series bold
30700
30701 \backslash
30702 scalebox{horizontal}[vertical]{contenido del cuadro}
30703 \end_layout
30704
30705 \begin_layout Standard
30706 Horizontal y vertical son los factores de escala correspondientes.
30707  Si no se especifica factor vertical, su valor será el mismo que el factor
30708  de escala horizontal.
30709  
30710 \end_layout
30711
30712 \begin_layout Standard
30713 Por ejemplo, el comando 
30714 \series bold
30715
30716 \backslash
30717 scalebox{2}{Hola} 
30718 \series default
30719 crea un 
30720 \begin_inset ERT
30721 status collapsed
30722
30723 \begin_layout Plain Layout
30724
30725
30726 \backslash
30727 scalebox{2}{
30728 \end_layout
30729
30730 \end_inset
30731
30732 Hola
30733 \begin_inset ERT
30734 status collapsed
30735
30736 \begin_layout Plain Layout
30737
30738 }
30739 \end_layout
30740
30741 \end_inset
30742
30743  de doble tamaño que el texto normal del documento.
30744 \end_layout
30745
30746 \begin_layout Standard
30747 El comando 
30748 \series bold
30749
30750 \backslash
30751 scalebox{2}[1]{Hola} 
30752 \series default
30753 distorsiona el 
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758
30759
30760 \backslash
30761 scalebox{2}[1]{
30762 \end_layout
30763
30764 \end_inset
30765
30766 Hola
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771
30772 }
30773 \end_layout
30774
30775 \end_inset
30776
30777 .
30778 \end_layout
30779
30780 \begin_layout Standard
30781 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30782  Por eso el comando 
30783 \series bold
30784
30785 \backslash
30786 scalebox{-1}[1]{Hola} 
30787 \series default
30788 puede usarse para reflejar un texto: 
30789 \begin_inset ERT
30790 status collapsed
30791
30792 \begin_layout Plain Layout
30793
30794
30795 \backslash
30796 scalebox{-1}[1]{
30797 \end_layout
30798
30799 \end_inset
30800
30801 Hola
30802 \begin_inset ERT
30803 status collapsed
30804
30805 \begin_layout Plain Layout
30806
30807 }
30808 \end_layout
30809
30810 \end_inset
30811
30812 .
30813 \end_layout
30814
30815 \begin_layout Standard
30816
30817 \series bold
30818
30819 \backslash
30820 scalebox{1}[-1]{Hola} 
30821 \series default
30822 refleja el 
30823 \begin_inset ERT
30824 status collapsed
30825
30826 \begin_layout Plain Layout
30827
30828
30829 \backslash
30830 scalebox{1}[-1]{
30831 \end_layout
30832
30833 \end_inset
30834
30835 Hola
30836 \begin_inset ERT
30837 status collapsed
30838
30839 \begin_layout Plain Layout
30840
30841 }
30842 \end_layout
30843
30844 \end_inset
30845
30846  sobre la base.
30847 \end_layout
30848
30849 \begin_layout Standard
30850 El comando 
30851 \series bold
30852
30853 \backslash
30854 scalebox{-1}[1]{contenido del cuadro} 
30855 \series default
30856 puede sustituirse por 
30857 \series bold
30858
30859 \begin_inset Newline newline
30860 \end_inset
30861
30862
30863 \backslash
30864 reflectbox{contenido del cuadro}
30865 \begin_inset VSpace defskip
30866 \end_inset
30867
30868
30869 \end_layout
30870
30871 \begin_layout Standard
30872 El comando 
30873 \series bold
30874
30875 \backslash
30876 resizebox
30877 \series default
30878  sirve para escalar el cuadro a una altura y anchura definidas, según el
30879  esquema:
30880 \end_layout
30881
30882 \begin_layout Standard
30883
30884 \series bold
30885
30886 \backslash
30887 resizebox{anchura}{altura}{contenido del cuadro}
30888 \end_layout
30889
30890 \begin_layout Standard
30891 Si uno de los argumentos del comando es un signo de exclamación, 
30892 \series bold
30893 !
30894 \series default
30895 , la escala se produce de forma que se mantiene la relación de las dimensiones
30896  originales del contenido del cuadro.
30897  
30898 \end_layout
30899
30900 \begin_layout Standard
30901 El comando 
30902 \series bold
30903
30904 \backslash
30905 resizebox{2cm}{1cm}{Hola}
30906 \series default
30907  genera: 
30908 \begin_inset ERT
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912
30913
30914 \backslash
30915 resizebox{2cm}{1cm}{
30916 \end_layout
30917
30918 \end_inset
30919
30920 Hola
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926 }
30927 \end_layout
30928
30929 \end_inset
30930
30931
30932 \begin_inset Newline newline
30933 \end_inset
30934
30935 El comando 
30936 \series bold
30937
30938 \backslash
30939 resizebox{2cm}{!}{Hola}
30940 \series default
30941  genera: 
30942 \begin_inset ERT
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946
30947
30948 \backslash
30949 resizebox{2cm}{!}{
30950 \end_layout
30951
30952 \end_inset
30953
30954 Hola
30955 \begin_inset ERT
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959
30960 }
30961 \end_layout
30962
30963 \end_inset
30964
30965
30966 \end_layout
30967
30968 \begin_layout Standard
30969 \begin_inset VSpace defskip
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \begin_layout Standard
30976 \begin_inset Note Greyedout
30977 status open
30978
30979 \begin_layout Plain Layout
30980
30981 \series bold
30982 Nota: 
30983 \series default
30984 Si los argumentos de 
30985 \series bold
30986
30987 \backslash
30988 scalebox
30989 \series default
30990  o 
30991 \series bold
30992
30993 \backslash
30994 resizebox
30995 \series default
30996  son cero, no se generan errores de LaTeX al exportar el documento, pero
30997  puede suceder que la salida no se muestre o que sea incompleta.
30998  
30999 \end_layout
31000
31001 \end_inset
31002
31003
31004 \begin_inset VSpace defskip
31005 \end_inset
31006
31007
31008 \end_layout
31009
31010 \begin_layout Standard
31011 Los cuadros se pueden combinar en cualquier orden.
31012  Por ejemplo, el comando
31013 \series bold
31014
31015 \begin_inset Newline newline
31016 \end_inset
31017
31018
31019 \backslash
31020 rotatebox[origin=c]{-45}{
31021 \backslash
31022 resizebox{2cm}{!}{
31023 \backslash
31024 reflectbox{Hola}}}
31025 \begin_inset Newline newline
31026 \end_inset
31027
31028
31029 \series default
31030 genera:
31031 \end_layout
31032
31033 \begin_layout Standard
31034 \noindent
31035 \align center
31036 \begin_inset ERT
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040
31041
31042 \backslash
31043 rotatebox[origin=c]{-45}{
31044 \backslash
31045 resizebox{2cm}{!}{
31046 \backslash
31047 reflectbox{
31048 \end_layout
31049
31050 \end_inset
31051
31052 Hola
31053 \begin_inset ERT
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057
31058 }}}
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \end_layout
31065
31066 \begin_layout Standard
31067 \noindent
31068 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
31069 \end_layout
31070
31071 \begin_layout Standard
31072 \noindent
31073
31074 \end_layout
31075
31076 \begin_layout Standard
31077 \align center
31078 \begin_inset ERT
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082
31083
31084 \backslash
31085 rotatebox[origin=c]{-30}{
31086 \backslash
31087 resizebox{2cm}{!}{
31088 \backslash
31089 reflectbox{
31090 \end_layout
31091
31092 \end_inset
31093
31094
31095 \begin_inset Graphics
31096         filename ../clipart/platypus.eps
31097         lyxscale 50
31098         width 25col%
31099
31100 \end_inset
31101
31102
31103 \begin_inset ERT
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107
31108 }}}
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \begin_inset ERT
31115 status collapsed
31116
31117 \begin_layout Plain Layout
31118
31119
31120 \backslash
31121 rotatebox[origin=c]{-45}{
31122 \backslash
31123 resizebox{2cm}{!}{
31124 \backslash
31125 reflectbox{
31126 \end_layout
31127
31128 \end_inset
31129
31130
31131 \begin_inset Tabular
31132 <lyxtabular version="3" rows="2" columns="2">
31133 <features>
31134 <column alignment="center" valignment="top" width="0">
31135 <column alignment="center" valignment="top" width="0">
31136 <row>
31137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31138 \begin_inset Text
31139
31140 \begin_layout Plain Layout
31141 q
31142 \end_layout
31143
31144 \end_inset
31145 </cell>
31146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31147 \begin_inset Text
31148
31149 \begin_layout Plain Layout
31150 w
31151 \end_layout
31152
31153 \end_inset
31154 </cell>
31155 </row>
31156 <row>
31157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31158 \begin_inset Text
31159
31160 \begin_layout Plain Layout
31161 e
31162 \end_layout
31163
31164 \end_inset
31165 </cell>
31166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31167 \begin_inset Text
31168
31169 \begin_layout Plain Layout
31170 r
31171 \end_layout
31172
31173 \end_inset
31174 </cell>
31175 </row>
31176 </lyxtabular>
31177
31178 \end_inset
31179
31180
31181 \begin_inset ERT
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185
31186 }}}
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \begin_inset ERT
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196
31197
31198 \backslash
31199 rotatebox[origin=c]{-45}{
31200 \backslash
31201 resizebox{2cm}{!}{
31202 \backslash
31203 reflectbox{
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31210 \end_inset
31211
31212
31213 \begin_inset ERT
31214 status collapsed
31215
31216 \begin_layout Plain Layout
31217
31218 }}}
31219 \end_layout
31220
31221 \end_inset
31222
31223
31224 \end_layout
31225
31226 \begin_layout Standard
31227 Si se usa el estilo global 
31228 \series bold
31229 fleqn
31230 \series default
31231  para las ecuaciones del documento,
31232 \begin_inset Foot
31233 status collapsed
31234
31235 \begin_layout Plain Layout
31236 Si «fleqn» se añade a las opciones de clase del documento.
31237 \end_layout
31238
31239 \end_inset
31240
31241  también pueden escalarse las ecuaciones en estilo presentación.
31242 \end_layout
31243
31244 \begin_layout Chapter
31245 Archivos externos
31246 \begin_inset Index
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250 Archivos externos
31251 \end_layout
31252
31253 \end_inset
31254
31255
31256 \end_layout
31257
31258 \begin_layout Standard
31259 Con el menú 
31260 \family sans
31261 Insertar\SpecialChar \menuseparator
31262 Archivo 
31263 \family default
31264 se pueden insertar archivos externos en un documento.
31265  Estos pueden ser:
31266 \end_layout
31267
31268 \begin_layout Description
31269 Documento
31270 \begin_inset space ~
31271 \end_inset
31272
31273 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31274 \end_layout
31275
31276 \begin_layout Description
31277 Texto
31278 \begin_inset space ~
31279 \end_inset
31280
31281 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31282  como párrafo propio.
31283 \end_layout
31284
31285 \begin_layout Description
31286 Texto
31287 \begin_inset space ~
31288 \end_inset
31289
31290 simple,
31291 \begin_inset space ~
31292 \end_inset
31293
31294 unir
31295 \begin_inset space ~
31296 \end_inset
31297
31298 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31299  Las líneas vacías generan un nuevo párrafo en tu documento.
31300 \end_layout
31301
31302 \begin_layout Description
31303 Material
31304 \begin_inset space ~
31305 \end_inset
31306
31307 externo Archivos en diversos formatos.
31308 \end_layout
31309
31310 \begin_layout Description
31311 Documento
31312 \begin_inset space ~
31313 \end_inset
31314
31315 hijo Documentos LyX, LaTeX o texto simple.
31316 \end_layout
31317
31318 \begin_layout Section
31319 Material externo
31320 \begin_inset Index
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324 Material externo
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \end_layout
31331
31332 \begin_layout Standard
31333 Esta característica te permite insertar archivos en tu documento sin convertirlo
31334 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31335  las necesarias conversiones.
31336  Esto es parecido a la inserción de imágenes en diversos formatos en los
31337  documentos LyX.
31338  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31339  en 
31340 \family sans
31341 Apariencia
31342 \family default
31343 \SpecialChar \menuseparator
31344 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31345  en LyX.
31346 \end_layout
31347
31348 \begin_layout Standard
31349 El material externo se puede insertar mediante el diálogo que surge a partir
31350  del menú 
31351 \family sans
31352 Insertar\SpecialChar \menuseparator
31353 Archivo\SpecialChar \menuseparator
31354 Material
31355 \begin_inset space ~
31356 \end_inset
31357
31358 externo
31359 \family default
31360 .
31361  Actualmente se permiten los siguientes tipos de archivo (
31362 \family sans
31363 Plantillas
31364 \family default
31365 ):
31366 \end_layout
31367
31368 \begin_layout Description
31369 Diagrama
31370 \begin_inset space ~
31371 \end_inset
31372
31373 de
31374 \begin_inset space ~
31375 \end_inset
31376
31377 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31378  con el programa 
31379 \series bold
31380
31381 \begin_inset CommandInset href
31382 LatexCommand href
31383 name "XBoard"
31384 target "http://en.wikipedia.org/wiki/XBoard"
31385
31386 \end_inset
31387
31388
31389 \series default
31390 .
31391 \end_layout
31392
31393 \begin_layout Description
31394 Dia Esta plantilla soporta diagramas creados con el programa 
31395 \series bold
31396
31397 \begin_inset CommandInset href
31398 LatexCommand href
31399 name "Dia"
31400 target "http://en.wikipedia.org/wiki/Dia_(software)"
31401
31402 \end_inset
31403
31404
31405 \series default
31406 .
31407 \end_layout
31408
31409 \begin_layout Description
31410 Fecha Esta inserta la fecha en el formato 
31411 \emph on
31412 Día-Mes-Año.
31413
31414 \emph default
31415  A continuación hay una fecha insertada como material externo: 
31416 \begin_inset External
31417         template Date
31418         filename ...
31419
31420 \end_inset
31421
31422
31423 \begin_inset space ~
31424 \end_inset
31425
31426
31427 \begin_inset Note Note
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31432 \end_layout
31433
31434 \end_inset
31435
31436
31437 \begin_inset Newline newline
31438 \end_inset
31439
31440 La fecha no se muestra en LyX, sólo en la salida.
31441  Hay otros dos métodos de insertar una fecha, con el menú 
31442 \family sans
31443 Insertar\SpecialChar \menuseparator
31444 Fecha
31445 \family default
31446  y con el comando LaTeX 
31447 \series bold
31448
31449 \backslash
31450 today
31451 \series default
31452  en código TeX.
31453  Los distintos métodos se comparan en la tabla
31454 \begin_inset space ~
31455 \end_inset
31456
31457
31458 \begin_inset CommandInset ref
31459 LatexCommand ref
31460 reference "tab:Comparación-de"
31461
31462 \end_inset
31463
31464 .
31465 \end_layout
31466
31467 \begin_layout Description
31468 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31469 \begin_inset Newline linebreak
31470 \end_inset
31471
31472
31473 \series bold
31474
31475 \begin_inset CommandInset href
31476 LatexCommand href
31477 name "LilyPond"
31478 target "http://en.wikipedia.org/wiki/LilyPond"
31479
31480 \end_inset
31481
31482
31483 \series default
31484 .
31485 \end_layout
31486
31487 \begin_layout Description
31488 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31489  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31490  la opción 
31491 \emph on
31492 pages
31493 \emph default
31494  en el campo 
31495 \family sans
31496 Opción
31497 \family default
31498  de la pestaña 
31499 \family sans
31500 Opciones de LaTeX y LyX
31501 \family default
31502 , según la descripción de la plantilla en el diálogo.
31503  Si no se usa la opción 
31504 \emph on
31505 pages
31506 \emph default
31507 , sólo se inserta la primera página del PDF.
31508 \end_layout
31509
31510 \begin_layout Description
31511 RasterImage Sirve para insertar imágenes bitmap.
31512  Casi todos los formatos populares de imágenes están soportados.
31513  Las imágenes se pueden tratar en el diálogo 
31514 \family sans
31515 Material Externo
31516 \family default
31517  como las que habitualmente se incluyen mediante el diálogo 
31518 \family sans
31519 Gráficos
31520 \family default
31521 , tal como se explica en la sección
31522 \begin_inset space ~
31523 \end_inset
31524
31525
31526 \begin_inset CommandInset ref
31527 LatexCommand ref
31528 reference "sec:Diálogo-Gráficos"
31529
31530 \end_inset
31531
31532 .
31533  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31534  PDF y EPS no están soportadas.
31535 \end_layout
31536
31537 \begin_layout Description
31538 XFig Esta plantilla soporta imágenes creadas con el programa 
31539 \series bold
31540
31541 \begin_inset CommandInset href
31542 LatexCommand href
31543 name "Xfig"
31544 target "http://en.wikipedia.org/wiki/Xfig"
31545
31546 \end_inset
31547
31548
31549 \series default
31550 .
31551 \end_layout
31552
31553 \begin_layout Standard
31554 \begin_inset Float table
31555 placement h
31556 wide false
31557 sideways false
31558 status open
31559
31560 \begin_layout Plain Layout
31561 \begin_inset Caption
31562
31563 \begin_layout Plain Layout
31564 \begin_inset CommandInset label
31565 LatexCommand label
31566 name "tab:Comparación-de"
31567
31568 \end_inset
31569
31570 Comparación de los métodos de inserción de fecha.
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \begin_layout Plain Layout
31579 \align center
31580 \begin_inset Tabular
31581 <lyxtabular version="3" rows="4" columns="4">
31582 <features>
31583 <column alignment="center" valignment="top" width="0">
31584 <column alignment="center" valignment="top" width="0">
31585 <column alignment="center" valignment="top" width="0">
31586 <column alignment="center" valignment="top" width="0">
31587 <row>
31588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31589 \begin_inset Text
31590
31591 \begin_layout Plain Layout
31592 Documento
31593 \end_layout
31594
31595 \end_inset
31596 </cell>
31597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31598 \begin_inset Text
31599
31600 \begin_layout Plain Layout
31601
31602 \family sans
31603 Material externo\SpecialChar \menuseparator
31604 Fecha
31605 \end_layout
31606
31607 \end_inset
31608 </cell>
31609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31610 \begin_inset Text
31611
31612 \begin_layout Plain Layout
31613
31614 \family sans
31615 Insertar\SpecialChar \menuseparator
31616 Fecha
31617 \end_layout
31618
31619 \end_inset
31620 </cell>
31621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625 comando 
31626 \series bold
31627
31628 \backslash
31629 today
31630 \end_layout
31631
31632 \end_inset
31633 </cell>
31634 </row>
31635 <row>
31636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31637 \begin_inset Text
31638
31639 \begin_layout Plain Layout
31640 LyX
31641 \end_layout
31642
31643 \end_inset
31644 </cell>
31645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649 como cuadro
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31655 \begin_inset Text
31656
31657 \begin_layout Plain Layout
31658 como fecha
31659 \end_layout
31660
31661 \end_inset
31662 </cell>
31663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31664 \begin_inset Text
31665
31666 \begin_layout Plain Layout
31667 como cuadro código TeX
31668 \end_layout
31669
31670 \end_inset
31671 </cell>
31672 </row>
31673 <row>
31674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31675 \begin_inset Text
31676
31677 \begin_layout Plain Layout
31678 LaTeX
31679 \end_layout
31680
31681 \end_inset
31682 </cell>
31683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31684 \begin_inset Text
31685
31686 \begin_layout Plain Layout
31687 como fecha
31688 \end_layout
31689
31690 \end_inset
31691 </cell>
31692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31693 \begin_inset Text
31694
31695 \begin_layout Plain Layout
31696 como fecha
31697 \end_layout
31698
31699 \end_inset
31700 </cell>
31701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31702 \begin_inset Text
31703
31704 \begin_layout Plain Layout
31705 como comando
31706 \end_layout
31707
31708 \end_inset
31709 </cell>
31710 </row>
31711 <row>
31712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31713 \begin_inset Text
31714
31715 \begin_layout Plain Layout
31716 DVI, PDF, PS
31717 \end_layout
31718
31719 \end_inset
31720 </cell>
31721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31722 \begin_inset Text
31723
31724 \begin_layout Plain Layout
31725 como fecha
31726 \end_layout
31727
31728 \end_inset
31729 </cell>
31730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31731 \begin_inset Text
31732
31733 \begin_layout Plain Layout
31734 como fecha
31735 \end_layout
31736
31737 \end_inset
31738 </cell>
31739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31740 \begin_inset Text
31741
31742 \begin_layout Plain Layout
31743 como fecha
31744 \end_layout
31745
31746 \end_inset
31747 </cell>
31748 </row>
31749 </lyxtabular>
31750
31751 \end_inset
31752
31753
31754 \end_layout
31755
31756 \end_inset
31757
31758
31759 \end_layout
31760
31761 \begin_layout Standard
31762 Si utilizas la opción 
31763 \family sans
31764 Borrador
31765 \family default
31766  en la solapa 
31767 \family sans
31768 Archivo
31769 \family default
31770  del diálogo 
31771 \family sans
31772 Material Externo
31773 \family default
31774 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31775 \family sans
31776
31777 \begin_inset Newline newline
31778 \end_inset
31779
31780
31781 \family default
31782 El material externo se muestra en LyX como un cuadro del tipo:
31783 \family sans
31784  
31785 \family default
31786
31787 \begin_inset Graphics
31788         filename clipart/MaterialExternoQt4.png
31789         scale 80
31790
31791 \end_inset
31792
31793  o como imagen, dependiendo de si se marca la opción 
31794 \family sans
31795 Mostrar en LyX 
31796 \family default
31797 de la pestaña 
31798 \family sans
31799 Opciones de LaTeX y LyX
31800 \family default
31801  del diálogo
31802 \family sans
31803 .
31804 \end_layout
31805
31806 \begin_layout Standard
31807 En el manual 
31808 \emph on
31809 Personalización
31810 \emph default
31811  se explica cómo definir tus propias plantillas.
31812 \end_layout
31813
31814 \begin_layout Section
31815 Documento hijo
31816 \begin_inset CommandInset label
31817 LatexCommand label
31818 name "sec:Documento-Hijo"
31819
31820 \end_inset
31821
31822
31823 \begin_inset Index
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827 Documento hijo
31828 \end_layout
31829
31830 \end_inset
31831
31832
31833 \end_layout
31834
31835 \begin_layout Standard
31836 Los documentos hijos se emplean en el caso de tener un documento extenso
31837  compuesto por varias partes o secciones más grandes.
31838  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31839  en varios archivos que pueden ser revisados por separado.
31840  Estos archivos se conocen como documentos hijos, y el llamado documento
31841  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31842  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
31843  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
31844 \end_layout
31845
31846 \begin_layout Standard
31847 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31848  en el menú 
31849 \family sans
31850 Documento\SpecialChar \menuseparator
31851 Configuración\SpecialChar \menuseparator
31852 Clase del documento
31853 \family default
31854  del documento hijo especifica el documento maestro predeterminado.
31855  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31856  el documento hijo.
31857 \end_layout
31858
31859 \begin_layout Standard
31860 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31861  cuadros del tipo: 
31862 \begin_inset Graphics
31863         filename clipart/DocumentoHijoQt4.png
31864         scale 80
31865
31866 \end_inset
31867
31868 .
31869  Para incluir documentos hijos en un documento maestro utiliza el menú 
31870 \family sans
31871 Insertar
31872 \family default
31873 \SpecialChar \menuseparator
31874
31875 \family sans
31876 Archivo
31877 \family default
31878 \SpecialChar \menuseparator
31879
31880 \family sans
31881 Documento
31882 \begin_inset space ~
31883 \end_inset
31884
31885 hijo
31886 \family default
31887 .
31888  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31889 \end_layout
31890
31891 \begin_layout Description
31892 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31893  Al pulsar el botón 
31894 \family sans
31895 Cargar
31896 \family default
31897  en el diálogo 
31898 \family sans
31899 Documento hijo
31900 \family default
31901 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31902  la ventana de LyX y así puedes modificarlos si quieres.
31903 \end_layout
31904
31905 \begin_layout Standard
31906 Aquí hay un archivo insertado con el método 
31907 \family sans
31908 Incluir
31909 \family default
31910
31911 \begin_inset CommandInset include
31912 LatexCommand include
31913 filename "DocumentoPostizo1.lyx"
31914
31915 \end_inset
31916
31917
31918 \end_layout
31919
31920 \begin_layout Standard
31921 La numeración de secciones tiene en cuenta las secciones de los archivos
31922  incluidos en el orden en que están insertados en el documento maestro.
31923  El documento incluido de ejemplo tiene una subsección que se numera como
31924  subsección de la presente sección.
31925  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31926 \begin_inset space ~
31927 \end_inset
31928
31929
31930 \begin_inset CommandInset ref
31931 LatexCommand ref
31932 reference "sub:Subsección-Externa-1"
31933
31934 \end_inset
31935
31936 .
31937 \end_layout
31938
31939 \begin_layout Standard
31940 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31941  del documento maestro.
31942  Las ramas en los documentos hijos serán ignoradas por el documento maestro
31943  si éste no tiene una rama con el mismo nombre.
31944  Los documentos incluidos se insertan comenzando una página nueva y acabando
31945  con un salto de página.
31946 \end_layout
31947
31948 \begin_layout Standard
31949 En caso de estar trabajando solo en un capítulo determinado de un documento
31950  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
31951  cada archivo incluido en una rama.
31952 \begin_inset Foot
31953 status collapsed
31954
31955 \begin_layout Plain Layout
31956 Las ramas se describen en la sección
31957 \emph on
31958  Ramas
31959 \emph default
31960  de la  
31961 \emph on
31962 Guía del usuario
31963 \emph default
31964  de LyX.
31965 \end_layout
31966
31967 \end_inset
31968
31969  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
31970  aparecerán en la salida.
31971 \end_layout
31972
31973 \begin_layout Standard
31974 \begin_inset Note Greyedout
31975 status open
31976
31977 \begin_layout Plain Layout
31978
31979 \series bold
31980 Nota:
31981 \series default
31982  Debido a un fallo de LyX, el comando LaTeX 
31983 \series bold
31984
31985 \backslash
31986 includeonly
31987 \series default
31988  no se puede usar por el momento como alternativa para decidir qué archivos
31989  deberían ser incluidos.
31990 \end_layout
31991
31992 \end_inset
31993
31994
31995 \end_layout
31996
31997 \begin_layout Standard
31998 \begin_inset Note Greyedout
31999 status open
32000
32001 \begin_layout Plain Layout
32002
32003 \series bold
32004 Nota:
32005 \series default
32006  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
32007  a la del documento maestro, recibirás una advertencia al exportar/ver el
32008  documento, ya que esto podría dar resultados inesperados.
32009 \end_layout
32010
32011 \end_inset
32012
32013
32014 \end_layout
32015
32016 \begin_layout Description
32017 Entrada Este método es muy parecido al método 
32018 \family sans
32019 Incluir
32020 \family default
32021 .
32022  Las diferencias son:
32023 \end_layout
32024
32025 \begin_deeper
32026 \begin_layout Itemize
32027 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
32028  un salto de página.
32029 \end_layout
32030
32031 \begin_layout Itemize
32032 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
32033 \family sans
32034 Vista
32035 \begin_inset space ~
32036 \end_inset
32037
32038 preliminar
32039 \begin_inset space ~
32040 \end_inset
32041
32042 inmediata 
32043 \family default
32044 está activada en el diálogo 
32045 \family sans
32046 Herramientas\SpecialChar \menuseparator
32047 Preferencias
32048 \family default
32049 , apartado 
32050 \family sans
32051 Apariencia\SpecialChar \menuseparator
32052 Gráficos
32053 \family default
32054 .
32055 \end_layout
32056
32057 \begin_layout Itemize
32058 No se puede utilizar el comando LaTeX 
32059 \series bold
32060
32061 \backslash
32062 includeonly
32063 \series default
32064 .
32065 \end_layout
32066
32067 \end_deeper
32068 \begin_layout Standard
32069 Aquí hay un documento hijo insertado con el método 
32070 \family sans
32071 Entrada
32072 \family default
32073 :
32074 \end_layout
32075
32076 \begin_layout Standard
32077 \begin_inset CommandInset include
32078 LatexCommand input
32079 filename "DocumentoPostizo2.lyx"
32080
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \begin_layout Description
32087 Literal Con este método se puede incluir todo archivo de texto.
32088  El archivo aparece en la salida con su código fuente, y si contiene comandos
32089  no se ejecutan.
32090  Con la opción 
32091 \family sans
32092 Marcar espacios en la salida
32093 \family default
32094  cada espacio en el código fuente se muestra en la salida con el carácter
32095  «
32096 \begin_inset ERT
32097 status collapsed
32098
32099 \begin_layout Plain Layout
32100
32101
32102 \backslash
32103 textvisiblespace
32104 \end_layout
32105
32106 \end_inset
32107
32108 ».
32109  La diferencia con el método de inserción mediante el menú 
32110 \family sans
32111 Insertar
32112 \family default
32113 \SpecialChar \menuseparator
32114
32115 \family sans
32116 Archivo
32117 \family default
32118 \SpecialChar \menuseparator
32119
32120 \family sans
32121 Texto
32122 \begin_inset space ~
32123 \end_inset
32124
32125 simple
32126 \family default
32127  es que en este caso el contenido del archivo se ve en LyX, mientras que
32128  en modo 
32129 \family sans
32130 Literal 
32131 \family default
32132 no se muestra el contenido, sino un recuadro con el nombre.
32133
32134 \family sans
32135  
32136 \end_layout
32137
32138 \begin_layout Standard
32139 Aquí se inserta un documento hijo en modo Literal:
32140 \begin_inset CommandInset include
32141 LatexCommand verbatiminput
32142 filename "DocumentoTextoPostizo.txt"
32143
32144 \end_inset
32145
32146
32147 \begin_inset VSpace bigskip
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \begin_layout Standard
32154 Aquí se inserta un documento hijo en modo Literal con la opción 
32155 \family sans
32156 Marcar espacios en la salida
32157 \family default
32158 :
32159 \begin_inset CommandInset include
32160 LatexCommand verbatiminput*
32161 filename "DocumentoTextoPostizo.txt"
32162
32163 \end_inset
32164
32165
32166 \begin_inset VSpace bigskip
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \begin_layout Standard
32173 \begin_inset Note Greyedout
32174 status open
32175
32176 \begin_layout Plain Layout
32177
32178 \series bold
32179 Nota:
32180 \series default
32181  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32182  incluidos en modo 
32183 \family sans
32184 literal
32185 \family default
32186  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32187  archivo de texto.
32188 \end_layout
32189
32190 \end_inset
32191
32192
32193 \end_layout
32194
32195 \begin_layout Description
32196 Listado
32197 \begin_inset space ~
32198 \end_inset
32199
32200 de
32201 \begin_inset space ~
32202 \end_inset
32203
32204 programa Este tipo se describe en el capítulo
32205 \begin_inset space ~
32206 \end_inset
32207
32208
32209 \begin_inset CommandInset ref
32210 LatexCommand ref
32211 reference "cap:Listado-de-programa"
32212
32213 \end_inset
32214
32215 .
32216 \end_layout
32217
32218 \begin_layout Standard
32219 \begin_inset Note Greyedout
32220 status open
32221
32222 \begin_layout Plain Layout
32223
32224 \series bold
32225 Nota:
32226 \series default
32227  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32228  problemas en LaTeX.
32229 \end_layout
32230
32231 \end_inset
32232
32233
32234 \end_layout
32235
32236 \begin_layout Chapter
32237 Listado de programa
32238 \begin_inset CommandInset label
32239 LatexCommand label
32240 name "cap:Listado-de-programa"
32241
32242 \end_inset
32243
32244
32245 \begin_inset Index
32246 status collapsed
32247
32248 \begin_layout Plain Layout
32249 Listado de programa
32250 \end_layout
32251
32252 \end_inset
32253
32254
32255 \begin_inset Index
32256 status collapsed
32257
32258 \begin_layout Plain Layout
32259 Código de programa
32260 \end_layout
32261
32262 \end_inset
32263
32264
32265 \begin_inset Index
32266 status collapsed
32267
32268 \begin_layout Plain Layout
32269 Flotantes ! Listado de programa
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \begin_layout Standard
32278 Para incluir y tipografiar código de programación puedes usar la opción
32279  de menú disponible en 
32280 \family sans
32281 Insertar\SpecialChar \menuseparator
32282 Listado
32283 \begin_inset space ~
32284 \end_inset
32285
32286 de
32287 \begin_inset space ~
32288 \end_inset
32289
32290 programa.
32291  
32292 \family default
32293 El paquete LaTeX 
32294 \series bold
32295 listings
32296 \series default
32297
32298 \begin_inset Index
32299 status collapsed
32300
32301 \begin_layout Plain Layout
32302 LaTeX-paquetes ! listings
32303 \end_layout
32304
32305 \end_inset
32306
32307  provee un mecanismo potente y flexible para insertar código fuente en tu
32308  documento.
32309 \end_layout
32310
32311 \begin_layout Standard
32312 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32313  incorporado en el que puedes configurar su formato.
32314 \end_layout
32315
32316 \begin_layout Standard
32317 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32318  La opción de ubicación 
32319 \family sans
32320 Listado
32321 \begin_inset space ~
32322 \end_inset
32323
32324 en
32325 \begin_inset space ~
32326 \end_inset
32327
32328 línea
32329 \family default
32330  lo imprime en la línea, como este ejemplo: 
32331 \begin_inset listings
32332 lstparams "language={C++}"
32333 inline true
32334 status open
32335
32336 \begin_layout Plain Layout
32337
32338 int a=5;
32339 \end_layout
32340
32341 \end_inset
32342
32343
32344 \family sans
32345
32346 \begin_inset Newline newline
32347 \end_inset
32348
32349
32350 \family default
32351 La opción 
32352 \family sans
32353 Flotante
32354 \family default
32355  crea un listado flotante cuya colocación se puede especificar mediante
32356  las opciones «
32357 \family sans
32358 h
32359 \family default
32360 », «
32361 \family sans
32362 t
32363 \family default
32364 », «
32365 \family sans
32366 b
32367 \family default
32368 » y «
32369 \family sans
32370 p
32371 \family default
32372 », correspondientes a las opciones de colocación de flotantes descritas
32373  en la sección
32374 \family sans
32375
32376 \begin_inset space ~
32377 \end_inset
32378
32379
32380 \begin_inset CommandInset ref
32381 LatexCommand ref
32382 reference "sec:Colocación-de-Flotantes"
32383
32384 \end_inset
32385
32386
32387 \family default
32388 .
32389  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32390  p.
32391 \family sans
32392
32393 \begin_inset space \thinspace{}
32394 \end_inset
32395
32396
32397 \family default
32398 e.
32399 \begin_inset space ~
32400 \end_inset
32401
32402 «
32403 \family sans
32404 htbp
32405 \family default
32406 ».
32407  La opción «
32408 \family sans
32409 h
32410 \family default
32411 » a veces no tiene efecto, pero no necesitas usar la opción 
32412 \family sans
32413 Flotante
32414 \family default
32415  en ese caso puesto que los listados de programa no flotantes también pueden
32416  tener leyendas y ser referenciadas.
32417 \end_layout
32418
32419 \begin_layout Standard
32420 Se puede añadir una leyenda a un listado de programa con el menú 
32421 \family sans
32422 Insertar\SpecialChar \menuseparator
32423 Leyenda
32424 \family default
32425
32426 \begin_inset Foot
32427 status collapsed
32428
32429 \begin_layout Plain Layout
32430 Para traducir la etiqueta 
32431 \begin_inset Quotes eld
32432 \end_inset
32433
32434 Listado
32435 \begin_inset Quotes erd
32436 \end_inset
32437
32438  de la leyenda, se añade al preámbulo del documento el comando 
32439 \series bold
32440
32441 \backslash
32442 renewcommand{
32443 \backslash
32444 lstlistingname}{Listado}
32445 \series default
32446 .
32447  (
32448 \emph on
32449 N.
32450 \begin_inset space \thinspace{}
32451 \end_inset
32452
32453 del t.
32454 \emph default
32455 )
32456 \end_layout
32457
32458 \end_inset
32459
32460 .
32461  Los listados de programa se pueden referenciar como los flotantes: Listado
32462 \begin_inset space ~
32463 \end_inset
32464
32465
32466 \begin_inset CommandInset ref
32467 LatexCommand ref
32468 reference "lst:Ejemplo-de-listado-de-programa"
32469
32470 \end_inset
32471
32472
32473 \end_layout
32474
32475 \begin_layout Standard
32476 \begin_inset listings
32477 lstparams "language=Python"
32478 inline false
32479 status open
32480
32481 \begin_layout Plain Layout
32482
32483 \begin_inset Caption
32484
32485 \begin_layout Plain Layout
32486 \begin_inset CommandInset label
32487 LatexCommand label
32488 name "lst:Ejemplo-de-listado-de-programa"
32489
32490 \end_inset
32491
32492 Ejemplo de listado de programa flotante
32493 \end_layout
32494
32495 \end_inset
32496
32497 # Ejemplo de listado flotante
32498 \end_layout
32499
32500 \begin_layout Plain Layout
32501
32502 def func(param):
32503 \end_layout
32504
32505 \begin_layout Plain Layout
32506
32507     'this is a python function'
32508 \end_layout
32509
32510 \begin_layout Plain Layout
32511
32512     pass
32513 \end_layout
32514
32515 \end_inset
32516
32517
32518 \end_layout
32519
32520 \begin_layout Standard
32521 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32522  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32523  y tipografiadas de manera especial en la salida.
32524  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32525  negrita.
32526 \end_layout
32527
32528 \begin_layout Standard
32529 \begin_inset Note Greyedout
32530 status open
32531
32532 \begin_layout Plain Layout
32533
32534 \series bold
32535 Nota:
32536 \series default
32537  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32538  debe probablemente a que dicha fuente no suministra negritas.
32539  En este caso selecciona una fuente distinta en el menú 
32540 \family sans
32541 Documento
32542 \family default
32543 \SpecialChar \menuseparator
32544
32545 \family sans
32546 Configuración
32547 \family default
32548 \SpecialChar \menuseparator
32549
32550 \family sans
32551 Fuentes.
32552  
32553 \family default
32554 (Las fuentes 
32555 \emph on
32556 LuxiMono, BeraMono
32557 \emph default
32558  y 
32559 \emph on
32560 Courier 
32561 \emph default
32562 suministran negritas.)
32563 \end_layout
32564
32565 \end_inset
32566
32567
32568 \end_layout
32569
32570 \begin_layout Standard
32571 En la sección 
32572 \family sans
32573 Numeración
32574 \begin_inset space ~
32575 \end_inset
32576
32577 de
32578 \begin_inset space ~
32579 \end_inset
32580
32581 líneas
32582 \family default
32583  del diálogo puedes elegir el estilo de numeración de las líneas.
32584  En el campo 
32585 \family sans
32586 Paso 
32587 \family default
32588 puedes insertar un número para determinar qué líneas se numeran.
32589  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32590  
32591 \end_layout
32592
32593 \begin_layout Standard
32594 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32595  en la salida.
32596  La opción 
32597 \family sans
32598 Tabla
32599 \begin_inset space ~
32600 \end_inset
32601
32602 de
32603 \begin_inset space ~
32604 \end_inset
32605
32606 caracteres
32607 \begin_inset space ~
32608 \end_inset
32609
32610 extendida
32611 \family default
32612  debería emplearse si se usan en el código caracteres nacionales como la
32613  diéresis alemana.
32614 \begin_inset Newline newline
32615 \end_inset
32616
32617 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32618  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32619  y «Espacio como símbolo», rango de líneas 3-8:
32620 \begin_inset listings
32621 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32622 inline false
32623 status open
32624
32625 \begin_layout Plain Layout
32626
32627 def func(param):
32628 \end_layout
32629
32630 \begin_layout Plain Layout
32631
32632     'this is a python function'
32633 \end_layout
32634
32635 \begin_layout Plain Layout
32636
32637     pass
32638 \end_layout
32639
32640 \begin_layout Plain Layout
32641
32642 def func(param):
32643 \end_layout
32644
32645 \begin_layout Plain Layout
32646
32647 'This is a German word: Tschüß'
32648 \end_layout
32649
32650 \begin_layout Plain Layout
32651
32652 pass
32653 \end_layout
32654
32655 \begin_layout Plain Layout
32656
32657 def func(param):
32658 \end_layout
32659
32660 \begin_layout Plain Layout
32661
32662 'this is a python function'
32663 \end_layout
32664
32665 \begin_layout Plain Layout
32666
32667 pass
32668 \end_layout
32669
32670 \end_inset
32671
32672
32673 \end_layout
32674
32675 \begin_layout Standard
32676 \begin_inset Note Greyedout
32677 status open
32678
32679 \begin_layout Plain Layout
32680
32681 \series bold
32682 Nota:
32683 \series default
32684  Debido a un error en el paquete 
32685 \series bold
32686 listings
32687 \series default
32688  la numeración de líneas cambia en una línea por cada listado previo.
32689  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32690  3 y 6.
32691 \end_layout
32692
32693 \end_inset
32694
32695
32696 \end_layout
32697
32698 \begin_layout Standard
32699 \begin_inset VSpace bigskip
32700 \end_inset
32701
32702
32703 \end_layout
32704
32705 \begin_layout Standard
32706 También es posible imprimir como listado de programa líneas de un archivo.
32707  Para hacer esto, usa el menú 
32708 \family sans
32709 Insertar\SpecialChar \menuseparator
32710 Archivo\SpecialChar \menuseparator
32711 Documento
32712 \begin_inset space ~
32713 \end_inset
32714
32715 hijo 
32716 \family default
32717 y elige el tipo 
32718 \family sans
32719 Listado de programa
32720 \family default
32721 .
32722 \begin_inset Foot
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726 Los restantes tipos de documento hijo se describen en la sección
32727 \begin_inset space ~
32728 \end_inset
32729
32730
32731 \begin_inset CommandInset ref
32732 LatexCommand ref
32733 reference "sec:Documento-Hijo"
32734
32735 \end_inset
32736
32737 .
32738 \end_layout
32739
32740 \end_inset
32741
32742  En el diálogo de documento hijo puedes especificar los parámetros del listado
32743  en el cuadro de texto.
32744  Para ver una lista de los parámetros disponibles teclea una interrogación
32745  «?» en el cuadro.
32746 \end_layout
32747
32748 \begin_layout Standard
32749 Para referenciar un documento hijo tipo listado, escribe el texto de la
32750  etiqueta en el campo correspondiente del diálogo de documento hijo.
32751  Después se puede referenciar la etiqueta con el menú 
32752 \family sans
32753 Insertar\SpecialChar \menuseparator
32754 Referencia cruzada.
32755 \end_layout
32756
32757 \begin_layout Standard
32758 A continuación hay un ejemplo, Listado
32759 \begin_inset space ~
32760 \end_inset
32761
32762
32763 \begin_inset CommandInset ref
32764 LatexCommand ref
32765 reference "lst:archivo-listado"
32766
32767 \end_inset
32768
32769 , de inserción de líneas de un archivo; en él se incluye el rango de las
32770  líneas 10
32771 \begin_inset space \thinspace{}
32772 \end_inset
32773
32774 -
32775 \begin_inset space \thinspace{}
32776 \end_inset
32777
32778 15 de este archivo LyX.
32779 \end_layout
32780
32781 \begin_layout Standard
32782 \begin_inset CommandInset include
32783 LatexCommand lstinputlisting
32784 filename "EmbeddedObjects.lyx"
32785 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32786
32787 \end_inset
32788
32789
32790 \begin_inset VSpace bigskip
32791 \end_inset
32792
32793
32794 \end_layout
32795
32796 \begin_layout Standard
32797 Las preferencias globales se pueden establecer en el diálogo 
32798 \family sans
32799 Documento\SpecialChar \menuseparator
32800 Configuración\SpecialChar \menuseparator
32801 Diseño
32802 \begin_inset space ~
32803 \end_inset
32804
32805 del
32806 \begin_inset space ~
32807 \end_inset
32808
32809 texto.
32810  
32811 \family default
32812 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32813  «?» en el campo de texto.
32814 \end_layout
32815
32816 \begin_layout Standard
32817 Para más información sobre el paquete 
32818 \series bold
32819 listings
32820 \series default
32821 , consulta su documentación
32822 \begin_inset space ~
32823 \end_inset
32824
32825
32826 \begin_inset CommandInset citation
32827 LatexCommand cite
32828 key "listings"
32829
32830 \end_inset
32831
32832 .
32833 \end_layout
32834
32835 \begin_layout Standard
32836 \begin_inset Newpage newpage
32837 \end_inset
32838
32839
32840 \end_layout
32841
32842 \begin_layout Chapter
32843 \start_of_appendix
32844 Unidades disponibles en LyX
32845 \begin_inset Index
32846 status collapsed
32847
32848 \begin_layout Plain Layout
32849 Unidades
32850 \end_layout
32851
32852 \end_inset
32853
32854
32855 \begin_inset CommandInset label
32856 LatexCommand label
32857 name "cap:Unidades-disponibles-en"
32858
32859 \end_inset
32860
32861
32862 \end_layout
32863
32864 \begin_layout Standard
32865 Para comprender las unidades utilizadas en este manual, el cuadro
32866 \begin_inset space ~
32867 \end_inset
32868
32869
32870 \begin_inset CommandInset ref
32871 LatexCommand ref
32872 reference "tab:Unidades"
32873
32874 \end_inset
32875
32876  describe todas las unidades disponibles en LyX.
32877 \end_layout
32878
32879 \begin_layout Standard
32880 \begin_inset Float table
32881 placement h
32882 wide false
32883 sideways false
32884 status open
32885
32886 \begin_layout Plain Layout
32887 \begin_inset Caption
32888
32889 \begin_layout Plain Layout
32890 \begin_inset CommandInset label
32891 LatexCommand label
32892 name "tab:Unidades"
32893
32894 \end_inset
32895
32896 Unidades
32897 \end_layout
32898
32899 \end_inset
32900
32901
32902 \end_layout
32903
32904 \begin_layout Plain Layout
32905 \begin_inset VSpace medskip
32906 \end_inset
32907
32908
32909 \end_layout
32910
32911 \begin_layout Plain Layout
32912 \align center
32913 \begin_inset Tabular
32914 <lyxtabular version="3" rows="20" columns="2">
32915 <features>
32916 <column alignment="center" valignment="top" width="0">
32917 <column alignment="center" valignment="top" width="0">
32918 <row>
32919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32920 \begin_inset Text
32921
32922 \begin_layout Plain Layout
32923 unidad
32924 \end_layout
32925
32926 \end_inset
32927 </cell>
32928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32929 \begin_inset Text
32930
32931 \begin_layout Plain Layout
32932 nombre/descripción
32933 \end_layout
32934
32935 \end_inset
32936 </cell>
32937 </row>
32938 <row>
32939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32940 \begin_inset Text
32941
32942 \begin_layout Plain Layout
32943 mm
32944 \end_layout
32945
32946 \end_inset
32947 </cell>
32948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32949 \begin_inset Text
32950
32951 \begin_layout Plain Layout
32952 milímetro
32953 \end_layout
32954
32955 \end_inset
32956 </cell>
32957 </row>
32958 <row>
32959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32960 \begin_inset Text
32961
32962 \begin_layout Plain Layout
32963 cm
32964 \end_layout
32965
32966 \end_inset
32967 </cell>
32968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32969 \begin_inset Text
32970
32971 \begin_layout Plain Layout
32972 centímetro
32973 \end_layout
32974
32975 \end_inset
32976 </cell>
32977 </row>
32978 <row>
32979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32980 \begin_inset Text
32981
32982 \begin_layout Plain Layout
32983 in
32984 \end_layout
32985
32986 \end_inset
32987 </cell>
32988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32989 \begin_inset Text
32990
32991 \begin_layout Plain Layout
32992 pulgada
32993 \end_layout
32994
32995 \end_inset
32996 </cell>
32997 </row>
32998 <row>
32999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33000 \begin_inset Text
33001
33002 \begin_layout Plain Layout
33003 pt
33004 \end_layout
33005
33006 \end_inset
33007 </cell>
33008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33009 \begin_inset Text
33010
33011 \begin_layout Plain Layout
33012 punto (72.27
33013 \begin_inset space \thinspace{}
33014 \end_inset
33015
33016 pt = 1
33017 \begin_inset space \thinspace{}
33018 \end_inset
33019
33020 in)
33021 \end_layout
33022
33023 \end_inset
33024 </cell>
33025 </row>
33026 <row>
33027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33028 \begin_inset Text
33029
33030 \begin_layout Plain Layout
33031 pc
33032 \end_layout
33033
33034 \end_inset
33035 </cell>
33036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33037 \begin_inset Text
33038
33039 \begin_layout Plain Layout
33040 pica (1
33041 \begin_inset space \thinspace{}
33042 \end_inset
33043
33044 pc = 12
33045 \begin_inset space \thinspace{}
33046 \end_inset
33047
33048 pt)
33049 \end_layout
33050
33051 \end_inset
33052 </cell>
33053 </row>
33054 <row>
33055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33056 \begin_inset Text
33057
33058 \begin_layout Plain Layout
33059 sp
33060 \end_layout
33061
33062 \end_inset
33063 </cell>
33064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33065 \begin_inset Text
33066
33067 \begin_layout Plain Layout
33068 punto escalado (65536
33069 \begin_inset space \thinspace{}
33070 \end_inset
33071
33072 sp = 1
33073 \begin_inset space \thinspace{}
33074 \end_inset
33075
33076 pt)
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 </row>
33082 <row>
33083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33084 \begin_inset Text
33085
33086 \begin_layout Plain Layout
33087 bp
33088 \end_layout
33089
33090 \end_inset
33091 </cell>
33092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33093 \begin_inset Text
33094
33095 \begin_layout Plain Layout
33096 punto grande (72
33097 \begin_inset space \thinspace{}
33098 \end_inset
33099
33100 bp = 1
33101 \begin_inset space \thinspace{}
33102 \end_inset
33103
33104 in)
33105 \end_layout
33106
33107 \end_inset
33108 </cell>
33109 </row>
33110 <row>
33111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33112 \begin_inset Text
33113
33114 \begin_layout Plain Layout
33115 dd
33116 \end_layout
33117
33118 \end_inset
33119 </cell>
33120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33121 \begin_inset Text
33122
33123 \begin_layout Plain Layout
33124 didot (1
33125 \begin_inset space \thinspace{}
33126 \end_inset
33127
33128 dd 
33129 \begin_inset Formula $\approx$
33130 \end_inset
33131
33132  0.376
33133 \begin_inset space \thinspace{}
33134 \end_inset
33135
33136 mm)
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 </row>
33142 <row>
33143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147 cc
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156 cicero (1
33157 \begin_inset space \thinspace{}
33158 \end_inset
33159
33160 cc = 12
33161 \begin_inset space \thinspace{}
33162 \end_inset
33163
33164 dd)
33165 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 </row>
33170 <row>
33171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175 escala
33176 \begin_inset space \thinspace{}
33177 \end_inset
33178
33179 %
33180 \end_layout
33181
33182 \end_inset
33183 </cell>
33184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33185 \begin_inset Text
33186
33187 \begin_layout Plain Layout
33188 % del tamaño original de la imagen
33189 \end_layout
33190
33191 \end_inset
33192 </cell>
33193 </row>
33194 <row>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 texto
33200 \begin_inset space \thinspace{}
33201 \end_inset
33202
33203 %
33204 \end_layout
33205
33206 \end_inset
33207 </cell>
33208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33209 \begin_inset Text
33210
33211 \begin_layout Plain Layout
33212 % de anchura de texto
33213 \end_layout
33214
33215 \end_inset
33216 </cell>
33217 </row>
33218 <row>
33219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33220 \begin_inset Text
33221
33222 \begin_layout Plain Layout
33223 columna
33224 \begin_inset space \thinspace{}
33225 \end_inset
33226
33227 %
33228 \end_layout
33229
33230 \end_inset
33231 </cell>
33232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33233 \begin_inset Text
33234
33235 \begin_layout Plain Layout
33236 % de anchura de columna
33237 \end_layout
33238
33239 \end_inset
33240 </cell>
33241 </row>
33242 <row>
33243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33244 \begin_inset Text
33245
33246 \begin_layout Plain Layout
33247 página
33248 \begin_inset space \thinspace{}
33249 \end_inset
33250
33251 %
33252 \end_layout
33253
33254 \end_inset
33255 </cell>
33256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33257 \begin_inset Text
33258
33259 \begin_layout Plain Layout
33260 % de anchura de página
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 </row>
33266 <row>
33267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33268 \begin_inset Text
33269
33270 \begin_layout Plain Layout
33271 línea
33272 \begin_inset space \thinspace{}
33273 \end_inset
33274
33275 %
33276 \end_layout
33277
33278 \end_inset
33279 </cell>
33280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33281 \begin_inset Text
33282
33283 \begin_layout Plain Layout
33284 % de anchura de línea
33285 \end_layout
33286
33287 \end_inset
33288 </cell>
33289 </row>
33290 <row>
33291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33292 \begin_inset Text
33293
33294 \begin_layout Plain Layout
33295 alt.
33296  texto
33297 \begin_inset space \thinspace{}
33298 \end_inset
33299
33300 %
33301 \end_layout
33302
33303 \end_inset
33304 </cell>
33305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33306 \begin_inset Text
33307
33308 \begin_layout Plain Layout
33309 % de altura de texto
33310 \end_layout
33311
33312 \end_inset
33313 </cell>
33314 </row>
33315 <row>
33316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33317 \begin_inset Text
33318
33319 \begin_layout Plain Layout
33320 alt.
33321  pág.
33322 \begin_inset space \thinspace{}
33323 \end_inset
33324
33325 %
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33331 \begin_inset Text
33332
33333 \begin_layout Plain Layout
33334 % de altura de página
33335 \end_layout
33336
33337 \end_inset
33338 </cell>
33339 </row>
33340 <row>
33341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345 ex
33346 \end_layout
33347
33348 \end_inset
33349 </cell>
33350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33351 \begin_inset Text
33352
33353 \begin_layout Plain Layout
33354 altura de la letra 
33355 \emph on
33356 x
33357 \emph default
33358  en la fuente actual
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 </row>
33364 <row>
33365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33366 \begin_inset Text
33367
33368 \begin_layout Plain Layout
33369 em
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 anchura de la letra 
33379 \emph on
33380 M
33381 \emph default
33382  en la fuente actual
33383 \end_layout
33384
33385 \end_inset
33386 </cell>
33387 </row>
33388 <row>
33389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33390 \begin_inset Text
33391
33392 \begin_layout Plain Layout
33393 mu
33394 \end_layout
33395
33396 \end_inset
33397 </cell>
33398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33399 \begin_inset Text
33400
33401 \begin_layout Plain Layout
33402 unidad matemática (1
33403 \begin_inset space \thinspace{}
33404 \end_inset
33405
33406 mu = 1/18
33407 \begin_inset space \thinspace{}
33408 \end_inset
33409
33410 em)
33411 \end_layout
33412
33413 \end_inset
33414 </cell>
33415 </row>
33416 </lyxtabular>
33417
33418 \end_inset
33419
33420
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Chapter
33429 Formatos de archivos de salida con gráficos
33430 \begin_inset CommandInset label
33431 LatexCommand label
33432 name "cap:Formatos-de-Archivos-de-Salida"
33433
33434 \end_inset
33435
33436
33437 \end_layout
33438
33439 \begin_layout Section
33440 DVI
33441 \begin_inset Index
33442 status collapsed
33443
33444 \begin_layout Plain Layout
33445 Formatos de archivo ! DVI
33446 \end_layout
33447
33448 \end_inset
33449
33450
33451 \begin_inset Index
33452 status collapsed
33453
33454 \begin_layout Plain Layout
33455 DVI|see
33456 \begin_inset ERT
33457 status collapsed
33458
33459 \begin_layout Plain Layout
33460
33461 {
33462 \end_layout
33463
33464 \end_inset
33465
33466 Formatos de archivo
33467 \begin_inset ERT
33468 status collapsed
33469
33470 \begin_layout Plain Layout
33471
33472 }
33473 \end_layout
33474
33475 \end_inset
33476
33477
33478 \end_layout
33479
33480 \end_inset
33481
33482
33483 \end_layout
33484
33485 \begin_layout Standard
33486 Este tipo de archivo tiene la extensión «
33487 \family typewriter
33488 .dvi
33489 \family default
33490 ».
33491  Se denomina «device-independent» (DVI), porque es completamente portable;
33492  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33493  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33494  Los DVI se usan para vistas preliminares rápidas y como preparación para
33495  otros formatos de salida como PostScript.
33496 \end_layout
33497
33498 \begin_layout Standard
33499 \begin_inset Note Greyedout
33500 status open
33501
33502 \begin_layout Plain Layout
33503
33504 \series bold
33505 Nota:
33506 \series default
33507  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33508 \end_layout
33509
33510 \end_inset
33511
33512  Por tanto no debes olvidar esto si mueves archivos 
33513 \family typewriter
33514 .dvi
33515 \family default
33516  a otro ordenador.
33517  Esta característica también puede retardar la visualización del archivo,
33518  porque el visor DVI tiene que convertir la imagen en segundo plano para
33519  hacerla visible al deslizar el visor.
33520  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33521 \end_layout
33522
33523 \begin_layout Standard
33524 Un documento se exporta a DVI con el menú 
33525 \family sans
33526 Archivo\SpecialChar \menuseparator
33527 Exportar\SpecialChar \menuseparator
33528 DVI
33529 \family default
33530 .
33531  Puedes ver la salida del documento en DVI con el menú 
33532 \family sans
33533 Ver\SpecialChar \menuseparator
33534 DVI 
33535 \family default
33536 o con el botón
33537 \begin_inset space ~
33538 \end_inset
33539
33540
33541 \begin_inset Graphics
33542         filename ../../images/buffer-view_dvi.png
33543         scale 85
33544
33545 \end_inset
33546
33547 .
33548 \end_layout
33549
33550 \begin_layout Section
33551 PostScript
33552 \begin_inset CommandInset label
33553 LatexCommand label
33554 name "sec:PostScript"
33555
33556 \end_inset
33557
33558
33559 \begin_inset Index
33560 status collapsed
33561
33562 \begin_layout Plain Layout
33563 Formatos de archivo ! PostScript
33564 \end_layout
33565
33566 \end_inset
33567
33568
33569 \begin_inset Index
33570 status collapsed
33571
33572 \begin_layout Plain Layout
33573 PostScript|see
33574 \begin_inset ERT
33575 status collapsed
33576
33577 \begin_layout Plain Layout
33578
33579 {
33580 \end_layout
33581
33582 \end_inset
33583
33584 Formatos de archivo
33585 \begin_inset ERT
33586 status collapsed
33587
33588 \begin_layout Plain Layout
33589
33590 }
33591 \end_layout
33592
33593 \end_inset
33594
33595
33596 \end_layout
33597
33598 \end_inset
33599
33600
33601 \end_layout
33602
33603 \begin_layout Standard
33604 Este tipo de archivo tiene la extensión «
33605 \family typewriter
33606 .ps
33607 \family default
33608 ».
33609  PostScript fue desarrollado por la compañía 
33610 \family typewriter
33611 Adobe
33612 \family default
33613  como lenguaje para impresoras.
33614  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33615  PostScript puede considerarse como un «lenguaje de programación»; con él
33616  puedes calcular y dibujar imágenes y diagramas.
33617 \begin_inset Foot
33618 status collapsed
33619
33620 \begin_layout Plain Layout
33621 Si estás interesado en este tema acude al paquete LaTeX 
33622 \series bold
33623 PSTricks
33624 \series default
33625  
33626 \begin_inset CommandInset citation
33627 LatexCommand cite
33628 key "pstricks"
33629
33630 \end_inset
33631
33632 .
33633 \end_layout
33634
33635 \end_inset
33636
33637  Por esto los archivos suelen ser más grandes que los PDF.
33638 \end_layout
33639
33640 \begin_layout Standard
33641 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33642 d PostScript» (EPS, extensión «
33643 \family typewriter
33644 .eps
33645 \family default
33646 »).
33647  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33648  en segundo plano para convertir las imágenes a EPS.
33649  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33650  cada vez que veas o exportes el documento.
33651  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33652  puedes evitar el problema insertando las imágenes directamente en EPS.
33653 \end_layout
33654
33655 \begin_layout Standard
33656 El documento se puede exportar a PostScript con el menú 
33657 \family sans
33658 Archivo\SpecialChar \menuseparator
33659 Exportar\SpecialChar \menuseparator
33660 Postscript
33661 \family default
33662 .
33663  Se puede ver la salida en PostScript con el menú 
33664 \family sans
33665 Ver\SpecialChar \menuseparator
33666 Postscript 
33667 \family default
33668 o con el botón
33669 \begin_inset space ~
33670 \end_inset
33671
33672
33673 \begin_inset Graphics
33674         filename ../../images/buffer-view_ps.png
33675
33676 \end_inset
33677
33678 .
33679 \end_layout
33680
33681 \begin_layout Section
33682 PDF
33683 \begin_inset Index
33684 status collapsed
33685
33686 \begin_layout Plain Layout
33687 Formatos de archivo ! PDF
33688 \end_layout
33689
33690 \end_inset
33691
33692
33693 \begin_inset Index
33694 status collapsed
33695
33696 \begin_layout Plain Layout
33697 PDF
33698 \end_layout
33699
33700 \end_inset
33701
33702
33703 \end_layout
33704
33705 \begin_layout Standard
33706 Este tipo de archivo tiene la extensión «
33707 \family typewriter
33708 .pdf
33709 \family default
33710 ».
33711  El formato «Portable Document Format» (PDF) fue desarrollado por 
33712 \family typewriter
33713 Adobe
33714 \family default
33715  como derivado de PostScript.
33716  Es más comprimido y utiliza muchos menos comandos que PostScript.
33717  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33718  operativo y la salida impresa se muestra exactamente igual.
33719 \end_layout
33720
33721 \begin_layout Standard
33722 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33723  Photographic Experts Group» (JPG, extensión «
33724 \family typewriter
33725 .jpg
33726 \family default
33727 » o «
33728 \family typewriter
33729 .jpeg
33730 \family default
33731 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33732 \family typewriter
33733 .png
33734 \family default
33735 »).
33736  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33737  en segundo plano a alguno de los anteriores.
33738  Pero como se ha comentado en la sección sobre PostScript, la conversión
33739  de gráficos ralentiza el trabajo.
33740  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33741  mencionados.
33742 \end_layout
33743
33744 \begin_layout Standard
33745 Un documento se puede exportar a PDF con el menú 
33746 \family sans
33747 Archivo\SpecialChar \menuseparator
33748 Exportar
33749 \family default
33750  en tres modos diferentes:
33751 \end_layout
33752
33753 \begin_layout Description
33754 PDF
33755 \begin_inset space ~
33756 \end_inset
33757
33758 (ps2pdf) Este utiliza el programa 
33759 \family typewriter
33760 ps2pdf
33761 \family default
33762  que crea un PDF a partir de una versión PostScript del archivo.
33763  La versión PostScript es producida por el programa 
33764 \family typewriter
33765 dvips
33766 \family default
33767  que usa una versión DVI como paso intermedio.
33768  Así que este modo de exportación consta de tres conversiones.
33769 \end_layout
33770
33771 \begin_layout Description
33772 PDF
33773 \begin_inset space ~
33774 \end_inset
33775
33776 (dvipdfm) Este utiliza el programa 
33777 \family typewriter
33778 dvipdfm
33779 \family default
33780  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33781  PDF.
33782 \end_layout
33783
33784 \begin_layout Description
33785 PDF
33786 \begin_inset space ~
33787 \end_inset
33788
33789 (pdflatex) Este utiliza el programa 
33790 \family typewriter
33791 pdftex
33792 \family default
33793  que convierte directamente el archivo a PDF.
33794 \end_layout
33795
33796 \begin_layout Standard
33797 Se recomienda usar 
33798 \family sans
33799 PDF
33800 \begin_inset space ~
33801 \end_inset
33802
33803 (pdflatex)
33804 \family default
33805  porque 
33806 \family typewriter
33807 pdftex
33808 \family default
33809  soporta todas las características de las versiones actuales de PDF, es
33810  rápido y estable.
33811  El programa 
33812 \family typewriter
33813 dvipdfm
33814 \family default
33815  ya no se desarrolla y está un poco obsoleto.
33816 \end_layout
33817
33818 \begin_layout Standard
33819 La salida en formato PDF se puede ver con el menú 
33820 \family sans
33821 Ver 
33822 \family default
33823 o con el botón
33824 \begin_inset space ~
33825 \end_inset
33826
33827
33828 \begin_inset Graphics
33829         filename ../../images/buffer-view_pdf2.png
33830         scale 85
33831
33832 \end_inset
33833
33834  (que usa 
33835 \family sans
33836 PDF
33837 \begin_inset space ~
33838 \end_inset
33839
33840 (pdflatex)
33841 \family default
33842 ).
33843 \end_layout
33844
33845 \begin_layout Chapter
33846 Explicación de la ecuación
33847 \begin_inset space ~
33848 \end_inset
33849
33850
33851 \begin_inset CommandInset ref
33852 LatexCommand eqref
33853 reference "eq:Wgn"
33854
33855 \end_inset
33856
33857
33858 \begin_inset CommandInset label
33859 LatexCommand label
33860 name "cap:Explicación-de-la-Ecuación"
33861
33862 \end_inset
33863
33864
33865 \end_layout
33866
33867 \begin_layout Standard
33868 La anchura total de 
33869 \emph on
33870 n
33871 \emph default
33872  celdas de una tabla 
33873 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33874 \end_inset
33875
33876  puede calcularse con
33877 \end_layout
33878
33879 \begin_layout Standard
33880 \begin_inset Formula \begin{equation}
33881 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}
33882
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \begin_layout Standard
33889 donde 
33890 \begin_inset Formula $W_{g\, n}$
33891 \end_inset
33892
33893  es el ancho dado de todas las celdas.
33894  
33895 \series bold
33896
33897 \backslash
33898 tabcolsep
33899 \series default
33900  es la longitud LaTeX entre el texto y el borde de la celda, 6
33901 \begin_inset space \thinspace{}
33902 \end_inset
33903
33904 pt por omisión.
33905  
33906 \series bold
33907
33908 \backslash
33909 arrayrulewidth
33910 \series default
33911  es el grosor de línea del borde, 0.4
33912 \begin_inset space \thinspace{}
33913 \end_inset
33914
33915 pt por omisión.
33916 \end_layout
33917
33918 \begin_layout Standard
33919 Procediendo como en la ecuación
33920 \begin_inset space ~
33921 \end_inset
33922
33923
33924 \begin_inset CommandInset ref
33925 LatexCommand eqref
33926 reference "eq:Wtot_n"
33927
33928 \end_inset
33929
33930 , el ancho total de una multicolumna, 
33931 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33932 \end_inset
33933
33934  es
33935 \end_layout
33936
33937 \begin_layout Standard
33938 \begin_inset Formula \begin{equation}
33939 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33940
33941 \end_inset
33942
33943
33944 \end_layout
33945
33946 \begin_layout Standard
33947 Igualando las ecuaciones
33948 \begin_inset space ~
33949 \end_inset
33950
33951
33952 \begin_inset CommandInset ref
33953 LatexCommand eqref
33954 reference "eq:Wtot_n"
33955
33956 \end_inset
33957
33958  y 
33959 \begin_inset CommandInset ref
33960 LatexCommand eqref
33961 reference "eq:Wtot_mult"
33962
33963 \end_inset
33964
33965  podemos calcular el ancho dado necesario 
33966 \begin_inset Formula $W_{g\, n}$
33967 \end_inset
33968
33969  cuando se expanden 
33970 \emph on
33971 n
33972 \emph default
33973  columnas, de forma que cada una de ellas tiene una anchura total  
33974 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33975 \end_inset
33976
33977 :
33978 \end_layout
33979
33980 \begin_layout Standard
33981 \begin_inset Formula \begin{equation}
33982 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33983
33984 \end_inset
33985
33986
33987 \end_layout
33988
33989 \begin_layout Bibliography
33990 \begin_inset CommandInset bibitem
33991 LatexCommand bibitem
33992 key "latexcompanion"
33993
33994 \end_inset
33995
33996 Frank Mittelbach and Michel Goossens: 
33997 \emph on
33998 The LaTeX Companion Second Edition.
33999
34000 \emph default
34001  Addison-Wesley, 2004
34002 \end_layout
34003
34004 \begin_layout Bibliography
34005 \begin_inset CommandInset bibitem
34006 LatexCommand bibitem
34007 key "latexguide"
34008
34009 \end_inset
34010
34011 Helmut Kopka and Patrick W.
34012  Daly: 
34013 \emph on
34014 A Guide to LaTeX Fourth Edition.
34015
34016 \emph default
34017  Addison-Wesley, 2003
34018 \end_layout
34019
34020 \begin_layout Bibliography
34021 \begin_inset CommandInset bibitem
34022 LatexCommand bibitem
34023 key "latexbook"
34024
34025 \end_inset
34026
34027 Leslie Lamport: 
34028 \emph on
34029 LaTeX: A Document Preparation System.
34030
34031 \emph default
34032  Addison-Wesley, second edition, 1994
34033 \end_layout
34034
34035 \begin_layout Bibliography
34036 \begin_inset CommandInset bibitem
34037 LatexCommand bibitem
34038 key "booktabs"
34039
34040 \end_inset
34041
34042 Documentación del paquete LaTeX 
34043 \series bold
34044
34045 \begin_inset CommandInset href
34046 LatexCommand href
34047 name "booktabs"
34048 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34049
34050 \end_inset
34051
34052
34053 \series default
34054
34055 \begin_inset Index
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059 LaTeX-paquetes ! booktabs
34060 \end_layout
34061
34062 \end_inset
34063
34064
34065 \end_layout
34066
34067 \begin_layout Bibliography
34068 \begin_inset CommandInset bibitem
34069 LatexCommand bibitem
34070 key "caption"
34071
34072 \end_inset
34073
34074 Documentación del paquete LaTeX 
34075 \series bold
34076
34077 \begin_inset CommandInset href
34078 LatexCommand href
34079 name "caption"
34080 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34081
34082 \end_inset
34083
34084
34085 \series default
34086
34087 \begin_inset Index
34088 status collapsed
34089
34090 \begin_layout Plain Layout
34091 LaTeX-paquetes ! caption
34092 \end_layout
34093
34094 \end_inset
34095
34096
34097 \end_layout
34098
34099 \begin_layout Bibliography
34100 \begin_inset CommandInset bibitem
34101 LatexCommand bibitem
34102 key "endfloat"
34103
34104 \end_inset
34105
34106 Documentación del paquete LaTeX 
34107 \series bold
34108
34109 \begin_inset CommandInset href
34110 LatexCommand href
34111 name "endfloat"
34112 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34113
34114 \end_inset
34115
34116
34117 \series default
34118
34119 \begin_inset Index
34120 status collapsed
34121
34122 \begin_layout Plain Layout
34123 LaTeX-paquetes ! endfloat
34124 \end_layout
34125
34126 \end_inset
34127
34128
34129 \end_layout
34130
34131 \begin_layout Bibliography
34132 \begin_inset CommandInset bibitem
34133 LatexCommand bibitem
34134 key "wrapfig"
34135
34136 \end_inset
34137
34138 Documentación del paquete LaTeX 
34139 \series bold
34140
34141 \begin_inset CommandInset href
34142 LatexCommand href
34143 name "wrapfig"
34144 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34145
34146 \end_inset
34147
34148
34149 \series default
34150
34151 \begin_inset Index
34152 status collapsed
34153
34154 \begin_layout Plain Layout
34155 LaTeX-paquetes ! wrapfig
34156 \begin_inset ERT
34157 status collapsed
34158
34159 \begin_layout Plain Layout
34160
34161
34162 \backslash
34163 vspace{4mm}
34164 \end_layout
34165
34166 \end_inset
34167
34168
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \end_layout
34175
34176 \begin_layout Bibliography
34177 \begin_inset CommandInset bibitem
34178 LatexCommand bibitem
34179 key "footmisc"
34180
34181 \end_inset
34182
34183 Documentación del paquete LaTeX 
34184 \series bold
34185
34186 \begin_inset CommandInset href
34187 LatexCommand href
34188 name "footmisc"
34189 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34190
34191 \end_inset
34192
34193
34194 \series default
34195
34196 \begin_inset Index
34197 status collapsed
34198
34199 \begin_layout Plain Layout
34200 LaTeX-paquetes ! footmisc
34201 \end_layout
34202
34203 \end_inset
34204
34205
34206 \end_layout
34207
34208 \begin_layout Bibliography
34209 \begin_inset CommandInset bibitem
34210 LatexCommand bibitem
34211 key "hypcap"
34212
34213 \end_inset
34214
34215 Documentación del paquete LaTeX 
34216 \series bold
34217
34218 \begin_inset CommandInset href
34219 LatexCommand href
34220 name "hypcap"
34221 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34222
34223 \end_inset
34224
34225
34226 \series default
34227
34228 \begin_inset Index
34229 status collapsed
34230
34231 \begin_layout Plain Layout
34232 LaTeX-paquetes ! hyperref
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \begin_layout Bibliography
34241 \begin_inset CommandInset bibitem
34242 LatexCommand bibitem
34243 key "hyperref"
34244
34245 \end_inset
34246
34247 Documentación del paquete LaTeX 
34248 \series bold
34249
34250 \begin_inset CommandInset href
34251 LatexCommand href
34252 name "hyperref"
34253 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34254
34255 \end_inset
34256
34257
34258 \series default
34259
34260 \begin_inset Index
34261 status collapsed
34262
34263 \begin_layout Plain Layout
34264 LaTeX-paquetes ! hyperref
34265 \end_layout
34266
34267 \end_inset
34268
34269
34270 \end_layout
34271
34272 \begin_layout Bibliography
34273 \begin_inset CommandInset bibitem
34274 LatexCommand bibitem
34275 key "KOMA-Script"
34276
34277 \end_inset
34278
34279 Documentación del paquete LaTeX 
34280 \series bold
34281
34282 \begin_inset CommandInset href
34283 LatexCommand href
34284 name "KOMA-Script"
34285 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34286
34287 \end_inset
34288
34289
34290 \series default
34291
34292 \begin_inset Index
34293 status collapsed
34294
34295 \begin_layout Plain Layout
34296 LaTeX-paquetes ! KOMA-Script
34297 \end_layout
34298
34299 \end_inset
34300
34301
34302 \end_layout
34303
34304 \begin_layout Bibliography
34305 \begin_inset CommandInset bibitem
34306 LatexCommand bibitem
34307 key "listings"
34308
34309 \end_inset
34310
34311 Documentación del paquete LaTeX 
34312 \series bold
34313
34314 \begin_inset CommandInset href
34315 LatexCommand href
34316 name "listings"
34317 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34318
34319 \end_inset
34320
34321
34322 \series default
34323
34324 \begin_inset Index
34325 status collapsed
34326
34327 \begin_layout Plain Layout
34328 LaTeX-paquetes ! listings
34329 \end_layout
34330
34331 \end_inset
34332
34333
34334 \end_layout
34335
34336 \begin_layout Bibliography
34337 \begin_inset CommandInset bibitem
34338 LatexCommand bibitem
34339 key "marginnote"
34340
34341 \end_inset
34342
34343 Documentación del paquete LaTeX 
34344 \series bold
34345
34346 \begin_inset CommandInset href
34347 LatexCommand href
34348 name "marginnote"
34349 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34350
34351 \end_inset
34352
34353
34354 \series default
34355
34356 \begin_inset Index
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360 LaTeX-paquetes ! marginnote
34361 \end_layout
34362
34363 \end_inset
34364
34365
34366 \end_layout
34367
34368 \begin_layout Bibliography
34369 \begin_inset CommandInset bibitem
34370 LatexCommand bibitem
34371 key "pstricks"
34372
34373 \end_inset
34374
34375 Página web del paquete LaTeX 
34376 \series bold
34377
34378 \begin_inset CommandInset href
34379 LatexCommand href
34380 name "PSTricks"
34381 target "http://tug.org/PSTricks/"
34382
34383 \end_inset
34384
34385
34386 \series default
34387
34388 \begin_inset Index
34389 status collapsed
34390
34391 \begin_layout Plain Layout
34392 LaTeX-paquetes ! PSTricks
34393 \end_layout
34394
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \begin_layout Bibliography
34401 \begin_inset CommandInset bibitem
34402 LatexCommand bibitem
34403 key "sidecap"
34404
34405 \end_inset
34406
34407 Documentación del paquete LaTeX 
34408 \series bold
34409
34410 \begin_inset CommandInset href
34411 LatexCommand href
34412 name "sidecap"
34413 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34414
34415 \end_inset
34416
34417
34418 \series default
34419
34420 \begin_inset Index
34421 status collapsed
34422
34423 \begin_layout Plain Layout
34424 LaTeX-paquetes ! sidecap
34425 \end_layout
34426
34427 \end_inset
34428
34429
34430 \end_layout
34431
34432 \begin_layout Bibliography
34433 \begin_inset CommandInset bibitem
34434 LatexCommand bibitem
34435 key "prettyref"
34436
34437 \end_inset
34438
34439 Documentación del paquete LaTeX 
34440 \series bold
34441
34442 \begin_inset CommandInset href
34443 LatexCommand href
34444 name "prettyref"
34445 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34446
34447 \end_inset
34448
34449
34450 \series default
34451
34452 \begin_inset Index
34453 status collapsed
34454
34455 \begin_layout Plain Layout
34456 LaTeX-paquetes ! prettyref
34457 \end_layout
34458
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \begin_layout Bibliography
34465 \begin_inset CommandInset bibitem
34466 LatexCommand bibitem
34467 key "NewInLyX16"
34468
34469 \end_inset
34470
34471
34472 \begin_inset CommandInset href
34473 LatexCommand href
34474 name "Página wiki"
34475 target "http://wiki.lyx.org/LyX/NewInLyX16"
34476
34477 \end_inset
34478
34479  sobre características nuevas para la versión 
34480 \family sans
34481 LyX
34482 \begin_inset space ~
34483 \end_inset
34484
34485 1.6.0
34486 \family default
34487 .
34488 \end_layout
34489
34490 \begin_layout Standard
34491 \begin_inset CommandInset index_print
34492 LatexCommand printindex
34493
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \begin_layout Standard
34500 \begin_inset FloatList figure
34501
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \begin_layout Standard
34508 \begin_inset FloatList table
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Standard
34516 \begin_inset FloatList algorithm
34517
34518 \end_inset
34519
34520
34521 \end_layout
34522
34523 \end_body
34524 \end_document