]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Update lyx document files to the latest file format
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.0 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 % provides caption formatting
23 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \usepackage{sidecap}
28
29 \newcommand{\TabBesBeg}{%
30  \let\MyTable\table
31  \let\MyEndtable\endtable
32  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
33
34 \newcommand{\TabBesEnd}{%
35  \let\table\MyTable
36  \let\endtable\MyEndtable}
37
38 \newcommand{\FigBesBeg}{%
39  \let\MyFigure\figure
40  \let\MyEndfigure\endfigure
41  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
42
43 \newcommand{\FigBesEnd}{%
44  \let\figure\MyFigure
45  \let\endfigure\MyEndfigure}
46
47 % enables calculation of values,
48 \usepackage{calc}
49
50 % provides special table cell alignments
51 \usepackage{dcolumn}
52
53 % increase the bottom float placement fraction
54 \renewcommand{\bottomfraction}{0.5}
55
56 % avoids that floats are placed before their
57 % corresponding section starts
58 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
59
60 % speed up the longtable calculation
61 \setcounter{LTchunksize}{100}
62
63 % used for scaled and rotated boxes
64 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
65
66 % used for colored tables
67 \@ifundefined{textcolor}
68  {\usepackage{color}}{}
69 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
70 \definecolor{grisclaro}{gray}{0.8}
71
72 % check for package colortbl
73 % used for colored table cells
74 \newboolean{colortbl}
75 \IfFileExists{colortbl.sty}
76  {\usepackage{colortbl}
77   \setboolean{colortbl}{true}}
78  {\setboolean{colortbl}{false}}
79
80 % used for multirows
81 \usepackage{multirow}
82 %\renewcommand{\multirowsetup}{\centering}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % the pages of the TOC are numbered roman
109 % and a PDF-bookmark for the TOC is added
110 \let\myTOC\tableofcontents
111 \renewcommand\tableofcontents{%
112   \frontmatter
113   \pdfbookmark[1]{\contentsname}{}
114   \myTOC
115   \mainmatter }
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124 % en español
125 \floatname{algorithm}{Algoritmo}
126
127
128 % redefine the greyed out note
129 \renewenvironment{lyxgreyedout}
130  {\textcolor{blue}\bgroup}{\egroup}
131
132 % ------------------------------------
133 % used to check for needed LaTeX packages
134 \usepackage{ifthen}
135
136 % check for package arydshln
137 % used for tables with dashed lines
138 \newboolean{arydshln}
139 \IfFileExists{arydshln.sty}
140  {\usepackage{arydshln}
141   \setboolean{arydshln}{true}}
142  {\setboolean{arydshln}{false}}
143
144 % check for package marginnote
145 % used for margin notes
146 \newboolean{marginnote}
147 \IfFileExists{marginnote.sty}
148  {\usepackage{marginnote}
149   \let\marginpar\marginnote
150   \setboolean{marginnote}{true}}
151  {\setboolean{marginnote}{false}}
152
153 % check for package sidecap
154 % used for captions on the side
155 \newboolean{sidecap}
156 \IfFileExists{sidecap.sty}
157  {\usepackage{sidecap}
158   \let\marginpar\marginnote
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 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
188 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pdfusetitle false
200 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
201 \papersize default
202 \use_geometry false
203 \use_amsmath 2
204 \use_esint 0
205 \cite_engine basic
206 \use_bibtopic false
207 \paperorientation portrait
208 \secnumdepth 3
209 \tocdepth 3
210 \paragraph_separation skip
211 \defskip medskip
212 \quotes_language english
213 \papercolumns 1
214 \papersides 2
215 \paperpagestyle default
216 \bullet 1 1 34 -1
217 \bullet 2 2 35 -1
218 \bullet 3 2 7 -1
219 \tracking_changes false
220 \output_changes false
221 \author ""
222 \author ""
223 \end_header
224
225 \begin_body
226
227 \begin_layout Title
228 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
229  en LyX
230 \end_layout
231
232 \begin_layout Author
233 por el Equipo LyX
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 \noindent
239 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
240  de Documentación de LyX: 
241 \begin_inset CommandInset href
242 LatexCommand href
243 name "lyx-docs@lists.lyx.org"
244 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
245 type "mailto:"
246
247 \end_inset
248
249
250 \end_layout
251
252 \end_inset
253
254
255 \begin_inset Note Note
256 status collapsed
257
258 \begin_layout Plain Layout
259 Autor original: Uwe Stöhr
260 \end_layout
261
262 \end_inset
263
264
265 \begin_inset Note Note
266 status collapsed
267
268 \begin_layout Plain Layout
269 Traducción de: Ignacio García
270 \end_layout
271
272 \end_inset
273
274
275 \begin_inset Newline newline
276 \end_inset
277
278
279 \begin_inset Newline newline
280 \end_inset
281
282
283 \family sans
284 Versión 1.6svn
285 \end_layout
286
287 \begin_layout Standard
288 \begin_inset CommandInset toc
289 LatexCommand tableofcontents
290
291 \end_inset
292
293
294 \end_layout
295
296 \begin_layout Standard
297 \begin_inset Note Note
298 status open
299
300 \begin_layout Plain Layout
301 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
302  estar instalados los paquetes LaTeX 
303 \series bold
304 arydshln
305 \series default
306
307 \series bold
308 colortbl
309 \series default
310
311 \series bold
312 marginnote
313 \series default
314  y 
315 \series bold
316 sidecap
317 \series default
318 .
319  Si no están instalados, también podrás exportar el documento, pero las
320  secciones en que dichos paquetes son necesarios no aparecen en la salida.
321 \end_layout
322
323 \begin_layout Plain Layout
324 La última versión en PDF de este documento puede encontrarse aquí:
325 \series bold
326
327 \begin_inset Newline newline
328 \end_inset
329
330 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Chapter
339 Figuras
340 \begin_inset Index
341 status collapsed
342
343 \begin_layout Plain Layout
344 Figuras
345 \end_layout
346
347 \end_inset
348
349
350 \begin_inset Index
351 status collapsed
352
353 \begin_layout Plain Layout
354 Gráficos|see
355 \begin_inset ERT
356 status collapsed
357
358 \begin_layout Plain Layout
359
360 {
361 \end_layout
362
363 \end_inset
364
365 Figuras
366 \begin_inset ERT
367 status collapsed
368
369 \begin_layout Plain Layout
370
371 }
372 \end_layout
373
374 \end_inset
375
376
377 \end_layout
378
379 \end_inset
380
381
382 \end_layout
383
384 \begin_layout Section
385 Diálogo de gráficos
386 \begin_inset CommandInset label
387 LatexCommand label
388 name "sec:Diálogo-Gráficos"
389
390 \end_inset
391
392
393 \begin_inset Index
394 status collapsed
395
396 \begin_layout Plain Layout
397 Figuras ! Diálogo de gráficos
398 \end_layout
399
400 \end_inset
401
402
403 \end_layout
404
405 \begin_layout Standard
406 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
407  texto que desees y haz clic en el icono 
408 \begin_inset Graphics
409         filename ../../images/dialog-show-new-inset_graphics.png
410         scale 85
411
412 \end_inset
413
414  o en el menú 
415 \family sans
416 Insertar\SpecialChar \menuseparator
417 Imagen
418 \family default
419 .
420  Aparecerá un diálogo para escoger el archivo a cargar.
421  La imagen aparecerá en el archivo de salida exactamente en la misma posición
422  en la que la has colocado.
423 \end_layout
424
425 \begin_layout Standard
426 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic sobre
427  una imagen.
428  Este diálogo tiene tres pestañas:
429 \end_layout
430
431 \begin_layout Description
432 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
433  presentación en LyX y en la salida.
434  En el apéndice
435 \begin_inset space ~
436 \end_inset
437
438
439 \begin_inset CommandInset ref
440 LatexCommand ref
441 reference "cha:Unidades-disponibles-en"
442
443 \end_inset
444
445  se detallan las unidades disponibles para el tamaño del gráfico.
446 \begin_inset Newline newline
447 \end_inset
448
449
450 \begin_inset Index
451 status collapsed
452
453 \begin_layout Plain Layout
454 Figuras ! Rotar
455 \end_layout
456
457 \end_inset
458
459 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
460  un ángulo y un origen de rotación.
461  La imagen también gira en LyX.
462 \begin_inset Newline newline
463 \end_inset
464
465
466 \begin_inset Index
467 status collapsed
468
469 \begin_layout Plain Layout
470 Figuras ! Escalar
471 \end_layout
472
473 \end_inset
474
475 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
476  la altura y la anchura.
477  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
478  automáticamente.
479  Si fijas ambas dimensiones
480 \family sans
481 ,
482 \family default
483  la imagen se adaptará a ellas, posiblemente distorsionada.
484  Para evitar distorsión en la imagen marca la opción 
485 \family sans
486 Mantener
487 \begin_inset space ~
488 \end_inset
489
490 proporción
491 \family default
492 .
493  En ese caso la imagen será escalada de forma que su anchura y su altura
494  no excedan de las dimensiones especificadas.
495 \begin_inset Newline newline
496 \end_inset
497
498 Las imágenes se pueden abrir con un programa de tu elección pulsando el
499  botón 
500 \family sans
501 Editar
502 \family default
503 .
504  Los programas visor y editor para cada formato de imagen se pueden establecer
505  en la configuración de los formatos de archivo de las preferencias de LyX.
506 \end_layout
507
508 \begin_layout Description
509 Recorte Alternativamente al escalado, es posible establecer las coordenadas
510  de la imagen para ajustar su altura y anchura en la salida.
511  Además, las coordenadas se pueden calcular automáticamente pinchando el
512  botón 
513 \family sans
514 Obtener
515 \begin_inset space ~
516 \end_inset
517
518 de
519 \begin_inset space ~
520 \end_inset
521
522 archivo
523 \family default
524 .
525  El botón 
526 \family sans
527 Recortar
528 \begin_inset space ~
529 \end_inset
530
531 al
532 \begin_inset space ~
533 \end_inset
534
535 cuadro
536 \begin_inset space ~
537 \end_inset
538
539 delimitador
540 \family default
541  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
542 as.
543  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
544 \end_layout
545
546 \begin_layout Description
547 Opciones
548 \begin_inset space ~
549 \end_inset
550
551 de
552 \begin_inset space ~
553 \end_inset
554
555 LaTeX
556 \begin_inset space ~
557 \end_inset
558
559 y
560 \begin_inset space ~
561 \end_inset
562
563 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX, y
564  poner la imagen como subfigura de una figura flotante con su propio título.
565  Las subfiguras se explican en la sección
566 \begin_inset space ~
567 \end_inset
568
569
570 \begin_inset CommandInset ref
571 LatexCommand ref
572 reference "sec:Figuras-Flotantes"
573
574 \end_inset
575
576 .
577 \begin_inset Newline newline
578 \end_inset
579
580 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
581 \begin_inset Newline newline
582 \end_inset
583
584 La opción 
585 \family sans
586 Modo
587 \begin_inset space ~
588 \end_inset
589
590 borrador
591 \family default
592  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
593 \begin_inset Newline newline
594 \end_inset
595
596 La opción 
597 \family sans
598 No
599 \begin_inset space ~
600 \end_inset
601
602 descomprimir
603 \begin_inset space ~
604 \end_inset
605
606 al
607 \begin_inset space ~
608 \end_inset
609
610 exportar
611 \family default
612  sólo afecta a los gráficos EPS comprimidos, p.
613 \begin_inset space \thinspace{}
614 \end_inset
615
616 e.
617 \begin_inset space ~
618 \end_inset
619
620
621 \emph on
622 x.eps.gz
623 \emph default
624 .
625  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
626  puesto que LaTeX puede manejarlas como están.
627 \begin_inset Newline newline
628 \end_inset
629
630 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
631  utiliza PostScript como formato de salida, véase apéndice
632 \begin_inset space ~
633 \end_inset
634
635
636 \begin_inset CommandInset ref
637 LatexCommand ref
638 reference "sec:PostScript"
639
640 \end_inset
641
642 .
643  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
644  o en consola de Windows:
645 \begin_inset Newline newline
646 \end_inset
647
648
649 \series bold
650 gzip x.eps
651 \series default
652
653 \begin_inset Newline newline
654 \end_inset
655
656
657 \series bold
658 zgrep %%Bounding x.eps.gz > x.eps.bb
659 \series default
660
661 \begin_inset Newline newline
662 \end_inset
663
664 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
665  LaTeX para gráficos comprimidos.
666 \begin_inset Newline newline
667 \end_inset
668
669 El campo 
670 \family sans
671 Iniciar
672 \begin_inset space ~
673 \end_inset
674
675 nombre
676 \begin_inset space ~
677 \end_inset
678
679 de
680 \begin_inset space ~
681 \end_inset
682
683 grupo
684 \family default
685  permite definir o unir un conjunto de ajustes de imagen.
686  
687 \begin_inset Index
688 status open
689
690 \begin_layout Plain Layout
691 Figuras ! Agrupación de ajustes
692 \end_layout
693
694 \end_inset
695
696  Las imágenes incluidas en un grupo comparten sus características, de modo
697  que al modificar las de una imagen del grupo se modifican igualmente las
698  de las demás imágenes del grupo.
699  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
700  necesidad de hacerlo individualmente para cada una de ellas.
701  También se pude unir un grupo existente usando el menú contextual de la
702  imagen marcando el nombre del grupo.
703  
704 \end_layout
705
706 \begin_layout Standard
707 \begin_inset VSpace bigskip
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Standard
714 Esto es un ejemplo de imagen en formato EPS
715 \begin_inset Foot
716 status collapsed
717
718 \begin_layout Plain Layout
719 Los formatos de imagen se explica en el sección
720 \begin_inset space ~
721 \end_inset
722
723
724 \begin_inset CommandInset ref
725 LatexCommand ref
726 reference "sec:Formatos-de-imagen"
727
728 \end_inset
729
730 .
731 \end_layout
732
733 \end_inset
734
735  en un párrafo separado centrado horizontalmente:
736 \end_layout
737
738 \begin_layout Standard
739 \align center
740 \begin_inset Graphics
741         filename ../clipart/mobius.eps
742         scale 70
743         clip
744         rotateOrigin center
745
746 \end_inset
747
748
749 \end_layout
750
751 \begin_layout Standard
752 Esta es la misma imagen pero en modo borrador:
753 \end_layout
754
755 \begin_layout Standard
756 \align center
757 \begin_inset Graphics
758         filename ../clipart/mobius.eps
759         scale 70
760         draft
761         rotateOrigin center
762
763 \end_inset
764
765
766 \begin_inset Newpage newpage
767 \end_inset
768
769
770 \end_layout
771
772 \begin_layout Section
773 Figuras flotantes
774 \begin_inset CommandInset label
775 LatexCommand label
776 name "sec:Figuras-Flotantes"
777
778 \end_inset
779
780
781 \begin_inset Index
782 status collapsed
783
784 \begin_layout Plain Layout
785 Flotantes ! Figuras
786 \end_layout
787
788 \end_inset
789
790
791 \begin_inset Index
792 status collapsed
793
794 \begin_layout Plain Layout
795 Figuras ! Flotantes
796 \end_layout
797
798 \end_inset
799
800
801 \end_layout
802
803 \begin_layout Standard
804 Para información general sobre flotantes, echa una ojeada a la sección
805 \begin_inset space ~
806 \end_inset
807
808
809 \begin_inset CommandInset ref
810 LatexCommand ref
811 reference "sec:Introducción-Flotantes"
812
813 \end_inset
814
815 .
816 \end_layout
817
818 \begin_layout Standard
819 El botón 
820 \begin_inset Graphics
821         filename ../../images/float-insert_figure.png
822         scale 85
823
824 \end_inset
825
826  y el menú 
827 \family sans
828 Insertar\SpecialChar \menuseparator
829 Flotante\SpecialChar \menuseparator
830 Figura
831 \family default
832  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
833  La imagen se puede insertar sobre la leyenda, como en la figura
834 \begin_inset space ~
835 \end_inset
836
837
838 \begin_inset CommandInset ref
839 LatexCommand ref
840 reference "fig:kill-plat"
841
842 \end_inset
843
844 , o bajo ella, como en la figura
845 \begin_inset space ~
846 \end_inset
847
848
849 \begin_inset CommandInset ref
850 LatexCommand ref
851 reference "fig:escher"
852
853 \end_inset
854
855 .
856  Más información sobre ubicación de leyendas en la sección
857 \begin_inset space ~
858 \end_inset
859
860
861 \begin_inset CommandInset ref
862 LatexCommand ref
863 reference "sec:Colocación-de-leyendas"
864
865 \end_inset
866
867 .
868 \end_layout
869
870 \begin_layout Standard
871 \begin_inset Float figure
872 wide false
873 sideways false
874 status open
875
876 \begin_layout Plain Layout
877 \align center
878 \begin_inset Graphics
879         filename ../clipart/platypus.eps
880         width 50col%
881         rotateOrigin center
882
883 \end_inset
884
885
886 \end_layout
887
888 \begin_layout Plain Layout
889 \begin_inset Caption
890
891 \begin_layout Plain Layout
892 \begin_inset CommandInset label
893 LatexCommand label
894 name "fig:kill-plat"
895
896 \end_inset
897
898 Un platypus muy distorsionado en un flotante.
899 \end_layout
900
901 \end_inset
902
903
904 \end_layout
905
906 \end_inset
907
908
909 \end_layout
910
911 \begin_layout Standard
912 \begin_inset Float figure
913 wide false
914 sideways false
915 status open
916
917 \begin_layout Plain Layout
918 \begin_inset Caption
919
920 \begin_layout Plain Layout
921 \begin_inset CommandInset label
922 LatexCommand label
923 name "fig:escher"
924
925 \end_inset
926
927 M.C.
928  Escher en ácido.
929 \end_layout
930
931 \end_inset
932
933
934 \end_layout
935
936 \begin_layout Plain Layout
937 \align center
938 \begin_inset Graphics
939         filename ../clipart/escher-lsd.eps
940         scale 80
941         rotateOrigin center
942
943 \end_inset
944
945
946 \end_layout
947
948 \end_inset
949
950
951 \end_layout
952
953 \begin_layout Standard
954 \begin_inset Index
955 status collapsed
956
957 \begin_layout Plain Layout
958 Referencias ! a figuras
959 \end_layout
960
961 \end_inset
962
963 Las figuras
964 \begin_inset space ~
965 \end_inset
966
967
968 \begin_inset CommandInset ref
969 LatexCommand ref
970 reference "fig:kill-plat"
971
972 \end_inset
973
974  y 
975 \begin_inset CommandInset ref
976 LatexCommand ref
977 reference "fig:escher"
978
979 \end_inset
980
981  son ejemplos de figuras con referencias cruzadas.
982  Las figuras pueden tener referencias cruzadas en el documento mediante
983  referencia a su etiqueta.
984  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
985 \family sans
986 Insertar\SpecialChar \menuseparator
987 Etiqueta
988 \family default
989  o el botón 
990 \begin_inset Graphics
991         filename ../../images/label-insert.png
992         scale 85
993
994 \end_inset
995
996 .
997  Ahora puedes referirte a la etiqueta usando el menú 
998 \family sans
999 Insertar\SpecialChar \menuseparator
1000 Referencia
1001 \begin_inset space ~
1002 \end_inset
1003
1004 cruzada
1005 \family default
1006  o el botón 
1007 \begin_inset Graphics
1008         filename ../../images/dialog-show-new-inset_ref.png
1009         scale 85
1010
1011 \end_inset
1012
1013 .
1014  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1015  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1016  en el documento final, podría no quedar «arriba» precisamente.
1017 \begin_inset Newline newline
1018 \end_inset
1019
1020 Las referencias se explican con detalle en la sección
1021 \begin_inset space ~
1022 \end_inset
1023
1024
1025 \begin_inset CommandInset ref
1026 LatexCommand ref
1027 reference "sec:Referencias-a-Flotantes"
1028
1029 \end_inset
1030
1031 .
1032 \end_layout
1033
1034 \begin_layout Standard
1035 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1036  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1037  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1038  existente.
1039  La figura
1040 \begin_inset space ~
1041 \end_inset
1042
1043
1044 \begin_inset CommandInset ref
1045 LatexCommand ref
1046 reference "fig:Dos-imágenes-distorsionadas"
1047
1048 \end_inset
1049
1050  es un ejemplo de figura flotante con dos imágenes adosadas.
1051  También se pueden poner una sobre otra.
1052  Las subfiguras son
1053 \begin_inset space ~
1054 \end_inset
1055
1056
1057 \begin_inset CommandInset ref
1058 LatexCommand ref
1059 reference "fig:Estructura-indefinible"
1060
1061 \end_inset
1062
1063  y
1064 \begin_inset space ~
1065 \end_inset
1066
1067
1068 \begin_inset CommandInset ref
1069 LatexCommand ref
1070 reference "fig:Platypus"
1071
1072 \end_inset
1073
1074 .
1075 \end_layout
1076
1077 \begin_layout Standard
1078 \begin_inset Float figure
1079 wide false
1080 sideways false
1081 status open
1082
1083 \begin_layout Plain Layout
1084 \begin_inset space \hfill{}
1085 \end_inset
1086
1087
1088 \begin_inset Float figure
1089 wide false
1090 sideways false
1091 status open
1092
1093 \begin_layout Plain Layout
1094 \begin_inset Caption
1095
1096 \begin_layout Plain Layout
1097 \begin_inset CommandInset label
1098 LatexCommand label
1099 name "fig:Estructura-indefinible"
1100
1101 \end_inset
1102
1103 Estructura indefinible
1104 \end_layout
1105
1106 \end_inset
1107
1108
1109 \end_layout
1110
1111 \begin_layout Plain Layout
1112 \begin_inset Graphics
1113         filename ../clipart/escher-lsd.eps
1114         width 45col%
1115         groupId distorsionadas
1116
1117 \end_inset
1118
1119
1120 \end_layout
1121
1122 \end_inset
1123
1124
1125 \begin_inset space \hfill{}
1126 \end_inset
1127
1128
1129 \begin_inset Float figure
1130 wide false
1131 sideways false
1132 status open
1133
1134 \begin_layout Plain Layout
1135 \begin_inset Caption
1136
1137 \begin_layout Plain Layout
1138 \begin_inset CommandInset label
1139 LatexCommand label
1140 name "fig:Platypus"
1141
1142 \end_inset
1143
1144 Platypus
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \end_layout
1151
1152 \begin_layout Plain Layout
1153 \begin_inset Graphics
1154         filename ../clipart/platypus.eps
1155         width 45col%
1156         groupId distorsionadas
1157
1158 \end_inset
1159
1160
1161 \end_layout
1162
1163 \end_inset
1164
1165
1166 \begin_inset space \hfill{}
1167 \end_inset
1168
1169
1170 \end_layout
1171
1172 \begin_layout Plain Layout
1173 \begin_inset Caption
1174
1175 \begin_layout Plain Layout
1176 \begin_inset CommandInset label
1177 LatexCommand label
1178 name "fig:Dos-imágenes-distorsionadas"
1179
1180 \end_inset
1181
1182 Dos imágenes distorsionadas.
1183  Ambas están en el grupo llamado «distorsionadas».
1184 \end_layout
1185
1186 \end_inset
1187
1188
1189 \end_layout
1190
1191 \end_inset
1192
1193
1194 \begin_inset Newpage newpage
1195 \end_inset
1196
1197
1198 \end_layout
1199
1200 \begin_layout Section
1201 Formatos de imagen
1202 \begin_inset CommandInset label
1203 LatexCommand label
1204 name "sec:Formatos-de-imagen"
1205
1206 \end_inset
1207
1208
1209 \begin_inset Index
1210 status collapsed
1211
1212 \begin_layout Plain Layout
1213 Formatos de imagen
1214 \end_layout
1215
1216 \end_inset
1217
1218
1219 \begin_inset Index
1220 status collapsed
1221
1222 \begin_layout Plain Layout
1223 Figuras ! Formatos de imagen
1224 \end_layout
1225
1226 \end_inset
1227
1228
1229 \end_layout
1230
1231 \begin_layout Standard
1232 Puedes insertar imágenes en cualquier formato.
1233  Pero como se explica en el apéndice
1234 \begin_inset space ~
1235 \end_inset
1236
1237
1238 \begin_inset CommandInset ref
1239 LatexCommand ref
1240 reference "cha:Formatos-de-Archivos-de-Salida"
1241
1242 \end_inset
1243
1244 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1245  de archivo de imagen.
1246  Por eso LyX usa el programa 
1247 \family sans
1248 Imagemagick
1249 \family default
1250  en segundo plano para convertir imágenes al formato adecuado.
1251  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1252  los formatos de imagen admitidos en el formato de archivo de salida.
1253  Los formatos de salida se explican en el apéndice
1254 \begin_inset space ~
1255 \end_inset
1256
1257
1258 \begin_inset CommandInset ref
1259 LatexCommand ref
1260 reference "cha:Formatos-de-Archivos-de-Salida"
1261
1262 \end_inset
1263
1264 .
1265 \end_layout
1266
1267 \begin_layout Standard
1268 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1269 \end_layout
1270
1271 \begin_layout Description
1272 Imágenes
1273 \begin_inset space ~
1274 \end_inset
1275
1276 mapa
1277 \begin_inset space ~
1278 \end_inset
1279
1280 de
1281 \begin_inset space ~
1282 \end_inset
1283
1284 bits
1285 \begin_inset space ~
1286 \end_inset
1287
1288 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1289  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1290  de zoom.
1291  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1292  Format» (GIF, extensión «.gif»)
1293 \begin_inset Index
1294 status collapsed
1295
1296 \begin_layout Plain Layout
1297 GIF|see
1298 \begin_inset ERT
1299 status collapsed
1300
1301 \begin_layout Plain Layout
1302
1303 {
1304 \end_layout
1305
1306 \end_inset
1307
1308 Formatos de imagen
1309 \begin_inset ERT
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313
1314 }
1315 \end_layout
1316
1317 \end_inset
1318
1319
1320 \end_layout
1321
1322 \end_inset
1323
1324 , «Portable Network Graphics» (PNG, extensión «.png»)
1325 \begin_inset Index
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329 PNG|see
1330 \begin_inset ERT
1331 status collapsed
1332
1333 \begin_layout Plain Layout
1334
1335 {
1336 \end_layout
1337
1338 \end_inset
1339
1340 Formatos de imagen
1341 \begin_inset ERT
1342 status collapsed
1343
1344 \begin_layout Plain Layout
1345
1346 }
1347 \end_layout
1348
1349 \end_inset
1350
1351
1352 \end_layout
1353
1354 \end_inset
1355
1356 , y «Joint Photographic Experts Group» (JPG, extensión «.jpg» o «.jpeg»)
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 «.svg»)
1407 \begin_inset Index
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 SVG|see
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 {
1418 \end_layout
1419
1420 \end_inset
1421
1422 Formatos de imagen
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 }
1429 \end_layout
1430
1431 \end_inset
1432
1433
1434 \end_layout
1435
1436 \end_inset
1437
1438 , «Encapsulated PostScript» (EPS, extensión «.eps»)
1439 \begin_inset Index
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443 EPS|see
1444 \begin_inset ERT
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448
1449 {
1450 \end_layout
1451
1452 \end_inset
1453
1454 Formatos de imagen
1455 \begin_inset ERT
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459
1460 }
1461 \end_layout
1462
1463 \end_inset
1464
1465
1466 \end_layout
1467
1468 \end_inset
1469
1470 , «Portable Document Format» (PDF, extensión «.pdf»)
1471 \begin_inset Index
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475 PDF|see
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 {
1482 \end_layout
1483
1484 \end_inset
1485
1486 Formatos de imagen
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 }
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \end_layout
1499
1500 \end_inset
1501
1502 , y «Windows Metafile» (WMF, extensión «.wmf»)
1503 \begin_inset Index
1504 status collapsed
1505
1506 \begin_layout Plain Layout
1507 WMF|see
1508 \begin_inset ERT
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512
1513 {
1514 \end_layout
1515
1516 \end_inset
1517
1518 Formatos de imagen
1519 \begin_inset ERT
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523
1524 }
1525 \end_layout
1526
1527 \end_inset
1528
1529
1530 \end_layout
1531
1532 \end_inset
1533
1534 .
1535  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1536  a PDF o EPS y el resultado será todavía una imagen bitmap.
1537  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1538  a la imagen original.
1539 \begin_inset Foot
1540 status collapsed
1541
1542 \begin_layout Plain Layout
1543 En el caso de PDF, además se comprime la imagen original.
1544 \end_layout
1545
1546 \end_inset
1547
1548  Por ejemplo, los archivos PDF generados por 
1549 \family sans
1550 Adobe Photoshop
1551 \family default
1552  son imágenes bitmap.
1553 \end_layout
1554
1555 \begin_layout Standard
1556 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1557  al contrario.
1558  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1559  archivos de salida PDF y PostScript, respectivamente.
1560  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1561  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1562 \begin_inset Formula $\to$
1563 \end_inset
1564
1565  PDF/EPS.
1566 \end_layout
1567
1568 \begin_layout Chapter
1569 Tablas
1570 \begin_inset Index
1571 status collapsed
1572
1573 \begin_layout Plain Layout
1574 Tablas
1575 \end_layout
1576
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \begin_layout Section
1583 Introducción
1584 \begin_inset Index
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588 Tablas ! Introducción
1589 \end_layout
1590
1591 \end_inset
1592
1593
1594 \end_layout
1595
1596 \begin_layout Standard
1597 Puede insertarse una tabla mediante el botón 
1598 \begin_inset Graphics
1599         filename ../../images/tabular-insert.png
1600         scale 85
1601
1602 \end_inset
1603
1604  o el menú 
1605 \family sans
1606 Insertar\SpecialChar \menuseparator
1607 Tabla
1608 \family default
1609 .
1610  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1611  el número de filas y de columnas de la tabla.
1612  Si usas el menú aparece un diálogo en el que se pide el número de filas
1613  y columnas.
1614  
1615 \begin_inset Newline newline
1616 \end_inset
1617
1618 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1619  fila aparece separada por una línea doble: la línea inferior de la primera
1620  fila y la línea superior de la segunda fila.
1621  Ejemplo de tabla:
1622 \end_layout
1623
1624 \begin_layout Standard
1625 \align center
1626 \begin_inset Tabular
1627 <lyxtabular version="3" rows="4" columns="4">
1628 <features>
1629 <column alignment="center" valignment="top" width="0">
1630 <column alignment="center" valignment="top" width="0pt">
1631 <column alignment="center" valignment="top" width="0in">
1632 <column alignment="center" valignment="top" width="0pt">
1633 <row>
1634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1635 \begin_inset Text
1636
1637 \begin_layout Plain Layout
1638
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647
1648 \family roman
1649 \series medium
1650 \shape up
1651 \size normal
1652 \emph off
1653 \bar no
1654 \noun off
1655 \color none
1656 1
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665 2
1666 \end_layout
1667
1668 \end_inset
1669 </cell>
1670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674 3
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 </row>
1680 <row>
1681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1682 \begin_inset Text
1683
1684 \begin_layout Plain Layout
1685
1686 \family roman
1687 \series medium
1688 \shape up
1689 \size normal
1690 \emph off
1691 \bar no
1692 \noun off
1693 \color none
1694 A
1695 \end_layout
1696
1697 \end_inset
1698 </cell>
1699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1700 \begin_inset Text
1701
1702 \begin_layout Plain Layout
1703
1704 \end_layout
1705
1706 \end_inset
1707 </cell>
1708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1709 \begin_inset Text
1710
1711 \begin_layout Plain Layout
1712
1713 \end_layout
1714
1715 \end_inset
1716 </cell>
1717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Plain Layout
1721
1722 \end_layout
1723
1724 \end_inset
1725 </cell>
1726 </row>
1727 <row>
1728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1729 \begin_inset Text
1730
1731 \begin_layout Plain Layout
1732
1733 \family roman
1734 \series medium
1735 \shape up
1736 \size normal
1737 \emph off
1738 \bar no
1739 \noun off
1740 \color none
1741 B
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1747 \begin_inset Text
1748
1749 \begin_layout Plain Layout
1750
1751 \end_layout
1752
1753 \end_inset
1754 </cell>
1755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1756 \begin_inset Text
1757
1758 \begin_layout Plain Layout
1759
1760 \size normal
1761 \noun off
1762 \color none
1763  
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 </row>
1778 <row>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \family roman
1785 \series medium
1786 \shape up
1787 \size normal
1788 \emph off
1789 \bar no
1790 \noun off
1791 \color none
1792 C
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 </row>
1825 </lyxtabular>
1826
1827 \end_inset
1828
1829
1830 \end_layout
1831
1832 \begin_layout Section
1833 Diálogo de tablas
1834 \begin_inset Index
1835 status collapsed
1836
1837 \begin_layout Plain Layout
1838 Tablas ! Diálogo
1839 \end_layout
1840
1841 \end_inset
1842
1843
1844 \end_layout
1845
1846 \begin_layout Standard
1847 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1848  pinchar sobre ella con el botón derecho del ratón.
1849  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1850  encuentra el cursor.
1851  La mayoría de opciones también trabajan sobre una selección de celdas,
1852  de filas o de columnas.
1853  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1854  su 
1855 \emph on
1856 contenido
1857 \emph default
1858 .
1859  En el cuadro de diálogo aparecen las siguientes solapas:
1860 \end_layout
1861
1862 \begin_layout Description
1863
1864 \family sans
1865 Configuración
1866 \begin_inset space ~
1867 \end_inset
1868
1869 de
1870 \begin_inset space ~
1871 \end_inset
1872
1873 la
1874 \begin_inset space ~
1875 \end_inset
1876
1877 tabla
1878 \family default
1879  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1880  actual.
1881  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1882  Una anchura determinada permite tener saltos de línea y distintos párrafos
1883  de texto, véase sección 
1884 \begin_inset space ~
1885 \end_inset
1886
1887
1888 \begin_inset CommandInset ref
1889 LatexCommand ref
1890 reference "sub:Líneas-Múltiples-en"
1891
1892 \end_inset
1893
1894 .
1895  Si no estableces anchura, la columna será tan ancha como el contenido de
1896  la celda más ancha.
1897 \begin_inset Newline newline
1898 \end_inset
1899
1900 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1901  véase sección
1902 \begin_inset space ~
1903 \end_inset
1904
1905
1906 \begin_inset CommandInset ref
1907 LatexCommand ref
1908 reference "sub:Multicolumnas"
1909
1910 \end_inset
1911
1912 .
1913 \begin_inset Newline newline
1914 \end_inset
1915
1916 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1917  90º en el sentido de las agujas del reloj.
1918  La rotación no se ve en LyX, sí en la salida.
1919 \begin_inset Newline newline
1920 \end_inset
1921
1922
1923 \begin_inset Note Greyedout
1924 status open
1925
1926 \begin_layout Plain Layout
1927
1928 \series bold
1929 Nota:
1930 \series default
1931  no todos los visores DVI pueden mostrar rotaciones.
1932 \end_layout
1933
1934 \end_inset
1935
1936
1937 \begin_inset Newline newline
1938 \end_inset
1939
1940 También es posible introducir argumentos LaTeX necesarios para formatos
1941  especiales, véanse las secciones
1942 \begin_inset space ~
1943 \end_inset
1944
1945
1946 \begin_inset CommandInset ref
1947 LatexCommand ref
1948 reference "sub:Cálculos-en-Multicolumnas"
1949
1950 \end_inset
1951
1952  y
1953 \begin_inset space ~
1954 \end_inset
1955
1956
1957 \begin_inset CommandInset ref
1958 LatexCommand ref
1959 reference "sec:Tablas-Coloreadas"
1960
1961 \end_inset
1962
1963 .
1964 \end_layout
1965
1966 \begin_layout Description
1967
1968 \family sans
1969 Bordes
1970 \family default
1971  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1972 \end_layout
1973
1974 \begin_layout Description
1975
1976 \family sans
1977 Tabla
1978 \begin_inset space ~
1979 \end_inset
1980
1981 larga
1982 \family default
1983  Para hacer 
1984 \emph on
1985 tablas largas
1986 \emph default
1987  que pueden extenderse por varias páginas.
1988  La sección
1989 \begin_inset space ~
1990 \end_inset
1991
1992
1993 \begin_inset CommandInset ref
1994 LatexCommand ref
1995 reference "sec:Tablas-Largas"
1996
1997 \end_inset
1998
1999  describe su uso en detalle.
2000 \end_layout
2001
2002 \begin_layout Standard
2003 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2004  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2005  aparecerá inmediatamente en el diálogo.
2006 \end_layout
2007
2008 \begin_layout Section
2009 Barra de herramientas de tabla
2010 \begin_inset Index
2011 status collapsed
2012
2013 \begin_layout Plain Layout
2014 Tablas ! Barra de herramientas
2015 \end_layout
2016
2017 \end_inset
2018
2019
2020 \end_layout
2021
2022 \begin_layout Standard
2023 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2024  para cambiar las tablas de manera más rápida.
2025  Normalmente debería aparecer en la parte inferior de la ventana principal
2026  de LyX cuando el cursor está dentro de una tabla.
2027  En cualquier momento se puede presentar esta barra pinchando con el botón
2028  derecho del ratón en cualquier punto de la barra principal de menú.
2029 \end_layout
2030
2031 \begin_layout Standard
2032 La barra de herramientas tiene los siguientes iconos:
2033 \end_layout
2034
2035 \begin_layout Labeling
2036 \labelwidthstring 00.00.0000
2037 \begin_inset Graphics
2038         filename ../../images/tabular-feature_append-row.png
2039
2040 \end_inset
2041
2042  añade una fila bajo la celda actual o selección
2043 \end_layout
2044
2045 \begin_layout Labeling
2046 \labelwidthstring 00.00.0000
2047 \begin_inset Graphics
2048         filename ../../images/tabular-feature_append-column.png
2049
2050 \end_inset
2051
2052  añade una columna a la derecha de la celda actual o selección
2053 \end_layout
2054
2055 \begin_layout Labeling
2056 \labelwidthstring 00.00.0000
2057 \begin_inset Graphics
2058         filename ../../images/tabular-feature_delete-row.png
2059
2060 \end_inset
2061
2062  borra la fila actual o selección
2063 \end_layout
2064
2065 \begin_layout Labeling
2066 \labelwidthstring 00.00.0000
2067 \begin_inset Graphics
2068         filename ../../images/tabular-feature_delete-column.png
2069
2070 \end_inset
2071
2072  borra la columna actual o selección
2073 \end_layout
2074
2075 \begin_layout Labeling
2076 \labelwidthstring 00.00.0000
2077 \begin_inset Graphics
2078         filename ../../images/tabular-feature_toggle-line-top.png
2079
2080 \end_inset
2081
2082  añade una línea sobre la celda/fila actual o la selección
2083 \end_layout
2084
2085 \begin_layout Labeling
2086 \labelwidthstring 00.00.0000
2087 \begin_inset Graphics
2088         filename ../../images/tabular-feature_toggle-line-bottom.png
2089
2090 \end_inset
2091
2092  añade una línea bajo la celda/fila actual o la selección
2093 \end_layout
2094
2095 \begin_layout Labeling
2096 \labelwidthstring 00.00.0000
2097 \begin_inset Graphics
2098         filename ../../images/tabular-feature_toggle-line-left.png
2099
2100 \end_inset
2101
2102  añade una línea a la izquierda de la celda/fila actual o la selección
2103 \end_layout
2104
2105 \begin_layout Labeling
2106 \labelwidthstring 00.00.0000
2107 \begin_inset Graphics
2108         filename ../../images/tabular-feature_toggle-line-right.png
2109
2110 \end_inset
2111
2112  añade una línea a la derecha de la celda/fila actual o la selección
2113 \end_layout
2114
2115 \begin_layout Labeling
2116 \labelwidthstring 00.00.0000
2117 \begin_inset Graphics
2118         filename ../../images/tabular-feature_set-all-lines.png
2119
2120 \end_inset
2121
2122  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2123  actual no es multicolumna esto afecta también a la fila y a la columna)
2124 \end_layout
2125
2126 \begin_layout Labeling
2127 \labelwidthstring 00.00.0000
2128 \begin_inset Graphics
2129         filename ../../images/tabular-feature_unset-all-lines.png
2130
2131 \end_inset
2132
2133  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2134  actual no es multicolumna esto afecta también a la fila y a la columna)
2135 \end_layout
2136
2137 \begin_layout Labeling
2138 \labelwidthstring 00.00.0000
2139 \begin_inset Graphics
2140         filename ../../images/tabular-feature_align-left.png
2141
2142 \end_inset
2143
2144  alinea a la izquierda el contenido de la celda/columna
2145 \end_layout
2146
2147 \begin_layout Labeling
2148 \labelwidthstring 00.00.0000
2149 \begin_inset Graphics
2150         filename ../../images/tabular-feature_align-center.png
2151
2152 \end_inset
2153
2154  centra el contenido de la celda/columna horizontalmente
2155 \end_layout
2156
2157 \begin_layout Labeling
2158 \labelwidthstring 00.00.0000
2159 \begin_inset Graphics
2160         filename ../../images/tabular-feature_align-right.png
2161
2162 \end_inset
2163
2164  alinea a la derecha el contenido de la celda/columna
2165 \end_layout
2166
2167 \begin_layout Labeling
2168 \labelwidthstring 00.00.0000
2169 \begin_inset Graphics
2170         filename ../../images/tabular-feature_valign-top.png
2171
2172 \end_inset
2173
2174  alinea arriba el contenido de la celda
2175 \end_layout
2176
2177 \begin_layout Labeling
2178 \labelwidthstring 00.00.0000
2179 \begin_inset Graphics
2180         filename ../../images/tabular-feature_valign-middle.png
2181
2182 \end_inset
2183
2184  centra verticalmente el contenido de la celda
2185 \end_layout
2186
2187 \begin_layout Labeling
2188 \labelwidthstring 00.00.0000
2189 \begin_inset Graphics
2190         filename ../../images/tabular-feature_valign-bottom.png
2191
2192 \end_inset
2193
2194  alinea abajo el contenido de la celda
2195 \end_layout
2196
2197 \begin_layout Labeling
2198 \labelwidthstring 00.00.0000
2199 \begin_inset Graphics
2200         filename ../../images/tabular-feature_set-rotate-cell.png
2201
2202 \end_inset
2203
2204  gira la celda o selección 90° como las agujas de reloj
2205 \end_layout
2206
2207 \begin_layout Labeling
2208 \labelwidthstring 00.00.0000
2209 \begin_inset Graphics
2210         filename ../../images/tabular-feature_set-rotate-tabular.png
2211
2212 \end_inset
2213
2214  gira toda la tabla 90° como agujas del reloj
2215 \end_layout
2216
2217 \begin_layout Labeling
2218 \labelwidthstring 00.00.0000
2219 \begin_inset Graphics
2220         filename ../../images/tabular-feature_multicolumn.png
2221
2222 \end_inset
2223
2224  establece la celda actual o selección como multicolumna
2225 \end_layout
2226
2227 \begin_layout Standard
2228 \begin_inset Note Greyedout
2229 status open
2230
2231 \begin_layout Plain Layout
2232
2233 \series bold
2234 Nota:
2235 \series default
2236  En la salida se emplea la alineación vertical de la primera celda de una
2237  fila para todas las celdas restantes de la fila.
2238 \end_layout
2239
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \begin_layout Section
2246 Menú Editar Tabla
2247 \begin_inset Index
2248 status collapsed
2249
2250 \begin_layout Plain Layout
2251 Tablas ! Editar
2252 \end_layout
2253
2254 \end_inset
2255
2256
2257 \end_layout
2258
2259 \begin_layout Standard
2260 Además del diálogo y la barra de herramientas, el menú 
2261 \family sans
2262 Editar\SpecialChar \menuseparator
2263 Tabla
2264 \family default
2265  permite añadir y borrar bordes para la fila/columna actual y establecer
2266  la selección como multicolumna.
2267  El menú sólo está disponible si el cursor está en la tabla.
2268 \end_layout
2269
2270 \begin_layout Section
2271 Tablas flotantes
2272 \begin_inset CommandInset label
2273 LatexCommand label
2274 name "sec:Tablas-Flotantes"
2275
2276 \end_inset
2277
2278
2279 \begin_inset Index
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 Flotantes ! Tablas
2284 \end_layout
2285
2286 \end_inset
2287
2288
2289 \begin_inset Index
2290 status collapsed
2291
2292 \begin_layout Plain Layout
2293 Tablas ! Flotantes
2294 \end_layout
2295
2296 \end_inset
2297
2298
2299 \end_layout
2300
2301 \begin_layout Standard
2302 Para una explicación general sobre flotantes, echa un vistazo a la sección
2303 \begin_inset space ~
2304 \end_inset
2305
2306
2307 \begin_inset CommandInset ref
2308 LatexCommand ref
2309 reference "sec:Introducción-Flotantes"
2310
2311 \end_inset
2312
2313 .
2314 \end_layout
2315
2316 \begin_layout Standard
2317 \begin_inset Float table
2318 placement h
2319 wide false
2320 sideways false
2321 status collapsed
2322
2323 \begin_layout Plain Layout
2324 \begin_inset Caption
2325
2326 \begin_layout Plain Layout
2327 \begin_inset CommandInset label
2328 LatexCommand label
2329 name "tab:una tabla flotante"
2330
2331 \end_inset
2332
2333 Una tabla flotante.
2334 \end_layout
2335
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \begin_layout Plain Layout
2342 \align center
2343 \begin_inset Tabular
2344 <lyxtabular version="3" rows="3" columns="3">
2345 <features>
2346 <column alignment="center" valignment="top" width="0pt">
2347 <column alignment="center" valignment="top" width="0pt">
2348 <column alignment="center" valignment="top" width="0pt">
2349 <row>
2350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2351 \begin_inset Text
2352
2353 \begin_layout Plain Layout
2354
2355 \family roman
2356 \series medium
2357 \shape up
2358 \size normal
2359 \emph off
2360 \bar no
2361 \noun off
2362 \color none
2363 1
2364 \end_layout
2365
2366 \end_inset
2367 </cell>
2368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2369 \begin_inset Text
2370
2371 \begin_layout Plain Layout
2372
2373 \family roman
2374 \series medium
2375 \shape up
2376 \size normal
2377 \emph off
2378 \bar no
2379 \noun off
2380 \color none
2381 2
2382 \end_layout
2383
2384 \end_inset
2385 </cell>
2386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Plain Layout
2390
2391 \family roman
2392 \series medium
2393 \shape up
2394 \size normal
2395 \emph off
2396 \bar no
2397 \noun off
2398 \color none
2399 3
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 </row>
2405 <row>
2406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2407 \begin_inset Text
2408
2409 \begin_layout Plain Layout
2410
2411 \family roman
2412 \series medium
2413 \shape up
2414 \size normal
2415 \emph off
2416 \bar no
2417 \noun off
2418 \color none
2419 Pepe
2420 \end_layout
2421
2422 \end_inset
2423 </cell>
2424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2425 \begin_inset Text
2426
2427 \begin_layout Plain Layout
2428
2429 \family roman
2430 \series medium
2431 \shape up
2432 \size normal
2433 \emph off
2434 \bar no
2435 \noun off
2436 \color none
2437 Mari
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Plain Layout
2446
2447 \family roman
2448 \series medium
2449 \shape up
2450 \size normal
2451 \emph off
2452 \bar no
2453 \noun off
2454 \color none
2455 Teo
2456 \end_layout
2457
2458 \end_inset
2459 </cell>
2460 </row>
2461 <row>
2462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2463 \begin_inset Text
2464
2465 \begin_layout Plain Layout
2466
2467 \family roman
2468 \series medium
2469 \shape up
2470 \size normal
2471 \emph off
2472 \bar no
2473 \noun off
2474 \color none
2475 \begin_inset Formula $\int x^{2}dx$
2476 \end_inset
2477
2478
2479 \end_layout
2480
2481 \end_inset
2482 </cell>
2483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2484 \begin_inset Text
2485
2486 \begin_layout Plain Layout
2487
2488 \family roman
2489 \series medium
2490 \shape up
2491 \size normal
2492 \emph off
2493 \bar no
2494 \noun off
2495 \color none
2496 \begin_inset Formula $\left[\begin{array}{cc}
2497 a & b\\
2498 c & d\end{array}\right]$
2499 \end_inset
2500
2501
2502 \end_layout
2503
2504 \end_inset
2505 </cell>
2506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2507 \begin_inset Text
2508
2509 \begin_layout Plain Layout
2510
2511 \family roman
2512 \series medium
2513 \shape up
2514 \size normal
2515 \emph off
2516 \bar no
2517 \noun off
2518 \color none
2519 \begin_inset Formula $1+1=2$
2520 \end_inset
2521
2522
2523 \end_layout
2524
2525 \end_inset
2526 </cell>
2527 </row>
2528 </lyxtabular>
2529
2530 \end_inset
2531
2532
2533 \end_layout
2534
2535 \end_inset
2536
2537
2538 \end_layout
2539
2540 \begin_layout Standard
2541 Las tablas flotantes pueden insertarse con el menú 
2542 \family sans
2543 Insertar\SpecialChar \menuseparator
2544 Flotante\SpecialChar \menuseparator
2545 Tabla
2546 \family default
2547  o con el botón 
2548 \begin_inset Graphics
2549         filename ../../images/float-insert_table.png
2550         scale 85
2551
2552 \end_inset
2553
2554 .
2555 \end_layout
2556
2557 \begin_layout Standard
2558 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2559 \begin_inset space ~
2560 \end_inset
2561
2562 #:» (# es el número actual).
2563  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2564  Para insertar una tabla en el flotante se sitúa el cursor al final del
2565  texto del encabezado y se pulsa 
2566 \family sans
2567 Retorno
2568 \family default
2569 .
2570  La leyenda se imprime encima de la tabla.
2571 \end_layout
2572
2573 \begin_layout Standard
2574 La tabla
2575 \begin_inset space ~
2576 \end_inset
2577
2578
2579 \begin_inset CommandInset ref
2580 LatexCommand ref
2581 reference "tab:una tabla flotante"
2582
2583 \end_inset
2584
2585  es un ejemplo de tabla flotante.
2586 \end_layout
2587
2588 \begin_layout Standard
2589 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2590  no es soportado en las clases estándar de LaTeX.
2591  Esto significa que si estás usando las clases de documento 
2592 \family sans
2593 article
2594 \family default
2595
2596 \family sans
2597 book
2598 \family default
2599
2600 \family sans
2601 letter
2602 \family default
2603  o 
2604 \family sans
2605 report
2606 \family default
2607  no habrá espacio entre la leyenda y la tabla.
2608  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2609  del documento la siguiente opción al comando del paquete LaTeX 
2610 \series bold
2611 caption
2612 \series default
2613
2614 \begin_inset Index
2615 status collapsed
2616
2617 \begin_layout Plain Layout
2618 LaTeX-paquetes ! caption
2619 \end_layout
2620
2621 \end_inset
2622
2623 :
2624 \begin_inset Foot
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628 Para más información ve a la sección
2629 \begin_inset space ~
2630 \end_inset
2631
2632
2633 \begin_inset CommandInset ref
2634 LatexCommand ref
2635 reference "sec:Colocación-de-leyendas"
2636
2637 \end_inset
2638
2639 .
2640 \end_layout
2641
2642 \end_inset
2643
2644
2645 \end_layout
2646
2647 \begin_layout Standard
2648
2649 \series bold
2650 tableposition=top
2651 \end_layout
2652
2653 \begin_layout Standard
2654 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2655  
2656 \series bold
2657 caption
2658 \series default
2659  como se describe en la sección
2660 \begin_inset space ~
2661 \end_inset
2662
2663
2664 \begin_inset CommandInset ref
2665 LatexCommand ref
2666 reference "sec:Formato-de-leyendas"
2667
2668 \end_inset
2669
2670 .
2671  
2672 \end_layout
2673
2674 \begin_layout Standard
2675 \begin_inset Index
2676 status collapsed
2677
2678 \begin_layout Plain Layout
2679 Referencias ! a tablas
2680 \end_layout
2681
2682 \end_inset
2683
2684 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2685  etiqueta.
2686  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2687 \family sans
2688 Insertar\SpecialChar \menuseparator
2689 Etiqueta
2690 \family default
2691  o con el botón 
2692 \begin_inset Graphics
2693         filename ../../images/label-insert.png
2694         scale 85
2695
2696 \end_inset
2697
2698 .
2699  Ahora puedes referenciar la etiqueta con el menú 
2700 \family sans
2701 Insertar\SpecialChar \menuseparator
2702 Referencia
2703 \begin_inset space ~
2704 \end_inset
2705
2706 cruzada
2707 \family default
2708  o con el botón 
2709 \begin_inset Graphics
2710         filename ../../images/dialog-show-new-inset_ref.png
2711         scale 85
2712
2713 \end_inset
2714
2715 .
2716 \begin_inset Newline newline
2717 \end_inset
2718
2719 Las referencias se explican con detalle en la sección
2720 \begin_inset space ~
2721 \end_inset
2722
2723
2724 \begin_inset CommandInset ref
2725 LatexCommand ref
2726 reference "sec:Referencias-a-Flotantes"
2727
2728 \end_inset
2729
2730 .
2731 \end_layout
2732
2733 \begin_layout Section
2734 Tablas largas
2735 \begin_inset CommandInset label
2736 LatexCommand label
2737 name "sec:Tablas-Largas"
2738
2739 \end_inset
2740
2741
2742 \begin_inset Index
2743 status collapsed
2744
2745 \begin_layout Plain Layout
2746 Tablas largas
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \begin_inset Index
2753 status collapsed
2754
2755 \begin_layout Plain Layout
2756 Tablas ! Largas
2757 \end_layout
2758
2759 \end_inset
2760
2761
2762 \end_layout
2763
2764 \begin_layout Standard
2765 Si la tabla es demasiado larga para una página, puedes usar la opción 
2766 \family sans
2767 Usar
2768 \begin_inset space ~
2769 \end_inset
2770
2771 tabla
2772 \begin_inset space ~
2773 \end_inset
2774
2775 larga
2776 \family default
2777  en la solapa 
2778 \family sans
2779 Tabla
2780 \begin_inset space ~
2781 \end_inset
2782
2783 larga
2784 \family default
2785  del diálogo de tablas, para repartir automáticamente la tabla en varias
2786  páginas.
2787  Al hacerlo se habilitan las siguientes opciones:
2788 \end_layout
2789
2790 \begin_layout Description
2791
2792 \family sans
2793 Encabezado:
2794 \family default
2795  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2796  definida, se definen como filas de encabezado para todas las páginas de
2797  la tabla, excepto para la primera página si 
2798 \family sans
2799 Primer
2800 \begin_inset space ~
2801 \end_inset
2802
2803 encabezado
2804 \family default
2805  está definido.
2806  Este se denomina encabezado principal.
2807 \end_layout
2808
2809 \begin_layout Description
2810
2811 \family sans
2812 Primer
2813 \begin_inset space ~
2814 \end_inset
2815
2816 encabezado:
2817 \family default
2818  La fila actual y superiores, que no tienen ninguna opción especial definida,
2819  se definen como filas cabeceras de la primera página de la tabla.
2820 \end_layout
2821
2822 \begin_layout Description
2823
2824 \family sans
2825 Pie:
2826 \family default
2827  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2828  definida, se definen como filas de pie de todas las páginas de la tabla,
2829  excepto para la última página si se define 
2830 \family sans
2831 Último
2832 \begin_inset space ~
2833 \end_inset
2834
2835 pie.
2836 \end_layout
2837
2838 \begin_layout Description
2839
2840 \family sans
2841 Último
2842 \begin_inset space ~
2843 \end_inset
2844
2845 pie: L
2846 \family default
2847 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2848  se definen como filas de pie de la última página de la tabla.
2849 \end_layout
2850
2851 \begin_layout Description
2852 Leyenda: La primera fila se reajusta como columna simple.
2853  Ahora puedes insertar ahí la leyenda de la tabla con el menú 
2854 \family sans
2855 Insertar\SpecialChar \menuseparator
2856 Leyenda
2857 \family default
2858 .
2859  Más detalles sobre leyendas en tablas largas en la sec.
2860 \begin_inset space \thinspace{}
2861 \end_inset
2862
2863
2864 \begin_inset CommandInset ref
2865 LatexCommand ref
2866 reference "sub:Leyendas-en-Tablas"
2867
2868 \end_inset
2869
2870 .
2871 \end_layout
2872
2873 \begin_layout Standard
2874 También se puede especificar en qué fila se ha de cortar la tabla.
2875  Si se establece más de una opción en la misma fila, habría que tener en
2876  cuenta que sólo la primera de ellas se usa en la fila dada.
2877  Las otras quedarán definidas como 
2878 \emph on
2879 vacías
2880 \emph default
2881 .
2882  En este contexto, primera significa primero en este orden: 
2883 \family sans
2884 Encabezado, Primer
2885 \begin_inset space ~
2886 \end_inset
2887
2888 encabezado
2889 \family default
2890
2891 \family sans
2892 Pie, Último
2893 \begin_inset space ~
2894 \end_inset
2895
2896 pie
2897 \family default
2898 .
2899  La siguiente tabla muestra cómo funciona:
2900 \end_layout
2901
2902 \begin_layout Standard
2903
2904 \end_layout
2905
2906 \begin_layout Standard
2907 \align center
2908 \begin_inset Tabular
2909 <lyxtabular version="3" rows="69" columns="3">
2910 <features islongtable="true">
2911 <column alignment="left" valignment="top" width="0cm">
2912 <column alignment="left" valignment="top" width="0pt">
2913 <column alignment="right" valignment="top" width="0pt">
2914 <row endfirsthead="true">
2915 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2916 \begin_inset Text
2917
2918 \begin_layout Plain Layout
2919
2920 \series bold
2921 Ejemplo de lista telefónica (ignore los nombres)
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930
2931 \end_layout
2932
2933 \end_inset
2934 </cell>
2935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2936 \begin_inset Text
2937
2938 \begin_layout Plain Layout
2939
2940 \end_layout
2941
2942 \end_inset
2943 </cell>
2944 </row>
2945 <row endfirsthead="true">
2946 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950
2951 \series bold
2952 NOMBRE
2953 \end_layout
2954
2955 \end_inset
2956 </cell>
2957 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2958 \begin_inset Text
2959
2960 \begin_layout Plain Layout
2961
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \series bold
2972 TEL.
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 </row>
2978 <row endhead="true">
2979 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Plain Layout
2983
2984 \series bold
2985 Ejemplo de lista telefónica
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="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 <row endhead="true">
3010 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \series bold
3016 NOMBRE
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025
3026 \end_layout
3027
3028 \end_inset
3029 </cell>
3030 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034
3035 \series bold
3036 TEL.
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row endfoot="true">
3043 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047  continúa en la página siguiente
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 </row>
3071 <row>
3072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076
3077 \series bold
3078 Annovi
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell alignment="center" valignment="top" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087 Silvia
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096 111
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 </row>
3102 <row>
3103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107
3108 \series bold
3109 Bertoli
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell alignment="center" valignment="top" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118 Stefano
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127 111
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 </row>
3133 <row>
3134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \series bold
3140 Bozzi
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell alignment="center" valignment="top" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149 Walter
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 111
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 </row>
3164 <row>
3165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169
3170 \series bold
3171 Cachia
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 <cell alignment="center" valignment="top" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180 Maria
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189 111
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 </row>
3195 <row>
3196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200
3201 \series bold
3202 Cachia
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell alignment="center" valignment="top" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211 Maurizio
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220 111
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 </row>
3226 <row>
3227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231
3232 \series bold
3233 Cinquemani
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell alignment="center" valignment="top" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242 Giusi
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 111
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 </row>
3257 <row>
3258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262
3263 \series bold
3264 Colin
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell alignment="center" valignment="top" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273 Bernard
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282 111
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 </row>
3288 <row>
3289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293
3294 \series bold
3295 Concli
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 Gianfranco
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313 111
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 </row>
3319 <row>
3320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \series bold
3326 Dal Bosco
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 Carolina
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 111
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 </row>
3350 <row>
3351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355
3356 \series bold
3357 Dalpiaz
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell alignment="center" valignment="top" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 Annamaria
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375 111
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 </row>
3381 <row>
3382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386
3387 \series bold
3388 Feliciello
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 Domenico
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406 111
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 </row>
3412 <row>
3413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \series bold
3419 Focarelli
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 Paola
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 111
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 </row>
3443 <row>
3444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448
3449 \series bold
3450 Galletti
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 Oreste
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468 111
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 </row>
3474 <row>
3475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479
3480 \series bold
3481 Gasparini
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="center" valignment="top" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 Franca
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 111
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 </row>
3505 <row>
3506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \series bold
3512 Rizzardi
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 Paola
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 111
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 </row>
3536 <row>
3537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \series bold
3543 Lassini
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 Giancarlo
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 111
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 </row>
3567 <row>
3568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572
3573 \series bold
3574 Malfatti
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 Luciano
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 111
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 <row>
3599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603
3604 \series bold
3605 Malfatti
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 Valeriano
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 111
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 </row>
3629 <row>
3630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634
3635 \series bold
3636 Meneguzzo
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 Roberto
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 111
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 </row>
3660 <row>
3661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665
3666 \series bold
3667 Mezzadra
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 Roberto
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 111
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696
3697 \series bold
3698 Pirpamer
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Erich
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 111
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 </row>
3722 <row>
3723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727
3728 \series bold
3729 Pochiesa
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 Paolo
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 111, 222
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 </row>
3753 <row>
3754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758
3759 \series bold
3760 Radina
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 Claudio
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 111
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 </row>
3784 <row>
3785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789
3790 \series bold
3791 Stuffer
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 Oskar
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 111
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 </row>
3815 <row>
3816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820
3821 \series bold
3822 Tacchelli
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 Ugo
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 111
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 </row>
3846 <row>
3847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851
3852 \series bold
3853 Tezzele
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 Margit
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 111
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 </row>
3877 <row>
3878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882
3883 \series bold
3884 Unterkalmsteiner
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 Frieda
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 111
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row>
3909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913
3914 \series bold
3915 Vieider
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 Hilde
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 111
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 <row>
3940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944
3945 \series bold
3946 Vigna
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 Jürgen
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 111
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 </row>
3970 <row>
3971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975
3976 \series bold
3977 Weber
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 Maurizio
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 111
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008 Winkler
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Franz
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 111
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037  
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 </row>
4061 <row>
4062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066
4067 \series bold
4068 Annovi
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 Silvia
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 555
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 <row>
4093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097
4098 \series bold
4099 Bertoli
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 Stefano
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 555
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \series bold
4130 Bozzi
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 Walter
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 555
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161 Cachia
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Maria
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 555
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \series bold
4192 Cachia
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 Maurizio
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 555
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221
4222 \series bold
4223 Cinquemani
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 Giusi
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 555
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \series bold
4254 Colin
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 Bernard
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 555
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 </row>
4278 <row>
4279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283
4284 \series bold
4285 Concli
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 Gianfranco
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 555
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 </row>
4309 <row>
4310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314
4315 \series bold
4316 Dal Bosco
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 Carolina
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 555
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \series bold
4347 Dalpiaz
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 Annamaria
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 555
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \series bold
4378 Feliciello
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 Domenico
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 555
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 <row>
4403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407
4408 \series bold
4409 Focarelli
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 Paola
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 555
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438
4439 \series bold
4440 Galletti
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 Oreste
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 555
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \series bold
4471 Gasparini
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 Franca
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 555
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 <row>
4496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \series bold
4502 Rizzardi
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 Paola
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 555
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 </row>
4526 <row>
4527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531
4532 \series bold
4533 Lassini
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 Giancarlo
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 555
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 </row>
4557 <row>
4558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562
4563 \series bold
4564 Malfatti
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 Luciano
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 555
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \series bold
4595 Malfatti
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Valeriano
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 555
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 </row>
4619 <row>
4620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624
4625 \series bold
4626 Meneguzzo
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 Roberto
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 555
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655
4656 \series bold
4657 Mezzadra
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 Roberto
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 555
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 </row>
4681 <row>
4682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686
4687 \series bold
4688 Pirpamer
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 Erich
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 555
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 </row>
4712 <row>
4713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717
4718 \series bold
4719 Pochiesa
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 Paolo
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 555, 222
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 <row>
4744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748
4749 \series bold
4750 Radina
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 Claudio
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 555
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 </row>
4774 <row>
4775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779
4780 \series bold
4781 Stuffer
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 Oskar
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 555
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 </row>
4805 <row>
4806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810
4811 \series bold
4812 Tacchelli
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 Ugo
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 555
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 </row>
4836 <row>
4837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841
4842 \series bold
4843 Tezzele
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 Margit
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 555
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 </row>
4867 <row>
4868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872
4873 \series bold
4874 Unterkalmsteiner
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 Frieda
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 555
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 </row>
4898 <row>
4899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903
4904 \series bold
4905 Vieider
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 Hilde
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 555
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 </row>
4929 <row>
4930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934
4935 \series bold
4936 Vigna
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 Jürgen
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 999
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 </row>
4960 <row>
4961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965
4966 \series bold
4967 Weber
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 Maurizio
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 555
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 <row>
4992 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996
4997 \series bold
4998 Winkler
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 Franz
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 555
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 </row>
5022 <row endlastfoot="true">
5023 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027 fin
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 </lyxtabular>
5052
5053 \end_inset
5054
5055
5056 \begin_inset ERT
5057 status open
5058
5059 \begin_layout Plain Layout
5060
5061
5062 \backslash
5063 addtocounter{table}{-1}
5064 \end_layout
5065
5066 \end_inset
5067
5068
5069 \begin_inset Note Note
5070 status collapsed
5071
5072 \begin_layout Plain Layout
5073 Para comprender el uso de este comando, lee al final de la sección
5074 \begin_inset space ~
5075 \end_inset
5076
5077
5078 \begin_inset CommandInset ref
5079 LatexCommand ref
5080 reference "sub:Leyendas-en-Tablas"
5081
5082 \end_inset
5083
5084  la primera nota resaltada en gris.
5085  
5086 \end_layout
5087
5088 \end_inset
5089
5090
5091 \end_layout
5092
5093 \begin_layout Subsection
5094 Notas al pie en tablas largas
5095 \begin_inset CommandInset label
5096 LatexCommand label
5097 name "sub:Notas-al-pie-en-Tablas-Largas"
5098
5099 \end_inset
5100
5101
5102 \begin_inset Index
5103 status collapsed
5104
5105 \begin_layout Plain Layout
5106 Tablas largas ! Notas al pie
5107 \end_layout
5108
5109 \end_inset
5110
5111
5112 \end_layout
5113
5114 \begin_layout Standard
5115 Se pueden insertar notas al pie en cada celda de una tabla larga.
5116  Las notas se muestran en la parte inferior de la página en la que esté
5117  la celda con la nota.
5118  La tabla
5119 \begin_inset space ~
5120 \end_inset
5121
5122
5123 \begin_inset CommandInset ref
5124 LatexCommand ref
5125 reference "tab:DifLeyendas"
5126
5127 \end_inset
5128
5129  tiene un ejemplo de nota al pie.
5130 \end_layout
5131
5132 \begin_layout Subsection
5133 Alineación de tablas largas
5134 \begin_inset Index
5135 status collapsed
5136
5137 \begin_layout Plain Layout
5138 Tablas largas ! Alineación
5139 \end_layout
5140
5141 \end_inset
5142
5143
5144 \end_layout
5145
5146 \begin_layout Standard
5147 Las tablas largas se centran por omisión.
5148  Al contrario de la alineación de filas y columnas, la alineación de una
5149  tabla no se puede cambiar por ahora en el diálogo de tablas.
5150  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5151  longitudes 
5152 \series bold
5153
5154 \backslash
5155 LTleft
5156 \series default
5157  y 
5158 \series bold
5159
5160 \backslash
5161 LTright 
5162 \series default
5163 insertando la línea siguiente en código TeX antes de la correspondiente
5164  tabla larga:
5165 \end_layout
5166
5167 \begin_layout Standard
5168
5169 \series bold
5170
5171 \backslash
5172 setlength{
5173 \backslash
5174 LTleft}{valor}
5175 \end_layout
5176
5177 \begin_layout Standard
5178 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5179 \begin_inset space ~
5180 \end_inset
5181
5182
5183 \begin_inset CommandInset ref
5184 LatexCommand ref
5185 reference "tab:Unidades"
5186
5187 \end_inset
5188
5189 .
5190  
5191 \series bold
5192
5193 \backslash
5194 LTlent 
5195 \series default
5196 controla la distancia entre el borde izquierdo de la página y la tabla.
5197  
5198 \series bold
5199
5200 \backslash
5201 LTright 
5202 \series default
5203 la distancia desde el lado derecho.
5204  El valor predeterminado para ambas longitudes es 
5205 \series bold
5206
5207 \backslash
5208 fill
5209 \series default
5210 , que en este caso es lo mismo que un relleno horizontal en LyX.
5211 \end_layout
5212
5213 \begin_layout Standard
5214 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5215 \series bold
5216
5217 \backslash
5218 LTleft
5219 \series default
5220  0 pt.
5221 \begin_inset ERT
5222 status collapsed
5223
5224 \begin_layout Plain Layout
5225
5226
5227 \backslash
5228 setlength{
5229 \backslash
5230 LTleft}{0pt}
5231 \end_layout
5232
5233 \end_inset
5234
5235
5236 \end_layout
5237
5238 \begin_layout Standard
5239 \begin_inset Tabular
5240 <lyxtabular version="3" rows="5" columns="5">
5241 <features islongtable="true">
5242 <column alignment="center" valignment="top" width="0">
5243 <column alignment="center" valignment="top" width="0">
5244 <column alignment="center" valignment="top" width="0">
5245 <column alignment="center" valignment="top" width="0">
5246 <column alignment="center" valignment="top" width="0">
5247 <row>
5248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 1
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 2
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 3
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 4
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 5
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row>
5295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 asd
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 s
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 s
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 s
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 asd
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 </row>
5341 <row>
5342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 asd
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 s
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 s
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 s
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 asd
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 </row>
5388 <row>
5389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 asd
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402 s
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 s
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 s
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 asd
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 </row>
5435 <row>
5436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 asd
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 asd
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 asd
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 asd
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 asd
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 </row>
5482 </lyxtabular>
5483
5484 \end_inset
5485
5486
5487 \begin_inset ERT
5488 status collapsed
5489
5490 \begin_layout Plain Layout
5491
5492
5493 \backslash
5494 setlength{
5495 \backslash
5496 LTleft}{
5497 \backslash
5498 fill}
5499 \end_layout
5500
5501 \end_inset
5502
5503
5504 \begin_inset Newpage newpage
5505 \end_inset
5506
5507
5508 \end_layout
5509
5510 \begin_layout Subsection
5511 Leyendas en tablas largas
5512 \begin_inset Index
5513 status collapsed
5514
5515 \begin_layout Plain Layout
5516 Tablas largas ! Leyendas
5517 \end_layout
5518
5519 \end_inset
5520
5521
5522 \begin_inset CommandInset label
5523 LatexCommand label
5524 name "sub:Leyendas-en-Tablas"
5525
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \begin_layout Standard
5532 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5533  estar en una página, aunque el entorno leyenda de flotantes sí puede usarse
5534  para tablas largas.
5535  Por tanto la leyenda se inserta como primera fila de la tabla, como se
5536  explica en la sec.
5537 \begin_inset space \thinspace{}
5538 \end_inset
5539
5540
5541 \begin_inset CommandInset ref
5542 LatexCommand ref
5543 reference "sec:Tablas-Largas"
5544
5545 \end_inset
5546
5547 .
5548  En este caso la primera fila de la tabla es sólo una fila postiza para
5549  la leyenda, la tabla se inicia realmente en la segunda fila.
5550 \end_layout
5551
5552 \begin_layout Standard
5553 He aquí una pequeña tabla larga para mostrar cómo funciona:
5554 \end_layout
5555
5556 \begin_layout Standard
5557 \begin_inset Tabular
5558 <lyxtabular version="3" rows="6" columns="5">
5559 <features islongtable="true">
5560 <column alignment="center" valignment="top" width="0">
5561 <column alignment="center" valignment="top" width="0">
5562 <column alignment="center" valignment="top" width="0">
5563 <column alignment="center" valignment="top" width="0">
5564 <column alignment="center" valignment="top" width="0">
5565 <row caption="true">
5566 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 \begin_inset Caption
5571
5572 \begin_layout Plain Layout
5573 Tabla larga con leyenda
5574 \begin_inset OptArg
5575 status open
5576
5577 \begin_layout Plain Layout
5578 Tabla larga
5579 \end_layout
5580
5581 \end_inset
5582
5583
5584 \end_layout
5585
5586 \end_inset
5587
5588
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 </row>
5630 <row>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 1
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 2
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 3
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 4
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 5
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 </row>
5677 <row>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 asd
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 s
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 s
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 s
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 asd
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 asd
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 s
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 s
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 s
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 asd
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 </row>
5771 <row>
5772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 asd
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 s
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 s
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 s
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 asd
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 </row>
5818 <row>
5819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 asd
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 asd
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 asd
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 asd
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 asd
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 </row>
5865 </lyxtabular>
5866
5867 \end_inset
5868
5869
5870 \end_layout
5871
5872 \begin_layout Standard
5873 \begin_inset VSpace medskip
5874 \end_inset
5875
5876
5877 \begin_inset Note Greyedout
5878 status open
5879
5880 \begin_layout Plain Layout
5881
5882 \series bold
5883 Nota
5884 \series default
5885 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5886  leyenda en alguna de ellas.
5887  Por esto podría suceder que, p.
5888 \begin_inset space \thinspace{}
5889 \end_inset
5890
5891 e., la tabla
5892 \begin_inset space ~
5893 \end_inset
5894
5895 2.4 siga a la tabla
5896 \begin_inset space ~
5897 \end_inset
5898
5899 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5900  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5901  en código TeX:
5902 \end_layout
5903
5904 \begin_layout Plain Layout
5905
5906 \series bold
5907
5908 \backslash
5909 addtocounter{table}{-1}
5910 \end_layout
5911
5912 \end_inset
5913
5914
5915 \end_layout
5916
5917 \begin_layout Standard
5918 \begin_inset Note Greyedout
5919 status open
5920
5921 \begin_layout Plain Layout
5922
5923 \series bold
5924 Nota:
5925 \series default
5926  Si utilizas 
5927 \series bold
5928 hyperref
5929 \series default
5930
5931 \begin_inset Index
5932 status collapsed
5933
5934 \begin_layout Plain Layout
5935 LaTeX-paquetes ! hyperref
5936 \end_layout
5937
5938 \end_inset
5939
5940  en las 
5941 \family sans
5942 Propiedades PDF 
5943 \family default
5944 del diálogo 
5945 \family sans
5946 Configuración del documento 
5947 \family default
5948 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
5949  llevan siempre al principio del documento.
5950 \end_layout
5951
5952 \end_inset
5953
5954
5955 \end_layout
5956
5957 \begin_layout Subsubsection
5958 Referencias a tablas largas
5959 \begin_inset Index
5960 status collapsed
5961
5962 \begin_layout Plain Layout
5963 Tablas largas ! Referencias a
5964 \end_layout
5965
5966 \end_inset
5967
5968
5969 \end_layout
5970
5971 \begin_layout Standard
5972 \begin_inset Tabular
5973 <lyxtabular version="3" rows="6" columns="5">
5974 <features islongtable="true">
5975 <column alignment="center" valignment="top" width="0">
5976 <column alignment="center" valignment="top" width="0">
5977 <column alignment="center" valignment="top" width="0">
5978 <column alignment="center" valignment="top" width="0">
5979 <column alignment="center" valignment="top" width="0">
5980 <row caption="true">
5981 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 \begin_inset Caption
5986
5987 \begin_layout Plain Layout
5988 Tabla larga referenciada
5989 \begin_inset CommandInset label
5990 LatexCommand label
5991 name "tab:RefEjemplo"
5992
5993 \end_inset
5994
5995
5996 \end_layout
5997
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 </row>
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 1
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 2
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 3
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 4
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 5
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 </row>
6089 <row>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 asd
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 s
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 s
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 s
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 asd
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 </row>
6136 <row>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 asd
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 s
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 s
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 s
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 asd
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 </row>
6183 <row>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 asd
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 s
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" rightline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 asd
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 </row>
6230 <row>
6231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 asd
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 sad
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 asd
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 asd
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 asd
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 </row>
6277 </lyxtabular>
6278
6279 \end_inset
6280
6281
6282 \end_layout
6283
6284 \begin_layout Standard
6285 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6286  
6287 \end_layout
6288
6289 \begin_layout Standard
6290 Esto es una referencia a la tabla
6291 \begin_inset space ~
6292 \end_inset
6293
6294
6295 \begin_inset CommandInset ref
6296 LatexCommand ref
6297 reference "tab:RefEjemplo"
6298
6299 \end_inset
6300
6301 .
6302 \end_layout
6303
6304 \begin_layout Standard
6305 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6306  del documento mediante el paquete LaTeX 
6307 \series bold
6308 caption
6309 \series default
6310
6311 \begin_inset Index
6312 status collapsed
6313
6314 \begin_layout Plain Layout
6315 LaTeX-paquetes ! caption
6316 \end_layout
6317
6318 \end_inset
6319
6320 , véase sección
6321 \begin_inset space ~
6322 \end_inset
6323
6324
6325 \begin_inset CommandInset ref
6326 LatexCommand ref
6327 reference "sec:Formato-de-leyendas"
6328
6329 \end_inset
6330
6331 .
6332 \end_layout
6333
6334 \begin_layout Subsubsection
6335 Anchura de la leyenda
6336 \begin_inset Index
6337 status collapsed
6338
6339 \begin_layout Plain Layout
6340 Tablas largas ! Anchura de la leyenda
6341 \end_layout
6342
6343 \end_inset
6344
6345
6346 \end_layout
6347
6348 \begin_layout Standard
6349 La anchura máxima se define por la longitud 
6350 \series bold
6351
6352 \backslash
6353 LTcapwidth
6354 \series default
6355 .
6356  Por omisión es 4
6357 \begin_inset space \thinspace{}
6358 \end_inset
6359
6360 in (4
6361 \begin_inset space ~
6362 \end_inset
6363
6364 pulgadas).
6365  Para cambiarla añade el siguiente comando al preámbulo o en código TeX
6366  en el documento antes de la tabla larga a la que afecta
6367 \end_layout
6368
6369 \begin_layout Standard
6370
6371 \series bold
6372
6373 \backslash
6374 setlength{
6375 \backslash
6376 LTcapwidth}{anchura}
6377 \end_layout
6378
6379 \begin_layout Standard
6380 donde la anchura puede ser una de las unidades listadas en el apéndice
6381 \begin_inset space ~
6382 \end_inset
6383
6384
6385 \begin_inset CommandInset ref
6386 LatexCommand ref
6387 reference "cha:Unidades-disponibles-en"
6388
6389 \end_inset
6390
6391 .
6392 \end_layout
6393
6394 \begin_layout Standard
6395 Las tablas siguientes muestran la diferencia:
6396 \end_layout
6397
6398 \begin_layout Standard
6399 \begin_inset Tabular
6400 <lyxtabular version="3" rows="6" columns="5">
6401 <features islongtable="true">
6402 <column alignment="center" valignment="top" width="0">
6403 <column alignment="center" valignment="top" width="0">
6404 <column alignment="center" valignment="top" width="0">
6405 <column alignment="center" valignment="top" width="0">
6406 <column alignment="center" valignment="top" width="0">
6407 <row caption="true">
6408 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 \begin_inset Caption
6413
6414 \begin_layout Plain Layout
6415 Leyenda larga completa con anchura predeterminada leyenda larga completa
6416  con anchura predeterminada
6417 \begin_inset OptArg
6418 status open
6419
6420 \begin_layout Plain Layout
6421 Leyenda con anchura predeterminada
6422 \end_layout
6423
6424 \end_inset
6425
6426
6427 \end_layout
6428
6429 \end_inset
6430
6431
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 </row>
6473 <row>
6474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 1
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 2
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496 3
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505 4
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514 5
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 </row>
6520 <row>
6521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Plain Layout
6525 asd
6526 \end_layout
6527
6528 \end_inset
6529 </cell>
6530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Plain Layout
6534 s
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543 s
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552 s
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561 asd
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 </row>
6567 <row>
6568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Plain Layout
6572 asd
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 s
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 s
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 s
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 asd
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 </row>
6614 <row>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 asd
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 s
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" rightline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 asd
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 </row>
6661 <row>
6662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666 asd
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 sad
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 asd
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 asd
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 asd
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 </row>
6708 </lyxtabular>
6709
6710 \end_inset
6711
6712
6713 \end_layout
6714
6715 \begin_layout Standard
6716 \begin_inset ERT
6717 status collapsed
6718
6719 \begin_layout Plain Layout
6720
6721
6722 \backslash
6723 setlength{
6724 \backslash
6725 LTcapwidth}{5cm}
6726 \end_layout
6727
6728 \end_inset
6729
6730
6731 \begin_inset Tabular
6732 <lyxtabular version="3" rows="6" columns="5">
6733 <features islongtable="true">
6734 <column alignment="center" valignment="top" width="0">
6735 <column alignment="center" valignment="top" width="0">
6736 <column alignment="center" valignment="top" width="0">
6737 <column alignment="center" valignment="top" width="0">
6738 <column alignment="center" valignment="top" width="0">
6739 <row caption="true">
6740 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 \begin_inset Caption
6745
6746 \begin_layout Plain Layout
6747 Leyenda larga completa con anchura de 5
6748 \begin_inset space \thinspace{}
6749 \end_inset
6750
6751 cm leyenda larga completa con anchura de 5
6752 \begin_inset space \thinspace{}
6753 \end_inset
6754
6755 cm leyenda larga completa con anchura de 5
6756 \begin_inset space \thinspace{}
6757 \end_inset
6758
6759 cm
6760 \begin_inset OptArg
6761 status open
6762
6763 \begin_layout Plain Layout
6764 Leyenda con anchura
6765 \begin_inset space \thinspace{}
6766 \end_inset
6767
6768 =
6769 \begin_inset space \thinspace{}
6770 \end_inset
6771
6772 5
6773 \begin_inset space \thinspace{}
6774 \end_inset
6775
6776 cm
6777 \end_layout
6778
6779 \end_inset
6780
6781
6782 \end_layout
6783
6784 \end_inset
6785
6786
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 </row>
6828 <row>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 1
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 2
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 3
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 4
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 5
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 </row>
6875 <row>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 s
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 s
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 s
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 asd
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 </row>
6922 <row>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 asd
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 s
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 s
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 s
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 asd
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 </row>
6969 <row>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 asd
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 s
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 s
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 s
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 asd
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 </row>
7016 <row>
7017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 asd
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 sad
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 asd
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 asd
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 asd
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 </row>
7063 </lyxtabular>
7064
7065 \end_inset
7066
7067
7068 \begin_inset ERT
7069 status collapsed
7070
7071 \begin_layout Plain Layout
7072
7073
7074 \backslash
7075 setlength{
7076 \backslash
7077 LTcapwidth}{4in}
7078 \end_layout
7079
7080 \end_inset
7081
7082
7083 \end_layout
7084
7085 \begin_layout Standard
7086 \begin_inset Note Greyedout
7087 status collapsed
7088
7089 \begin_layout Plain Layout
7090
7091 \series bold
7092 Nota: 
7093 \series default
7094 Si se usa el paquete LaTeX 
7095 \series bold
7096 caption
7097 \series default
7098
7099 \begin_inset Index
7100 status collapsed
7101
7102 \begin_layout Plain Layout
7103 LaTeX-paquetes ! caption
7104 \end_layout
7105
7106 \end_inset
7107
7108 , como en este documento, se usa la anchura de toda la página para el pie
7109  si utilizas el valor por omisión de 4
7110 \begin_inset space \thinspace{}
7111 \end_inset
7112
7113 in para 
7114 \series bold
7115
7116 \backslash
7117 LTcapwidth
7118 \series default
7119 .
7120  En este caso, para conseguir exactamente un pie de 4
7121 \begin_inset space \thinspace{}
7122 \end_inset
7123
7124 in, puedes poner un valor ligeramente diferente de 4.0
7125 \begin_inset space \thinspace{}
7126 \end_inset
7127
7128 in, p.
7129 \begin_inset space \thinspace{}
7130 \end_inset
7131
7132 e.
7133  3.99
7134 \begin_inset space \thinspace{}
7135 \end_inset
7136
7137 in, o el comando de LaTeX 
7138 \series bold
7139
7140 \backslash
7141 captionsetup{width=valor}
7142 \series default
7143 , suministrado por el paquete 
7144 \series bold
7145 caption
7146 \series default
7147 .
7148 \end_layout
7149
7150 \end_inset
7151
7152
7153 \end_layout
7154
7155 \begin_layout Subsubsection
7156 Leyendas distintas para cada página
7157 \begin_inset Index
7158 status collapsed
7159
7160 \begin_layout Plain Layout
7161 Tablas largas ! Leyendas distintas para cada página
7162 \end_layout
7163
7164 \end_inset
7165
7166
7167 \end_layout
7168
7169 \begin_layout Standard
7170 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7171  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7172  como primer encabezado.
7173  La leyenda para las restantes páginas se inserta sin título breve en una
7174  fila postiza de leyenda marcada como primer encabezado.
7175  Si este encabezado no ha de incluir el número de tabla, usa el comando
7176 \end_layout
7177
7178 \begin_layout Standard
7179
7180 \series bold
7181
7182 \backslash
7183 caption*{texto de la leyenda}
7184 \end_layout
7185
7186 \begin_layout Standard
7187 en vez del recuadro de leyenda de LyX.
7188  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7189  La tabla
7190 \begin_inset space ~
7191 \end_inset
7192
7193
7194 \begin_inset CommandInset ref
7195 LatexCommand ref
7196 reference "tab:DifLeyendas"
7197
7198 \end_inset
7199
7200  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7201  no incluye número de tabla.
7202 \end_layout
7203
7204 \begin_layout Standard
7205 \align center
7206 \begin_inset Tabular
7207 <lyxtabular version="3" rows="60" columns="3">
7208 <features islongtable="true">
7209 <column alignment="left" valignment="top" width="0cm">
7210 <column alignment="left" valignment="top" width="0pt">
7211 <column alignment="right" valignment="top" width="0pt">
7212 <row endfirsthead="true" caption="true">
7213 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 \begin_inset Caption
7218
7219 \begin_layout Plain Layout
7220 Ejemplo de lista telefónica
7221 \begin_inset CommandInset label
7222 LatexCommand label
7223 name "tab:DifLeyendas"
7224
7225 \end_inset
7226
7227
7228 \begin_inset OptArg
7229 status collapsed
7230
7231 \begin_layout Plain Layout
7232 Ejemplo de lista telefónica
7233 \end_layout
7234
7235 \end_inset
7236
7237
7238 \end_layout
7239
7240 \end_inset
7241
7242
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 </row>
7266 <row endfirsthead="true">
7267 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271
7272 \series bold
7273 Ejemplo de lista telefónica (ignore los nombres)
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 </row>
7297 <row endfirsthead="true">
7298 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302
7303 \series bold
7304 NOMBRE
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322
7323 \series bold
7324 TEL.
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 </row>
7330 <row endhead="true" caption="true">
7331 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 \begin_inset ERT
7336 status open
7337
7338 \begin_layout Plain Layout
7339
7340
7341 \backslash
7342 caption*{continúa Ejemplo de lista telefónica}
7343 \backslash
7344
7345 \backslash
7346 %
7347 \end_layout
7348
7349 \end_inset
7350
7351
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 </row>
7375 <row endhead="true">
7376 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380
7381 \series bold
7382 Ejemplo de lista telefónica
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 </row>
7406 <row endhead="true">
7407 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411
7412 \series bold
7413 NOMBRE
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431
7432 \series bold
7433 TEL.
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 </row>
7439 <row endfoot="true">
7440 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444 continúa en página siguiente
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 </row>
7468 <row>
7469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473
7474 \series bold
7475 Annovi
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 Silvia
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493 111
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 </row>
7499 <row>
7500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504
7505 \series bold
7506 Bertoli
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 Stefano
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 111
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 </row>
7530 <row>
7531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535
7536 \series bold
7537 Bozzi
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 Walter
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 111
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 </row>
7561 <row>
7562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566
7567 \series bold
7568 Cachia
7569 \end_layout
7570
7571 \end_inset
7572 </cell>
7573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7574 \begin_inset Text
7575
7576 \begin_layout Plain Layout
7577 Maria
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586 111
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 </row>
7592 <row>
7593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597
7598 \series bold
7599 Cachia
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608 Maurizio
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 111
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 </row>
7623 <row>
7624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628
7629 \series bold
7630 Cinquemani
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 Giusi
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648 111
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 </row>
7654 <row>
7655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659
7660 \series bold
7661 Colin
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 Bernard
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 111
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 </row>
7685 <row>
7686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690
7691 \series bold
7692 Concli
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 Gianfranco
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710 111
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 </row>
7716 <row>
7717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \series bold
7723 Dal Bosco
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 Carolina
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 111
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 </row>
7747 <row>
7748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752
7753 \series bold
7754 Dalpiaz
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763 Annamaria
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772 111
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 </row>
7778 <row>
7779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783
7784 \series bold
7785 Feliciello
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794 Domenico
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 111
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 </row>
7809 <row>
7810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814
7815 \series bold
7816 Focarelli
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 Paola
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834 111
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 </row>
7840 <row>
7841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845
7846 \series bold
7847 Galletti
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856 Oreste
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865 111
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 </row>
7871 <row>
7872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \series bold
7878 Gasparini
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 Franca
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 111
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 </row>
7902 <row>
7903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \series bold
7909 Rizzardi
7910 \series default
7911
7912 \begin_inset Foot
7913 status open
7914
7915 \begin_layout Plain Layout
7916 Ejemplo de nota al pie
7917 \end_layout
7918
7919 \end_inset
7920
7921
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930 Paola
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 111
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \series bold
7952 Lassini
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 Giancarlo
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970 111
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 </row>
7976 <row>
7977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \series bold
7983 Malfatti
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 Luciano
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 111
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 </row>
8007 <row>
8008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \series bold
8014 Malfatti
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 Valeriano
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 111
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 </row>
8038 <row>
8039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043
8044 \series bold
8045 Meneguzzo
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 Roberto
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 111
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 </row>
8069 <row>
8070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \series bold
8076 Mezzadra
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 Roberto
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 111
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 </row>
8100 <row>
8101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105
8106 \series bold
8107 Pirpamer
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 Erich
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 111
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \series bold
8138 Pochiesa
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 Paolo
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 111, 222
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 </row>
8162 <row>
8163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167
8168 \series bold
8169 Radina
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 Claudio
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 111
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \series bold
8200 Stuffer
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 Oskar
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 111
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \series bold
8231 Tacchelli
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 Ugo
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 111
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 </row>
8255 <row>
8256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260
8261 \series bold
8262 Tezzele
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 Margit
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 111
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 <row>
8287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291
8292 \series bold
8293 Unterkalmsteiner
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 Frieda
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 111
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 <row>
8318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322
8323 \series bold
8324 Vieider
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 Hilde
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 111
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \series bold
8355 Vigna
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 Jürgen
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 111
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 </row>
8379 <row>
8380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384
8385 \series bold
8386 Weber
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 Maurizio
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 111
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415
8416 \series bold
8417 Winkler
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 Franz
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 111
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 </row>
8441 <row>
8442 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446  
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 <row>
8471 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475
8476 \series bold
8477 Annovi
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 Silvia
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 555
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \series bold
8508 Bertoli
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 Stefano
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 555
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \series bold
8539 Bozzi
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 Walter
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 555
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row>
8564 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \series bold
8570 Cachia
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 Maria
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 555
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row>
8595 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599
8600 \series bold
8601 Cachia
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 Maurizio
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 555
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 </row>
8625 <row>
8626 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630
8631 \series bold
8632 Cinquemani
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 Giusi
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 555
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 <row>
8657 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661
8662 \series bold
8663 Colin
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 Bernard
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 555
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 <row>
8688 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692
8693 \series bold
8694 Concli
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 Gianfranco
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 555
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 <row>
8719 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723
8724 \series bold
8725 Dal Bosco
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 Carolina
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 555
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 <row>
8750 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754
8755 \series bold
8756 Dalpiaz
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 Annamaria
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 555
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 </row>
8780 <row>
8781 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785
8786 \series bold
8787 Feliciello
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 Domenico
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 555
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 </row>
8811 <row>
8812 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816
8817 \series bold
8818 Focarelli
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 Paola
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 555
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 </row>
8842 <row>
8843 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847
8848 \series bold
8849 Galletti
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 Oreste
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 555
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 </row>
8873 <row>
8874 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878
8879 \series bold
8880 Gasparini
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 Franca
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 555
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 </row>
8904 <row>
8905 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909
8910 \series bold
8911 Rizzardi
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 Paola
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 555
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 </row>
8935 <row>
8936 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940
8941 \series bold
8942 Lassini
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 Giancarlo
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 555
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 </row>
8966 <row>
8967 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971
8972 \series bold
8973 Malfatti
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 Luciano
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 555
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 <row>
8998 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002
9003 \series bold
9004 Malfatti
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 Valeriano
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 555
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 </row>
9028 <row>
9029 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033
9034 \series bold
9035 Meneguzzo
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 Roberto
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 555
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row>
9060 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \series bold
9066 Mezzadra
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 Roberto
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 555
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 <row endlastfoot="true">
9091 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 </lyxtabular>
9120
9121 \end_inset
9122
9123
9124 \end_layout
9125
9126 \begin_layout Standard
9127 \begin_inset Newpage newpage
9128 \end_inset
9129
9130
9131 \end_layout
9132
9133 \begin_layout Section
9134 Particularidades de las tablas largas
9135 \end_layout
9136
9137 \begin_layout Subsection
9138 Cálculos
9139 \begin_inset Index
9140 status collapsed
9141
9142 \begin_layout Plain Layout
9143 Tablas largas ! Cálculos
9144 \end_layout
9145
9146 \end_inset
9147
9148
9149 \end_layout
9150
9151 \begin_layout Standard
9152 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9153  utilizando los denominados «trozos», que son partes de la tabla presentes
9154  en la memoria de LaTeX.
9155  El valor predeterminado está establecido a sólo 20 filas.
9156  Si estás usando tablas largas con muchas páginas, la generación del documento
9157  puede hacerse muy lenta.
9158  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9159  el siguiente comando en el preámbulo del documento:
9160 \end_layout
9161
9162 \begin_layout Standard
9163
9164 \series bold
9165
9166 \backslash
9167 setcounter{LTchunksize}{100}
9168 \end_layout
9169
9170 \begin_layout Subsection
9171 Flotantes y tablas largas
9172 \begin_inset Index
9173 status collapsed
9174
9175 \begin_layout Plain Layout
9176 Tablas largas ! Flotantes
9177 \end_layout
9178
9179 \end_inset
9180
9181
9182 \end_layout
9183
9184 \begin_layout Standard
9185 Podría haber problemas si un flotante aparece en la misma página donde comienza
9186  una tabla larga.
9187  Para evitarlo, añade el comando 
9188 \series bold
9189
9190 \backslash
9191 clearpage
9192 \series default
9193  en código TeX antes de la tabla.
9194 \end_layout
9195
9196 \begin_layout Subsection
9197 Saltos de página forzados
9198 \begin_inset Index
9199 status collapsed
9200
9201 \begin_layout Plain Layout
9202 Tablas largas ! Saltos de página forzados
9203 \end_layout
9204
9205 \end_inset
9206
9207
9208 \end_layout
9209
9210 \begin_layout Standard
9211 Por omisión, las tablas sólo se cortan entre filas.
9212  Si tienes una celda con líneas múltiples y necesitas un salto de página
9213  dentro de la celda, inserta el comando de nueva línea «
9214 \series bold
9215
9216 \backslash
9217
9218 \backslash
9219
9220 \series default
9221 » en código TeX en el punto en que quieras cortar.
9222  Antes del comando «
9223 \series bold
9224
9225 \backslash
9226
9227 \backslash
9228
9229 \series default
9230 » debes insertar en código TeX tantos caracteres «
9231 \series bold
9232 &
9233 \series default
9234 » como columnas siguientes de la tabla.
9235  
9236 \series bold
9237 &
9238 \series default
9239  es el carácter para separar celdas.
9240  Escribe en código TeX después de cada 
9241 \series bold
9242 &
9243 \series default
9244  el contenido de la celda siguiente correspondiente y borra el contenido
9245  de esas celdas.
9246 \begin_inset Newline newline
9247 \end_inset
9248
9249 Detrás del comando 
9250 \series bold
9251
9252 \backslash
9253
9254 \backslash
9255
9256 \series default
9257 , inserta tantos 
9258 \series bold
9259 &
9260 \series default
9261  como columnas haya delante de la actual.
9262  En la tabla
9263 \begin_inset space ~
9264 \end_inset
9265
9266
9267 \begin_inset CommandInset ref
9268 LatexCommand ref
9269 reference "tab:Saltos de Página Forzados"
9270
9271 \end_inset
9272
9273  la celda que debería cortarse está en la segunda columna seguida de otra
9274  columna.
9275  Por eso el siguiente comando se inserta en la celda en código TeX detrás
9276  de «
9277 \emph on
9278 Castelchiodato,
9279 \emph default
9280 »:
9281 \end_layout
9282
9283 \begin_layout Standard
9284
9285 \series bold
9286 & 111
9287 \backslash
9288
9289 \backslash
9290
9291 \begin_inset Newline newline
9292 \end_inset
9293
9294 &
9295 \end_layout
9296
9297 \begin_layout Standard
9298 El «111» en la tercera columna de la fila se ha borrado.
9299  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9300  superior pero quisieras una línea horizontal donde se corta la celda, usa
9301  este comando alternativo:
9302 \end_layout
9303
9304 \begin_layout Standard
9305
9306 \series bold
9307 & 111
9308 \backslash
9309
9310 \backslash
9311
9312 \begin_inset Newline newline
9313 \end_inset
9314
9315
9316 \backslash
9317 hline &
9318 \end_layout
9319
9320 \begin_layout Standard
9321 Cuando la celda a cortar está en la última columna, el comando
9322 \end_layout
9323
9324 \begin_layout Standard
9325
9326 \series bold
9327
9328 \backslash
9329 setlength{
9330 \backslash
9331 parfillskip}{0pt}
9332 \end_layout
9333
9334 \begin_layout Standard
9335 debe insertarse en código TeX al principio de la celda.
9336  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9337  aparecerá con toda su anchura.
9338 \end_layout
9339
9340 \begin_layout Standard
9341 \align center
9342 \begin_inset Tabular
9343 <lyxtabular version="3" rows="39" columns="3">
9344 <features islongtable="true">
9345 <column alignment="left" valignment="top" width="0cm">
9346 <column alignment="left" valignment="top" width="3cm">
9347 <column alignment="right" valignment="top" width="0pt">
9348 <row endfirsthead="true" caption="true">
9349 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353 \begin_inset Caption
9354
9355 \begin_layout Plain Layout
9356 Tabla con salto de página forzado en celda
9357 \begin_inset CommandInset label
9358 LatexCommand label
9359 name "tab:Saltos de Página Forzados"
9360
9361 \end_inset
9362
9363
9364 \begin_inset OptArg
9365 status collapsed
9366
9367 \begin_layout Plain Layout
9368 Tabla con salto de página forzado en celda
9369 \end_layout
9370
9371 \end_inset
9372
9373
9374 \end_layout
9375
9376 \end_inset
9377
9378
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row endfirsthead="true">
9403 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407
9408 \series bold
9409 Ejemplo de lista telefónica (ignore los nombres)
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row endfirsthead="true">
9434 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \series bold
9440 NOMBRE
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \series bold
9460 TEL.
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row endhead="true" caption="true">
9467 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 \begin_inset ERT
9472 status collapsed
9473
9474 \begin_layout Plain Layout
9475
9476
9477 \backslash
9478 caption*{continúa Tabla con salto de página forzado en celda}
9479 \backslash
9480
9481 \backslash
9482 %
9483 \end_layout
9484
9485 \end_inset
9486
9487
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 </row>
9511 <row endhead="true">
9512 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516  
9517 \series bold
9518 Ejemplo de lista telefónica
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Plain Layout
9527
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 </row>
9542 <row endhead="true">
9543 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547
9548 \series bold
9549 NOMBRE
9550 \end_layout
9551
9552 \end_inset
9553 </cell>
9554 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567
9568 \series bold
9569 TEL.
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 <row endfoot="true">
9576 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580 continúa en página siguiente
9581 \end_layout
9582
9583 \end_inset
9584 </cell>
9585 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Plain Layout
9589
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 </row>
9604 <row>
9605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609
9610 \series bold
9611 Annovi
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Plain Layout
9620 Silvia
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629 111
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 </row>
9635 <row>
9636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640
9641 \series bold
9642 Bertoli
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651 Stefano
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660 111
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 </row>
9666 <row>
9667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671
9672 \series bold
9673 Bozzi
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Plain Layout
9682 Walter
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691 111
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 </row>
9697 <row>
9698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702
9703 \series bold
9704 Cachia
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713 Maria
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722 111
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 </row>
9728 <row>
9729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733
9734 \series bold
9735 Cachia
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744 Maurizio
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753 111
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row>
9760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \series bold
9766 Cinquemani
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775 Giusi
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784 111
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row>
9791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795
9796 \series bold
9797 Colin
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806 Bernard
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815 111
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 </row>
9821 <row>
9822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826
9827 \series bold
9828 Concli
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 Gianfranco
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846 111
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 </row>
9852 <row>
9853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857
9858 \series bold
9859 Dal Bosco
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868 Carolina
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 111
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row>
9884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \series bold
9890 Dalpiaz
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 Annamaria
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908 111
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row>
9915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \series bold
9921 Feliciello
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930 Domenico
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 111
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 </row>
9945 <row>
9946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \series bold
9952 Focarelli
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961 Paola
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 111
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row>
9977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \series bold
9983 Galletti
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 Oreste
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 111
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 </row>
10007 <row>
10008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \series bold
10014 Gasparini
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 Franca
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 111
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 </row>
10038 <row>
10039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \series bold
10045 Lassini
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054 Giancarlo, 11.
10055  Fürst von Montecompatri, 11.
10056  Fürst von Sulmona und Vivaro, 10.
10057  Fürst von Rossano, 5.
10058  Herzog von Canemorte, 11.
10059  Herzog von Palombara, 5.
10060  Herzog von Castelchiodato,
10061 \begin_inset ERT
10062 status open
10063
10064 \begin_layout Plain Layout
10065
10066 & 111
10067 \backslash
10068
10069 \backslash
10070
10071 \end_layout
10072
10073 \begin_layout Plain Layout
10074
10075 &
10076 \end_layout
10077
10078 \end_inset
10079
10080  11.
10081  Herzog von Poggionativo, 11.
10082  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10083  Graf von Valinfreda, 11.
10084  Baron von Cropalati, 11.
10085  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row>
10101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \series bold
10107 Malfatti
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 Luciano
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 111
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 </row>
10131 <row>
10132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \series bold
10138 Malfatti
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 Valeriano
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 111
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \series bold
10169 Meneguzzo
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178 Roberto
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 111
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 <row>
10194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200 Mezzadra
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 Roberto
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 111
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \series bold
10231 Pirpamer
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 Erich
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 111
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260
10261 \series bold
10262 Pochiesa
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 Paolo
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 111, 222
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 </row>
10286 <row>
10287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291
10292 \series bold
10293 Radina
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 Claudio
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 111
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row>
10318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322
10323 \series bold
10324 Rizzardi
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 Paolo
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 111
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353
10354 \series bold
10355 Stuffer
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 Oskar
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 111
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 </row>
10379 <row>
10380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \series bold
10386 Tacchelli
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 Ugo
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 111
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \series bold
10417 Tezzele
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 Margit
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 111
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row>
10442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \series bold
10448 Unterkalmsteiner
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 Frieda
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 111
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \series bold
10479 Vieider
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 Hilde
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 111
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \series bold
10510 Vigna
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 Jürgen
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 111
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \series bold
10541 Weber
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 Maurizio
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 111
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 <row>
10566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \series bold
10572 Winkler
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 Franz
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 111
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row endlastfoot="true">
10597 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 </lyxtabular>
10626
10627 \end_inset
10628
10629
10630 \begin_inset Newpage newpage
10631 \end_inset
10632
10633
10634 \end_layout
10635
10636 \begin_layout Section
10637 Líneas múltiples en columnas y filas
10638 \end_layout
10639
10640 \begin_layout Subsection
10641 Líneas múltiples en celdas
10642 \begin_inset CommandInset label
10643 LatexCommand label
10644 name "sub:Líneas-Múltiples-en"
10645
10646 \end_inset
10647
10648
10649 \begin_inset Index
10650 status collapsed
10651
10652 \begin_layout Plain Layout
10653 Lineas@Líneas múltiples en celdas
10654 \end_layout
10655
10656 \end_inset
10657
10658
10659 \begin_inset Index
10660 status collapsed
10661
10662 \begin_layout Plain Layout
10663 Tablas ! Saltos de línea
10664 \end_layout
10665
10666 \end_inset
10667
10668
10669 \end_layout
10670
10671 \begin_layout Standard
10672 \noindent
10673 \begin_inset Float table
10674 placement H
10675 wide false
10676 sideways false
10677 status open
10678
10679 \begin_layout Plain Layout
10680 \begin_inset Caption
10681
10682 \begin_layout Plain Layout
10683 \begin_inset CommandInset label
10684 LatexCommand label
10685 name "tab:Tabla-con-múltiples"
10686
10687 \end_inset
10688
10689 Tabla con líneas múltiples en celda
10690 \end_layout
10691
10692 \end_inset
10693
10694
10695 \end_layout
10696
10697 \begin_layout Plain Layout
10698 \align center
10699 \begin_inset Tabular
10700 <lyxtabular version="3" rows="3" columns="3">
10701 <features>
10702 <column alignment="center" valignment="middle" width="2.5cm">
10703 <column alignment="center" valignment="middle" width="0">
10704 <column alignment="center" valignment="middle" width="0">
10705 <row>
10706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 líneas
10711 \begin_inset Newline linebreak
10712 \end_inset
10713
10714 múltiples
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 b
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 c
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 </row>
10738 <row>
10739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 d
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752 e
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 f
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 </row>
10767 <row>
10768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 g
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 h
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 i
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 </lyxtabular>
10797
10798 \end_inset
10799
10800
10801 \end_layout
10802
10803 \end_inset
10804
10805
10806 \end_layout
10807
10808 \begin_layout Standard
10809 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10810  párrafos con varias líneas y guionado.
10811 \end_layout
10812
10813 \begin_layout Standard
10814 Para generar la tabla
10815 \begin_inset space ~
10816 \end_inset
10817
10818
10819 \begin_inset CommandInset ref
10820 LatexCommand ref
10821 reference "tab:Tabla-con-múltiples"
10822
10823 \end_inset
10824
10825 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
10826  En el diálogo que surge establece una anchura de 2.5
10827 \begin_inset space \thinspace{}
10828 \end_inset
10829
10830 cm y escoge centro en alineación vertical y horizontal.
10831  La alineación vertical se utiliza para todas las celdas de la fila.
10832  Como nuestro texto es menor de 2.5
10833 \begin_inset space \thinspace{}
10834 \end_inset
10835
10836 cm, sólo aparece una línea.
10837  Para poner dos añadimos un salto de línea justificado, (atajo 
10838 \family sans
10839 Ctrl-Mayúsculas-Retorno
10840 \family default
10841 ).
10842  Si el texto es más ancho que la celda será automáticamente dividido en
10843  líneas.
10844 \end_layout
10845
10846 \begin_layout Standard
10847 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10848  con guión si es la primera entrada.
10849  Por eso hay que insertar algo para que dicha palabra no sea la primera
10850  entrada: añade un espacio horizontal de 0
10851 \begin_inset space \thinspace{}
10852 \end_inset
10853
10854 pt delante de la palabra.
10855  Como el espacio es 0 la salida no cambia.
10856  El cuadro
10857 \begin_inset space ~
10858 \end_inset
10859
10860
10861 \begin_inset CommandInset ref
10862 LatexCommand ref
10863 reference "tab:Tabla-con-y"
10864
10865 \end_inset
10866
10867  muestra el efecto.
10868 \end_layout
10869
10870 \begin_layout Standard
10871 \begin_inset Float table
10872 placement b
10873 wide false
10874 sideways false
10875 status open
10876
10877 \begin_layout Plain Layout
10878 \begin_inset Caption
10879
10880 \begin_layout Plain Layout
10881 \begin_inset CommandInset label
10882 LatexCommand label
10883 name "tab:Tabla-con-y"
10884
10885 \end_inset
10886
10887 Tablas con y sin guión
10888 \end_layout
10889
10890 \end_inset
10891
10892
10893 \end_layout
10894
10895 \begin_layout Plain Layout
10896 \begin_inset space \hfill{}
10897 \end_inset
10898
10899
10900 \begin_inset Tabular
10901 <lyxtabular version="3" rows="3" columns="3">
10902 <features>
10903 <column alignment="center" valignment="middle" width="2.5cm">
10904 <column alignment="center" valignment="middle" width="0">
10905 <column alignment="center" valignment="middle" width="0">
10906 <row>
10907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 celdaconpalabramuylarga
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 b
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 c
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 <row>
10936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 d
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 e
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 f
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 g
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 h
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 i
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 </row>
10993 </lyxtabular>
10994
10995 \end_inset
10996
10997
10998 \begin_inset space \hfill{}
10999 \end_inset
11000
11001
11002 \begin_inset Tabular
11003 <lyxtabular version="3" rows="3" columns="3">
11004 <features>
11005 <column alignment="center" valignment="middle" width="2.5cm">
11006 <column alignment="center" valignment="middle" width="0">
11007 <column alignment="center" valignment="middle" width="0">
11008 <row>
11009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013 \begin_inset space \hspace{}
11014 \length 0pt
11015 \end_inset
11016
11017 celdaconpalabramuylarga
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 b
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 c
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 </row>
11041 <row>
11042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 d
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 e
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 f
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 <row>
11071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 g
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 h
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 i
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 </row>
11099 </lyxtabular>
11100
11101 \end_inset
11102
11103
11104 \begin_inset space \hfill{}
11105 \end_inset
11106
11107
11108 \end_layout
11109
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \begin_layout Subsection
11116 Multicolumnas
11117 \begin_inset CommandInset label
11118 LatexCommand label
11119 name "sub:Multicolumnas"
11120
11121 \end_inset
11122
11123
11124 \begin_inset Index
11125 status collapsed
11126
11127 \begin_layout Plain Layout
11128 Multicolumnas
11129 \end_layout
11130
11131 \end_inset
11132
11133
11134 \begin_inset Index
11135 status collapsed
11136
11137 \begin_layout Plain Layout
11138 Tablas ! Multicolumnas
11139 \end_layout
11140
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \begin_layout Subsubsection
11147 Fundamentos de multicolumna
11148 \end_layout
11149
11150 \begin_layout Standard
11151 Para extender una celda sobre varias columnas, se marcan las celdas que
11152  se desee combinar y se usa el botón 
11153 \begin_inset Graphics
11154         filename ../../images/tabular-feature_multicolumn.png
11155         scale 85
11156
11157 \end_inset
11158
11159 , el menú 
11160 \family sans
11161 Editar\SpecialChar \menuseparator
11162 Tabla\SpecialChar \menuseparator
11163 Multicolumna
11164 \family default
11165 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11166  bajo la solapa 
11167 \family sans
11168 Configuración
11169 \family default
11170 , la casilla Multicolumna.
11171 \end_layout
11172
11173 \begin_layout Standard
11174 Las multicolumnas tienen su propia configuración de celdas.
11175  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11176  multicolumna.
11177  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11178  última fila sin borde superior:
11179 \end_layout
11180
11181 \begin_layout Standard
11182 \align center
11183 \begin_inset Tabular
11184 <lyxtabular version="3" rows="3" columns="4">
11185 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11186 <column alignment="center" valignment="top" width="0pt">
11187 <column alignment="center" valignment="middle" width="0">
11188 <column alignment="center" valignment="top" width="0in">
11189 <column alignment="center" valignment="top" width="0pt">
11190 <row>
11191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 abc
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 def ghi
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 jkl
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233
11234 \family roman
11235 \series medium
11236 \shape up
11237 \size normal
11238 \emph off
11239 \bar no
11240 \noun off
11241 \color none
11242 A
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 B
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 C
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 D
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 <row>
11276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 1
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 2
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 3
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307 4
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 </row>
11313 </lyxtabular>
11314
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \begin_layout Subsubsection
11321 Cálculos en multicolumnas
11322 \begin_inset CommandInset label
11323 LatexCommand label
11324 name "sub:Cálculos-en-Multicolumnas"
11325
11326 \end_inset
11327
11328
11329 \begin_inset Index
11330 status collapsed
11331
11332 \begin_layout Plain Layout
11333 Multicolumnas ! Cálculos
11334 \end_layout
11335
11336 \end_inset
11337
11338
11339 \end_layout
11340
11341 \begin_layout Standard
11342 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11343  la anchura de celda de las columnas combinadas en la celda multicolumna.
11344 \end_layout
11345
11346 \begin_layout Standard
11347 \begin_inset Float table
11348 placement h
11349 wide false
11350 sideways false
11351 status open
11352
11353 \begin_layout Plain Layout
11354 \begin_inset Caption
11355
11356 \begin_layout Plain Layout
11357 \begin_inset CommandInset label
11358 LatexCommand label
11359 name "tab:Tabla-con-centrado"
11360
11361 \end_inset
11362
11363 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11364 te la mitad de anchura que la celda multicolumna
11365 \begin_inset OptArg
11366 status collapsed
11367
11368 \begin_layout Plain Layout
11369 Tabla multicolumna perfecta
11370 \end_layout
11371
11372 \end_inset
11373
11374
11375 \end_layout
11376
11377 \end_inset
11378
11379
11380 \end_layout
11381
11382 \begin_layout Plain Layout
11383 \align center
11384 \begin_inset Tabular
11385 <lyxtabular version="3" rows="3" columns="3">
11386 <features>
11387 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11388 <column alignment="center" valignment="middle" width="0">
11389 <column alignment="center" valignment="top" width="0">
11390 <row>
11391 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 multicolumna línea múltiple
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 c
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 </row>
11419 <row>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 d
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 e
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442 f
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 </row>
11448 <row>
11449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 g
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 h
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 i
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 </row>
11477 </lyxtabular>
11478
11479 \end_inset
11480
11481
11482 \end_layout
11483
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \begin_layout Standard
11490 Por ejemplo, para crear la tabla
11491 \begin_inset space ~
11492 \end_inset
11493
11494
11495 \begin_inset CommandInset ref
11496 LatexCommand ref
11497 reference "tab:Tabla-con-centrado"
11498
11499 \end_inset
11500
11501 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11502  clic-derecha.
11503  En el diálogo marca 
11504 \emph on
11505 multicolumna
11506 \emph default
11507
11508 \emph on
11509 alineación centro
11510 \emph default
11511  y una anchura de 2.5
11512 \begin_inset space \thinspace{}
11513 \end_inset
11514
11515 cm.
11516  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11517  de la celda multicolumna, así que deberías ajustar 1.25
11518 \begin_inset space \thinspace{}
11519 \end_inset
11520
11521 cm para la primera columna.
11522  La segunda columna tendrá entonces automáticamente 1.25
11523 \begin_inset space \thinspace{}
11524 \end_inset
11525
11526 cm de anchura.
11527  Para la tabla
11528 \begin_inset space ~
11529 \end_inset
11530
11531
11532 \begin_inset CommandInset ref
11533 LatexCommand ref
11534 reference "tab:Tabla-sin-mitad"
11535
11536 \end_inset
11537
11538  se ha procedido de la siguiente manera:
11539 \end_layout
11540
11541 \begin_layout Standard
11542 \begin_inset Float table
11543 wide false
11544 sideways false
11545 status open
11546
11547 \begin_layout Plain Layout
11548 \begin_inset Caption
11549
11550 \begin_layout Plain Layout
11551 \begin_inset CommandInset label
11552 LatexCommand label
11553 name "tab:Tabla-sin-mitad"
11554
11555 \end_inset
11556
11557 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11558  anchura que la celda multicolumna
11559 \begin_inset OptArg
11560 status open
11561
11562 \begin_layout Plain Layout
11563 Tabla multicolumna imperfecta
11564 \end_layout
11565
11566 \end_inset
11567
11568
11569 \end_layout
11570
11571 \end_inset
11572
11573
11574 \end_layout
11575
11576 \begin_layout Plain Layout
11577 \align center
11578 \begin_inset Tabular
11579 <lyxtabular version="3" rows="3" columns="3">
11580 <features>
11581 <column alignment="center" valignment="top" width="1.25cm">
11582 <column alignment="center" valignment="top" width="0">
11583 <column alignment="center" valignment="top" width="0">
11584 <row>
11585 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 multicolumna línea múltiple
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 c
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 <row>
11614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 d
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 e
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 f
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 </row>
11642 <row>
11643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647 g
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 h
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 i
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 </row>
11671 </lyxtabular>
11672
11673 \end_inset
11674
11675
11676 \end_layout
11677
11678 \end_inset
11679
11680
11681 \end_layout
11682
11683 \begin_layout Standard
11684 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11685 a, es un poco mayor.
11686  La razón es que la anchura dada para una celda 
11687 \begin_inset Formula $W_{g}$
11688 \end_inset
11689
11690  no es su anchura total 
11691 \begin_inset Formula $W_{\mathrm{tot}}$
11692 \end_inset
11693
11694  porque una celda es siempre algo mayor que la anchura dada.
11695  El apéndice
11696 \begin_inset space ~
11697 \end_inset
11698
11699
11700 \begin_inset CommandInset ref
11701 LatexCommand eqref
11702 reference "cha:Explicación-de-la-Ecuación"
11703
11704 \end_inset
11705
11706  lo explica con detalle.
11707 \end_layout
11708
11709 \begin_layout Standard
11710 La anchura dada necesaria, 
11711 \begin_inset Formula $W_{g\, n}$
11712 \end_inset
11713
11714  para combinar 
11715 \emph on
11716 n
11717 \emph default
11718  columnas puede calcularse de manera que cada columna tenga una anchura
11719  total de 
11720 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11721 \end_inset
11722
11723 :
11724 \begin_inset Formula \begin{equation}
11725 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11726
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \begin_layout Standard
11733 En nuestro caso tenemos 
11734 \begin_inset Formula $n=2$
11735 \end_inset
11736
11737
11738 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11739 \end_inset
11740
11741
11742 \begin_inset space \thinspace{}
11743 \end_inset
11744
11745 cm y los valores predeterminados para longitudes, así la ecuación
11746 \begin_inset space ~
11747 \end_inset
11748
11749
11750 \begin_inset CommandInset ref
11751 LatexCommand ref
11752 reference "eq:Wgn"
11753
11754 \end_inset
11755
11756  queda
11757 \begin_inset Formula \begin{equation}
11758 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11759
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \begin_layout Standard
11766 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11767  
11768 \series bold
11769 calc
11770 \series default
11771  con la línea
11772 \begin_inset Index
11773 status collapsed
11774
11775 \begin_layout Plain Layout
11776 LaTeX-paquetes ! calc
11777 \end_layout
11778
11779 \end_inset
11780
11781
11782 \end_layout
11783
11784 \begin_layout Standard
11785
11786 \series bold
11787
11788 \backslash
11789 usepackage{calc}
11790 \end_layout
11791
11792 \begin_layout Standard
11793 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11794  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11795  He aquí un repaso de los argumentos:
11796 \end_layout
11797
11798 \begin_layout Itemize
11799
11800 \series bold
11801 p{ancho}
11802 \series default
11803  crea celdas con anchura fija, el texto alineado arriba
11804 \end_layout
11805
11806 \begin_layout Itemize
11807
11808 \series bold
11809 m{ancho}
11810 \series default
11811  crea celdas con anchura fija, el texto con alineación vertical centrada
11812  
11813 \end_layout
11814
11815 \begin_layout Itemize
11816
11817 \series bold
11818 b{ancho}
11819 \series default
11820  crea celdas con anchura fija, el texto alineado abajo
11821 \end_layout
11822
11823 \begin_layout Standard
11824 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11825  en el diálogo se ignoran.
11826 \end_layout
11827
11828 \begin_layout Standard
11829 \begin_inset Note Greyedout
11830 status open
11831
11832 \begin_layout Plain Layout
11833
11834 \series bold
11835 Nota:
11836 \series default
11837  Debido a un error, LyX muestra de todas formas estas propiedades.
11838 \end_layout
11839
11840 \end_inset
11841
11842  
11843 \end_layout
11844
11845 \begin_layout Standard
11846 El comando 
11847 \series bold
11848
11849 \backslash
11850 centering
11851 \series default
11852  centra horizontalmente el texto.
11853  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11854  columna extendida:
11855 \end_layout
11856
11857 \begin_layout Standard
11858
11859 \series bold
11860 >{
11861 \backslash
11862 centering}m{1.25cm-6.2pt}
11863 \end_layout
11864
11865 \begin_layout Standard
11866 El comando 
11867 \series bold
11868 >{ }
11869 \series default
11870  significa que los comandos entre llaves se aplican antes de crear la celda.
11871 \end_layout
11872
11873 \begin_layout Standard
11874 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11875 , aún está alineado a la izquierda.
11876  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11877  Así que para multicolumnas hemos de usar el argumento de LaTeX
11878 \end_layout
11879
11880 \begin_layout Standard
11881
11882 \series bold
11883 >{
11884 \backslash
11885 centering}m{2.5cm}
11886 \end_layout
11887
11888 \begin_layout Subsection
11889 Multifilas
11890 \begin_inset Index
11891 status collapsed
11892
11893 \begin_layout Plain Layout
11894 Multifilas
11895 \end_layout
11896
11897 \end_inset
11898
11899
11900 \begin_inset Index
11901 status collapsed
11902
11903 \begin_layout Plain Layout
11904 Tablas ! Multifilas
11905 \end_layout
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \begin_layout Standard
11913 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11914  hace falta un poco de código TeX.
11915  Hay que cargar el paquete de LaTeX 
11916 \series bold
11917 multirow
11918 \series default
11919
11920 \begin_inset Index
11921 status collapsed
11922
11923 \begin_layout Plain Layout
11924 LaTeX-paquetes ! multirow
11925 \end_layout
11926
11927 \end_inset
11928
11929  en el preámbulo del documento con el comando
11930 \end_layout
11931
11932 \begin_layout Standard
11933
11934 \series bold
11935
11936 \backslash
11937 usepackage{multirow}
11938 \end_layout
11939
11940 \begin_layout Standard
11941 Las multifilas se crean con el comando
11942 \end_layout
11943
11944 \begin_layout Standard
11945
11946 \series bold
11947
11948 \backslash
11949 multirow{número de filas}{ancho de celda}{entrada de celda}
11950 \end_layout
11951
11952 \begin_layout Standard
11953 Para crear la siguiente tabla:
11954 \end_layout
11955
11956 \begin_layout Standard
11957 \align center
11958 \begin_inset ERT
11959 status collapsed
11960
11961 \begin_layout Plain Layout
11962
11963
11964 \backslash
11965 renewcommand{
11966 \backslash
11967 multirowsetup}{
11968 \backslash
11969 centering}
11970 \end_layout
11971
11972 \end_inset
11973
11974
11975 \begin_inset Tabular
11976 <lyxtabular version="3" rows="3" columns="3">
11977 <features>
11978 <column alignment="center" valignment="top" width="0">
11979 <column alignment="center" valignment="top" width="0">
11980 <column alignment="center" valignment="top" width="0">
11981 <row>
11982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986 a
11987 \end_layout
11988
11989 \end_inset
11990 </cell>
11991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995 b
11996 \end_layout
11997
11998 \end_inset
11999 </cell>
12000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 c
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 </row>
12010 <row>
12011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 \begin_inset ERT
12016 status collapsed
12017
12018 \begin_layout Plain Layout
12019
12020
12021 \backslash
12022 multirow{2}{2.5cm}{
12023 \end_layout
12024
12025 \end_inset
12026
12027 entrada multifila
12028 \begin_inset ERT
12029 status collapsed
12030
12031 \begin_layout Plain Layout
12032
12033 }
12034 \end_layout
12035
12036 \end_inset
12037
12038
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 e
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056 f
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 </row>
12062 <row>
12063 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 h
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 i
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 </row>
12091 </lyxtabular>
12092
12093 \end_inset
12094
12095
12096 \begin_inset ERT
12097 status collapsed
12098
12099 \begin_layout Plain Layout
12100
12101
12102 \backslash
12103 renewcommand{
12104 \backslash
12105 multirowsetup}{
12106 \backslash
12107 raggedright}
12108 \end_layout
12109
12110 \end_inset
12111
12112
12113 \end_layout
12114
12115 \begin_layout Standard
12116 crea una tabla 3×3.
12117  Para quitar la línea sobre la última celda en la primera columna, se marca
12118  la celda como multicolumna y se quita el borde superior.
12119  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12120  ahí el comando
12121 \end_layout
12122
12123 \begin_layout Standard
12124
12125 \series bold
12126
12127 \backslash
12128 multirow{2}{2.5cm}{
12129 \end_layout
12130
12131 \begin_layout Standard
12132 en código TeX.
12133  Según los parámetros del comando la multifila se expande a dos filas y
12134  tiene de ancho 2.5
12135 \begin_inset space \thinspace{}
12136 \end_inset
12137
12138 cm.
12139  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12140  y el comando finaliza con llave derecha 
12141 \series bold
12142 }
12143 \series default
12144  en otro cuadro de código TeX tras el texto.
12145 \end_layout
12146
12147 \begin_layout Standard
12148
12149 \series bold
12150
12151 \backslash
12152 multirow
12153 \series default
12154  alinea su contenido a la izquierda por omisión.
12155  Para cambiarlo renombra el comando 
12156 \series bold
12157
12158 \backslash
12159 multirowsetup
12160 \series default
12161  con el comando
12162 \end_layout
12163
12164 \begin_layout Standard
12165
12166 \series bold
12167
12168 \backslash
12169 renewcommand{
12170 \backslash
12171 multirowsetup}{
12172 \backslash
12173 centering}
12174 \end_layout
12175
12176 \begin_layout Standard
12177 en el preámbulo del documento.
12178  Entonces se centran todas las entradas de celdas multifila en el documento.
12179  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12180  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12181  Si el texto debe estar alineado a la derecha, reemplaza 
12182 \series bold
12183
12184 \backslash
12185 centering
12186 \series default
12187  por 
12188 \series bold
12189
12190 \backslash
12191 raggedleft
12192 \series default
12193 .
12194  Para volver a alineado a la izquierda usa 
12195 \series bold
12196
12197 \backslash
12198 raggedright
12199 \series default
12200 .
12201 \end_layout
12202
12203 \begin_layout Section
12204 Tablas formales
12205 \begin_inset CommandInset label
12206 LatexCommand label
12207 name "sec:Tablas-Formales"
12208
12209 \end_inset
12210
12211
12212 \begin_inset Index
12213 status collapsed
12214
12215 \begin_layout Plain Layout
12216 Tablas Formales
12217 \end_layout
12218
12219 \end_inset
12220
12221
12222 \begin_inset Index
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226 Tablas ! Estilo formal
12227 \end_layout
12228
12229 \end_inset
12230
12231  
12232 \end_layout
12233
12234 \begin_layout Standard
12235 En los libros, las tablas se suelen presentar en un formato como el de la
12236  tabla 
12237 \begin_inset space ~
12238 \end_inset
12239
12240
12241 \begin_inset CommandInset ref
12242 LatexCommand ref
12243 reference "tab:Ejemplo-tabla-formal"
12244
12245 \end_inset
12246
12247 .
12248  Se denominan tablas 
12249 \emph on
12250 formales
12251 \emph default
12252 .
12253  Para hacer tablas con este diseño, elige 
12254 \family sans
12255 Estilo
12256 \family default
12257
12258 \begin_inset space ~
12259 \end_inset
12260
12261
12262 \family sans
12263 Formal
12264 \family default
12265  en la solapa 
12266 \family sans
12267 Bordes
12268 \family default
12269  del cuadro de diálogo de tablas.
12270 \end_layout
12271
12272 \begin_layout Standard
12273 \begin_inset Float table
12274 placement h
12275 wide false
12276 sideways false
12277 status open
12278
12279 \begin_layout Plain Layout
12280 \begin_inset Caption
12281
12282 \begin_layout Plain Layout
12283 \begin_inset CommandInset label
12284 LatexCommand label
12285 name "tab:Ejemplo-tabla-formal"
12286
12287 \end_inset
12288
12289 Ejemplo de tabla formal
12290 \end_layout
12291
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \begin_layout Plain Layout
12298 \align center
12299 \begin_inset Tabular
12300 <lyxtabular version="3" rows="8" columns="4">
12301 <features booktabs="true">
12302 <column alignment="center" valignment="top" width="0">
12303 <column alignment="center" valignment="top" width="0">
12304 <column alignment="center" valignment="top" width="0">
12305 <column alignment="center" valignment="top" width="0">
12306 <row>
12307 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Plain Layout
12311 System
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 <cell alignment="center" valignment="top" topline="true" usebox="none">
12317 \begin_inset Text
12318
12319 \begin_layout Plain Layout
12320 Medipix
12321 \begin_inset space \thinspace{}
12322 \end_inset
12323
12324 1
12325 \end_layout
12326
12327 \end_inset
12328 </cell>
12329 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12330 \begin_inset Text
12331
12332 \begin_layout Plain Layout
12333 Medipix
12334 \begin_inset space \thinspace{}
12335 \end_inset
12336
12337 2
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Plain Layout
12346
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 </row>
12352 <row>
12353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12354 \begin_inset Text
12355
12356 \begin_layout Plain Layout
12357 \begin_inset ERT
12358 status collapsed
12359
12360 \begin_layout Plain Layout
12361
12362
12363 \backslash
12364 cmidrule(r){2-2}
12365 \end_layout
12366
12367 \end_inset
12368
12369
12370 \begin_inset ERT
12371 status collapsed
12372
12373 \begin_layout Plain Layout
12374
12375
12376 \backslash
12377 cmidrule(l){3-4}
12378 \end_layout
12379
12380 \end_inset
12381
12382 Detector thickness [µm]
12383 \end_layout
12384
12385 \end_inset
12386 </cell>
12387 <cell alignment="center" valignment="top" usebox="none">
12388 \begin_inset Text
12389
12390 \begin_layout Plain Layout
12391 300
12392 \end_layout
12393
12394 \end_inset
12395 </cell>
12396 <cell alignment="center" valignment="top" usebox="none">
12397 \begin_inset Text
12398
12399 \begin_layout Plain Layout
12400 300
12401 \end_layout
12402
12403 \end_inset
12404 </cell>
12405 <cell alignment="center" valignment="top" usebox="none">
12406 \begin_inset Text
12407
12408 \begin_layout Plain Layout
12409 700
12410 \end_layout
12411
12412 \end_inset
12413 </cell>
12414 </row>
12415 <row>
12416 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12417 \begin_inset Text
12418
12419 \begin_layout Plain Layout
12420 Edge angle [°]
12421 \end_layout
12422
12423 \end_inset
12424 </cell>
12425 <cell alignment="center" valignment="top" topline="true" usebox="none">
12426 \begin_inset Text
12427
12428 \begin_layout Plain Layout
12429 3.55
12430 \end_layout
12431
12432 \end_inset
12433 </cell>
12434 <cell alignment="center" valignment="top" topline="true" usebox="none">
12435 \begin_inset Text
12436
12437 \begin_layout Plain Layout
12438 2.71
12439 \end_layout
12440
12441 \end_inset
12442 </cell>
12443 <cell alignment="center" valignment="top" topline="true" usebox="none">
12444 \begin_inset Text
12445
12446 \begin_layout Plain Layout
12447 7.99
12448 \end_layout
12449
12450 \end_inset
12451 </cell>
12452 </row>
12453 <row topspace="default">
12454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458 Spatial resolution [µm]
12459 \end_layout
12460
12461 \end_inset
12462 </cell>
12463 <cell alignment="center" valignment="top" usebox="none">
12464 \begin_inset Text
12465
12466 \begin_layout Plain Layout
12467 4.26
12468 \end_layout
12469
12470 \end_inset
12471 </cell>
12472 <cell alignment="center" valignment="top" usebox="none">
12473 \begin_inset Text
12474
12475 \begin_layout Plain Layout
12476 10.17
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 <cell alignment="center" valignment="top" usebox="none">
12482 \begin_inset Text
12483
12484 \begin_layout Plain Layout
12485 10.56
12486 \end_layout
12487
12488 \end_inset
12489 </cell>
12490 </row>
12491 <row topspace="default">
12492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 MTF at 
12497 \begin_inset Formula $f_{\mathrm{max}}$
12498 \end_inset
12499
12500
12501 \end_layout
12502
12503 \end_inset
12504 </cell>
12505 <cell alignment="center" valignment="top" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Plain Layout
12509 0.53
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 <cell alignment="center" valignment="top" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518 0.37
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 <cell alignment="center" valignment="top" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 0.39
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 </row>
12533 <row topspace="default">
12534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 \begin_inset ERT
12539 status collapsed
12540
12541 \begin_layout Plain Layout
12542
12543
12544 \backslash
12545 cmidrule(l{10pt}){1-1}
12546 \end_layout
12547
12548 \end_inset
12549
12550 LSF-spatial resolution
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
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
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
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 </row>
12583 <row>
12584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 in µm
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 129.7
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 52.75
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 <cell alignment="center" valignment="top" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 50.78
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 </row>
12621 <row>
12622 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 in % of pixel size
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 76.3
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 95.9
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 92.3
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 </row>
12659 </lyxtabular>
12660
12661 \end_inset
12662
12663
12664 \end_layout
12665
12666 \end_inset
12667
12668
12669 \end_layout
12670
12671 \begin_layout Standard
12672 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12673  correspondientes que se encuentran en la solapa 
12674 \family sans
12675 Bordes 
12676 \family default
12677 del diálogo
12678 \family sans
12679  Configuración
12680 \begin_inset space ~
12681 \end_inset
12682
12683 de
12684 \begin_inset space ~
12685 \end_inset
12686
12687 la
12688 \begin_inset space ~
12689 \end_inset
12690
12691 tabla
12692 \family default
12693 , como se explica en la sección
12694 \begin_inset space ~
12695 \end_inset
12696
12697
12698 \begin_inset CommandInset ref
12699 LatexCommand ref
12700 reference "sub:Espacio-adicional"
12701
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \begin_layout Standard
12708 A diferencia de las tablas normales, las tablas formales no tienen líneas
12709  verticales.
12710  Las líneas horizontales se pueden poner o no como en las tablas normales,
12711  pero en la salida se mostrarán con distinto grosor:
12712 \begin_inset Newline newline
12713 \end_inset
12714
12715 Las líneas primera y última tienen un grosor predeterminado de 0.08
12716 \begin_inset space \thinspace{}
12717 \end_inset
12718
12719 em, las demás tienen un grosor predeterminado de 0.05
12720 \begin_inset space \thinspace{}
12721 \end_inset
12722
12723 em.
12724 \end_layout
12725
12726 \begin_layout Standard
12727 Estos valores predeterminados se pueden cambiar
12728 \series bold
12729  
12730 \series default
12731 con las líneas de preámbulo:
12732 \end_layout
12733
12734 \begin_layout Standard
12735
12736 \series bold
12737
12738 \backslash
12739 let
12740 \backslash
12741 mytoprule
12742 \backslash
12743 toprule
12744 \begin_inset Newline newline
12745 \end_inset
12746
12747
12748 \backslash
12749 renewcommand{
12750 \backslash
12751 toprule}{
12752 \backslash
12753 mytoprule[grosor]}
12754 \end_layout
12755
12756 \begin_layout Standard
12757 Este ejemplo es para la primera línea, la denominada 
12758 \series bold
12759 toprule
12760 \series default
12761 .
12762  Si quieres cambiar el grosor de la última línea, reemplaza 
12763 \series bold
12764 toprule
12765 \series default
12766  por 
12767 \series bold
12768 bottomrule
12769 \series default
12770 .
12771  Y para cambiar el grosor de las demás líneas cambia 
12772 \series bold
12773 toprule
12774 \series default
12775  por 
12776 \series bold
12777 midrule
12778 \series default
12779 .
12780  Puedes usar cualquiera de las unidades listadas en el apéndice
12781 \begin_inset space ~
12782 \end_inset
12783
12784
12785 \begin_inset CommandInset ref
12786 LatexCommand ref
12787 reference "cha:Unidades-disponibles-en"
12788
12789 \end_inset
12790
12791  para establecer el grosor.
12792 \end_layout
12793
12794 \begin_layout Standard
12795 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12796  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12797  LyX empleará internamente el comando 
12798 \series bold
12799
12800 \backslash
12801 cmidrule
12802 \series default
12803  para dibujar la línea.
12804  El esquema completo es
12805 \end_layout
12806
12807 \begin_layout Standard
12808
12809 \series bold
12810
12811 \backslash
12812 cmidrule[grosor](recorte){inicol-fincol}
12813 \end_layout
12814
12815 \begin_layout Standard
12816 Por el momento, LyX no soporta las opciones de 
12817 \series bold
12818
12819 \backslash
12820 cmidrule
12821 \series default
12822 , así que para usarlas hay que emplear código TeX.
12823  Las líneas 
12824 \series bold
12825
12826 \backslash
12827 cmidrule
12828 \series default
12829  se pueden insertar manualmente con el comando en código TeX como primera
12830  entrada de la primera celda de una fila.
12831  En la salida se dibujará la línea sobre dicha fila.
12832 \end_layout
12833
12834 \begin_layout Standard
12835 El grosor predeterminado es 0.03
12836 \begin_inset space \thinspace{}
12837 \end_inset
12838
12839 em.
12840  
12841 \series bold
12842 inicol
12843 \series default
12844  es el número de la columna en la que comienza la línea y 
12845 \series bold
12846 fincol
12847 \series default
12848  es el número de la columna en la que acaba la línea.
12849  El valor 
12850 \series bold
12851 fincol
12852 \series default
12853  debe especificarse siempre, aunque la línea se extienda sobre una sola
12854  columna.
12855  El parámetro opcional 
12856 \series bold
12857 recorte
12858 \series default
12859  debe ser 
12860 \emph on
12861 l{recorte}
12862 \emph default
12863  o 
12864 \emph on
12865 r{recorte}
12866 \emph default
12867 , donde 
12868 \emph on
12869 recorte
12870 \emph default
12871  también es opcional.
12872  Por ejemplo, el parámetro 
12873 \emph on
12874 l{2pt}
12875 \emph default
12876  significa que la línea se recorta 2
12877 \begin_inset space \thinspace{}
12878 \end_inset
12879
12880 pt por su izquierda.
12881  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12882 \begin_inset space \thinspace{}
12883 \end_inset
12884
12885 em.
12886
12887 \series bold
12888  
12889 \end_layout
12890
12891 \begin_layout Standard
12892
12893 \end_layout
12894
12895 \begin_layout Standard
12896 \begin_inset VSpace bigskip
12897 \end_inset
12898
12899
12900 \end_layout
12901
12902 \begin_layout Standard
12903 La tabla
12904 \begin_inset space ~
12905 \end_inset
12906
12907
12908 \begin_inset CommandInset ref
12909 LatexCommand ref
12910 reference "tab:Ejemplo-tabla-formal"
12911
12912 \end_inset
12913
12914  se ha creado con los comandos
12915 \end_layout
12916
12917 \begin_layout Standard
12918
12919 \series bold
12920
12921 \backslash
12922 cmidrule(r){2-2}
12923 \backslash
12924 cmidrule(l){3-4}
12925 \end_layout
12926
12927 \begin_layout Standard
12928 en la segunda fila, 
12929 \series bold
12930
12931 \backslash
12932 midrule
12933 \series default
12934  en la tercera, y
12935 \end_layout
12936
12937 \begin_layout Standard
12938
12939 \series bold
12940
12941 \backslash
12942 cmidrule(l{10pt}){1-1}
12943 \end_layout
12944
12945 \begin_layout Standard
12946 en la sexta fila.
12947 \end_layout
12948
12949 \begin_layout Standard
12950 \begin_inset VSpace bigskip
12951 \end_inset
12952
12953
12954 \end_layout
12955
12956 \begin_layout Standard
12957 Quizá quieras superponer líneas 
12958 \series bold
12959
12960 \backslash
12961 cmidrules
12962 \series default
12963  como en la tabla
12964 \begin_inset space ~
12965 \end_inset
12966
12967
12968 \begin_inset CommandInset ref
12969 LatexCommand ref
12970 reference "tab:Tabla-formal-especial"
12971
12972 \end_inset
12973
12974 .
12975  Esto se consigue con el comando en código TeX
12976 \end_layout
12977
12978 \begin_layout Standard
12979
12980 \series bold
12981
12982 \backslash
12983 morecmidrules
12984 \end_layout
12985
12986 \begin_layout Standard
12987 El comando que se ha utilizado para la segunda fila de la tabla
12988 \begin_inset space ~
12989 \end_inset
12990
12991
12992 \begin_inset CommandInset ref
12993 LatexCommand ref
12994 reference "tab:Tabla-formal-especial"
12995
12996 \end_inset
12997
12998  es
12999 \end_layout
13000
13001 \begin_layout Standard
13002
13003 \series bold
13004
13005 \backslash
13006 cmidrule(r){2-2}
13007 \backslash
13008 cmidrule(l){3-4}
13009 \backslash
13010 morecmidrules
13011 \backslash
13012 cmidrule{2-4}
13013 \end_layout
13014
13015 \begin_layout Standard
13016 El comando para la sexta fila es
13017 \end_layout
13018
13019 \begin_layout Standard
13020
13021 \series bold
13022
13023 \backslash
13024 midrule
13025 \backslash
13026 morecmidrules
13027 \backslash
13028 cmidrule{3-4}
13029 \series default
13030
13031 \begin_inset VSpace bigskip
13032 \end_inset
13033
13034
13035 \end_layout
13036
13037 \begin_layout Standard
13038 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13039  el siguiente comando para dibujar líneas que se extienden sobre todas las
13040  columnas
13041 \end_layout
13042
13043 \begin_layout Standard
13044
13045 \series bold
13046
13047 \backslash
13048 specialrule{anchura}{espacio superior}{espacio inferior}
13049 \end_layout
13050
13051 \begin_layout Standard
13052 Para más información sobre estas características especiales, acude al manual
13053  del paquete LaTeX 
13054 \series bold
13055 booktabs
13056 \series default
13057
13058 \begin_inset CommandInset citation
13059 LatexCommand cite
13060 key "booktabs"
13061
13062 \end_inset
13063
13064 .
13065 \begin_inset Index
13066 status collapsed
13067
13068 \begin_layout Plain Layout
13069 LaTeX-paquetes ! booktabs
13070 \end_layout
13071
13072 \end_inset
13073
13074  
13075 \begin_inset VSpace bigskip
13076 \end_inset
13077
13078
13079 \end_layout
13080
13081 \begin_layout Standard
13082 \begin_inset Float table
13083 placement h
13084 wide false
13085 sideways false
13086 status open
13087
13088 \begin_layout Plain Layout
13089 \begin_inset Caption
13090
13091 \begin_layout Plain Layout
13092 \begin_inset CommandInset label
13093 LatexCommand label
13094 name "tab:Tabla-formal-especial"
13095
13096 \end_inset
13097
13098 Tabla formal especial
13099 \end_layout
13100
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \begin_layout Plain Layout
13107 \align center
13108 \begin_inset Tabular
13109 <lyxtabular version="3" rows="8" columns="4">
13110 <features booktabs="true">
13111 <column alignment="center" valignment="top" width="0">
13112 <column alignment="center" valignment="top" width="0">
13113 <column alignment="center" valignment="top" width="0">
13114 <column alignment="center" valignment="top" width="0">
13115 <row>
13116 <cell alignment="center" valignment="top" topline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 System
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 <cell alignment="center" valignment="top" topline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 Medipix
13130 \begin_inset space \thinspace{}
13131 \end_inset
13132
13133 1
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 Medipix
13143 \begin_inset space \thinspace{}
13144 \end_inset
13145
13146 2
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 </row>
13161 <row>
13162 <cell alignment="center" valignment="top" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 \begin_inset ERT
13167 status collapsed
13168
13169 \begin_layout Plain Layout
13170
13171
13172 \backslash
13173 cmidrule(r){2-2}
13174 \end_layout
13175
13176 \end_inset
13177
13178
13179 \begin_inset ERT
13180 status collapsed
13181
13182 \begin_layout Plain Layout
13183
13184
13185 \backslash
13186 cmidrule(l){3-4}
13187 \end_layout
13188
13189 \end_inset
13190
13191
13192 \begin_inset ERT
13193 status collapsed
13194
13195 \begin_layout Plain Layout
13196
13197
13198 \backslash
13199 morecmidrules 
13200 \end_layout
13201
13202 \end_inset
13203
13204
13205 \begin_inset ERT
13206 status collapsed
13207
13208 \begin_layout Plain Layout
13209
13210
13211 \backslash
13212 cmidrule{2-4}
13213 \end_layout
13214
13215 \end_inset
13216
13217 Detector thickness [µm]
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 300
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 <cell alignment="center" valignment="top" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Plain Layout
13235 300
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 <cell alignment="center" valignment="top" usebox="none">
13241 \begin_inset Text
13242
13243 \begin_layout Plain Layout
13244 700
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 </row>
13250 <row>
13251 <cell alignment="center" valignment="top" topline="true" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 Edge angle [°]
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 <cell alignment="center" valignment="top" topline="true" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Plain Layout
13264 3.55
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 <cell alignment="center" valignment="top" topline="true" usebox="none">
13270 \begin_inset Text
13271
13272 \begin_layout Plain Layout
13273 2.71
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 <cell alignment="center" valignment="top" topline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 7.99
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 </row>
13288 <row topspace="default">
13289 <cell alignment="center" valignment="top" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293 Spatial resolution [µm]
13294 \end_layout
13295
13296 \end_inset
13297 </cell>
13298 <cell alignment="center" valignment="top" usebox="none">
13299 \begin_inset Text
13300
13301 \begin_layout Plain Layout
13302 4.26
13303 \end_layout
13304
13305 \end_inset
13306 </cell>
13307 <cell alignment="center" valignment="top" usebox="none">
13308 \begin_inset Text
13309
13310 \begin_layout Plain Layout
13311 10.17
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 10.56
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 </row>
13326 <row topspace="default">
13327 <cell alignment="center" valignment="top" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Plain Layout
13331 MTF at 
13332 \begin_inset Formula $f_{\mathrm{max}}$
13333 \end_inset
13334
13335
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 0.53
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 0.37
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 0.39
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 </row>
13368 <row>
13369 <cell alignment="center" valignment="top" topline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 \begin_inset ERT
13374 status collapsed
13375
13376 \begin_layout Plain Layout
13377
13378
13379 \backslash
13380 morecmidrules 
13381 \end_layout
13382
13383 \end_inset
13384
13385
13386 \begin_inset ERT
13387 status collapsed
13388
13389 \begin_layout Plain Layout
13390
13391
13392 \backslash
13393 cmidrule{3-4}
13394 \end_layout
13395
13396 \end_inset
13397
13398 LSF-spatial resolution
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 <cell alignment="center" valignment="top" topline="true" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Plain Layout
13407
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 <cell alignment="center" valignment="top" topline="true" usebox="none">
13413 \begin_inset Text
13414
13415 \begin_layout Plain Layout
13416
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 <cell alignment="center" valignment="top" topline="true" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 </row>
13431 <row>
13432 <cell alignment="center" valignment="top" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 in µm
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 129.7
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 52.75
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 50.78
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 </row>
13469 <row>
13470 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 in % of pixel size
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Plain Layout
13483 76.3
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 95.9
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 92.3
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 </row>
13507 </lyxtabular>
13508
13509 \end_inset
13510
13511
13512 \end_layout
13513
13514 \end_inset
13515
13516
13517 \end_layout
13518
13519 \begin_layout Section
13520 Alineación vertical de tablas
13521 \begin_inset Index
13522 status collapsed
13523
13524 \begin_layout Plain Layout
13525 Tablas ! Alineación vertical
13526 \end_layout
13527
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \begin_layout Standard
13534 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13535  en un cuadro.
13536  Entonces el cuadro se puede alinear verticalmente como se describe en la
13537  sección
13538 \begin_inset space ~
13539 \end_inset
13540
13541
13542 \begin_inset CommandInset ref
13543 LatexCommand ref
13544 reference "sec:Diálogo-Cuadros"
13545
13546 \end_inset
13547
13548 .
13549  
13550 \end_layout
13551
13552 \begin_layout Standard
13553 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13554 \begin_inset Foot
13555 status collapsed
13556
13557 \begin_layout Plain Layout
13558 Las minipáginas se describen en la sección
13559 \begin_inset space ~
13560 \end_inset
13561
13562
13563 \begin_inset CommandInset ref
13564 LatexCommand ref
13565 reference "sec:Minipáginas"
13566
13567 \end_inset
13568
13569 .
13570 \end_layout
13571
13572 \end_inset
13573
13574  que tiene una anchura del 15
13575 \begin_inset space \thinspace{}
13576 \end_inset
13577
13578 % de columna:
13579 \end_layout
13580
13581 \begin_layout Itemize
13582 test 
13583 \begin_inset Box Frameless
13584 position "t"
13585 hor_pos "c"
13586 has_inner_box 1
13587 inner_pos "c"
13588 use_parbox 0
13589 width "15col%"
13590 special "none"
13591 height "1in"
13592 height_special "totalheight"
13593 status collapsed
13594
13595 \begin_layout Plain Layout
13596 \begin_inset Tabular
13597 <lyxtabular version="3" rows="3" columns="3">
13598 <features>
13599 <column alignment="center" valignment="top" width="0">
13600 <column alignment="center" valignment="top" width="0">
13601 <column alignment="center" valignment="top" width="0">
13602 <row>
13603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 a
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 d
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625 g
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 </row>
13631 <row>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 b
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645 e
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 h
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 </row>
13660 <row>
13661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 c
13666 \end_layout
13667
13668 \end_inset
13669 </cell>
13670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674 f
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683 i
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 </row>
13689 </lyxtabular>
13690
13691 \end_inset
13692
13693
13694 \end_layout
13695
13696 \end_inset
13697
13698  test 
13699 \begin_inset ERT
13700 status collapsed
13701
13702 \begin_layout Plain Layout
13703
13704
13705 \backslash
13706 raisebox{0.85
13707 \backslash
13708 baselineskip}{
13709 \end_layout
13710
13711 \end_inset
13712
13713
13714 \begin_inset Box Frameless
13715 position "t"
13716 hor_pos "c"
13717 has_inner_box 1
13718 inner_pos "c"
13719 use_parbox 0
13720 width "15col%"
13721 special "none"
13722 height "1in"
13723 height_special "totalheight"
13724 status collapsed
13725
13726 \begin_layout Plain Layout
13727 \begin_inset Tabular
13728 <lyxtabular version="3" rows="3" columns="3">
13729 <features>
13730 <column alignment="center" valignment="top" width="0">
13731 <column alignment="center" valignment="top" width="0">
13732 <column alignment="center" valignment="top" width="0">
13733 <row>
13734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738 a
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 d
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13753 \begin_inset Text
13754
13755 \begin_layout Plain Layout
13756 g
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 </row>
13762 <row>
13763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 b
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 e
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 h
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 </row>
13791 <row>
13792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 c
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 f
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 i
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 </row>
13820 </lyxtabular>
13821
13822 \end_inset
13823
13824
13825 \end_layout
13826
13827 \end_inset
13828
13829
13830 \begin_inset ERT
13831 status collapsed
13832
13833 \begin_layout Plain Layout
13834
13835 }
13836 \end_layout
13837
13838 \end_inset
13839
13840
13841 \end_layout
13842
13843 \begin_layout Itemize
13844 test 
13845 \begin_inset Box Frameless
13846 position "c"
13847 hor_pos "c"
13848 has_inner_box 1
13849 inner_pos "c"
13850 use_parbox 0
13851 width "15col%"
13852 special "none"
13853 height "1in"
13854 height_special "totalheight"
13855 status collapsed
13856
13857 \begin_layout Plain Layout
13858 \begin_inset Tabular
13859 <lyxtabular version="3" rows="3" columns="3">
13860 <features>
13861 <column alignment="center" valignment="top" width="0">
13862 <column alignment="center" valignment="top" width="0">
13863 <column alignment="center" valignment="top" width="0">
13864 <row>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 a
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 d
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 g
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 </row>
13893 <row>
13894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 b
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 e
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 h
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 </row>
13922 <row>
13923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 c
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 f
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945 i
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 </row>
13951 </lyxtabular>
13952
13953 \end_inset
13954
13955
13956 \end_layout
13957
13958 \end_inset
13959
13960
13961 \end_layout
13962
13963 \begin_layout Itemize
13964 test 
13965 \begin_inset Box Frameless
13966 position "b"
13967 hor_pos "c"
13968 has_inner_box 1
13969 inner_pos "c"
13970 use_parbox 0
13971 width "15col%"
13972 special "none"
13973 height "1in"
13974 height_special "totalheight"
13975 status collapsed
13976
13977 \begin_layout Plain Layout
13978 \begin_inset Tabular
13979 <lyxtabular version="3" rows="3" columns="3">
13980 <features>
13981 <column alignment="center" valignment="top" width="0">
13982 <column alignment="center" valignment="top" width="0">
13983 <column alignment="center" valignment="top" width="0">
13984 <row>
13985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Plain Layout
13989 a
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998 d
13999 \end_layout
14000
14001 \end_inset
14002 </cell>
14003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14004 \begin_inset Text
14005
14006 \begin_layout Plain Layout
14007 g
14008 \end_layout
14009
14010 \end_inset
14011 </cell>
14012 </row>
14013 <row>
14014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 b
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 e
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 h
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 </row>
14042 <row>
14043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 c
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056 f
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065 i
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 </row>
14071 </lyxtabular>
14072
14073 \end_inset
14074
14075
14076 \end_layout
14077
14078 \end_inset
14079
14080  test 
14081 \begin_inset ERT
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085
14086
14087 \backslash
14088 raisebox{-0.32
14089 \backslash
14090 baselineskip}{
14091 \end_layout
14092
14093 \end_inset
14094
14095
14096 \begin_inset Box Frameless
14097 position "b"
14098 hor_pos "c"
14099 has_inner_box 1
14100 inner_pos "c"
14101 use_parbox 0
14102 width "15col%"
14103 special "none"
14104 height "1in"
14105 height_special "totalheight"
14106 status collapsed
14107
14108 \begin_layout Plain Layout
14109 \begin_inset Tabular
14110 <lyxtabular version="3" rows="3" columns="3">
14111 <features>
14112 <column alignment="center" valignment="top" width="0">
14113 <column alignment="center" valignment="top" width="0">
14114 <column alignment="center" valignment="top" width="0">
14115 <row>
14116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14117 \begin_inset Text
14118
14119 \begin_layout Plain Layout
14120 a
14121 \end_layout
14122
14123 \end_inset
14124 </cell>
14125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 d
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 g
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 </row>
14144 <row>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 b
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 e
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 h
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 </row>
14173 <row>
14174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 c
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 f
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 i
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 </row>
14202 </lyxtabular>
14203
14204 \end_inset
14205
14206
14207 \end_layout
14208
14209 \end_inset
14210
14211
14212 \begin_inset ERT
14213 status collapsed
14214
14215 \begin_layout Plain Layout
14216
14217 }
14218 \end_layout
14219
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \begin_layout Standard
14226 Como ves, los contenidos de la primera y última filas no se alinean correctament
14227 e con la línea de texto donde está la tabla.
14228  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14229  un cuadro elevado («raisebox»
14230 \begin_inset Foot
14231 status collapsed
14232
14233 \begin_layout Plain Layout
14234 El uso del comando 
14235 \series bold
14236
14237 \backslash
14238 raisebox
14239 \series default
14240  se explica en la sección
14241 \begin_inset space ~
14242 \end_inset
14243
14244
14245 \begin_inset CommandInset ref
14246 LatexCommand ref
14247 reference "sub:Alineación-Vertical"
14248
14249 \end_inset
14250
14251 .
14252 \end_layout
14253
14254 \end_inset
14255
14256 ).
14257  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14258  usando el comando en código TeX
14259 \end_layout
14260
14261 \begin_layout Standard
14262
14263 \series bold
14264
14265 \backslash
14266 raisebox{0.85
14267 \backslash
14268 baselineskip}{
14269 \end_layout
14270
14271 \begin_layout Standard
14272 antes del cuadro.
14273  Tras él, se pone la llave de cierre 
14274 \series bold
14275 }
14276 \series default
14277  también en código TeX.
14278  Para la segunda tabla en el tercer ítem se usa el comando 
14279 \end_layout
14280
14281 \begin_layout Standard
14282
14283 \series bold
14284
14285 \backslash
14286 raisebox{-0.32
14287 \backslash
14288 baselineskip}{
14289 \end_layout
14290
14291 \begin_layout Standard
14292 \begin_inset Note Greyedout
14293 status open
14294
14295 \begin_layout Plain Layout
14296
14297 \series bold
14298 Not
14299 \series default
14300 a: La alineación del contenido de la fila con la línea del texto adyacente
14301  no es exacta.
14302  El factor necesario del comando 
14303 \series bold
14304
14305 \backslash
14306 raisebox
14307 \series default
14308  para este alineamiento depende de la fuente del documento, del tamaño de
14309  la fuente y del grosor de línea de la tabla.
14310 \end_layout
14311
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \begin_layout Section
14318 Tablas coloreadas
14319 \begin_inset CommandInset label
14320 LatexCommand label
14321 name "sec:Tablas-Coloreadas"
14322
14323 \end_inset
14324
14325
14326 \begin_inset Index
14327 status collapsed
14328
14329 \begin_layout Plain Layout
14330 Tablas ! Coloreadas
14331 \end_layout
14332
14333 \end_inset
14334
14335
14336 \end_layout
14337
14338 \begin_layout Subsection
14339 Celdas coloreadas
14340 \begin_inset Index
14341 status collapsed
14342
14343 \begin_layout Plain Layout
14344 Tablas coloreadas ! Celdas
14345 \end_layout
14346
14347 \end_inset
14348
14349
14350 \begin_inset Index
14351 status collapsed
14352
14353 \begin_layout Plain Layout
14354 Color ! en celdas de tablas
14355 \end_layout
14356
14357 \end_inset
14358
14359
14360 \end_layout
14361
14362 \begin_layout Standard
14363 \begin_inset Float table
14364 placement h
14365 wide false
14366 sideways false
14367 status open
14368
14369 \begin_layout Plain Layout
14370 \begin_inset Caption
14371
14372 \begin_layout Plain Layout
14373 \begin_inset CommandInset label
14374 LatexCommand label
14375 name "tab:Tabla-coloreada-sin"
14376
14377 \end_inset
14378
14379 Tabla coloreada sin usar el paquete 
14380 \series bold
14381 colortbl
14382 \series default
14383
14384 \begin_inset OptArg
14385 status collapsed
14386
14387 \begin_layout Plain Layout
14388 Tabla sin colortbl
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \begin_layout Plain Layout
14402 \align center
14403 \begin_inset Tabular
14404 <lyxtabular version="3" rows="3" columns="3">
14405 <features>
14406 <column alignment="center" valignment="top" width="0">
14407 <column alignment="center" valignment="top" width="0">
14408 <column alignment="center" valignment="top" width="0">
14409 <row>
14410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Plain Layout
14414
14415 \color green
14416 a
14417 \end_layout
14418
14419 \end_inset
14420 </cell>
14421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14422 \begin_inset Text
14423
14424 \begin_layout Plain Layout
14425
14426 \color red
14427 b
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436
14437 \color red
14438 c
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 </row>
14444 <row>
14445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449
14450 \color green
14451 d
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460
14461 \color blue
14462 e
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471
14472 \color blue
14473 f
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 </row>
14479 <row>
14480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484
14485 \color green
14486 g
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495
14496 \color blue
14497 h
14498 \end_layout
14499
14500 \end_inset
14501 </cell>
14502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14503 \begin_inset Text
14504
14505 \begin_layout Plain Layout
14506
14507 \color blue
14508 i
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 </row>
14514 </lyxtabular>
14515
14516 \end_inset
14517
14518
14519 \end_layout
14520
14521 \end_inset
14522
14523
14524 \end_layout
14525
14526 \begin_layout Standard
14527 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14528  el menú 
14529 \family sans
14530 Editar\SpecialChar \menuseparator
14531 Estilo
14532 \begin_inset space ~
14533 \end_inset
14534
14535 del
14536 \begin_inset space ~
14537 \end_inset
14538
14539 Texto
14540 \family default
14541 .
14542  Esto se ha hecho en la tabla
14543 \begin_inset space ~
14544 \end_inset
14545
14546
14547 \begin_inset CommandInset ref
14548 LatexCommand ref
14549 reference "tab:Tabla-coloreada-sin"
14550
14551 \end_inset
14552
14553 .
14554  En cualquier otro caso hay que usar el paquete LaTeX 
14555 \series bold
14556 colortbl
14557 \series default
14558 .
14559 \begin_inset Index
14560 status collapsed
14561
14562 \begin_layout Plain Layout
14563 LaTeX-paquetes ! colortbl
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \begin_layout Standard
14572 \begin_inset ERT
14573 status collapsed
14574
14575 \begin_layout Plain Layout
14576
14577
14578 \backslash
14579 ifcolortbl
14580 \end_layout
14581
14582 \end_inset
14583
14584
14585 \begin_inset Note Note
14586 status open
14587
14588 \begin_layout Plain Layout
14589 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14590  LaTeX 
14591 \series bold
14592 colortbl
14593 \series default
14594 .
14595 \end_layout
14596
14597 \end_inset
14598
14599
14600 \end_layout
14601
14602 \begin_layout Standard
14603 Para crear tablas coloreadas, 
14604 \series bold
14605 colortbl
14606 \series default
14607  debe cargarse en el preámbulo con la línea
14608 \end_layout
14609
14610 \begin_layout Standard
14611
14612 \series bold
14613
14614 \backslash
14615 usepackage{colortbl}
14616 \end_layout
14617
14618 \begin_layout Standard
14619 El color de una columna se define con el comando
14620 \end_layout
14621
14622 \begin_layout Standard
14623
14624 \series bold
14625
14626 \backslash
14627 columncolor{nombre del color}
14628 \end_layout
14629
14630 \begin_layout Standard
14631 dentro del comando 
14632 \series bold
14633 >{ }
14634 \series default
14635 .
14636  Más sobre el comando 
14637 \series bold
14638 >{}
14639 \series default
14640  se explica en la sección
14641 \begin_inset space ~
14642 \end_inset
14643
14644
14645 \begin_inset CommandInset ref
14646 LatexCommand ref
14647 reference "sub:Cálculos-en-Multicolumnas"
14648
14649 \end_inset
14650
14651 .
14652 \end_layout
14653
14654 \begin_layout Standard
14655 Los siguientes nombres de color están predefinidos:
14656 \end_layout
14657
14658 \begin_layout Standard
14659
14660 \family sans
14661 red
14662 \family default
14663
14664 \family sans
14665 green
14666 \family default
14667
14668 \family sans
14669 yellow, blue
14670 \family default
14671
14672 \family sans
14673 cyan
14674 \family default
14675 \series bold
14676 ,
14677 \series default
14678  
14679 \family sans
14680 magenta, black
14681 \family default
14682
14683 \family sans
14684 white
14685 \end_layout
14686
14687 \begin_layout Standard
14688 \begin_inset VSpace medskip
14689 \end_inset
14690
14691
14692 \end_layout
14693
14694 \begin_layout Standard
14695 Puedes definir tus propios colores con el comando
14696 \end_layout
14697
14698 \begin_layout Standard
14699
14700 \series bold
14701
14702 \backslash
14703 definecolor{nombre del color}{modelo de color}{valores de color}
14704 \end_layout
14705
14706 \begin_layout Standard
14707 El modelo de color puede ser
14708 \end_layout
14709
14710 \begin_layout Labeling
14711 \labelwidthstring 00.00.0000
14712 cmyk: cyan, magenta, yellow, black
14713 \end_layout
14714
14715 \begin_layout Labeling
14716 \labelwidthstring 00.00.0000
14717 rgb: red, green, blue
14718 \end_layout
14719
14720 \begin_layout Labeling
14721 \labelwidthstring 00.00.0000
14722 gray: gray
14723 \end_layout
14724
14725 \begin_layout Standard
14726 y los valores de color son números separados por comas entre 0 y 1 que describen
14727  el factor para el color correspondiente del modelo de color.
14728 \end_layout
14729
14730 \begin_layout Standard
14731 Por ejemplo, puedes definir el color
14732 \series bold
14733  
14734 \series default
14735 «
14736 \emph on
14737 verde oscuro
14738 \emph default
14739 » en el preámbulo con
14740 \end_layout
14741
14742 \begin_layout Standard
14743
14744 \series bold
14745
14746 \backslash
14747 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14748 \end_layout
14749
14750 \begin_layout Standard
14751 y el color «
14752 \emph on
14753 gris claro
14754 \emph default
14755 » con
14756 \end_layout
14757
14758 \begin_layout Standard
14759
14760 \series bold
14761
14762 \backslash
14763 definecolor{grisclaro}{gray}{0.8}
14764 \end_layout
14765
14766 \begin_layout Standard
14767 \begin_inset VSpace medskip
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \begin_layout Standard
14774 Las líneas se colorean con el comando
14775 \end_layout
14776
14777 \begin_layout Standard
14778
14779 \series bold
14780
14781 \backslash
14782 rowcolor{nombre del color}
14783 \end_layout
14784
14785 \begin_layout Standard
14786 y las celdas se colorean con el comando
14787 \end_layout
14788
14789 \begin_layout Standard
14790
14791 \series bold
14792
14793 \backslash
14794 cellcolor{nombre del color}
14795 \end_layout
14796
14797 \begin_layout Standard
14798 Ambos comandos se insertan al principio de una celda en código TeX.
14799 \end_layout
14800
14801 \begin_layout Standard
14802 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14803 \family sans
14804 Editar\SpecialChar \menuseparator
14805 Estilo
14806 \begin_inset space ~
14807 \end_inset
14808
14809 del
14810 \begin_inset space ~
14811 \end_inset
14812
14813 Texto
14814 \family default
14815 .
14816  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14817  TeX en color puede ocasionar errores de LaTeX.
14818 \end_layout
14819
14820 \begin_layout Standard
14821 \begin_inset VSpace bigskip
14822 \end_inset
14823
14824
14825 \end_layout
14826
14827 \begin_layout Standard
14828 Para crear la tabla
14829 \begin_inset space ~
14830 \end_inset
14831
14832
14833 \begin_inset CommandInset ref
14834 LatexCommand ref
14835 reference "tab:Tabla-coloreada-con"
14836
14837 \end_inset
14838
14839  haz lo siguiente: el color de la primera columna debe ser 
14840 \emph on
14841 verde oscuro
14842 \emph default
14843 , entonces inserta
14844 \end_layout
14845
14846 \begin_layout Standard
14847
14848 \series bold
14849 >{
14850 \backslash
14851 columncolor{verdeoscuro}
14852 \backslash
14853 centering}c
14854 \end_layout
14855
14856 \begin_layout Standard
14857 como argumento LaTeX para esta columna.
14858  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14859 \end_layout
14860
14861 \begin_layout Standard
14862
14863 \series bold
14864
14865 \backslash
14866 rowcolow{cyan}
14867 \end_layout
14868
14869 \begin_layout Standard
14870 en la primera celda de esta fila.
14871  Observa que esto sobreescribe el color de la columna para la primera celda.
14872  La última celda de la última fila se colorea magenta insertando el comando
14873  en código TeX
14874 \end_layout
14875
14876 \begin_layout Standard
14877
14878 \series bold
14879
14880 \backslash
14881 cellcolor{magenta}
14882 \end_layout
14883
14884 \begin_layout Standard
14885 Ahora podrían colorearse los caracteres usando el menú 
14886 \family sans
14887 Editar\SpecialChar \menuseparator
14888 Estilo
14889 \begin_inset space ~
14890 \end_inset
14891
14892 del
14893 \begin_inset space ~
14894 \end_inset
14895
14896 Texto
14897 \family default
14898 .
14899 \end_layout
14900
14901 \begin_layout Standard
14902 \begin_inset Float table
14903 placement h
14904 wide false
14905 sideways false
14906 status open
14907
14908 \begin_layout Plain Layout
14909 \begin_inset Caption
14910
14911 \begin_layout Plain Layout
14912 \begin_inset CommandInset label
14913 LatexCommand label
14914 name "tab:Tabla-coloreada-con"
14915
14916 \end_inset
14917
14918 Tabla coloreada con el paquete 
14919 \series bold
14920 colortbl
14921 \series default
14922
14923 \begin_inset OptArg
14924 status open
14925
14926 \begin_layout Plain Layout
14927 Tabla con 
14928 \series bold
14929 colortbl
14930 \end_layout
14931
14932 \end_inset
14933
14934
14935 \end_layout
14936
14937 \end_inset
14938
14939
14940 \end_layout
14941
14942 \begin_layout Plain Layout
14943 \align center
14944 \begin_inset Tabular
14945 <lyxtabular version="3" rows="3" columns="3">
14946 <features>
14947 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14948 <column alignment="center" valignment="top" width="0">
14949 <column alignment="center" valignment="top" width="0">
14950 <row>
14951 <cell alignment="center" valignment="top" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 \begin_inset ERT
14956 status collapsed
14957
14958 \begin_layout Plain Layout
14959
14960
14961 \backslash
14962 rowcolor{cyan}
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \color magenta
14969 a
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 <cell alignment="center" valignment="top" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978
14979 \color red
14980 b
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989
14990 \color red
14991 c
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 </row>
14997 <row>
14998 <cell alignment="center" valignment="top" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002
15003 \color yellow
15004 d
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013
15014 \color blue
15015 e
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \color blue
15026 f
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 </row>
15032 <row>
15033 <cell alignment="center" valignment="top" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037
15038 \color yellow
15039 g
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048
15049 \color blue
15050 h
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 \begin_inset ERT
15060 status collapsed
15061
15062 \begin_layout Plain Layout
15063
15064
15065 \backslash
15066 cellcolor{magenta}
15067 \end_layout
15068
15069 \end_inset
15070
15071
15072 \color green
15073 i
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 </row>
15079 </lyxtabular>
15080
15081 \end_inset
15082
15083
15084 \end_layout
15085
15086 \end_inset
15087
15088
15089 \end_layout
15090
15091 \begin_layout Standard
15092 \begin_inset ERT
15093 status collapsed
15094
15095 \begin_layout Plain Layout
15096
15097
15098 \backslash
15099 else
15100 \end_layout
15101
15102 \end_inset
15103
15104
15105 \begin_inset Note Note
15106 status open
15107
15108 \begin_layout Plain Layout
15109 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15110  
15111 \series bold
15112 colortbl
15113 \series default
15114 .
15115 \end_layout
15116
15117 \end_inset
15118
15119
15120 \end_layout
15121
15122 \begin_layout Standard
15123 Debes instalar el paquete LaTeX 
15124 \series bold
15125 colortbl
15126 \series default
15127  para ver la parte siguiente en la salida.
15128 \end_layout
15129
15130 \begin_layout Standard
15131 \begin_inset ERT
15132 status collapsed
15133
15134 \begin_layout Plain Layout
15135
15136
15137 \backslash
15138 fi
15139 \end_layout
15140
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \begin_layout Subsection
15147 Líneas coloreadas
15148 \begin_inset Index
15149 status collapsed
15150
15151 \begin_layout Plain Layout
15152 Tablas coloreadas ! Líneas
15153 \end_layout
15154
15155 \end_inset
15156
15157
15158 \begin_inset Index
15159 status collapsed
15160
15161 \begin_layout Plain Layout
15162 Color ! en bordes de tabla
15163 \end_layout
15164
15165 \end_inset
15166
15167
15168 \end_layout
15169
15170 \begin_layout Standard
15171 Como se describe en la sección
15172 \begin_inset space ~
15173 \end_inset
15174
15175
15176 \begin_inset CommandInset ref
15177 LatexCommand ref
15178 reference "sub:Grosor-de-Líneas"
15179
15180 \end_inset
15181
15182 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15183  
15184 \series bold
15185
15186 \backslash
15187 arrayrulewidth
15188 \series default
15189 .
15190  Se ha puesto 1.5
15191 \begin_inset space \thinspace{}
15192 \end_inset
15193
15194 pt para todas las tablas de esta sección.
15195 \begin_inset ERT
15196 status collapsed
15197
15198 \begin_layout Plain Layout
15199
15200
15201 \backslash
15202 setlength{
15203 \backslash
15204 arrayrulewidth}{1.5pt}
15205 \end_layout
15206
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \begin_layout Standard
15213 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15214  el preámbulo del documento el siguiente formato de columna, de acuerdo
15215  a lo descrito en la sección
15216 \begin_inset space ~
15217 \end_inset
15218
15219
15220 \begin_inset CommandInset ref
15221 LatexCommand ref
15222 reference "sub:Formato-Personalizado"
15223
15224 \end_inset
15225
15226 :
15227 \end_layout
15228
15229 \begin_layout Standard
15230
15231 \series bold
15232
15233 \backslash
15234 newcolumntype{W}{!{
15235 \backslash
15236 color{green}
15237 \backslash
15238 vline}}
15239 \end_layout
15240
15241 \begin_layout Standard
15242 Para la tabla
15243 \begin_inset space ~
15244 \end_inset
15245
15246
15247 \begin_inset CommandInset ref
15248 LatexCommand ref
15249 reference "tab:Tabla-con-verticales-coloreadas"
15250
15251 \end_inset
15252
15253  se usó el argumento LaTeX
15254 \series bold
15255  WcW
15256 \series default
15257  para la última columna y
15258 \series bold
15259  Wc
15260 \series default
15261  para las demás.
15262 \end_layout
15263
15264 \begin_layout Standard
15265 Si quieres tener varios colores, define más formatos de columna.
15266 \end_layout
15267
15268 \begin_layout Standard
15269 \begin_inset Float table
15270 placement h
15271 wide false
15272 sideways false
15273 status open
15274
15275 \begin_layout Plain Layout
15276 \begin_inset Caption
15277
15278 \begin_layout Plain Layout
15279 \begin_inset CommandInset label
15280 LatexCommand label
15281 name "tab:Tabla-con-verticales-coloreadas"
15282
15283 \end_inset
15284
15285 Tabla con líneas verticales coloreadas
15286 \end_layout
15287
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \begin_layout Plain Layout
15294 \align center
15295 \begin_inset Tabular
15296 <lyxtabular version="3" rows="3" columns="3">
15297 <features>
15298 <column alignment="center" valignment="top" width="0" special="Wc">
15299 <column alignment="center" valignment="top" width="0" special="Wc">
15300 <column alignment="center" valignment="top" width="0" special="WcW">
15301 <row>
15302 <cell alignment="center" valignment="top" topline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306 sd
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 <cell alignment="center" valignment="top" topline="true" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 <cell alignment="center" valignment="top" topline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 </row>
15330 <row>
15331 <cell alignment="center" valignment="top" topline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 <cell alignment="center" valignment="top" topline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344 sd
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 <cell alignment="center" valignment="top" topline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 </row>
15359 <row>
15360 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382 sd
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 </row>
15388 </lyxtabular>
15389
15390 \end_inset
15391
15392
15393 \end_layout
15394
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \begin_layout Standard
15401 \begin_inset VSpace bigskip
15402 \end_inset
15403
15404 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15405 \begin_inset space ~
15406 \end_inset
15407
15408
15409 \begin_inset CommandInset ref
15410 LatexCommand ref
15411 reference "tab:Tabla-con-horizontales-coloreadas"
15412
15413 \end_inset
15414
15415 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15416 \end_layout
15417
15418 \begin_layout Standard
15419
15420 \series bold
15421
15422 \backslash
15423 let
15424 \backslash
15425 myHlineC
15426 \backslash
15427 hline
15428 \begin_inset Newline newline
15429 \end_inset
15430
15431
15432 \backslash
15433 renewcommand{
15434 \backslash
15435 hline}
15436 \begin_inset Newline newline
15437 \end_inset
15438
15439
15440 \begin_inset ERT
15441 status collapsed
15442
15443 \begin_layout Plain Layout
15444
15445
15446 \backslash
15447 hphantom{ }
15448 \end_layout
15449
15450 \end_inset
15451
15452 {
15453 \backslash
15454 arrayrulecolor{red}
15455 \backslash
15456 myHlineC
15457 \backslash
15458 arrayrulecolor{black}}
15459 \end_layout
15460
15461 \begin_layout Standard
15462 \begin_inset ERT
15463 status collapsed
15464
15465 \begin_layout Plain Layout
15466
15467
15468 \backslash
15469 let
15470 \backslash
15471 myHlineC
15472 \backslash
15473 hline
15474 \end_layout
15475
15476 \begin_layout Plain Layout
15477
15478
15479 \backslash
15480 renewcommand{
15481 \backslash
15482 hline}
15483 \end_layout
15484
15485 \begin_layout Plain Layout
15486
15487  {
15488 \backslash
15489 arrayrulecolor{red}
15490 \backslash
15491 myHlineC
15492 \backslash
15493 arrayrulecolor{black}}
15494 \end_layout
15495
15496 \end_inset
15497
15498
15499 \begin_inset Float table
15500 placement h
15501 wide false
15502 sideways false
15503 status open
15504
15505 \begin_layout Plain Layout
15506 \begin_inset Caption
15507
15508 \begin_layout Plain Layout
15509 \begin_inset CommandInset label
15510 LatexCommand label
15511 name "tab:Tabla-con-horizontales-coloreadas"
15512
15513 \end_inset
15514
15515 Tabla con líneas horizontales coloreadas
15516 \end_layout
15517
15518 \end_inset
15519
15520
15521 \end_layout
15522
15523 \begin_layout Plain Layout
15524 \align center
15525 \begin_inset Tabular
15526 <lyxtabular version="3" rows="3" columns="3">
15527 <features>
15528 <column alignment="center" valignment="top" width="0">
15529 <column alignment="center" valignment="top" width="0">
15530 <column alignment="center" valignment="top" width="0">
15531 <row>
15532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536 sd
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 </row>
15560 <row>
15561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574 sd
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 </row>
15589 <row>
15590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612 sd
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 </row>
15618 </lyxtabular>
15619
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \begin_layout Standard
15631 Para volver al color de línea negro predeterminado inserta este comando
15632  en código TeX detrás de la tabla o el flotante:
15633 \end_layout
15634
15635 \begin_layout Standard
15636
15637 \series bold
15638
15639 \backslash
15640 renewcommand{
15641 \backslash
15642 hline}{
15643 \backslash
15644 myHlineC}
15645 \end_layout
15646
15647 \begin_layout Standard
15648 La tabla
15649 \begin_inset space ~
15650 \end_inset
15651
15652
15653 \begin_inset CommandInset ref
15654 LatexCommand ref
15655 reference "tab:Tabla-con-líneas-coloreadas"
15656
15657 \end_inset
15658
15659  es un ejemplo con líneas verticales y horizontales coloreadas.
15660 \end_layout
15661
15662 \begin_layout Standard
15663 \begin_inset Float table
15664 placement h
15665 wide false
15666 sideways false
15667 status open
15668
15669 \begin_layout Plain Layout
15670 \begin_inset Caption
15671
15672 \begin_layout Plain Layout
15673 \begin_inset CommandInset label
15674 LatexCommand label
15675 name "tab:Tabla-con-líneas-coloreadas"
15676
15677 \end_inset
15678
15679 Tabla con líneas coloreadas
15680 \end_layout
15681
15682 \end_inset
15683
15684
15685 \end_layout
15686
15687 \begin_layout Plain Layout
15688 \align center
15689 \begin_inset Tabular
15690 <lyxtabular version="3" rows="3" columns="3">
15691 <features>
15692 <column alignment="center" valignment="top" width="0" special="Wc">
15693 <column alignment="center" valignment="top" width="0" special="Wc">
15694 <column alignment="center" valignment="top" width="0" special="WcW">
15695 <row>
15696 <cell alignment="center" valignment="top" topline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700 sd
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" topline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" topline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 </row>
15724 <row>
15725 <cell alignment="center" valignment="top" topline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 sd
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" topline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 </row>
15753 <row>
15754 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 sd
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 </row>
15782 </lyxtabular>
15783
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \end_inset
15790
15791
15792 \end_layout
15793
15794 \begin_layout Standard
15795 \begin_inset ERT
15796 status collapsed
15797
15798 \begin_layout Plain Layout
15799
15800
15801 \backslash
15802 renewcommand{
15803 \backslash
15804 hline}{
15805 \backslash
15806 myHlineC}
15807 \end_layout
15808
15809 \end_inset
15810
15811
15812 \end_layout
15813
15814 \begin_layout Standard
15815 \begin_inset ERT
15816 status collapsed
15817
15818 \begin_layout Plain Layout
15819
15820
15821 \backslash
15822 setlength{
15823 \backslash
15824 arrayrulewidth}{0.4pt}
15825 \end_layout
15826
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \begin_layout Section
15833 Personalización de tablas
15834 \begin_inset Index
15835 status collapsed
15836
15837 \begin_layout Plain Layout
15838 Personalización de tablas
15839 \end_layout
15840
15841 \end_inset
15842
15843
15844 \begin_inset Index
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848 Tablas ! Personalización
15849 \end_layout
15850
15851 \end_inset
15852
15853
15854 \end_layout
15855
15856 \begin_layout Subsection
15857 Espacio adicional en filas
15858 \begin_inset CommandInset label
15859 LatexCommand label
15860 name "sub:Espacio-adicional"
15861
15862 \end_inset
15863
15864
15865 \begin_inset Index
15866 status collapsed
15867
15868 \begin_layout Plain Layout
15869 Personalización de tablas ! Espacio adicional en filas
15870 \end_layout
15871
15872 \end_inset
15873
15874
15875 \end_layout
15876
15877 \begin_layout Standard
15878 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15879  
15880 \family sans
15881 Bordes,
15882 \family default
15883  del diálogo de configuración de tablas.
15884  En el marco 
15885 \family sans
15886 Espacio
15887 \begin_inset space ~
15888 \end_inset
15889
15890 adicional
15891 \family default
15892  dispones de tres posibilidades:
15893 \end_layout
15894
15895 \begin_layout Description
15896 Superior
15897 \begin_inset space ~
15898 \end_inset
15899
15900 de
15901 \begin_inset space ~
15902 \end_inset
15903
15904 la
15905 \begin_inset space ~
15906 \end_inset
15907
15908 fila añade espacio sobre los caracteres de la fila.
15909  Si la tabla es de estilo formal
15910 \begin_inset Foot
15911 status collapsed
15912
15913 \begin_layout Plain Layout
15914 Las tablas formales se explican en la sección
15915 \begin_inset space ~
15916 \end_inset
15917
15918
15919 \begin_inset CommandInset ref
15920 LatexCommand ref
15921 reference "sec:Tablas-Formales"
15922
15923 \end_inset
15924
15925
15926 \end_layout
15927
15928 \end_inset
15929
15930  LyX insertará 0.5
15931 \begin_inset space \thinspace{}
15932 \end_inset
15933
15934 em por omisión.
15935  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15936  verticales, como se ve en la tabla siguiente:
15937 \begin_inset VSpace medskip
15938 \end_inset
15939
15940
15941 \begin_inset Newline newline
15942 \end_inset
15943
15944
15945 \begin_inset space \hspace*{}
15946 \length 0pt
15947 \end_inset
15948
15949
15950 \begin_inset space \hfill{}
15951 \end_inset
15952
15953
15954 \begin_inset Tabular
15955 <lyxtabular version="3" rows="3" columns="1">
15956 <features>
15957 <column alignment="center" valignment="top" width="0">
15958 <row>
15959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 A
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 <row topspace="3mm">
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974 3
15975 \begin_inset space \thinspace{}
15976 \end_inset
15977
15978 mm sobre la fila
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 </row>
15984 <row>
15985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989 C
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 </row>
15995 </lyxtabular>
15996
15997 \end_inset
15998
15999
16000 \begin_inset space \hfill{}
16001 \end_inset
16002
16003
16004 \begin_inset space \hspace*{}
16005 \length 0pt
16006 \end_inset
16007
16008
16009 \begin_inset VSpace medskip
16010 \end_inset
16011
16012
16013 \begin_inset Newline newline
16014 \end_inset
16015
16016 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16017  sin líneas verticales.
16018 \end_layout
16019
16020 \begin_layout Description
16021 Inferior
16022 \begin_inset space ~
16023 \end_inset
16024
16025 de
16026 \begin_inset space ~
16027 \end_inset
16028
16029 la
16030 \begin_inset space ~
16031 \end_inset
16032
16033 fila añade espacio bajo los caracteres de la fila.
16034  Si la tabla es formal LyX inserta por omisión 0.5
16035 \begin_inset space \thinspace{}
16036 \end_inset
16037
16038 em; si la tabla es normal inserta 2
16039 \begin_inset space \thinspace{}
16040 \end_inset
16041
16042 pt.
16043  
16044 \end_layout
16045
16046 \begin_layout Description
16047 Entre
16048 \begin_inset space ~
16049 \end_inset
16050
16051 las
16052 \begin_inset space ~
16053 \end_inset
16054
16055 filas añade espacio entre la fila actual y la siguiente.
16056  Si la tabla es formal LyX inserta 0.5
16057 \begin_inset space \thinspace{}
16058 \end_inset
16059
16060 em por omisión.
16061  En tablas normales, el espacio adicional destruirá las líneas verticales
16062  de la tabla, como se ve en la siguiente:
16063 \begin_inset VSpace medskip
16064 \end_inset
16065
16066
16067 \begin_inset Newline newline
16068 \end_inset
16069
16070
16071 \begin_inset space \hspace*{}
16072 \length 0pt
16073 \end_inset
16074
16075
16076 \begin_inset space \hfill{}
16077 \end_inset
16078
16079
16080 \begin_inset Tabular
16081 <lyxtabular version="3" rows="3" columns="1">
16082 <features>
16083 <column alignment="center" valignment="top" width="0">
16084 <row>
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 A
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 </row>
16095 <row interlinespace="3mm">
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 \begin_inset Formula $\downarrow$
16101 \end_inset
16102
16103  3
16104 \begin_inset space \thinspace{}
16105 \end_inset
16106
16107 mm entre las filas
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 </row>
16113 <row>
16114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Plain Layout
16118 \begin_inset Formula $\uparrow$
16119 \end_inset
16120
16121  3
16122 \begin_inset space \thinspace{}
16123 \end_inset
16124
16125 mm entre las filas 
16126 \begin_inset Formula $\uparrow$
16127 \end_inset
16128
16129
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 </row>
16135 </lyxtabular>
16136
16137 \end_inset
16138
16139
16140 \begin_inset space \hfill{}
16141 \end_inset
16142
16143
16144 \begin_inset space \hspace*{}
16145 \length 0pt
16146 \end_inset
16147
16148
16149 \begin_inset VSpace medskip
16150 \end_inset
16151
16152
16153 \begin_inset Newline newline
16154 \end_inset
16155
16156 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16157  para tablas sin líneas verticales.
16158 \end_layout
16159
16160 \begin_layout Standard
16161 \begin_inset VSpace bigskip
16162 \end_inset
16163
16164 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16165  utiliza los siguientes comandos en el preámbulo:
16166 \end_layout
16167
16168 \begin_layout Standard
16169
16170 \series bold
16171
16172 \backslash
16173 @ifundefined{extrarowheight}
16174 \begin_inset Newline newline
16175 \end_inset
16176
16177
16178 \begin_inset ERT
16179 status collapsed
16180
16181 \begin_layout Plain Layout
16182
16183
16184 \backslash
16185 hphantom{ }
16186 \end_layout
16187
16188 \end_inset
16189
16190 {
16191 \backslash
16192 usepackage{array}}{}
16193 \begin_inset Newline newline
16194 \end_inset
16195
16196
16197 \backslash
16198 setlength{
16199 \backslash
16200 extrarowheight}{altura}
16201 \end_layout
16202
16203 \begin_layout Standard
16204 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16205  centrado en vertical.
16206  (Lyx cargará automáticamente el paquete 
16207 \series bold
16208 array
16209 \series default
16210  cuando uses formatos de tabla autodefinidos.
16211  Para evitar que sea cargado dos veces se pone al principio el comando 
16212 \series bold
16213
16214 \backslash
16215 @ifundefined
16216 \series default
16217 .)
16218 \end_layout
16219
16220 \begin_layout Standard
16221
16222 \end_layout
16223
16224 \begin_layout Subsection
16225 Alineación especial de celdas
16226 \begin_inset Index
16227 status collapsed
16228
16229 \begin_layout Plain Layout
16230 Personalización de tablas ! Alineación especial de celdas
16231 \end_layout
16232
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \begin_layout Standard
16239 A veces mejora la presentación si las entradas en las celdas de una columna
16240  se alinean con un carácter determinado, p.
16241 \begin_inset space \thinspace{}
16242 \end_inset
16243
16244 e.
16245 \begin_inset space ~
16246 \end_inset
16247
16248 el separador decimal, como en la tabla
16249 \begin_inset space ~
16250 \end_inset
16251
16252
16253 \begin_inset CommandInset ref
16254 LatexCommand ref
16255 reference "tab:Tabla-con-celdas-de"
16256
16257 \end_inset
16258
16259 .
16260 \end_layout
16261
16262 \begin_layout Standard
16263 \begin_inset Float table
16264 wide false
16265 sideways false
16266 status open
16267
16268 \begin_layout Plain Layout
16269 \begin_inset Caption
16270
16271 \begin_layout Plain Layout
16272 \begin_inset CommandInset label
16273 LatexCommand label
16274 name "tab:Tabla-con-celdas-de"
16275
16276 \end_inset
16277
16278 Tabla con celdas alineadas con el separador decimal.
16279 \end_layout
16280
16281 \end_inset
16282
16283
16284 \end_layout
16285
16286 \begin_layout Plain Layout
16287 \align center
16288 \begin_inset Tabular
16289 <lyxtabular version="3" rows="4" columns="2">
16290 <features>
16291 <column alignment="right" valignment="top" width="0">
16292 <column alignment="left" valignment="top" width="0" special="@{}l">
16293 <row>
16294 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 leyenda
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 </row>
16313 <row>
16314 <cell alignment="center" valignment="top" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 12.
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 <cell alignment="center" valignment="top" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 6
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 <row>
16334 <cell alignment="center" valignment="top" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338 0.
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell alignment="center" valignment="top" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 68
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row>
16354 <cell alignment="center" valignment="top" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 -123.
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 0
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 </row>
16373 </lyxtabular>
16374
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \end_inset
16381
16382
16383 \end_layout
16384
16385 \begin_layout Standard
16386 Esta es una tabla 4×2.
16387  La leyenda es una multicolumna centrada.
16388  La primera columna está alineada a la derecha y contiene el punto decimal
16389  y los dígitos anteriores.
16390  La segunda columna está alineada a la izquierda y contiene los dígitos
16391  posteriores al punto decimal.
16392  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16393  argumento LaTeX para la segunda columna:
16394 \end_layout
16395
16396 \begin_layout Standard
16397
16398 \series bold
16399 @{}l
16400 \end_layout
16401
16402 \begin_layout Standard
16403 La tabla
16404 \begin_inset space ~
16405 \end_inset
16406
16407
16408 \begin_inset CommandInset ref
16409 LatexCommand ref
16410 reference "tab:Varias-alineaciones"
16411
16412 \end_inset
16413
16414  muestra varios ejemplos de alineación.
16415  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16416 o más pequeño al comienzo de la última columna para conseguir el espacio
16417  adecuado alrededor del signo.
16418 \end_layout
16419
16420 \begin_layout Standard
16421 \begin_inset Float table
16422 wide false
16423 sideways false
16424 status open
16425
16426 \begin_layout Plain Layout
16427 \begin_inset Caption
16428
16429 \begin_layout Plain Layout
16430 \begin_inset CommandInset label
16431 LatexCommand label
16432 name "tab:Varias-alineaciones"
16433
16434 \end_inset
16435
16436 Tabla con varias alineaciones.
16437 \end_layout
16438
16439 \end_inset
16440
16441
16442 \end_layout
16443
16444 \begin_layout Plain Layout
16445 \align center
16446 \begin_inset Tabular
16447 <lyxtabular version="3" rows="4" columns="6">
16448 <features>
16449 <column alignment="right" valignment="top" width="0">
16450 <column alignment="left" valignment="top" width="0" special="@{}l">
16451 <column alignment="right" valignment="top" width="0">
16452 <column alignment="left" valignment="top" width="0" special="@{}l">
16453 <column alignment="right" valignment="top" width="0">
16454 <column alignment="left" valignment="top" width="0" special="@{}l">
16455 <row>
16456 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 unidades
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 exponentes
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 relaciones
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 </row>
16511 <row>
16512 <cell alignment="center" valignment="top" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 12×
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 24
16526 \begin_inset space \thinspace{}
16527 \end_inset
16528
16529 bottles
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 \begin_inset Formula $10\cdot$
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 \begin_inset Formula $10^{\mbox{-}17}$
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 \begin_inset Formula $\Gamma(t)\propto$
16563 \end_inset
16564
16565
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 <cell alignment="center" valignment="top" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 \begin_inset Formula $\:\Upsilon(t)$
16575 \end_inset
16576
16577
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 </row>
16583 <row>
16584 <cell alignment="center" valignment="top" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 1024×
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 768
16598 \begin_inset space \thinspace{}
16599 \end_inset
16600
16601 Pixels
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 \begin_inset Formula $5.78\cdot$
16611 \end_inset
16612
16613
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 \begin_inset Formula $10^{7}$
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 \begin_inset Formula $A\ne$
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell alignment="center" valignment="top" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 \begin_inset Formula $\: B_{\mathrm{red}}$
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 <row>
16656 <cell alignment="center" valignment="top" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 32×
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 6
16670 \begin_inset space \thinspace{}
16671 \end_inset
16672
16673 cm
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 -
16683 \begin_inset Formula $33.5\cdot$
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $10^{4}$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="center" valignment="top" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 \begin_inset Formula $\sin(\alpha)\ge$
16708 \end_inset
16709
16710
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell alignment="center" valignment="top" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 \begin_inset Formula $\:\sin(\beta)$
16720 \end_inset
16721
16722
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 </lyxtabular>
16729
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \end_inset
16736
16737
16738 \end_layout
16739
16740 \begin_layout Standard
16741 \begin_inset VSpace bigskip
16742 \end_inset
16743
16744 También hay un paquete LaTeX, 
16745 \series bold
16746 dcolumn
16747 \series default
16748
16749 \begin_inset Index
16750 status collapsed
16751
16752 \begin_layout Plain Layout
16753 LaTeX-paquetes ! dcolumn
16754 \end_layout
16755
16756 \end_inset
16757
16758 , que permite alinear el contenido de las celdas.
16759  Pero desgraciadamente trata las entradas de celda en modo matemático y
16760  no permite fórmulas en celdas: la primera columna de la tabla
16761 \begin_inset space ~
16762 \end_inset
16763
16764
16765 \begin_inset CommandInset ref
16766 LatexCommand ref
16767 reference "tab:Varias-alineaciones"
16768
16769 \end_inset
16770
16771  se verá con 
16772 \series bold
16773 dcolumn
16774 \series default
16775  como la primera columna en la tabla
16776 \begin_inset space ~
16777 \end_inset
16778
16779
16780 \begin_inset CommandInset ref
16781 LatexCommand ref
16782 reference "tab:Alineaciones-con-el"
16783
16784 \end_inset
16785
16786  y sólo con algunos trucos se consigue lo que se espera.
16787  La alineación de la segunda y tercera columnas de la tabla
16788 \begin_inset space ~
16789 \end_inset
16790
16791
16792 \begin_inset CommandInset ref
16793 LatexCommand ref
16794 reference "tab:Varias-alineaciones"
16795
16796 \end_inset
16797
16798  no es posible con 
16799 \series bold
16800 dcolumn
16801 \series default
16802 .
16803 \end_layout
16804
16805 \begin_layout Standard
16806 \begin_inset Float table
16807 placement h
16808 wide false
16809 sideways false
16810 status open
16811
16812 \begin_layout Plain Layout
16813 \begin_inset Caption
16814
16815 \begin_layout Plain Layout
16816 \begin_inset CommandInset label
16817 LatexCommand label
16818 name "tab:Alineaciones-con-el"
16819
16820 \end_inset
16821
16822
16823 \begin_inset OptArg
16824 status open
16825
16826 \begin_layout Plain Layout
16827 Tabla alineada con 
16828 \series bold
16829 dcolumn
16830 \end_layout
16831
16832 \end_inset
16833
16834 Alineaciones con el paquete LaTeX 
16835 \series bold
16836 dcolumn
16837 \series default
16838 .
16839  Se han tenido que usar unos trucos para la alineación de las columnas en
16840  la salida.
16841 \end_layout
16842
16843 \end_inset
16844
16845
16846 \end_layout
16847
16848 \begin_layout Plain Layout
16849 \align center
16850 \begin_inset Tabular
16851 <lyxtabular version="3" rows="4" columns="3">
16852 <features>
16853 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16854 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16855 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16856 <row>
16857 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 unidades
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 unidades
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell multicolumn="1" alignment="center" valignment="top" bottomline="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 </row>
16885 <row>
16886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 12x24
16891 \begin_inset space \thinspace{}
16892 \end_inset
16893
16894 bottles
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903 12x24
16904 \begin_inset space \thinspace{}
16905 \end_inset
16906
16907
16908 \begin_inset Formula $\mbox{bottles}$
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 <cell alignment="center" valignment="top" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920 12
16921 \begin_inset ERT
16922 status collapsed
16923
16924 \begin_layout Plain Layout
16925
16926
16927 \backslash
16928 times
16929 \end_layout
16930
16931 \end_inset
16932
16933 24~
16934 \begin_inset Formula $\mbox{bottles}$
16935 \end_inset
16936
16937
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 </row>
16943 <row>
16944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 1024x768
16949 \begin_inset space \thinspace{}
16950 \end_inset
16951
16952 Pixels
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 1024x768
16962 \begin_inset space \thinspace{}
16963 \end_inset
16964
16965
16966 \begin_inset Formula $\mbox{Pixels}$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 1024
16979 \begin_inset ERT
16980 status collapsed
16981
16982 \begin_layout Plain Layout
16983
16984
16985 \backslash
16986 times
16987 \end_layout
16988
16989 \end_inset
16990
16991 768~
16992 \begin_inset Formula $\mbox{Pixels}$
16993 \end_inset
16994
16995  
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 </row>
17001 <row>
17002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 32x6
17007 \begin_inset space \thinspace{}
17008 \end_inset
17009
17010 cm
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 32x6
17020 \begin_inset space \thinspace{}
17021 \end_inset
17022
17023
17024 \begin_inset Formula $\mbox{cm}$
17025 \end_inset
17026
17027
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 <cell alignment="center" valignment="top" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 32
17037 \begin_inset ERT
17038 status collapsed
17039
17040 \begin_layout Plain Layout
17041
17042
17043 \backslash
17044 times
17045 \end_layout
17046
17047 \end_inset
17048
17049 6~
17050 \begin_inset Formula $\mbox{cm}$
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 </lyxtabular>
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \begin_layout Subsection
17072 Formato personalizado de celda/columna
17073 \begin_inset CommandInset label
17074 LatexCommand label
17075 name "sub:Formato-Personalizado"
17076
17077 \end_inset
17078
17079
17080 \begin_inset Index
17081 status collapsed
17082
17083 \begin_layout Plain Layout
17084 Personalización de tablas ! Formato de celda/columna
17085 \end_layout
17086
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \begin_layout Standard
17093 El cálculo de la anchura necesaria para columnas extendidas descrito en
17094  la sección
17095 \begin_inset space ~
17096 \end_inset
17097
17098
17099 \begin_inset CommandInset ref
17100 LatexCommand ref
17101 reference "sub:Cálculos-en-Multicolumnas"
17102
17103 \end_inset
17104
17105  es muy pesado si tienes varias tablas con multicolumnas.
17106  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17107 mna aplicable a todas las tablas del documento.
17108  El formato se define con el comando
17109 \end_layout
17110
17111 \begin_layout Standard
17112
17113 \series bold
17114
17115 \backslash
17116 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17117 \end_layout
17118
17119 \begin_layout Standard
17120 El nombre de formato puede ser una sola letra.
17121  Las letras 
17122 \emph on
17123 b, c, l, m, p
17124 \emph default
17125  y 
17126 \emph on
17127 r
17128 \emph default
17129  están predefinidas y no pueden usarse.
17130  Pero se permiten todas las mayúsculas.
17131 \end_layout
17132
17133 \begin_layout Standard
17134 \begin_inset VSpace medskip
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \begin_layout Standard
17141 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17142  fija puedes definir el formato de celda
17143 \end_layout
17144
17145 \begin_layout Standard
17146
17147 \series bold
17148
17149 \backslash
17150 newcolumntype{M}[1]{>{
17151 \backslash
17152 centering
17153 \backslash
17154 hspace{0pt}}m{#1}}
17155 \end_layout
17156
17157 \begin_layout Standard
17158 donde 
17159 \series bold
17160
17161 \backslash
17162 hspace{0pt}
17163 \series default
17164  evita el problema de partir con guión la primera palabra, como se describe
17165  en la sección
17166 \begin_inset space ~
17167 \end_inset
17168
17169
17170 \begin_inset CommandInset ref
17171 LatexCommand ref
17172 reference "sub:Líneas-Múltiples-en"
17173
17174 \end_inset
17175
17176 .
17177  Ahora puedes introducir simplemente
17178 \end_layout
17179
17180 \begin_layout Standard
17181
17182 \series bold
17183 M{ancho}
17184 \end_layout
17185
17186 \begin_layout Standard
17187 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17188 \end_layout
17189
17190 \begin_layout Standard
17191 \begin_inset VSpace bigskip
17192 \end_inset
17193
17194
17195 \end_layout
17196
17197 \begin_layout Standard
17198 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17199 \end_layout
17200
17201 \begin_layout Standard
17202
17203 \series bold
17204
17205 \backslash
17206 newcolumntype{S}[2]{>{
17207 \backslash
17208 centering
17209 \backslash
17210 hspace{0pt}}
17211 \begin_inset Newline newline
17212 \end_inset
17213
17214
17215 \begin_inset ERT
17216 status collapsed
17217
17218 \begin_layout Plain Layout
17219
17220
17221 \backslash
17222 phantom{
17223 \end_layout
17224
17225 \end_inset
17226
17227
17228 \backslash
17229 newcolumntype
17230 \begin_inset ERT
17231 status collapsed
17232
17233 \begin_layout Plain Layout
17234
17235 }
17236 \end_layout
17237
17238 \end_inset
17239
17240 m{(#1+(2
17241 \backslash
17242 tabcolsep+
17243 \backslash
17244 arrayrulewidth)*(1-#2))/#2}}
17245 \end_layout
17246
17247 \begin_layout Standard
17248 Este formato usa la ecuación 
17249 \begin_inset CommandInset ref
17250 LatexCommand eqref
17251 reference "eq:Wgn"
17252
17253 \end_inset
17254
17255  para calcular la anchura necesaria para que cada celda extendida tenga
17256  la misma anchura.
17257 \end_layout
17258
17259 \begin_layout Standard
17260 Ahora puedes introducir
17261 \end_layout
17262
17263 \begin_layout Standard
17264
17265 \series bold
17266 S{ancho de la celda multicolumna}{número de columnas extendidas}
17267 \end_layout
17268
17269 \begin_layout Standard
17270 como argumento LaTeX de la columna.
17271 \end_layout
17272
17273 \begin_layout Standard
17274 \begin_inset VSpace bigskip
17275 \end_inset
17276
17277
17278 \end_layout
17279
17280 \begin_layout Standard
17281 Para columnas coloreadas puedes definir
17282 \end_layout
17283
17284 \begin_layout Standard
17285
17286 \series bold
17287
17288 \backslash
17289 newcolumntype{K}[1]{>{
17290 \backslash
17291 columncolor{#1}
17292 \backslash
17293 hspace{0pt}}c}
17294 \end_layout
17295
17296 \begin_layout Standard
17297 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17298  horizontalmente.
17299  Ahora puedes introducir
17300 \end_layout
17301
17302 \begin_layout Standard
17303
17304 \series bold
17305 K{nombre del color}
17306 \end_layout
17307
17308 \begin_layout Standard
17309 como argumento LaTeX.
17310 \end_layout
17311
17312 \begin_layout Standard
17313 \begin_inset VSpace bigskip
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \begin_layout Standard
17320 Para crear la tabla
17321 \begin_inset space ~
17322 \end_inset
17323
17324
17325 \begin_inset CommandInset ref
17326 LatexCommand ref
17327 reference "tab:Tabla-con-formatos-definidos-por"
17328
17329 \end_inset
17330
17331  usa los argumentos LaTeX
17332 \end_layout
17333
17334 \begin_layout Standard
17335
17336 \series bold
17337 M{2.5cm}
17338 \end_layout
17339
17340 \begin_layout Standard
17341 para la primera columna y la multicolumna,
17342 \end_layout
17343
17344 \begin_layout Standard
17345
17346 \series bold
17347 K{red}
17348 \end_layout
17349
17350 \begin_layout Standard
17351 para la última columna y
17352 \end_layout
17353
17354 \begin_layout Standard
17355
17356 \series bold
17357 S{2.5cm}{2}
17358 \end_layout
17359
17360 \begin_layout Standard
17361 para las celdas en la segunda columna.
17362 \end_layout
17363
17364 \begin_layout Standard
17365 \begin_inset Float table
17366 placement h
17367 wide false
17368 sideways false
17369 status open
17370
17371 \begin_layout Plain Layout
17372 \begin_inset Caption
17373
17374 \begin_layout Plain Layout
17375 \begin_inset CommandInset label
17376 LatexCommand label
17377 name "tab:Tabla-con-formatos-definidos-por"
17378
17379 \end_inset
17380
17381 Tabla con formatos definidos por el usuario
17382 \end_layout
17383
17384 \end_inset
17385
17386
17387 \end_layout
17388
17389 \begin_layout Plain Layout
17390 \align center
17391 \begin_inset Tabular
17392 <lyxtabular version="3" rows="3" columns="4">
17393 <features>
17394 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17395 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17396 <column alignment="center" valignment="middle" width="0">
17397 <column alignment="center" valignment="middle" width="0" special="K{red}">
17398 <row>
17399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 palabramuylargaenceldadetabla
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412 multicolumna línea múltiple
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 c
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 </row>
17436 <row>
17437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441 d
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450 e
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 f
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 g
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 </row>
17474 <row>
17475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 h
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 i
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497 j
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 k
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 </row>
17512 </lyxtabular>
17513
17514 \end_inset
17515
17516
17517 \end_layout
17518
17519 \end_inset
17520
17521
17522 \end_layout
17523
17524 \begin_layout Subsection
17525 Grosor de líneas
17526 \begin_inset CommandInset label
17527 LatexCommand label
17528 name "sub:Grosor-de-Líneas"
17529
17530 \end_inset
17531
17532
17533 \begin_inset Index
17534 status collapsed
17535
17536 \begin_layout Plain Layout
17537 Personalización de tablas ! Grosor de línea
17538 \end_layout
17539
17540 \end_inset
17541
17542
17543 \end_layout
17544
17545 \begin_layout Standard
17546 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17547  
17548 \series bold
17549
17550 \backslash
17551 arrayrulewidth
17552 \series default
17553 .
17554  Por ejemplo, para poner un grosor de línea de 1.5
17555 \begin_inset space \thinspace{}
17556 \end_inset
17557
17558 pt, como en la tabla
17559 \begin_inset space ~
17560 \end_inset
17561
17562
17563 \begin_inset CommandInset ref
17564 LatexCommand ref
17565 reference "tab:Tabla-con-líneas"
17566
17567 \end_inset
17568
17569 , inserta el comando
17570 \end_layout
17571
17572 \begin_layout Standard
17573
17574 \series bold
17575
17576 \backslash
17577 setlength{
17578 \backslash
17579 arrayrulewidth}{1.5pt}
17580 \end_layout
17581
17582 \begin_layout Standard
17583 en código TeX antes de la tabla o flotante.
17584  Este cambio es válido para todas las siguientes tablas.
17585  Para volver al valor predeterminado, define 
17586 \series bold
17587
17588 \backslash
17589 arrayrulewidth
17590 \series default
17591  a 0.4
17592 \begin_inset space \thinspace{}
17593 \end_inset
17594
17595 pt en código TeX detrás de la tabla o flotante.
17596 \end_layout
17597
17598 \begin_layout Standard
17599 \begin_inset ERT
17600 status collapsed
17601
17602 \begin_layout Plain Layout
17603
17604
17605 \backslash
17606 setlength{
17607 \backslash
17608 arrayrulewidth}{1.5pt}
17609 \end_layout
17610
17611 \end_inset
17612
17613
17614 \begin_inset Float table
17615 wide false
17616 sideways false
17617 status open
17618
17619 \begin_layout Plain Layout
17620 \begin_inset Caption
17621
17622 \begin_layout Plain Layout
17623 \begin_inset CommandInset label
17624 LatexCommand label
17625 name "tab:Tabla-con-líneas"
17626
17627 \end_inset
17628
17629 Tabla con líneas de grosor 1.5
17630 \begin_inset space \thinspace{}
17631 \end_inset
17632
17633 pt
17634 \end_layout
17635
17636 \end_inset
17637
17638
17639 \end_layout
17640
17641 \begin_layout Plain Layout
17642 \align center
17643 \begin_inset Tabular
17644 <lyxtabular version="3" rows="3" columns="3">
17645 <features>
17646 <column alignment="center" valignment="top" width="0">
17647 <column alignment="center" valignment="top" width="0">
17648 <column alignment="center" valignment="top" width="0">
17649 <row>
17650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654 sd
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17660 \begin_inset Text
17661
17662 \begin_layout Plain Layout
17663
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672
17673 \end_layout
17674
17675 \end_inset
17676 </cell>
17677 </row>
17678 <row>
17679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17680 \begin_inset Text
17681
17682 \begin_layout Plain Layout
17683
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692 sd
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701
17702 \end_layout
17703
17704 \end_inset
17705 </cell>
17706 </row>
17707 <row>
17708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712
17713 \end_layout
17714
17715 \end_inset
17716 </cell>
17717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17718 \begin_inset Text
17719
17720 \begin_layout Plain Layout
17721
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 sd
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 </row>
17736 </lyxtabular>
17737
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \end_inset
17744
17745
17746 \begin_inset ERT
17747 status collapsed
17748
17749 \begin_layout Plain Layout
17750
17751
17752 \backslash
17753 setlength{
17754 \backslash
17755 arrayrulewidth}{0.4pt}
17756 \end_layout
17757
17758 \end_inset
17759
17760
17761 \end_layout
17762
17763 \begin_layout Standard
17764 \begin_inset VSpace bigskip
17765 \end_inset
17766
17767 Para definir un grosor de 1.5
17768 \begin_inset space \thinspace{}
17769 \end_inset
17770
17771 pt sólo para líneas horizontales, como en la tabla
17772 \begin_inset space ~
17773 \end_inset
17774
17775
17776 \begin_inset CommandInset ref
17777 LatexCommand ref
17778 reference "tab:Tabla-con-horizontales"
17779
17780 \end_inset
17781
17782 , inserta estos comandos en código TeX antes de la tabla o flotante:
17783 \end_layout
17784
17785 \begin_layout Standard
17786
17787 \series bold
17788
17789 \backslash
17790 let
17791 \backslash
17792 myHline
17793 \backslash
17794 hline
17795 \begin_inset Newline newline
17796 \end_inset
17797
17798
17799 \backslash
17800 renewcommand{
17801 \backslash
17802 hline}
17803 \begin_inset Newline newline
17804 \end_inset
17805
17806  {
17807 \backslash
17808 noalign{
17809 \backslash
17810 global
17811 \backslash
17812 arrayrulewidth 1.5pt}
17813 \begin_inset Newline newline
17814 \end_inset
17815
17816   
17817 \backslash
17818 myHline
17819 \backslash
17820 noalign{
17821 \backslash
17822 global
17823 \backslash
17824 arrayrulewidth 0.4pt}}
17825 \end_layout
17826
17827 \begin_layout Standard
17828 Para volver al grosor predeterminado, inserta este comando en código TeX
17829  detrás de la tabla o flotante:
17830 \end_layout
17831
17832 \begin_layout Standard
17833
17834 \series bold
17835
17836 \backslash
17837 renewcommand{
17838 \backslash
17839 hline}{
17840 \backslash
17841 myHline}
17842 \end_layout
17843
17844 \begin_layout Standard
17845 \begin_inset ERT
17846 status collapsed
17847
17848 \begin_layout Plain Layout
17849
17850
17851 \backslash
17852 let
17853 \backslash
17854 myHline
17855 \backslash
17856 hline
17857 \end_layout
17858
17859 \begin_layout Plain Layout
17860
17861
17862 \backslash
17863 renewcommand{
17864 \backslash
17865 hline}
17866 \end_layout
17867
17868 \begin_layout Plain Layout
17869
17870  {
17871 \backslash
17872 noalign{
17873 \backslash
17874 global
17875 \backslash
17876 arrayrulewidth 1.5pt}
17877 \end_layout
17878
17879 \begin_layout Plain Layout
17880
17881   
17882 \backslash
17883 myHline
17884 \backslash
17885 noalign{
17886 \backslash
17887 global
17888 \backslash
17889 arrayrulewidth 0.4pt}}
17890 \end_layout
17891
17892 \end_inset
17893
17894
17895 \begin_inset Float table
17896 wide false
17897 sideways false
17898 status open
17899
17900 \begin_layout Plain Layout
17901 \begin_inset Caption
17902
17903 \begin_layout Plain Layout
17904 \begin_inset CommandInset label
17905 LatexCommand label
17906 name "tab:Tabla-con-horizontales"
17907
17908 \end_inset
17909
17910 Tabla con líneas horizontales de 1.5
17911 \begin_inset space \thinspace{}
17912 \end_inset
17913
17914 pt
17915 \end_layout
17916
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \begin_layout Plain Layout
17923 \align center
17924 \begin_inset Tabular
17925 <lyxtabular version="3" rows="3" columns="3">
17926 <features>
17927 <column alignment="center" valignment="top" width="0">
17928 <column alignment="center" valignment="top" width="0">
17929 <column alignment="center" valignment="top" width="0">
17930 <row>
17931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Plain Layout
17935 sd
17936 \end_layout
17937
17938 \end_inset
17939 </cell>
17940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 </row>
17959 <row>
17960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973 sd
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 </row>
17988 <row>
17989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011 sd
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 </row>
18017 </lyxtabular>
18018
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \end_inset
18025
18026
18027 \begin_inset ERT
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031
18032
18033 \backslash
18034 renewcommand{
18035 \backslash
18036 hline}{
18037 \backslash
18038 myHline}
18039 \end_layout
18040
18041 \end_inset
18042
18043
18044 \end_layout
18045
18046 \begin_layout Standard
18047 \begin_inset VSpace bigskip
18048 \end_inset
18049
18050 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18051  siguiente formato de columna en el preámbulo del documento, de acuerdo
18052  con lo descrito en la sección
18053 \begin_inset space ~
18054 \end_inset
18055
18056
18057 \begin_inset CommandInset ref
18058 LatexCommand ref
18059 reference "sub:Formato-Personalizado"
18060
18061 \end_inset
18062
18063 :
18064 \end_layout
18065
18066 \begin_layout Standard
18067
18068 \series bold
18069
18070 \backslash
18071 newcolumntype{V}{!{
18072 \backslash
18073 vrule width 1.5pt}}
18074 \end_layout
18075
18076 \begin_layout Standard
18077 Para la tabla
18078 \begin_inset space ~
18079 \end_inset
18080
18081
18082 \begin_inset CommandInset ref
18083 LatexCommand ref
18084 reference "tab:Tabla-con-verticales"
18085
18086 \end_inset
18087
18088  se usó el argumento LaTeX
18089 \end_layout
18090
18091 \begin_layout Standard
18092
18093 \series bold
18094 VcV
18095 \end_layout
18096
18097 \begin_layout Standard
18098 para la última columna y
18099 \end_layout
18100
18101 \begin_layout Standard
18102
18103 \series bold
18104 Vc
18105 \end_layout
18106
18107 \begin_layout Standard
18108 para las otras.
18109 \end_layout
18110
18111 \begin_layout Standard
18112 \begin_inset Float table
18113 wide false
18114 sideways false
18115 status open
18116
18117 \begin_layout Plain Layout
18118 \begin_inset Caption
18119
18120 \begin_layout Plain Layout
18121 \begin_inset CommandInset label
18122 LatexCommand label
18123 name "tab:Tabla-con-verticales"
18124
18125 \end_inset
18126
18127 Tabla con líneas verticales de 1.5
18128 \begin_inset space \thinspace{}
18129 \end_inset
18130
18131 pt de grosor
18132 \end_layout
18133
18134 \end_inset
18135
18136
18137 \end_layout
18138
18139 \begin_layout Plain Layout
18140 \align center
18141 \begin_inset Tabular
18142 <lyxtabular version="3" rows="3" columns="3">
18143 <features>
18144 <column alignment="center" valignment="top" width="0" special="Vc">
18145 <column alignment="center" valignment="top" width="0" special="Vc">
18146 <column alignment="center" valignment="top" width="0" special="VcV">
18147 <row>
18148 <cell alignment="center" valignment="top" topline="true" usebox="none">
18149 \begin_inset Text
18150
18151 \begin_layout Plain Layout
18152 sd
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 <cell alignment="center" valignment="top" topline="true" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 <cell alignment="center" valignment="top" topline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170
18171 \end_layout
18172
18173 \end_inset
18174 </cell>
18175 </row>
18176 <row>
18177 <cell alignment="center" valignment="top" topline="true" usebox="none">
18178 \begin_inset Text
18179
18180 \begin_layout Plain Layout
18181
18182 \end_layout
18183
18184 \end_inset
18185 </cell>
18186 <cell alignment="center" valignment="top" topline="true" usebox="none">
18187 \begin_inset Text
18188
18189 \begin_layout Plain Layout
18190 sd
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" topline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 </row>
18205 <row>
18206 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18207 \begin_inset Text
18208
18209 \begin_layout Plain Layout
18210
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228 sd
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 </row>
18234 </lyxtabular>
18235
18236 \end_inset
18237
18238
18239 \end_layout
18240
18241 \end_inset
18242
18243
18244 \end_layout
18245
18246 \begin_layout Subsection
18247 Líneas de trazos
18248 \begin_inset Index
18249 status collapsed
18250
18251 \begin_layout Plain Layout
18252 Personalización de tablas ! Líneas de trazos
18253 \end_layout
18254
18255 \end_inset
18256
18257
18258 \end_layout
18259
18260 \begin_layout Standard
18261 \begin_inset ERT
18262 status collapsed
18263
18264 \begin_layout Plain Layout
18265
18266
18267 \backslash
18268 ifarydshln
18269 \end_layout
18270
18271 \end_inset
18272
18273
18274 \begin_inset Note Note
18275 status open
18276
18277 \begin_layout Plain Layout
18278 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18279  LaTeX 
18280 \series bold
18281 arydshln
18282 \series default
18283 .
18284 \end_layout
18285
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \begin_layout Standard
18292 \begin_inset Float table
18293 placement H
18294 wide false
18295 sideways false
18296 status open
18297
18298 \begin_layout Plain Layout
18299 \begin_inset Caption
18300
18301 \begin_layout Plain Layout
18302 \begin_inset CommandInset label
18303 LatexCommand label
18304 name "tab:Tabla-con-trazos"
18305
18306 \end_inset
18307
18308 Tabla con líneas de trazos
18309 \end_layout
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Plain Layout
18317 \align center
18318 \begin_inset Tabular
18319 <lyxtabular version="3" rows="5" columns="5">
18320 <features>
18321 <column alignment="center" valignment="top" width="0">
18322 <column alignment="center" valignment="top" width="0">
18323 <column alignment="center" valignment="top" width="0" special=":c">
18324 <column alignment="center" valignment="top" width="0">
18325 <column alignment="center" valignment="top" width="0">
18326 <row>
18327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 a
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 b
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349 c
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18355 \begin_inset Text
18356
18357 \begin_layout Plain Layout
18358 d
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367 e
18368 \end_layout
18369
18370 \end_inset
18371 </cell>
18372 </row>
18373 <row>
18374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 f
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 g
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 <cell alignment="center" valignment="top" topline="true" usebox="none">
18393 \begin_inset Text
18394
18395 \begin_layout Plain Layout
18396 h
18397 \end_layout
18398
18399 \end_inset
18400 </cell>
18401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405 i
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 j
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 </row>
18420 <row>
18421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425 \begin_inset ERT
18426 status collapsed
18427
18428 \begin_layout Plain Layout
18429
18430
18431 \backslash
18432 hdashline 
18433 \end_layout
18434
18435 \end_inset
18436
18437 k
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446 l
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455 m
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464 n
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473 o
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 </row>
18479 <row>
18480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 \begin_inset ERT
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491 cdashline{4-5}
18492 \end_layout
18493
18494 \end_inset
18495
18496 p
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 q
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514 r
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523 s
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 </row>
18538 <row>
18539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543 t
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 u
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 v
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 w
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579 x
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 </row>
18585 </lyxtabular>
18586
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \begin_layout Standard
18598 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18599  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18600 \series bold
18601 arydshln
18602 \series default
18603
18604 \begin_inset Index
18605 status collapsed
18606
18607 \begin_layout Plain Layout
18608 LaTeX-paquetes ! arydshln
18609 \end_layout
18610
18611 \end_inset
18612
18613  
18614 \end_layout
18615
18616 \begin_layout Standard
18617
18618 \series bold
18619
18620 \backslash
18621 usepackage{arydshln}
18622 \end_layout
18623
18624 \begin_layout Standard
18625 Para hacer una línea vertical a trazos, introduce dos puntos «
18626 \series bold
18627 :
18628 \series default
18629 » junto con el carácter para alineación horizontal como argumento LaTeX
18630  en el diálogo de celda de tabla.
18631 \end_layout
18632
18633 \begin_layout Standard
18634 Para una línea de trazos horizontal añade el comando
18635 \end_layout
18636
18637 \begin_layout Standard
18638
18639 \series bold
18640
18641 \backslash
18642 hdashline
18643 \end_layout
18644
18645 \begin_layout Standard
18646 en código TeX como primer elemento de la primera celda en la fila.
18647 \end_layout
18648
18649 \begin_layout Standard
18650 Para líneas de trazos en multicolumna usa el comando
18651 \end_layout
18652
18653 \begin_layout Standard
18654
18655 \series bold
18656
18657 \backslash
18658 cdashline{número de líneas}
18659 \end_layout
18660
18661 \begin_layout Standard
18662 en código TeX como primer elemento de la primera celda en la fila.
18663  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18664  4 y quieres una línea de trazos por encima, añade el comando
18665 \end_layout
18666
18667 \begin_layout Standard
18668
18669 \series bold
18670
18671 \backslash
18672 cdashline{2-4}
18673 \end_layout
18674
18675 \begin_layout Standard
18676 como primer elemento de la primera celda en la fila de la multicolumna.
18677 \end_layout
18678
18679 \begin_layout Standard
18680 \begin_inset VSpace bigskip
18681 \end_inset
18682
18683
18684 \end_layout
18685
18686 \begin_layout Standard
18687 La tabla
18688 \begin_inset space ~
18689 \end_inset
18690
18691
18692 \begin_inset CommandInset ref
18693 LatexCommand ref
18694 reference "tab:Tabla-con-trazos"
18695
18696 \end_inset
18697
18698  se ha hecho usando «
18699 \series bold
18700 :c
18701 \series default
18702 » como argumento LaTeX de la tercera columna.
18703  El comando en código TeX 
18704 \series bold
18705
18706 \backslash
18707 hdashline
18708 \series default
18709  se ha insertado en la primera celda de la tercera fila y el comando en
18710  código TeX
18711 \begin_inset Newline newline
18712 \end_inset
18713
18714
18715 \series bold
18716
18717 \backslash
18718 cdashline{4-5}
18719 \series default
18720  en la primera celda de la cuarta fila.
18721 \end_layout
18722
18723 \begin_layout Standard
18724 \begin_inset Note Greyedout
18725 status open
18726
18727 \begin_layout Plain Layout
18728
18729 \series bold
18730 Nota:
18731 \series default
18732  Aparentemente el paquete LaTeX 
18733 \series bold
18734 arydshln
18735 \series default
18736  no es compatible con el paquete LaTeX 
18737 \series bold
18738 colortbl
18739 \series default
18740
18741 \begin_inset Index
18742 status collapsed
18743
18744 \begin_layout Plain Layout
18745 LaTeX-paquetes ! colortbl
18746 \end_layout
18747
18748 \end_inset
18749
18750  que se usa para tablas coloreadas en la sección
18751 \begin_inset space ~
18752 \end_inset
18753
18754
18755 \begin_inset CommandInset ref
18756 LatexCommand ref
18757 reference "sec:Tablas-Coloreadas"
18758
18759 \end_inset
18760
18761 .
18762  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
18763 \end_layout
18764
18765 \end_inset
18766
18767
18768 \end_layout
18769
18770 \begin_layout Standard
18771 \begin_inset ERT
18772 status collapsed
18773
18774 \begin_layout Plain Layout
18775
18776
18777 \backslash
18778 else
18779 \end_layout
18780
18781 \end_inset
18782
18783
18784 \begin_inset Note Note
18785 status open
18786
18787 \begin_layout Plain Layout
18788 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
18789  
18790 \series bold
18791 arydshln
18792 \series default
18793 .
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \begin_layout Standard
18802 Debes instalar el paquete LaTeX 
18803 \series bold
18804 arydshln
18805 \series default
18806  para ver la parte siguiente en la salida.
18807 \end_layout
18808
18809 \begin_layout Standard
18810 \begin_inset ERT
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814
18815
18816 \backslash
18817 fi
18818 \end_layout
18819
18820 \end_inset
18821
18822
18823 \end_layout
18824
18825 \begin_layout Chapter
18826 Flotantes
18827 \begin_inset Index
18828 status collapsed
18829
18830 \begin_layout Plain Layout
18831 Flotantes
18832 \end_layout
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \begin_layout Section
18840 Introducción
18841 \begin_inset CommandInset label
18842 LatexCommand label
18843 name "sec:Introducción-Flotantes"
18844
18845 \end_inset
18846
18847
18848 \begin_inset Index
18849 status collapsed
18850
18851 \begin_layout Plain Layout
18852 Flotantes ! Introducción
18853 \end_layout
18854
18855 \end_inset
18856
18857
18858 \end_layout
18859
18860 \begin_layout Standard
18861 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
18862  no tiene posición fija.
18863  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
18864  Las 
18865 \family sans
18866 Notas
18867 \begin_inset space ~
18868 \end_inset
18869
18870 al
18871 \begin_inset space ~
18872 \end_inset
18873
18874 pie
18875 \family default
18876  y 
18877 \family sans
18878 Notas
18879 \begin_inset space ~
18880 \end_inset
18881
18882 al
18883 \begin_inset space ~
18884 \end_inset
18885
18886 margen
18887 \family default
18888  también son flotantes, porque pueden flotar a la página siguiente cuando
18889  hay demasiadas notas en la página.
18890 \end_layout
18891
18892 \begin_layout Standard
18893 Los flotantes permiten composiciones de alta calidad.
18894  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
18895  impedir espacios en blanco y páginas sin texto.
18896  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
18897  cada flotante puede ser referenciado en el texto.
18898  Por lo tanto los flotantes están numerados.
18899  Las referencias se describen en la sección
18900 \begin_inset space ~
18901 \end_inset
18902
18903
18904 \begin_inset CommandInset ref
18905 LatexCommand ref
18906 reference "sec:Referencias-a-Flotantes"
18907
18908 \end_inset
18909
18910 .
18911 \end_layout
18912
18913 \begin_layout Standard
18914 Para insertar un flotante, usa el menú 
18915 \family sans
18916 Insertar\SpecialChar \menuseparator
18917 Flotante
18918 \family default
18919 .
18920  Esto inserta una 
18921 \family sans
18922 Leyenda,
18923 \family default
18924  un cuadro con una etiqueta.
18925  La etiqueta se traducirá automáticamente al idioma del documento.
18926  Tras la etiqueta puedes insertar el texto de la leyenda.
18927  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
18928  separado dentro del flotante.
18929  La colocación de leyendas se describe en la sección
18930 \begin_inset space ~
18931 \end_inset
18932
18933
18934 \begin_inset CommandInset ref
18935 LatexCommand ref
18936 reference "sec:Colocación-de-leyendas"
18937
18938 \end_inset
18939
18940 .
18941  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
18942  con clic-izquierdo sobre él.
18943  Un cuadro cerrado se muestra así: 
18944 \begin_inset Graphics
18945         filename clipart/flotanteQt4.png
18946         scale 70
18947
18948 \end_inset
18949
18950  ---un cuadro gris con etiqueta en rojo---.
18951 \end_layout
18952
18953 \begin_layout Standard
18954 Se recomienda insertar flotantes como párrafos separados para evitar posibles
18955  errores de LaTeX si el texto circundante se formatea de modo especial.
18956 \end_layout
18957
18958 \begin_layout Standard
18959 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
18960  y pinchando el botón correspondiente de la barra de herramientas para un
18961  flotante nuevo.
18962 \end_layout
18963
18964 \begin_layout Section
18965 Tipos de flotantes
18966 \end_layout
18967
18968 \begin_layout Standard
18969 Además de los flotantes de imagen y de tabla que se describen en la sección
18970 \begin_inset space ~
18971 \end_inset
18972
18973
18974 \begin_inset CommandInset ref
18975 LatexCommand ref
18976 reference "sec:Figuras-Flotantes"
18977
18978 \end_inset
18979
18980  y 
18981 \begin_inset CommandInset ref
18982 LatexCommand ref
18983 reference "sec:Tablas-Flotantes"
18984
18985 \end_inset
18986
18987 , respectivamente, LyX ofrece los tipos 
18988 \series bold
18989 Algoritmo
18990 \series default
18991  y 
18992 \series bold
18993 Envoltorio
18994 \series default
18995 .
18996 \end_layout
18997
18998 \begin_layout Subsection
18999 Algoritmos flotantes
19000 \begin_inset Index
19001 status collapsed
19002
19003 \begin_layout Plain Layout
19004 Flotantes ! Algoritmos
19005 \end_layout
19006
19007 \end_inset
19008
19009
19010 \begin_inset CommandInset label
19011 LatexCommand label
19012 name "sub:Algoritmos-Flotantes"
19013
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \begin_layout Standard
19020 \begin_inset Float algorithm
19021 placement h
19022 wide false
19023 sideways false
19024 status open
19025
19026 \begin_layout Plain Layout
19027 \begin_inset Caption
19028
19029 \begin_layout Plain Layout
19030 \begin_inset CommandInset label
19031 LatexCommand label
19032 name "alg:Ejemplo-de-Algoritmo-flotante"
19033
19034 \end_inset
19035
19036 Ejemplo de algoritmo flotante
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout LyX-Code
19045 for I in 1..N loop
19046 \begin_inset Newline newline
19047 \end_inset
19048
19049  Sum:= Sum + A(I); /*comment*/
19050 \begin_inset Newline newline
19051 \end_inset
19052
19053 end loop
19054 \begin_inset VSpace -4mm
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \begin_layout Standard
19066 Este tipo de flotante se inserta con el menú 
19067 \family sans
19068 Insertar\SpecialChar \menuseparator
19069 Flotante\SpecialChar \menuseparator
19070 Algoritmo
19071 \family default
19072 .
19073  Se usa para códigos y descripciones de algoritmos.
19074  Un posible entorno para algoritmos es 
19075 \family sans
19076 Código-LyX
19077 \family default
19078 , descrito en la 
19079 \emph on
19080 Guía del usuario
19081 \emph default
19082  de LyX.
19083  El algoritmo
19084 \begin_inset space ~
19085 \end_inset
19086
19087
19088 \begin_inset CommandInset ref
19089 LatexCommand ref
19090 reference "alg:Ejemplo-de-Algoritmo-flotante"
19091
19092 \end_inset
19093
19094  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19095  vertical de -4
19096 \begin_inset space \thinspace{}
19097 \end_inset
19098
19099 mm al final para tener la línea inferior exactamente bajo la última línea
19100  de texto.
19101 \end_layout
19102
19103 \begin_layout Standard
19104 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19105  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19106 \end_layout
19107
19108 \begin_layout Standard
19109
19110 \series bold
19111
19112 \backslash
19113 floatname{algorithm}{nombre}
19114 \end_layout
19115
19116 \begin_layout Standard
19117 donde 
19118 \family sans
19119 nombre
19120 \family default
19121  es la palabra «
19122 \emph on
19123 algorithm
19124 \emph default
19125 » en el lenguaje deseado.
19126 \end_layout
19127
19128 \begin_layout Standard
19129 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19130  
19131 \family sans
19132 Insertar\SpecialChar \menuseparator
19133 Lista/IG\SpecialChar \menuseparator
19134 Lista de algoritmos
19135 \family default
19136  como en documentos en inglés.
19137  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19138 \end_layout
19139
19140 \begin_layout Standard
19141
19142 \series bold
19143
19144 \backslash
19145 listof{algorithm}{nombre}
19146 \end_layout
19147
19148 \begin_layout Standard
19149 donde 
19150 \family sans
19151 nombre
19152 \family default
19153  es «
19154 \emph on
19155 List of algorithms
19156 \emph default
19157 » en tu idioma.
19158 \end_layout
19159
19160 \begin_layout Standard
19161 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19162  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19163 tmo».
19164  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19165  documento:
19166 \end_layout
19167
19168 \begin_layout Standard
19169
19170 \series bold
19171
19172 \backslash
19173 numberwithin{algorithm}{chapter}
19174 \end_layout
19175
19176 \begin_layout Standard
19177 Para poder usar el comando 
19178 \series bold
19179
19180 \backslash
19181 numberwithin
19182 \series default
19183 , marca la opción 
19184 \family sans
19185 Usar
19186 \begin_inset space ~
19187 \end_inset
19188
19189 el
19190 \begin_inset space ~
19191 \end_inset
19192
19193 paquete
19194 \begin_inset space ~
19195 \end_inset
19196
19197 AMS
19198 \family default
19199  en el menú 
19200 \family sans
19201 Documento\SpecialChar \menuseparator
19202 Configuración\SpecialChar \menuseparator
19203 Ecuaciones
19204 \family default
19205 .
19206 \end_layout
19207
19208 \begin_layout Subsection
19209 Flotantes envueltos
19210 \begin_inset Index
19211 status collapsed
19212
19213 \begin_layout Plain Layout
19214 Flotantes ! Envoltorio
19215 \end_layout
19216
19217 \end_inset
19218
19219
19220 \end_layout
19221
19222 \begin_layout Standard
19223 \begin_inset Wrap figure
19224 lines 0
19225 placement l
19226 overhang 1cm
19227 width "40col%"
19228 status open
19229
19230 \begin_layout Plain Layout
19231 \begin_inset Graphics
19232         filename ../clipart/mobius.eps
19233         width 40col%
19234         rotateOrigin center
19235
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \begin_layout Plain Layout
19242 \begin_inset Caption
19243
19244 \begin_layout Plain Layout
19245 \begin_inset CommandInset label
19246 LatexCommand label
19247 name "fig:Envoltorio-de-figura"
19248
19249 \end_inset
19250
19251 Figura envuelta en el texto
19252 \end_layout
19253
19254 \end_inset
19255
19256
19257 \end_layout
19258
19259 \end_inset
19260
19261  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19262  de modo que ocupe sólo una parte del ancho de columna.
19263  Se inserta con el menú 
19264 \family sans
19265 Insertar\SpecialChar \menuseparator
19266 Flotante\SpecialChar \menuseparator
19267 Figura
19268 \begin_inset space ~
19269 \end_inset
19270
19271 envuelta
19272 \family default
19273  o 
19274 \family sans
19275 Tabla
19276 \begin_inset space ~
19277 \end_inset
19278
19279 envuelta
19280 \family default
19281  si está instalado el paquete LaTeX 
19282 \series bold
19283 wrapfig
19284 \series default
19285
19286 \begin_inset Index
19287 status collapsed
19288
19289 \begin_layout Plain Layout
19290 LaTeX-paquetes ! wrapfig
19291 \begin_inset ERT
19292 status collapsed
19293
19294 \begin_layout Plain Layout
19295
19296
19297 \backslash
19298 vspace{4mm}
19299 \end_layout
19300
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307
19308 .
19309 \begin_inset Foot
19310 status collapsed
19311
19312 \begin_layout Plain Layout
19313 La instalación de paquetes LaTeX se explica en el manual 
19314 \emph on
19315 Configuración de LaTeX
19316 \emph default
19317 .
19318 \end_layout
19319
19320 \end_inset
19321
19322  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19323  con clic-derecha sobre el cuadro del flotante.
19324  Son obligatorios la 
19325 \family sans
19326 Ubicación
19327 \family default
19328  y la 
19329 \family sans
19330 Anchura
19331 \family default
19332 .
19333  Son opcionales 
19334 \family sans
19335 Extensión al margen
19336 \family default
19337 , que especifica la anchura de invasión del margen, y 
19338 \family sans
19339 Extender
19340 \begin_inset space ~
19341 \end_inset
19342
19343 a
19344 \begin_inset space ~
19345 \end_inset
19346
19347 líneas
19348 \family default
19349 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19350  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19351  opción sólo si encuentras problemas en la colocación del flotante.
19352  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19353  del párrafo o en los párrafos adyacentes.
19354  La figura
19355 \begin_inset space ~
19356 \end_inset
19357
19358
19359 \begin_inset CommandInset ref
19360 LatexCommand ref
19361 reference "fig:Envoltorio-de-figura"
19362
19363 \end_inset
19364
19365  es un ejemplo de envoltorio con una anchura de columna del 40
19366 \begin_inset space \thinspace{}
19367 \end_inset
19368
19369 %, ubicado a la izquierda y 1
19370 \begin_inset space \thinspace{}
19371 \end_inset
19372
19373 cm de invasión de margen.
19374 \begin_inset Foot
19375 status collapsed
19376
19377 \begin_layout Plain Layout
19378 Consulta las unidades disponibles en el apéndice
19379 \begin_inset space ~
19380 \end_inset
19381
19382
19383 \begin_inset CommandInset ref
19384 LatexCommand ref
19385 reference "cha:Unidades-disponibles-en"
19386
19387 \end_inset
19388
19389 .
19390 \end_layout
19391
19392 \end_inset
19393
19394
19395 \end_layout
19396
19397 \begin_layout Standard
19398 \begin_inset Note Greyedout
19399 status open
19400
19401 \begin_layout Plain Layout
19402
19403 \series bold
19404 Nota:
19405 \series default
19406  ¡Los flotantes envueltos son frágiles! P.
19407 \begin_inset space \thinspace{}
19408 \end_inset
19409
19410 e.
19411 \begin_inset space ~
19412 \end_inset
19413
19414 si una figura está demasiado cerca de la parte inferior de la página se
19415  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19416  o situarse junto a otro texto.
19417 \end_layout
19418
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \begin_layout Standard
19425 En general:
19426 \end_layout
19427
19428 \begin_layout Itemize
19429 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19430  salto de página.
19431  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19432  esté casi listo y puedas prever los saltos de página.
19433 \end_layout
19434
19435 \begin_layout Itemize
19436 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19437  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19438 \end_layout
19439
19440 \begin_layout Itemize
19441 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19442  que asegura que hay un párrafo de texto entre ellos.
19443 \end_layout
19444
19445 \begin_layout Itemize
19446 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19447 \end_layout
19448
19449 \begin_layout Section
19450 Numeración de flotantes
19451 \begin_inset Index
19452 status collapsed
19453
19454 \begin_layout Plain Layout
19455 Flotantes ! Numeración
19456 \end_layout
19457
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \begin_layout Standard
19464 En general, los flotantes se numeran independientemente de las secciones
19465  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19466  dependiendo de la clase de documento utilizada.
19467 \end_layout
19468
19469 \begin_layout Standard
19470 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19471  comando en el preámbulo del documento:
19472 \end_layout
19473
19474 \begin_layout Standard
19475
19476 \series bold
19477
19478 \backslash
19479 renewcommand{
19480 \backslash
19481 thetable}{
19482 \backslash
19483 roman{table}}
19484 \end_layout
19485
19486 \begin_layout Standard
19487
19488 \series bold
19489
19490 \backslash
19491 thetable 
19492 \series default
19493 es el comando que imprime el número de la tabla, para figuras flotantes
19494  el comando sería 
19495 \series bold
19496
19497 \backslash
19498 thefigure
19499 \series default
19500 .
19501  El comando 
19502 \series bold
19503
19504 \backslash
19505 roman
19506 \series default
19507  imprime el número de tabla en números romanos en minúscula.
19508 \end_layout
19509
19510 \begin_layout Standard
19511 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19512  usa este comando en el preámbulo:
19513 \end_layout
19514
19515 \begin_layout Standard
19516
19517 \series bold
19518
19519 \backslash
19520 numberwithin{table}{subsection}
19521 \end_layout
19522
19523 \begin_layout Standard
19524 Para poder usar el comando 
19525 \series bold
19526
19527 \backslash
19528 numberwithin
19529 \series default
19530 , debes marcar la opción 
19531 \family sans
19532 Usar
19533 \begin_inset space ~
19534 \end_inset
19535
19536 el
19537 \begin_inset space ~
19538 \end_inset
19539
19540 paquete
19541 \begin_inset space ~
19542 \end_inset
19543
19544 AMS 
19545 \family default
19546 en el apartado 
19547 \family sans
19548 Ecuaciones 
19549 \family default
19550 de las preferencias del documento.
19551 \end_layout
19552
19553 \begin_layout Standard
19554 Puedes ver más detalles y notas importantes sobre comandos de numeración
19555  en la sección
19556 \begin_inset space ~
19557 \end_inset
19558
19559
19560 \begin_inset CommandInset ref
19561 LatexCommand ref
19562 reference "sub:Numeración-de-Notas-al-Pie"
19563
19564 \end_inset
19565
19566 .
19567 \end_layout
19568
19569 \begin_layout Section
19570 Referencias a flotantes
19571 \begin_inset CommandInset label
19572 LatexCommand label
19573 name "sec:Referencias-a-Flotantes"
19574
19575 \end_inset
19576
19577
19578 \begin_inset Index
19579 status collapsed
19580
19581 \begin_layout Plain Layout
19582 Flotantes ! Referencias
19583 \end_layout
19584
19585 \end_inset
19586
19587
19588 \begin_inset Index
19589 status collapsed
19590
19591 \begin_layout Plain Layout
19592 Referencias
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \begin_layout Standard
19601 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19602  menú 
19603 \family sans
19604 Insertar\SpecialChar \menuseparator
19605 Etiqueta
19606 \family default
19607  o el botón 
19608 \begin_inset Graphics
19609         filename ../../images/label-insert.png
19610         scale 85
19611
19612 \end_inset
19613
19614 .
19615  Aparece una ventana esperando la introducción del texto de la etiqueta
19616  y se inserta un cuadro gris como este: 
19617 \begin_inset Graphics
19618         filename clipart/etiquetaQt4.png
19619         scale 85
19620
19621 \end_inset
19622
19623 .
19624  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19625  El prefijo depende del tipo de flotante, p.
19626 \begin_inset space \thinspace{}
19627 \end_inset
19628
19629 e.
19630 \begin_inset space ~
19631 \end_inset
19632
19633 para figuras el prefijo será «
19634 \family sans
19635 fig:
19636 \family default
19637 ».
19638 \end_layout
19639
19640 \begin_layout Standard
19641 La etiqueta se usa como ancla y el nombre para la referencia.
19642  Puedes referenciar la etiqueta usando el menú 
19643 \family sans
19644 Insertar\SpecialChar \menuseparator
19645 Referencia
19646 \family default
19647
19648 \begin_inset space ~
19649 \end_inset
19650
19651
19652 \family sans
19653 cruzada
19654 \family default
19655  o el botón 
19656 \begin_inset Graphics
19657         filename ../../images/dialog-show-new-inset_ref.png
19658         scale 85
19659
19660 \end_inset
19661
19662 .
19663  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
19664  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
19665  trabajando de la lista desplegable de la parte superior del diálogo.
19666  Puedes ordenar las etiquetas alfabéticamente y elegir una.
19667  Se inserta un cuadro gris como este: 
19668 \begin_inset Graphics
19669         filename clipart/referenciaQt4.png
19670         scale 85
19671
19672 \end_inset
19673
19674 .
19675  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
19676 \end_layout
19677
19678 \begin_layout Standard
19679 Se recomienda poner un espacio protegido entre el nombre de la referencia
19680  cruzada y su número para evitar saltos de línea entre ellos.
19681  Si una referencia cruzada corresponde a una etiqueta inexistente verás
19682  dos interrogaciones en la salida.
19683 \end_layout
19684
19685 \begin_layout Standard
19686 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
19687  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
19688  al texto de la etiqueta nueva, no te ocupes por eso.
19689 \end_layout
19690
19691 \begin_layout Standard
19692 El botón 
19693 \family sans
19694 Ir
19695 \begin_inset space ~
19696 \end_inset
19697
19698 a
19699 \begin_inset space ~
19700 \end_inset
19701
19702 la
19703 \begin_inset space ~
19704 \end_inset
19705
19706 etiqueta
19707 \family default
19708  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
19709  y el texto del botón cambia a 
19710 \family sans
19711 Volver
19712 \family default
19713 , con el que se puede retornar a la referencia.
19714  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
19715  la etiqueta pero sin opción de volver.
19716 \end_layout
19717
19718 \begin_layout Subsection
19719 Formatos de referencia cruzada
19720 \begin_inset CommandInset label
19721 LatexCommand label
19722 name "sub:Formatos-referencia-cruzada"
19723
19724 \end_inset
19725
19726
19727 \begin_inset Index
19728 status collapsed
19729
19730 \begin_layout Plain Layout
19731 Referencias ! Formatos
19732 \end_layout
19733
19734 \end_inset
19735
19736
19737 \end_layout
19738
19739 \begin_layout Standard
19740 Hay seis variedades de referencias cruzadas:
19741 \end_layout
19742
19743 \begin_layout Description
19744 <referencia>: imprime el número flotante, esta es la opción predeterminada:
19745  
19746 \begin_inset CommandInset ref
19747 LatexCommand ref
19748 reference "fig:Dos-imágenes-distorsionadas"
19749
19750 \end_inset
19751
19752
19753 \end_layout
19754
19755 \begin_layout Description
19756 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
19757  habitual para referirse a fórmulas, especialmente si se omite el nombre
19758  «Ecuación»: 
19759 \begin_inset CommandInset ref
19760 LatexCommand eqref
19761 reference "eq:Wgn"
19762
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \begin_layout Description
19769 <página>: imprime el número de página: Página
19770 \begin_inset space ~
19771 \end_inset
19772
19773
19774 \begin_inset CommandInset ref
19775 LatexCommand pageref
19776 reference "fig:Dos-imágenes-distorsionadas"
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Description
19784 en
19785 \begin_inset space ~
19786 \end_inset
19787
19788 página
19789 \begin_inset space ~
19790 \end_inset
19791
19792 <página>: imprime el texto «en la página» y el número de página: 
19793 \begin_inset CommandInset ref
19794 LatexCommand vpageref
19795 reference "fig:Dos-imágenes-distorsionadas"
19796
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \begin_layout Description
19803 <referencia>
19804 \begin_inset space ~
19805 \end_inset
19806
19807 en
19808 \begin_inset space ~
19809 \end_inset
19810
19811 página
19812 \begin_inset space ~
19813 \end_inset
19814
19815 <página>: imprime el número flotante, el texto «en la página» y el número
19816  de página: 
19817 \begin_inset CommandInset ref
19818 LatexCommand vref
19819 reference "fig:Dos-imágenes-distorsionadas"
19820
19821 \end_inset
19822
19823
19824 \end_layout
19825
19826 \begin_layout Description
19827 Referencia
19828 \begin_inset space ~
19829 \end_inset
19830
19831 con
19832 \begin_inset space ~
19833 \end_inset
19834
19835 formato: imprime un formato personalizado.
19836  
19837 \begin_inset Note Greyedout
19838 status open
19839
19840 \begin_layout Plain Layout
19841
19842 \series bold
19843 Nota:
19844 \series default
19845  Esta característica sólo está disponible si está instalado el paquete LaTeX
19846  
19847 \series bold
19848 prettyref
19849 \series default
19850 .
19851 \end_layout
19852
19853 \end_inset
19854
19855
19856 \end_layout
19857
19858 \begin_layout Standard
19859 Ten en cuenta que el estilo <página>
19860 \begin_inset space \thinspace{}
19861 \end_inset
19862
19863  no imprime el número si la etiqueta está en la misma página, en la anterior
19864  o en la siguiente.
19865  En su lugar verás p.
19866 \begin_inset space \thinspace{}
19867 \end_inset
19868
19869 e.
19870 \begin_inset space ~
19871 \end_inset
19872
19873 el texto «
19874 \family sans
19875 en esta página
19876 \family default
19877 ».
19878 \end_layout
19879
19880 \begin_layout Standard
19881 El número y página actual de la parte del documento referida es automáticamente
19882  calculado por LaTeX en la salida.
19883  Las variedades se ajustan en el campo 
19884 \family sans
19885 Formato
19886 \family default
19887  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
19888 \end_layout
19889
19890 \begin_layout Subsection
19891 Designación automática de referencias
19892 \begin_inset Index
19893 status collapsed
19894
19895 \begin_layout Plain Layout
19896 Referencias ! Designación automática
19897 \end_layout
19898
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \begin_layout Standard
19905 El paquete LaTeX 
19906 \series bold
19907 hyperref
19908 \series default
19909
19910 \begin_inset Index
19911 status collapsed
19912
19913 \begin_layout Plain Layout
19914 LaTeX-paquetes ! hyperref
19915 \end_layout
19916
19917 \end_inset
19918
19919 , que se habilita en 
19920 \family sans
19921 Propiedades PDF
19922 \family default
19923  del diálogo 
19924 \family sans
19925 Documento\SpecialChar \menuseparator
19926 Configuración
19927 \family default
19928 , dispone de una característica muy útil que permite incluir automáticamente
19929  en las referencias cruzadas el nombre de los flotantes referidos (o partes
19930  de texto como 
19931 \emph on
19932 sección
19933 \emph default
19934 ).
19935  Así, p.
19936 \begin_inset space \thinspace{}
19937 \end_inset
19938
19939 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
19940  a una figura.
19941  Para usar esta característica habilita el soporte para 
19942 \series bold
19943 hyperref
19944 \series default
19945  e inserta la siguiente línea en el preámbulo LaTeX:
19946 \end_layout
19947
19948 \begin_layout Standard
19949
19950 \series bold
19951
19952 \backslash
19953 AtBeginDocument{
19954 \backslash
19955 renewcommand{
19956 \backslash
19957 ref}[1]{
19958 \backslash
19959 mbox{
19960 \backslash
19961 autoref{#1}}}}
19962 \end_layout
19963
19964 \begin_layout Standard
19965 Si prefieres otros nombres para las referencias distintos de los predeterminados
19966 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
19967  lo siguiente en el preámbulo:
19968 \end_layout
19969
19970 \begin_layout Standard
19971
19972 \series bold
19973
19974 \backslash
19975 addto
19976 \backslash
19977 extrasenglish{
19978 \backslash
19979 renewcommand{
19980 \backslash
19981 sectionautorefname}
19982 \begin_inset Newline newline
19983 \end_inset
19984
19985
19986 \begin_inset ERT
19987 status collapsed
19988
19989 \begin_layout Plain Layout
19990
19991
19992 \backslash
19993 hphantom{ }
19994 \end_layout
19995
19996 \end_inset
19997
19998 {sec.
19999 \backslash
20000 negthinspace}}
20001 \end_layout
20002
20003 \begin_layout Standard
20004 Si estás usando un idioma de documento distinto del inglés, reemplaza
20005 \begin_inset Newline newline
20006 \end_inset
20007
20008  
20009 \series bold
20010
20011 \backslash
20012 extrasenglish
20013 \series default
20014  por
20015 \series bold
20016  
20017 \backslash
20018 extras***
20019 \series default
20020 , donde *** es el nombre del idioma utilizado.
20021 \end_layout
20022
20023 \begin_layout Standard
20024 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20025  por ejemplo no para ecuaciones, usa este código de preámbulo:
20026 \end_layout
20027
20028 \begin_layout Standard
20029
20030 \series bold
20031
20032 \backslash
20033 newlength{
20034 \backslash
20035 abc}
20036 \begin_inset Newline newline
20037 \end_inset
20038
20039
20040 \backslash
20041 settowidth{
20042 \backslash
20043 abc}{
20044 \backslash
20045 space}
20046 \begin_inset Newline newline
20047 \end_inset
20048
20049
20050 \backslash
20051 addto
20052 \backslash
20053 extrasenglish{
20054 \backslash
20055 renewcommand{
20056 \backslash
20057 equationautorefname}
20058 \begin_inset Newline newline
20059 \end_inset
20060
20061
20062 \begin_inset ERT
20063 status collapsed
20064
20065 \begin_layout Plain Layout
20066
20067
20068 \backslash
20069 hphantom{ }
20070 \end_layout
20071
20072 \end_inset
20073
20074 {
20075 \backslash
20076 hspace{-
20077 \backslash
20078 abc}}
20079 \end_layout
20080
20081 \begin_layout Standard
20082 En la documentación de 
20083 \series bold
20084 hyperref
20085 \series default
20086  
20087 \begin_inset CommandInset citation
20088 LatexCommand cite
20089 key "hyperref"
20090
20091 \end_inset
20092
20093  puedes encontrar más información.
20094
20095 \series bold
20096  
20097 \end_layout
20098
20099 \begin_layout Standard
20100 \begin_inset Note Greyedout
20101 status open
20102
20103 \begin_layout Plain Layout
20104
20105 \series bold
20106 Nota:
20107 \series default
20108  La designación automática de referencias no puede usarse en el estilo 
20109 \family sans
20110 Referencia
20111 \begin_inset space ~
20112 \end_inset
20113
20114 con
20115 \begin_inset space ~
20116 \end_inset
20117
20118 formato
20119 \family default
20120 , descrita en la sección
20121 \begin_inset space ~
20122 \end_inset
20123
20124
20125 \begin_inset CommandInset ref
20126 LatexCommand ref
20127 reference "sub:Formatos-referencia-cruzada"
20128
20129 \end_inset
20130
20131 .
20132 \end_layout
20133
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \begin_layout Standard
20140 El manual 
20141 \emph on
20142 Ecuaciones
20143 \emph default
20144  es un ejemplo de documento en el que se ha utilizado designación automática
20145  de referencias.
20146 \end_layout
20147
20148 \begin_layout Subsection
20149 Colocación de referencias
20150 \begin_inset CommandInset label
20151 LatexCommand label
20152 name "sub:Colocación-de-Referencias"
20153
20154 \end_inset
20155
20156
20157 \begin_inset Index
20158 status collapsed
20159
20160 \begin_layout Plain Layout
20161 Referencias ! Colocación
20162 \end_layout
20163
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \begin_layout Standard
20170 Si usas 
20171 \series bold
20172 hyperref
20173 \series default
20174
20175 \begin_inset Index
20176 status collapsed
20177
20178 \begin_layout Plain Layout
20179 LaTeX-paquetes ! hyperref
20180 \end_layout
20181
20182 \end_inset
20183
20184 , en las 
20185 \family sans
20186 Preferencias PDF 
20187 \family default
20188 del diálogo 
20189 \family sans
20190 Documento\SpecialChar \menuseparator
20191 Configuración
20192 \family default
20193 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20194  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20195  La leyenda será la primera parte del texto en pantalla, de forma que para
20196  ver la imagen debes deslizar.
20197  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20198  Usando el paquete 
20199 \series bold
20200 hypcap
20201 \series default
20202
20203 \begin_inset Index
20204 status collapsed
20205
20206 \begin_layout Plain Layout
20207 LaTeX-paquetes ! hypcap
20208 \end_layout
20209
20210 \end_inset
20211
20212 , que forma parte del paquete LaTeX 
20213 \series bold
20214 oberdiek
20215 \series default
20216
20217 \begin_inset Index
20218 status collapsed
20219
20220 \begin_layout Plain Layout
20221 LaTeX-paquetes ! oberdiek
20222 \end_layout
20223
20224 \end_inset
20225
20226 , el ancla de enlace se sitúa al comienzo de un flotante.
20227  Para usar esta característica para figuras flotantes carga 
20228 \series bold
20229 hypcap
20230 \series default
20231  en el preámbulo con
20232 \end_layout
20233
20234 \begin_layout Standard
20235
20236 \series bold
20237
20238 \backslash
20239 usepackage[figure]{hypcap}
20240 \end_layout
20241
20242 \begin_layout Standard
20243 Puedes usar 
20244 \series bold
20245 hypcap
20246 \series default
20247  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20248  Más información en el manual de 
20249 \series bold
20250 hypcap
20251 \series default
20252  
20253 \begin_inset CommandInset citation
20254 LatexCommand cite
20255 key "hypcap"
20256
20257 \end_inset
20258
20259 .
20260 \end_layout
20261
20262 \begin_layout Standard
20263 \begin_inset Note Greyedout
20264 status open
20265
20266 \begin_layout Plain Layout
20267
20268 \series bold
20269 Nota:
20270 \series default
20271  
20272 \series bold
20273 hypcap
20274 \series default
20275  no funciona para las referencias a subfiguras.
20276 \end_layout
20277
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \begin_layout Section
20284 Colocación de flotantes
20285 \begin_inset CommandInset label
20286 LatexCommand label
20287 name "sec:Colocación-de-Flotantes"
20288
20289 \end_inset
20290
20291
20292 \begin_inset Index
20293 status collapsed
20294
20295 \begin_layout Plain Layout
20296 Flotantes ! Colocación
20297 \end_layout
20298
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \begin_layout Standard
20305 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20306  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20307  los flotantes.
20308 \begin_inset Newline newline
20309 \end_inset
20310
20311 La opción 
20312 \family sans
20313 Extender
20314 \begin_inset space ~
20315 \end_inset
20316
20317 columnas
20318 \family default
20319  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20320  abarcará ambas columnas en lugar de una sola.
20321 \begin_inset Newline newline
20322 \end_inset
20323
20324 La opción 
20325 \family sans
20326 Girar
20327 \begin_inset space ~
20328 \end_inset
20329
20330 a
20331 \begin_inset space ~
20332 \end_inset
20333
20334 un
20335 \begin_inset space ~
20336 \end_inset
20337
20338 lado
20339 \family default
20340  sirve para girar flotantes, véase sección
20341 \begin_inset space ~
20342 \end_inset
20343
20344
20345 \begin_inset CommandInset ref
20346 LatexCommand ref
20347 reference "sec:Rotación-de-Flotantes"
20348
20349 \end_inset
20350
20351 .
20352  
20353 \end_layout
20354
20355 \begin_layout Standard
20356 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20357  la posición de un flotante si desmarcas la opción 
20358 \family sans
20359 Usar
20360 \begin_inset space ~
20361 \end_inset
20362
20363 ubicación
20364 \begin_inset space ~
20365 \end_inset
20366
20367 predeterminada
20368 \family default
20369 :
20370 \end_layout
20371
20372 \begin_layout Description
20373
20374 \family sans
20375 \series bold
20376 Aquí
20377 \begin_inset space ~
20378 \end_inset
20379
20380 si
20381 \begin_inset space ~
20382 \end_inset
20383
20384 es
20385 \begin_inset space ~
20386 \end_inset
20387
20388 posible
20389 \family default
20390 \series default
20391  intenta situar el flotante en la posición en la que se inserta
20392 \end_layout
20393
20394 \begin_layout Description
20395
20396 \family sans
20397 \series bold
20398 Principio
20399 \begin_inset space ~
20400 \end_inset
20401
20402 de
20403 \begin_inset space ~
20404 \end_inset
20405
20406 página
20407 \family default
20408 \series default
20409  intenta situar el flotante al principio de la página actual
20410 \end_layout
20411
20412 \begin_layout Description
20413
20414 \family sans
20415 \series bold
20416 Fin
20417 \begin_inset space ~
20418 \end_inset
20419
20420 de
20421 \begin_inset space ~
20422 \end_inset
20423
20424 página
20425 \family default
20426 \series default
20427  intenta situar el flotante al final de la página actual
20428 \end_layout
20429
20430 \begin_layout Description
20431
20432 \family sans
20433 \series bold
20434 Página
20435 \begin_inset space ~
20436 \end_inset
20437
20438 de
20439 \begin_inset space ~
20440 \end_inset
20441
20442 flotantes
20443 \family default
20444 \series default
20445  intenta situar el flotante en una página propia 
20446 \end_layout
20447
20448 \begin_layout Standard
20449 LaTeX usa 
20450 \emph on
20451 siempre
20452 \emph default
20453  ese orden de opciones.
20454  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20455  lugar 
20456 \family sans
20457 Aquí
20458 \begin_inset space ~
20459 \end_inset
20460
20461 si
20462 \begin_inset space ~
20463 \end_inset
20464
20465 es
20466 \begin_inset space ~
20467 \end_inset
20468
20469 posible
20470 \family default
20471 , luego 
20472 \family sans
20473 Principio
20474 \begin_inset space ~
20475 \end_inset
20476
20477 de
20478 \begin_inset space ~
20479 \end_inset
20480
20481 página
20482 \family default
20483 , y después las otras.
20484  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20485  pero en dicho orden.
20486  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20487  pero intenta poner el flotante en la página siguiente.
20488 \end_layout
20489
20490 \begin_layout Standard
20491 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20492 \end_layout
20493
20494 \begin_layout Labeling
20495 \labelwidthstring 00.00.0000
20496
20497 \family sans
20498 Principio
20499 \begin_inset space ~
20500 \end_inset
20501
20502 de
20503 \begin_inset space ~
20504 \end_inset
20505
20506 página:
20507 \family default
20508  sólo si el flotante ocupa menos del 70
20509 \begin_inset space \thinspace{}
20510 \end_inset
20511
20512 % de la página puede ubicarse al principio de página (
20513 \series bold
20514
20515 \backslash
20516 topfraction
20517 \series default
20518 )
20519 \end_layout
20520
20521 \begin_layout Labeling
20522 \labelwidthstring 00.00.0000
20523
20524 \family sans
20525 Fin
20526 \begin_inset space ~
20527 \end_inset
20528
20529 de
20530 \begin_inset space ~
20531 \end_inset
20532
20533 página:
20534 \family default
20535  sólo si el flotante ocupa menos del 30
20536 \begin_inset space \thinspace{}
20537 \end_inset
20538
20539 % de la página puede ubicarse al fin de página.
20540  (
20541 \series bold
20542
20543 \backslash
20544 bottomfraction
20545 \series default
20546 )
20547 \end_layout
20548
20549 \begin_layout Labeling
20550 \labelwidthstring 00.00.0000
20551
20552 \family sans
20553 Página
20554 \begin_inset space ~
20555 \end_inset
20556
20557 de
20558 \begin_inset space ~
20559 \end_inset
20560
20561 flotantes:
20562 \family default
20563  sólo si más del 50
20564 \begin_inset space \thinspace{}
20565 \end_inset
20566
20567 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20568  página.
20569  (
20570 \series bold
20571
20572 \backslash
20573 floatpagefraction
20574 \series default
20575 )
20576 \end_layout
20577
20578 \begin_layout Standard
20579 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20580  
20581 \family sans
20582 Ignorar
20583 \begin_inset space ~
20584 \end_inset
20585
20586 reglas
20587 \begin_inset space ~
20588 \end_inset
20589
20590 de
20591 \begin_inset space ~
20592 \end_inset
20593
20594 LaTeX
20595 \family default
20596 .
20597 \begin_inset Newline newline
20598 \end_inset
20599
20600 También puedes redefinir las reglas con los comandos LaTeX que van entre
20601  paréntesis tras la descripción de las reglas anteriores.
20602  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20603  la regla 
20604 \family sans
20605 Fin
20606 \family default
20607
20608 \begin_inset space ~
20609 \end_inset
20610
20611
20612 \family sans
20613 de
20614 \family default
20615
20616 \begin_inset space ~
20617 \end_inset
20618
20619
20620 \family sans
20621 página
20622 \family default
20623  al 50
20624 \begin_inset space \thinspace{}
20625 \end_inset
20626
20627 %, añade esta línea en el preámbulo:
20628 \end_layout
20629
20630 \begin_layout Standard
20631
20632 \series bold
20633
20634 \backslash
20635 renewcommand{
20636 \backslash
20637 bottomfraction}{0.5}
20638 \end_layout
20639
20640 \begin_layout Standard
20641 En determinados casos podrías necesitar ubicar un flotante exactamente en
20642  la posición en la que se inserta.
20643  Para esto puedes usar la opción 
20644 \family sans
20645 Aquí
20646 \begin_inset space ~
20647 \end_inset
20648
20649 definitivamente
20650 \family default
20651 .
20652  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20653  porque el flotante ya no podrá «flotar» y si haces cambios al documento
20654  se podría estropear el diseño de la página.
20655 \end_layout
20656
20657 \begin_layout Standard
20658 No hay opciones de ubicación para envoltorios flotantes porque siempre están
20659  rodeados por texto de un párrafo determinado.
20660 \begin_inset VSpace bigskip
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \begin_layout Standard
20667 A veces surge el problema de que un flotante se sitúa al principio de la
20668  página mientras que su sección correspondiente empieza en mitad de la página,
20669  así que el lector podría creer que el flotante forma parte de la sección
20670  anterior.
20671  Para evitarlo puede emplearse el comando LaTeX 
20672 \series bold
20673
20674 \backslash
20675 suppressfloats
20676 \series default
20677 , que suprime la ubicación de un flotante dado en la página donde se inserta
20678  y además puede servir para evitar que el flotante se coloque antes del
20679  inicio de sección.
20680  Para ello, añade estos comandos al preámbulo:
20681 \end_layout
20682
20683 \begin_layout Standard
20684
20685 \series bold
20686
20687 \backslash
20688 let
20689 \backslash
20690 mySection
20691 \backslash
20692 section
20693 \begin_inset Newline newline
20694 \end_inset
20695
20696
20697 \backslash
20698 renewcommand{
20699 \backslash
20700 section}{
20701 \backslash
20702 suppressfloats[t]
20703 \backslash
20704 mySection}
20705 \end_layout
20706
20707 \begin_layout Standard
20708 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
20709  subsecciones.
20710  No es recomendable para partes pequeñas de texto como subsubsecciones porque
20711  LaTeX podría tener problemas para encontrar una ubicación adecuada.
20712 \end_layout
20713
20714 \begin_layout Standard
20715 \begin_inset VSpace bigskip
20716 \end_inset
20717
20718 En ciertos casos se quieren tener todas las figuras/tablas al final del
20719  documento.
20720  Para estos casos está el paquete LaTeX 
20721 \series bold
20722 endfloat
20723 \series default
20724
20725 \begin_inset Index
20726 status collapsed
20727
20728 \begin_layout Plain Layout
20729 LaTeX-paquetes ! endfloat
20730 \end_layout
20731
20732 \end_inset
20733
20734 .
20735  Pone todas las figuras y tablas flotantes al final del documento en secciones
20736  propias.
20737  En la posición original del flotante se inserta una indicación como «
20738 \family sans
20739 [Figure
20740 \begin_inset space ~
20741 \end_inset
20742
20743 3.2 about here.]
20744 \family default
20745 ».
20746  El paquete 
20747 \series bold
20748 endfloat
20749 \series default
20750  se carga en el preámbulo con la línea
20751 \end_layout
20752
20753 \begin_layout Standard
20754
20755 \series bold
20756
20757 \backslash
20758 usepackage[options]{endfloat}
20759 \end_layout
20760
20761 \begin_layout Standard
20762 Hay varias opciones para diseñar las secciones figura/tabla creadas.
20763  Para más información véase la documentación de 
20764 \begin_inset CommandInset citation
20765 LatexCommand cite
20766 key "endfloat"
20767
20768 \end_inset
20769
20770 .
20771 \begin_inset Newline newline
20772 \end_inset
20773
20774
20775 \begin_inset Note Greyedout
20776 status open
20777
20778 \begin_layout Plain Layout
20779
20780 \series bold
20781 Nota: endfloat
20782 \series default
20783  no traduce automáticamente la indicación, hay que hacerlo manualmente,
20784  véase sección
20785 \begin_inset space ~
20786 \end_inset
20787
20788 4 en 
20789 \begin_inset CommandInset citation
20790 LatexCommand cite
20791 key "endfloat"
20792
20793 \end_inset
20794
20795 .
20796 \end_layout
20797
20798 \end_inset
20799
20800
20801 \begin_inset Newline newline
20802 \end_inset
20803
20804
20805 \begin_inset Note Greyedout
20806 status open
20807
20808 \begin_layout Plain Layout
20809
20810 \series bold
20811 Nota:
20812 \series default
20813  Actualmente hay un error en 
20814 \series bold
20815 endfloat
20816 \series default
20817  cuando la leyenda contiene el carácter alemán «ß».
20818  Usa en ese caso el comando «
20819 \series bold
20820
20821 \backslash
20822 ss
20823 \series default
20824 » en código TeX en vez de «ß».
20825 \end_layout
20826
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \begin_layout Standard
20833 \begin_inset VSpace bigskip
20834 \end_inset
20835
20836 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
20837 \begin_inset CommandInset citation
20838 LatexCommand cite
20839 key "latexcompanion,latexguide,latexbook"
20840
20841 \end_inset
20842
20843 .
20844 \end_layout
20845
20846 \begin_layout Section
20847 Rotación de flotantes
20848 \begin_inset CommandInset label
20849 LatexCommand label
20850 name "sec:Rotación-de-Flotantes"
20851
20852 \end_inset
20853
20854
20855 \begin_inset Index
20856 status collapsed
20857
20858 \begin_layout Plain Layout
20859 Flotantes ! Rotación
20860 \end_layout
20861
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \begin_layout Standard
20868 Podrías necesitar girar flotantes, especialmente con tablas grandes.
20869  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
20870  la opción 
20871 \family sans
20872 Girar
20873 \begin_inset space ~
20874 \end_inset
20875
20876 a
20877 \begin_inset space ~
20878 \end_inset
20879
20880 un
20881 \begin_inset space ~
20882 \end_inset
20883
20884 lado
20885 \family default
20886 .
20887 \end_layout
20888
20889 \begin_layout Standard
20890 Los flotantes girados son puestos siempre en su propia página (o columna
20891  si el documento es de dos columnas).
20892  Se les puede permitir abarcar varias columnas con la opción de configuración
20893  
20894 \family sans
20895 Extender
20896 \begin_inset space ~
20897 \end_inset
20898
20899 columnas
20900 \family default
20901 .
20902  Se rotan de forma que puedes leerlos desde el margen externo.
20903  Para forzar determinada dirección de rotación para todas las páginas, puedes
20904  añadir una de las opciones 
20905 \series bold
20906 figuresleft
20907 \series default
20908  o 
20909 \series bold
20910 figuresright
20911 \series default
20912  a las opciones de clase del documento.
20913 \end_layout
20914
20915 \begin_layout Standard
20916 Los flotantes girados se refieren igual que los normales, y el formato de
20917  la leyenda también es el mismo: un ejemplo es la tabla
20918 \begin_inset space ~
20919 \end_inset
20920
20921
20922 \begin_inset CommandInset ref
20923 LatexCommand ref
20924 reference "tab:Tabla-girada"
20925
20926 \end_inset
20927
20928 .
20929 \end_layout
20930
20931 \begin_layout Standard
20932 \begin_inset Note Greyedout
20933 status open
20934
20935 \begin_layout Plain Layout
20936
20937 \series bold
20938 Nota:
20939 \series default
20940  No todos los visores DVI pueden mostrar tablas giradas.
20941 \end_layout
20942
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \begin_layout Standard
20949 \begin_inset Float table
20950 wide false
20951 sideways true
20952 status open
20953
20954 \begin_layout Plain Layout
20955 \begin_inset Caption
20956
20957 \begin_layout Plain Layout
20958 \begin_inset CommandInset label
20959 LatexCommand label
20960 name "tab:Tabla-girada"
20961
20962 \end_inset
20963
20964 Tabla girada
20965 \end_layout
20966
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \begin_layout Plain Layout
20973 \align center
20974 \begin_inset Tabular
20975 <lyxtabular version="3" rows="1" columns="5">
20976 <features>
20977 <column alignment="center" valignment="top" width="0">
20978 <column alignment="center" valignment="top" width="0">
20979 <column alignment="center" valignment="top" width="0">
20980 <column alignment="center" valignment="top" width="0">
20981 <column alignment="center" valignment="top" width="0">
20982 <row>
20983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 test
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996 b
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21002 \begin_inset Text
21003
21004 \begin_layout Plain Layout
21005 c
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21011 \begin_inset Text
21012
21013 \begin_layout Plain Layout
21014 d
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21020 \begin_inset Text
21021
21022 \begin_layout Plain Layout
21023 e
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 </row>
21029 </lyxtabular>
21030
21031 \end_inset
21032
21033
21034 \end_layout
21035
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \begin_layout Section
21042 Flotantes adosados
21043 \begin_inset Index
21044 status collapsed
21045
21046 \begin_layout Plain Layout
21047 Flotantes ! Adosados
21048 \end_layout
21049
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \begin_layout Standard
21056 Para colocar flotantes unos junto a otros, como en la figura
21057 \begin_inset space ~
21058 \end_inset
21059
21060
21061 \begin_inset CommandInset ref
21062 LatexCommand ref
21063 reference "fig:Flotante-izquierda"
21064
21065 \end_inset
21066
21067  y 
21068 \begin_inset CommandInset ref
21069 LatexCommand ref
21070 reference "fig:Flotante-derecha"
21071
21072 \end_inset
21073
21074 , se pone 
21075 \emph on
21076 un
21077 \emph default
21078  solo flotante.
21079  En él se insertan dos cuadros tipo minipágina.
21080 \begin_inset Foot
21081 status collapsed
21082
21083 \begin_layout Plain Layout
21084 Las minipáginas se explican en la sección
21085 \begin_inset space ~
21086 \end_inset
21087
21088
21089 \begin_inset CommandInset ref
21090 LatexCommand ref
21091 reference "sec:Minipáginas"
21092
21093 \end_inset
21094
21095 .
21096 \end_layout
21097
21098 \end_inset
21099
21100  La anchura de la columna se establece en 45-50
21101 \begin_inset space \thinspace{}
21102 \end_inset
21103
21104 % y la alineación en 
21105 \family sans
21106 Inferior
21107 \family default
21108  para cada minipágina.
21109  Las minipáginas contienen la imagen y su título, de igual forma que en
21110  los flotantes.
21111  La única diferencia es que el 
21112 \family sans
21113 Ancho
21114 \begin_inset space ~
21115 \end_inset
21116
21117 de
21118 \begin_inset space ~
21119 \end_inset
21120
21121 columna
21122 \begin_inset space ~
21123 \end_inset
21124
21125 %
21126 \family default
21127  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21128 \end_layout
21129
21130 \begin_layout Standard
21131 \begin_inset Float figure
21132 placement h
21133 wide false
21134 sideways false
21135 status open
21136
21137 \begin_layout Plain Layout
21138 \begin_inset Box Frameless
21139 position "b"
21140 hor_pos "c"
21141 has_inner_box 1
21142 inner_pos "t"
21143 use_parbox 0
21144 width "45col%"
21145 special "none"
21146 height "1in"
21147 height_special "totalheight"
21148 status open
21149
21150 \begin_layout Plain Layout
21151 \align center
21152 \begin_inset Graphics
21153         filename ../clipart/mobius.eps
21154         lyxscale 50
21155         width 100col%
21156         scaleBeforeRotation
21157
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \begin_layout Plain Layout
21164 \begin_inset Caption
21165
21166 \begin_layout Plain Layout
21167 \begin_inset CommandInset label
21168 LatexCommand label
21169 name "fig:Flotante-izquierda"
21170
21171 \end_inset
21172
21173 Flotante en el lado izquierdo.
21174 \end_layout
21175
21176 \end_inset
21177
21178
21179 \end_layout
21180
21181 \end_inset
21182
21183
21184 \begin_inset space \hfill{}
21185 \end_inset
21186
21187
21188 \begin_inset Box Frameless
21189 position "b"
21190 hor_pos "c"
21191 has_inner_box 1
21192 inner_pos "t"
21193 use_parbox 0
21194 width "45col%"
21195 special "none"
21196 height "1in"
21197 height_special "totalheight"
21198 status open
21199
21200 \begin_layout Plain Layout
21201 \align center
21202 \begin_inset Graphics
21203         filename ../clipart/platypus.eps
21204         lyxscale 50
21205         width 100col%
21206         scaleBeforeRotation
21207
21208 \end_inset
21209
21210
21211 \end_layout
21212
21213 \begin_layout Plain Layout
21214 \begin_inset Caption
21215
21216 \begin_layout Plain Layout
21217 \begin_inset CommandInset label
21218 LatexCommand label
21219 name "fig:Flotante-derecha"
21220
21221 \end_inset
21222
21223 Flotante en el lado derecho.
21224 \end_layout
21225
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \end_inset
21232
21233
21234 \end_layout
21235
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \begin_layout Section
21242 Formato de las leyendas
21243 \begin_inset Index
21244 status collapsed
21245
21246 \begin_layout Plain Layout
21247 Leyendas ! Formato
21248 \end_layout
21249
21250 \end_inset
21251
21252
21253 \begin_inset Index
21254 status collapsed
21255
21256 \begin_layout Plain Layout
21257 Flotantes ! Formato de las leyendas
21258 \end_layout
21259
21260 \end_inset
21261
21262
21263 \begin_inset CommandInset label
21264 LatexCommand label
21265 name "sec:Formato-de-leyendas"
21266
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \begin_layout Standard
21273 El entorno 
21274 \family sans
21275 Leyenda
21276 \family default
21277  es el predeterminado para los 
21278 \family sans
21279 Flotantes
21280 \family default
21281 .
21282  En LyX las leyendas se muestran como etiqueta, p.
21283 \begin_inset space \thinspace{}
21284 \end_inset
21285
21286 e.
21287 \begin_inset space ~
21288 \end_inset
21289
21290 «
21291 \family sans
21292 Figura #
21293 \family default
21294 :» seguida por el texto.
21295  «#» es el número real de referencia.
21296  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21297  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21298  del texto.
21299  El entorno leyenda no es apropiado para todos los tipos de documento.
21300  
21301 \end_layout
21302
21303 \begin_layout Standard
21304 Para cambiar el formato predeterminado carga el paquete LaTeX 
21305 \series bold
21306 caption
21307 \series default
21308
21309 \begin_inset Index
21310 status collapsed
21311
21312 \begin_layout Plain Layout
21313 LaTeX-paquetes ! caption
21314 \end_layout
21315
21316 \end_inset
21317
21318  en el preámbulo del documento con la línea:
21319 \end_layout
21320
21321 \begin_layout Standard
21322
21323 \series bold
21324
21325 \backslash
21326 usepackage[definición de formato]{caption}
21327 \end_layout
21328
21329 \begin_layout Standard
21330 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21331  las leyendas de tabla siempre sobre ella como en este documento, usa el
21332  comando:
21333 \end_layout
21334
21335 \begin_layout Standard
21336
21337 \series bold
21338
21339 \backslash
21340 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21341 \end_layout
21342
21343 \begin_layout Standard
21344 También puedes definir distintos formatos de leyenda para los distintos
21345  tipos de flotantes.
21346  En ese caso carga el paquete 
21347 \series bold
21348 caption
21349 \series default
21350  sin opciones específicas y define los distintos formatos con ayuda del
21351  comando
21352 \end_layout
21353
21354 \begin_layout Standard
21355
21356 \series bold
21357
21358 \backslash
21359 captionsetup[tipo de flotante]{definición de formato}
21360 \end_layout
21361
21362 \begin_layout Standard
21363 en el preámbulo del documento.
21364  Por ejemplo las leyendas de la Figura
21365 \begin_inset space ~
21366 \end_inset
21367
21368
21369 \begin_inset CommandInset ref
21370 LatexCommand ref
21371 reference "fig:Esto-es-una-fig"
21372
21373 \end_inset
21374
21375  y la tabla
21376 \begin_inset space ~
21377 \end_inset
21378
21379
21380 \begin_inset CommandInset ref
21381 LatexCommand ref
21382 reference "tab:Esto-es-una-tab"
21383
21384 \end_inset
21385
21386  pueden crearse usando los siguientes comandos en el preámbulo:
21387 \end_layout
21388
21389 \begin_layout Standard
21390
21391 \series bold
21392
21393 \backslash
21394 usepackage[tableposition=top]{caption}
21395 \series default
21396
21397 \begin_inset Newline newline
21398 \end_inset
21399
21400
21401 \series bold
21402
21403 \backslash
21404 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21405 \begin_inset Newline newline
21406 \end_inset
21407
21408
21409 \begin_inset ERT
21410 status collapsed
21411
21412 \begin_layout Plain Layout
21413
21414
21415 \backslash
21416 hphantom{
21417 \backslash
21418
21419 \backslash
21420 captionsetup[figure]
21421 \backslash
21422 {}
21423 \end_layout
21424
21425 \end_inset
21426
21427  labelsep=period}
21428 \begin_inset Newline newline
21429 \end_inset
21430
21431
21432 \backslash
21433 captionsetup[table]{labelfont={bf,sf}}
21434 \end_layout
21435
21436 \begin_layout Standard
21437 \begin_inset Note Greyedout
21438 status open
21439
21440 \begin_layout Plain Layout
21441
21442 \series bold
21443 Nota: 
21444 \series default
21445 La opción 
21446 \series bold
21447 tableposition=top
21448 \series default
21449  no tiene efecto si se usa una clase de documento 
21450 \series bold
21451 koma-script
21452 \series default
21453 .
21454  En este caso debe utilizarse la opción de clase de documento 
21455 \series bold
21456 tablecaptionabove
21457 \series default
21458 .
21459  
21460 \end_layout
21461
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \begin_layout Standard
21468 Para más información sobre el paquete 
21469 \series bold
21470 caption
21471 \series default
21472  acude a su documentación 
21473 \begin_inset CommandInset citation
21474 LatexCommand cite
21475 key "caption"
21476
21477 \end_inset
21478
21479 .
21480 \end_layout
21481
21482 \begin_layout Standard
21483 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21484 \begin_inset space \thinspace{}
21485 \end_inset
21486
21487 e., usa el siguiente comando de preámbulo:
21488 \end_layout
21489
21490 \begin_layout Standard
21491
21492 \series bold
21493
21494 \backslash
21495 renewcommand{
21496 \backslash
21497 fnum@figure}{Imagen~
21498 \backslash
21499 thefigure}
21500 \end_layout
21501
21502 \begin_layout Standard
21503 donde 
21504 \series bold
21505
21506 \backslash
21507 thefigure
21508 \series default
21509  inserta el número de figura y «~» genera un espacio protegido.
21510
21511 \series bold
21512  
21513 \end_layout
21514
21515 \begin_layout Standard
21516 \begin_inset VSpace bigskip
21517 \end_inset
21518
21519 Si estás usando la clase de documento 
21520 \series bold
21521 koma-script
21522 \series default
21523
21524 \begin_inset Index
21525 status collapsed
21526
21527 \begin_layout Plain Layout
21528 LaTeX-paquetes ! koma-script
21529 \end_layout
21530
21531 \end_inset
21532
21533  (
21534 \family sans
21535 article (koma-script)
21536 \family default
21537
21538 \family sans
21539 book (koma-script)
21540 \family default
21541
21542 \family sans
21543 letter (koma-script)
21544 \family default
21545 , o 
21546 \family sans
21547 report (koma-script)
21548 \family default
21549
21550 \begin_inset space \thinspace{}
21551 \end_inset
21552
21553 ), puedes emplear en vez del paquete 
21554 \series bold
21555 caption
21556 \series default
21557  el comando 
21558 \series bold
21559
21560 \backslash
21561 setkomafont
21562 \series default
21563  incluido en 
21564 \series bold
21565 koma-script
21566 \series default
21567 .
21568  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21569  comando en el preámbulo del documento:
21570 \end_layout
21571
21572 \begin_layout Standard
21573
21574 \series bold
21575
21576 \backslash
21577 setkomafont{captionlabel}{
21578 \backslash
21579 bfseries}
21580 \end_layout
21581
21582 \begin_layout Standard
21583 Más información sobre 
21584 \series bold
21585
21586 \backslash
21587 setkomafont
21588 \series default
21589  en la documentación de 
21590 \series bold
21591 koma-script
21592 \series default
21593  
21594 \begin_inset CommandInset citation
21595 LatexCommand cite
21596 key "koma-script"
21597
21598 \end_inset
21599
21600 .
21601 \end_layout
21602
21603 \begin_layout Standard
21604 \begin_inset ERT
21605 status open
21606
21607 \begin_layout Plain Layout
21608
21609
21610 \backslash
21611 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21612 }
21613 \end_layout
21614
21615 \end_inset
21616
21617
21618 \begin_inset Note Note
21619 status open
21620
21621 \begin_layout Plain Layout
21622 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21623 \end_layout
21624
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \begin_layout Standard
21631 \begin_inset Float figure
21632 placement !p
21633 wide false
21634 sideways false
21635 status open
21636
21637 \begin_layout Plain Layout
21638 \align center
21639 \begin_inset Graphics
21640         filename ../clipart/mobius.eps
21641         lyxscale 50
21642         scale 50
21643
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \begin_layout Plain Layout
21650 \begin_inset Caption
21651
21652 \begin_layout Plain Layout
21653 \begin_inset CommandInset label
21654 LatexCommand label
21655 name "fig:Esto-es-una-fig"
21656
21657 \end_inset
21658
21659
21660 \begin_inset OptArg
21661 status collapsed
21662
21663 \begin_layout Plain Layout
21664 Figura con leyenda muy larga
21665 \end_layout
21666
21667 \end_inset
21668
21669 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
21670  mostrar el formato diferente.
21671  Aquí se usa una leyenda personalizada.
21672 \end_layout
21673
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \begin_layout Standard
21685 \begin_inset ERT
21686 status open
21687
21688 \begin_layout Plain Layout
21689
21690
21691 \backslash
21692 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21693 on}
21694 \end_layout
21695
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \begin_layout Standard
21702 \begin_inset Float table
21703 placement !p
21704 wide false
21705 sideways false
21706 status collapsed
21707
21708 \begin_layout Plain Layout
21709 \begin_inset Caption
21710
21711 \begin_layout Plain Layout
21712 \begin_inset CommandInset label
21713 LatexCommand label
21714 name "tab:Esto-es-una-tab"
21715
21716 \end_inset
21717
21718
21719 \begin_inset OptArg
21720 status collapsed
21721
21722 \begin_layout Plain Layout
21723 Tabla con leyenda muy larga
21724 \end_layout
21725
21726 \end_inset
21727
21728 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
21729  el formato diferente.
21730  Aquí se usa el formato de leyenda estándar para las tablas.
21731 \end_layout
21732
21733 \end_inset
21734
21735
21736 \end_layout
21737
21738 \begin_layout Plain Layout
21739 \align center
21740 \begin_inset Tabular
21741 <lyxtabular version="3" rows="1" columns="5">
21742 <features>
21743 <column alignment="center" valignment="top" width="0">
21744 <column alignment="center" valignment="top" width="0">
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 <row>
21749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753 a
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 b
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771 c
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 d
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789 e
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 </lyxtabular>
21796
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \begin_layout Section
21808 Colocación de leyendas
21809 \begin_inset Index
21810 status collapsed
21811
21812 \begin_layout Plain Layout
21813 Leyendas ! Colocación
21814 \end_layout
21815
21816 \end_inset
21817
21818
21819 \begin_inset Index
21820 status collapsed
21821
21822 \begin_layout Plain Layout
21823 Flotantes ! Colocación de leyendas
21824 \end_layout
21825
21826 \end_inset
21827
21828
21829 \begin_inset CommandInset label
21830 LatexCommand label
21831 name "sec:Colocación-de-leyendas"
21832
21833 \end_inset
21834
21835
21836 \end_layout
21837
21838 \begin_layout Standard
21839 La norma habitual para colocar las leyendas es:
21840 \end_layout
21841
21842 \begin_layout Description
21843 Figura: La leyenda al pie de la figura
21844 \end_layout
21845
21846 \begin_layout Description
21847 Tabla: La leyenda sobre la tabla
21848 \end_layout
21849
21850 \begin_layout Standard
21851 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
21852  la tabla.
21853  Esto implica que si usas las clases de documento 
21854 \family sans
21855 article
21856 \family default
21857
21858 \family sans
21859 book
21860 \family default
21861
21862 \family sans
21863 letter
21864 \family default
21865 , o 
21866 \family sans
21867 report
21868 \family default
21869  no habrá espacio entre la leyenda y la tabla.
21870  Para insertar el espacio adecuado añade la siguiente opción al comando
21871  del paquete LaTeX 
21872 \series bold
21873 caption
21874 \series default
21875  en el preámbulo del documento:
21876 \begin_inset Foot
21877 status collapsed
21878
21879 \begin_layout Plain Layout
21880 Véase la sección
21881 \begin_inset space ~
21882 \end_inset
21883
21884
21885 \begin_inset CommandInset ref
21886 LatexCommand ref
21887 reference "sec:Formato-de-leyendas"
21888
21889 \end_inset
21890
21891  para más información sobre el paquete 
21892 \series bold
21893 caption
21894 \series default
21895 .
21896 \end_layout
21897
21898 \end_inset
21899
21900
21901 \end_layout
21902
21903 \begin_layout Standard
21904
21905 \series bold
21906 tableposition=top
21907 \end_layout
21908
21909 \begin_layout Standard
21910 Si estás usando la clase 
21911 \series bold
21912 koma-script
21913 \series default
21914
21915 \begin_inset Index
21916 status collapsed
21917
21918 \begin_layout Plain Layout
21919 LaTeX-paquetes ! koma-script
21920 \end_layout
21921
21922 \end_inset
21923
21924  (
21925 \family sans
21926 article (koma-script)
21927 \family default
21928
21929 \family sans
21930 book (koma-script)
21931 \family default
21932
21933 \family sans
21934 letter (koma-script)
21935 \family default
21936 , o 
21937 \family sans
21938 report (koma-script)
21939 \family default
21940
21941 \begin_inset space \thinspace{}
21942 \end_inset
21943
21944 ), en vez de 
21945 \series bold
21946 caption
21947 \series default
21948  puedes poner la opción 
21949 \series bold
21950 tablecaptionabove
21951 \series default
21952  de la clase de documento.
21953 \end_layout
21954
21955 \begin_layout Standard
21956 \begin_inset VSpace bigskip
21957 \end_inset
21958
21959 También es posible poner la leyenda junto a una figura o tabla.
21960  Para conseguirlo hay que cargar el paquete LaTeX 
21961 \series bold
21962 sidecap
21963 \series default
21964
21965 \begin_inset Index
21966 status collapsed
21967
21968 \begin_layout Plain Layout
21969 LaTeX-paquetes ! sidecap
21970 \end_layout
21971
21972 \end_inset
21973
21974  añadiendo en el preámbulo del documento la línea
21975 \end_layout
21976
21977 \begin_layout Standard
21978
21979 \series bold
21980
21981 \backslash
21982 usepackage[option]{sidecap}
21983 \end_layout
21984
21985 \begin_layout Standard
21986 Si no se especifica opción, la leyenda se ubica del lado del margen externo
21987  de la página ---a la derecha en páginas impares, a la izquierda en las
21988  pares---.
21989  Puedes cambiar la colocación al margen interno con la opción 
21990 \series bold
21991 innercaption
21992 \series default
21993 .
21994  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
21995  opciones 
21996 \series bold
21997 rightcaption
21998 \series default
21999  o 
22000 \series bold
22001 leftcaption
22002 \series default
22003 , respectivamente.
22004 \end_layout
22005
22006 \begin_layout Standard
22007 \begin_inset ERT
22008 status collapsed
22009
22010 \begin_layout Plain Layout
22011
22012
22013 \backslash
22014 ifsidecap
22015 \end_layout
22016
22017 \end_inset
22018
22019
22020 \begin_inset Note Note
22021 status open
22022
22023 \begin_layout Plain Layout
22024 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22025  LaTeX 
22026 \series bold
22027 sidecap
22028 \series default
22029 .
22030 \end_layout
22031
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \begin_layout Standard
22038 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22039  estos comandos al preámbulo del documento:
22040 \end_layout
22041
22042 \begin_layout Standard
22043
22044 \lyxline
22045
22046 \end_layout
22047
22048 \begin_layout Standard
22049
22050 \series bold
22051
22052 \backslash
22053 newcommand{
22054 \backslash
22055 TabBesBeg}{%
22056 \begin_inset Newline newline
22057 \end_inset
22058
22059
22060 \begin_inset ERT
22061 status collapsed
22062
22063 \begin_layout Plain Layout
22064
22065
22066 \backslash
22067 hphantom{ }
22068 \end_layout
22069
22070 \end_inset
22071
22072
22073 \backslash
22074 let
22075 \backslash
22076 MyTable
22077 \backslash
22078 table
22079 \begin_inset Newline newline
22080 \end_inset
22081
22082
22083 \begin_inset ERT
22084 status collapsed
22085
22086 \begin_layout Plain Layout
22087
22088
22089 \backslash
22090 hphantom{ }
22091 \end_layout
22092
22093 \end_inset
22094
22095
22096 \backslash
22097 let
22098 \backslash
22099 MyEndtable
22100 \backslash
22101 endtable
22102 \begin_inset Newline newline
22103 \end_inset
22104
22105
22106 \begin_inset ERT
22107 status collapsed
22108
22109 \begin_layout Plain Layout
22110
22111
22112 \backslash
22113 hphantom{ }
22114 \end_layout
22115
22116 \end_inset
22117
22118
22119 \backslash
22120 renewenvironment{table}{
22121 \backslash
22122 begin{SCtable}}{
22123 \backslash
22124 end{SCtable}}}
22125 \end_layout
22126
22127 \begin_layout Standard
22128
22129 \series bold
22130
22131 \backslash
22132 newcommand{
22133 \backslash
22134 TabBesEnd}{%
22135 \begin_inset Newline newline
22136 \end_inset
22137
22138
22139 \begin_inset ERT
22140 status collapsed
22141
22142 \begin_layout Plain Layout
22143
22144
22145 \backslash
22146 hphantom{ }
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \backslash
22153 let
22154 \backslash
22155 table
22156 \backslash
22157 MyTable
22158 \begin_inset Newline newline
22159 \end_inset
22160
22161
22162 \begin_inset ERT
22163 status collapsed
22164
22165 \begin_layout Plain Layout
22166
22167
22168 \backslash
22169 hphantom{ }
22170 \end_layout
22171
22172 \end_inset
22173
22174
22175 \backslash
22176 let
22177 \backslash
22178 endtable
22179 \backslash
22180 MyEndtable
22181 \end_layout
22182
22183 \begin_layout Standard
22184
22185 \series bold
22186
22187 \backslash
22188 newcommand{
22189 \backslash
22190 FigBesBeg}{%
22191 \begin_inset Newline newline
22192 \end_inset
22193
22194
22195 \begin_inset ERT
22196 status collapsed
22197
22198 \begin_layout Plain Layout
22199
22200
22201 \backslash
22202 hphantom{ }
22203 \end_layout
22204
22205 \end_inset
22206
22207
22208 \backslash
22209 let
22210 \backslash
22211 MyFigure
22212 \backslash
22213 figure
22214 \begin_inset Newline newline
22215 \end_inset
22216
22217
22218 \begin_inset ERT
22219 status collapsed
22220
22221 \begin_layout Plain Layout
22222
22223
22224 \backslash
22225 hphantom{ }
22226 \end_layout
22227
22228 \end_inset
22229
22230
22231 \backslash
22232 let
22233 \backslash
22234 MyEndfigure
22235 \backslash
22236 endfigure
22237 \begin_inset Newline newline
22238 \end_inset
22239
22240
22241 \begin_inset ERT
22242 status collapsed
22243
22244 \begin_layout Plain Layout
22245
22246
22247 \backslash
22248 hphantom{ }
22249 \end_layout
22250
22251 \end_inset
22252
22253
22254 \backslash
22255 renewenvironment{figure}{
22256 \backslash
22257 begin{SCfigure}}{
22258 \backslash
22259 end{SCfigure}}}
22260 \end_layout
22261
22262 \begin_layout Standard
22263
22264 \series bold
22265
22266 \backslash
22267 newcommand{
22268 \backslash
22269 FigBesEnd}{%
22270 \begin_inset Newline newline
22271 \end_inset
22272
22273
22274 \begin_inset ERT
22275 status collapsed
22276
22277 \begin_layout Plain Layout
22278
22279
22280 \backslash
22281 hphantom{ }
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \backslash
22288 let
22289 \backslash
22290 figure
22291 \backslash
22292 MyFigure
22293 \begin_inset Newline newline
22294 \end_inset
22295
22296
22297 \begin_inset ERT
22298 status collapsed
22299
22300 \begin_layout Plain Layout
22301
22302
22303 \backslash
22304 hphantom{ }
22305 \end_layout
22306
22307 \end_inset
22308
22309
22310 \backslash
22311 let
22312 \backslash
22313 endfigure
22314 \backslash
22315 MyEndfigure}
22316 \end_layout
22317
22318 \begin_layout Standard
22319
22320 \lyxline
22321
22322 \end_layout
22323
22324 \begin_layout Standard
22325 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22326  en un lado.
22327  Para figuras flotantes usa el comando
22328 \end_layout
22329
22330 \begin_layout Standard
22331
22332 \series bold
22333
22334 \backslash
22335 FigBesBeg
22336 \end_layout
22337
22338 \begin_layout Standard
22339 en código TeX antes del flotante.
22340  Detrás del flotante inserta
22341 \end_layout
22342
22343 \begin_layout Standard
22344
22345 \series bold
22346
22347 \backslash
22348 FigBesEnd
22349 \end_layout
22350
22351 \begin_layout Standard
22352 en código TeX para volver a la definición original de flotantes.
22353 \end_layout
22354
22355 \begin_layout Standard
22356 Para tablas flotantes usa los comandos correspondientes
22357 \end_layout
22358
22359 \begin_layout Standard
22360
22361 \series bold
22362
22363 \backslash
22364 TabBesBeg
22365 \series default
22366  y 
22367 \series bold
22368
22369 \backslash
22370 TabBesEnd
22371 \end_layout
22372
22373 \begin_layout Standard
22374 La figura
22375 \begin_inset space ~
22376 \end_inset
22377
22378
22379 \begin_inset CommandInset ref
22380 LatexCommand ref
22381 reference "fig:encab-al-lado"
22382
22383 \end_inset
22384
22385  y la tabla
22386 \begin_inset space ~
22387 \end_inset
22388
22389
22390 \begin_inset CommandInset ref
22391 LatexCommand ref
22392 reference "tab:encab-al-lado"
22393
22394 \end_inset
22395
22396  son ejemplos en los que el título se sitúa al lado.
22397 \end_layout
22398
22399 \begin_layout Standard
22400 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22401  en tablas flotantes y debajo en las figuras flotantes.
22402  Para cambiarlo, puedes usar el comando
22403 \end_layout
22404
22405 \begin_layout Standard
22406
22407 \series bold
22408
22409 \backslash
22410 sidecaptionvpos{tipo de flotante}{colocación}
22411 \end_layout
22412
22413 \begin_layout Standard
22414 en el preámbulo o en código TeX antes del flotante.
22415  El tipo de flotante es 
22416 \family sans
22417 figure
22418 \family default
22419  o 
22420 \family sans
22421 table
22422 \family default
22423 , la colocación puede ser «
22424 \family sans
22425 t
22426 \family default
22427 » por «top» (arriba), «
22428 \family sans
22429 c
22430 \family default
22431 » por «center» (centro), o «
22432 \family sans
22433 b
22434 \family default
22435 » por «bottom» (abajo).
22436  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22437  usa el comando
22438 \end_layout
22439
22440 \begin_layout Standard
22441
22442 \series bold
22443
22444 \backslash
22445 sidecaptionvpos{figure}{c}
22446 \end_layout
22447
22448 \begin_layout Standard
22449 Esto se ha hecho en la figura
22450 \begin_inset space ~
22451 \end_inset
22452
22453
22454 \begin_inset CommandInset ref
22455 LatexCommand ref
22456 reference "fig:encab-al-lado-de-fig"
22457
22458 \end_inset
22459
22460 .
22461 \end_layout
22462
22463 \begin_layout Standard
22464 \begin_inset VSpace medskip
22465 \end_inset
22466
22467 Más información sobre el paquete 
22468 \series bold
22469 sidecap
22470 \series default
22471  en su documentación 
22472 \begin_inset CommandInset citation
22473 LatexCommand cite
22474 key "sidecap"
22475
22476 \end_inset
22477
22478 .
22479 \end_layout
22480
22481 \begin_layout Standard
22482 \begin_inset Note Greyedout
22483 status open
22484
22485 \begin_layout Plain Layout
22486
22487 \series bold
22488 Nota:
22489 \series default
22490  El paquete LaTeX 
22491 \series bold
22492 hypcap
22493 \series default
22494
22495 \begin_inset Index
22496 status collapsed
22497
22498 \begin_layout Plain Layout
22499 LaTeX-paquetes ! hypcap
22500 \end_layout
22501
22502 \end_inset
22503
22504 , descrito en la sección
22505 \begin_inset space ~
22506 \end_inset
22507
22508
22509 \begin_inset CommandInset ref
22510 LatexCommand ref
22511 reference "sub:Colocación-de-Referencias"
22512
22513 \end_inset
22514
22515 , no afecta a flotantes con la leyenda al lado.
22516 \end_layout
22517
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \begin_layout Standard
22524 \begin_inset ERT
22525 status collapsed
22526
22527 \begin_layout Plain Layout
22528
22529
22530 \backslash
22531 FigBesBeg 
22532 \end_layout
22533
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \begin_layout Standard
22540 \begin_inset Float figure
22541 wide false
22542 sideways false
22543 status open
22544
22545 \begin_layout Plain Layout
22546 \begin_inset Graphics
22547         filename ../clipart/escher-lsd.eps
22548         scale 75
22549
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \begin_layout Plain Layout
22556 \begin_inset Caption
22557
22558 \begin_layout Plain Layout
22559 \begin_inset CommandInset label
22560 LatexCommand label
22561 name "fig:encab-al-lado"
22562
22563 \end_inset
22564
22565 Leyenda al lado de una figura.
22566 \end_layout
22567
22568 \end_inset
22569
22570
22571 \end_layout
22572
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \begin_layout Standard
22579 \begin_inset ERT
22580 status collapsed
22581
22582 \begin_layout Plain Layout
22583
22584
22585 \backslash
22586 TabBesBeg 
22587 \end_layout
22588
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \begin_layout Standard
22595 \begin_inset Float table
22596 wide false
22597 sideways false
22598 status open
22599
22600 \begin_layout Plain Layout
22601 \begin_inset Caption
22602
22603 \begin_layout Plain Layout
22604 \begin_inset CommandInset label
22605 LatexCommand label
22606 name "tab:encab-al-lado"
22607
22608 \end_inset
22609
22610 Leyenda al lado de una tabla.
22611 \end_layout
22612
22613 \end_inset
22614
22615
22616 \end_layout
22617
22618 \begin_layout Plain Layout
22619 \begin_inset Tabular
22620 <lyxtabular version="3" rows="4" columns="5">
22621 <features>
22622 <column alignment="center" valignment="top" width="0">
22623 <column alignment="center" valignment="top" width="0">
22624 <column alignment="center" valignment="top" width="0">
22625 <column alignment="center" valignment="top" width="0">
22626 <column alignment="center" valignment="top" width="0">
22627 <row>
22628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 a
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650 b
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 c
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 </row>
22674 <row>
22675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688 d
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 e
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 </row>
22721 <row>
22722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726 f
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 g
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 h
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 </row>
22768 <row>
22769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 i
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 j
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 </row>
22815 </lyxtabular>
22816
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \begin_layout Standard
22828 \begin_inset ERT
22829 status collapsed
22830
22831 \begin_layout Plain Layout
22832
22833
22834 \backslash
22835 TabBesEnd
22836 \end_layout
22837
22838 \end_inset
22839
22840
22841 \end_layout
22842
22843 \begin_layout Standard
22844 \begin_inset ERT
22845 status collapsed
22846
22847 \begin_layout Plain Layout
22848
22849
22850 \backslash
22851 sidecaptionvpos{figure}{c}
22852 \end_layout
22853
22854 \end_inset
22855
22856
22857 \begin_inset Float figure
22858 wide false
22859 sideways false
22860 status open
22861
22862 \begin_layout Plain Layout
22863 \begin_inset Graphics
22864         filename ../clipart/escher-lsd.eps
22865         scale 75
22866
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Caption
22874
22875 \begin_layout Plain Layout
22876 \begin_inset CommandInset label
22877 LatexCommand label
22878 name "fig:encab-al-lado-de-fig"
22879
22880 \end_inset
22881
22882 Leyenda centrada verticalmente junto a una figura.
22883 \end_layout
22884
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \begin_layout Standard
22896 \begin_inset ERT
22897 status collapsed
22898
22899 \begin_layout Plain Layout
22900
22901
22902 \backslash
22903 FigBesEnd
22904 \end_layout
22905
22906 \end_inset
22907
22908
22909 \end_layout
22910
22911 \begin_layout Standard
22912 \begin_inset ERT
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916
22917
22918 \backslash
22919 else
22920 \end_layout
22921
22922 \end_inset
22923
22924
22925 \begin_inset Note Note
22926 status open
22927
22928 \begin_layout Plain Layout
22929 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22930  
22931 \series bold
22932 sidecap
22933 \series default
22934 .
22935 \end_layout
22936
22937 \end_inset
22938
22939
22940 \end_layout
22941
22942 \begin_layout Standard
22943 Debes instalar el paquete LaTeX 
22944 \series bold
22945 sidecap
22946 \series default
22947  para ver la parte siguiente en la salida.
22948 \end_layout
22949
22950 \begin_layout Standard
22951 \begin_inset ERT
22952 status collapsed
22953
22954 \begin_layout Plain Layout
22955
22956
22957 \backslash
22958 fi
22959 \end_layout
22960
22961 \end_inset
22962
22963
22964 \end_layout
22965
22966 \begin_layout Section
22967 Lista de flotantes
22968 \begin_inset Index
22969 status collapsed
22970
22971 \begin_layout Plain Layout
22972 Flotantes ! Lista de
22973 \end_layout
22974
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \begin_layout Standard
22981 Igual que en el índice general se listan las secciones del documento, hay
22982  listas para todos los tipos de flotantes, como las figuras.
22983  Se pueden insertar mediante los submenús 
22984 \family sans
22985 Insertar\SpecialChar \menuseparator
22986 Lista / IG
22987 \family default
22988 .
22989 \end_layout
22990
22991 \begin_layout Standard
22992 Las entradas de la lista son los títulos del flotante o su título corto,
22993  el número de flotante, y el número de la página del documento en la que
22994  aparecen.
22995 \end_layout
22996
22997 \begin_layout Standard
22998 Puedes encontrar las listas de figuras y tablas al final de este documento.
22999 \end_layout
23000
23001 \begin_layout Chapter
23002 Notas
23003 \end_layout
23004
23005 \begin_layout Section
23006 Notas en LyX
23007 \begin_inset Index
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011 Notas ! en LyX
23012 \end_layout
23013
23014 \end_inset
23015
23016
23017 \end_layout
23018
23019 \begin_layout Standard
23020 Las notas se insertan con el botón 
23021 \begin_inset Graphics
23022         filename ../../images/note-insert.png
23023         scale 85
23024
23025 \end_inset
23026
23027  o con el menú 
23028 \family sans
23029 Insertar\SpecialChar \menuseparator
23030 Nota
23031 \family default
23032 .
23033  Hay cinco tipos de notas:
23034 \end_layout
23035
23036 \begin_layout Description
23037 Nota
23038 \begin_inset space ~
23039 \end_inset
23040
23041 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23042  Su cuadro se muestra como este:
23043 \begin_inset Newline newline
23044 \end_inset
23045
23046
23047 \begin_inset Newline newline
23048 \end_inset
23049
23050
23051 \begin_inset Graphics
23052         filename clipart/NotaLyXImagenQt4.png
23053         display false
23054         scale 75
23055
23056 \end_inset
23057
23058  
23059 \begin_inset Note Note
23060 status collapsed
23061
23062 \begin_layout Plain Layout
23063 Este es un texto en un recuadro que no se muestra en la salida.
23064 \end_layout
23065
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \begin_layout Description
23072 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23073  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23074 \family sans
23075 Archivo\SpecialChar \menuseparator
23076 Exportar\SpecialChar \menuseparator
23077 LaTeX (pdflatex) / (plain)
23078 \family default
23079 .
23080  Su recuadro se ve así:
23081 \begin_inset Newline newline
23082 \end_inset
23083
23084
23085 \begin_inset Newline newline
23086 \end_inset
23087
23088
23089 \begin_inset Graphics
23090         filename clipart/ComentNotaImagenQt4.png
23091         display false
23092         scale 75
23093
23094 \end_inset
23095
23096  
23097 \begin_inset Note Comment
23098 status collapsed
23099
23100 \begin_layout Plain Layout
23101 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23102 \end_layout
23103
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \begin_layout Description
23110 Resaltado
23111 \begin_inset space ~
23112 \end_inset
23113
23114 en
23115 \begin_inset space ~
23116 \end_inset
23117
23118 gris Esta nota aparece en la salida como texto resaltado en gris.
23119  Su recuadro se parece a este:
23120 \begin_inset Newline newline
23121 \end_inset
23122
23123
23124 \begin_inset Newline newline
23125 \end_inset
23126
23127
23128 \begin_inset Graphics
23129         filename clipart/GrisNotaImagenQt4.png
23130         display false
23131         scale 75
23132
23133 \end_inset
23134
23135
23136 \begin_inset Newline newline
23137 \end_inset
23138
23139
23140 \begin_inset ERT
23141 status collapsed
23142
23143 \begin_layout Plain Layout
23144
23145
23146 \backslash
23147 renewenvironment{lyxgreyedout}
23148 \end_layout
23149
23150 \begin_layout Plain Layout
23151
23152 {
23153 \backslash
23154 textcolor[gray]{0.8}
23155 \backslash
23156 bgroup}{
23157 \backslash
23158 egroup}
23159 \end_layout
23160
23161 \end_inset
23162
23163
23164 \begin_inset Note Greyedout
23165 status open
23166
23167 \begin_layout Plain Layout
23168 Este es el texto
23169 \begin_inset Foot
23170 status open
23171
23172 \begin_layout Plain Layout
23173 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23174 \end_layout
23175
23176 \end_inset
23177
23178  de un comentario que se muestra resaltado en gris.
23179 \end_layout
23180
23181 \end_inset
23182
23183
23184 \begin_inset ERT
23185 status collapsed
23186
23187 \begin_layout Plain Layout
23188
23189
23190 \backslash
23191 renewenvironment{lyxgreyedout}
23192 \end_layout
23193
23194 \begin_layout Plain Layout
23195
23196 {
23197 \backslash
23198 textcolor{blue}
23199 \backslash
23200 bgroup}{
23201 \backslash
23202 egroup}
23203 \end_layout
23204
23205 \end_inset
23206
23207
23208 \begin_inset Note Note
23209 status collapsed
23210
23211 \begin_layout Plain Layout
23212 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23213  original de LyX, ya que en el preámbulo de este documento se han redefinido
23214  estas notas para que salgan en azul, como se indica más adelante.
23215 \end_layout
23216
23217 \end_inset
23218
23219
23220 \begin_inset Newline newline
23221 \end_inset
23222
23223
23224 \begin_inset Newline newline
23225 \end_inset
23226
23227 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23228  está un poco sangrada, y por otra parte pueden tener notas al pie.
23229 \end_layout
23230
23231 \begin_layout Standard
23232 \begin_inset VSpace bigskip
23233 \end_inset
23234
23235 Si usas el botón de la barra de herramientas 
23236 \begin_inset Graphics
23237         filename ../../images/note-insert.png
23238         scale 85
23239
23240 \end_inset
23241
23242  para insertar notas, se inserta una 
23243 \family sans
23244 Nota
23245 \begin_inset space ~
23246 \end_inset
23247
23248 LyX
23249 \family default
23250 .
23251  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23252  recuadro.
23253  
23254 \family roman
23255 \series medium
23256 \bar no
23257 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23258  botón de herramienta 
23259 \family sans
23260 \series default
23261 \bar default
23262 Nota
23263 \family default
23264 .
23265  Para cambiar una nota a texto, pulsa la tecla 
23266 \family sans
23267 Retroceso
23268 \family default
23269  cuando el cursor está en la primera posición de una nota, o la tecla 
23270 \family sans
23271 Supr
23272 \family default
23273  cuando el cursor está en la última posición de la nota, respectivamente.
23274 \end_layout
23275
23276 \begin_layout Standard
23277 \begin_inset VSpace bigskip
23278 \end_inset
23279
23280 Se puede cambiar el color del 
23281 \family sans
23282 Resaltado en gris
23283 \family default
23284  poniendo en el preámbulo el comando:
23285 \end_layout
23286
23287 \begin_layout Standard
23288
23289 \series bold
23290
23291 \backslash
23292 renewenvironment{lyxgreyedout}
23293 \begin_inset Newline newline
23294 \end_inset
23295
23296
23297 \begin_inset ERT
23298 status collapsed
23299
23300 \begin_layout Plain Layout
23301
23302
23303 \backslash
23304 hphantom{ }
23305 \end_layout
23306
23307 \end_inset
23308
23309 {
23310 \backslash
23311 textcolor{color}
23312 \backslash
23313 bgroup}{
23314 \backslash
23315 egroup}
23316 \end_layout
23317
23318 \begin_layout Standard
23319 Los colores disponibles y el método para definir nuestros propios colores
23320  se explica en la sección
23321 \begin_inset space ~
23322 \end_inset
23323
23324
23325 \begin_inset CommandInset ref
23326 LatexCommand ref
23327 reference "sec:Tablas-Coloreadas"
23328
23329 \end_inset
23330
23331 .
23332 \end_layout
23333
23334 \begin_layout Standard
23335 Las notas en azul en este documento se han hecho con notas del tipo 
23336 \family sans
23337 Resaltado en gris
23338 \family default
23339  pero definiendo el color del texto en azul.
23340 \end_layout
23341
23342 \begin_layout Section
23343 Notas al pie
23344 \begin_inset CommandInset label
23345 LatexCommand label
23346 name "sec:Notas-al-pie"
23347
23348 \end_inset
23349
23350
23351 \begin_inset Index
23352 status collapsed
23353
23354 \begin_layout Plain Layout
23355 Notas ! al pie
23356 \end_layout
23357
23358 \end_inset
23359
23360
23361 \begin_inset Index
23362 status collapsed
23363
23364 \begin_layout Plain Layout
23365 Notas al pie
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \begin_layout Standard
23374 Las notas al pie se insertan con el botón 
23375 \begin_inset Graphics
23376         filename ../../images/footnote-insert.png
23377         scale 85
23378
23379 \end_inset
23380
23381  o el menú 
23382 \family sans
23383 Insertar\SpecialChar \menuseparator
23384 Nota
23385 \begin_inset space ~
23386 \end_inset
23387
23388 al
23389 \begin_inset space ~
23390 \end_inset
23391
23392 pie
23393 \family default
23394 .
23395  
23396 \family roman
23397 \series medium
23398 \bar no
23399 Aparece un recuadro como este:
23400 \family default
23401 \series default
23402 \bar default
23403  
23404 \begin_inset Graphics
23405         filename clipart/notapieQt4.png
23406         scale 80
23407
23408 \end_inset
23409
23410  
23411 \family roman
23412 \series medium
23413 \bar no
23414 donde puedes introducir el texto.
23415  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23416  sobre el
23417 \family default
23418 \series default
23419 \bar default
23420  
23421 \family roman
23422 \series medium
23423 \bar no
23424 botón
23425 \family default
23426 \series default
23427 \bar default
23428 .
23429  Para cambiar una nota al pie a texto, pulsa la tecla 
23430 \family sans
23431 Retroceso
23432 \family default
23433  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23434  
23435 \family sans
23436 Supr
23437 \family default
23438  cuando el cursor está en la última posición de la nota, respectivamente.
23439 \end_layout
23440
23441 \begin_layout Standard
23442 Aquí hay un ejemplo de nota al pie:
23443 \family roman
23444 \series medium
23445 \bar no
23446
23447 \begin_inset Foot
23448 status open
23449
23450 \begin_layout Plain Layout
23451 \begin_inset CommandInset label
23452 LatexCommand label
23453 name "pie:Esto-es-una"
23454
23455 \end_inset
23456
23457 Ejemplo de nota al pie.
23458 \end_layout
23459
23460 \end_inset
23461
23462
23463 \family default
23464 \series default
23465 \bar default
23466
23467 \begin_inset ERT
23468 status collapsed
23469
23470 \begin_layout Plain Layout
23471
23472
23473 \backslash
23474 newcounter{MyRepeatFoot}
23475 \end_layout
23476
23477 \begin_layout Plain Layout
23478
23479
23480 \backslash
23481 setcounter{MyRepeatFoot}{
23482 \backslash
23483 thefootnote}
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \begin_layout Standard
23492 En la salida, el pie se muestra como número voladito en el lugar del texto
23493  donde se coloca el recuadro.
23494  El texto se coloca al final de la página actual.
23495  Los números de las notas son calculados por LaTeX, y son consecutivos.
23496  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23497 \end_layout
23498
23499 \begin_layout Standard
23500 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23501  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23502  se describe en la sección
23503 \begin_inset space ~
23504 \end_inset
23505
23506
23507 \begin_inset CommandInset ref
23508 LatexCommand ref
23509 reference "sec:Referencias-a-Flotantes"
23510
23511 \end_inset
23512
23513 .
23514 \begin_inset Newline newline
23515 \end_inset
23516
23517 Esto es una referencia cruzada a la Nota al pie
23518 \begin_inset space ~
23519 \end_inset
23520
23521
23522 \begin_inset CommandInset ref
23523 LatexCommand ref
23524 reference "pie:Esto-es-una"
23525
23526 \end_inset
23527
23528 .
23529 \begin_inset Newline newline
23530 \end_inset
23531
23532
23533 \begin_inset Note Greyedout
23534 status open
23535
23536 \begin_layout Plain Layout
23537
23538 \series bold
23539 Nota:
23540 \series default
23541  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23542  de insertar un prefijo, p.
23543 \begin_inset space \thinspace{}
23544 \end_inset
23545
23546 e.
23547 \begin_inset space ~
23548 \end_inset
23549
23550 «
23551 \family sans
23552 pie:
23553 \family default
23554 » manualmente cuando quieras usar el estilo 
23555 \family sans
23556 Referencia
23557 \begin_inset space ~
23558 \end_inset
23559
23560 con
23561 \begin_inset space ~
23562 \end_inset
23563
23564 formato
23565 \family default
23566 .
23567 \end_layout
23568
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \begin_layout Standard
23575 \begin_inset VSpace defskip
23576 \end_inset
23577
23578 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23579 \begin_inset space ~
23580 \end_inset
23581
23582
23583 \begin_inset CommandInset ref
23584 LatexCommand ref
23585 reference "sec:Minipáginas"
23586
23587 \end_inset
23588
23589 .
23590  Los pies en tablas largas en la sección
23591 \begin_inset space ~
23592 \end_inset
23593
23594
23595 \begin_inset CommandInset ref
23596 LatexCommand ref
23597 reference "sub:Notas-al-pie-en-Tablas-Largas"
23598
23599 \end_inset
23600
23601 .
23602 \end_layout
23603
23604 \begin_layout Standard
23605 \begin_inset VSpace defskip
23606 \end_inset
23607
23608 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23609 \series bold
23610
23611 \backslash
23612 footnotemark[número]
23613 \series default
23614  en código TeX.
23615  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23616  no quieres imprimir el pie cada vez.
23617 \begin_inset Newline newline
23618 \end_inset
23619
23620 Como no sabes el número del pie que se repite mientras escribes el texto,
23621  tienes que guardarlo.
23622  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23623  en código TeX detrás de Nota
23624 \begin_inset space ~
23625 \end_inset
23626
23627 al
23628 \begin_inset space ~
23629 \end_inset
23630
23631 pie
23632 \begin_inset space ~
23633 \end_inset
23634
23635
23636 \begin_inset CommandInset ref
23637 LatexCommand ref
23638 reference "pie:Esto-es-una"
23639
23640 \end_inset
23641
23642  para guardar el número de pie:
23643 \end_layout
23644
23645 \begin_layout Standard
23646
23647 \series bold
23648
23649 \backslash
23650 newcounter{MyRepeatFoot}
23651 \begin_inset Newline newline
23652 \end_inset
23653
23654
23655 \backslash
23656 setcounter{MyRepeatFoot}{
23657 \backslash
23658 thefootnote}
23659 \end_layout
23660
23661 \begin_layout Standard
23662 La marca de pie se crea entonces con el comando:
23663 \end_layout
23664
23665 \begin_layout Standard
23666
23667 \series bold
23668
23669 \backslash
23670 footnotemark[
23671 \backslash
23672 theMyRepeatFoot]
23673 \end_layout
23674
23675 \begin_layout Standard
23676 Aquí hay un ejemplo de marca de pie:
23677 \family roman
23678 \series medium
23679 \bar no
23680
23681 \begin_inset ERT
23682 status collapsed
23683
23684 \begin_layout Plain Layout
23685
23686
23687 \backslash
23688 footnotemark[
23689 \backslash
23690 theMyRepeatFoot]
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \begin_layout Subsection
23699 Numeración de notas al pie
23700 \begin_inset CommandInset label
23701 LatexCommand label
23702 name "sub:Numeración-de-Notas-al-Pie"
23703
23704 \end_inset
23705
23706
23707 \begin_inset Index
23708 status collapsed
23709
23710 \begin_layout Plain Layout
23711 Notas al pie ! Numeración
23712 \end_layout
23713
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \begin_layout Standard
23720 Para reiniciar el número de pie a 1 en cada sección añade
23721 \family roman
23722  en el preámbulo el comando:
23723 \end_layout
23724
23725 \begin_layout Standard
23726
23727 \series bold
23728
23729 \backslash
23730 @addtoreset{footnote}{section}
23731 \end_layout
23732
23733 \begin_layout Standard
23734 \begin_inset VSpace bigskip
23735 \end_inset
23736
23737 El siguiente comando en el preámbulo cambia el estilo de numeración del
23738  pie a números romanos en minúsculas:
23739 \end_layout
23740
23741 \begin_layout Standard
23742
23743 \series bold
23744
23745 \backslash
23746 renewcommand{
23747 \backslash
23748 thefootnote}{
23749 \backslash
23750 roman{footnote}}
23751 \end_layout
23752
23753 \begin_layout Standard
23754 \begin_inset ERT
23755 status collapsed
23756
23757 \begin_layout Plain Layout
23758
23759
23760 \backslash
23761 renewcommand{
23762 \backslash
23763 thefootnote}{
23764 \backslash
23765 roman{footnote}}
23766 \end_layout
23767
23768 \end_inset
23769
23770  Nota al pie en números romanos:
23771 \begin_inset Foot
23772 status open
23773
23774 \begin_layout Plain Layout
23775 Ejemplo de nota al pie en números romanos.
23776 \end_layout
23777
23778 \end_inset
23779
23780
23781 \begin_inset ERT
23782 status collapsed
23783
23784 \begin_layout Plain Layout
23785
23786
23787 \backslash
23788 renewcommand{
23789 \backslash
23790 thefootnote}{
23791 \backslash
23792 arabic{footnote}}
23793 \end_layout
23794
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \begin_layout Standard
23801 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
23802  
23803 \series bold
23804
23805 \backslash
23806 roman
23807 \series default
23808  por 
23809 \series bold
23810
23811 \backslash
23812 Roman
23813 \series default
23814 .
23815  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
23816 \series bold
23817
23818 \backslash
23819 Alph
23820 \series default
23821  o 
23822 \series bold
23823
23824 \backslash
23825 alph
23826 \series default
23827 , respectivamente.
23828  Para ordenar las notas al pie con símbolos usa 
23829 \series bold
23830
23831 \backslash
23832 fnsymbol
23833 \series default
23834 .
23835 \end_layout
23836
23837 \begin_layout Standard
23838 \begin_inset Note Greyedout
23839 status open
23840
23841 \begin_layout Plain Layout
23842
23843 \series bold
23844 Nota:
23845 \series default
23846  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
23847  simples.
23848 \end_layout
23849
23850 \end_inset
23851
23852
23853 \begin_inset Newline newline
23854 \end_inset
23855
23856
23857 \begin_inset Note Greyedout
23858 status open
23859
23860 \begin_layout Plain Layout
23861
23862 \series bold
23863 Nota:
23864 \series default
23865  sólo puedes ordenar hasta 9 pies con símbolos.
23866 \end_layout
23867
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \begin_layout Standard
23874 Para volver al estilo de numeración predeterminado cuando has cambiado a
23875  otro estilo, usa 
23876 \series bold
23877
23878 \backslash
23879 arabic
23880 \series default
23881  en vez de 
23882 \series bold
23883
23884 \backslash
23885 roman
23886 \series default
23887  en el comando anterior.
23888 \begin_inset ERT
23889 status collapsed
23890
23891 \begin_layout Plain Layout
23892
23893
23894 \backslash
23895 renewcommand{
23896 \backslash
23897 thefootnote}{
23898 \backslash
23899 arabic{footnote}}
23900 \end_layout
23901
23902 \end_inset
23903
23904
23905 \end_layout
23906
23907 \begin_layout Standard
23908 \begin_inset VSpace bigskip
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \begin_layout Standard
23915 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
23916  comando al preámbulo del documento:
23917 \end_layout
23918
23919 \begin_layout Standard
23920
23921 \series bold
23922
23923 \backslash
23924 numberwithin{footnote}{chapter}
23925 \end_layout
23926
23927 \begin_layout Standard
23928 Para poder usar el comando 
23929 \series bold
23930
23931 \backslash
23932 numberwithin
23933 \series default
23934 , marca la opción 
23935 \family sans
23936 Usar
23937 \family default
23938
23939 \begin_inset space ~
23940 \end_inset
23941
23942
23943 \family sans
23944 el
23945 \family default
23946
23947 \begin_inset space ~
23948 \end_inset
23949
23950
23951 \family sans
23952 paquete
23953 \family default
23954
23955 \begin_inset space ~
23956 \end_inset
23957
23958
23959 \family sans
23960 AMS
23961 \family default
23962  en la solapa 
23963 \family sans
23964 Ecuaciones
23965 \family default
23966  de la configuración del documento.
23967 \end_layout
23968
23969 \begin_layout Standard
23970 \begin_inset ERT
23971 status collapsed
23972
23973 \begin_layout Plain Layout
23974
23975
23976 \backslash
23977 numberwithin{footnote}{chapter}
23978 \end_layout
23979
23980 \end_inset
23981
23982 Esto es otro ejemplo de nota al pie:
23983 \series bold
23984
23985 \begin_inset Foot
23986 status open
23987
23988 \begin_layout Plain Layout
23989 Nota al pie numerada en el esquema 
23990 \begin_inset Quotes eld
23991 \end_inset
23992
23993 capítulo.nota
23994 \begin_inset Quotes erd
23995 \end_inset
23996
23997 .
23998 \end_layout
23999
24000 \end_inset
24001
24002
24003 \series default
24004
24005 \begin_inset ERT
24006 status collapsed
24007
24008 \begin_layout Plain Layout
24009
24010
24011 \backslash
24012 renewcommand{
24013 \backslash
24014 thefootnote}{
24015 \backslash
24016 arabic{footnote}}
24017 \end_layout
24018
24019 \end_inset
24020
24021
24022 \end_layout
24023
24024 \begin_layout Standard
24025 \begin_inset Note Greyedout
24026 status open
24027
24028 \begin_layout Plain Layout
24029
24030 \series bold
24031 Nota: 
24032 \backslash
24033 numberwithin 
24034 \series default
24035 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24036  previas para obtener números no arábigos se sobreescriben.
24037 \end_layout
24038
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \begin_layout Standard
24045 Así, para obtener por ejemplo el esquema «capítulo.
24046 \backslash
24047 Roman{footnote}», usa este comando en vez de 
24048 \series bold
24049
24050 \backslash
24051 numberwithin
24052 \series default
24053 :
24054 \end_layout
24055
24056 \begin_layout Standard
24057
24058 \series bold
24059
24060 \backslash
24061 renewcommand{
24062 \backslash
24063 thefootnote}{
24064 \backslash
24065 thechapter.
24066 \backslash
24067 Roman{footnote}}
24068 \end_layout
24069
24070 \begin_layout Subsection
24071 Colocación de notas al pie
24072 \begin_inset Index
24073 status collapsed
24074
24075 \begin_layout Plain Layout
24076 Notas al pie ! Colocación
24077 \end_layout
24078
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \begin_layout Standard
24085 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24086  entre ellas al final de la página.
24087  Para hacerlas más legibles puedes añadir 1.5
24088 \begin_inset space \thinspace{}
24089 \end_inset
24090
24091 mm, p.
24092 \begin_inset space \thinspace{}
24093 \end_inset
24094
24095 e., con el comando siguiente en el preámbulo:
24096 \end_layout
24097
24098 \begin_layout Standard
24099
24100 \series bold
24101
24102 \backslash
24103 let
24104 \backslash
24105 myFoot
24106 \backslash
24107 footnote
24108 \begin_inset Newline newline
24109 \end_inset
24110
24111
24112 \backslash
24113 renewcommand{
24114 \backslash
24115 footnote}[1]{
24116 \backslash
24117 myFoot{#1
24118 \backslash
24119 vspace{1.5mm}}}
24120 \end_layout
24121
24122 \begin_layout Standard
24123 \begin_inset VSpace bigskip
24124 \end_inset
24125
24126 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24127  véase la figura
24128 \begin_inset space ~
24129 \end_inset
24130
24131
24132 \begin_inset CommandInset ref
24133 LatexCommand ref
24134 reference "fig:Colocación-standard-del-pie"
24135
24136 \end_inset
24137
24138 .
24139  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24140  en la figura
24141 \begin_inset space ~
24142 \end_inset
24143
24144
24145 \begin_inset CommandInset ref
24146 LatexCommand ref
24147 reference "fig:Colocación-del-pie-en"
24148
24149 \end_inset
24150
24151 , usa el paquete LaTeX 
24152 \series bold
24153 ftnright
24154 \series default
24155
24156 \begin_inset Index
24157 status collapsed
24158
24159 \begin_layout Plain Layout
24160 LaTeX-paquetes ! ftnright
24161 \end_layout
24162
24163 \end_inset
24164
24165  con este comando en el preámbulo:
24166 \end_layout
24167
24168 \begin_layout Standard
24169
24170 \series bold
24171
24172 \backslash
24173 usepackage{ftnright}
24174 \end_layout
24175
24176 \begin_layout Standard
24177 \begin_inset Float figure
24178 placement !h
24179 wide false
24180 sideways false
24181 status open
24182
24183 \begin_layout Plain Layout
24184 \begin_inset ERT
24185 status collapsed
24186
24187 \begin_layout Plain Layout
24188
24189
24190 \backslash
24191 framebox{
24192 \end_layout
24193
24194 \end_inset
24195
24196
24197 \begin_inset Graphics
24198         filename ../clipart/without_fntright.pdf
24199         width 100col%
24200
24201 \end_inset
24202
24203
24204 \begin_inset ERT
24205 status collapsed
24206
24207 \begin_layout Plain Layout
24208
24209 }
24210 \end_layout
24211
24212 \end_inset
24213
24214
24215 \end_layout
24216
24217 \begin_layout Plain Layout
24218 \begin_inset Caption
24219
24220 \begin_layout Plain Layout
24221 \begin_inset CommandInset label
24222 LatexCommand label
24223 name "fig:Colocación-standard-del-pie"
24224
24225 \end_inset
24226
24227 Colocación estándar de notas al pie en documentos a dos columnas.
24228 \end_layout
24229
24230 \end_inset
24231
24232
24233 \end_layout
24234
24235 \end_inset
24236
24237
24238 \end_layout
24239
24240 \begin_layout Standard
24241 \begin_inset Float figure
24242 placement !h
24243 wide false
24244 sideways false
24245 status open
24246
24247 \begin_layout Plain Layout
24248 \begin_inset ERT
24249 status collapsed
24250
24251 \begin_layout Plain Layout
24252
24253
24254 \backslash
24255 framebox{
24256 \end_layout
24257
24258 \end_inset
24259
24260
24261 \begin_inset Graphics
24262         filename ../clipart/with_fntright.pdf
24263         width 100col%
24264
24265 \end_inset
24266
24267
24268 \begin_inset ERT
24269 status collapsed
24270
24271 \begin_layout Plain Layout
24272
24273 }
24274 \end_layout
24275
24276 \end_inset
24277
24278
24279 \end_layout
24280
24281 \begin_layout Plain Layout
24282 \begin_inset Caption
24283
24284 \begin_layout Plain Layout
24285 \begin_inset CommandInset label
24286 LatexCommand label
24287 name "fig:Colocación-del-pie-en"
24288
24289 \end_inset
24290
24291 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24292  el paquete LaTeX 
24293 \series bold
24294 ftnright
24295 \series default
24296 .
24297 \end_layout
24298
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \end_inset
24305
24306
24307 \end_layout
24308
24309 \begin_layout Standard
24310 \begin_inset VSpace bigskip
24311 \end_inset
24312
24313 En alguna literatura científica es habitual reunir las notas para imprimirlas
24314  en un párrafo separado al final de la sección, como en la figura
24315 \begin_inset space ~
24316 \end_inset
24317
24318
24319 \begin_inset CommandInset ref
24320 LatexCommand ref
24321 reference "fig:Notas-al-pie-al-final"
24322
24323 \end_inset
24324
24325 .
24326  Para reunir las notas al final
24327 \begin_inset Index
24328 status collapsed
24329
24330 \begin_layout Plain Layout
24331 Notas ! al final
24332 \end_layout
24333
24334 \end_inset
24335
24336  en vez de al pie, carga el paquete LaTeX 
24337 \series bold
24338 endnotes
24339 \series default
24340
24341 \begin_inset Index
24342 status collapsed
24343
24344 \begin_layout Plain Layout
24345 LaTeX-paquetes ! endnotes
24346 \end_layout
24347
24348 \end_inset
24349
24350  con las siguientes líneas en el preámbulo:
24351 \end_layout
24352
24353 \begin_layout Standard
24354
24355 \series bold
24356
24357 \backslash
24358 usepackage{endnotes}
24359 \begin_inset Newline newline
24360 \end_inset
24361
24362
24363 \backslash
24364 let
24365 \backslash
24366 footnote
24367 \backslash
24368 endnote
24369 \end_layout
24370
24371 \begin_layout Standard
24372 Para insertar la colección de notas, escribe el comando
24373 \end_layout
24374
24375 \begin_layout Standard
24376
24377 \series bold
24378
24379 \backslash
24380 theendnotes
24381 \end_layout
24382
24383 \begin_layout Standard
24384 en código TeX al final de una sección o capítulo.
24385 \end_layout
24386
24387 \begin_layout Standard
24388 \begin_inset Float figure
24389 wide false
24390 sideways false
24391 status open
24392
24393 \begin_layout Plain Layout
24394 \align center
24395 \begin_inset ERT
24396 status collapsed
24397
24398 \begin_layout Plain Layout
24399
24400
24401 \backslash
24402 framebox{
24403 \end_layout
24404
24405 \end_inset
24406
24407
24408 \begin_inset Graphics
24409         filename ../clipart/endnotes.pdf
24410
24411 \end_inset
24412
24413
24414 \begin_inset ERT
24415 status collapsed
24416
24417 \begin_layout Plain Layout
24418
24419 }
24420 \end_layout
24421
24422 \end_inset
24423
24424
24425 \end_layout
24426
24427 \begin_layout Plain Layout
24428 \begin_inset Caption
24429
24430 \begin_layout Plain Layout
24431 \begin_inset CommandInset label
24432 LatexCommand label
24433 name "fig:Notas-al-pie-al-final"
24434
24435 \end_inset
24436
24437 Notas al final: notas impresas en párrafo separado al final de la sección
24438  o del capítulo.
24439 \end_layout
24440
24441 \end_inset
24442
24443
24444 \end_layout
24445
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \begin_layout Standard
24452 \begin_inset VSpace medskip
24453 \end_inset
24454
24455 La cabecera de párrafo para las notas finales no se traduce automáticamente
24456  al lenguaje del documento, hay que hacerlo manualmente.
24457   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24458  al español «Notas»:
24459 \end_layout
24460
24461 \begin_layout Standard
24462
24463 \series bold
24464
24465 \backslash
24466 renewcommand{
24467 \backslash
24468 notesname}{Notas}
24469 \end_layout
24470
24471 \begin_layout Standard
24472 \begin_inset VSpace medskip
24473 \end_inset
24474
24475 La numeración de notas finales puede cambiarse como la de las notas al pie,
24476  como se describe en la sección
24477 \begin_inset space ~
24478 \end_inset
24479
24480
24481 \begin_inset CommandInset ref
24482 LatexCommand ref
24483 reference "sub:Numeración-de-Notas-al-Pie"
24484
24485 \end_inset
24486
24487 ; sólo hay que reemplazar el comando 
24488 \series bold
24489
24490 \backslash
24491 thefootnote
24492 \series default
24493  por 
24494 \series bold
24495
24496 \backslash
24497 theendnote
24498 \series default
24499 .
24500  Para restablecer la numeración usa el comando 
24501 \series bold
24502
24503 \backslash
24504 @addtoreset
24505 \series default
24506  como se describe en la sección
24507 \begin_inset space ~
24508 \end_inset
24509
24510
24511 \begin_inset CommandInset ref
24512 LatexCommand ref
24513 reference "sub:Numeración-de-Notas-al-Pie"
24514
24515 \end_inset
24516
24517  y sustituye el parámetro de comando 
24518 \series bold
24519 footnote
24520 \series default
24521  por 
24522 \series bold
24523 endnote
24524 \series default
24525 .
24526 \end_layout
24527
24528 \begin_layout Standard
24529 Para crear sólo una marca para una nota final, usa el comando 
24530 \series bold
24531
24532 \backslash
24533 endnotemark[número]
24534 \series default
24535  similar al comando 
24536 \series bold
24537
24538 \backslash
24539 footnotemark
24540 \series default
24541 , descrito en la sección
24542 \begin_inset space ~
24543 \end_inset
24544
24545
24546 \begin_inset CommandInset ref
24547 LatexCommand ref
24548 reference "sec:Notas-al-pie"
24549
24550 \end_inset
24551
24552 .
24553 \end_layout
24554
24555 \begin_layout Standard
24556 \begin_inset VSpace bigskip
24557 \end_inset
24558
24559 Las notas al pie también pueden colocarse al margen de la página y la alineación
24560  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24561 \series bold
24562 footmisc
24563 \series default
24564
24565 \begin_inset Index
24566 status collapsed
24567
24568 \begin_layout Plain Layout
24569 LaTeX-paquetes ! footmisc
24570 \end_layout
24571
24572 \end_inset
24573
24574  
24575 \begin_inset CommandInset citation
24576 LatexCommand cite
24577 key "footmisc"
24578
24579 \end_inset
24580
24581  para más información.
24582 \end_layout
24583
24584 \begin_layout Standard
24585 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24586  
24587 \begin_inset CommandInset citation
24588 LatexCommand cite
24589 key "latexcompanion,latexguide,latexbook"
24590
24591 \end_inset
24592
24593 .
24594 \end_layout
24595
24596 \begin_layout Section
24597 Notas al margen
24598 \begin_inset Index
24599 status collapsed
24600
24601 \begin_layout Plain Layout
24602 Notas ! al margen
24603 \end_layout
24604
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \begin_layout Standard
24611 Las notas al margen se ven y se comportan en LyX como notas al pie.
24612  Se insertan con el menú 
24613 \family sans
24614 Insertar\SpecialChar \menuseparator
24615 Nota
24616 \begin_inset space ~
24617 \end_inset
24618
24619 al
24620 \begin_inset space ~
24621 \end_inset
24622
24623 margen
24624 \family default
24625  o con el botón 
24626 \begin_inset Graphics
24627         filename ../../images/marginalnote-insert.png
24628         scale 85
24629
24630 \end_inset
24631
24632 .
24633  Aparece un cuadro gris con la etiqueta 
24634 \family roman
24635 \series medium
24636 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
24637 \end_layout
24638
24639 \begin_layout Standard
24640 Al lado hay un ejemplo de nota al margen.
24641
24642 \family roman
24643 \series medium
24644  
24645 \begin_inset Marginal
24646 status open
24647
24648 \begin_layout Plain Layout
24649 Esto es una nota al margen.
24650 \end_layout
24651
24652 \end_inset
24653
24654
24655 \end_layout
24656
24657 \begin_layout Standard
24658 Estas notas salen en el margen derecho en documentos a una cara.
24659  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
24660  en páginas pares, derecho en páginas impares---.
24661  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
24662  a la derecha si la nota aparece en el margen izquierdo---.
24663  La primera línea de la nota se sitúa en la posición de la línea del texto
24664  en la que se inserta en el documento.
24665 \end_layout
24666
24667 \begin_layout Standard
24668 \begin_inset VSpace bigskip
24669 \end_inset
24670
24671 Para colocar la nota en el margen interno añade el comando
24672 \end_layout
24673
24674 \begin_layout Standard
24675
24676 \series bold
24677
24678 \backslash
24679 reversemarginpar
24680 \end_layout
24681
24682 \begin_layout Standard
24683 en código TeX antes de la nota.
24684  La nueva colocación es válida para todas las siguientes notas al margen.
24685  
24686 \begin_inset ERT
24687 status collapsed
24688
24689 \begin_layout Plain Layout
24690
24691
24692 \backslash
24693 reversemarginpar 
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \begin_inset Marginal
24700 status open
24701
24702 \begin_layout Plain Layout
24703 Esto es una nota en el margen interno.
24704 \end_layout
24705
24706 \end_inset
24707
24708
24709 \series bold
24710
24711 \begin_inset Newline newline
24712 \end_inset
24713
24714
24715 \series default
24716
24717 \begin_inset Note Greyedout
24718 status open
24719
24720 \begin_layout Plain Layout
24721
24722 \series bold
24723 Nota:
24724 \series default
24725  A veces no hay espacio suficiente en el margen interno, por lo que la nota
24726  no se mostrará correctamente en la salida.
24727 \end_layout
24728
24729 \end_inset
24730
24731
24732 \end_layout
24733
24734 \begin_layout Standard
24735 Para volver a la ubicación predeterminada inserta en código TeX el comando
24736 \begin_inset ERT
24737 status collapsed
24738
24739 \begin_layout Plain Layout
24740
24741
24742 \backslash
24743 normalmarginpar 
24744 \end_layout
24745
24746 \end_inset
24747
24748
24749 \end_layout
24750
24751 \begin_layout Standard
24752
24753 \series bold
24754
24755 \backslash
24756 normalmarginpar
24757 \end_layout
24758
24759 \begin_layout Standard
24760 \begin_inset Note Greyedout
24761 status open
24762
24763 \begin_layout Plain Layout
24764
24765 \series bold
24766 Nota:
24767 \series default
24768  El comando se ignora si en el mismo párrafo está también presente el comando
24769  
24770 \series bold
24771
24772 \backslash
24773 reversemarginpar
24774 \series default
24775 .
24776 \end_layout
24777
24778 \end_inset
24779
24780
24781 \end_layout
24782
24783 \begin_layout Standard
24784 \begin_inset VSpace bigskip
24785 \end_inset
24786
24787
24788 \family roman
24789 \series medium
24790
24791 \begin_inset Marginal
24792 status open
24793
24794 \begin_layout Plain Layout
24795 PalabraMuyLargaAlMargen no partida con guión.
24796 \end_layout
24797
24798 \end_inset
24799
24800
24801 \family default
24802 \series default
24803  Como en el caso descrito en la sección
24804 \begin_inset space ~
24805 \end_inset
24806
24807
24808 \begin_inset CommandInset ref
24809 LatexCommand ref
24810 reference "sub:Líneas-Múltiples-en"
24811
24812 \end_inset
24813
24814 , una palabra larga no puede partirse con guión cuando es la primera en
24815  la nota al margen.
24816  Para evitar esto, inserta un espacio horizontal de 0
24817 \begin_inset space \thinspace{}
24818 \end_inset
24819
24820 pt antes de la palabra
24821 \family roman
24822 \series medium
24823 .
24824  
24825 \begin_inset Marginal
24826 status open
24827
24828 \begin_layout Plain Layout
24829 \begin_inset ERT
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833
24834
24835 \backslash
24836 hspace{0pt}
24837 \end_layout
24838
24839 \end_inset
24840
24841 PalabraMuyLargaAlMargen partida con guión.
24842 \end_layout
24843
24844 \end_inset
24845
24846
24847 \end_layout
24848
24849 \begin_layout Standard
24850 \begin_inset VSpace bigskip
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \begin_layout Standard
24857 \begin_inset Note Greyedout
24858 status open
24859
24860 \begin_layout Plain Layout
24861
24862 \series bold
24863 Nota:
24864 \series default
24865  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
24866  notas al pie.
24867 \end_layout
24868
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \begin_layout Standard
24875 \begin_inset VSpace bigskip
24876 \end_inset
24877
24878
24879 \end_layout
24880
24881 \begin_layout Standard
24882 \begin_inset ERT
24883 status collapsed
24884
24885 \begin_layout Plain Layout
24886
24887
24888 \backslash
24889 ifmarginnote
24890 \end_layout
24891
24892 \end_inset
24893
24894
24895 \begin_inset Note Note
24896 status open
24897
24898 \begin_layout Plain Layout
24899 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
24900  LaTeX 
24901 \series bold
24902 marginnote
24903 \series default
24904 .
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Standard
24913 Esta restricción se puede salvar con el paquete LaTeX 
24914 \series bold
24915 marginnote
24916 \series default
24917
24918 \begin_inset Index
24919 status collapsed
24920
24921 \begin_layout Plain Layout
24922 LaTeX-paquetes ! marginnote
24923 \end_layout
24924
24925 \end_inset
24926
24927 .
24928  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
24929  notas al margen es redefinido para usar el comando proporcionado por el
24930  paquete 
24931 \series bold
24932 marginnote
24933 \series default
24934 :
24935 \end_layout
24936
24937 \begin_layout Standard
24938
24939 \series bold
24940
24941 \backslash
24942 usepackage{marginnote}
24943 \begin_inset Newline newline
24944 \end_inset
24945
24946
24947 \backslash
24948 let
24949 \backslash
24950 marginpar
24951 \backslash
24952 marginnote
24953 \end_layout
24954
24955 \begin_layout Standard
24956 Esto se ha utilizado en el presente documento porque 
24957 \series bold
24958 marginnote
24959 \series default
24960  tiene una característica adicional útil: Puedes establecer un desplazamiento
24961  vertical a la nota.
24962  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
24963  diseño de la página.
24964  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
24965  en código TeX
24966 \end_layout
24967
24968 \begin_layout Standard
24969
24970 \series bold
24971 [desplazamiento]
24972 \end_layout
24973
24974 \begin_layout Standard
24975 donde desplazamiento es una longitud en una de las unidades de la tabla
24976 \begin_inset space ~
24977 \end_inset
24978
24979
24980 \begin_inset CommandInset ref
24981 LatexCommand ref
24982 reference "tab:Unidades"
24983
24984 \end_inset
24985
24986 .
24987  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
24988  abajo.
24989  
24990 \family roman
24991 \series medium
24992 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
24993 \begin_inset space \thinspace{}
24994 \end_inset
24995
24996 cm arriba con el comando en código TeX 
24997 \begin_inset Quotes eld
24998 \end_inset
24999
25000
25001 \family default
25002 \series bold
25003 [-1.5cm]
25004 \family roman
25005 \series medium
25006
25007 \begin_inset Quotes erd
25008 \end_inset
25009
25010
25011 \begin_inset Marginal
25012 status collapsed
25013
25014 \begin_layout Plain Layout
25015 Esta nota está 1.5
25016 \begin_inset space \thinspace{}
25017 \end_inset
25018
25019 cm por encima de su posición original.
25020 \end_layout
25021
25022 \end_inset
25023
25024
25025 \family default
25026 \series default
25027
25028 \begin_inset ERT
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032
25033 [-1.5cm]
25034 \end_layout
25035
25036 \end_inset
25037
25038
25039 \end_layout
25040
25041 \begin_layout Standard
25042 \begin_inset VSpace medskip
25043 \end_inset
25044
25045 Con 
25046 \series bold
25047 marginnote
25048 \series default
25049  también puedes cambiar la alineación del texto en el margen.
25050  Por ejemplo los comandos
25051 \end_layout
25052
25053 \begin_layout Standard
25054
25055 \series bold
25056
25057 \backslash
25058 renewcommand*{
25059 \backslash
25060 raggedleftmarginnote}{
25061 \backslash
25062 centering}
25063 \begin_inset Newline newline
25064 \end_inset
25065
25066
25067 \backslash
25068 renewcommand*{
25069 \backslash
25070 raggedrightmarginnote}{
25071 \backslash
25072 centering}
25073 \end_layout
25074
25075 \begin_layout Standard
25076 producen alineación centrada.
25077  
25078 \series bold
25079
25080 \backslash
25081 raggedleftmarginnote
25082 \series default
25083  identifica las notas que aparecen al lado izquierdo.
25084 \family roman
25085 \series medium
25086
25087 \begin_inset ERT
25088 status collapsed
25089
25090 \begin_layout Plain Layout
25091
25092
25093 \backslash
25094 renewcommand*{
25095 \backslash
25096 raggedleftmarginnote}{
25097 \backslash
25098 centering}
25099 \end_layout
25100
25101 \begin_layout Plain Layout
25102
25103
25104 \backslash
25105 renewcommand*{
25106 \backslash
25107 raggedrightmarginnote}{
25108 \backslash
25109 centering}
25110 \end_layout
25111
25112 \end_inset
25113
25114
25115 \begin_inset Marginal
25116 status open
25117
25118 \begin_layout Plain Layout
25119 El texto de esta nota está centrado.
25120 \end_layout
25121
25122 \end_inset
25123
25124
25125 \family default
25126 \series default
25127  El valor predeterminado es 
25128 \end_layout
25129
25130 \begin_layout Standard
25131
25132 \series bold
25133
25134 \backslash
25135 renewcommand*{
25136 \backslash
25137 raggedleftmarginnote}{
25138 \backslash
25139 raggedleft}
25140 \begin_inset Newline newline
25141 \end_inset
25142
25143
25144 \backslash
25145 renewcommand*{
25146 \backslash
25147 raggedrightmarginnote}{
25148 \backslash
25149 raggedright}
25150 \family roman
25151 \series medium
25152
25153 \begin_inset ERT
25154 status collapsed
25155
25156 \begin_layout Plain Layout
25157
25158
25159 \backslash
25160 renewcommand*{
25161 \backslash
25162 raggedleftmarginnote}{
25163 \backslash
25164 raggedleft}
25165 \end_layout
25166
25167 \begin_layout Plain Layout
25168
25169
25170 \backslash
25171 renewcommand*{
25172 \backslash
25173 raggedrightmarginnote}{
25174 \backslash
25175 raggedright}
25176 \end_layout
25177
25178 \end_inset
25179
25180
25181 \end_layout
25182
25183 \begin_layout Standard
25184 \begin_inset VSpace medskip
25185 \end_inset
25186
25187 Para otras características de 
25188 \series bold
25189 marginnote
25190 \series default
25191  mira en su documentación 
25192 \begin_inset CommandInset citation
25193 LatexCommand cite
25194 key "marginnote"
25195
25196 \end_inset
25197
25198 .
25199 \end_layout
25200
25201 \begin_layout Standard
25202 \begin_inset VSpace bigskip
25203 \end_inset
25204
25205 El diseño de las notas al margen puede ser redefinido.
25206  Por ejemplo, para crear una cabecera para todas las notas con el texto
25207  
25208 \begin_inset Quotes eld
25209 \end_inset
25210
25211
25212 \series bold
25213 \bar under
25214 ¡
25215 \family sans
25216 Atención
25217 \family default
25218 !
25219 \series default
25220 \bar default
25221
25222 \begin_inset Quotes erd
25223 \end_inset
25224
25225 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25226 \end_layout
25227
25228 \begin_layout Standard
25229
25230 \series bold
25231
25232 \backslash
25233 let
25234 \backslash
25235 myMarginpar
25236 \backslash
25237 marginpar
25238 \begin_inset Newline newline
25239 \end_inset
25240
25241
25242 \backslash
25243 renewcommand{
25244 \backslash
25245 marginpar}[1]{
25246 \backslash
25247 myMarginpar{%
25248 \begin_inset Newline newline
25249 \end_inset
25250
25251
25252 \begin_inset ERT
25253 status collapsed
25254
25255 \begin_layout Plain Layout
25256
25257
25258 \backslash
25259 hphantom{ }
25260 \end_layout
25261
25262 \end_inset
25263
25264
25265 \backslash
25266 hspace{0pt}
25267 \backslash
25268 textsf{
25269 \backslash
25270 textbf{
25271 \backslash
25272 underbar{¡Atención!}}}%
25273 \begin_inset Newline newline
25274 \end_inset
25275
25276
25277 \begin_inset ERT
25278 status collapsed
25279
25280 \begin_layout Plain Layout
25281
25282
25283 \backslash
25284 hphantom{ }
25285 \end_layout
25286
25287 \end_inset
25288
25289
25290 \backslash
25291 vspace{1.5mm}
25292 \backslash
25293
25294 \backslash
25295 #1}}
25296 \end_layout
25297
25298 \begin_layout Standard
25299
25300 \family roman
25301 \series medium
25302 \begin_inset ERT
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306
25307
25308 \backslash
25309 let
25310 \backslash
25311 myMarginpar
25312 \backslash
25313 marginpar
25314 \end_layout
25315
25316 \begin_layout Plain Layout
25317
25318
25319 \backslash
25320 renewcommand{
25321 \backslash
25322 marginpar}[1]{
25323 \backslash
25324 myMarginpar{%
25325 \end_layout
25326
25327 \begin_layout Plain Layout
25328
25329    
25330 \backslash
25331 textsf{
25332 \backslash
25333 textbf{
25334 \backslash
25335 underbar{¡Atención!}}}%
25336 \end_layout
25337
25338 \begin_layout Plain Layout
25339
25340    
25341 \backslash
25342 vspace{1.5mm}
25343 \backslash
25344
25345 \backslash
25346 #1}}
25347 \end_layout
25348
25349 \end_inset
25350
25351
25352 \begin_inset Marginal
25353 status open
25354
25355 \begin_layout Plain Layout
25356 Esta es una nota con una cabecera definida.
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \family default
25363 \series default
25364
25365 \begin_inset ERT
25366 status collapsed
25367
25368 \begin_layout Plain Layout
25369
25370 [-1.5cm]
25371 \end_layout
25372
25373 \end_inset
25374
25375
25376 \family roman
25377 \series medium
25378
25379 \begin_inset ERT
25380 status collapsed
25381
25382 \begin_layout Plain Layout
25383
25384
25385 \backslash
25386 renewcommand{
25387 \backslash
25388 marginpar}[1]{
25389 \backslash
25390 myMarginpar{#1}}
25391 \end_layout
25392
25393 \end_inset
25394
25395
25396 \family default
25397 \series default
25398
25399 \begin_inset Note Note
25400 status collapsed
25401
25402 \begin_layout Plain Layout
25403 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \begin_layout Standard
25412 \begin_inset ERT
25413 status collapsed
25414
25415 \begin_layout Plain Layout
25416
25417
25418 \backslash
25419 else
25420 \end_layout
25421
25422 \end_inset
25423
25424
25425 \begin_inset Note Note
25426 status open
25427
25428 \begin_layout Plain Layout
25429 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25430  
25431 \series bold
25432 marginnote
25433 \series default
25434 .
25435 \end_layout
25436
25437 \end_inset
25438
25439
25440 \end_layout
25441
25442 \begin_layout Standard
25443 Debes instalar el paquete LaTeX 
25444 \series bold
25445 marginnote
25446 \series default
25447  para ver la parte siguiente en la salida.
25448 \end_layout
25449
25450 \begin_layout Standard
25451 \begin_inset ERT
25452 status collapsed
25453
25454 \begin_layout Plain Layout
25455
25456
25457 \backslash
25458 fi
25459 \end_layout
25460
25461 \end_inset
25462
25463
25464 \end_layout
25465
25466 \begin_layout Chapter
25467 Cuadros
25468 \end_layout
25469
25470 \begin_layout Section
25471 Introducción
25472 \begin_inset Index
25473 status collapsed
25474
25475 \begin_layout Plain Layout
25476 Cuadros ! Introducción
25477 \end_layout
25478
25479 \end_inset
25480
25481
25482 \end_layout
25483
25484 \begin_layout Standard
25485 Los cuadros se emplean para dar formato a bloques de texto.
25486  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25487 \begin_inset space ~
25488 \end_inset
25489
25490
25491 \begin_inset CommandInset ref
25492 LatexCommand ref
25493 reference "sec:Minipáginas"
25494
25495 \end_inset
25496
25497 , enmarcar textos, véase sección
25498 \begin_inset space ~
25499 \end_inset
25500
25501
25502 \begin_inset CommandInset ref
25503 LatexCommand ref
25504 reference "sec:Cuadros-Enmarcados"
25505
25506 \end_inset
25507
25508 , evitar la división de palabras, véase sección
25509 \begin_inset space ~
25510 \end_inset
25511
25512
25513 \begin_inset CommandInset ref
25514 LatexCommand ref
25515 reference "sec:Evitar-la-Partición"
25516
25517 \end_inset
25518
25519 , alinear texto, véase sección
25520 \begin_inset space ~
25521 \end_inset
25522
25523
25524 \begin_inset CommandInset ref
25525 LatexCommand ref
25526 reference "sub:Alineación-Vertical"
25527
25528 \end_inset
25529
25530 , o para poner color de fondo a un texto, véase sección
25531 \begin_inset space ~
25532 \end_inset
25533
25534
25535 \begin_inset CommandInset ref
25536 LatexCommand ref
25537 reference "sec:Cuadros-Coloreados"
25538
25539 \end_inset
25540
25541 .
25542 \end_layout
25543
25544 \begin_layout Standard
25545 Se insertan con el menú 
25546 \family sans
25547 Insertar\SpecialChar \menuseparator
25548 Cuadro
25549 \family default
25550  o con el botón 
25551 \begin_inset Graphics
25552         filename ../../images/box-insert.png
25553         scale 85
25554
25555 \end_inset
25556
25557 .
25558  Surge un recuadro gris con la etiqueta 
25559 \family sans
25560 Cuadro (Minipágina)
25561 \family default
25562
25563 \begin_inset Graphics
25564         filename clipart/CuadroMinipagQt4.png
25565         scale 75
25566         keepAspectRatio
25567
25568 \end_inset
25569
25570 .
25571  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25572  Sale un diálogo en el que 
25573 \family sans
25574 Cuadro
25575 \family default
25576
25577 \begin_inset space ~
25578 \end_inset
25579
25580
25581 \family sans
25582 interior
25583 \family default
25584  permite escoger los tipos 
25585 \family sans
25586 Párrafo
25587 \family default
25588  y 
25589 \family sans
25590 Minipágina
25591 \family default
25592 .
25593  
25594 \family sans
25595 Minipágina
25596 \family default
25597  es el predeterminado para nuevos cuadros y se explica en la sección
25598 \begin_inset space ~
25599 \end_inset
25600
25601
25602 \begin_inset CommandInset ref
25603 LatexCommand ref
25604 reference "sec:Minipáginas"
25605
25606 \end_inset
25607
25608 ; el tipo 
25609 \family sans
25610 Párrafo
25611 \family default
25612  se describe en la sección
25613 \begin_inset space ~
25614 \end_inset
25615
25616
25617 \begin_inset CommandInset ref
25618 LatexCommand ref
25619 reference "sec:Cuadros-de-Párrafo"
25620
25621 \end_inset
25622
25623 .
25624 \end_layout
25625
25626 \begin_layout Standard
25627 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25628  flotantes o las notas al pie.
25629 \end_layout
25630
25631 \begin_layout Standard
25632 \begin_inset Note Greyedout
25633 status open
25634
25635 \begin_layout Plain Layout
25636
25637 \series bold
25638 Nota:
25639 \series default
25640  Los cuadros no deben ser el ítem en un entorno 
25641 \family sans
25642 Enumeración*
25643 \family default
25644  o 
25645 \family sans
25646 Descripción
25647 \family default
25648 .
25649 \end_layout
25650
25651 \end_inset
25652
25653
25654 \end_layout
25655
25656 \begin_layout Standard
25657 \begin_inset Note Greyedout
25658 status open
25659
25660 \begin_layout Plain Layout
25661
25662 \series bold
25663 Nota:
25664 \series default
25665  Por razones desconocidas sólo se puede poner el tipo 
25666 \family sans
25667 Cuadro
25668 \begin_inset space ~
25669 \end_inset
25670
25671 interior
25672 \family default
25673  en 
25674 \family sans
25675 Ninguno
25676 \family default
25677  cuando se emplea un cuadro enmarcado.
25678  Los cuadros sin ningún tipo de 
25679 \family sans
25680 Cuadro
25681 \begin_inset space ~
25682 \end_inset
25683
25684 interior
25685 \family default
25686  y sin marcos se explican en la sección
25687 \begin_inset space ~
25688 \end_inset
25689
25690
25691 \begin_inset CommandInset ref
25692 LatexCommand ref
25693 reference "sec:Evitar-la-Partición"
25694
25695 \end_inset
25696
25697 .
25698 \end_layout
25699
25700 \end_inset
25701
25702
25703 \end_layout
25704
25705 \begin_layout Section
25706 Diálogo de cuadros
25707 \begin_inset CommandInset label
25708 LatexCommand label
25709 name "sec:Diálogo-Cuadros"
25710
25711 \end_inset
25712
25713
25714 \begin_inset Index
25715 status collapsed
25716
25717 \begin_layout Plain Layout
25718 Cuadros ! Configuración
25719 \end_layout
25720
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \begin_layout Subsection
25727 Tamaño
25728 \begin_inset Index
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732 Cuadros ! Tamaño
25733 \end_layout
25734
25735 \end_inset
25736
25737
25738 \end_layout
25739
25740 \begin_layout Standard
25741 En el diálogo puedes ajustar la geometría del cuadro en los campos 
25742 \family sans
25743 Ancho
25744 \family default
25745  y 
25746 \family sans
25747 Alto
25748 \family default
25749 .
25750  Las unidades disponibles para la geometría se describen en la tabla
25751 \begin_inset space ~
25752 \end_inset
25753
25754
25755 \begin_inset CommandInset ref
25756 LatexCommand ref
25757 reference "tab:Unidades"
25758
25759 \end_inset
25760
25761 .
25762  El campo 
25763 \family sans
25764 Alto
25765 \family default
25766  ofrece los siguientes tamaños adicionales:
25767 \end_layout
25768
25769 \begin_layout Description
25770 Profundidad Este es el texto plano «alto».
25771  Ignora la profundidad total cuando hay múltiples líneas de texto en el
25772  cuadro:
25773 \begin_inset Newline newline
25774 \end_inset
25775
25776
25777 \begin_inset Newline newline
25778 \end_inset
25779
25780
25781 \begin_inset Newline newline
25782 \end_inset
25783
25784
25785 \begin_inset Box Boxed
25786 position "c"
25787 hor_pos "c"
25788 has_inner_box 1
25789 inner_pos "c"
25790 use_parbox 0
25791 width "12col%"
25792 special "none"
25793 height "1in"
25794 height_special "depth"
25795 status open
25796
25797 \begin_layout Plain Layout
25798 \align center
25799 Cuadro con altura establecida en 1
25800 \begin_inset space \thinspace{}
25801 \end_inset
25802
25803 Profundidad
25804 \end_layout
25805
25806 \end_inset
25807
25808
25809 \begin_inset Newline newline
25810 \end_inset
25811
25812
25813 \begin_inset Newline newline
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \begin_layout Description
25820 Alto Es la altura del texto que está dentro del cuadro.
25821  Un valor de, p.
25822 \begin_inset space \thinspace{}
25823 \end_inset
25824
25825 e.
25826 \begin_inset space ~
25827 \end_inset
25828
25829 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
25830  
25831 \begin_inset Box Boxed
25832 position "c"
25833 hor_pos "c"
25834 has_inner_box 1
25835 inner_pos "c"
25836 use_parbox 0
25837 width "20col%"
25838 special "none"
25839 height "2in"
25840 height_special "height"
25841 status open
25842
25843 \begin_layout Plain Layout
25844 \align center
25845 Cuadro con altura puesta en 2
25846 \begin_inset space \thinspace{}
25847 \end_inset
25848
25849 Alto
25850 \end_layout
25851
25852 \end_inset
25853
25854
25855 \end_layout
25856
25857 \begin_layout Description
25858 Alto
25859 \begin_inset space ~
25860 \end_inset
25861
25862 total Esto es el Alto
25863 \begin_inset space \thinspace{}
25864 \end_inset
25865
25866 +
25867 \begin_inset space \thinspace{}
25868 \end_inset
25869
25870 Profundidad: 
25871 \begin_inset Box Boxed
25872 position "c"
25873 hor_pos "c"
25874 has_inner_box 1
25875 inner_pos "c"
25876 use_parbox 0
25877 width "20col%"
25878 special "none"
25879 height "1in"
25880 height_special "totalheight"
25881 status open
25882
25883 \begin_layout Plain Layout
25884 \align center
25885 Cuadro con altura puesta a 1
25886 \begin_inset space \thinspace{}
25887 \end_inset
25888
25889 Alto
25890 \begin_inset space ~
25891 \end_inset
25892
25893 total
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Description
25902 Ancho Esto determina al ancho del cuadro como altura: 
25903 \begin_inset Box Boxed
25904 position "c"
25905 hor_pos "c"
25906 has_inner_box 1
25907 inner_pos "c"
25908 use_parbox 0
25909 width "12col%"
25910 special "none"
25911 height "1in"
25912 height_special "width"
25913 status open
25914
25915 \begin_layout Plain Layout
25916 \align center
25917 Cuadro con altura puesta en 1
25918 \begin_inset space \thinspace{}
25919 \end_inset
25920
25921 Ancho
25922 \end_layout
25923
25924 \end_inset
25925
25926
25927 \end_layout
25928
25929 \begin_layout Subsection
25930 Alineación
25931 \begin_inset Index
25932 status collapsed
25933
25934 \begin_layout Plain Layout
25935 Cuadros ! Alineación
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \begin_layout Standard
25944 Si has elegido un 
25945 \family sans
25946 Cuadro
25947 \begin_inset space ~
25948 \end_inset
25949
25950 interior
25951 \family default
25952 , la alineación vertical del cuadro puede ser:
25953 \end_layout
25954
25955 \begin_layout Description
25956 Superior Ejemplo de línea de texto.
25957  
25958 \begin_inset Box Boxed
25959 position "t"
25960 hor_pos "c"
25961 has_inner_box 1
25962 inner_pos "c"
25963 use_parbox 0
25964 width "12col%"
25965 special "none"
25966 height "1in"
25967 height_special "totalheight"
25968 status collapsed
25969
25970 \begin_layout Plain Layout
25971 \align center
25972 Cuadro alineado arriba.
25973 \end_layout
25974
25975 \end_inset
25976
25977  Ejemplo de línea de texto.
25978 \end_layout
25979
25980 \begin_layout Description
25981 Medio Ejemplo de línea de texto.
25982  
25983 \begin_inset Box Boxed
25984 position "c"
25985 hor_pos "c"
25986 has_inner_box 1
25987 inner_pos "c"
25988 use_parbox 0
25989 width "12col%"
25990 special "none"
25991 height "1in"
25992 height_special "totalheight"
25993 status collapsed
25994
25995 \begin_layout Plain Layout
25996 \align center
25997 Cuadro alineado en medio.
25998 \end_layout
25999
26000 \end_inset
26001
26002  Ejemplo de línea de texto.
26003 \end_layout
26004
26005 \begin_layout Description
26006 Inferior Ejemplo de línea de texto.
26007  
26008 \begin_inset Box Boxed
26009 position "b"
26010 hor_pos "c"
26011 has_inner_box 1
26012 inner_pos "c"
26013 use_parbox 0
26014 width "12col%"
26015 special "none"
26016 height "1in"
26017 height_special "totalheight"
26018 status collapsed
26019
26020 \begin_layout Plain Layout
26021 \align center
26022 Cuadro alineado abajo.
26023 \end_layout
26024
26025 \end_inset
26026
26027  Ejemplo de línea de texto.
26028 \end_layout
26029
26030 \begin_layout Standard
26031 \begin_inset Note Greyedout
26032 status open
26033
26034 \begin_layout Plain Layout
26035
26036 \series bold
26037 Nota:
26038 \series default
26039  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26040  en una línea y, p.
26041 \begin_inset space \thinspace{}
26042 \end_inset
26043
26044 e., uno de ellos tiene sombreado y el otro no.
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \begin_layout Standard
26053 La alineación horizontal del cuadro puede establecerse en el diálogo de
26054  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26055 \end_layout
26056
26057 \begin_layout Standard
26058 \begin_inset VSpace bigskip
26059 \end_inset
26060
26061 Si has escogido un 
26062 \family sans
26063 Cuadro
26064 \begin_inset space ~
26065 \end_inset
26066
26067 interior
26068 \family default
26069 , el contenido puede alinearse verticalmente a:
26070 \end_layout
26071
26072 \begin_layout Description
26073 Superior Ejemplo de línea de texto.
26074  
26075 \begin_inset Box Boxed
26076 position "c"
26077 hor_pos "c"
26078 has_inner_box 1
26079 inner_pos "t"
26080 use_parbox 0
26081 width "12col%"
26082 special "none"
26083 height "1.5in"
26084 height_special "totalheight"
26085 status collapsed
26086
26087 \begin_layout Plain Layout
26088 \align center
26089 Cuadro con texto alineado arriba.
26090 \end_layout
26091
26092 \end_inset
26093
26094  Ejemplo de línea de texto.
26095 \end_layout
26096
26097 \begin_layout Description
26098 Medio Ejemplo de línea de texto.
26099  
26100 \begin_inset Box Boxed
26101 position "c"
26102 hor_pos "c"
26103 has_inner_box 1
26104 inner_pos "c"
26105 use_parbox 0
26106 width "12col%"
26107 special "none"
26108 height "1.5in"
26109 height_special "totalheight"
26110 status collapsed
26111
26112 \begin_layout Plain Layout
26113 \align center
26114 Cuadro con texto alineado en medio.
26115 \end_layout
26116
26117 \end_inset
26118
26119  Ejemplo de línea de texto.
26120 \end_layout
26121
26122 \begin_layout Description
26123 Inferior Ejemplo de línea de texto.
26124  
26125 \begin_inset Box Boxed
26126 position "c"
26127 hor_pos "c"
26128 has_inner_box 1
26129 inner_pos "b"
26130 use_parbox 0
26131 width "12col%"
26132 special "none"
26133 height "1.5in"
26134 height_special "totalheight"
26135 status collapsed
26136
26137 \begin_layout Plain Layout
26138 \align center
26139 Cuadro con texto alineado abajo.
26140 \end_layout
26141
26142 \end_inset
26143
26144  Ejemplo de línea de texto.
26145 \end_layout
26146
26147 \begin_layout Description
26148 Estirado Ejemplo de línea de texto.
26149  
26150 \begin_inset Box Boxed
26151 position "c"
26152 hor_pos "c"
26153 has_inner_box 1
26154 inner_pos "s"
26155 use_parbox 0
26156 width "12col%"
26157 special "none"
26158 height "1.5in"
26159 height_special "totalheight"
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163 \align center
26164 Este texto
26165 \end_layout
26166
26167 \begin_layout Plain Layout
26168 \align center
26169 está
26170 \end_layout
26171
26172 \begin_layout Plain Layout
26173 \align center
26174 estirado.
26175 \end_layout
26176
26177 \end_inset
26178
26179  Ejemplo de línea de texto.
26180 \end_layout
26181
26182 \begin_layout Standard
26183 Para estirar el contenido debe tener más de un párrafo.
26184  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26185 \end_layout
26186
26187 \begin_layout Standard
26188 \begin_inset VSpace bigskip
26189 \end_inset
26190
26191 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26192  LyX cuando hayas escogido un 
26193 \family sans
26194 Cuadro
26195 \begin_inset space ~
26196 \end_inset
26197
26198 interior
26199 \family default
26200 .
26201 \end_layout
26202
26203 \begin_layout Standard
26204 \align center
26205 \begin_inset Box Boxed
26206 position "c"
26207 hor_pos "c"
26208 has_inner_box 1
26209 inner_pos "s"
26210 use_parbox 0
26211 width "15col%"
26212 special "none"
26213 height "1.25in"
26214 height_special "totalheight"
26215 status collapsed
26216
26217 \begin_layout Plain Layout
26218 \align left
26219 Cuadro
26220 \end_layout
26221
26222 \begin_layout Plain Layout
26223 \align center
26224 con texto
26225 \end_layout
26226
26227 \begin_layout Plain Layout
26228 \align right
26229 estirado
26230 \end_layout
26231
26232 \end_inset
26233
26234
26235 \end_layout
26236
26237 \begin_layout Standard
26238 Si no has establecido un 
26239 \family sans
26240 Cuadro
26241 \begin_inset space ~
26242 \end_inset
26243
26244 interior
26245 \family default
26246 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26247  cuadro.
26248 \end_layout
26249
26250 \begin_layout Standard
26251 \align center
26252 \begin_inset Box Boxed
26253 position "c"
26254 hor_pos "s"
26255 has_inner_box 0
26256 inner_pos "s"
26257 use_parbox 0
26258 width "90col%"
26259 special "none"
26260 height "1.25in"
26261 height_special "totalheight"
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265 \align left
26266 Texto estirado horizontalmente.
26267 \end_layout
26268
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \begin_layout Subsection
26275 Cuadros enmarcados
26276 \begin_inset CommandInset label
26277 LatexCommand label
26278 name "sec:Cuadros-Enmarcados"
26279
26280 \end_inset
26281
26282
26283 \begin_inset Index
26284 status collapsed
26285
26286 \begin_layout Plain Layout
26287 Cuadros ! Marcos
26288 \end_layout
26289
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \begin_layout Standard
26296 El estilo de marco del cuadro se puede determinar en la lista desplegable
26297  
26298 \family sans
26299 Tipo
26300 \family default
26301  del diálogo de cuadros.
26302  Son posibles los siguientes marcos:
26303 \end_layout
26304
26305 \begin_layout Description
26306 Marco
26307 \begin_inset space ~
26308 \end_inset
26309
26310 sencillo Dibuja un marco rectangular alrededor del cuadro.
26311  El grosor del marco depende de 
26312 \series bold
26313
26314 \backslash
26315 fboxrule
26316 \series default
26317 .
26318  
26319 \begin_inset Box Boxed
26320 position "c"
26321 hor_pos "c"
26322 has_inner_box 1
26323 inner_pos "c"
26324 use_parbox 0
26325 width "25col%"
26326 special "none"
26327 height "1in"
26328 height_special "totalheight"
26329 status open
26330
26331 \begin_layout Plain Layout
26332 \align center
26333 Cuadro rectangular
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \begin_layout Description
26342 Marco
26343 \begin_inset space ~
26344 \end_inset
26345
26346 sencillo
26347 \begin_inset space ~
26348 \end_inset
26349
26350 con
26351 \begin_inset space ~
26352 \end_inset
26353
26354 salto
26355 \begin_inset space ~
26356 \end_inset
26357
26358 de
26359 \begin_inset space ~
26360 \end_inset
26361
26362 página Si usas la decoración 
26363 \family sans
26364 marco sencillo rectangular
26365 \family default
26366  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26367  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26368  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26369  propio y 
26370 \series bold
26371
26372 \backslash
26373 fboxrule
26374 \series default
26375  y 
26376 \series bold
26377
26378 \backslash
26379 fboxsep
26380 \series default
26381  no funcionan.
26382  El grosor del marco tiene el tamaño de 
26383 \series bold
26384
26385 \backslash
26386 FrameRule
26387 \series default
26388 .
26389 \begin_inset Box Framed
26390 position "t"
26391 hor_pos "c"
26392 has_inner_box 0
26393 inner_pos "t"
26394 use_parbox 0
26395 width "100col%"
26396 special "none"
26397 height "1in"
26398 height_special "totalheight"
26399 status collapsed
26400
26401 \begin_layout Plain Layout
26402 Cuadro que permite saltos de página
26403 \end_layout
26404
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \begin_layout Description
26411 Marco
26412 \begin_inset space ~
26413 \end_inset
26414
26415 ovalado,
26416 \begin_inset space ~
26417 \end_inset
26418
26419 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26420 \begin_inset space \thinspace{}
26421 \end_inset
26422
26423 pt.
26424  
26425 \begin_inset Box ovalbox
26426 position "c"
26427 hor_pos "c"
26428 has_inner_box 1
26429 inner_pos "c"
26430 use_parbox 0
26431 width "25col%"
26432 special "none"
26433 height "1in"
26434 height_special "totalheight"
26435 status open
26436
26437 \begin_layout Plain Layout
26438 \align center
26439 Marco ovalado, fino
26440 \end_layout
26441
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \begin_layout Description
26448 Marco
26449 \begin_inset space ~
26450 \end_inset
26451
26452 ovalado,
26453 \begin_inset space ~
26454 \end_inset
26455
26456 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26457 \begin_inset space \thinspace{}
26458 \end_inset
26459
26460 pt.
26461  
26462 \begin_inset Box Ovalbox
26463 position "c"
26464 hor_pos "c"
26465 has_inner_box 1
26466 inner_pos "c"
26467 use_parbox 0
26468 width "30col%"
26469 special "none"
26470 height "1in"
26471 height_special "totalheight"
26472 status open
26473
26474 \begin_layout Plain Layout
26475 \align center
26476 Cuadro ovalado, grueso
26477 \end_layout
26478
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \begin_layout Description
26485 Marco
26486 \begin_inset space ~
26487 \end_inset
26488
26489 sombreado Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26490  El grosor de la línea tiene el tamaño dado por 
26491 \series bold
26492
26493 \backslash
26494 fboxrule
26495 \series default
26496 , la sombra tiene una anchura de 4
26497 \begin_inset space \thinspace{}
26498 \end_inset
26499
26500 pt.
26501  
26502 \begin_inset Box Shadowbox
26503 position "c"
26504 hor_pos "c"
26505 has_inner_box 1
26506 inner_pos "c"
26507 use_parbox 0
26508 width "20col%"
26509 special "none"
26510 height "1in"
26511 height_special "totalheight"
26512 status open
26513
26514 \begin_layout Plain Layout
26515 \align center
26516 Marco sombrado
26517 \end_layout
26518
26519 \end_inset
26520
26521
26522 \end_layout
26523
26524 \begin_layout Description
26525 Fondo
26526 \begin_inset space ~
26527 \end_inset
26528
26529 sombreado Dibuja un cuadro con fondo de color rojo.
26530  A diferencia de los cuadros coloreados,
26531 \begin_inset Foot
26532 status open
26533
26534 \begin_layout Plain Layout
26535 véase sec.
26536  
26537 \begin_inset CommandInset ref
26538 LatexCommand ref
26539 reference "sec:Cuadros-Coloreados"
26540
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \end_inset
26547
26548  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26549 \begin_inset Box Shaded
26550 position "t"
26551 hor_pos "c"
26552 has_inner_box 0
26553 inner_pos "t"
26554 use_parbox 0
26555 width "50col%"
26556 special "none"
26557 height "1in"
26558 height_special "totalheight"
26559 status open
26560
26561 \begin_layout Plain Layout
26562 Cuadro con fondo sombreado
26563 \end_layout
26564
26565 \end_inset
26566
26567
26568 \end_layout
26569
26570 \begin_layout Description
26571 Marco
26572 \begin_inset space ~
26573 \end_inset
26574
26575 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26576  El grosor de la línea interior es 0.75
26577 \begin_inset space \thinspace{}
26578 \end_inset
26579
26580
26581 \series bold
26582
26583 \backslash
26584 fboxrule
26585 \series default
26586 , el de la línea exterior es 1.5
26587 \begin_inset space \thinspace{}
26588 \end_inset
26589
26590
26591 \series bold
26592
26593 \backslash
26594 fboxrule
26595 \series default
26596 .
26597  La distancia entre líneas es 1.5
26598 \begin_inset space \thinspace{}
26599 \end_inset
26600
26601
26602 \series bold
26603
26604 \backslash
26605 fboxrule
26606 \series default
26607
26608 \begin_inset space \thinspace{}
26609 \end_inset
26610
26611 +
26612 \begin_inset space \thinspace{}
26613 \end_inset
26614
26615 0.5
26616 \begin_inset space \thinspace{}
26617 \end_inset
26618
26619 pt.
26620  
26621 \begin_inset Box Doublebox
26622 position "c"
26623 hor_pos "c"
26624 has_inner_box 1
26625 inner_pos "c"
26626 use_parbox 0
26627 width "20col%"
26628 special "none"
26629 height "1in"
26630 height_special "totalheight"
26631 status open
26632
26633 \begin_layout Plain Layout
26634 \align center
26635 Marco doble
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \begin_layout Standard
26644 \begin_inset VSpace bigskip
26645 \end_inset
26646
26647 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
26648  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26649  LaTeX 
26650 \series bold
26651 fancybox
26652 \series default
26653
26654 \begin_inset Index
26655 status collapsed
26656
26657 \begin_layout Plain Layout
26658 LaTeX-paquetes ! fancybox
26659 \end_layout
26660
26661 \end_inset
26662
26663 .
26664 \end_layout
26665
26666 \begin_layout Section
26667 Personalización de cuadros
26668 \begin_inset Index
26669 status open
26670
26671 \begin_layout Plain Layout
26672 Cuadros ! Personalizar
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \begin_layout Standard
26681 El valor predeterminado por 
26682 \series bold
26683
26684 \backslash
26685 fboxrule
26686 \series default
26687  es 0.4
26688 \begin_inset space \thinspace{}
26689 \end_inset
26690
26691 pt.
26692  Puede cambiarse con el siguiente comando en código TeX, p.
26693 \begin_inset space \thinspace{}
26694 \end_inset
26695
26696 e.
26697 \begin_inset space ~
26698 \end_inset
26699
26700 a
26701 \begin_inset space ~
26702 \end_inset
26703
26704 2
26705 \begin_inset space \thinspace{}
26706 \end_inset
26707
26708 pt:
26709 \end_layout
26710
26711 \begin_layout Standard
26712
26713 \series bold
26714
26715 \backslash
26716 setlength{
26717 \backslash
26718 fboxrule}{2pt}
26719 \end_layout
26720
26721 \begin_layout Standard
26722 \begin_inset ERT
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726
26727
26728 \backslash
26729 setlength{
26730 \backslash
26731 fboxrule}{2pt}
26732 \end_layout
26733
26734 \end_inset
26735
26736
26737 \begin_inset Box Boxed
26738 position "c"
26739 hor_pos "c"
26740 has_inner_box 1
26741 inner_pos "c"
26742 use_parbox 0
26743 width "25col%"
26744 special "none"
26745 height "1in"
26746 height_special "totalheight"
26747 status open
26748
26749 \begin_layout Plain Layout
26750 \align center
26751 Cuadro rectangular con 
26752 \series bold
26753
26754 \backslash
26755 fboxrule
26756 \series default
26757
26758 \begin_inset space \thinspace{}
26759 \end_inset
26760
26761 =
26762 \begin_inset space \thinspace{}
26763 \end_inset
26764
26765 2
26766 \begin_inset space \thinspace{}
26767 \end_inset
26768
26769 pt
26770 \end_layout
26771
26772 \end_inset
26773
26774
26775 \begin_inset ERT
26776 status collapsed
26777
26778 \begin_layout Plain Layout
26779
26780
26781 \backslash
26782 setlength{
26783 \backslash
26784 fboxrule}{0.4pt}
26785 \end_layout
26786
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \begin_layout Standard
26793 \begin_inset VSpace bigskip
26794 \end_inset
26795
26796 El espacio entre el marco y el contenido del cuadro es 3
26797 \begin_inset space \thinspace{}
26798 \end_inset
26799
26800 pt por omisión para todos los estilos.
26801  Se puede cambiar mediante la longitud 
26802 \series bold
26803
26804 \backslash
26805 fboxsep
26806 \series default
26807 .
26808  Por ejemplo el comando
26809 \end_layout
26810
26811 \begin_layout Standard
26812
26813 \series bold
26814
26815 \backslash
26816 setlength{
26817 \backslash
26818 fboxsep}{10pt}
26819 \end_layout
26820
26821 \begin_layout Standard
26822 determina un valor de 10
26823 \begin_inset space \thinspace{}
26824 \end_inset
26825
26826 pt, como en el siguiente cuadro:
26827 \end_layout
26828
26829 \begin_layout Standard
26830 \begin_inset ERT
26831 status collapsed
26832
26833 \begin_layout Plain Layout
26834
26835
26836 \backslash
26837 setlength{
26838 \backslash
26839 fboxsep}{10pt}
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \begin_inset Box Boxed
26846 position "c"
26847 hor_pos "c"
26848 has_inner_box 1
26849 inner_pos "c"
26850 use_parbox 0
26851 width "25col%"
26852 special "none"
26853 height "1in"
26854 height_special "totalheight"
26855 status open
26856
26857 \begin_layout Plain Layout
26858 \align center
26859 Cuadro rectangular con 
26860 \series bold
26861
26862 \backslash
26863 fboxsep
26864 \series default
26865
26866 \begin_inset space \thinspace{}
26867 \end_inset
26868
26869 =
26870 \begin_inset space \thinspace{}
26871 \end_inset
26872
26873 10
26874 \begin_inset space \thinspace{}
26875 \end_inset
26876
26877 pt
26878 \end_layout
26879
26880 \end_inset
26881
26882
26883 \begin_inset ERT
26884 status collapsed
26885
26886 \begin_layout Plain Layout
26887
26888
26889 \backslash
26890 setlength{
26891 \backslash
26892 fboxsep}{3pt}
26893 \end_layout
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \begin_layout Standard
26901 \begin_inset VSpace bigskip
26902 \end_inset
26903
26904 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
26905  el comando 
26906 \series bold
26907
26908 \backslash
26909 cornersize
26910 \series default
26911 .
26912  El comando
26913 \end_layout
26914
26915 \begin_layout Standard
26916
26917 \series bold
26918
26919 \backslash
26920 cornersize*{1cm}
26921 \end_layout
26922
26923 \begin_layout Standard
26924 establece un diámetro de 1
26925 \begin_inset space \thinspace{}
26926 \end_inset
26927
26928 cm.
26929  El comando
26930 \end_layout
26931
26932 \begin_layout Standard
26933
26934 \series bold
26935
26936 \backslash
26937 cornersize{num}
26938 \end_layout
26939
26940 \begin_layout Standard
26941 fija el diámetro en 
26942 \family sans
26943 num
26944 \begin_inset space \thinspace{}
26945 \end_inset
26946
26947 ×
26948 \begin_inset space \thinspace{}
26949 \end_inset
26950
26951 mínimo
26952 \family default
26953  
26954 \family sans
26955 (ancho y alto del cuadro)
26956 \family default
26957 .
26958  Por omisión es 
26959 \series bold
26960
26961 \backslash
26962 cornersize{0.5}
26963 \series default
26964 .
26965 \end_layout
26966
26967 \begin_layout Standard
26968 \begin_inset ERT
26969 status collapsed
26970
26971 \begin_layout Plain Layout
26972
26973
26974 \backslash
26975 cornersize*{1.5cm}
26976 \end_layout
26977
26978 \end_inset
26979
26980
26981 \begin_inset Box Ovalbox
26982 position "c"
26983 hor_pos "c"
26984 has_inner_box 1
26985 inner_pos "c"
26986 use_parbox 0
26987 width "28col%"
26988 special "none"
26989 height "1in"
26990 height_special "totalheight"
26991 status open
26992
26993 \begin_layout Plain Layout
26994 \align center
26995 Cuadro ovalado con 
26996 \series bold
26997
26998 \backslash
26999 cornersize
27000 \series default
27001
27002 \begin_inset space \thinspace{}
27003 \end_inset
27004
27005 =
27006 \begin_inset space \thinspace{}
27007 \end_inset
27008
27009 1.5
27010 \begin_inset space \thinspace{}
27011 \end_inset
27012
27013 cm
27014 \end_layout
27015
27016 \end_inset
27017
27018
27019 \begin_inset ERT
27020 status collapsed
27021
27022 \begin_layout Plain Layout
27023
27024
27025 \backslash
27026 cornersize{0.5}
27027 \end_layout
27028
27029 \end_inset
27030
27031
27032 \end_layout
27033
27034 \begin_layout Standard
27035 \begin_inset VSpace bigskip
27036 \end_inset
27037
27038 El tamaño de la sombra se puede ajustar cambiando la longitud 
27039 \series bold
27040
27041 \backslash
27042 shadowsize
27043 \series default
27044 .
27045  Este comando la ajusta a 2
27046 \begin_inset space \thinspace{}
27047 \end_inset
27048
27049 pt en el cuadro siguiente:
27050 \end_layout
27051
27052 \begin_layout Standard
27053
27054 \series bold
27055
27056 \backslash
27057 setlength{
27058 \backslash
27059 shadowsize}{2pt}
27060 \end_layout
27061
27062 \begin_layout Standard
27063 \begin_inset ERT
27064 status collapsed
27065
27066 \begin_layout Plain Layout
27067
27068
27069 \backslash
27070 setlength{
27071 \backslash
27072 shadowsize}{2pt}
27073 \end_layout
27074
27075 \end_inset
27076
27077
27078 \begin_inset Box Shadowbox
27079 position "c"
27080 hor_pos "c"
27081 has_inner_box 1
27082 inner_pos "c"
27083 use_parbox 0
27084 width "28col%"
27085 special "none"
27086 height "1in"
27087 height_special "totalheight"
27088 status open
27089
27090 \begin_layout Plain Layout
27091 \align center
27092 Cuadro sombreado con 
27093 \series bold
27094
27095 \backslash
27096 shadowsize
27097 \series default
27098
27099 \begin_inset space \thinspace{}
27100 \end_inset
27101
27102 =
27103 \begin_inset space \thinspace{}
27104 \end_inset
27105
27106 2
27107 \begin_inset space \thinspace{}
27108 \end_inset
27109
27110 pt
27111 \end_layout
27112
27113 \end_inset
27114
27115
27116 \begin_inset ERT
27117 status collapsed
27118
27119 \begin_layout Plain Layout
27120
27121
27122 \backslash
27123 setlength{
27124 \backslash
27125 shadowsize}{4pt}
27126 \end_layout
27127
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \begin_layout Standard
27134 \begin_inset VSpace bigskip
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \begin_layout Standard
27141 Por omisión, el tamaño 
27142 \series bold
27143
27144 \backslash
27145 FrameRule
27146 \series default
27147  es 0,4
27148 \begin_inset space \thinspace{}
27149 \end_inset
27150
27151 pt.
27152  El espacio por omisión entre el contenido de la nota y el marco es 9
27153 \begin_inset space \thinspace{}
27154 \end_inset
27155
27156 pt; puede cambiarse con el valor de 
27157 \series bold
27158
27159 \backslash
27160 FrameSep
27161 \series default
27162 .
27163  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27164  en código TeX
27165 \end_layout
27166
27167 \begin_layout Standard
27168
27169 \series bold
27170
27171 \backslash
27172 setlength{
27173 \backslash
27174 FrameRule}{5pt}
27175 \begin_inset Newline newline
27176 \end_inset
27177
27178
27179 \backslash
27180 setlength{
27181 \backslash
27182 FrameSep}{0.5cm}
27183 \end_layout
27184
27185 \begin_layout Standard
27186 \begin_inset ERT
27187 status collapsed
27188
27189 \begin_layout Plain Layout
27190
27191
27192 \backslash
27193 setlength{
27194 \backslash
27195 FrameRule}{5pt}
27196 \end_layout
27197
27198 \begin_layout Plain Layout
27199
27200
27201 \backslash
27202 setlength{
27203 \backslash
27204 FrameSep}{0.5cm}
27205 \end_layout
27206
27207 \end_inset
27208
27209
27210 \begin_inset Box Framed
27211 position "t"
27212 hor_pos "c"
27213 has_inner_box 0
27214 inner_pos "t"
27215 use_parbox 0
27216 width "100col%"
27217 special "none"
27218 height "1in"
27219 height_special "totalheight"
27220 status open
27221
27222 \begin_layout Plain Layout
27223 Texto en un 
27224 \family sans
27225 marco
27226 \begin_inset space ~
27227 \end_inset
27228
27229 sencillo
27230 \begin_inset space ~
27231 \end_inset
27232
27233 con
27234 \begin_inset space ~
27235 \end_inset
27236
27237 salto
27238 \begin_inset space ~
27239 \end_inset
27240
27241 de
27242 \begin_inset space ~
27243 \end_inset
27244
27245 página
27246 \family default
27247 .
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \begin_inset ERT
27254 status collapsed
27255
27256 \begin_layout Plain Layout
27257
27258
27259 \backslash
27260 setlength{
27261 \backslash
27262 FrameRule}{0.4pt}
27263 \end_layout
27264
27265 \begin_layout Plain Layout
27266
27267
27268 \backslash
27269 setlength{
27270 \backslash
27271 FrameSep}{9pt}
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \end_layout
27278
27279 \begin_layout Standard
27280 \begin_inset VSpace bigskip
27281 \end_inset
27282
27283
27284 \end_layout
27285
27286 \begin_layout Standard
27287 Para los cuadros con 
27288 \family sans
27289 fondo
27290 \begin_inset space ~
27291 \end_inset
27292
27293 sombreado
27294 \family default
27295  el espacio por omisión entre el contenido y el marco es 3
27296 \begin_inset space \thinspace{}
27297 \end_inset
27298
27299 pt; se puede cambiar con el valor de 
27300 \series bold
27301
27302 \backslash
27303 fboxsep
27304 \series default
27305 .
27306  El color rojo predeterminado se puede cambiar en el sitio con el comando
27307  
27308 \series bold
27309
27310 \backslash
27311 definecolor{shadebox}
27312 \series default
27313  o globalmente con el menú 
27314 \family sans
27315 Herramientas
27316 \family default
27317 \SpecialChar \menuseparator
27318
27319 \family sans
27320 Preferencias
27321 \family default
27322 \SpecialChar \menuseparator
27323
27324 \family sans
27325 Colores
27326 \family default
27327 \SpecialChar \menuseparator
27328
27329 \family sans
27330 cuadro
27331 \begin_inset space ~
27332 \end_inset
27333
27334 sombreado
27335 \family default
27336 .
27337  El esquema del comando 
27338 \series bold
27339
27340 \backslash
27341 definecolor
27342 \series default
27343  se explica en la sección
27344 \begin_inset space ~
27345 \end_inset
27346
27347
27348 \begin_inset CommandInset ref
27349 LatexCommand ref
27350 reference "sec:Tablas-Coloreadas"
27351
27352 \end_inset
27353
27354 .
27355 \begin_inset Foot
27356 status collapsed
27357
27358 \begin_layout Plain Layout
27359 El comando 
27360 \series bold
27361
27362 \backslash
27363 definecolor
27364 \series default
27365  requiere el paquete LaTeX 
27366 \series bold
27367 color
27368 \series default
27369  en el preámbulo, véase la sección
27370 \begin_inset space ~
27371 \end_inset
27372
27373
27374 \begin_inset CommandInset ref
27375 LatexCommand ref
27376 reference "sec:Cuadros-Coloreados"
27377
27378 \end_inset
27379
27380 .
27381 \end_layout
27382
27383 \end_inset
27384
27385  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27386 \end_layout
27387
27388 \begin_layout Standard
27389
27390 \series bold
27391
27392 \backslash
27393 setlength{
27394 \backslash
27395 fboxsep}{0.5cm}
27396 \series default
27397
27398 \begin_inset Newline newline
27399 \end_inset
27400
27401
27402 \series bold
27403
27404 \backslash
27405 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27406 \end_layout
27407
27408 \begin_layout Standard
27409 \begin_inset ERT
27410 status open
27411
27412 \begin_layout Plain Layout
27413
27414
27415 \backslash
27416 setlength{
27417 \backslash
27418 fboxsep}{0.5cm}
27419 \end_layout
27420
27421 \begin_layout Plain Layout
27422
27423
27424 \backslash
27425 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27426 \end_layout
27427
27428 \end_inset
27429
27430
27431 \begin_inset Box Shaded
27432 position "t"
27433 hor_pos "c"
27434 has_inner_box 0
27435 inner_pos "t"
27436 use_parbox 0
27437 width "100col%"
27438 special "none"
27439 height "1in"
27440 height_special "totalheight"
27441 status open
27442
27443 \begin_layout Plain Layout
27444
27445 \color yellow
27446 Texto amarillo en un cuadro con 
27447 \family sans
27448 fondo sombreado 
27449 \family default
27450  en color verde oscuro.
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \begin_inset ERT
27457 status open
27458
27459 \begin_layout Plain Layout
27460
27461
27462 \backslash
27463 setlength{
27464 \backslash
27465 fboxsep}{3pt}
27466 \end_layout
27467
27468 \begin_layout Plain Layout
27469
27470
27471 \backslash
27472 definecolor{shadecolor}{rgb}{1,0,0}
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \begin_layout Standard
27481 \begin_inset VSpace bigskip
27482 \end_inset
27483
27484 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27485  a los comandos.
27486 \end_layout
27487
27488 \begin_layout Section
27489 Minipáginas
27490 \begin_inset CommandInset label
27491 LatexCommand label
27492 name "sec:Minipáginas"
27493
27494 \end_inset
27495
27496
27497 \begin_inset Index
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501 Cuadros ! Minipáginas
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \begin_layout Standard
27510 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27511  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27512 \end_layout
27513
27514 \begin_layout Standard
27515 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27516 \end_layout
27517
27518 \begin_layout Standard
27519 A continuación hay dos ejemplos de minipáginas adosadas.
27520  Su anchura está puesta en 45
27521 \begin_inset space \thinspace{}
27522 \end_inset
27523
27524 % y separadas por un relleno horizontal, insertado vía el menú 
27525 \family sans
27526 Insertar\SpecialChar \menuseparator
27527 Formato\SpecialChar \menuseparator
27528 Relleno
27529 \begin_inset space ~
27530 \end_inset
27531
27532 horizontal
27533 \family default
27534 .
27535 \end_layout
27536
27537 \begin_layout Standard
27538 \begin_inset Box Frameless
27539 position "t"
27540 hor_pos "c"
27541 has_inner_box 1
27542 inner_pos "c"
27543 use_parbox 0
27544 width "45col%"
27545 special "none"
27546 height "1in"
27547 height_special "totalheight"
27548 status open
27549
27550 \begin_layout Plain Layout
27551
27552 \lang german
27553 Dies ist ein deutscher Text.
27554  Dies ist ein deutscher Text.
27555  Dies ist ein deutscher Text.
27556  Dies ist ein deutscher Text.
27557  Dies ist ein deutscher Text.
27558  Dies ist ein deutscher Text.
27559  Dies ist ein deutscher Text.
27560  Dies ist ein deutscher Text.
27561  Dies ist ein deutscher Text.
27562  Dies ist ein deutscher Text.
27563  Dies ist ein deutscher Text.
27564  Dies ist ein deutscher Text.
27565  Dies ist ein deutscher Text
27566 \begin_inset Foot
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570
27571 \lang german
27572 Dies ist eine deutsche Fußnote.
27573 \end_layout
27574
27575 \end_inset
27576
27577 .
27578  Dies ist ein deutscher Text.
27579  Dies ist ein deutscher Text.
27580 \end_layout
27581
27582 \end_inset
27583
27584
27585 \begin_inset space \hfill{}
27586 \end_inset
27587
27588
27589 \begin_inset Box Frameless
27590 position "t"
27591 hor_pos "c"
27592 has_inner_box 1
27593 inner_pos "c"
27594 use_parbox 0
27595 width "45col%"
27596 special "none"
27597 height "1in"
27598 height_special "totalheight"
27599 status open
27600
27601 \begin_layout Plain Layout
27602 This is an English Text.
27603  This is an English Text.
27604  This is an English Text.
27605  This is an English Text.
27606  This is an English Text.
27607  This is an English Text.
27608  This is an English Text.
27609  This is an English Text.
27610  This is an English Text.
27611  This is an English Text.
27612  This is an English Text.
27613  This is an English Text.
27614  This is an English Text.
27615  This is an English Text.
27616  This is an English Text.
27617  This is an English Text.
27618 \begin_inset Foot
27619 status collapsed
27620
27621 \begin_layout Plain Layout
27622 This is an English footnote.
27623 \end_layout
27624
27625 \end_inset
27626
27627  This is an English Text.
27628  
27629 \end_layout
27630
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \begin_layout Standard
27637 \begin_inset VSpace bigskip
27638 \end_inset
27639
27640 Otra aplicación de los cuadros son las notas a pie en tablas.
27641  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27642  al final de la página actual.
27643  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27644  en la parte inferior, ordenadas con letras.
27645  La ordenación de las notas al pie se restablece en cada minipágina pero
27646  no fuera de las minipáginas.
27647 \end_layout
27648
27649 \begin_layout Standard
27650 La nota al pie en esta tabla no aparece: 
27651 \begin_inset Tabular
27652 <lyxtabular version="3" rows="3" columns="4">
27653 <features>
27654 <column alignment="center" valignment="top" width="0pt">
27655 <column alignment="center" valignment="top" width="0pt">
27656 <column alignment="center" valignment="top" width="0pt">
27657 <column alignment="center" valignment="top" width="0pt">
27658 <row>
27659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27660 \begin_inset Text
27661
27662 \begin_layout Plain Layout
27663 1
27664 \end_layout
27665
27666 \end_inset
27667 </cell>
27668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27669 \begin_inset Text
27670
27671 \begin_layout Plain Layout
27672 2
27673 \end_layout
27674
27675 \end_inset
27676 </cell>
27677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27678 \begin_inset Text
27679
27680 \begin_layout Plain Layout
27681 3
27682 \begin_inset Foot
27683 status open
27684
27685 \begin_layout Plain Layout
27686 Nota al pie en una tabla.
27687 \end_layout
27688
27689 \end_inset
27690
27691
27692 \end_layout
27693
27694 \end_inset
27695 </cell>
27696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27697 \begin_inset Text
27698
27699 \begin_layout Plain Layout
27700 4
27701 \end_layout
27702
27703 \end_inset
27704 </cell>
27705 </row>
27706 <row>
27707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27708 \begin_inset Text
27709
27710 \begin_layout Plain Layout
27711 a
27712 \end_layout
27713
27714 \end_inset
27715 </cell>
27716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27717 \begin_inset Text
27718
27719 \begin_layout Plain Layout
27720 b
27721 \end_layout
27722
27723 \end_inset
27724 </cell>
27725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27726 \begin_inset Text
27727
27728 \begin_layout Plain Layout
27729 c
27730 \end_layout
27731
27732 \end_inset
27733 </cell>
27734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27735 \begin_inset Text
27736
27737 \begin_layout Plain Layout
27738 d
27739 \end_layout
27740
27741 \end_inset
27742 </cell>
27743 </row>
27744 <row>
27745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27746 \begin_inset Text
27747
27748 \begin_layout Plain Layout
27749 e
27750 \end_layout
27751
27752 \end_inset
27753 </cell>
27754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27755 \begin_inset Text
27756
27757 \begin_layout Plain Layout
27758 f
27759 \end_layout
27760
27761 \end_inset
27762 </cell>
27763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27764 \begin_inset Text
27765
27766 \begin_layout Plain Layout
27767 g
27768 \end_layout
27769
27770 \end_inset
27771 </cell>
27772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27773 \begin_inset Text
27774
27775 \begin_layout Plain Layout
27776 h
27777 \end_layout
27778
27779 \end_inset
27780 </cell>
27781 </row>
27782 </lyxtabular>
27783
27784 \end_inset
27785
27786
27787 \end_layout
27788
27789 \begin_layout Standard
27790 \align center
27791 \begin_inset Box Frameless
27792 position "t"
27793 hor_pos "c"
27794 has_inner_box 1
27795 inner_pos "c"
27796 use_parbox 0
27797 width "30col%"
27798 special "none"
27799 height "1in"
27800 height_special "totalheight"
27801 status open
27802
27803 \begin_layout Plain Layout
27804 \align center
27805 \begin_inset Tabular
27806 <lyxtabular version="3" rows="3" columns="4">
27807 <features>
27808 <column alignment="center" valignment="top" width="0pt">
27809 <column alignment="center" valignment="top" width="0pt">
27810 <column alignment="center" valignment="top" width="0pt">
27811 <column alignment="center" valignment="top" width="0pt">
27812 <row>
27813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27814 \begin_inset Text
27815
27816 \begin_layout Plain Layout
27817 1
27818 \end_layout
27819
27820 \end_inset
27821 </cell>
27822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27823 \begin_inset Text
27824
27825 \begin_layout Plain Layout
27826 2
27827 \end_layout
27828
27829 \end_inset
27830 </cell>
27831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27832 \begin_inset Text
27833
27834 \begin_layout Plain Layout
27835 3
27836 \begin_inset Foot
27837 status open
27838
27839 \begin_layout Plain Layout
27840 Nota al pie en una tabla..
27841 \end_layout
27842
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Plain Layout
27854 4
27855 \end_layout
27856
27857 \end_inset
27858 </cell>
27859 </row>
27860 <row>
27861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27862 \begin_inset Text
27863
27864 \begin_layout Plain Layout
27865 a
27866 \end_layout
27867
27868 \end_inset
27869 </cell>
27870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27871 \begin_inset Text
27872
27873 \begin_layout Plain Layout
27874 b
27875 \end_layout
27876
27877 \end_inset
27878 </cell>
27879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27880 \begin_inset Text
27881
27882 \begin_layout Plain Layout
27883 c
27884 \end_layout
27885
27886 \end_inset
27887 </cell>
27888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27889 \begin_inset Text
27890
27891 \begin_layout Plain Layout
27892 d
27893 \end_layout
27894
27895 \end_inset
27896 </cell>
27897 </row>
27898 <row>
27899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27900 \begin_inset Text
27901
27902 \begin_layout Plain Layout
27903 e
27904 \end_layout
27905
27906 \end_inset
27907 </cell>
27908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27909 \begin_inset Text
27910
27911 \begin_layout Plain Layout
27912 f
27913 \end_layout
27914
27915 \end_inset
27916 </cell>
27917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27918 \begin_inset Text
27919
27920 \begin_layout Plain Layout
27921 g
27922 \end_layout
27923
27924 \end_inset
27925 </cell>
27926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27927 \begin_inset Text
27928
27929 \begin_layout Plain Layout
27930 h
27931 \end_layout
27932
27933 \end_inset
27934 </cell>
27935 </row>
27936 </lyxtabular>
27937
27938 \end_inset
27939
27940
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \end_layout
27947
27948 \begin_layout Standard
27949 \begin_inset VSpace bigskip
27950 \end_inset
27951
27952 La configuración global de párrafos se ignora en las minipáginas.
27953  Esto significa que en las mismas no habrá espacio entre párrafos aunque
27954  pongas p.
27955 \begin_inset space \thinspace{}
27956 \end_inset
27957
27958 e.
27959 \begin_inset space ~
27960 \end_inset
27961
27962
27963 \family sans
27964 Salto
27965 \begin_inset space ~
27966 \end_inset
27967
27968 medio
27969 \family default
27970  en la configuración del documento.
27971 \end_layout
27972
27973 \begin_layout Standard
27974 Las minipáginas también sirven para poner un color de fondo para partes
27975  de texto, véase sección
27976 \begin_inset space ~
27977 \end_inset
27978
27979
27980 \begin_inset CommandInset ref
27981 LatexCommand ref
27982 reference "sub:Color-en-Párrafos"
27983
27984 \end_inset
27985
27986 .
27987 \end_layout
27988
27989 \begin_layout Standard
27990 \begin_inset Note Greyedout
27991 status open
27992
27993 \begin_layout Plain Layout
27994
27995 \series bold
27996 Nota:
27997 \series default
27998  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
27999  tener minipáginas en tablas, flotantes, y otros cuadros.
28000 \end_layout
28001
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \begin_layout Section
28008 Cuadros de párrafo
28009 \begin_inset CommandInset label
28010 LatexCommand label
28011 name "sec:Cuadros-de-Párrafo"
28012
28013 \end_inset
28014
28015
28016 \begin_inset Index
28017 status collapsed
28018
28019 \begin_layout Plain Layout
28020 Cuadros ! de párrafo
28021 \end_layout
28022
28023 \end_inset
28024
28025
28026 \end_layout
28027
28028 \begin_layout Standard
28029 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28030  de que no pueden contener notas al pie.
28031   La diferencia principal es que las minipáginas no son verdaderos cuadros
28032  sino entornos de LaTeX.
28033 \end_layout
28034
28035 \begin_layout Standard
28036 \align center
28037 \begin_inset Box Frameless
28038 position "t"
28039 hor_pos "c"
28040 has_inner_box 1
28041 inner_pos "t"
28042 use_parbox 1
28043 width "33col%"
28044 special "none"
28045 height "1in"
28046 height_special "totalheight"
28047 status collapsed
28048
28049 \begin_layout Plain Layout
28050 Texto en un cuadro de párrafo.
28051  Texto en un cuadro de párrafo.
28052  Esta nota no aparece:
28053 \begin_inset Foot
28054 status open
28055
28056 \begin_layout Plain Layout
28057 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28058 \end_layout
28059
28060 \end_inset
28061
28062
28063 \end_layout
28064
28065 \end_inset
28066
28067
28068 \end_layout
28069
28070 \begin_layout Section
28071 Cuadros para palabras y caracteres
28072 \begin_inset Index
28073 status collapsed
28074
28075 \begin_layout Plain Layout
28076 Cuadros ! para palabras y caracteres
28077 \end_layout
28078
28079 \end_inset
28080
28081
28082 \end_layout
28083
28084 \begin_layout Subsection
28085 Evitar la partición de palabras
28086 \begin_inset CommandInset label
28087 LatexCommand label
28088 name "sec:Evitar-la-Partición"
28089
28090 \end_inset
28091
28092
28093 \begin_inset Index
28094 status collapsed
28095
28096 \begin_layout Plain Layout
28097 Cuadros ! para evitar la partición de palabras
28098 \end_layout
28099
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \begin_layout Standard
28106 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28107  con guión.
28108 \begin_inset Newline newline
28109 \end_inset
28110
28111 He aquí un ejemplo:
28112 \end_layout
28113
28114 \begin_layout Standard
28115 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28116 palabra».
28117 \end_layout
28118
28119 \begin_layout Standard
28120 Para evitar su división usa el comando
28121 \end_layout
28122
28123 \begin_layout Standard
28124
28125 \series bold
28126
28127 \backslash
28128 mbox{
28129 \end_layout
28130
28131 \begin_layout Standard
28132 en código TeX antes de la palabra.
28133  Tras ella inserta una llave de cierre «
28134 \series bold
28135 }
28136 \series default
28137 » en código TeX.
28138 \end_layout
28139
28140 \begin_layout Standard
28141 Este es el resultado:
28142 \end_layout
28143
28144 \begin_layout Standard
28145 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28146 \begin_inset ERT
28147 status collapsed
28148
28149 \begin_layout Plain Layout
28150
28151
28152 \backslash
28153 mbox{
28154 \end_layout
28155
28156 \end_inset
28157
28158 «estalarguísimapalabra».
28159 \begin_inset ERT
28160 status collapsed
28161
28162 \begin_layout Plain Layout
28163
28164 }
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \end_layout
28171
28172 \begin_layout Standard
28173 Como alternativa puedes poner el comando «
28174 \series bold
28175
28176 \backslash
28177 -
28178 \series default
28179 » en código TeX directamente antes de la palabra:
28180 \end_layout
28181
28182 \begin_layout Standard
28183 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
28184 \begin_inset ERT
28185 status collapsed
28186
28187 \begin_layout Plain Layout
28188
28189
28190 \backslash
28191 -
28192 \end_layout
28193
28194 \end_inset
28195
28196 estalarguísimapalabra».
28197 \end_layout
28198
28199 \begin_layout Standard
28200 Por supuesto, la palabra sobresale del margen.
28201  Para evitarlo añade, con el menú 
28202 \family sans
28203 Insertar\SpecialChar \menuseparator
28204 Formato\SpecialChar \menuseparator
28205 Salto
28206 \begin_inset space ~
28207 \end_inset
28208
28209 de
28210 \begin_inset space ~
28211 \end_inset
28212
28213
28214 \family default
28215 línea (atajo 
28216 \family sans
28217 Ctrl-Retorno
28218 \family default
28219 ), un salto de línea antes de la palabra:
28220 \end_layout
28221
28222 \begin_layout Standard
28223 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28224 \begin_inset Newline newline
28225 \end_inset
28226
28227
28228 \begin_inset ERT
28229 status collapsed
28230
28231 \begin_layout Plain Layout
28232
28233
28234 \backslash
28235 mbox{
28236 \end_layout
28237
28238 \end_inset
28239
28240 «estalarguísimapalabra».
28241 \begin_inset ERT
28242 status collapsed
28243
28244 \begin_layout Plain Layout
28245
28246 }
28247 \end_layout
28248
28249 \end_inset
28250
28251
28252 \end_layout
28253
28254 \begin_layout Subsection
28255 Alineación vertical
28256 \begin_inset CommandInset label
28257 LatexCommand label
28258 name "sub:Alineación-Vertical"
28259
28260 \end_inset
28261
28262
28263 \begin_inset Index
28264 status collapsed
28265
28266 \begin_layout Plain Layout
28267 Cuadros ! para alineación vertical
28268 \end_layout
28269
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \begin_layout Standard
28276 Con ayuda del comando 
28277 \series bold
28278
28279 \backslash
28280 raisebox
28281 \series default
28282  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28283  
28284 \series bold
28285
28286 \backslash
28287 raisebox
28288 \series default
28289  se utiliza según el esquema:
28290 \end_layout
28291
28292 \begin_layout Standard
28293
28294 \series bold
28295
28296 \backslash
28297 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28298 \end_layout
28299
28300 \begin_layout Standard
28301 La elevación puede ser un valor positivo para subir el cuadro o negativo
28302  para bajarlo.
28303 \end_layout
28304
28305 \begin_layout Standard
28306 Para alinear una palabra, p.
28307 \begin_inset space \thinspace{}
28308 \end_inset
28309
28310 e
28311 \begin_inset space ~
28312 \end_inset
28313
28314 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28315  en la línea de base, inserta el comando
28316 \end_layout
28317
28318 \begin_layout Standard
28319
28320 \series bold
28321
28322 \backslash
28323 raisebox{
28324 \backslash
28325 depth}{
28326 \end_layout
28327
28328 \begin_layout Standard
28329 en código TeX antes de la palabra.
28330  Detrás de la palabra inserta una llave de cierre «
28331 \series bold
28332 }
28333 \series default
28334 » en código TeX.
28335 \begin_inset Newline newline
28336 \end_inset
28337
28338 Este es el resultado:
28339 \end_layout
28340
28341 \begin_layout Standard
28342 Esto es una línea de texto con la palabra 
28343 \begin_inset ERT
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347
28348
28349 \backslash
28350 raisebox{
28351 \backslash
28352 depth}{
28353 \end_layout
28354
28355 \end_inset
28356
28357 «prevención»
28358 \begin_inset ERT
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362
28363 }
28364 \end_layout
28365
28366 \end_inset
28367
28368  elevada.
28369 \end_layout
28370
28371 \begin_layout Standard
28372 \begin_inset VSpace bigskip
28373 \end_inset
28374
28375 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28376 \end_layout
28377
28378 \begin_layout Standard
28379 Esto es una línea de texto con la palabra 
28380 \begin_inset ERT
28381 status collapsed
28382
28383 \begin_layout Plain Layout
28384
28385
28386 \backslash
28387 raisebox{-
28388 \backslash
28389 depth}{
28390 \end_layout
28391
28392 \end_inset
28393
28394 «prevención»
28395 \begin_inset ERT
28396 status collapsed
28397
28398 \begin_layout Plain Layout
28399
28400 }
28401 \end_layout
28402
28403 \end_inset
28404
28405  como palabra más baja.
28406 \begin_inset Newline newline
28407 \end_inset
28408
28409 Esto es una línea de texto con la palabra 
28410 \begin_inset ERT
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414
28415
28416 \backslash
28417 raisebox{0.5cm}{
28418 \end_layout
28419
28420 \end_inset
28421
28422 «testigo»
28423 \begin_inset ERT
28424 status collapsed
28425
28426 \begin_layout Plain Layout
28427
28428 }
28429 \end_layout
28430
28431 \end_inset
28432
28433  como palabra más alta.
28434 \end_layout
28435
28436 \begin_layout Standard
28437 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28438  Por ejemplo
28439 \end_layout
28440
28441 \begin_layout Standard
28442
28443 \series bold
28444
28445 \backslash
28446 raisebox{-
28447 \backslash
28448 depth}[0pt]{
28449 \end_layout
28450
28451 \begin_layout Standard
28452 Esto es una línea de texto con la palabra 
28453 \begin_inset ERT
28454 status collapsed
28455
28456 \begin_layout Plain Layout
28457
28458
28459 \backslash
28460 raisebox{-
28461 \backslash
28462 depth}[0pt]{
28463 \end_layout
28464
28465 \end_inset
28466
28467 «prevención»
28468 \begin_inset ERT
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472
28473 }
28474 \end_layout
28475
28476 \end_inset
28477
28478  como palabra más baja.
28479 \begin_inset Newline newline
28480 \end_inset
28481
28482 Esto es una línea de texto con la palabra 
28483 \begin_inset ERT
28484 status collapsed
28485
28486 \begin_layout Plain Layout
28487
28488
28489 \backslash
28490 raisebox{0.5cm}[0pt]{
28491 \end_layout
28492
28493 \end_inset
28494
28495 «testigo»
28496 \begin_inset ERT
28497 status collapsed
28498
28499 \begin_layout Plain Layout
28500
28501 }
28502 \end_layout
28503
28504 \end_inset
28505
28506  como palabra más alta.
28507 \end_layout
28508
28509 \begin_layout Section
28510 Cuadros coloreados
28511 \begin_inset CommandInset label
28512 LatexCommand label
28513 name "sec:Cuadros-Coloreados"
28514
28515 \end_inset
28516
28517
28518 \begin_inset Index
28519 status collapsed
28520
28521 \begin_layout Plain Layout
28522 Cuadros ! Color
28523 \end_layout
28524
28525 \end_inset
28526
28527
28528 \end_layout
28529
28530 \begin_layout Subsection
28531 Color en texto
28532 \begin_inset Index
28533 status collapsed
28534
28535 \begin_layout Plain Layout
28536 Color ! en texto
28537 \end_layout
28538
28539 \end_inset
28540
28541
28542 \end_layout
28543
28544 \begin_layout Standard
28545 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28546  Esto requiere cargar el paquete LaTeX 
28547 \series bold
28548 color
28549 \series default
28550
28551 \begin_inset Index
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555 LaTeX-paquetes ! color
28556 \end_layout
28557
28558 \end_inset
28559
28560  en el preámbulo del documento con
28561 \end_layout
28562
28563 \begin_layout Standard
28564
28565 \series bold
28566
28567 \backslash
28568 @ifundef\SpecialChar \textcompwordmark{}
28569 ined{textcolor}
28570 \begin_inset Newline newline
28571 \end_inset
28572
28573
28574 \begin_inset ERT
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578
28579
28580 \backslash
28581 hphantom{ }
28582 \end_layout
28583
28584 \end_inset
28585
28586 {
28587 \backslash
28588 usepackage{color}}{}
28589 \end_layout
28590
28591 \begin_layout Standard
28592 LyX cargará automáticamente el paquete 
28593 \series bold
28594 color
28595 \series default
28596  cuando colorees texto.
28597 \begin_inset Foot
28598 status collapsed
28599
28600 \begin_layout Plain Layout
28601 Para evitar cargarlo dos veces se usa el comando 
28602 \series bold
28603
28604 \backslash
28605 @ifundef\SpecialChar \textcompwordmark{}
28606 ined
28607 \series default
28608 .
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \begin_layout Standard
28617 \begin_inset VSpace medskip
28618 \end_inset
28619
28620 Los cuadros coloreados se crean con el comando 
28621 \series bold
28622
28623 \backslash
28624 colorbox
28625 \series default
28626 , de acuerdo con el siguiente esquema:
28627 \end_layout
28628
28629 \begin_layout Standard
28630
28631 \series bold
28632
28633 \backslash
28634 colorbox{color}{contenido del cuadro}
28635 \end_layout
28636
28637 \begin_layout Standard
28638 El contenido también puede ser un cuadro y los cuadros coloreados también
28639  pueden estar en otros cuadros.
28640 \end_layout
28641
28642 \begin_layout Standard
28643 Los siguientes colores están predefinidos:
28644 \begin_inset Newline newline
28645 \end_inset
28646
28647
28648 \family sans
28649 red
28650 \family default
28651
28652 \family sans
28653 green
28654 \family default
28655
28656 \family sans
28657 yellow, blue
28658 \family default
28659
28660 \family sans
28661 cyan
28662 \family default
28663 \series bold
28664 ,
28665 \series default
28666  
28667 \family sans
28668 magenta, black
28669 \family default
28670
28671 \family sans
28672 white
28673 \family default
28674 .
28675 \begin_inset Newline newline
28676 \end_inset
28677
28678 También puedes definir tus propios colores según se explica en la sección
28679 \begin_inset space ~
28680 \end_inset
28681
28682
28683 \begin_inset CommandInset ref
28684 LatexCommand ref
28685 reference "sec:Tablas-Coloreadas"
28686
28687 \end_inset
28688
28689 .
28690 \end_layout
28691
28692 \begin_layout Standard
28693 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28694 \end_layout
28695
28696 \begin_layout Standard
28697
28698 \series bold
28699
28700 \backslash
28701 colorbox{red}{
28702 \end_layout
28703
28704 \begin_layout Standard
28705 en código TeX antes de la palabra.
28706  Tras la palabra inserta una llave de cierre «
28707 \series bold
28708 }
28709 \series default
28710 » en código TeX.
28711 \begin_inset Newline newline
28712 \end_inset
28713
28714 Este es el resultado:
28715 \end_layout
28716
28717 \begin_layout Standard
28718 Línea en la que la palabra 
28719 \begin_inset ERT
28720 status collapsed
28721
28722 \begin_layout Plain Layout
28723
28724
28725 \backslash
28726 colorbox{red}{
28727 \end_layout
28728
28729 \end_inset
28730
28731 «¡Atención!»
28732 \begin_inset ERT
28733 status collapsed
28734
28735 \begin_layout Plain Layout
28736
28737 }
28738 \end_layout
28739
28740 \end_inset
28741
28742  tiene fondo rojo.
28743 \end_layout
28744
28745 \begin_layout Standard
28746 \begin_inset VSpace bigskip
28747 \end_inset
28748
28749 Si quieres un marco de distinto color, puedes emplear el comando 
28750 \series bold
28751
28752 \backslash
28753 fcolorbox
28754 \series default
28755  con el esquema siguiente:
28756 \end_layout
28757
28758 \begin_layout Standard
28759
28760 \series bold
28761
28762 \backslash
28763 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28764 \end_layout
28765
28766 \begin_layout Standard
28767
28768 \series bold
28769
28770 \backslash
28771 fcolorbox
28772 \series default
28773  es una extensión de 
28774 \series bold
28775
28776 \backslash
28777 colorbox
28778 \series default
28779 .
28780  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28781  con las longitudes 
28782 \series bold
28783
28784 \backslash
28785 fboxrule
28786 \series default
28787  y 
28788 \series bold
28789
28790 \backslash
28791 fboxsep
28792 \series default
28793 , respectivamente, como se describe en la sección
28794 \begin_inset space ~
28795 \end_inset
28796
28797
28798 \begin_inset CommandInset ref
28799 LatexCommand ref
28800 reference "sec:Cuadros-Enmarcados"
28801
28802 \end_inset
28803
28804 .
28805 \end_layout
28806
28807 \begin_layout Standard
28808 Para el ejemplo siguiente se ha utilizado el comando
28809 \end_layout
28810
28811 \begin_layout Standard
28812
28813 \series bold
28814
28815 \backslash
28816 fcolorbox{cyan}{magenta}{
28817 \end_layout
28818
28819 \begin_layout Standard
28820 Este es un ejemplo en el que se ha puesto un grosor de 1
28821 \begin_inset space \thinspace{}
28822 \end_inset
28823
28824 mm para la línea del marco:
28825 \begin_inset Newline newline
28826 \end_inset
28827
28828
28829 \begin_inset ERT
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833
28834
28835 \backslash
28836 fboxrule 1mm 
28837 \backslash
28838 fboxsep 1mm
28839 \end_layout
28840
28841 \end_inset
28842
28843
28844 \begin_inset ERT
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848
28849
28850 \backslash
28851 fcolorbox{cyan}{magenta}{
28852 \end_layout
28853
28854 \end_inset
28855
28856 Texto en un marco coloreado y enmarcado.
28857 \begin_inset ERT
28858 status collapsed
28859
28860 \begin_layout Plain Layout
28861
28862 }
28863 \end_layout
28864
28865 \end_inset
28866
28867
28868 \end_layout
28869
28870 \begin_layout Standard
28871 \begin_inset VSpace bigskip
28872 \end_inset
28873
28874 Por supuesto también puedes colorear el texto en un marco coloreado:
28875 \begin_inset Newline newline
28876 \end_inset
28877
28878
28879 \begin_inset ERT
28880 status collapsed
28881
28882 \begin_layout Plain Layout
28883
28884
28885 \backslash
28886 fcolorbox{cyan}{magenta}{
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \color yellow
28893 Texto coloreado en un marco sombreado y coloreado.
28894 \color none
28895
28896 \begin_inset ERT
28897 status collapsed
28898
28899 \begin_layout Plain Layout
28900
28901 }
28902 \end_layout
28903
28904 \end_inset
28905
28906
28907 \begin_inset ERT
28908 status collapsed
28909
28910 \begin_layout Plain Layout
28911
28912
28913 \backslash
28914 fboxrule 0.4pt 
28915 \backslash
28916 fboxsep 3pt
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \end_layout
28923
28924 \begin_layout Standard
28925
28926 \series bold
28927 \begin_inset VSpace medskip
28928 \end_inset
28929
28930
28931 \end_layout
28932
28933 \begin_layout Standard
28934 \begin_inset Note Greyedout
28935 status open
28936
28937 \begin_layout Plain Layout
28938
28939 \series bold
28940 Nota:
28941 \series default
28942  El texto en cuadros coloreados no puede tener saltos de línea.
28943  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
28944  coloreado como se describe a continuación.
28945 \end_layout
28946
28947 \end_inset
28948
28949
28950 \end_layout
28951
28952 \begin_layout Subsection
28953 Color en párrafos
28954 \begin_inset CommandInset label
28955 LatexCommand label
28956 name "sub:Color-en-Párrafos"
28957
28958 \end_inset
28959
28960
28961 \begin_inset Index
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965 Color ! en párrafos
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \end_layout
28972
28973 \begin_layout Standard
28974 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
28975  Antes de la minipágina inserta el comando 
28976 \series bold
28977
28978 \backslash
28979 colorbox
28980 \end_layout
28981
28982 \begin_layout Standard
28983
28984 \series bold
28985
28986 \backslash
28987 colorbox{color}{
28988 \end_layout
28989
28990 \begin_layout Standard
28991 en código TeX.
28992  Detrás de la minipágina inserta una llave de cierre «
28993 \series bold
28994 }
28995 \series default
28996 » en código TeX.
28997 \end_layout
28998
28999 \begin_layout Standard
29000 \begin_inset ERT
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004
29005
29006 \backslash
29007 colorbox{grisclaro}{
29008 \end_layout
29009
29010 \end_inset
29011
29012
29013 \begin_inset Box Frameless
29014 position "t"
29015 hor_pos "c"
29016 has_inner_box 1
29017 inner_pos "t"
29018 use_parbox 0
29019 width "100col%"
29020 special "none"
29021 height "1in"
29022 height_special "totalheight"
29023 status collapsed
29024
29025 \begin_layout Plain Layout
29026 Texto con color de fondo.
29027  Texto con color de fondo.
29028 \end_layout
29029
29030 \begin_layout Plain Layout
29031 \begin_inset VSpace defskip
29032 \end_inset
29033
29034 El texto puede tener notas al pie
29035 \begin_inset Foot
29036 status open
29037
29038 \begin_layout Plain Layout
29039 Otro ejemplo de nota
29040 \end_layout
29041
29042 \end_inset
29043
29044  y puede incluir tablas y figuras.
29045 \end_layout
29046
29047 \begin_layout Plain Layout
29048 \align center
29049 \begin_inset Tabular
29050 <lyxtabular version="3" rows="3" columns="3">
29051 <features>
29052 <column alignment="center" valignment="top" width="0">
29053 <column alignment="center" valignment="top" width="0">
29054 <column alignment="center" valignment="top" width="0">
29055 <row>
29056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29057 \begin_inset Text
29058
29059 \begin_layout Plain Layout
29060 a
29061 \end_layout
29062
29063 \end_inset
29064 </cell>
29065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29066 \begin_inset Text
29067
29068 \begin_layout Plain Layout
29069 !
29070 \end_layout
29071
29072 \end_inset
29073 </cell>
29074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29075 \begin_inset Text
29076
29077 \begin_layout Plain Layout
29078 3
29079 \end_layout
29080
29081 \end_inset
29082 </cell>
29083 </row>
29084 <row>
29085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29086 \begin_inset Text
29087
29088 \begin_layout Plain Layout
29089 <
29090 \end_layout
29091
29092 \end_inset
29093 </cell>
29094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29095 \begin_inset Text
29096
29097 \begin_layout Plain Layout
29098 b2
29099 \begin_inset Quotes erd
29100 \end_inset
29101
29102 |
29103 \end_layout
29104
29105 \end_inset
29106 </cell>
29107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29108 \begin_inset Text
29109
29110 \begin_layout Plain Layout
29111 >
29112 \end_layout
29113
29114 \end_inset
29115 </cell>
29116 </row>
29117 <row>
29118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29119 \begin_inset Text
29120
29121 \begin_layout Plain Layout
29122 1
29123 \end_layout
29124
29125 \end_inset
29126 </cell>
29127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29128 \begin_inset Text
29129
29130 \begin_layout Plain Layout
29131 §
29132 \end_layout
29133
29134 \end_inset
29135 </cell>
29136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29137 \begin_inset Text
29138
29139 \begin_layout Plain Layout
29140 c
29141 \end_layout
29142
29143 \end_inset
29144 </cell>
29145 </row>
29146 </lyxtabular>
29147
29148 \end_inset
29149
29150
29151 \end_layout
29152
29153 \end_inset
29154
29155
29156 \begin_inset ERT
29157 status collapsed
29158
29159 \begin_layout Plain Layout
29160
29161 }
29162 \end_layout
29163
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \begin_layout Section
29170 Cuadros rotados y escalados
29171 \end_layout
29172
29173 \begin_layout Standard
29174 Para poder usar los comandos descritos en esta sección hay que cargar el
29175  paquete LaTeX 
29176 \series bold
29177 graphicx
29178 \series default
29179
29180 \begin_inset Index
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184 LaTeX-paquetes ! graphicx
29185 \end_layout
29186
29187 \end_inset
29188
29189  en el preámbulo del documento, con el comando
29190 \end_layout
29191
29192 \begin_layout Standard
29193
29194 \series bold
29195
29196 \backslash
29197 @ifundefined{rotatebox}
29198 \begin_inset Newline newline
29199 \end_inset
29200
29201
29202 \begin_inset ERT
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206
29207
29208 \backslash
29209 hphantom{ }
29210 \end_layout
29211
29212 \end_inset
29213
29214 {
29215 \backslash
29216 usepackage{graphicx}}{}
29217 \end_layout
29218
29219 \begin_layout Standard
29220 \begin_inset Note Greyedout
29221 status open
29222
29223 \begin_layout Plain Layout
29224
29225 \series bold
29226 Nota: 
29227 \series default
29228 Algunos visores DVI no pueden mostrar material rotado o escalado.
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 \begin_inset Note Greyedout
29238 status open
29239
29240 \begin_layout Plain Layout
29241
29242 \series bold
29243 Nota:
29244 \series default
29245  Los cuadros rotados o escalados no pueden contener flotantes.
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \begin_layout Subsection
29254 Cuadros rotados
29255 \begin_inset Index
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259 Cuadros ! Rotar
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \begin_inset Index
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269 Material rotado
29270 \end_layout
29271
29272 \end_inset
29273
29274
29275 \begin_inset Index
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279 Figuras ! Rotar
29280 \end_layout
29281
29282 \end_inset
29283
29284
29285 \begin_inset Index
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289 Tablas ! Rotar
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \end_layout
29296
29297 \begin_layout Standard
29298 Para rotar material debes ponerlo en un cuadro rotado.
29299  Los cuadros rotados se crean con el comando 
29300 \series bold
29301
29302 \backslash
29303 rotatebox
29304 \series default
29305  en código TeX, según el esquema:
29306 \end_layout
29307
29308 \begin_layout Standard
29309
29310 \series bold
29311
29312 \backslash
29313 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29314 \end_layout
29315
29316 \begin_layout Standard
29317 El origen de rotación se especifica en la forma 
29318 \series bold
29319 origin=position
29320 \series default
29321 .
29322  Son posibles las posiciones siguientes: 
29323 \emph on
29324 c
29325 \emph default
29326  (center), 
29327 \emph on
29328 l
29329 \emph default
29330  (left), 
29331 \emph on
29332 r
29333 \emph default
29334  (right), 
29335 \emph on
29336 b
29337 \emph default
29338  (bottom), 
29339 \emph on
29340 t
29341 \emph default
29342  (top), así como combinaciones adecuadas de las posiciones básicas.
29343  Por ejemplo, 
29344 \emph on
29345 lt
29346 \emph default
29347  significa que el origen de rotación es la esquina superior izquierda del
29348  cuadro.
29349  Si no se especifica origen de rotación se usará la posición 
29350 \emph on
29351 l
29352 \emph default
29353 .
29354  El ángulo de rotación es un número de grados, y puede ser negativo.
29355  El sentido de giro es contrario al de las agujas del reloj.
29356 \end_layout
29357
29358 \begin_layout Standard
29359 En el siguiente ejemplo se ha insertado el comando 
29360 \series bold
29361
29362 \backslash
29363 rotatebox[origin=c]{60}{ 
29364 \series default
29365 como código TeX delante del texto «con rotación»; después del texto, el
29366  cuadro se ha cerrado con llave de cierre en código TeX.
29367 \end_layout
29368
29369 \begin_layout Standard
29370 Esta línea contiene texto 
29371 \begin_inset ERT
29372 status collapsed
29373
29374 \begin_layout Plain Layout
29375
29376
29377 \backslash
29378 rotatebox[origin=c]{60}{
29379 \end_layout
29380
29381 \end_inset
29382
29383 con rotación
29384 \begin_inset ERT
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388
29389 }
29390 \end_layout
29391
29392 \end_inset
29393
29394 .
29395 \end_layout
29396
29397 \begin_layout Standard
29398 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29399  línea:
29400 \end_layout
29401
29402 \begin_layout Standard
29403 En esta línea hay texto enmarcado 
29404 \begin_inset ERT
29405 status collapsed
29406
29407 \begin_layout Plain Layout
29408
29409
29410 \backslash
29411 rotatebox[origin=r]{-60}{
29412 \end_layout
29413
29414 \end_inset
29415
29416
29417 \begin_inset Box Doublebox
29418 position "c"
29419 hor_pos "c"
29420 has_inner_box 0
29421 inner_pos "c"
29422 use_parbox 0
29423 width "1in"
29424 special "width"
29425 height "1in"
29426 height_special "totalheight"
29427 status open
29428
29429 \begin_layout Plain Layout
29430 con rotación
29431 \end_layout
29432
29433 \end_inset
29434
29435
29436 \begin_inset ERT
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440
29441 }
29442 \end_layout
29443
29444 \end_inset
29445
29446  y 
29447 \begin_inset ERT
29448 status collapsed
29449
29450 \begin_layout Plain Layout
29451
29452
29453 \backslash
29454 rotatebox[origin=lb]{60}{
29455 \end_layout
29456
29457 \end_inset
29458
29459
29460 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29461 \end_inset
29462
29463
29464 \begin_inset ERT
29465 status collapsed
29466
29467 \begin_layout Plain Layout
29468
29469 }
29470 \end_layout
29471
29472 \end_inset
29473
29474  una ecuación.
29475 \end_layout
29476
29477 \begin_layout Standard
29478 O una imagen o una tabla:
29479 \end_layout
29480
29481 \begin_layout Standard
29482 Aquí hay una imagen girada 
29483 \begin_inset ERT
29484 status collapsed
29485
29486 \begin_layout Plain Layout
29487
29488
29489 \backslash
29490 rotatebox[origin=lb]{90}{
29491 \end_layout
29492
29493 \end_inset
29494
29495
29496 \begin_inset Graphics
29497         filename ../clipart/platypus.eps
29498         lyxscale 50
29499         width 25col%
29500
29501 \end_inset
29502
29503
29504 \begin_inset ERT
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508
29509 }
29510 \end_layout
29511
29512 \end_inset
29513
29514  y una tabla girada 
29515 \begin_inset ERT
29516 status collapsed
29517
29518 \begin_layout Plain Layout
29519
29520
29521 \backslash
29522 rotatebox[origin=l]{-90}{
29523 \end_layout
29524
29525 \end_inset
29526
29527
29528 \begin_inset Tabular
29529 <lyxtabular version="3" rows="2" columns="2">
29530 <features>
29531 <column alignment="center" valignment="top" width="0">
29532 <column alignment="center" valignment="top" width="0">
29533 <row>
29534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29535 \begin_inset Text
29536
29537 \begin_layout Plain Layout
29538 q
29539 \end_layout
29540
29541 \end_inset
29542 </cell>
29543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29544 \begin_inset Text
29545
29546 \begin_layout Plain Layout
29547 w
29548 \end_layout
29549
29550 \end_inset
29551 </cell>
29552 </row>
29553 <row>
29554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29555 \begin_inset Text
29556
29557 \begin_layout Plain Layout
29558 e
29559 \end_layout
29560
29561 \end_inset
29562 </cell>
29563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29564 \begin_inset Text
29565
29566 \begin_layout Plain Layout
29567 r
29568 \end_layout
29569
29570 \end_inset
29571 </cell>
29572 </row>
29573 </lyxtabular>
29574
29575 \end_inset
29576
29577
29578 \begin_inset ERT
29579 status collapsed
29580
29581 \begin_layout Plain Layout
29582
29583 }
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \begin_layout Subsection
29592 Cuadros escalados
29593 \begin_inset Index
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597 Cuadros ! Escalar
29598 \end_layout
29599
29600 \end_inset
29601
29602
29603 \begin_inset Index
29604 status collapsed
29605
29606 \begin_layout Plain Layout
29607 Material escalado
29608 \end_layout
29609
29610 \end_inset
29611
29612
29613 \begin_inset Index
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617 Figuras ! Escalar
29618 \end_layout
29619
29620 \end_inset
29621
29622
29623 \begin_inset Index
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627 Tablas ! Escalar
29628 \end_layout
29629
29630 \end_inset
29631
29632
29633 \end_layout
29634
29635 \begin_layout Standard
29636 Para escalar material se pueden usar los comandos 
29637 \series bold
29638
29639 \backslash
29640 scalebox
29641 \series default
29642  y 
29643 \series bold
29644
29645 \backslash
29646 resizebox 
29647 \series default
29648 en código TeX.
29649 \end_layout
29650
29651 \begin_layout Standard
29652
29653 \series bold
29654
29655 \backslash
29656 scalebox
29657 \series default
29658  se usa con el esquema siguiente:
29659 \end_layout
29660
29661 \begin_layout Standard
29662
29663 \series bold
29664
29665 \backslash
29666 scalebox{horizontal}[vertical]{contenido del cuadro}
29667 \end_layout
29668
29669 \begin_layout Standard
29670 Horizontal y vertical son los factores de escala correspondientes.
29671  Si no se especifica factor vertical, su valor será el mismo que el factor
29672  de escala horizontal.
29673  
29674 \end_layout
29675
29676 \begin_layout Standard
29677 Por ejemplo, el comando 
29678 \series bold
29679
29680 \backslash
29681 scalebox{2}{Hola} 
29682 \series default
29683 crea un 
29684 \begin_inset ERT
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688
29689
29690 \backslash
29691 scalebox{2}{
29692 \end_layout
29693
29694 \end_inset
29695
29696 Hola
29697 \begin_inset ERT
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701
29702 }
29703 \end_layout
29704
29705 \end_inset
29706
29707  de doble tamaño que el texto normal del documento.
29708 \end_layout
29709
29710 \begin_layout Standard
29711 El comando 
29712 \series bold
29713
29714 \backslash
29715 scalebox{2}[1]{Hola} 
29716 \series default
29717 distorsiona el 
29718 \begin_inset ERT
29719 status collapsed
29720
29721 \begin_layout Plain Layout
29722
29723
29724 \backslash
29725 scalebox{2}[1]{
29726 \end_layout
29727
29728 \end_inset
29729
29730 Hola
29731 \begin_inset ERT
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735
29736 }
29737 \end_layout
29738
29739 \end_inset
29740
29741 .
29742 \end_layout
29743
29744 \begin_layout Standard
29745 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29746  Por eso el comando 
29747 \series bold
29748
29749 \backslash
29750 scalebox{-1}[1]{Hola} 
29751 \series default
29752 puede usarse para reflejar un texto: 
29753 \begin_inset ERT
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757
29758
29759 \backslash
29760 scalebox{-1}[1]{
29761 \end_layout
29762
29763 \end_inset
29764
29765 Hola
29766 \begin_inset ERT
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770
29771 }
29772 \end_layout
29773
29774 \end_inset
29775
29776 .
29777 \end_layout
29778
29779 \begin_layout Standard
29780
29781 \series bold
29782
29783 \backslash
29784 scalebox{1}[-1]{Hola} 
29785 \series default
29786 refleja el 
29787 \begin_inset ERT
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791
29792
29793 \backslash
29794 scalebox{1}[-1]{
29795 \end_layout
29796
29797 \end_inset
29798
29799 Hola
29800 \begin_inset ERT
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804
29805 }
29806 \end_layout
29807
29808 \end_inset
29809
29810  sobre la base.
29811 \end_layout
29812
29813 \begin_layout Standard
29814 El comando 
29815 \series bold
29816
29817 \backslash
29818 scalebox{-1}[1]{contenido del cuadro} 
29819 \series default
29820 puede sustituirse por 
29821 \series bold
29822
29823 \begin_inset Newline newline
29824 \end_inset
29825
29826
29827 \backslash
29828 reflectbox{contenido del cuadro}
29829 \begin_inset VSpace defskip
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \begin_layout Standard
29836 El comando 
29837 \series bold
29838
29839 \backslash
29840 resizebox
29841 \series default
29842  sirve para escalar el cuadro a una altura y anchura definidas, según el
29843  esquema:
29844 \end_layout
29845
29846 \begin_layout Standard
29847
29848 \series bold
29849
29850 \backslash
29851 resizebox{anchura}{altura}{contenido del cuadro}
29852 \end_layout
29853
29854 \begin_layout Standard
29855 Si uno de los argumentos del comando es un signo de exclamación, 
29856 \series bold
29857 !
29858 \series default
29859 , la escala se produce de forma que se mantiene la relación de las dimensiones
29860  originales del contenido del cuadro.
29861  
29862 \end_layout
29863
29864 \begin_layout Standard
29865 El comando 
29866 \series bold
29867
29868 \backslash
29869 resizebox{2cm}{1cm}{Hola}
29870 \series default
29871  genera: 
29872 \begin_inset ERT
29873 status collapsed
29874
29875 \begin_layout Plain Layout
29876
29877
29878 \backslash
29879 resizebox{2cm}{1cm}{
29880 \end_layout
29881
29882 \end_inset
29883
29884 Hola
29885 \begin_inset ERT
29886 status collapsed
29887
29888 \begin_layout Plain Layout
29889
29890 }
29891 \end_layout
29892
29893 \end_inset
29894
29895
29896 \begin_inset Newline newline
29897 \end_inset
29898
29899 El comando 
29900 \series bold
29901
29902 \backslash
29903 resizebox{2cm}{!}{Hola}
29904 \series default
29905  genera: 
29906 \begin_inset ERT
29907 status collapsed
29908
29909 \begin_layout Plain Layout
29910
29911
29912 \backslash
29913 resizebox{2cm}{!}{
29914 \end_layout
29915
29916 \end_inset
29917
29918 Hola
29919 \begin_inset ERT
29920 status collapsed
29921
29922 \begin_layout Plain Layout
29923
29924 }
29925 \end_layout
29926
29927 \end_inset
29928
29929
29930 \end_layout
29931
29932 \begin_layout Standard
29933 \begin_inset VSpace defskip
29934 \end_inset
29935
29936
29937 \end_layout
29938
29939 \begin_layout Standard
29940 \begin_inset Note Greyedout
29941 status open
29942
29943 \begin_layout Plain Layout
29944
29945 \series bold
29946 Nota: 
29947 \series default
29948 Si los argumentos de 
29949 \series bold
29950
29951 \backslash
29952 scalebox
29953 \series default
29954  o 
29955 \series bold
29956
29957 \backslash
29958 resizebox
29959 \series default
29960  son cero, no se generan errores de LaTeX al exportar el documento, pero
29961  puede suceder que la salida no se muestre o que sea incompleta.
29962  
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \begin_inset VSpace defskip
29969 \end_inset
29970
29971
29972 \end_layout
29973
29974 \begin_layout Standard
29975 Los cuadros se pueden combinar en cualquier orden.
29976  Por ejemplo, el comando
29977 \series bold
29978
29979 \begin_inset Newline newline
29980 \end_inset
29981
29982
29983 \backslash
29984 rotatebox[origin=c]{-45}{
29985 \backslash
29986 resizebox{2cm}{!}{
29987 \backslash
29988 reflectbox{Hola}}}
29989 \begin_inset Newline newline
29990 \end_inset
29991
29992
29993 \series default
29994 genera:
29995 \end_layout
29996
29997 \begin_layout Standard
29998 \noindent
29999 \align center
30000 \begin_inset ERT
30001 status collapsed
30002
30003 \begin_layout Plain Layout
30004
30005
30006 \backslash
30007 rotatebox[origin=c]{-45}{
30008 \backslash
30009 resizebox{2cm}{!}{
30010 \backslash
30011 reflectbox{
30012 \end_layout
30013
30014 \end_inset
30015
30016 Hola
30017 \begin_inset ERT
30018 status collapsed
30019
30020 \begin_layout Plain Layout
30021
30022 }}}
30023 \end_layout
30024
30025 \end_inset
30026
30027
30028 \end_layout
30029
30030 \begin_layout Standard
30031 \noindent
30032 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30033 \end_layout
30034
30035 \begin_layout Standard
30036 \noindent
30037
30038 \end_layout
30039
30040 \begin_layout Standard
30041 \align center
30042 \begin_inset ERT
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046
30047
30048 \backslash
30049 rotatebox[origin=c]{-30}{
30050 \backslash
30051 resizebox{2cm}{!}{
30052 \backslash
30053 reflectbox{
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \begin_inset Graphics
30060         filename ../clipart/platypus.eps
30061         lyxscale 50
30062         width 25col%
30063
30064 \end_inset
30065
30066
30067 \begin_inset ERT
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071
30072 }}}
30073 \end_layout
30074
30075 \end_inset
30076
30077
30078 \begin_inset ERT
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082
30083
30084 \backslash
30085 rotatebox[origin=c]{-45}{
30086 \backslash
30087 resizebox{2cm}{!}{
30088 \backslash
30089 reflectbox{
30090 \end_layout
30091
30092 \end_inset
30093
30094
30095 \begin_inset Tabular
30096 <lyxtabular version="3" rows="2" columns="2">
30097 <features>
30098 <column alignment="center" valignment="top" width="0">
30099 <column alignment="center" valignment="top" width="0">
30100 <row>
30101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30102 \begin_inset Text
30103
30104 \begin_layout Plain Layout
30105 q
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 w
30115 \end_layout
30116
30117 \end_inset
30118 </cell>
30119 </row>
30120 <row>
30121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30122 \begin_inset Text
30123
30124 \begin_layout Plain Layout
30125 e
30126 \end_layout
30127
30128 \end_inset
30129 </cell>
30130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30131 \begin_inset Text
30132
30133 \begin_layout Plain Layout
30134 r
30135 \end_layout
30136
30137 \end_inset
30138 </cell>
30139 </row>
30140 </lyxtabular>
30141
30142 \end_inset
30143
30144
30145 \begin_inset ERT
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149
30150 }}}
30151 \end_layout
30152
30153 \end_inset
30154
30155
30156 \begin_inset ERT
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160
30161
30162 \backslash
30163 rotatebox[origin=c]{-45}{
30164 \backslash
30165 resizebox{2cm}{!}{
30166 \backslash
30167 reflectbox{
30168 \end_layout
30169
30170 \end_inset
30171
30172
30173 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30174 \end_inset
30175
30176
30177 \begin_inset ERT
30178 status collapsed
30179
30180 \begin_layout Plain Layout
30181
30182 }}}
30183 \end_layout
30184
30185 \end_inset
30186
30187
30188 \end_layout
30189
30190 \begin_layout Standard
30191 Si se usa el estilo global 
30192 \series bold
30193 fleqn
30194 \series default
30195  para las ecuaciones del documento,
30196 \begin_inset Foot
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200 Si «fleqn» se añade a las opciones de clase del documento.
30201 \end_layout
30202
30203 \end_inset
30204
30205  también pueden escalarse las ecuaciones en estilo presentación.
30206 \end_layout
30207
30208 \begin_layout Chapter
30209 Archivo
30210 \begin_inset Index
30211 status collapsed
30212
30213 \begin_layout Plain Layout
30214 Archivo, insertar
30215 \end_layout
30216
30217 \end_inset
30218
30219
30220 \end_layout
30221
30222 \begin_layout Standard
30223 Con el menú 
30224 \family sans
30225 Insertar\SpecialChar \menuseparator
30226 Archivo 
30227 \family default
30228 se pueden insertar archivos externos en un documento.
30229  Estos pueden ser:
30230 \end_layout
30231
30232 \begin_layout Description
30233 Documento
30234 \begin_inset space ~
30235 \end_inset
30236
30237 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30238 \end_layout
30239
30240 \begin_layout Description
30241 Texto
30242 \begin_inset space ~
30243 \end_inset
30244
30245 simple
30246 \begin_inset space ~
30247 \end_inset
30248
30249 como
30250 \begin_inset space ~
30251 \end_inset
30252
30253 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30254  como un nuevo párrafo.
30255 \end_layout
30256
30257 \begin_layout Description
30258 Texto
30259 \begin_inset space ~
30260 \end_inset
30261
30262 simple
30263 \begin_inset space ~
30264 \end_inset
30265
30266 como
30267 \begin_inset space ~
30268 \end_inset
30269
30270 párrafos Un documento de texto; cada línea del texto se inserta tal como
30271  está, formando un solo párrafo.
30272  Las líneas vacías generan un nuevo párrafo en tu documento.
30273 \end_layout
30274
30275 \begin_layout Description
30276 Material
30277 \begin_inset space ~
30278 \end_inset
30279
30280 externo Archivos en diversos formatos.
30281 \end_layout
30282
30283 \begin_layout Description
30284 Documento
30285 \begin_inset space ~
30286 \end_inset
30287
30288 hijo Documentos LyX, LaTeX o texto simple.
30289 \end_layout
30290
30291 \begin_layout Section
30292 Material externo
30293 \begin_inset Index
30294 status collapsed
30295
30296 \begin_layout Plain Layout
30297 Material externo
30298 \end_layout
30299
30300 \end_inset
30301
30302
30303 \end_layout
30304
30305 \begin_layout Standard
30306 Esta característica te permite insertar archivos en tu documento sin convertirlo
30307 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30308  las necesarias conversiones.
30309  Esto es parecido a la inserción de imágenes en diversos formatos en los
30310  documentos LyX.
30311 \end_layout
30312
30313 \begin_layout Standard
30314 El material externo se puede insertar mediante el diálogo que surge a partir
30315  del menú 
30316 \family sans
30317 Insertar\SpecialChar \menuseparator
30318 Archivo\SpecialChar \menuseparator
30319 Material
30320 \begin_inset space ~
30321 \end_inset
30322
30323 externo
30324 \family default
30325 .
30326  Actualmente se permiten los siguientes tipos de archivo (
30327 \family sans
30328 Plantillas
30329 \family default
30330 ):
30331 \end_layout
30332
30333 \begin_layout Description
30334 Diagrama
30335 \begin_inset space ~
30336 \end_inset
30337
30338 de
30339 \begin_inset space ~
30340 \end_inset
30341
30342 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30343  con el programa 
30344 \series bold
30345
30346 \begin_inset CommandInset href
30347 LatexCommand href
30348 name "XBoard"
30349 target "http://en.wikipedia.org/wiki/XBoard"
30350
30351 \end_inset
30352
30353
30354 \series default
30355 .
30356 \end_layout
30357
30358 \begin_layout Description
30359 Fecha Esta inserta la fecha en el formato 
30360 \emph on
30361 Día-Mes-Año.
30362
30363 \emph default
30364  A continuación hay una fecha insertada como material externo: 
30365 \begin_inset External
30366         template Date
30367         filename ...
30368
30369 \end_inset
30370
30371
30372 \lang english
30373
30374 \begin_inset space ~
30375 \end_inset
30376
30377
30378 \begin_inset Note Note
30379 status open
30380
30381 \begin_layout Plain Layout
30382
30383 \lang english
30384 Remove the protected space when bug 4398 is fixed!
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \lang spanish
30391
30392 \begin_inset Newline newline
30393 \end_inset
30394
30395 La fecha no se muestra en LyX, sólo en la salida.
30396  Hay otros dos métodos de insertar una fecha, con el menú 
30397 \family sans
30398 Insertar\SpecialChar \menuseparator
30399 Fecha
30400 \family default
30401  y con el comando LaTeX 
30402 \series bold
30403
30404 \backslash
30405 today
30406 \series default
30407  en código TeX.
30408  Los distintos métodos se comparan en la tabla
30409 \begin_inset space ~
30410 \end_inset
30411
30412
30413 \begin_inset CommandInset ref
30414 LatexCommand ref
30415 reference "tab:Comparación-de"
30416
30417 \end_inset
30418
30419 .
30420 \end_layout
30421
30422 \begin_layout Description
30423 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30424 \begin_inset Newline linebreak
30425 \end_inset
30426
30427
30428 \series bold
30429
30430 \begin_inset CommandInset href
30431 LatexCommand href
30432 name "LilyPond"
30433 target "http://en.wikipedia.org/wiki/LilyPond"
30434
30435 \end_inset
30436
30437
30438 \series default
30439 .
30440 \end_layout
30441
30442 \begin_layout Description
30443 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
30444  Para insertar algunas o todas las páginas de un documento PDF, utiliza
30445  la opción 
30446 \emph on
30447 pages
30448 \emph default
30449  en el campo 
30450 \family sans
30451 Opción
30452 \family default
30453  de la pestaña 
30454 \family sans
30455 Opciones de LaTeX y LyX
30456 \family default
30457 , según la descripción de la plantilla en el diálogo.
30458  Si no se usa la opción 
30459 \emph on
30460 pages
30461 \emph default
30462 , sólo se inserta la primera página del PDF.
30463 \end_layout
30464
30465 \begin_layout Description
30466 RasterImage Sirve para insertar imágenes bitmap.
30467  Casi todos los formatos populares de imágenes están soportados.
30468  Las imágenes se pueden tratar en el diálogo 
30469 \family sans
30470 Material Externo
30471 \family default
30472  como las que habitualmente se incluyen mediante el diálogo 
30473 \family sans
30474 Gráficos
30475 \family default
30476 , tal como se explica en la sección
30477 \begin_inset space ~
30478 \end_inset
30479
30480
30481 \begin_inset CommandInset ref
30482 LatexCommand ref
30483 reference "sec:Diálogo-Gráficos"
30484
30485 \end_inset
30486
30487 .
30488  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30489  PDF y EPS no están soportadas.
30490 \end_layout
30491
30492 \begin_layout Description
30493 XFig Esta plantilla soporta imágenes creadas con el programa 
30494 \series bold
30495
30496 \begin_inset CommandInset href
30497 LatexCommand href
30498 name "Xfig"
30499 target "http://en.wikipedia.org/wiki/Xfig"
30500
30501 \end_inset
30502
30503
30504 \series default
30505 .
30506 \end_layout
30507
30508 \begin_layout Standard
30509 \begin_inset Float table
30510 placement h
30511 wide false
30512 sideways false
30513 status open
30514
30515 \begin_layout Plain Layout
30516 \begin_inset Caption
30517
30518 \begin_layout Plain Layout
30519 \begin_inset CommandInset label
30520 LatexCommand label
30521 name "tab:Comparación-de"
30522
30523 \end_inset
30524
30525 Comparación de los métodos de inserción de fecha.
30526 \end_layout
30527
30528 \end_inset
30529
30530
30531 \end_layout
30532
30533 \begin_layout Plain Layout
30534 \align center
30535 \begin_inset Tabular
30536 <lyxtabular version="3" rows="4" columns="4">
30537 <features>
30538 <column alignment="center" valignment="top" width="0">
30539 <column alignment="center" valignment="top" width="0">
30540 <column alignment="center" valignment="top" width="0">
30541 <column alignment="center" valignment="top" width="0">
30542 <row>
30543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30544 \begin_inset Text
30545
30546 \begin_layout Plain Layout
30547 Documento
30548 \end_layout
30549
30550 \end_inset
30551 </cell>
30552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30553 \begin_inset Text
30554
30555 \begin_layout Plain Layout
30556
30557 \family sans
30558 Material externo\SpecialChar \menuseparator
30559 Fecha
30560 \end_layout
30561
30562 \end_inset
30563 </cell>
30564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30565 \begin_inset Text
30566
30567 \begin_layout Plain Layout
30568
30569 \family sans
30570 Insertar\SpecialChar \menuseparator
30571 Fecha
30572 \end_layout
30573
30574 \end_inset
30575 </cell>
30576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30577 \begin_inset Text
30578
30579 \begin_layout Plain Layout
30580 comando 
30581 \series bold
30582
30583 \backslash
30584 today
30585 \end_layout
30586
30587 \end_inset
30588 </cell>
30589 </row>
30590 <row>
30591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30592 \begin_inset Text
30593
30594 \begin_layout Plain Layout
30595 LyX
30596 \end_layout
30597
30598 \end_inset
30599 </cell>
30600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30601 \begin_inset Text
30602
30603 \begin_layout Plain Layout
30604 como cuadro
30605 \end_layout
30606
30607 \end_inset
30608 </cell>
30609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30610 \begin_inset Text
30611
30612 \begin_layout Plain Layout
30613 como fecha
30614 \end_layout
30615
30616 \end_inset
30617 </cell>
30618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30619 \begin_inset Text
30620
30621 \begin_layout Plain Layout
30622 como cuadro código TeX
30623 \end_layout
30624
30625 \end_inset
30626 </cell>
30627 </row>
30628 <row>
30629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30630 \begin_inset Text
30631
30632 \begin_layout Plain Layout
30633 LaTeX
30634 \end_layout
30635
30636 \end_inset
30637 </cell>
30638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30639 \begin_inset Text
30640
30641 \begin_layout Plain Layout
30642 como fecha
30643 \end_layout
30644
30645 \end_inset
30646 </cell>
30647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30648 \begin_inset Text
30649
30650 \begin_layout Plain Layout
30651 como fecha
30652 \end_layout
30653
30654 \end_inset
30655 </cell>
30656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30657 \begin_inset Text
30658
30659 \begin_layout Plain Layout
30660 como comando
30661 \end_layout
30662
30663 \end_inset
30664 </cell>
30665 </row>
30666 <row>
30667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30668 \begin_inset Text
30669
30670 \begin_layout Plain Layout
30671 DVI, PDF, PS
30672 \end_layout
30673
30674 \end_inset
30675 </cell>
30676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30677 \begin_inset Text
30678
30679 \begin_layout Plain Layout
30680 como fecha
30681 \end_layout
30682
30683 \end_inset
30684 </cell>
30685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30686 \begin_inset Text
30687
30688 \begin_layout Plain Layout
30689 como fecha
30690 \end_layout
30691
30692 \end_inset
30693 </cell>
30694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30695 \begin_inset Text
30696
30697 \begin_layout Plain Layout
30698 como fecha
30699 \end_layout
30700
30701 \end_inset
30702 </cell>
30703 </row>
30704 </lyxtabular>
30705
30706 \end_inset
30707
30708
30709 \end_layout
30710
30711 \end_inset
30712
30713
30714 \end_layout
30715
30716 \begin_layout Standard
30717 Si utilizas la opción 
30718 \family sans
30719 Borrador
30720 \family default
30721  en la solapa 
30722 \family sans
30723 Archivo
30724 \family default
30725  del diálogo 
30726 \family sans
30727 Material Externo
30728 \family default
30729 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30730 \family sans
30731
30732 \begin_inset Newline newline
30733 \end_inset
30734
30735
30736 \family default
30737 El material externo se muestra en LyX como un cuadro del tipo:
30738 \family sans
30739  
30740 \family default
30741
30742 \begin_inset Graphics
30743         filename clipart/MaterialExternoQt4.png
30744         scale 80
30745
30746 \end_inset
30747
30748  o como imagen, dependiendo de si se marca la opción 
30749 \family sans
30750 Mostrar en LyX 
30751 \family default
30752 de la pestaña 
30753 \family sans
30754 Opciones de LaTeX y LyX
30755 \family default
30756  del diálogo
30757 \family sans
30758 .
30759 \end_layout
30760
30761 \begin_layout Standard
30762 En el manual 
30763 \emph on
30764 Personalización
30765 \emph default
30766  se explica cómo definir tus propias plantillas.
30767 \end_layout
30768
30769 \begin_layout Section
30770 Documento hijo
30771 \begin_inset CommandInset label
30772 LatexCommand label
30773 name "sec:Documento-Hijo"
30774
30775 \end_inset
30776
30777
30778 \begin_inset Index
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782 Documento hijo
30783 \end_layout
30784
30785 \end_inset
30786
30787
30788 \end_layout
30789
30790 \begin_layout Standard
30791 Los documentos hijos se emplean en el caso de tener un documento extenso
30792  compuesto por varias partes o secciones más grandes.
30793  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30794  en varios archivos que pueden ser revisados por separado.
30795  Estos archivos se conocen como documentos hijos, y el llamado documento
30796  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30797  
30798 \end_layout
30799
30800 \begin_layout Standard
30801 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30802  cuadros del tipo: 
30803 \begin_inset Graphics
30804         filename clipart/DocumentoHijoQt4.png
30805         scale 80
30806
30807 \end_inset
30808
30809 .
30810  Para incluir documentos hijos en un documento maestro utiliza el menú 
30811 \family sans
30812 Insertar
30813 \family default
30814 \SpecialChar \menuseparator
30815
30816 \family sans
30817 Archivo
30818 \family default
30819 \SpecialChar \menuseparator
30820
30821 \family sans
30822 Documento
30823 \begin_inset space ~
30824 \end_inset
30825
30826 hijo
30827 \family default
30828 .
30829  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30830 \end_layout
30831
30832 \begin_layout Description
30833 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30834  Al pulsar el botón 
30835 \family sans
30836 Cargar
30837 \family default
30838  en el diálogo 
30839 \family sans
30840 Documento hijo
30841 \family default
30842 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30843  la ventana de LyX y así puedes modificarlos si quieres.
30844 \end_layout
30845
30846 \begin_layout Standard
30847 Aquí hay un archivo insertado con el método 
30848 \family sans
30849 Incluir
30850 \family default
30851
30852 \begin_inset CommandInset include
30853 LatexCommand include
30854 filename "DocumentoPostizo1.lyx"
30855
30856 \end_inset
30857
30858
30859 \end_layout
30860
30861 \begin_layout Standard
30862 La numeración de secciones tiene en cuenta las secciones de los archivos
30863  incluidos en el orden en que están insertados en el documento maestro.
30864  El documento incluido de ejemplo tiene una subsección que se numera como
30865  subsección de la presente sección.
30866  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30867 \begin_inset space ~
30868 \end_inset
30869
30870
30871 \begin_inset CommandInset ref
30872 LatexCommand ref
30873 reference "sub:Subsección-Externa-1"
30874
30875 \end_inset
30876
30877 .
30878 \end_layout
30879
30880 \begin_layout Standard
30881 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30882  del documento maestro.
30883  Los documentos incluidos se insertan comenzando una página nueva y acabando
30884  con un salto de página.
30885 \end_layout
30886
30887 \begin_layout Standard
30888 Con el comando LaTeX 
30889 \series bold
30890
30891 \backslash
30892 includeonly
30893 \series default
30894  puedes determinar qué documentos hijos serán procesados al generar la salida.
30895  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
30896  un extenso documento y quieres ahorrar tiempo de compilación.
30897  
30898 \series bold
30899
30900 \backslash
30901 includeonly 
30902 \series default
30903 se inserta en el preámbulo del documento maestro, poniendo como argumento
30904  una lista de los nombres de archivo separados con comas, p.
30905 \begin_inset space \thinspace{}
30906 \end_inset
30907
30908 e.
30909  la orden:
30910 \end_layout
30911
30912 \begin_layout Standard
30913
30914 \series bold
30915
30916 \backslash
30917 includeonly{capítulo1,capítulo5}
30918 \end_layout
30919
30920 \begin_layout Standard
30921 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
30922 » (o «capítulo1.tex») y «capítulo5.lyx».
30923 \end_layout
30924
30925 \begin_layout Standard
30926 \begin_inset Note Greyedout
30927 status open
30928
30929 \begin_layout Plain Layout
30930
30931 \series bold
30932 Nota:
30933 \series default
30934  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
30935  a la del documento maestro, recibirás una advertencia al exportar/ver el
30936  documento, ya que esto podría dar resultados inesperados.
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \begin_layout Description
30945 Entrada Este método es muy parecido al método 
30946 \family sans
30947 Incluir
30948 \family default
30949 .
30950  Las diferencias son:
30951 \end_layout
30952
30953 \begin_deeper
30954 \begin_layout Itemize
30955 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
30956  un salto de página.
30957 \end_layout
30958
30959 \begin_layout Itemize
30960 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
30961 \family sans
30962 Vista
30963 \begin_inset space ~
30964 \end_inset
30965
30966 preliminar
30967 \begin_inset space ~
30968 \end_inset
30969
30970 inmediata 
30971 \family default
30972 está activada en el diálogo 
30973 \family sans
30974 Herramientas\SpecialChar \menuseparator
30975 Preferencias
30976 \family default
30977 , apartado 
30978 \family sans
30979 Apariencia\SpecialChar \menuseparator
30980 Gráficos
30981 \family default
30982 .
30983 \end_layout
30984
30985 \begin_layout Itemize
30986 No se puede utilizar el comando LaTeX 
30987 \series bold
30988
30989 \backslash
30990 includeonly
30991 \series default
30992 .
30993 \end_layout
30994
30995 \end_deeper
30996 \begin_layout Standard
30997 Aquí hay un documento hijo insertado con el método 
30998 \family sans
30999 Entrada
31000 \family default
31001 :
31002 \end_layout
31003
31004 \begin_layout Standard
31005 \begin_inset CommandInset include
31006 LatexCommand input
31007 filename "DocumentoPostizo2.lyx"
31008
31009 \end_inset
31010
31011
31012 \end_layout
31013
31014 \begin_layout Description
31015 Literal Con este método se puede incluir todo archivo de texto.
31016  El archivo aparece en la salida con su código fuente, y si contiene comandos
31017  no se ejecutan.
31018  Con la opción 
31019 \family sans
31020 Marcar espacios en la salida
31021 \family default
31022  cada espacio en el código fuente se muestra en la salida con el carácter
31023  «
31024 \begin_inset ERT
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028
31029
31030 \backslash
31031 textvisiblespace
31032 \end_layout
31033
31034 \end_inset
31035
31036 ».
31037  La diferencia con el método de inserción mediante el menú 
31038 \family sans
31039 Insertar
31040 \family default
31041 \SpecialChar \menuseparator
31042
31043 \family sans
31044 Archivo
31045 \family default
31046 \SpecialChar \menuseparator
31047
31048 \family sans
31049 Texto
31050 \begin_inset space ~
31051 \end_inset
31052
31053 simple
31054 \family default
31055  es que en este caso el contenido del archivo se ve en LyX, mientras que
31056  en modo 
31057 \family sans
31058 Literal 
31059 \family default
31060 no se muestra el contenido, sino un recuadro con el nombre.
31061
31062 \family sans
31063  
31064 \end_layout
31065
31066 \begin_layout Standard
31067 Aquí se inserta un documento hijo en modo Literal:
31068 \begin_inset CommandInset include
31069 LatexCommand verbatiminput
31070 filename "DocumentoTextoPostizo.txt"
31071
31072 \end_inset
31073
31074
31075 \begin_inset VSpace bigskip
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \begin_layout Standard
31082 Aquí se inserta un documento hijo en modo Literal con la opción 
31083 \family sans
31084 Marcar espacios en la salida
31085 \family default
31086 :
31087 \begin_inset CommandInset include
31088 LatexCommand verbatiminput*
31089 filename "DocumentoTextoPostizo.txt"
31090
31091 \end_inset
31092
31093
31094 \begin_inset VSpace bigskip
31095 \end_inset
31096
31097
31098 \end_layout
31099
31100 \begin_layout Standard
31101 \begin_inset Note Greyedout
31102 status open
31103
31104 \begin_layout Plain Layout
31105
31106 \series bold
31107 Nota:
31108 \series default
31109  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31110  incluidos en modo 
31111 \family sans
31112 literal
31113 \family default
31114  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31115  archivo de texto.
31116 \end_layout
31117
31118 \end_inset
31119
31120
31121 \end_layout
31122
31123 \begin_layout Description
31124 Listado
31125 \begin_inset space ~
31126 \end_inset
31127
31128 de
31129 \begin_inset space ~
31130 \end_inset
31131
31132 programa Este tipo se describe en el capítulo
31133 \begin_inset space ~
31134 \end_inset
31135
31136
31137 \begin_inset CommandInset ref
31138 LatexCommand ref
31139 reference "cha:Listado-de-programa"
31140
31141 \end_inset
31142
31143 .
31144 \end_layout
31145
31146 \begin_layout Standard
31147 \begin_inset Note Greyedout
31148 status open
31149
31150 \begin_layout Plain Layout
31151
31152 \series bold
31153 Nota:
31154 \series default
31155  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31156  problemas en LaTeX.
31157 \end_layout
31158
31159 \end_inset
31160
31161
31162 \end_layout
31163
31164 \begin_layout Chapter
31165 Listado de programa
31166 \begin_inset CommandInset label
31167 LatexCommand label
31168 name "cha:Listado-de-programa"
31169
31170 \end_inset
31171
31172
31173 \begin_inset Index
31174 status collapsed
31175
31176 \begin_layout Plain Layout
31177 Listado de programa
31178 \end_layout
31179
31180 \end_inset
31181
31182
31183 \begin_inset Index
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187 Código de programa
31188 \end_layout
31189
31190 \end_inset
31191
31192
31193 \begin_inset Index
31194 status collapsed
31195
31196 \begin_layout Plain Layout
31197 Flotantes ! Listado de programa
31198 \end_layout
31199
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \begin_layout Standard
31206 Para incluir y tipografiar código de programación puedes usar la opción
31207  de menú disponible en 
31208 \family sans
31209 Insertar\SpecialChar \menuseparator
31210 Listado
31211 \begin_inset space ~
31212 \end_inset
31213
31214 de
31215 \begin_inset space ~
31216 \end_inset
31217
31218 programa.
31219  
31220 \family default
31221 El paquete LaTeX 
31222 \series bold
31223 listings
31224 \series default
31225
31226 \begin_inset Index
31227 status collapsed
31228
31229 \begin_layout Plain Layout
31230 LaTeX-paquetes ! listings
31231 \end_layout
31232
31233 \end_inset
31234
31235  provee un mecanismo potente y flexible para insertar código fuente en tu
31236  documento.
31237 \end_layout
31238
31239 \begin_layout Standard
31240 Al hacer clic-derecho sobre un recuadro de listado surge una ventana de
31241  diálogo en la que puedes establecer el formato del mismo.
31242 \end_layout
31243
31244 \begin_layout Standard
31245 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31246  La opción de ubicación 
31247 \family sans
31248 Listado
31249 \begin_inset space ~
31250 \end_inset
31251
31252 en
31253 \begin_inset space ~
31254 \end_inset
31255
31256 línea
31257 \family default
31258  lo imprime en la línea, como este ejemplo: 
31259 \begin_inset listings
31260 lstparams "language={C++}"
31261 inline true
31262 status open
31263
31264 \begin_layout Plain Layout
31265
31266 int a=5;
31267 \end_layout
31268
31269 \end_inset
31270
31271
31272 \family sans
31273
31274 \begin_inset Newline newline
31275 \end_inset
31276
31277
31278 \family default
31279 La opción 
31280 \family sans
31281 Flotante
31282 \family default
31283  crea un listado flotante cuya colocación se puede especificar mediante
31284  las opciones «
31285 \family sans
31286 h
31287 \family default
31288 », «
31289 \family sans
31290 t
31291 \family default
31292 », «
31293 \family sans
31294 b
31295 \family default
31296 » y «
31297 \family sans
31298 p
31299 \family default
31300 », correspondientes a las opciones de colocación de flotantes descritas
31301  en la sección
31302 \family sans
31303
31304 \begin_inset space ~
31305 \end_inset
31306
31307
31308 \begin_inset CommandInset ref
31309 LatexCommand ref
31310 reference "sec:Colocación-de-Flotantes"
31311
31312 \end_inset
31313
31314
31315 \family default
31316 .
31317  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31318  p.
31319 \family sans
31320
31321 \begin_inset space \thinspace{}
31322 \end_inset
31323
31324
31325 \family default
31326 e.
31327 \begin_inset space ~
31328 \end_inset
31329
31330 «
31331 \family sans
31332 htbp
31333 \family default
31334 ».
31335  La opción «
31336 \family sans
31337 h
31338 \family default
31339 » a veces no tiene efecto, pero no necesitas usar la opción 
31340 \family sans
31341 Flotante
31342 \family default
31343  en ese caso puesto que los listados de programa no flotantes también pueden
31344  tener leyendas y ser referenciadas.
31345 \end_layout
31346
31347 \begin_layout Standard
31348 Se puede añadir una leyenda a un listado de programa con el menú 
31349 \family sans
31350 Insertar\SpecialChar \menuseparator
31351 Leyenda
31352 \family default
31353
31354 \begin_inset Foot
31355 status collapsed
31356
31357 \begin_layout Plain Layout
31358 Para traducir la etiqueta 
31359 \begin_inset Quotes eld
31360 \end_inset
31361
31362 Listado
31363 \begin_inset Quotes erd
31364 \end_inset
31365
31366  de la leyenda, se añade al preámbulo del documento el comando 
31367 \series bold
31368
31369 \backslash
31370 renewcommand{
31371 \backslash
31372 lstlistingname}{Listado}
31373 \series default
31374 .
31375  (
31376 \emph on
31377 N.
31378 \begin_inset space \thinspace{}
31379 \end_inset
31380
31381 del t.
31382 \emph default
31383 )
31384 \end_layout
31385
31386 \end_inset
31387
31388 .
31389  Los listados de programa se pueden referenciar como los flotantes: Listado
31390 \begin_inset space ~
31391 \end_inset
31392
31393
31394 \begin_inset CommandInset ref
31395 LatexCommand ref
31396 reference "lst:Ejemplo-de-listado-de-programa"
31397
31398 \end_inset
31399
31400
31401 \end_layout
31402
31403 \begin_layout Standard
31404 \begin_inset listings
31405 lstparams "language=Python"
31406 inline false
31407 status open
31408
31409 \begin_layout Plain Layout
31410
31411 \begin_inset Caption
31412
31413 \begin_layout Plain Layout
31414 \begin_inset CommandInset label
31415 LatexCommand label
31416 name "lst:Ejemplo-de-listado-de-programa"
31417
31418 \end_inset
31419
31420 Ejemplo de listado de programa flotante
31421 \end_layout
31422
31423 \end_inset
31424
31425 # Ejemplo de listado flotante
31426 \end_layout
31427
31428 \begin_layout Plain Layout
31429
31430 def func(param):
31431 \end_layout
31432
31433 \begin_layout Plain Layout
31434
31435     'this is a python function'
31436 \end_layout
31437
31438 \begin_layout Plain Layout
31439
31440     pass
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \end_layout
31447
31448 \begin_layout Standard
31449 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31450  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31451  y tipografiadas de manera especial en la salida.
31452  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31453  negrita.
31454 \end_layout
31455
31456 \begin_layout Standard
31457 \begin_inset Note Greyedout
31458 status open
31459
31460 \begin_layout Plain Layout
31461
31462 \series bold
31463 Nota:
31464 \series default
31465  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31466  debe probablemente a que dicha fuente no suministra negritas.
31467  En este caso selecciona una fuente distinta en el menú 
31468 \family sans
31469 Documento
31470 \family default
31471 \SpecialChar \menuseparator
31472
31473 \family sans
31474 Configuración
31475 \family default
31476 \SpecialChar \menuseparator
31477
31478 \family sans
31479 Fuentes.
31480  
31481 \family default
31482 (Las fuentes 
31483 \emph on
31484 LuxiMono, BeraMono
31485 \emph default
31486  y 
31487 \emph on
31488 Courier 
31489 \emph default
31490 suministran negritas.)
31491 \end_layout
31492
31493 \end_inset
31494
31495
31496 \end_layout
31497
31498 \begin_layout Standard
31499 En la sección 
31500 \family sans
31501 Numeración
31502 \begin_inset space ~
31503 \end_inset
31504
31505 de
31506 \begin_inset space ~
31507 \end_inset
31508
31509 líneas
31510 \family default
31511  del diálogo puedes elegir el estilo de numeración de las líneas.
31512  En el campo 
31513 \family sans
31514 Paso 
31515 \family default
31516 puedes insertar un número para determinar qué líneas se numeran.
31517  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31518  
31519 \end_layout
31520
31521 \begin_layout Standard
31522 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31523  en la salida.
31524  La opción 
31525 \family sans
31526 Tabla
31527 \begin_inset space ~
31528 \end_inset
31529
31530 de
31531 \begin_inset space ~
31532 \end_inset
31533
31534 caracteres
31535 \begin_inset space ~
31536 \end_inset
31537
31538 extendida
31539 \family default
31540  debería emplearse si se usan en el código caracteres nacionales como la
31541  diéresis alemana.
31542 \begin_inset Newline newline
31543 \end_inset
31544
31545 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31546  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31547  y «Espacio como símbolo», rango de líneas 3-8:
31548 \begin_inset listings
31549 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31550 inline false
31551 status open
31552
31553 \begin_layout Plain Layout
31554
31555 def func(param):
31556 \end_layout
31557
31558 \begin_layout Plain Layout
31559
31560     'this is a python function'
31561 \end_layout
31562
31563 \begin_layout Plain Layout
31564
31565     pass
31566 \end_layout
31567
31568 \begin_layout Plain Layout
31569
31570 def func(param):
31571 \end_layout
31572
31573 \begin_layout Plain Layout
31574
31575 'This is a German word: Tschüß'
31576 \end_layout
31577
31578 \begin_layout Plain Layout
31579
31580 pass
31581 \end_layout
31582
31583 \begin_layout Plain Layout
31584
31585 def func(param):
31586 \end_layout
31587
31588 \begin_layout Plain Layout
31589
31590 'this is a python function'
31591 \end_layout
31592
31593 \begin_layout Plain Layout
31594
31595 pass
31596 \end_layout
31597
31598 \end_inset
31599
31600
31601 \end_layout
31602
31603 \begin_layout Standard
31604 \begin_inset Note Greyedout
31605 status open
31606
31607 \begin_layout Plain Layout
31608
31609 \series bold
31610 Nota:
31611 \series default
31612  Debido a un error en el paquete 
31613 \series bold
31614 listings
31615 \series default
31616  la numeración de líneas cambia en una línea por cada listado previo.
31617  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31618  3 y 6.
31619 \end_layout
31620
31621 \end_inset
31622
31623
31624 \end_layout
31625
31626 \begin_layout Standard
31627 \begin_inset VSpace bigskip
31628 \end_inset
31629
31630
31631 \end_layout
31632
31633 \begin_layout Standard
31634 También es posible imprimir como listado de programa líneas de un archivo.
31635  Para hacer esto, usa el menú 
31636 \family sans
31637 Insertar\SpecialChar \menuseparator
31638 Archivo\SpecialChar \menuseparator
31639 Documento
31640 \begin_inset space ~
31641 \end_inset
31642
31643 hijo 
31644 \family default
31645 y elige el tipo 
31646 \family sans
31647 Listado de programa
31648 \family default
31649 .
31650 \begin_inset Foot
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654 Los restantes tipos de documento hijo se describen en la sección
31655 \begin_inset space ~
31656 \end_inset
31657
31658
31659 \begin_inset CommandInset ref
31660 LatexCommand ref
31661 reference "sec:Documento-Hijo"
31662
31663 \end_inset
31664
31665 .
31666 \end_layout
31667
31668 \end_inset
31669
31670  En el diálogo de documento hijo puedes especificar los parámetros del listado
31671  en el cuadro de texto.
31672  Para ver una lista de los parámetros disponibles teclea una interrogación
31673  «?» en el cuadro.
31674 \end_layout
31675
31676 \begin_layout Standard
31677 Para referenciar un documento hijo tipo listado, escribe el texto de la
31678  etiqueta en el campo correspondiente del diálogo de documento hijo.
31679  Después se puede referenciar la etiqueta con el menú 
31680 \family sans
31681 Insertar\SpecialChar \menuseparator
31682 Referencia cruzada.
31683 \end_layout
31684
31685 \begin_layout Standard
31686 A continuación hay un ejemplo, Listado
31687 \begin_inset space ~
31688 \end_inset
31689
31690
31691 \begin_inset CommandInset ref
31692 LatexCommand ref
31693 reference "lst:archivo-listado"
31694
31695 \end_inset
31696
31697 , de inserción de líneas de un archivo; en él se incluye el rango de las
31698  líneas 10
31699 \begin_inset space \thinspace{}
31700 \end_inset
31701
31702 -
31703 \begin_inset space \thinspace{}
31704 \end_inset
31705
31706 15 de este archivo LyX.
31707 \end_layout
31708
31709 \begin_layout Standard
31710 \begin_inset CommandInset include
31711 LatexCommand lstinputlisting
31712 filename "EmbeddedObjects.lyx"
31713 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31714
31715 \end_inset
31716
31717
31718 \begin_inset VSpace bigskip
31719 \end_inset
31720
31721
31722 \end_layout
31723
31724 \begin_layout Standard
31725 Las preferencias globales se pueden establecer en el diálogo 
31726 \family sans
31727 Documento\SpecialChar \menuseparator
31728 Configuración\SpecialChar \menuseparator
31729 Diseño
31730 \begin_inset space ~
31731 \end_inset
31732
31733 del
31734 \begin_inset space ~
31735 \end_inset
31736
31737 texto.
31738  
31739 \family default
31740 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31741  «?» en el campo de texto.
31742 \end_layout
31743
31744 \begin_layout Standard
31745 Para más información sobre el paquete 
31746 \series bold
31747 listings
31748 \series default
31749 , consulta su documentación
31750 \begin_inset space ~
31751 \end_inset
31752
31753
31754 \begin_inset CommandInset citation
31755 LatexCommand cite
31756 key "listings"
31757
31758 \end_inset
31759
31760 .
31761 \end_layout
31762
31763 \begin_layout Standard
31764 \begin_inset Newpage newpage
31765 \end_inset
31766
31767
31768 \end_layout
31769
31770 \begin_layout Chapter
31771 \start_of_appendix
31772 Unidades disponibles en LyX
31773 \begin_inset Index
31774 status collapsed
31775
31776 \begin_layout Plain Layout
31777 Unidades
31778 \end_layout
31779
31780 \end_inset
31781
31782
31783 \begin_inset CommandInset label
31784 LatexCommand label
31785 name "cha:Unidades-disponibles-en"
31786
31787 \end_inset
31788
31789
31790 \end_layout
31791
31792 \begin_layout Standard
31793 Para comprender las unidades utilizadas en este manual, el cuadro
31794 \begin_inset space ~
31795 \end_inset
31796
31797
31798 \begin_inset CommandInset ref
31799 LatexCommand ref
31800 reference "tab:Unidades"
31801
31802 \end_inset
31803
31804  describe todas las unidades disponibles en LyX.
31805 \end_layout
31806
31807 \begin_layout Standard
31808 \begin_inset Float table
31809 placement h
31810 wide false
31811 sideways false
31812 status open
31813
31814 \begin_layout Plain Layout
31815 \begin_inset Caption
31816
31817 \begin_layout Plain Layout
31818 \begin_inset CommandInset label
31819 LatexCommand label
31820 name "tab:Unidades"
31821
31822 \end_inset
31823
31824 Unidades
31825 \end_layout
31826
31827 \end_inset
31828
31829
31830 \end_layout
31831
31832 \begin_layout Plain Layout
31833 \begin_inset VSpace medskip
31834 \end_inset
31835
31836
31837 \end_layout
31838
31839 \begin_layout Plain Layout
31840 \align center
31841 \begin_inset Tabular
31842 <lyxtabular version="3" rows="20" columns="2">
31843 <features>
31844 <column alignment="center" valignment="top" width="0">
31845 <column alignment="center" valignment="top" width="0">
31846 <row>
31847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31848 \begin_inset Text
31849
31850 \begin_layout Plain Layout
31851 unidad
31852 \end_layout
31853
31854 \end_inset
31855 </cell>
31856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31857 \begin_inset Text
31858
31859 \begin_layout Plain Layout
31860 nombre/descripción
31861 \end_layout
31862
31863 \end_inset
31864 </cell>
31865 </row>
31866 <row>
31867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31868 \begin_inset Text
31869
31870 \begin_layout Plain Layout
31871 mm
31872 \end_layout
31873
31874 \end_inset
31875 </cell>
31876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31877 \begin_inset Text
31878
31879 \begin_layout Plain Layout
31880 milímetro
31881 \end_layout
31882
31883 \end_inset
31884 </cell>
31885 </row>
31886 <row>
31887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31888 \begin_inset Text
31889
31890 \begin_layout Plain Layout
31891 cm
31892 \end_layout
31893
31894 \end_inset
31895 </cell>
31896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31897 \begin_inset Text
31898
31899 \begin_layout Plain Layout
31900 centímetro
31901 \end_layout
31902
31903 \end_inset
31904 </cell>
31905 </row>
31906 <row>
31907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31908 \begin_inset Text
31909
31910 \begin_layout Plain Layout
31911 in
31912 \end_layout
31913
31914 \end_inset
31915 </cell>
31916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31917 \begin_inset Text
31918
31919 \begin_layout Plain Layout
31920 pulgada
31921 \end_layout
31922
31923 \end_inset
31924 </cell>
31925 </row>
31926 <row>
31927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31928 \begin_inset Text
31929
31930 \begin_layout Plain Layout
31931 pt
31932 \end_layout
31933
31934 \end_inset
31935 </cell>
31936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31937 \begin_inset Text
31938
31939 \begin_layout Plain Layout
31940 punto (72.27
31941 \begin_inset space \thinspace{}
31942 \end_inset
31943
31944 pt = 1
31945 \begin_inset space \thinspace{}
31946 \end_inset
31947
31948 in)
31949 \end_layout
31950
31951 \end_inset
31952 </cell>
31953 </row>
31954 <row>
31955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31956 \begin_inset Text
31957
31958 \begin_layout Plain Layout
31959 pc
31960 \end_layout
31961
31962 \end_inset
31963 </cell>
31964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31965 \begin_inset Text
31966
31967 \begin_layout Plain Layout
31968 pica (1
31969 \begin_inset space \thinspace{}
31970 \end_inset
31971
31972 pc = 12
31973 \begin_inset space \thinspace{}
31974 \end_inset
31975
31976 pt)
31977 \end_layout
31978
31979 \end_inset
31980 </cell>
31981 </row>
31982 <row>
31983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987 sp
31988 \end_layout
31989
31990 \end_inset
31991 </cell>
31992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31993 \begin_inset Text
31994
31995 \begin_layout Plain Layout
31996 punto escalado (65536
31997 \begin_inset space \thinspace{}
31998 \end_inset
31999
32000 sp = 1
32001 \begin_inset space \thinspace{}
32002 \end_inset
32003
32004 pt)
32005 \end_layout
32006
32007 \end_inset
32008 </cell>
32009 </row>
32010 <row>
32011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32012 \begin_inset Text
32013
32014 \begin_layout Plain Layout
32015 bp
32016 \end_layout
32017
32018 \end_inset
32019 </cell>
32020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32021 \begin_inset Text
32022
32023 \begin_layout Plain Layout
32024 punto grande (72
32025 \begin_inset space \thinspace{}
32026 \end_inset
32027
32028 bp = 1
32029 \begin_inset space \thinspace{}
32030 \end_inset
32031
32032 in)
32033 \end_layout
32034
32035 \end_inset
32036 </cell>
32037 </row>
32038 <row>
32039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32040 \begin_inset Text
32041
32042 \begin_layout Plain Layout
32043 dd
32044 \end_layout
32045
32046 \end_inset
32047 </cell>
32048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32049 \begin_inset Text
32050
32051 \begin_layout Plain Layout
32052 didot (1
32053 \begin_inset space \thinspace{}
32054 \end_inset
32055
32056 dd 
32057 \begin_inset Formula $\approx$
32058 \end_inset
32059
32060  0.376
32061 \begin_inset space \thinspace{}
32062 \end_inset
32063
32064 mm)
32065 \end_layout
32066
32067 \end_inset
32068 </cell>
32069 </row>
32070 <row>
32071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32072 \begin_inset Text
32073
32074 \begin_layout Plain Layout
32075 cc
32076 \end_layout
32077
32078 \end_inset
32079 </cell>
32080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32081 \begin_inset Text
32082
32083 \begin_layout Plain Layout
32084 cicero (1
32085 \begin_inset space \thinspace{}
32086 \end_inset
32087
32088 cc = 12
32089 \begin_inset space \thinspace{}
32090 \end_inset
32091
32092 dd)
32093 \end_layout
32094
32095 \end_inset
32096 </cell>
32097 </row>
32098 <row>
32099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32100 \begin_inset Text
32101
32102 \begin_layout Plain Layout
32103 Scale%
32104 \end_layout
32105
32106 \end_inset
32107 </cell>
32108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32109 \begin_inset Text
32110
32111 \begin_layout Plain Layout
32112 % de anchura original de la imagen
32113 \end_layout
32114
32115 \end_inset
32116 </cell>
32117 </row>
32118 <row>
32119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32120 \begin_inset Text
32121
32122 \begin_layout Plain Layout
32123 text%
32124 \end_layout
32125
32126 \end_inset
32127 </cell>
32128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32129 \begin_inset Text
32130
32131 \begin_layout Plain Layout
32132 % de anchura de texto
32133 \end_layout
32134
32135 \end_inset
32136 </cell>
32137 </row>
32138 <row>
32139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32140 \begin_inset Text
32141
32142 \begin_layout Plain Layout
32143 col%
32144 \end_layout
32145
32146 \end_inset
32147 </cell>
32148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32149 \begin_inset Text
32150
32151 \begin_layout Plain Layout
32152 % de anchura de columna
32153 \end_layout
32154
32155 \end_inset
32156 </cell>
32157 </row>
32158 <row>
32159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32160 \begin_inset Text
32161
32162 \begin_layout Plain Layout
32163 page%
32164 \end_layout
32165
32166 \end_inset
32167 </cell>
32168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32169 \begin_inset Text
32170
32171 \begin_layout Plain Layout
32172 % de anchura de página
32173 \end_layout
32174
32175 \end_inset
32176 </cell>
32177 </row>
32178 <row>
32179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32180 \begin_inset Text
32181
32182 \begin_layout Plain Layout
32183 line%
32184 \end_layout
32185
32186 \end_inset
32187 </cell>
32188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32189 \begin_inset Text
32190
32191 \begin_layout Plain Layout
32192 % de anchura de línea
32193 \end_layout
32194
32195 \end_inset
32196 </cell>
32197 </row>
32198 <row>
32199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32200 \begin_inset Text
32201
32202 \begin_layout Plain Layout
32203 theight%
32204 \end_layout
32205
32206 \end_inset
32207 </cell>
32208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32209 \begin_inset Text
32210
32211 \begin_layout Plain Layout
32212 % de altura de texto
32213 \end_layout
32214
32215 \end_inset
32216 </cell>
32217 </row>
32218 <row>
32219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32220 \begin_inset Text
32221
32222 \begin_layout Plain Layout
32223 pheight%
32224 \end_layout
32225
32226 \end_inset
32227 </cell>
32228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32229 \begin_inset Text
32230
32231 \begin_layout Plain Layout
32232 % de altura de página
32233 \end_layout
32234
32235 \end_inset
32236 </cell>
32237 </row>
32238 <row>
32239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32240 \begin_inset Text
32241
32242 \begin_layout Plain Layout
32243 ex
32244 \end_layout
32245
32246 \end_inset
32247 </cell>
32248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32249 \begin_inset Text
32250
32251 \begin_layout Plain Layout
32252 altura de la letra 
32253 \emph on
32254 x
32255 \emph default
32256  en la fuente actual
32257 \end_layout
32258
32259 \end_inset
32260 </cell>
32261 </row>
32262 <row>
32263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32264 \begin_inset Text
32265
32266 \begin_layout Plain Layout
32267 em
32268 \end_layout
32269
32270 \end_inset
32271 </cell>
32272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32273 \begin_inset Text
32274
32275 \begin_layout Plain Layout
32276 anchura de la letra 
32277 \emph on
32278 M
32279 \emph default
32280  en la fuente actual
32281 \end_layout
32282
32283 \end_inset
32284 </cell>
32285 </row>
32286 <row>
32287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32288 \begin_inset Text
32289
32290 \begin_layout Plain Layout
32291 mu
32292 \end_layout
32293
32294 \end_inset
32295 </cell>
32296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32297 \begin_inset Text
32298
32299 \begin_layout Plain Layout
32300 unidad matemática (1
32301 \begin_inset space \thinspace{}
32302 \end_inset
32303
32304 mu = 1/18
32305 \begin_inset space \thinspace{}
32306 \end_inset
32307
32308 em)
32309 \end_layout
32310
32311 \end_inset
32312 </cell>
32313 </row>
32314 </lyxtabular>
32315
32316 \end_inset
32317
32318
32319 \end_layout
32320
32321 \end_inset
32322
32323
32324 \end_layout
32325
32326 \begin_layout Chapter
32327 Formatos de archivos de salida con gráficos
32328 \begin_inset CommandInset label
32329 LatexCommand label
32330 name "cha:Formatos-de-Archivos-de-Salida"
32331
32332 \end_inset
32333
32334
32335 \end_layout
32336
32337 \begin_layout Section
32338 DVI
32339 \begin_inset Index
32340 status collapsed
32341
32342 \begin_layout Plain Layout
32343 Formatos de archivo ! DVI
32344 \end_layout
32345
32346 \end_inset
32347
32348
32349 \begin_inset Index
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353 DVI|see
32354 \begin_inset ERT
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358
32359 {
32360 \end_layout
32361
32362 \end_inset
32363
32364 Formatos de archivo
32365 \begin_inset ERT
32366 status collapsed
32367
32368 \begin_layout Plain Layout
32369
32370 }
32371 \end_layout
32372
32373 \end_inset
32374
32375
32376 \end_layout
32377
32378 \end_inset
32379
32380
32381 \end_layout
32382
32383 \begin_layout Standard
32384 Este tipo de archivo tiene la extensión «
32385 \family typewriter
32386 .dvi
32387 \family default
32388 ».
32389  Se denomina «device-independent» (DVI), porque es completamente portable;
32390  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32391  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32392  Los DVI se usan para vistas preliminares rápidas y como preparación para
32393  otros formatos de salida como PostScript.
32394 \end_layout
32395
32396 \begin_layout Standard
32397 \begin_inset Note Greyedout
32398 status open
32399
32400 \begin_layout Plain Layout
32401
32402 \series bold
32403 Nota:
32404 \series default
32405  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32406 \end_layout
32407
32408 \end_inset
32409
32410  Por tanto no debes olvidar esto si mueves archivos 
32411 \family typewriter
32412 .dvi
32413 \family default
32414  a otro ordenador.
32415  Esta característica también puede retardar la visualización del archivo,
32416  porque el visor DVI tiene que convertir la imagen en segundo plano para
32417  hacerla visible al deslizar el visor.
32418  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32419 \end_layout
32420
32421 \begin_layout Standard
32422 Un documento se exporta a DVI con el menú 
32423 \family sans
32424 Archivo\SpecialChar \menuseparator
32425 Exportar\SpecialChar \menuseparator
32426 DVI
32427 \family default
32428 .
32429  Puedes ver la salida del documento en DVI con el menú 
32430 \family sans
32431 Ver\SpecialChar \menuseparator
32432 DVI 
32433 \family default
32434 o con el botón
32435 \begin_inset space ~
32436 \end_inset
32437
32438
32439 \begin_inset Graphics
32440         filename ../../images/buffer-view_dvi.png
32441         scale 85
32442
32443 \end_inset
32444
32445 .
32446 \end_layout
32447
32448 \begin_layout Section
32449 PostScript
32450 \begin_inset CommandInset label
32451 LatexCommand label
32452 name "sec:PostScript"
32453
32454 \end_inset
32455
32456
32457 \begin_inset Index
32458 status collapsed
32459
32460 \begin_layout Plain Layout
32461 Formatos de archivo ! PostScript
32462 \end_layout
32463
32464 \end_inset
32465
32466
32467 \begin_inset Index
32468 status collapsed
32469
32470 \begin_layout Plain Layout
32471 PostScript|see
32472 \begin_inset ERT
32473 status collapsed
32474
32475 \begin_layout Plain Layout
32476
32477 {
32478 \end_layout
32479
32480 \end_inset
32481
32482 Formatos de archivo
32483 \begin_inset ERT
32484 status collapsed
32485
32486 \begin_layout Plain Layout
32487
32488 }
32489 \end_layout
32490
32491 \end_inset
32492
32493
32494 \end_layout
32495
32496 \end_inset
32497
32498
32499 \end_layout
32500
32501 \begin_layout Standard
32502 Este tipo de archivo tiene la extensión «
32503 \family typewriter
32504 .ps
32505 \family default
32506 ».
32507  PostScript fue desarrollado por la compañía 
32508 \family typewriter
32509 Adobe
32510 \family default
32511  como lenguaje para impresoras.
32512  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32513  PostScript puede considerarse como un «lenguaje de programación»; con él
32514  puedes calcular y dibujar imágenes y diagramas.
32515 \begin_inset Foot
32516 status collapsed
32517
32518 \begin_layout Plain Layout
32519 Si estás interesado en este tema acude al paquete LaTeX 
32520 \series bold
32521 PSTricks
32522 \series default
32523  
32524 \begin_inset CommandInset citation
32525 LatexCommand cite
32526 key "pstricks"
32527
32528 \end_inset
32529
32530 .
32531 \end_layout
32532
32533 \end_inset
32534
32535  Por esto los archivos suelen ser más grandes que los PDF.
32536 \end_layout
32537
32538 \begin_layout Standard
32539 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32540 d PostScript» (EPS, extensión «
32541 \family typewriter
32542 .eps
32543 \family default
32544 »).
32545  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32546  en segundo plano para convertir las imágenes a EPS.
32547  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32548  cada vez que veas o exportes el documento.
32549  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32550  puedes evitar el problema insertando las imágenes directamente en EPS.
32551 \end_layout
32552
32553 \begin_layout Standard
32554 El documento se puede exportar a PostScript con el menú 
32555 \family sans
32556 Archivo\SpecialChar \menuseparator
32557 Exportar\SpecialChar \menuseparator
32558 Postscript
32559 \family default
32560 .
32561  Se puede ver la salida en PostScript con el menú 
32562 \family sans
32563 Ver\SpecialChar \menuseparator
32564 Postscript 
32565 \family default
32566 o con el botón
32567 \begin_inset space ~
32568 \end_inset
32569
32570
32571 \begin_inset Graphics
32572         filename ../../images/buffer-view_ps.png
32573
32574 \end_inset
32575
32576 .
32577 \end_layout
32578
32579 \begin_layout Section
32580 PDF
32581 \begin_inset Index
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585 Formatos de archivo ! PDF
32586 \end_layout
32587
32588 \end_inset
32589
32590
32591 \begin_inset Index
32592 status collapsed
32593
32594 \begin_layout Plain Layout
32595 PDF
32596 \end_layout
32597
32598 \end_inset
32599
32600
32601 \end_layout
32602
32603 \begin_layout Standard
32604 Este tipo de archivo tiene la extensión «
32605 \family typewriter
32606 .pdf
32607 \family default
32608 ».
32609  El formato «Portable Document Format» (PDF) fue desarrollado por 
32610 \family typewriter
32611 Adobe
32612 \family default
32613  como derivado de PostScript.
32614  Es más comprimido y utiliza muchos menos comandos que PostScript.
32615  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32616  operativo y la salida impresa se muestra exactamente igual.
32617 \end_layout
32618
32619 \begin_layout Standard
32620 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32621  Photographic Experts Group» (JPG, extensión «
32622 \family typewriter
32623 .jpg
32624 \family default
32625 » o «
32626 \family typewriter
32627 .jpeg
32628 \family default
32629 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32630 \family typewriter
32631 .png
32632 \family default
32633 »).
32634  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32635  en segundo plano a alguno de los anteriores.
32636  Pero como se ha comentado en la sección sobre PostScript, la conversión
32637  de gráficos ralentiza el trabajo.
32638  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32639  mencionados.
32640 \end_layout
32641
32642 \begin_layout Standard
32643 Un documento se puede exportar a PDF con el menú 
32644 \family sans
32645 Archivo\SpecialChar \menuseparator
32646 Exportar
32647 \family default
32648  en tres modos diferentes:
32649 \end_layout
32650
32651 \begin_layout Description
32652 PDF
32653 \begin_inset space ~
32654 \end_inset
32655
32656 (ps2pdf) Este utiliza el programa 
32657 \family typewriter
32658 ps2pdf
32659 \family default
32660  que crea un PDF a partir de una versión PostScript del archivo.
32661  La versión PostScript es producida por el programa 
32662 \family typewriter
32663 dvips
32664 \family default
32665  que usa una versión DVI como paso intermedio.
32666  Así que este modo de exportación consta de tres conversiones.
32667 \end_layout
32668
32669 \begin_layout Description
32670 PDF
32671 \begin_inset space ~
32672 \end_inset
32673
32674 (dvipdfm) Este utiliza el programa 
32675 \family typewriter
32676 dvipdfm
32677 \family default
32678  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32679  PDF.
32680 \end_layout
32681
32682 \begin_layout Description
32683 PDF
32684 \begin_inset space ~
32685 \end_inset
32686
32687 (pdflatex) Este utiliza el programa 
32688 \family typewriter
32689 pdftex
32690 \family default
32691  que convierte directamente el archivo a PDF.
32692 \end_layout
32693
32694 \begin_layout Standard
32695 Se recomienda usar 
32696 \family sans
32697 PDF
32698 \begin_inset space ~
32699 \end_inset
32700
32701 (pdflatex)
32702 \family default
32703  porque 
32704 \family typewriter
32705 pdftex
32706 \family default
32707  soporta todas las características de las versiones actuales de PDF, es
32708  rápido y estable.
32709  El programa 
32710 \family typewriter
32711 dvipdfm
32712 \family default
32713  ya no se desarrolla y está un poco obsoleto.
32714 \end_layout
32715
32716 \begin_layout Standard
32717 La salida en formato PDF se puede ver con el menú 
32718 \family sans
32719 Ver 
32720 \family default
32721 o con el botón
32722 \begin_inset space ~
32723 \end_inset
32724
32725
32726 \begin_inset Graphics
32727         filename ../../images/buffer-view_pdf2.png
32728         scale 85
32729
32730 \end_inset
32731
32732  (que usa 
32733 \family sans
32734 PDF
32735 \begin_inset space ~
32736 \end_inset
32737
32738 (pdflatex)
32739 \family default
32740 ).
32741 \end_layout
32742
32743 \begin_layout Chapter
32744 Explicación de la ecuación
32745 \begin_inset space ~
32746 \end_inset
32747
32748
32749 \begin_inset CommandInset ref
32750 LatexCommand eqref
32751 reference "eq:Wgn"
32752
32753 \end_inset
32754
32755
32756 \begin_inset CommandInset label
32757 LatexCommand label
32758 name "cha:Explicación-de-la-Ecuación"
32759
32760 \end_inset
32761
32762
32763 \end_layout
32764
32765 \begin_layout Standard
32766 La anchura total de 
32767 \emph on
32768 n
32769 \emph default
32770  celdas de una tabla 
32771 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32772 \end_inset
32773
32774  puede calcularse con
32775 \end_layout
32776
32777 \begin_layout Standard
32778 \begin_inset Formula \begin{equation}
32779 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}
32780
32781 \end_inset
32782
32783
32784 \end_layout
32785
32786 \begin_layout Standard
32787 donde 
32788 \begin_inset Formula $W_{g\, n}$
32789 \end_inset
32790
32791  es el ancho dado de todas las celdas.
32792  
32793 \series bold
32794
32795 \backslash
32796 tabcolsep
32797 \series default
32798  es la longitud LaTeX entre el texto y el borde de la celda, 6
32799 \begin_inset space \thinspace{}
32800 \end_inset
32801
32802 pt por omisión.
32803  
32804 \series bold
32805
32806 \backslash
32807 arrayrulewidth
32808 \series default
32809  es el grosor de línea del borde, 0.4
32810 \begin_inset space \thinspace{}
32811 \end_inset
32812
32813 pt por omisión.
32814 \end_layout
32815
32816 \begin_layout Standard
32817 Procediendo como en la ecuación
32818 \begin_inset space ~
32819 \end_inset
32820
32821
32822 \begin_inset CommandInset ref
32823 LatexCommand eqref
32824 reference "eq:Wtot_n"
32825
32826 \end_inset
32827
32828 , el ancho total de una multicolumna, 
32829 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32830 \end_inset
32831
32832  es
32833 \end_layout
32834
32835 \begin_layout Standard
32836 \begin_inset Formula \begin{equation}
32837 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32838
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Standard
32845 Igualando las ecuaciones
32846 \begin_inset space ~
32847 \end_inset
32848
32849
32850 \begin_inset CommandInset ref
32851 LatexCommand eqref
32852 reference "eq:Wtot_n"
32853
32854 \end_inset
32855
32856  y 
32857 \begin_inset CommandInset ref
32858 LatexCommand eqref
32859 reference "eq:Wtot_mult"
32860
32861 \end_inset
32862
32863  podemos calcular el ancho dado necesario 
32864 \begin_inset Formula $W_{g\, n}$
32865 \end_inset
32866
32867  cuando se expanden 
32868 \emph on
32869 n
32870 \emph default
32871  columnas, de forma que cada una de ellas tiene una anchura total  
32872 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32873 \end_inset
32874
32875 :
32876 \end_layout
32877
32878 \begin_layout Standard
32879 \begin_inset Formula \begin{equation}
32880 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32881
32882 \end_inset
32883
32884
32885 \end_layout
32886
32887 \begin_layout Bibliography
32888 \begin_inset CommandInset bibitem
32889 LatexCommand bibitem
32890 key "latexcompanion"
32891
32892 \end_inset
32893
32894 Frank Mittelbach and Michel Goossens: 
32895 \emph on
32896 The LaTeX Companion Second Edition.
32897
32898 \emph default
32899  Addison-Wesley, 2004
32900 \end_layout
32901
32902 \begin_layout Bibliography
32903 \begin_inset CommandInset bibitem
32904 LatexCommand bibitem
32905 key "latexguide"
32906
32907 \end_inset
32908
32909 Helmut Kopka and Patrick W.
32910  Daly: 
32911 \emph on
32912 A Guide to LaTeX Fourth Edition.
32913
32914 \emph default
32915  Addison-Wesley, 2003
32916 \end_layout
32917
32918 \begin_layout Bibliography
32919 \begin_inset CommandInset bibitem
32920 LatexCommand bibitem
32921 key "latexbook"
32922
32923 \end_inset
32924
32925 Leslie Lamport: 
32926 \emph on
32927 LaTeX: A Document Preparation System.
32928
32929 \emph default
32930  Addison-Wesley, second edition, 1994
32931 \end_layout
32932
32933 \begin_layout Bibliography
32934 \begin_inset CommandInset bibitem
32935 LatexCommand bibitem
32936 key "booktabs"
32937
32938 \end_inset
32939
32940 Documentación del paquete LaTeX 
32941 \series bold
32942
32943 \begin_inset CommandInset href
32944 LatexCommand href
32945 name "booktabs"
32946 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32947
32948 \end_inset
32949
32950
32951 \series default
32952
32953 \begin_inset Index
32954 status collapsed
32955
32956 \begin_layout Plain Layout
32957 LaTeX-paquetes ! booktabs
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \end_layout
32964
32965 \begin_layout Bibliography
32966 \begin_inset CommandInset bibitem
32967 LatexCommand bibitem
32968 key "caption"
32969
32970 \end_inset
32971
32972 Documentación del paquete LaTeX 
32973 \series bold
32974
32975 \begin_inset CommandInset href
32976 LatexCommand href
32977 name "caption"
32978 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32979
32980 \end_inset
32981
32982
32983 \series default
32984
32985 \begin_inset Index
32986 status collapsed
32987
32988 \begin_layout Plain Layout
32989 LaTeX-paquetes ! caption
32990 \end_layout
32991
32992 \end_inset
32993
32994
32995 \end_layout
32996
32997 \begin_layout Bibliography
32998 \begin_inset CommandInset bibitem
32999 LatexCommand bibitem
33000 key "endfloat"
33001
33002 \end_inset
33003
33004 Documentación del paquete LaTeX 
33005 \series bold
33006
33007 \begin_inset CommandInset href
33008 LatexCommand href
33009 name "endfloat"
33010 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33011
33012 \end_inset
33013
33014
33015 \series default
33016
33017 \begin_inset Index
33018 status collapsed
33019
33020 \begin_layout Plain Layout
33021 LaTeX-paquetes ! endfloat
33022 \end_layout
33023
33024 \end_inset
33025
33026
33027 \end_layout
33028
33029 \begin_layout Bibliography
33030 \begin_inset CommandInset bibitem
33031 LatexCommand bibitem
33032 key "wrapfig"
33033
33034 \end_inset
33035
33036 Documentación del paquete LaTeX 
33037 \series bold
33038
33039 \begin_inset CommandInset href
33040 LatexCommand href
33041 name "wrapfig"
33042 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33043
33044 \end_inset
33045
33046
33047 \series default
33048
33049 \begin_inset Index
33050 status collapsed
33051
33052 \begin_layout Plain Layout
33053 LaTeX-paquetes ! wrapfig
33054 \begin_inset ERT
33055 status collapsed
33056
33057 \begin_layout Plain Layout
33058
33059
33060 \backslash
33061 vspace{4mm}
33062 \end_layout
33063
33064 \end_inset
33065
33066
33067 \end_layout
33068
33069 \end_inset
33070
33071
33072 \end_layout
33073
33074 \begin_layout Bibliography
33075 \begin_inset CommandInset bibitem
33076 LatexCommand bibitem
33077 key "footmisc"
33078
33079 \end_inset
33080
33081 Documentación del paquete LaTeX 
33082 \series bold
33083
33084 \begin_inset CommandInset href
33085 LatexCommand href
33086 name "footmisc"
33087 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33088
33089 \end_inset
33090
33091
33092 \series default
33093
33094 \begin_inset Index
33095 status collapsed
33096
33097 \begin_layout Plain Layout
33098 LaTeX-paquetes ! footmisc
33099 \end_layout
33100
33101 \end_inset
33102
33103
33104 \end_layout
33105
33106 \begin_layout Bibliography
33107 \begin_inset CommandInset bibitem
33108 LatexCommand bibitem
33109 key "hypcap"
33110
33111 \end_inset
33112
33113 Documentación del paquete LaTeX 
33114 \series bold
33115
33116 \begin_inset CommandInset href
33117 LatexCommand href
33118 name "hypcap"
33119 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33120
33121 \end_inset
33122
33123
33124 \series default
33125
33126 \begin_inset Index
33127 status collapsed
33128
33129 \begin_layout Plain Layout
33130 LaTeX-paquetes ! hyperref
33131 \end_layout
33132
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \begin_layout Bibliography
33139 \begin_inset CommandInset bibitem
33140 LatexCommand bibitem
33141 key "hyperref"
33142
33143 \end_inset
33144
33145 Documentación del paquete LaTeX 
33146 \series bold
33147
33148 \begin_inset CommandInset href
33149 LatexCommand href
33150 name "hyperref"
33151 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33152
33153 \end_inset
33154
33155
33156 \series default
33157
33158 \begin_inset Index
33159 status collapsed
33160
33161 \begin_layout Plain Layout
33162 LaTeX-paquetes ! hyperref
33163 \end_layout
33164
33165 \end_inset
33166
33167
33168 \end_layout
33169
33170 \begin_layout Bibliography
33171 \begin_inset CommandInset bibitem
33172 LatexCommand bibitem
33173 key "koma-script"
33174
33175 \end_inset
33176
33177 Documentación del paquete LaTeX 
33178 \series bold
33179
33180 \begin_inset CommandInset href
33181 LatexCommand href
33182 name "koma-script"
33183 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33184
33185 \end_inset
33186
33187
33188 \series default
33189
33190 \begin_inset Index
33191 status collapsed
33192
33193 \begin_layout Plain Layout
33194 LaTeX-paquetes ! koma-script
33195 \end_layout
33196
33197 \end_inset
33198
33199
33200 \end_layout
33201
33202 \begin_layout Bibliography
33203 \begin_inset CommandInset bibitem
33204 LatexCommand bibitem
33205 key "listings"
33206
33207 \end_inset
33208
33209 Documentación del paquete LaTeX 
33210 \series bold
33211
33212 \begin_inset CommandInset href
33213 LatexCommand href
33214 name "listings"
33215 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33216
33217 \end_inset
33218
33219
33220 \series default
33221
33222 \begin_inset Index
33223 status collapsed
33224
33225 \begin_layout Plain Layout
33226 LaTeX-paquetes ! listings
33227 \end_layout
33228
33229 \end_inset
33230
33231
33232 \end_layout
33233
33234 \begin_layout Bibliography
33235 \begin_inset CommandInset bibitem
33236 LatexCommand bibitem
33237 key "marginnote"
33238
33239 \end_inset
33240
33241 Documentación del paquete LaTeX 
33242 \series bold
33243
33244 \begin_inset CommandInset href
33245 LatexCommand href
33246 name "marginnote"
33247 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33248
33249 \end_inset
33250
33251
33252 \series default
33253
33254 \begin_inset Index
33255 status collapsed
33256
33257 \begin_layout Plain Layout
33258 LaTeX-paquetes ! marginnote
33259 \end_layout
33260
33261 \end_inset
33262
33263
33264 \end_layout
33265
33266 \begin_layout Bibliography
33267 \begin_inset CommandInset bibitem
33268 LatexCommand bibitem
33269 key "pstricks"
33270
33271 \end_inset
33272
33273 Página web del paquete LaTeX 
33274 \series bold
33275
33276 \begin_inset CommandInset href
33277 LatexCommand href
33278 name "PSTricks"
33279 target "http://tug.org/PSTricks/"
33280
33281 \end_inset
33282
33283
33284 \series default
33285
33286 \begin_inset Index
33287 status collapsed
33288
33289 \begin_layout Plain Layout
33290 LaTeX-paquetes ! PSTricks
33291 \end_layout
33292
33293 \end_inset
33294
33295
33296 \end_layout
33297
33298 \begin_layout Bibliography
33299 \begin_inset CommandInset bibitem
33300 LatexCommand bibitem
33301 key "sidecap"
33302
33303 \end_inset
33304
33305 Documentación del paquete LaTeX 
33306 \series bold
33307
33308 \begin_inset CommandInset href
33309 LatexCommand href
33310 name "sidecap"
33311 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33312
33313 \end_inset
33314
33315
33316 \series default
33317
33318 \begin_inset Index
33319 status collapsed
33320
33321 \begin_layout Plain Layout
33322 LaTeX-paquetes ! sidecap
33323 \end_layout
33324
33325 \end_inset
33326
33327
33328 \end_layout
33329
33330 \begin_layout Bibliography
33331 \begin_inset CommandInset bibitem
33332 LatexCommand bibitem
33333 key "NewInLyX16"
33334
33335 \end_inset
33336
33337
33338 \begin_inset CommandInset href
33339 LatexCommand href
33340 name "Página wiki"
33341 target "http://wiki.lyx.org/LyX/NewInLyX16"
33342
33343 \end_inset
33344
33345  sobre características nuevas para la versión 
33346 \family sans
33347 LyX
33348 \begin_inset space ~
33349 \end_inset
33350
33351 1.6.0
33352 \family default
33353 .
33354 \end_layout
33355
33356 \begin_layout Standard
33357 \begin_inset CommandInset index_print
33358 LatexCommand printindex
33359
33360 \end_inset
33361
33362
33363 \end_layout
33364
33365 \begin_layout Standard
33366 \begin_inset FloatList figure
33367
33368 \end_inset
33369
33370
33371 \end_layout
33372
33373 \begin_layout Standard
33374 \begin_inset FloatList table
33375
33376 \end_inset
33377
33378
33379 \end_layout
33380
33381 \begin_layout Standard
33382 \begin_inset ERT
33383 status open
33384
33385 \begin_layout Plain Layout
33386
33387
33388 \backslash
33389 listof{algorithm}{Lista de algoritmos}
33390 \end_layout
33391
33392 \end_inset
33393
33394
33395 \begin_inset Note Note
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399 Véase la sección
33400 \begin_inset space ~
33401 \end_inset
33402
33403
33404 \begin_inset CommandInset ref
33405 LatexCommand ref
33406 reference "sub:Algoritmos-Flotantes"
33407
33408 \end_inset
33409
33410  para una descripción.
33411 \end_layout
33412
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \end_body
33419 \end_document